diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ad454e --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Cumulocity widget plugin + +This is the Cumulocity module federation plugin. Plugins can be developed like any Cumulocity application, but can be used at runtime by other applications. Therefore, they export an Angular module which can then be imported by any other application. The exports are defined in `package.json`: + +``` +"exports": [ + { + "name": "Example widget plugin", + "module": "WidgetPluginModule", + "path": "./widget/widget-plugin.module.ts", + "description": "Adds custom widget" + } +] +``` + +**How to start** +Run the command below to scaffold a `widget` plugin. + +``` +c8ycli new widget-plugin +``` + +As the app.module is a typical Cumuloctiy application, any new plugin can be tested via the CLI: + +``` +npm start -- --shell cockpit +``` + +In the Module Federation terminology, `widget` plugin is called `remote` and the `cokpit` is called `shell`. Modules provided by this `widget` will be loaded by the `cockpit` application at the runtime. This plugin provides a basic custom widget that can be accessed through the `Add widget` menu. + +> Note that the `--shell` flag creates a proxy to the cockpit application and provides` WidgetPluginModule` as an `remote` via URL options. + +Also deploying needs no special handling and can be simply done via `npm run deploy`. As soon as the application has exports it will be uploaded as a plugin. diff --git a/app.module.spec.ts b/app.module.spec.ts new file mode 100644 index 0000000..4e82ba6 --- /dev/null +++ b/app.module.spec.ts @@ -0,0 +1,14 @@ +describe('Example test', () => { + /*let testComponent; + + beforeEach(() => { + TestBed.configureTestingModule({ + imports: [ExampleModule] + }); + testComponent = TestBed.createComponent(TestComponent); + });*/ + + test('Always true', () => { + expect(true).toBe(true); + }); +}); diff --git a/app.module.ts b/app.module.ts new file mode 100644 index 0000000..9ca56de --- /dev/null +++ b/app.module.ts @@ -0,0 +1,19 @@ +import { NgModule } from '@angular/core'; +import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; +import { RouterModule as ngRouterModule } from '@angular/router'; +import { BootstrapComponent, CoreModule, RouterModule } from '@c8y/ngx-components'; +import { BsModalRef } from 'ngx-bootstrap/modal'; +import { GpLibProcessingWidgetModule } from './widget/gp-lib-processing-widget.module'; + +@NgModule({ + imports: [ + BrowserAnimationsModule, + ngRouterModule.forRoot([], { enableTracing: false, useHash: true }), + RouterModule.forRoot(), + CoreModule.forRoot(), + GpLibProcessingWidgetModule + ], + providers: [BsModalRef], + bootstrap: [BootstrapComponent] +}) +export class AppModule {} diff --git a/dist/apps/processing-runtime-widget/10106.79f9c2ea2fea1637895d.js b/dist/apps/processing-runtime-widget/10106.79f9c2ea2fea1637895d.js new file mode 100644 index 0000000..218ea8c --- /dev/null +++ b/dist/apps/processing-runtime-widget/10106.79f9c2ea2fea1637895d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10106],{10106:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10297.989315064ebb66537217.js b/dist/apps/processing-runtime-widget/10297.989315064ebb66537217.js new file mode 100644 index 0000000..b2cd45e --- /dev/null +++ b/dist/apps/processing-runtime-widget/10297.989315064ebb66537217.js @@ -0,0 +1,2 @@ +/*! For license information please see 10297.989315064ebb66537217.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10297],{10297:function(s,u,M){M.r(u);const t=void 0;u.default=["ta-SG",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"],t],t,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],t,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],t,[["கி.மு.","கி.பி."],t,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],0,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",t,"{1} அன்று {0}",t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SGD","$","சிங்கப்பூர் டாலர்",{BYN:[t,"р."],MYR:["RM"],PHP:[t,"₱"],SGD:["$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10297.989315064ebb66537217.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10297.989315064ebb66537217.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10297.989315064ebb66537217.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10346.92454db1eb2e84fe3a22.js b/dist/apps/processing-runtime-widget/10346.92454db1eb2e84fe3a22.js new file mode 100644 index 0000000..b80a02a --- /dev/null +++ b/dist/apps/processing-runtime-widget/10346.92454db1eb2e84fe3a22.js @@ -0,0 +1,2 @@ +/*! For license information please see 10346.92454db1eb2e84fe3a22.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10346],{10346:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10346.92454db1eb2e84fe3a22.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10346.92454db1eb2e84fe3a22.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10346.92454db1eb2e84fe3a22.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10394.f8c4ebcde820c3b99b0a.js b/dist/apps/processing-runtime-widget/10394.f8c4ebcde820c3b99b0a.js new file mode 100644 index 0000000..3daff38 --- /dev/null +++ b/dist/apps/processing-runtime-widget/10394.f8c4ebcde820c3b99b0a.js @@ -0,0 +1,2 @@ +/*! For license information please see 10394.f8c4ebcde820c3b99b0a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10394],{10394:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10394.f8c4ebcde820c3b99b0a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10394.f8c4ebcde820c3b99b0a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10394.f8c4ebcde820c3b99b0a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10438.b9d9c5f4ca0fb7455519.js b/dist/apps/processing-runtime-widget/10438.b9d9c5f4ca0fb7455519.js new file mode 100644 index 0000000..0d94c9c --- /dev/null +++ b/dist/apps/processing-runtime-widget/10438.b9d9c5f4ca0fb7455519.js @@ -0,0 +1,2 @@ +/*! For license information please see 10438.b9d9c5f4ca0fb7455519.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10438],{10438:function(u,i,c){c.r(i);const e=void 0;i.default=[[["yarim tun","tush payti","ertalab","kunduzi","kechqurun","kechasi"],e,e],e,["00:00","12:00",["06:00","11:00"],["11:00","18:00"],["18:00","22:00"],["22:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10438.b9d9c5f4ca0fb7455519.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10438.b9d9c5f4ca0fb7455519.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10438.b9d9c5f4ca0fb7455519.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10461.83414690a417d987fd15.js b/dist/apps/processing-runtime-widget/10461.83414690a417d987fd15.js new file mode 100644 index 0000000..774cfc6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/10461.83414690a417d987fd15.js @@ -0,0 +1,2 @@ +/*! For license information please see 10461.83414690a417d987fd15.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10461],{10461:function(t,n,u){u.r(n);const d=void 0;n.default=["agq",[["a.g","a.k"],d,d],d,[["n","k","g","t","u","g","d"],["nts","kpa","ghɔ","tɔm","ume","ghɨ","dzk"],["tsuʔntsɨ","tsuʔukpà","tsuʔughɔe","tsuʔutɔ̀mlò","tsuʔumè","tsuʔughɨ̂m","tsuʔndzɨkɔʔɔ"],["nts","kpa","ghɔ","tɔm","ume","ghɨ","dzk"]],d,[["n","k","t","t","s","z","k","f","d","l","c","f"],["nùm","kɨz","tɨd","taa","see","nzu","dum","fɔe","dzu","lɔm","kaa","fwo"],["ndzɔ̀ŋɔ̀nùm","ndzɔ̀ŋɔ̀kƗ̀zùʔ","ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà","ndzɔ̀ŋɔ̀tǎafʉ̄ghā","ndzɔ̀ŋèsèe","ndzɔ̀ŋɔ̀nzùghò","ndzɔ̀ŋɔ̀dùmlo","ndzɔ̀ŋɔ̀kwîfɔ̀e","ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù","ndzɔ̀ŋɔ̀ghǔuwelɔ̀m","ndzɔ̀ŋɔ̀chwaʔàkaa wo","ndzɔ̀ŋèfwòo"]],d,[["SK","BK"],d,["Sěe Kɨ̀lesto","Bǎa Kɨ̀lesto"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",d,d,d],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"XAF","FCFA","CFA Fàlâŋ BEAC",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(t){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10461.83414690a417d987fd15.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10461.83414690a417d987fd15.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10461.83414690a417d987fd15.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10681.0bdb512592aedbdf53a7.js b/dist/apps/processing-runtime-widget/10681.0bdb512592aedbdf53a7.js new file mode 100644 index 0000000..df9d203 --- /dev/null +++ b/dist/apps/processing-runtime-widget/10681.0bdb512592aedbdf53a7.js @@ -0,0 +1,2 @@ +/*! For license information please see 10681.0bdb512592aedbdf53a7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10681],{10681:function(r,a,n){n.r(a);const s=void 0;a.default=["da-GL",[["a","p"],["AM","PM"],s],[["AM","PM"],s,s],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["S","M","T","O","T","F","L"],["søn","man","tir","ons","tor","fre","lør"],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]],s,[["fKr","eKr"],["f.Kr.","e.Kr."],s],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE 'den' d. MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",s,"{1} 'kl'. {0}",s],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DKK","kr.","dansk krone",{AUD:["AU$","$"],BYN:[s,"Br."],DKK:["kr."],ISK:[s,"kr."],JPY:["JP¥","¥"],NOK:[s,"kr."],PHP:[s,"₱"],RON:[s,"L"],SEK:[s,"kr."],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(r){const a=r,n=Math.floor(Math.abs(r)),s=parseInt(r.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;return 1===a||0!==s&&(0===n||1===n)?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10681.0bdb512592aedbdf53a7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10681.0bdb512592aedbdf53a7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10681.0bdb512592aedbdf53a7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10705.e173b89bafbcff337633.js b/dist/apps/processing-runtime-widget/10705.e173b89bafbcff337633.js new file mode 100644 index 0000000..de8cfdf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10705.e173b89bafbcff337633.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10705],{10705:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10810.f6a2f62d090275e2f9fc.js b/dist/apps/processing-runtime-widget/10810.f6a2f62d090275e2f9fc.js new file mode 100644 index 0000000..2888bcc --- /dev/null +++ b/dist/apps/processing-runtime-widget/10810.f6a2f62d090275e2f9fc.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10810],{10810:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10856.76405070f81122080c2e.js b/dist/apps/processing-runtime-widget/10856.76405070f81122080c2e.js new file mode 100644 index 0000000..3b2aa01 --- /dev/null +++ b/dist/apps/processing-runtime-widget/10856.76405070f81122080c2e.js @@ -0,0 +1,2 @@ +/*! For license information please see 10856.76405070f81122080c2e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10856],{10856:function(i,u,a){a.r(u);const J=void 0;u.default=["jmc",[["utuko","kyiukonyi"],J,J],J,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapilyi","Jumatatuu","Jumanne","Jumatanu","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],J,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprilyi","Mei","Junyi","Julyai","Agusti","Septemba","Oktoba","Novemba","Desemba"]],J,[["KK","BK"],J,["Kabla ya Kristu","Baada ya Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",J,J,J],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TZS","TSh","Shilingi ya Tanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10856.76405070f81122080c2e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10856.76405070f81122080c2e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10856.76405070f81122080c2e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1086.0bfe4afb1f0b80178f42.js b/dist/apps/processing-runtime-widget/1086.0bfe4afb1f0b80178f42.js new file mode 100644 index 0000000..3b9fa69 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1086.0bfe4afb1f0b80178f42.js @@ -0,0 +1,2 @@ +/*! For license information please see 1086.0bfe4afb1f0b80178f42.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1086],{1086:function(e,$,r){r.r($);const i=void 0;$.default=["fr",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1086.0bfe4afb1f0b80178f42.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1086.0bfe4afb1f0b80178f42.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1086.0bfe4afb1f0b80178f42.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10873.18b8a9959f83a6d1a53a.js b/dist/apps/processing-runtime-widget/10873.18b8a9959f83a6d1a53a.js new file mode 100644 index 0000000..0a73f9b --- /dev/null +++ b/dist/apps/processing-runtime-widget/10873.18b8a9959f83a6d1a53a.js @@ -0,0 +1,2 @@ +/*! For license information please see 10873.18b8a9959f83a6d1a53a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10873],{10873:function(s,u,M){M.r(u);const c=void 0;u.default=["bs-Cyrl",[["пре подне","поподне"],c,["прије подне","послије подне"]],c,[["н","п","у","с","ч","п","с"],["нед","пон","уто","сри","чет","пет","суб"],["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],["нед","пон","уто","сри","чет","пет","суб"]],c,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","ауг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јуни","јули","аугуст","септембар","октобар","новембар","децембар"]],c,[["п.н.е.","н.е."],["п. н. е.","н. е."],["прије нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,c,c],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"BAM","КМ","Конвертибилна марка",{BAM:["КМ","KM"],CZK:["Кч","Kč"],PLN:["зл","zł"],RSD:["дин."],TRY:["Тл","₺"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10873.18b8a9959f83a6d1a53a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10873.18b8a9959f83a6d1a53a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10873.18b8a9959f83a6d1a53a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10879.f8883559584cc6ed4652.js b/dist/apps/processing-runtime-widget/10879.f8883559584cc6ed4652.js new file mode 100644 index 0000000..dbb93ba --- /dev/null +++ b/dist/apps/processing-runtime-widget/10879.f8883559584cc6ed4652.js @@ -0,0 +1,2 @@ +/*! For license information please see 10879.f8883559584cc6ed4652.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10879],{10879:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10879.f8883559584cc6ed4652.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10879.f8883559584cc6ed4652.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10879.f8883559584cc6ed4652.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/10938.a5a90d32dd2699951217.js b/dist/apps/processing-runtime-widget/10938.a5a90d32dd2699951217.js new file mode 100644 index 0000000..a7a9620 --- /dev/null +++ b/dist/apps/processing-runtime-widget/10938.a5a90d32dd2699951217.js @@ -0,0 +1,2 @@ +/*! For license information please see 10938.a5a90d32dd2699951217.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[10938],{10938:function(u,c,i){i.r(c);const e=void 0;c.default=[[["เที่ยงคืน","เที่ยง","เช้า","เที่ยง","บ่าย","เย็น","ค่ำ","กลางคืน"],["เที่ยงคืน","เที่ยง","ในตอนเช้า","ในตอนบ่าย","บ่าย","ในตอนเย็น","ค่ำ","กลางคืน"],e],[["เที่ยงคืน","เที่ยง","เช้า","ช่วงเที่ยง","บ่าย","เย็น","ค่ำ","กลางคืน"],["เที่ยงคืน","เที่ยง","ในตอนเช้า","ในตอนบ่าย","บ่าย","ในตอนเย็น","ค่ำ","กลางคืน"],e],["00:00","12:00",["06:00","12:00"],["12:00","13:00"],["13:00","16:00"],["16:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/10938.a5a90d32dd2699951217.js.LICENSE.txt b/dist/apps/processing-runtime-widget/10938.a5a90d32dd2699951217.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/10938.a5a90d32dd2699951217.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11012.a8da606aacc544b339dd.js b/dist/apps/processing-runtime-widget/11012.a8da606aacc544b339dd.js new file mode 100644 index 0000000..504d4f4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11012.a8da606aacc544b339dd.js @@ -0,0 +1,2 @@ +/*! For license information please see 11012.a8da606aacc544b339dd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11012],{11012:function(e,n,a){a.r(n);const r=void 0;n.default=["sr-Latn-XK",[["AM","PM"],r,r],[["a","p"],["AM","PM"],r],[["n","p","u","s","č","p","s"],["ned","pon","uto","sre","čet","pet","sub"],["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],r,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mart","apr","maj","jun","jul","avg","sept","okt","nov","dec"],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],r,[["p.n.e.","n.e."],["p. n. e.","n. e."],["pre nove ere","nove ere"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Evro",{AUD:[r,"$"],BAM:["KM"],BYN:[r,"r."],GEL:[r,"ლ"],KRW:[r,"₩"],NZD:[r,"$"],PHP:[r,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[r,"₫"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11012.a8da606aacc544b339dd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11012.a8da606aacc544b339dd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11012.a8da606aacc544b339dd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11028.365dda91bdc0d84fbdf0.js b/dist/apps/processing-runtime-widget/11028.365dda91bdc0d84fbdf0.js new file mode 100644 index 0000000..c8808f6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11028.365dda91bdc0d84fbdf0.js @@ -0,0 +1,2 @@ +/*! For license information please see 11028.365dda91bdc0d84fbdf0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11028],{11028:function(n,e,a){a.r(e);const r=void 0;e.default=["tk",[["öň","soň"],["go.öň","go.soň"],["günortadan öň","günortadan soň"]],[["öň","soň"],["g.öň","g.soň"],["günortadan öň","günortadan soň"]],[["Ý","D","S","Ç","P","A","Ş"],["ýek","duş","siş","çar","pen","ann","şen"],["ýekşenbe","duşenbe","sişenbe","çarşenbe","penşenbe","anna","şenbe"],["ýb","db","sb","çb","pb","an","şb"]],[["Ý","D","S","Ç","P","A","Ş"],["Ýek","Duş","Siş","Çar","Pen","Ann","Şen"],["Ýekşenbe","Duşenbe","Sişenbe","Çarşenbe","Penşenbe","Anna","Şenbe"],["Ýb","Db","Sb","Çb","Pb","An","Şb"]],[["Ý","F","M","A","M","I","I","A","S","O","N","D"],["ýan","few","mart","apr","maý","iýun","iýul","awg","sen","okt","noý","dek"],["ýanwar","fewral","mart","aprel","maý","iýun","iýul","awgust","sentýabr","oktýabr","noýabr","dekabr"]],[["Ý","F","M","A","M","I","I","A","S","O","N","D"],["Ýan","Few","Mar","Apr","Maý","Iýun","Iýul","Awg","Sen","Okt","Noý","Dek"],["Ýanwar","Fewral","Mart","Aprel","Maý","Iýun","Iýul","Awgust","Sentýabr","Oktýabr","Noýabr","Dekabr"]],[["B.e.öň","B.e."],r,["Isadan öň","Isadan soň"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","d MMMM y EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[","," ",";","%","+","-","E","×","‰","∞","san däl",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"TMT","TMT","Türkmen manady",{BYN:[r,"р."],EUR:[r,"€"],GBP:[r,"£"],JPY:["JP¥","¥"],PHP:[r,"₱"],USD:["US$","$"]},"ltr",function(n){return 1===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11028.365dda91bdc0d84fbdf0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11028.365dda91bdc0d84fbdf0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11028.365dda91bdc0d84fbdf0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11105.625063a33040d2ac7a7a.js b/dist/apps/processing-runtime-widget/11105.625063a33040d2ac7a7a.js new file mode 100644 index 0000000..9a53b86 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11105.625063a33040d2ac7a7a.js @@ -0,0 +1,2 @@ +/*! For license information please see 11105.625063a33040d2ac7a7a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11105],{11105:function(n,i,M){M.r(i);const a=void 0;i.default=["pcm",[["AM","PM"],a,["Fọ mọ́nin","Fọ ívnin"]],a,[["S","M","T","W","T","F","S"],["Sọ́n","Mọ́n","Tiú","Wẹ́n","Tọ́z","Fraí","Sát"],["Sọ́ndè","Mọ́ndè","Tiúzdè","Wẹ́nẹ́zdè","Tọ́zdè","Fraídè","Sátọdè"],["Sọ́n","Mọ́n","Tiú","Wẹ́n","Tọ́z","Fraí","Sát"]],a,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jén","Fẹ́b","Mach","Épr","Mee","Jun","Jul","Ọgọ","Sẹp","Ọkt","Nọv","Dis"],["Jénúári","Fẹ́búári","Mach","Éprel","Mee","Jun","Julai","Ọgọst","Sẹptẹ́mba","Ọktóba","Nọvẹ́mba","Disẹ́mba"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jén","Fẹ́b","Mach","Épr","Mee","Jun","Jul","Ọ́gọ","Sẹp","Ọkt","Nọv","Dis"],["Jénúári","Fẹ́búári","Mach","Éprel","Mee","Jun","Julai","Ọgọst","Sẹptẹ́mba","Ọktóba","Nọvẹ́mba","Disẹ́mba"]],[["BK","KIY"],a,["Bifọ́ Kraist","Kraist Im Yiẹ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","H:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",a,"{1} 'fọ' {0}",a],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NGN","₦","Naijíriá Naíra",{BYN:[a,"p."],CAD:["KA$","$"],JPY:["JP¥","¥"],NGN:["₦"],PHP:[a,"₱"],USD:["US$","$"]},"ltr",function(n){const i=n;return 0===Math.floor(Math.abs(n))||1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11105.625063a33040d2ac7a7a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11105.625063a33040d2ac7a7a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11105.625063a33040d2ac7a7a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11135.75a4ed43af51527d6a17.js b/dist/apps/processing-runtime-widget/11135.75a4ed43af51527d6a17.js new file mode 100644 index 0000000..24e8e50 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11135.75a4ed43af51527d6a17.js @@ -0,0 +1,2 @@ +/*! For license information please see 11135.75a4ed43af51527d6a17.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11135],{11135:function(s,t,M){M.r(t);const e=void 0;t.default=["he",[["לפנה״צ","אחה״צ"],e,e],[["לפנה״צ","אחה״צ"],["AM","PM"],e],[["א׳","ב׳","ג׳","ד׳","ה׳","ו׳","ש׳"],["יום א׳","יום ב׳","יום ג׳","יום ד׳","יום ה׳","יום ו׳","שבת"],["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"],["א׳","ב׳","ג׳","ד׳","ה׳","ו׳","ש׳"]],e,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ינו׳","פבר׳","מרץ","אפר׳","מאי","יוני","יולי","אוג׳","ספט׳","אוק׳","נוב׳","דצמ׳"],["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]],e,[["לפני","אחריי"],["לפנה״ס","לספירה"],["לפני הספירה","לספירה"]],0,[5,6],["d.M.y","d בMMM y","d בMMMM y","EEEE, d בMMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",e,"{1} בשעה {0}",e],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","‏#,##0.00 ¤;‏-#,##0.00 ¤","#E0"],"ILS","₪","שקל חדש",{BYN:[e,"р"],CNY:["‎CN¥‎","¥"],ILP:["ל״י"],PHP:[e,"₱"],THB:["฿"],TWD:["NT$"]},"rtl",function(s){const t=s,M=Math.floor(Math.abs(s)),e=s.toString().replace(/^[^.]*\.?/,"").length;return 1===M&&0===e?1:2===M&&0===e?2:0!==e||t>=0&&t<=10||t%10!=0?5:4}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11135.75a4ed43af51527d6a17.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11135.75a4ed43af51527d6a17.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11135.75a4ed43af51527d6a17.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11212.4047a16747383c2d4261.js b/dist/apps/processing-runtime-widget/11212.4047a16747383c2d4261.js new file mode 100644 index 0000000..4b71289 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11212.4047a16747383c2d4261.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11212],{11212:function(e,t,i){var n;i.r(t),i.d(t,{BsModalRef:function(){return c},BsModalService:function(){return R},MODAL_CONFIG_DEFAULT_OVERRIDE:function(){return p},ModalBackdropComponent:function(){return I},ModalBackdropOptions:function(){return l},ModalContainerComponent:function(){return E},ModalDirective:function(){return M},ModalModule:function(){return B},ModalOptions:function(){return h}});var o=i(40761),s=i(38310),r=i(81269),a=i(35746),d=i(88553);class c{constructor(){this.hide=()=>{},this.setClass=()=>{}}}c.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:c,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),c.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:c,providedIn:"platform"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:c,decorators:[{type:o.Injectable,args:[{providedIn:"platform"}]}]});class l{constructor(e){this.animate=!0,Object.assign(this,e)}}class h{}h.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:h,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),h.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:h,providedIn:"platform"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:h,decorators:[{type:o.Injectable,args:[{providedIn:"platform"}]}]});const m={backdrop:!0,keyboard:!0,focus:!0,show:!1,ignoreBackdropClick:!1,class:"",animated:!0,initialState:{},closeInterceptor:void 0},p=new o.InjectionToken("override-default-config"),g="modal-scrollbar-measure",u="modal-backdrop",y="modal-open",v="fade",f="in",b="show",_=300,w=150,k="backdrop-click",S="esc",C="browser-back-navigation-clicked";class E{constructor(e,t,i){this._element=t,this._renderer=i,this.isShown=!1,this.isAnimated=!1,this.isModalHiding=!1,this.clickStartedInContent=!1,this.config=Object.assign({},e)}ngOnInit(){this.isAnimated&&this._renderer.addClass(this._element.nativeElement,v),this._renderer.setStyle(this._element.nativeElement,"display","block"),setTimeout((()=>{this.isShown=!0,this._renderer.addClass(this._element.nativeElement,(0,s.isBs3)()?f:b)}),this.isAnimated?w:0),document&&document.body&&(this.bsModalService&&1===this.bsModalService.getModalsCount()&&(this.bsModalService.checkScrollbar(),this.bsModalService.setScrollbar()),this._renderer.addClass(document.body,y),this._renderer.setStyle(document.body,"overflow-y","hidden")),this._element.nativeElement&&this._element.nativeElement.focus()}onClickStarted(e){this.clickStartedInContent=e.target!==this._element.nativeElement}onClickStop(e){const t=e.target===this._element.nativeElement&&!this.clickStartedInContent;!this.config.ignoreBackdropClick&&"static"!==this.config.backdrop&&t?(this.bsModalService?.setDismissReason(k),this.hide()):this.clickStartedInContent=!1}onPopState(){this.bsModalService?.setDismissReason(C),this.hide()}onEsc(e){this.isShown&&(27!==e.keyCode&&"Escape"!==e.key||e.preventDefault(),this.config.keyboard&&this.level===this.bsModalService?.getModalsCount()&&(this.bsModalService?.setDismissReason(S),this.hide()))}ngOnDestroy(){this.isShown&&this._hide()}hide(){!this.isModalHiding&&this.isShown&&(this.config.closeInterceptor?this.config.closeInterceptor().then((()=>this._hide()),(()=>{})):this._hide())}_hide(){this.isModalHiding=!0,this._renderer.removeClass(this._element.nativeElement,(0,s.isBs3)()?f:b),setTimeout((()=>{this.isShown=!1,document&&document.body&&1===this.bsModalService?.getModalsCount()&&(this._renderer.removeClass(document.body,y),this._renderer.setStyle(document.body,"overflow-y","")),this.bsModalService?.hide(this.config.id),this.isModalHiding=!1}),this.isAnimated?_:0)}}E.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:E,deps:[{token:h},{token:o.ElementRef},{token:o.Renderer2}],target:o["ɵɵFactoryTarget"].Component}),E.ɵcmp=o["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:E,selector:"modal-container",host:{attributes:{role:"dialog",tabindex:"-1"},listeners:{mousedown:"onClickStarted($event)",click:"onClickStop($event)","window:popstate":"onPopState()","window:keydown.esc":"onEsc($event)"},properties:{"attr.aria-modal":"true","attr.aria-labelledby":"config.ariaLabelledBy","attr.aria-describedby":"config.ariaDescribedby"},classAttribute:"modal"},ngImport:n||(n=i.t(o,2)),template:"\n
\n
\n \n
\n
\n ",isInline:!0,dependencies:[{kind:"directive",type:r.FocusTrapDirective,selector:"[focusTrap]",inputs:["cdkTrapFocus","cdkTrapFocusAutoCapture"],exportAs:["focusTrap"]}]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:E,decorators:[{type:o.Component,args:[{selector:"modal-container",template:"\n
\n
\n \n
\n
\n ",host:{class:"modal",role:"dialog",tabindex:"-1","[attr.aria-modal]":"true","[attr.aria-labelledby]":"config.ariaLabelledBy","[attr.aria-describedby]":"config.ariaDescribedby"}}]}],ctorParameters:function(){return[{type:h},{type:o.ElementRef},{type:o.Renderer2}]},propDecorators:{onClickStarted:[{type:o.HostListener,args:["mousedown",["$event"]]}],onClickStop:[{type:o.HostListener,args:["click",["$event"]]}],onPopState:[{type:o.HostListener,args:["window:popstate"]}],onEsc:[{type:o.HostListener,args:["window:keydown.esc",["$event"]]}]}});class I{constructor(e,t){this._isAnimated=!1,this._isShown=!1,this.element=e,this.renderer=t}get isAnimated(){return this._isAnimated}set isAnimated(e){this._isAnimated=e}get isShown(){return this._isShown}set isShown(e){this._isShown=e,e?this.renderer.addClass(this.element.nativeElement,`${f}`):this.renderer.removeClass(this.element.nativeElement,`${f}`),(0,s.isBs3)()||(e?this.renderer.addClass(this.element.nativeElement,`${b}`):this.renderer.removeClass(this.element.nativeElement,`${b}`))}ngOnInit(){this.isAnimated&&(this.renderer.addClass(this.element.nativeElement,`${v}`),s.Utils.reflow(this.element.nativeElement)),this.isShown=!0}}I.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:I,deps:[{token:o.ElementRef},{token:o.Renderer2}],target:o["ɵɵFactoryTarget"].Component}),I.ɵcmp=o["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:I,selector:"bs-modal-backdrop",host:{classAttribute:"modal-backdrop"},ngImport:n||(n=i.t(o,2)),template:" ",isInline:!0}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:I,decorators:[{type:o.Component,args:[{selector:"bs-modal-backdrop",template:" ",host:{class:u}}]}],ctorParameters:function(){return[{type:o.ElementRef},{type:o.Renderer2}]}});class M{constructor(e,t,i,n,s){this._element=e,this._renderer=i,this.onShow=new o.EventEmitter,this.onShown=new o.EventEmitter,this.onHide=new o.EventEmitter,this.onHidden=new o.EventEmitter,this._isShown=!1,this.isBodyOverflowing=!1,this.originalBodyPadding=0,this.scrollbarWidth=0,this.timerHideModal=0,this.timerRmBackDrop=0,this.isNested=!1,this.clickStartedInContent=!1,this._backdrop=n.createLoader(e,t,i),this._config=s||m}set config(e){this._config=this.getConfig(e)}get config(){return this._config}get isShown(){return this._isShown}onClickStarted(e){this.clickStartedInContent=e.target!==this._element.nativeElement}onClickStop(e){const t=e.target===this._element.nativeElement&&!this.clickStartedInContent;!this.config.ignoreBackdropClick&&"static"!==this.config.backdrop&&t?(this.dismissReason=k,this.hide(e)):this.clickStartedInContent=!1}onEsc(e){this._isShown&&(27!==e.keyCode&&"Escape"!==e.key||e.preventDefault(),this.config.keyboard&&(this.dismissReason=S,this.hide()))}ngOnDestroy(){this._isShown&&(this._isShown=!1,this.hideModal(),this._backdrop.dispose())}ngOnInit(){this._config=this._config||this.getConfig(),setTimeout((()=>{this._config.show&&this.show()}),0)}toggle(){return this._isShown?this.hide():this.show()}show(){this.dismissReason=void 0,this.onShow.emit(this),this._isShown||(clearTimeout(this.timerHideModal),clearTimeout(this.timerRmBackDrop),this._isShown=!0,this.checkScrollbar(),this.setScrollbar(),s.document&&s.document.body&&(s.document.body.classList.contains(y)?this.isNested=!0:(this._renderer.addClass(s.document.body,y),this._renderer.setStyle(s.document.body,"overflow-y","hidden"))),this.showBackdrop((()=>{this.showElement()})))}hide(e){this._isShown&&(e&&e.preventDefault(),this.config.closeInterceptor?this.config.closeInterceptor().then((()=>this._hide()),(()=>{})):this._hide())}_hide(){this.onHide.emit(this),s.window.clearTimeout(this.timerHideModal),s.window.clearTimeout(this.timerRmBackDrop),this._isShown=!1,this._renderer.removeClass(this._element.nativeElement,f),(0,s.isBs3)()||this._renderer.removeClass(this._element.nativeElement,b),this._config.animated?this.timerHideModal=s.window.setTimeout((()=>this.hideModal()),300):this.hideModal()}getConfig(e){return Object.assign({},this._config,e)}showElement(){this._element.nativeElement.parentNode&&this._element.nativeElement.parentNode.nodeType===Node.ELEMENT_NODE||s.document&&s.document.body&&s.document.body.appendChild(this._element.nativeElement),this._renderer.setAttribute(this._element.nativeElement,"aria-hidden","false"),this._renderer.setAttribute(this._element.nativeElement,"aria-modal","true"),this._renderer.setStyle(this._element.nativeElement,"display","block"),this._renderer.setProperty(this._element.nativeElement,"scrollTop",0),this._config.animated&&s.Utils.reflow(this._element.nativeElement),this._renderer.addClass(this._element.nativeElement,f),(0,s.isBs3)()||this._renderer.addClass(this._element.nativeElement,b);const e=()=>{this._config.focus&&this._element.nativeElement.focus(),this.onShown.emit(this)};this._config.animated?setTimeout(e,300):e()}hideModal(){this._renderer.setAttribute(this._element.nativeElement,"aria-hidden","true"),this._renderer.setStyle(this._element.nativeElement,"display","none"),this.showBackdrop((()=>{this.isNested||(s.document&&s.document.body&&(this._renderer.removeClass(s.document.body,y),this._renderer.setStyle(s.document.body,"overflow-y","")),this.resetScrollbar()),this.resetAdjustments(),this.focusOtherModal(),this.onHidden.emit(this)}))}showBackdrop(e){if(!this._isShown||!this.config.backdrop||this.backdrop&&this.backdrop.instance.isShown)if(!this._isShown&&this.backdrop){this.backdrop.instance.isShown=!1;const t=()=>{this.removeBackdrop(),e&&e()};this.backdrop.instance.isAnimated?this.timerRmBackDrop=s.window.setTimeout(t,150):t()}else e&&e();else{if(this.removeBackdrop(),this._backdrop.attach(I).to("body").show({isAnimated:this._config.animated}),this.backdrop=this._backdrop._componentRef,!e)return;if(!this._config.animated)return void e();setTimeout(e,150)}}removeBackdrop(){this._backdrop.hide()}focusOtherModal(){if(null==this._element.nativeElement.parentElement)return;const e=this._element.nativeElement.parentElement.querySelectorAll(".in[bsModal]");e.length&&e[e.length-1].focus()}resetAdjustments(){this._renderer.setStyle(this._element.nativeElement,"paddingLeft",""),this._renderer.setStyle(this._element.nativeElement,"paddingRight","")}checkScrollbar(){this.isBodyOverflowing=s.document.body.clientWidth=1&&null!=e?this.modalsCount-1:0,setTimeout((()=>{this._hideModal(e),this.removeLoaders(e)}),this.config.animated?w:0)}_showBackdrop(){const e=!0===this.config.backdrop||"static"===this.config.backdrop,t=!this.backdropRef||!this.backdropRef.instance.isShown;1===this.modalsCount&&(this.removeBackdrop(),e&&t&&(this._backdropLoader.attach(I).to("body").show({isAnimated:this.config.animated}),this.backdropRef=this._backdropLoader._componentRef))}_hideBackdrop(){if(!this.backdropRef)return;this.backdropRef.instance.isShown=!1;const e=this.config.animated?w:0;setTimeout((()=>this.removeBackdrop()),e)}_showModal(e){const t=this.loaders[this.loaders.length-1];if(this.config&&this.config.providers)for(const e of this.config.providers)t.provide(e);const i=new c,n=t.provide({provide:h,useValue:this.config}).provide({provide:c,useValue:i}).attach(E).to("body");return i.hide=()=>n.instance?.hide(),i.setClass=e=>{n.instance&&(n.instance.config.class=e)},i.onHidden=new o.EventEmitter,i.onHide=new o.EventEmitter,this.copyEvent(t.onBeforeHide,i.onHide),this.copyEvent(t.onHidden,i.onHidden),n.show({content:e,isAnimated:this.config.animated,initialState:this.config.initialState,bsModalService:this,id:this.config.id}),n.instance&&(n.instance.level=this.getModalsCount(),i.content=t.getInnerComponent(),i.id=n.instance.config?.id),i}_hideModal(e){if(null!=e){const t=this.loaders.findIndex((t=>t.instance?.config.id===e)),i=this.loaders[t];i&&i.hide(e)}else this.loaders.forEach((e=>{e.instance&&e.hide(e.instance.config.id)}))}getModalsCount(){return this.modalsCount}setDismissReason(e){this.lastDismissReason=e}removeBackdrop(){this._renderer.removeClass(document.body,y),this._renderer.setStyle(document.body,"overflow-y",""),this._backdropLoader.hide(),this.backdropRef=void 0}checkScrollbar(){this.isBodyOverflowing=document.body.clientWidtht.instance?.config.id===e));t>=0&&(this.loaders.splice(t,1),this.loaders.forEach(((e,t)=>{e.instance&&(e.instance.level=t+1)})))}else this.loaders.splice(0,this.loaders.length)}copyEvent(e,t){e.subscribe((e=>{t.emit(this.lastDismissReason||e)}))}}R.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:R,deps:[{token:o.RendererFactory2},{token:a.ComponentLoaderFactory},{token:p,optional:!0}],target:o["ɵɵFactoryTarget"].Injectable}),R.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:R,providedIn:"platform"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:R,decorators:[{type:o.Injectable,args:[{providedIn:"platform"}]}],ctorParameters:function(){return[{type:o.RendererFactory2},{type:a.ComponentLoaderFactory},{type:h,decorators:[{type:o.Optional},{type:o.Inject,args:[p]}]}]}});r.FocusTrapModule.forRoot();class B{static forRoot(){return{ngModule:B,providers:[R,a.ComponentLoaderFactory,d.PositioningService]}}static forChild(){return{ngModule:B,providers:[R,a.ComponentLoaderFactory,d.PositioningService]}}}B.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:B,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),B.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:B,declarations:[I,M,E],imports:[r.FocusTrapModule],exports:[I,M]}),B.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:B,imports:[r.FocusTrapModule]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=i.t(o,2)),type:B,decorators:[{type:o.NgModule,args:[{imports:[r.FocusTrapModule],declarations:[I,M,E],exports:[I,M]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11386.f33bf5b4279c68a8636f.js b/dist/apps/processing-runtime-widget/11386.f33bf5b4279c68a8636f.js new file mode 100644 index 0000000..e9fcef8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11386.f33bf5b4279c68a8636f.js @@ -0,0 +1,2 @@ +/*! For license information please see 11386.f33bf5b4279c68a8636f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11386],{11386:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11386.f33bf5b4279c68a8636f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11386.f33bf5b4279c68a8636f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11386.f33bf5b4279c68a8636f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11401.f1ee97cddc4623454007.js b/dist/apps/processing-runtime-widget/11401.f1ee97cddc4623454007.js new file mode 100644 index 0000000..d87cd12 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11401.f1ee97cddc4623454007.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11401],{11401:function(t,e,m){m.r(e);e.default=[[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","på morgonen","på formiddagen","på ettermiddagen","på kvelden","på natta"]],[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","morgon","formiddag","ettermiddag","kveld","natt"]],["00:00",["06:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11463.085115983cb613d4c791.js b/dist/apps/processing-runtime-widget/11463.085115983cb613d4c791.js new file mode 100644 index 0000000..3d1c0c1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11463.085115983cb613d4c791.js @@ -0,0 +1,2 @@ +/*! For license information please see 11463.085115983cb613d4c791.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11463],{11463:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11463.085115983cb613d4c791.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11463.085115983cb613d4c791.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11463.085115983cb613d4c791.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11530.8669c9a464b0c68a71c0.js b/dist/apps/processing-runtime-widget/11530.8669c9a464b0c68a71c0.js new file mode 100644 index 0000000..80ea32d --- /dev/null +++ b/dist/apps/processing-runtime-widget/11530.8669c9a464b0c68a71c0.js @@ -0,0 +1,2 @@ +/*! For license information please see 11530.8669c9a464b0c68a71c0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11530],{11530:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/11530.8669c9a464b0c68a71c0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/11530.8669c9a464b0c68a71c0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/11530.8669c9a464b0c68a71c0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1170.7f4785b6a00136aa56f3.js b/dist/apps/processing-runtime-widget/1170.7f4785b6a00136aa56f3.js new file mode 100644 index 0000000..972a166 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1170.7f4785b6a00136aa56f3.js @@ -0,0 +1,2 @@ +/*! For license information please see 1170.7f4785b6a00136aa56f3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1170],{1170:function(i,u,m){m.r(u);const t=void 0;u.default=[[["min.","midi","du mat.","de l’ap.m.","du soir","du mat."],t,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["min.","midi","mat.","ap.m.","soir","nuit"],t,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1170.7f4785b6a00136aa56f3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1170.7f4785b6a00136aa56f3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1170.7f4785b6a00136aa56f3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/11717.e50db1e11910ee56b587.js b/dist/apps/processing-runtime-widget/11717.e50db1e11910ee56b587.js new file mode 100644 index 0000000..a23e524 --- /dev/null +++ b/dist/apps/processing-runtime-widget/11717.e50db1e11910ee56b587.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[11717],{11717:function(t,n,e){e.r(n),e.d(n,{audit:function(){return o},auditTime:function(){return f},buffer:function(){return a},bufferCount:function(){return b},bufferTime:function(){return w},bufferToggle:function(){return L},bufferWhen:function(){return E},catchError:function(){return z},combineAll:function(){return Y},combineLatest:function(){return K},concat:function(){return Q},concatAll:function(){return U.u},concatMap:function(){return q},concatMapTo:function(){return H},count:function(){return J},debounce:function(){return G},debounceTime:function(){return et},defaultIfEmpty:function(){return ut},delay:function(){return at},delayWhen:function(){return yt},dematerialize:function(){return mt},distinct:function(){return Ct},distinctUntilChanged:function(){return Vt},distinctUntilKeyChanged:function(){return Lt},elementAt:function(){return Rt},endWith:function(){return Mt},every:function(){return Qt},exhaust:function(){return qt},exhaustMap:function(){return $t},expand:function(){return nn},filter:function(){return Wt.h},finalize:function(){return on},find:function(){return cn},findIndex:function(){return an},first:function(){return pn},flatMap:function(){return Z.VS},groupBy:function(){return dn.v},ignoreElements:function(){return bn},isEmpty:function(){return _n},last:function(){return Cn},map:function(){return Xt.U},mapTo:function(){return Nn},materialize:function(){return In},max:function(){return zn},merge:function(){return Bn},mergeAll:function(){return jn.J},mergeMap:function(){return Z.zg},mergeMapTo:function(){return Yn},mergeScan:function(){return Fn},min:function(){return Mn},multicast:function(){return Un},observeOn:function(){return qn.QV},onErrorResumeNext:function(){return Hn},pairwise:function(){return $n},partition:function(){return ee},pluck:function(){return ie},publish:function(){return ue},publishBehavior:function(){return ce},publishLast:function(){return fe},publishReplay:function(){return le},race:function(){return de},reduce:function(){return Pn},refCount:function(){return Ve.x},repeat:function(){return be},repeatWhen:function(){return _e},retry:function(){return me},retryWhen:function(){return Ce},sample:function(){return Ie},sampleTime:function(){return ke},scan:function(){return kn},sequenceEqual:function(){return Pe},share:function(){return Ye},shareReplay:function(){return Fe},single:function(){return Re},skip:function(){return Qe},skipLast:function(){return qe},skipUntil:function(){return Xe},skipWhile:function(){return ti},startWith:function(){return ii},subscribeOn:function(){return si},switchAll:function(){return li},switchMap:function(){return hi},switchMapTo:function(){return pi},take:function(){return jt},takeLast:function(){return mn},takeUntil:function(){return di},takeWhile:function(){return vi},tap:function(){return gi},throttle:function(){return Ti},throttleTime:function(){return Di},throwIfEmpty:function(){return Ot},timeInterval:function(){return Oi},timeout:function(){return Fi},timeoutWith:function(){return Ai},timestamp:function(){return Ri},toArray:function(){return Qi},window:function(){return Ui},windowCount:function(){return Hi},windowTime:function(){return $i},windowToggle:function(){return or},windowWhen:function(){return cr},withLatestFrom:function(){return ar},zip:function(){return br},zipAll:function(){return yr}});var i=e(58156),r=e(17604);function o(t){return function(n){return n.lift(new u(t))}}var u=function(){function t(t){this.durationSelector=t}return t.prototype.call=function(t,n){return n.subscribe(new s(t,this.durationSelector))},t}(),s=function(t){function n(n,e){var i=t.call(this,n)||this;return i.durationSelector=e,i.hasValue=!1,i}return i.__extends(n,t),n.prototype._next=function(t){if(this.value=t,this.hasValue=!0,!this.throttled){var n=void 0;try{n=(0,this.durationSelector)(t)}catch(t){return this.destination.error(t)}var e=(0,r.ft)(n,new r.IY(this));!e||e.closed?this.clearThrottle():this.add(this.throttled=e)}},n.prototype.clearThrottle=function(){var t=this,n=t.value,e=t.hasValue,i=t.throttled;i&&(this.remove(i),this.throttled=void 0,i.unsubscribe()),e&&(this.value=void 0,this.hasValue=!1,this.destination.next(n))},n.prototype.notifyNext=function(){this.clearThrottle()},n.prototype.notifyComplete=function(){this.clearThrottle()},n}(r.Ds),c=e(90964),h=e(69604);function f(t,n){return void 0===n&&(n=c.P),o((function(){return(0,h.H)(t,n)}))}function a(t){return function(n){return n.lift(new l(t))}}var l=function(){function t(t){this.closingNotifier=t}return t.prototype.call=function(t,n){return n.subscribe(new p(t,this.closingNotifier))},t}(),p=function(t){function n(n,e){var i=t.call(this,n)||this;return i.buffer=[],i.add((0,r.ft)(e,new r.IY(i))),i}return i.__extends(n,t),n.prototype._next=function(t){this.buffer.push(t)},n.prototype.notifyNext=function(){var t=this.buffer;this.buffer=[],this.destination.next(t)},n}(r.Ds),d=e(10979);function b(t,n){return void 0===n&&(n=null),function(e){return e.lift(new y(t,n))}}var y=function(){function t(t,n){this.bufferSize=t,this.startBufferEvery=n,this.subscriberClass=n&&t!==n?_:v}return t.prototype.call=function(t,n){return n.subscribe(new this.subscriberClass(t,this.bufferSize,this.startBufferEvery))},t}(),v=function(t){function n(n,e){var i=t.call(this,n)||this;return i.bufferSize=e,i.buffer=[],i}return i.__extends(n,t),n.prototype._next=function(t){var n=this.buffer;n.push(t),n.length==this.bufferSize&&(this.destination.next(n),this.buffer=[])},n.prototype._complete=function(){var n=this.buffer;n.length>0&&this.destination.next(n),t.prototype._complete.call(this)},n}(d.L),_=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.bufferSize=e,r.startBufferEvery=i,r.buffers=[],r.count=0,r}return i.__extends(n,t),n.prototype._next=function(t){var n=this,e=n.bufferSize,i=n.startBufferEvery,r=n.buffers,o=n.count;this.count++,o%i==0&&r.push([]);for(var u=r.length;u--;){var s=r[u];s.push(t),s.length===e&&(r.splice(u,1),this.destination.next(s))}},n.prototype._complete=function(){for(var n=this.buffers,e=this.destination;n.length>0;){var i=n.shift();i.length>0&&e.next(i)}t.prototype._complete.call(this)},n}(d.L),x=e(17507);function w(t){var n=arguments.length,e=c.P;(0,x.K)(arguments[arguments.length-1])&&(e=arguments[arguments.length-1],n--);var i=null;n>=2&&(i=arguments[1]);var r=Number.POSITIVE_INFINITY;return n>=3&&(r=arguments[2]),function(n){return n.lift(new m(t,i,r,e))}}var m=function(){function t(t,n,e,i){this.bufferTimeSpan=t,this.bufferCreationInterval=n,this.maxBufferSize=e,this.scheduler=i}return t.prototype.call=function(t,n){return n.subscribe(new S(t,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))},t}(),g=function(){return function(){this.buffer=[]}}(),S=function(t){function n(n,e,i,r,o){var u=t.call(this,n)||this;u.bufferTimeSpan=e,u.bufferCreationInterval=i,u.maxBufferSize=r,u.scheduler=o,u.contexts=[];var s=u.openContext();if(u.timespanOnly=null==i||i<0,u.timespanOnly){var c={subscriber:u,context:s,bufferTimeSpan:e};u.add(s.closeAction=o.schedule(C,e,c))}else{var h={subscriber:u,context:s},f={bufferTimeSpan:e,bufferCreationInterval:i,subscriber:u,scheduler:o};u.add(s.closeAction=o.schedule(T,e,h)),u.add(o.schedule(N,i,f))}return u}return i.__extends(n,t),n.prototype._next=function(t){for(var n,e=this.contexts,i=e.length,r=0;r0;){var i=n.shift();e.next(i.buffer)}t.prototype._complete.call(this)},n.prototype._unsubscribe=function(){this.contexts=null},n.prototype.onBufferFull=function(t){this.closeContext(t);var n=t.closeAction;if(n.unsubscribe(),this.remove(n),!this.closed&&this.timespanOnly){t=this.openContext();var e=this.bufferTimeSpan,i={subscriber:this,context:t,bufferTimeSpan:e};this.add(t.closeAction=this.scheduler.schedule(C,e,i))}},n.prototype.openContext=function(){var t=new g;return this.contexts.push(t),t},n.prototype.closeContext=function(t){this.destination.next(t.buffer);var n=this.contexts;(n?n.indexOf(t):-1)>=0&&n.splice(n.indexOf(t),1)},n}(d.L);function C(t){var n=t.subscriber,e=t.context;e&&n.closeContext(e),n.closed||(t.context=n.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function N(t){var n=t.bufferCreationInterval,e=t.bufferTimeSpan,i=t.subscriber,r=t.scheduler,o=i.openContext();i.closed||(i.add(o.closeAction=r.schedule(T,e,{subscriber:i,context:o})),this.schedule(t,n))}function T(t){var n=t.subscriber,e=t.context;n.closeContext(e)}var V=e(36395),I=e(52080),D=e(62039);function L(t,n){return function(e){return e.lift(new k(t,n))}}var k=function(){function t(t,n){this.openings=t,this.closingSelector=n}return t.prototype.call=function(t,n){return n.subscribe(new W(t,this.openings,this.closingSelector))},t}(),W=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.closingSelector=i,r.contexts=[],r.add((0,I.D)(r,e)),r}return i.__extends(n,t),n.prototype._next=function(t){for(var n=this.contexts,e=n.length,i=0;i0;){var i=e.shift();i.subscription.unsubscribe(),i.buffer=null,i.subscription=null}this.contexts=null,t.prototype._error.call(this,n)},n.prototype._complete=function(){for(var n=this.contexts;n.length>0;){var e=n.shift();this.destination.next(e.buffer),e.subscription.unsubscribe(),e.buffer=null,e.subscription=null}this.contexts=null,t.prototype._complete.call(this)},n.prototype.notifyNext=function(t,n){t?this.closeBuffer(t):this.openBuffer(n)},n.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},n.prototype.openBuffer=function(t){try{var n=this.closingSelector.call(this,t);n&&this.trySubscribe(n)}catch(t){this._error(t)}},n.prototype.closeBuffer=function(t){var n=this.contexts;if(n&&t){var e=t.buffer,i=t.subscription;this.destination.next(e),n.splice(n.indexOf(t),1),this.remove(i),i.unsubscribe()}},n.prototype.trySubscribe=function(t){var n=this.contexts,e=new V.w,i={buffer:[],subscription:e};n.push(i);var r=(0,I.D)(this,t,i);!r||r.closed?this.closeBuffer(i):(r.context=i,this.add(r),e.add(r))},n}(D.L);function E(t){return function(n){return n.lift(new O(t))}}var O=function(){function t(t){this.closingSelector=t}return t.prototype.call=function(t,n){return n.subscribe(new P(t,this.closingSelector))},t}(),P=function(t){function n(n,e){var i=t.call(this,n)||this;return i.closingSelector=e,i.subscribing=!1,i.openBuffer(),i}return i.__extends(n,t),n.prototype._next=function(t){this.buffer.push(t)},n.prototype._complete=function(){var n=this.buffer;n&&this.destination.next(n),t.prototype._complete.call(this)},n.prototype._unsubscribe=function(){this.buffer=void 0,this.subscribing=!1},n.prototype.notifyNext=function(){this.openBuffer()},n.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},n.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe());var n,e=this.buffer;this.buffer&&this.destination.next(e),this.buffer=[];try{n=(0,this.closingSelector)()}catch(t){return this.error(t)}t=new V.w,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add((0,r.ft)(n,new r.IY(this))),this.subscribing=!1},n}(r.Ds);function z(t){return function(n){var e=new A(t),i=n.lift(e);return e.caught=i}}var A=function(){function t(t){this.selector=t}return t.prototype.call=function(t,n){return n.subscribe(new B(t,this.selector,this.caught))},t}(),B=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.selector=e,r.caught=i,r}return i.__extends(n,t),n.prototype.error=function(n){if(!this.isStopped){var e=void 0;try{e=this.selector(n,this.caught)}catch(n){return void t.prototype.error.call(this,n)}this._unsubscribeAndRecycle();var i=new r.IY(this);this.add(i);var o=(0,r.ft)(e,i);o!==i&&this.add(o)}},n}(r.Ds),j=e(75142);function Y(t){return function(n){return n.lift(new j.Ms(t))}}var F=e(59026),R=e(55760);function K(){for(var t=[],n=0;n0&&e[0].time-i.now()<=0;)e.shift().notification.observe(r);if(e.length>0){var o=Math.max(0,e[0].time-i.now());this.schedule(t,o)}else this.unsubscribe(),n.active=!1},n.prototype._schedule=function(t){this.active=!0,this.destination.add(t.schedule(n.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},n.prototype.scheduleNotification=function(t){if(!0!==this.errored){var n=this.scheduler,e=new dt(n.now()+this.delay,t);this.queue.push(e),!1===this.active&&this._schedule(n)}},n.prototype._next=function(t){this.scheduleNotification(ft.P.createNext(t))},n.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t),this.unsubscribe()},n.prototype._complete=function(){this.scheduleNotification(ft.P.createComplete()),this.unsubscribe()},n}(d.L),dt=function(){return function(t,n){this.time=t,this.notification=n}}(),bt=e(92772);function yt(t,n){return n?function(e){return new xt(e,n).lift(new vt(t))}:function(n){return n.lift(new vt(t))}}var vt=function(){function t(t){this.delayDurationSelector=t}return t.prototype.call=function(t,n){return n.subscribe(new _t(t,this.delayDurationSelector))},t}(),_t=function(t){function n(n,e){var i=t.call(this,n)||this;return i.delayDurationSelector=e,i.completed=!1,i.delayNotifierSubscriptions=[],i.index=0,i}return i.__extends(n,t),n.prototype.notifyNext=function(t,n,e,i,r){this.destination.next(t),this.removeSubscription(r),this.tryComplete()},n.prototype.notifyError=function(t,n){this._error(t)},n.prototype.notifyComplete=function(t){var n=this.removeSubscription(t);n&&this.destination.next(n),this.tryComplete()},n.prototype._next=function(t){var n=this.index++;try{var e=this.delayDurationSelector(t,n);e&&this.tryDelay(e,t)}catch(t){this.destination.error(t)}},n.prototype._complete=function(){this.completed=!0,this.tryComplete(),this.unsubscribe()},n.prototype.removeSubscription=function(t){t.unsubscribe();var n=this.delayNotifierSubscriptions.indexOf(t);return-1!==n&&this.delayNotifierSubscriptions.splice(n,1),t.outerValue},n.prototype.tryDelay=function(t,n){var e=(0,I.D)(this,t,n);e&&!e.closed&&(this.destination.add(e),this.delayNotifierSubscriptions.push(e))},n.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()},n}(D.L),xt=function(t){function n(n,e){var i=t.call(this)||this;return i.source=n,i.subscriptionDelay=e,i}return i.__extends(n,t),n.prototype._subscribe=function(t){this.subscriptionDelay.subscribe(new wt(t,this.source))},n}(bt.y),wt=function(t){function n(n,e){var i=t.call(this)||this;return i.parent=n,i.source=e,i.sourceSubscribed=!1,i}return i.__extends(n,t),n.prototype._next=function(t){this.subscribeToSource()},n.prototype._error=function(t){this.unsubscribe(),this.parent.error(t)},n.prototype._complete=function(){this.unsubscribe(),this.subscribeToSource()},n.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},n}(d.L);function mt(){return function(t){return t.lift(new gt)}}var gt=function(){function t(){}return t.prototype.call=function(t,n){return n.subscribe(new St(t))},t}(),St=function(t){function n(n){return t.call(this,n)||this}return i.__extends(n,t),n.prototype._next=function(t){t.observe(this.destination)},n}(d.L);function Ct(t,n){return function(e){return e.lift(new Nt(t,n))}}var Nt=function(){function t(t,n){this.keySelector=t,this.flushes=n}return t.prototype.call=function(t,n){return n.subscribe(new Tt(t,this.keySelector,this.flushes))},t}(),Tt=function(t){function n(n,e,i){var o=t.call(this,n)||this;return o.keySelector=e,o.values=new Set,i&&o.add((0,r.ft)(i,new r.IY(o))),o}return i.__extends(n,t),n.prototype.notifyNext=function(){this.values.clear()},n.prototype.notifyError=function(t){this._error(t)},n.prototype._next=function(t){this.keySelector?this._useKeySelector(t):this._finalizeNext(t,t)},n.prototype._useKeySelector=function(t){var n,e=this.destination;try{n=this.keySelector(t)}catch(t){return void e.error(t)}this._finalizeNext(n,t)},n.prototype._finalizeNext=function(t,n){var e=this.values;e.has(t)||(e.add(t),this.destination.next(n))},n}(r.Ds);function Vt(t,n){return function(e){return e.lift(new It(t,n))}}var It=function(){function t(t,n){this.compare=t,this.keySelector=n}return t.prototype.call=function(t,n){return n.subscribe(new Dt(t,this.compare,this.keySelector))},t}(),Dt=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.keySelector=i,r.hasKey=!1,"function"==typeof e&&(r.compare=e),r}return i.__extends(n,t),n.prototype.compare=function(t,n){return t===n},n.prototype._next=function(t){var n;try{var e=this.keySelector;n=e?e(t):t}catch(t){return this.destination.error(t)}var i=!1;if(this.hasKey)try{i=(0,this.compare)(this.key,n)}catch(t){return this.destination.error(t)}else this.hasKey=!0;i||(this.key=n,this.destination.next(t))},n}(d.L);function Lt(t,n){return Vt((function(e,i){return n?n(e[t],i[t]):e[t]===i[t]}))}var kt=e(76565),Wt=e(66008),Et=e(26929);function Ot(t){return void 0===t&&(t=At),function(n){return n.lift(new Pt(t))}}var Pt=function(){function t(t){this.errorFactory=t}return t.prototype.call=function(t,n){return n.subscribe(new zt(t,this.errorFactory))},t}(),zt=function(t){function n(n,e){var i=t.call(this,n)||this;return i.errorFactory=e,i.hasValue=!1,i}return i.__extends(n,t),n.prototype._next=function(t){this.hasValue=!0,this.destination.next(t)},n.prototype._complete=function(){if(this.hasValue)return this.destination.complete();var t=void 0;try{t=this.errorFactory()}catch(n){t=n}this.destination.error(t)},n}(d.L);function At(){return new Et.K}var Bt=e(5631);function jt(t){return function(n){return 0===t?(0,Bt.c)():n.lift(new Yt(t))}}var Yt=function(){function t(t){if(this.total=t,this.total<0)throw new kt.W}return t.prototype.call=function(t,n){return n.subscribe(new Ft(t,this.total))},t}(),Ft=function(t){function n(n,e){var i=t.call(this,n)||this;return i.total=e,i.count=0,i}return i.__extends(n,t),n.prototype._next=function(t){var n=this.total,e=++this.count;e<=n&&(this.destination.next(t),e===n&&(this.destination.complete(),this.unsubscribe()))},n}(d.L);function Rt(t,n){if(t<0)throw new kt.W;var e=arguments.length>=2;return function(i){return i.pipe((0,Wt.h)((function(n,e){return e===t})),jt(1),e?ut(n):Ot((function(){return new kt.W})))}}var Kt=e(18170);function Mt(){for(var t=[],n=0;n0&&this._next(t.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()},n}(r.Ds);function on(t){return function(n){return n.lift(new un(t))}}var un=function(){function t(t){this.callback=t}return t.prototype.call=function(t,n){return n.subscribe(new sn(t,this.callback))},t}(),sn=function(t){function n(n,e){var i=t.call(this,n)||this;return i.add(new V.w(e)),i}return i.__extends(n,t),n}(d.L);function cn(t,n){if("function"!=typeof t)throw new TypeError("predicate is not a function");return function(e){return e.lift(new hn(t,e,!1,n))}}var hn=function(){function t(t,n,e,i){this.predicate=t,this.source=n,this.yieldIndex=e,this.thisArg=i}return t.prototype.call=function(t,n){return n.subscribe(new fn(t,this.predicate,this.source,this.yieldIndex,this.thisArg))},t}(),fn=function(t){function n(n,e,i,r,o){var u=t.call(this,n)||this;return u.predicate=e,u.source=i,u.yieldIndex=r,u.thisArg=o,u.index=0,u}return i.__extends(n,t),n.prototype.notifyComplete=function(t){var n=this.destination;n.next(t),n.complete(),this.unsubscribe()},n.prototype._next=function(t){var n=this.predicate,e=this.thisArg,i=this.index++;try{n.call(e||this,t,i,this.source)&&this.notifyComplete(this.yieldIndex?i:t)}catch(t){this.destination.error(t)}},n.prototype._complete=function(){this.notifyComplete(this.yieldIndex?-1:void 0)},n}(d.L);function an(t,n){return function(e){return e.lift(new hn(t,e,!0,n))}}var ln=e(43608);function pn(t,n){var e=arguments.length>=2;return function(i){return i.pipe(t?(0,Wt.h)((function(n,e){return t(n,e,i)})):ln.y,jt(1),e?ut(n):Ot((function(){return new Et.K})))}}var dn=e(11120);function bn(){return function(t){return t.lift(new yn)}}var yn=function(){function t(){}return t.prototype.call=function(t,n){return n.subscribe(new vn(t))},t}(),vn=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return i.__extends(n,t),n.prototype._next=function(t){},n}(d.L);function _n(){return function(t){return t.lift(new xn)}}var xn=function(){function t(){}return t.prototype.call=function(t,n){return n.subscribe(new wn(t))},t}(),wn=function(t){function n(n){return t.call(this,n)||this}return i.__extends(n,t),n.prototype.notifyComplete=function(t){var n=this.destination;n.next(t),n.complete()},n.prototype._next=function(t){this.notifyComplete(!1)},n.prototype._complete=function(){this.notifyComplete(!0)},n}(d.L);function mn(t){return function(n){return 0===t?(0,Bt.c)():n.lift(new gn(t))}}var gn=function(){function t(t){if(this.total=t,this.total<0)throw new kt.W}return t.prototype.call=function(t,n){return n.subscribe(new Sn(t,this.total))},t}(),Sn=function(t){function n(n,e){var i=t.call(this,n)||this;return i.total=e,i.ring=new Array,i.count=0,i}return i.__extends(n,t),n.prototype._next=function(t){var n=this.ring,e=this.total,i=this.count++;n.length0)for(var e=this.count>=this.total?this.total:this.count,i=this.ring,r=0;r=2;return function(i){return i.pipe(t?(0,Wt.h)((function(n,e){return t(n,e,i)})):ln.y,mn(1),e?ut(n):Ot((function(){return new Et.K})))}}function Nn(t){return function(n){return n.lift(new Tn(t))}}var Tn=function(){function t(t){this.value=t}return t.prototype.call=function(t,n){return n.subscribe(new Vn(t,this.value))},t}(),Vn=function(t){function n(n,e){var i=t.call(this,n)||this;return i.value=e,i}return i.__extends(n,t),n.prototype._next=function(t){this.destination.next(this.value)},n}(d.L);function In(){return function(t){return t.lift(new Dn)}}var Dn=function(){function t(){}return t.prototype.call=function(t,n){return n.subscribe(new Ln(t))},t}(),Ln=function(t){function n(n){return t.call(this,n)||this}return i.__extends(n,t),n.prototype._next=function(t){this.destination.next(ft.P.createNext(t))},n.prototype._error=function(t){var n=this.destination;n.next(ft.P.createError(t)),n.complete()},n.prototype._complete=function(){var t=this.destination;t.next(ft.P.createComplete()),t.complete()},n}(d.L);function kn(t,n){var e=!1;return arguments.length>=2&&(e=!0),function(i){return i.lift(new Wn(t,n,e))}}var Wn=function(){function t(t,n,e){void 0===e&&(e=!1),this.accumulator=t,this.seed=n,this.hasSeed=e}return t.prototype.call=function(t,n){return n.subscribe(new En(t,this.accumulator,this.seed,this.hasSeed))},t}(),En=function(t){function n(n,e,i,r){var o=t.call(this,n)||this;return o.accumulator=e,o._seed=i,o.hasSeed=r,o.index=0,o}return i.__extends(n,t),Object.defineProperty(n.prototype,"seed",{get:function(){return this._seed},set:function(t){this.hasSeed=!0,this._seed=t},enumerable:!0,configurable:!0}),n.prototype._next=function(t){if(this.hasSeed)return this._tryNext(t);this.seed=t,this.destination.next(t)},n.prototype._tryNext=function(t){var n,e=this.index++;try{n=this.accumulator(this.seed,t,e)}catch(t){this.destination.error(t)}this.seed=n,this.destination.next(n)},n}(d.L),On=e(62561);function Pn(t,n){return arguments.length>=2?function(e){return(0,On.z)(kn(t,n),mn(1),ut(n))(e)}:function(n){return(0,On.z)(kn((function(n,e,i){return t(n,e,i+1)})),mn(1))(n)}}function zn(t){return Pn("function"==typeof t?function(n,e){return t(n,e)>0?n:e}:function(t,n){return t>n?t:n})}var An=e(14370);function Bn(){for(var t=[],n=0;n0?this._next(t.shift()):0===this.active&&this.hasCompleted&&(!1===this.hasValue&&this.destination.next(this.acc),this.destination.complete())},n}(r.Ds);function Mn(t){return Pn("function"==typeof t?function(n,e){return t(n,e)<0?n:e}:function(t,n){return t-1&&(this.count=e-1),n.subscribe(this._unsubscribeAndRecycle())}},n}(d.L);function _e(t){return function(n){return n.lift(new xe(t))}}var xe=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,n){return n.subscribe(new we(t,this.notifier,n))},t}(),we=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.notifier=e,r.source=i,r.sourceIsBeingSubscribedTo=!0,r}return i.__extends(n,t),n.prototype.notifyNext=function(){this.sourceIsBeingSubscribedTo=!0,this.source.subscribe(this)},n.prototype.notifyComplete=function(){if(!1===this.sourceIsBeingSubscribedTo)return t.prototype.complete.call(this)},n.prototype.complete=function(){if(this.sourceIsBeingSubscribedTo=!1,!this.isStopped){if(this.retries||this.subscribeToRetries(),!this.retriesSubscription||this.retriesSubscription.closed)return t.prototype.complete.call(this);this._unsubscribeAndRecycle(),this.notifications.next(void 0)}},n.prototype._unsubscribe=function(){var t=this.notifications,n=this.retriesSubscription;t&&(t.unsubscribe(),this.notifications=void 0),n&&(n.unsubscribe(),this.retriesSubscription=void 0),this.retries=void 0},n.prototype._unsubscribeAndRecycle=function(){var n=this._unsubscribe;return this._unsubscribe=null,t.prototype._unsubscribeAndRecycle.call(this),this._unsubscribe=n,this},n.prototype.subscribeToRetries=function(){var n;this.notifications=new oe.xQ;try{n=(0,this.notifier)(this.notifications)}catch(n){return t.prototype.complete.call(this)}this.retries=n,this.retriesSubscription=(0,r.ft)(n,new r.IY(this))},n}(r.Ds);function me(t){return void 0===t&&(t=-1),function(n){return n.lift(new ge(t,n))}}var ge=function(){function t(t,n){this.count=t,this.source=n}return t.prototype.call=function(t,n){return n.subscribe(new Se(t,this.count,this.source))},t}(),Se=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.count=e,r.source=i,r}return i.__extends(n,t),n.prototype.error=function(n){if(!this.isStopped){var e=this.source,i=this.count;if(0===i)return t.prototype.error.call(this,n);i>-1&&(this.count=i-1),e.subscribe(this._unsubscribeAndRecycle())}},n}(d.L);function Ce(t){return function(n){return n.lift(new Ne(t,n))}}var Ne=function(){function t(t,n){this.notifier=t,this.source=n}return t.prototype.call=function(t,n){return n.subscribe(new Te(t,this.notifier,this.source))},t}(),Te=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.notifier=e,r.source=i,r}return i.__extends(n,t),n.prototype.error=function(n){if(!this.isStopped){var e=this.errors,i=this.retries,o=this.retriesSubscription;if(i)this.errors=void 0,this.retriesSubscription=void 0;else{e=new oe.xQ;try{i=(0,this.notifier)(e)}catch(n){return t.prototype.error.call(this,n)}o=(0,r.ft)(i,new r.IY(this))}this._unsubscribeAndRecycle(),this.errors=e,this.retries=i,this.retriesSubscription=o,e.next(n)}},n.prototype._unsubscribe=function(){var t=this.errors,n=this.retriesSubscription;t&&(t.unsubscribe(),this.errors=void 0),n&&(n.unsubscribe(),this.retriesSubscription=void 0),this.retries=void 0},n.prototype.notifyNext=function(){var t=this._unsubscribe;this._unsubscribe=null,this._unsubscribeAndRecycle(),this._unsubscribe=t,this.source.subscribe(this)},n}(r.Ds),Ve=e(3018);function Ie(t){return function(n){return n.lift(new De(t))}}var De=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,n){var e=new Le(t),i=n.subscribe(e);return i.add((0,r.ft)(this.notifier,new r.IY(e))),i},t}(),Le=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.hasValue=!1,n}return i.__extends(n,t),n.prototype._next=function(t){this.value=t,this.hasValue=!0},n.prototype.notifyNext=function(){this.emitValue()},n.prototype.notifyComplete=function(){this.emitValue()},n.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},n}(r.Ds);function ke(t,n){return void 0===n&&(n=c.P),function(e){return e.lift(new We(t,n))}}var We=function(){function t(t,n){this.period=t,this.scheduler=n}return t.prototype.call=function(t,n){return n.subscribe(new Ee(t,this.period,this.scheduler))},t}(),Ee=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.period=e,r.scheduler=i,r.hasValue=!1,r.add(i.schedule(Oe,e,{subscriber:r,period:e})),r}return i.__extends(n,t),n.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},n.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},n}(d.L);function Oe(t){var n=t.subscriber,e=t.period;n.notifyNext(),this.schedule(t,e)}function Pe(t,n){return function(e){return e.lift(new ze(t,n))}}var ze=function(){function t(t,n){this.compareTo=t,this.comparator=n}return t.prototype.call=function(t,n){return n.subscribe(new Ae(t,this.compareTo,this.comparator))},t}(),Ae=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.compareTo=e,r.comparator=i,r._a=[],r._b=[],r._oneComplete=!1,r.destination.add(e.subscribe(new Be(n,r))),r}return i.__extends(n,t),n.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},n.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0,this.unsubscribe()},n.prototype.checkValues=function(){for(var t=this,n=t._a,e=t._b,i=t.comparator;n.length>0&&e.length>0;){var r=n.shift(),o=e.shift(),u=!1;try{u=i?i(r,o):r===o}catch(t){this.destination.error(t)}u||this.emit(!1)}},n.prototype.emit=function(t){var n=this.destination;n.next(t),n.complete()},n.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())},n.prototype.completeB=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},n}(d.L),Be=function(t){function n(n,e){var i=t.call(this,n)||this;return i.parent=e,i}return i.__extends(n,t),n.prototype._next=function(t){this.parent.nextB(t)},n.prototype._error=function(t){this.parent.error(t),this.unsubscribe()},n.prototype._complete=function(){this.parent.completeB(),this.unsubscribe()},n}(d.L);function je(){return new oe.xQ}function Ye(){return function(t){return(0,Ve.x)()(Un(je)(t))}}function Fe(t,n,e){var i;return i=t&&"object"==typeof t?t:{bufferSize:t,windowTime:n,refCount:!1,scheduler:e},function(t){return t.lift(function(t){var n,e,i=t.bufferSize,r=void 0===i?Number.POSITIVE_INFINITY:i,o=t.windowTime,u=void 0===o?Number.POSITIVE_INFINITY:o,s=t.refCount,c=t.scheduler,h=0,f=!1,a=!1;return function(t){var i;h++,!n||f?(f=!1,n=new ae.t(r,u,c),i=n.subscribe(this),e=t.subscribe({next:function(t){n.next(t)},error:function(t){f=!0,n.error(t)},complete:function(){a=!0,e=void 0,n.complete()}}),a&&(e=void 0)):i=n.subscribe(this),this.add((function(){h--,i.unsubscribe(),i=void 0,e&&!a&&s&&0===h&&(e.unsubscribe(),e=void 0,n=void 0)}))}}(i))}}function Re(t){return function(n){return n.lift(new Ke(t,n))}}var Ke=function(){function t(t,n){this.predicate=t,this.source=n}return t.prototype.call=function(t,n){return n.subscribe(new Me(t,this.predicate,this.source))},t}(),Me=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.predicate=e,r.source=i,r.seenValue=!1,r.index=0,r}return i.__extends(n,t),n.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},n.prototype._next=function(t){var n=this.index++;this.predicate?this.tryNext(t,n):this.applySingleValue(t)},n.prototype.tryNext=function(t,n){try{this.predicate(t,n,this.source)&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},n.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new Et.K)},n}(d.L);function Qe(t){return function(n){return n.lift(new Ue(t))}}var Ue=function(){function t(t){this.total=t}return t.prototype.call=function(t,n){return n.subscribe(new Ze(t,this.total))},t}(),Ze=function(t){function n(n,e){var i=t.call(this,n)||this;return i.total=e,i.count=0,i}return i.__extends(n,t),n.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)},n}(d.L);function qe(t){return function(n){return n.lift(new He(t))}}var He=function(){function t(t){if(this._skipCount=t,this._skipCount<0)throw new kt.W}return t.prototype.call=function(t,n){return 0===this._skipCount?n.subscribe(new d.L(t)):n.subscribe(new Je(t,this._skipCount))},t}(),Je=function(t){function n(n,e){var i=t.call(this,n)||this;return i._skipCount=e,i._count=0,i._ring=new Array(e),i}return i.__extends(n,t),n.prototype._next=function(t){var n=this._skipCount,e=this._count++;if(e0?this.startWindowEvery:this.windowSize,e=this.destination,i=this.windowSize,r=this.windows,o=r.length,u=0;u=0&&s%n==0&&!this.closed&&r.shift().complete(),++this.count%n==0&&!this.closed){var c=new oe.xQ;r.push(c),e.next(c)}},n.prototype._error=function(t){var n=this.windows;if(n)for(;n.length>0&&!this.closed;)n.shift().error(t);this.destination.error(t)},n.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},n.prototype._unsubscribe=function(){this.count=0,this.windows=null},n}(d.L);function $i(t){var n=c.P,e=null,i=Number.POSITIVE_INFINITY;return(0,x.K)(arguments[3])&&(n=arguments[3]),(0,x.K)(arguments[2])?n=arguments[2]:(0,oi.k)(arguments[2])&&(i=Number(arguments[2])),(0,x.K)(arguments[1])?n=arguments[1]:(0,oi.k)(arguments[1])&&(e=Number(arguments[1])),function(r){return r.lift(new Gi(t,e,i,n))}}var Gi=function(){function t(t,n,e,i){this.windowTimeSpan=t,this.windowCreationInterval=n,this.maxWindowSize=e,this.scheduler=i}return t.prototype.call=function(t,n){return n.subscribe(new nr(t,this.windowTimeSpan,this.windowCreationInterval,this.maxWindowSize,this.scheduler))},t}(),tr=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n._numberOfNextedValues=0,n}return i.__extends(n,t),n.prototype.next=function(n){this._numberOfNextedValues++,t.prototype.next.call(this,n)},Object.defineProperty(n.prototype,"numberOfNextedValues",{get:function(){return this._numberOfNextedValues},enumerable:!0,configurable:!0}),n}(oe.xQ),nr=function(t){function n(n,e,i,r,o){var u=t.call(this,n)||this;u.destination=n,u.windowTimeSpan=e,u.windowCreationInterval=i,u.maxWindowSize=r,u.scheduler=o,u.windows=[];var s=u.openWindow();if(null!==i&&i>=0){var c={subscriber:u,window:s,context:null},h={windowTimeSpan:e,windowCreationInterval:i,subscriber:u,scheduler:o};u.add(o.schedule(rr,e,c)),u.add(o.schedule(ir,i,h))}else{var f={subscriber:u,window:s,windowTimeSpan:e};u.add(o.schedule(er,e,f))}return u}return i.__extends(n,t),n.prototype._next=function(t){for(var n=this.windows,e=n.length,i=0;i=this.maxWindowSize&&this.closeWindow(r))}},n.prototype._error=function(t){for(var n=this.windows;n.length>0;)n.shift().error(t);this.destination.error(t)},n.prototype._complete=function(){for(var t=this.windows;t.length>0;){var n=t.shift();n.closed||n.complete()}this.destination.complete()},n.prototype.openWindow=function(){var t=new tr;return this.windows.push(t),this.destination.next(t),t},n.prototype.closeWindow=function(t){t.complete();var n=this.windows;n.splice(n.indexOf(t),1)},n}(d.L);function er(t){var n=t.subscriber,e=t.windowTimeSpan,i=t.window;i&&n.closeWindow(i),t.window=n.openWindow(),this.schedule(t,e)}function ir(t){var n=t.windowTimeSpan,e=t.subscriber,i=t.scheduler,r=t.windowCreationInterval,o=e.openWindow(),u=this,s={action:u,subscription:null},c={subscriber:e,window:o,context:s};s.subscription=i.schedule(rr,n,c),u.add(s.subscription),u.schedule(t,r)}function rr(t){var n=t.subscriber,e=t.window,i=t.context;i&&i.action&&i.subscription&&i.action.remove(i.subscription),n.closeWindow(e)}function or(t,n){return function(e){return e.lift(new ur(t,n))}}var ur=function(){function t(t,n){this.openings=t,this.closingSelector=n}return t.prototype.call=function(t,n){return n.subscribe(new sr(t,this.openings,this.closingSelector))},t}(),sr=function(t){function n(n,e,i){var r=t.call(this,n)||this;return r.openings=e,r.closingSelector=i,r.contexts=[],r.add(r.openSubscription=(0,I.D)(r,e,e)),r}return i.__extends(n,t),n.prototype._next=function(t){var n=this.contexts;if(n)for(var e=n.length,i=0;i0){var r=i.indexOf(e);-1!==r&&i.splice(r,1)}},n.prototype.notifyComplete=function(){},n.prototype._next=function(t){if(0===this.toRespond.length){var n=[t].concat(this.values);this.project?this._tryProject(n):this.destination.next(n)}},n.prototype._tryProject=function(t){var n;try{n=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(n)},n}(D.L),dr=e(25080);function br(){for(var t=[],n=0;n=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||o%10===Math.floor(o%10)&&o%10>=2&&o%10<=4&&!(o%100>=12&&o%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12093.af4529762599dea5cb49.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12093.af4529762599dea5cb49.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12093.af4529762599dea5cb49.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/12134.a3801a6cbc72a34a8b5e.js b/dist/apps/processing-runtime-widget/12134.a3801a6cbc72a34a8b5e.js new file mode 100644 index 0000000..961d7ec --- /dev/null +++ b/dist/apps/processing-runtime-widget/12134.a3801a6cbc72a34a8b5e.js @@ -0,0 +1,2 @@ +/*! For license information please see 12134.a3801a6cbc72a34a8b5e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12134],{12134:function(e,u,a){a.r(u);const n=void 0;u.default=["en-JE",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","UK Pound",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12134.a3801a6cbc72a34a8b5e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12134.a3801a6cbc72a34a8b5e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12134.a3801a6cbc72a34a8b5e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/12137.2f20edcea433d7987fd9.js b/dist/apps/processing-runtime-widget/12137.2f20edcea433d7987fd9.js new file mode 100644 index 0000000..5e06fac --- /dev/null +++ b/dist/apps/processing-runtime-widget/12137.2f20edcea433d7987fd9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12137],{12137:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12243.a0a70994da9256d0894a.js b/dist/apps/processing-runtime-widget/12243.a0a70994da9256d0894a.js new file mode 100644 index 0000000..ea047d6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/12243.a0a70994da9256d0894a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12243],{12243:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12250.42bdefd3283a906d43d7.js b/dist/apps/processing-runtime-widget/12250.42bdefd3283a906d43d7.js new file mode 100644 index 0000000..68ead05 --- /dev/null +++ b/dist/apps/processing-runtime-widget/12250.42bdefd3283a906d43d7.js @@ -0,0 +1,2 @@ +/*! For license information please see 12250.42bdefd3283a906d43d7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12250],{12250:function(i,e,o){o.r(e);const t=void 0;e.default=[[["mezzanotte","mezzogiorno","di mattina","di pomeriggio","di sera","di notte"],t,["mezzanotte","mezzogiorno","di mattina","del pomeriggio","di sera","di notte"]],[["mezzanotte","mezzogiorno","mattina","pomeriggio","sera","notte"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12250.42bdefd3283a906d43d7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12250.42bdefd3283a906d43d7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12250.42bdefd3283a906d43d7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/12290.e350c6d819c16139bd6a.js b/dist/apps/processing-runtime-widget/12290.e350c6d819c16139bd6a.js new file mode 100644 index 0000000..f1cd339 --- /dev/null +++ b/dist/apps/processing-runtime-widget/12290.e350c6d819c16139bd6a.js @@ -0,0 +1,2 @@ +/*! For license information please see 12290.e350c6d819c16139bd6a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12290],{12290:function(e,a,u){u.r(a);const r=void 0;a.default=["en-UM",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12290.e350c6d819c16139bd6a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12290.e350c6d819c16139bd6a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12290.e350c6d819c16139bd6a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/12307.0beb7c12d121b7351b1a.js b/dist/apps/processing-runtime-widget/12307.0beb7c12d121b7351b1a.js new file mode 100644 index 0000000..3e0b4f5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/12307.0beb7c12d121b7351b1a.js @@ -0,0 +1,2 @@ +/*! For license information please see 12307.0beb7c12d121b7351b1a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12307],{12307:function(D,$,M){M.r($);const B=void 0;$.default=["ar-SD",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SDG","ج.س.","جنيه سوداني",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12307.0beb7c12d121b7351b1a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12307.0beb7c12d121b7351b1a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12307.0beb7c12d121b7351b1a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/12409.e1eccfd03a2aea448242.js b/dist/apps/processing-runtime-widget/12409.e1eccfd03a2aea448242.js new file mode 100644 index 0000000..6cd8153 --- /dev/null +++ b/dist/apps/processing-runtime-widget/12409.e1eccfd03a2aea448242.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12409],{12409:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12472.a9e6aa979e7dc645a478.js b/dist/apps/processing-runtime-widget/12472.a9e6aa979e7dc645a478.js new file mode 100644 index 0000000..c94f3ea --- /dev/null +++ b/dist/apps/processing-runtime-widget/12472.a9e6aa979e7dc645a478.js @@ -0,0 +1,2 @@ +/*! For license information please see 12472.a9e6aa979e7dc645a478.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12472],{12472:function(a,i,n){n.r(i);const r=void 0;i.default=["kl",[["AM","PM"],r,r],r,[["S","M","T","W","T","F","S"],["sap","ata","mar","pin","sis","tal","arf"],["sapaat","ataasinngorneq","marlunngorneq","pingasunngorneq","sisamanngorneq","tallimanngorneq","arfininngorneq"],["sap","ata","mar","pin","sis","tal","arf"]],r,[["1","2","3","4","5","6","7","8","9","10","11","12"],["jan","febr","mar","apr","maj","jun","jul","aug","sept","okt","nov","dec"],["januaarip","februaarip","marsip","apriilip","maajip","juunip","juulip","aggustip","septembarip","oktobarip","novembarip","decembarip"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["jan","febr","mar","apr","maj","jun","jul","aug","sept","okt","nov","dec"],["januaari","februaari","marsi","apriili","maaji","juuni","juuli","aggusti","septembari","oktobari","novembari","decembari"]],[["BCE","CE"],r,r],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"DKK","kr.","DKK",{DKK:["kr.","kr"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12472.a9e6aa979e7dc645a478.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12472.a9e6aa979e7dc645a478.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12472.a9e6aa979e7dc645a478.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/12990.cfca188871a623bfbdc8.js b/dist/apps/processing-runtime-widget/12990.cfca188871a623bfbdc8.js new file mode 100644 index 0000000..d5401bc --- /dev/null +++ b/dist/apps/processing-runtime-widget/12990.cfca188871a623bfbdc8.js @@ -0,0 +1,2 @@ +/*! For license information please see 12990.cfca188871a623bfbdc8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[12990],{12990:function(u,c,i){i.r(c);const e=void 0;c.default=[[["поноћ","подне","ујутру","у подне","увече","ноћу"],e,e],[["поноћ","подне","јутро","послийеподне","вече","ноћ"],e,e],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/12990.cfca188871a623bfbdc8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/12990.cfca188871a623bfbdc8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/12990.cfca188871a623bfbdc8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13193.e1795fe52fd32ee6a238.js b/dist/apps/processing-runtime-widget/13193.e1795fe52fd32ee6a238.js new file mode 100644 index 0000000..b294e54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13193.e1795fe52fd32ee6a238.js @@ -0,0 +1,2 @@ +/*! For license information please see 13193.e1795fe52fd32ee6a238.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13193],{13193:function(u,c,i){i.r(c);const e=void 0;c.default=[[["મ.રાત્રિ","સવારે","બપોરે","સાંજે","રાત્રે"],["મધ્યરાત્રિ","સવારે","બપોરે","સાંજે","રાત્રે"],e],[["મધ્યરાત્રિ","સવારે","બપોરે","સાંજે","રાત્રે"],e,["મધ્યરાત્રિ","સવાર","બપોર","સાંજ","રાત્રિ"]],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13193.e1795fe52fd32ee6a238.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13193.e1795fe52fd32ee6a238.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13193.e1795fe52fd32ee6a238.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13285.60a00efc49187070f2da.js b/dist/apps/processing-runtime-widget/13285.60a00efc49187070f2da.js new file mode 100644 index 0000000..e09a6af --- /dev/null +++ b/dist/apps/processing-runtime-widget/13285.60a00efc49187070f2da.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13285],{13285:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13291.903458481a7924099cd4.js b/dist/apps/processing-runtime-widget/13291.903458481a7924099cd4.js new file mode 100644 index 0000000..c730e57 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13291.903458481a7924099cd4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13291,25803],{25803:function(e,t,n){var i;n.r(t),n.d(t,{BsComponentRef:function(){return c},ComponentLoader:function(){return _},ComponentLoaderFactory:function(){return p},ContentRef:function(){return a}});var o=n(40761),s=n(38310),r=n(88553),h=n(80179);class c{}class a{constructor(e,t,n){this.nodes=e,this.viewRef=t,this.componentRef=n}}class _{constructor(e,t,n,i,s,r,h,c,a){this._viewContainerRef=e,this._renderer=t,this._elementRef=n,this._injector=i,this._componentFactoryResolver=s,this._ngZone=r,this._applicationRef=h,this._posService=c,this._document=a,this.onBeforeShow=new o.EventEmitter,this.onShown=new o.EventEmitter,this.onBeforeHide=new o.EventEmitter,this.onHidden=new o.EventEmitter,this._providers=[],this._isHiding=!1,this.containerDefaultSelector="body",this._listenOpts={},this._globalListener=Function.prototype}get isShown(){return!this._isHiding&&!!this._componentRef}attach(e){return this._componentFactory=this._componentFactoryResolver.resolveComponentFactory(e),this}to(e){return this.container=e||this.container,this}position(e){return e?(this.attachment=e.attachment||this.attachment,this._elementRef=e.target||this._elementRef,this):this}provide(e){return this._providers.push(e),this}show(e={}){if(this._subscribePositioning(),this._innerComponent=void 0,!this._componentRef){this.onBeforeShow.emit(),this._contentRef=this._getContentRef(e.content,e.context,e.initialState);const t=o.Injector.create({providers:this._providers,parent:this._injector});if(!this._componentFactory)return;if(this._componentRef=this._componentFactory.create(t,this._contentRef.nodes),this._applicationRef.attachView(this._componentRef.hostView),this.instance=this._componentRef.instance,Object.assign(this._componentRef.instance,e),this.container instanceof o.ElementRef&&this.container.nativeElement.appendChild(this._componentRef.location.nativeElement),"string"==typeof this.container&&void 0!==this._document){const e=this._document.querySelector(this.container)||this._document.querySelector(this.containerDefaultSelector);if(!e)return;e.appendChild(this._componentRef.location.nativeElement)}!this.container&&this._elementRef&&this._elementRef.nativeElement.parentElement&&this._elementRef.nativeElement.parentElement.appendChild(this._componentRef.location.nativeElement),this._contentRef.componentRef&&(this._innerComponent=this._contentRef.componentRef.instance,this._contentRef.componentRef.changeDetectorRef.markForCheck(),this._contentRef.componentRef.changeDetectorRef.detectChanges()),this._componentRef.changeDetectorRef.markForCheck(),this._componentRef.changeDetectorRef.detectChanges(),this.onShown.emit(e.id?{id:e.id}:this._componentRef.instance)}return this._registerOutsideClick(),this._componentRef}hide(e){if(!this._componentRef)return this;this._posService.deletePositionElement(this._componentRef.location),this.onBeforeHide.emit(this._componentRef.instance);const t=this._componentRef.location.nativeElement;return t.parentNode?.removeChild(t),this._contentRef?.componentRef?.destroy(),this._viewContainerRef&&this._contentRef?.viewRef&&this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._contentRef.viewRef)),this._contentRef?.viewRef?.destroy(),this._contentRef=void 0,this._componentRef=void 0,this._removeGlobalListener(),this.onHidden.emit(e?{id:e}:null),this}toggle(){this.isShown?this.hide():this.show()}dispose(){this.isShown&&this.hide(),this._unsubscribePositioning(),this._unregisterListenersFn&&this._unregisterListenersFn()}listen(e){this.triggers=e.triggers||this.triggers,this._listenOpts.outsideClick=e.outsideClick,this._listenOpts.outsideEsc=e.outsideEsc,e.target=e.target||this._elementRef?.nativeElement;const t=this._listenOpts.hide=()=>e.hide?e.hide():void this.hide(),n=this._listenOpts.show=t=>{e.show?e.show(t):this.show(t),t()},i=e=>{this.isShown?t():n(e)};return this._renderer&&(this._unregisterListenersFn=(0,s.listenToTriggersV2)(this._renderer,{target:e.target,triggers:e.triggers,show:n,hide:t,toggle:i})),this}_removeGlobalListener(){this._globalListener&&(this._globalListener(),this._globalListener=Function.prototype)}attachInline(e,t){return e&&t&&(this._inlineViewRef=e.createEmbeddedView(t)),this}_registerOutsideClick(){if(this._componentRef&&this._componentRef.location){if(this._listenOpts.outsideClick){const e=this._componentRef.location.nativeElement;setTimeout((()=>{this._renderer&&this._elementRef&&(this._globalListener=(0,s.registerOutsideClick)(this._renderer,{targets:[e,this._elementRef.nativeElement],outsideClick:this._listenOpts.outsideClick,hide:()=>this._listenOpts.hide&&this._listenOpts.hide()}))}))}if(this._listenOpts.outsideEsc&&this._renderer&&this._elementRef){const e=this._componentRef.location.nativeElement;this._globalListener=(0,s.registerEscClick)(this._renderer,{targets:[e,this._elementRef.nativeElement],outsideEsc:this._listenOpts.outsideEsc,hide:()=>this._listenOpts.hide&&this._listenOpts.hide()})}}}getInnerComponent(){return this._innerComponent}_subscribePositioning(){!this._zoneSubscription&&this.attachment&&(this.onShown.subscribe((()=>{this._posService.position({element:this._componentRef?.location,target:this._elementRef,attachment:this.attachment,appendToBody:"body"===this.container})})),this._zoneSubscription=this._ngZone.onStable.subscribe((()=>{this._componentRef&&this._posService.calcPosition()})))}_unsubscribePositioning(){this._zoneSubscription&&(this._zoneSubscription.unsubscribe(),this._zoneSubscription=void 0)}_getContentRef(e,t,n){if(!e)return new a([]);if(e instanceof o.TemplateRef){if(this._viewContainerRef){const n=this._viewContainerRef.createEmbeddedView(e,t);return n.markForCheck(),new a([n.rootNodes],n)}const n=e.createEmbeddedView({});return this._applicationRef.attachView(n),new a([n.rootNodes],n)}if("function"==typeof e){const t=this._componentFactoryResolver.resolveComponentFactory(e),i=o.Injector.create({providers:this._providers,parent:this._injector}),s=t.create(i);return Object.assign(s.instance,n),this._applicationRef.attachView(s.hostView),new a([[s.location.nativeElement]],s.hostView,s)}const i=this._renderer?[this._renderer.createText(`${e}`)]:[];return new a([i])}}class p{constructor(e,t,n,i,o,s){this._componentFactoryResolver=e,this._ngZone=t,this._injector=n,this._posService=i,this._applicationRef=o,this._document=s}createLoader(e,t,n){return new _(t,n,e,this._injector,this._componentFactoryResolver,this._ngZone,this._applicationRef,this._posService,this._document)}}p.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=n.t(o,2)),type:p,deps:[{token:o.ComponentFactoryResolver},{token:o.NgZone},{token:o.Injector},{token:r.PositioningService},{token:o.ApplicationRef},{token:h.DOCUMENT}],target:o["ɵɵFactoryTarget"].Injectable}),p.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=n.t(o,2)),type:p,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=n.t(o,2)),type:p,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:o.ComponentFactoryResolver},{type:o.NgZone},{type:o.Injector},{type:r.PositioningService},{type:o.ApplicationRef},{type:Document,decorators:[{type:o.Inject,args:[h.DOCUMENT]}]}]}})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13356.0d390ce85e316d95c47d.js b/dist/apps/processing-runtime-widget/13356.0d390ce85e316d95c47d.js new file mode 100644 index 0000000..6638179 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13356.0d390ce85e316d95c47d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13356],{13356:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13384.ee8d592a0bac509d6534.js b/dist/apps/processing-runtime-widget/13384.ee8d592a0bac509d6534.js new file mode 100644 index 0000000..296519b --- /dev/null +++ b/dist/apps/processing-runtime-widget/13384.ee8d592a0bac509d6534.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13384],{13384:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13527.c3937719105b47578715.js b/dist/apps/processing-runtime-widget/13527.c3937719105b47578715.js new file mode 100644 index 0000000..1833814 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13527.c3937719105b47578715.js @@ -0,0 +1,2 @@ +/*! For license information please see 13527.c3937719105b47578715.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13527],{13527:function(s,M,u){u.r(M);const c=void 0;M.default=["sd-Arab",[["صبح، منجهند","منجهند، شام"],["صبح، منجهند","شام، منجهند"],["صبح، منجهند","منجهند، شام"]],[["صبح، منجهند","منجهند، شام"],c,c],[["آچر","سو","اڱارو","اربع","خم","جمعو","ڇنڇر"],["آچر","سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر"],c,c],c,[["J","F","M","A","M","J","J","A","S","O","N","D"],["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],c],c,[["BC","CD"],c,["قبل مسيح","عيسوي کان پهرين"]],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"PKR","Rs","پاڪستاني رپي",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],PKR:["Rs"],USD:["US$","$"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13527.c3937719105b47578715.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13527.c3937719105b47578715.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13527.c3937719105b47578715.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13568.593495f70f10e750ef86.js b/dist/apps/processing-runtime-widget/13568.593495f70f10e750ef86.js new file mode 100644 index 0000000..3ba9df1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13568.593495f70f10e750ef86.js @@ -0,0 +1,2 @@ +/*! For license information please see 13568.593495f70f10e750ef86.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13568],{13568:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13568.593495f70f10e750ef86.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13568.593495f70f10e750ef86.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13568.593495f70f10e750ef86.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13578.d51d1d7f61b6c9669c87.js b/dist/apps/processing-runtime-widget/13578.d51d1d7f61b6c9669c87.js new file mode 100644 index 0000000..1b07548 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13578.d51d1d7f61b6c9669c87.js @@ -0,0 +1,2 @@ +/*! For license information please see 13578.d51d1d7f61b6c9669c87.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13578],{13578:function(e,a,u){u.r(a);const r=void 0;a.default=["en-SG",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SGD","$","Singapore Dollar",{JPY:["JP¥","¥"],SGD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13578.d51d1d7f61b6c9669c87.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13578.d51d1d7f61b6c9669c87.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13578.d51d1d7f61b6c9669c87.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13658.bb6770993cc852fff58a.js b/dist/apps/processing-runtime-widget/13658.bb6770993cc852fff58a.js new file mode 100644 index 0000000..309b129 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13658.bb6770993cc852fff58a.js @@ -0,0 +1,2 @@ +/*! For license information please see 13658.bb6770993cc852fff58a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13658],{13658:function(e,a,u){u.r(a);const n=void 0;a.default=["en-PG",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"PGK","K","Papua New Guinean Kina",{JPY:["JP¥","¥"],PGK:["K"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13658.bb6770993cc852fff58a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13658.bb6770993cc852fff58a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13658.bb6770993cc852fff58a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13722.76520c91f508493f8f3a.js b/dist/apps/processing-runtime-widget/13722.76520c91f508493f8f3a.js new file mode 100644 index 0000000..1d47fed --- /dev/null +++ b/dist/apps/processing-runtime-widget/13722.76520c91f508493f8f3a.js @@ -0,0 +1,2 @@ +/*! For license information please see 13722.76520c91f508493f8f3a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13722],{13722:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-GN",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FG","GNF",{GNF:["FG"],JPY:["JP¥","¥"],USD:["US$","$"]},function(a){let e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13722.76520c91f508493f8f3a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13722.76520c91f508493f8f3a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13722.76520c91f508493f8f3a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13771.d61acbbfe43fcd232d89.js b/dist/apps/processing-runtime-widget/13771.d61acbbfe43fcd232d89.js new file mode 100644 index 0000000..5f58c48 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13771.d61acbbfe43fcd232d89.js @@ -0,0 +1,2 @@ +/*! For license information please see 13771.d61acbbfe43fcd232d89.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13771],{13771:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13771.d61acbbfe43fcd232d89.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13771.d61acbbfe43fcd232d89.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13771.d61acbbfe43fcd232d89.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13822.378fcdac24caa22d0497.js b/dist/apps/processing-runtime-widget/13822.378fcdac24caa22d0497.js new file mode 100644 index 0000000..e20192a --- /dev/null +++ b/dist/apps/processing-runtime-widget/13822.378fcdac24caa22d0497.js @@ -0,0 +1,2 @@ +/*! For license information please see 13822.378fcdac24caa22d0497.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13822],{13822:function(e,t,n){n.r(t),n.d(t,{ANALYZE_FOR_ENTRY_COMPONENTS:function(){return cr},ANIMATION_MODULE_TYPE:function(){return ky},APP_BOOTSTRAP_LISTENER:function(){return Ny},APP_ID:function(){return by},APP_INITIALIZER:function(){return My},ApplicationInitStatus:function(){return Dy},ApplicationModule:function(){return ww},ApplicationRef:function(){return Ev},Attribute:function(){return ur},COMPILER_OPTIONS:function(){return Ly},CUSTOM_ELEMENTS_SCHEMA:function(){return al},ChangeDetectionStrategy:function(){return X},ChangeDetectorRef:function(){return Rv},Compiler:function(){return Fy},CompilerFactory:function(){return Hy},Component:function(){return py},ComponentFactory:function(){return Lh},ComponentFactoryResolver:function(){return Vh},ComponentRef:function(){return Fh},ContentChild:function(){return fr},ContentChildren:function(){return dr},DEFAULT_CURRENCY_CODE:function(){return Py},DebugElement:function(){return zv},DebugEventListener:function(){return Hv},DebugNode:function(){return Uv},DefaultIterableDiffer:function(){return nw},Directive:function(){return fy},ENVIRONMENT_INITIALIZER:function(){return fu},ElementRef:function(){return Bh},EmbeddedViewRef:function(){return Lv},EnvironmentInjector:function(){return ku},ErrorHandler:function(){return ki},EventEmitter:function(){return Zg},Host:function(){return to},HostBinding:function(){return yy},HostListener:function(){return vy},INJECTOR:function(){return xu},Inject:function(){return Jr},InjectFlags:function(){return Z},Injectable:function(){return du},InjectionToken:function(){return lr},Injector:function(){return Lu},Input:function(){return gy},IterableDiffers:function(){return dw},KeyValueDiffers:function(){return pw},LOCALE_ID:function(){return Oy},MissingTranslationStrategy:function(){return Ry},ModuleWithComponentFactories:function(){return $y},NO_ERRORS_SCHEMA:function(){return dl},NgModule:function(){return wy},NgModuleFactory:function(){return $h},NgModuleRef:function(){return Rh},NgProbeToken:function(){return hv},NgZone:function(){return Zy},Optional:function(){return Yr},Output:function(){return my},PACKAGE_ROOT_URL:function(){return Ay},PLATFORM_ID:function(){return Ty},PLATFORM_INITIALIZER:function(){return Ey},Pipe:function(){return hy},PlatformRef:function(){return bv},Query:function(){return ar},QueryList:function(){return Kg},ReflectiveInjector:function(){return sl},ReflectiveKey:function(){return Wu},Renderer2:function(){return qh},RendererFactory2:function(){return zh},RendererStyleFlags2:function(){return ss},ResolvedReflectiveFactory:function(){return Ju},Sanitizer:function(){return Wh},SecurityContext:function(){return wi},Self:function(){return Xr},SimpleChange:function(){return Xe},SkipSelf:function(){return eo},TRANSLATIONS:function(){return jy},TRANSLATIONS_FORMAT:function(){return Vy},TemplateRef:function(){return Jg},Testability:function(){return rv},TestabilityRegistry:function(){return ov},Type:function(){return wr},VERSION:function(){return Zh},Version:function(){return Qh},ViewChild:function(){return hr},ViewChildren:function(){return pr},ViewContainerRef:function(){return tm},ViewEncapsulation:function(){return te},ViewRef:function(){return Fv},asNativeElements:function(){return Bv},assertPlatform:function(){return wv},createEnvironmentInjector:function(){return lg},createNgModuleRef:function(){return og},createPlatform:function(){return gv},createPlatformFactory:function(){return vv},defineInjectable:function(){return F},destroyPlatform:function(){return Mv},enableProdMode:function(){return Ov},forwardRef:function(){return a},getDebugNode:function(){return Yv},getModuleFactory:function(){return Pv},getNgModuleById:function(){return jv},getPlatform:function(){return Dv},importProvidersFrom:function(){return hu},inject:function(){return Qr},isDevMode:function(){return Sv},platformCore:function(){return vw},resolveForwardRef:function(){return d},setTestabilityGetter:function(){return iv},"ɵALLOW_MULTIPLE_PLATFORMS":function(){return lv},"ɵAPP_ID_RANDOM_PROVIDER":function(){return Iy},"ɵChangeDetectorStatus":function(){return ee},"ɵComponentFactory":function(){return Lh},"ɵConsole":function(){return Sy},"ɵDEFAULT_LOCALE_ID":function(){return ap},"ɵINJECTOR_SCOPE":function(){return Cu},"ɵLContext":function(){return Li},"ɵLifecycleHooksFeature":function(){return fa},"ɵLocaleDataIndex":function(){return lp},"ɵNG_COMP_DEF":function(){return ue},"ɵNG_DIR_DEF":function(){return le},"ɵNG_ELEMENT_ID":function(){return fe},"ɵNG_INJ_DEF":function(){return q},"ɵNG_MOD_DEF":function(){return ae},"ɵNG_PIPE_DEF":function(){return ce},"ɵNG_PROV_DEF":function(){return z},"ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR":function(){return Gh},"ɵNO_CHANGE":function(){return ru},"ɵNgModuleFactory":function(){return sg},"ɵNoopNgZone":function(){return ev},"ɵReflectionCapabilities":function(){return Pr},"ɵRender3ComponentFactory":function(){return ng},"ɵRender3ComponentRef":function(){return rg},"ɵRender3NgModuleRef":function(){return ig},"ɵRuntimeError":function(){return p},"ɵTESTABILITY":function(){return tv},"ɵTESTABILITY_GETTER":function(){return nv},"ɵViewRef":function(){return Jh},"ɵ_sanitizeHtml":function(){return yi},"ɵ_sanitizeUrl":function(){return Go},"ɵallowSanitizationBypassAndThrow":function(){return Ro},"ɵbypassSanitizationTrustHtml":function(){return Fo},"ɵbypassSanitizationTrustResourceUrl":function(){return Uo},"ɵbypassSanitizationTrustScript":function(){return Ho},"ɵbypassSanitizationTrustStyle":function(){return Lo},"ɵbypassSanitizationTrustUrl":function(){return Bo},"ɵclearResolutionOfComponentResourcesQueue":function(){return ao},"ɵcoerceToBoolean":function(){return _w},"ɵcompileComponent":function(){return Zm},"ɵcompileDirective":function(){return Km},"ɵcompileNgModule":function(){return Om},"ɵcompileNgModuleDefs":function(){return Pm},"ɵcompileNgModuleFactory":function(){return dv},"ɵcompilePipe":function(){return ay},"ɵcreateInjector":function(){return $u},"ɵdefaultIterableDiffers":function(){return mw},"ɵdefaultKeyValueDiffers":function(){return yw},"ɵdetectChanges":function(){return Xa},"ɵdevModeEqual":function(){return Ea},"ɵfindLocaleData":function(){return rp},"ɵflushModuleScopingQueueAsMuchAsPossible":function(){return km},"ɵgetDebugNode":function(){return Yv},"ɵgetDebugNodeR2":function(){return Xv},"ɵgetDirectives":function(){return mg},"ɵgetHostElement":function(){return vg},"ɵgetInjectableDef":function(){return H},"ɵgetLContext":function(){return Hi},"ɵgetLocaleCurrencyCode":function(){return op},"ɵgetLocalePluralCase":function(){return ip},"ɵgetSanitizationBypassType":function(){return $o},"ɵgetUnknownElementStrictMode":function(){return hl},"ɵgetUnknownPropertyStrictMode":function(){return yl},"ɵglobal":function(){return re},"ɵinjectChangeDetectorRef":function(){return $v},"ɵinternalBootstrapApplication":function(){return yv},"ɵisBoundToModule":function(){return pv},"ɵisDefaultChangeDetectionStrategy":function(){return ne},"ɵisListLikeIterable":function(){return Ia},"ɵisObservable":function(){return md},"ɵisPromise":function(){return hd},"ɵisStandalone":function(){return jm},"ɵisSubscribable":function(){return gd},"ɵivyEnabled":function(){return Mw},"ɵmakeDecorator":function(){return rr},"ɵmarkDirty":function(){return ed},"ɵnoSideEffects":function(){return Y},"ɵpatchComponentDefWithScope":function(){return zm},"ɵpublishDefaultGlobalUtils":function(){return zy},"ɵpublishGlobalUtil":function(){return qy},"ɵregisterLocaleData":function(){return np},"ɵresetCompiledComponents":function(){return Hm},"ɵresetJitOptions":function(){return Cm},"ɵresolveComponentResources":function(){return so},"ɵsetAllowDuplicateNgModuleIdsForTest":function(){return _o},"ɵsetClassMetadata":function(){return Dg},"ɵsetCurrentInjector":function(){return Ur},"ɵsetDocument":function(){return Mo},"ɵsetLocaleId":function(){return gp},"ɵsetUnknownElementStrictMode":function(){return pl},"ɵsetUnknownPropertyStrictMode":function(){return ml},"ɵstore":function(){return nd},"ɵstringify":function(){return u},"ɵtransitiveScopesFor":function(){return qm},"ɵunregisterLocaleData":function(){return up},"ɵunwrapSafeValue":function(){return Vo},"ɵwhenRendered":function(){return pa},"ɵɵCopyDefinitionFeature":function(){return Da},"ɵɵFactoryTarget":function(){return gr},"ɵɵInheritDefinitionFeature":function(){return ga},"ɵɵNgOnChangesFeature":function(){return et},"ɵɵProvidersFeature":function(){return Oh},"ɵɵStandaloneFeature":function(){return ag},"ɵɵadvance":function(){return ou},"ɵɵattribute":function(){return Pa},"ɵɵattributeInterpolate1":function(){return za},"ɵɵattributeInterpolate2":function(){return qa},"ɵɵattributeInterpolate3":function(){return Wa},"ɵɵattributeInterpolate4":function(){return Qa},"ɵɵattributeInterpolate5":function(){return Za},"ɵɵattributeInterpolate6":function(){return Ga},"ɵɵattributeInterpolate7":function(){return Ka},"ɵɵattributeInterpolate8":function(){return Ja},"ɵɵattributeInterpolateV":function(){return Ya},"ɵɵclassMap":function(){return Xd},"ɵɵclassMapInterpolate1":function(){return xf},"ɵɵclassMapInterpolate2":function(){return If},"ɵɵclassMapInterpolate3":function(){return Cf},"ɵɵclassMapInterpolate4":function(){return Ef},"ɵɵclassMapInterpolate5":function(){return Tf},"ɵɵclassMapInterpolate6":function(){return Nf},"ɵɵclassMapInterpolate7":function(){return Af},"ɵɵclassMapInterpolate8":function(){return kf},"ɵɵclassMapInterpolateV":function(){return Sf},"ɵɵclassProp":function(){return Kd},"ɵɵcontentQuery":function(){return vm},"ɵɵdefineComponent":function(){return he},"ɵɵdefineDirective":function(){return De},"ɵɵdefineInjectable":function(){return $},"ɵɵdefineInjector":function(){return L},"ɵɵdefineNgModule":function(){return we},"ɵɵdefinePipe":function(){return be},"ɵɵdirectiveInject":function(){return ll},"ɵɵdisableBindings":function(){return Ct},"ɵɵelement":function(){return cd},"ɵɵelementContainer":function(){return fd},"ɵɵelementContainerEnd":function(){return dd},"ɵɵelementContainerStart":function(){return ad},"ɵɵelementEnd":function(){return ld},"ɵɵelementStart":function(){return ud},"ɵɵenableBindings":function(){return It},"ɵɵgetCurrentView":function(){return pd},"ɵɵgetInheritedFactory":function(){return Kn},"ɵɵhostProperty":function(){return Jf},"ɵɵi18n":function(){return Mh},"ɵɵi18nApply":function(){return xh},"ɵɵi18nAttributes":function(){return Dh},"ɵɵi18nEnd":function(){return _h},"ɵɵi18nExp":function(){return bh},"ɵɵi18nPostprocess":function(){return Ih},"ɵɵi18nStart":function(){return wh},"ɵɵinject":function(){return qr},"ɵɵinjectAttribute":function(){return Xn},"ɵɵinvalidFactory":function(){return cl},"ɵɵinvalidFactoryDep":function(){return Wr},"ɵɵlistener":function(){return yd},"ɵɵloadQuery":function(){return wm},"ɵɵnamespaceHTML":function(){return dn},"ɵɵnamespaceMathML":function(){return an},"ɵɵnamespaceSVG":function(){return cn},"ɵɵnextContext":function(){return Dd},"ɵɵngDeclareClassMetadata":function(){return bw},"ɵɵngDeclareComponent":function(){return xw},"ɵɵngDeclareDirective":function(){return Dw},"ɵɵngDeclareFactory":function(){return Iw},"ɵɵngDeclareInjectable":function(){return Ew},"ɵɵngDeclareInjector":function(){return Tw},"ɵɵngDeclareNgModule":function(){return Nw},"ɵɵngDeclarePipe":function(){return Aw},"ɵɵpipe":function(){return Fg},"ɵɵpipeBind1":function(){return Lg},"ɵɵpipeBind2":function(){return Hg},"ɵɵpipeBind3":function(){return Bg},"ɵɵpipeBind4":function(){return Ug},"ɵɵpipeBindV":function(){return zg},"ɵɵprojection":function(){return Id},"ɵɵprojectionDef":function(){return xd},"ɵɵproperty":function(){return od},"ɵɵpropertyInterpolate":function(){return Cd},"ɵɵpropertyInterpolate1":function(){return Ed},"ɵɵpropertyInterpolate2":function(){return Td},"ɵɵpropertyInterpolate3":function(){return Nd},"ɵɵpropertyInterpolate4":function(){return Ad},"ɵɵpropertyInterpolate5":function(){return kd},"ɵɵpropertyInterpolate6":function(){return Sd},"ɵɵpropertyInterpolate7":function(){return Od},"ɵɵpropertyInterpolate8":function(){return Pd},"ɵɵpropertyInterpolateV":function(){return jd},"ɵɵpureFunction0":function(){return bg},"ɵɵpureFunction1":function(){return xg},"ɵɵpureFunction2":function(){return Ig},"ɵɵpureFunction3":function(){return Cg},"ɵɵpureFunction4":function(){return Eg},"ɵɵpureFunction5":function(){return Tg},"ɵɵpureFunction6":function(){return Ng},"ɵɵpureFunction7":function(){return Ag},"ɵɵpureFunction8":function(){return kg},"ɵɵpureFunctionV":function(){return Sg},"ɵɵqueryRefresh":function(){return mm},"ɵɵreference":function(){return rd},"ɵɵregisterNgModuleType":function(){return vo},"ɵɵresetView":function(){return At},"ɵɵresolveBody":function(){return ts},"ɵɵresolveDocument":function(){return es},"ɵɵresolveWindow":function(){return Xi},"ɵɵrestoreView":function(){return Nt},"ɵɵsanitizeHtml":function(){return _i},"ɵɵsanitizeResourceUrl":function(){return bi},"ɵɵsanitizeScript":function(){return xi},"ɵɵsanitizeStyle":function(){return Mi},"ɵɵsanitizeUrl":function(){return Di},"ɵɵsanitizeUrlOrResourceUrl":function(){return Ei},"ɵɵsetComponentScope":function(){return ge},"ɵɵsetNgModuleScope":function(){return _e},"ɵɵstyleMap":function(){return Jd},"ɵɵstyleMapInterpolate1":function(){return Of},"ɵɵstyleMapInterpolate2":function(){return Pf},"ɵɵstyleMapInterpolate3":function(){return jf},"ɵɵstyleMapInterpolate4":function(){return Vf},"ɵɵstyleMapInterpolate5":function(){return Rf},"ɵɵstyleMapInterpolate6":function(){return $f},"ɵɵstyleMapInterpolate7":function(){return Ff},"ɵɵstyleMapInterpolate8":function(){return Lf},"ɵɵstyleMapInterpolateV":function(){return Hf},"ɵɵstyleProp":function(){return Gd},"ɵɵstylePropInterpolate1":function(){return Bf},"ɵɵstylePropInterpolate2":function(){return Uf},"ɵɵstylePropInterpolate3":function(){return zf},"ɵɵstylePropInterpolate4":function(){return qf},"ɵɵstylePropInterpolate5":function(){return Wf},"ɵɵstylePropInterpolate6":function(){return Qf},"ɵɵstylePropInterpolate7":function(){return Zf},"ɵɵstylePropInterpolate8":function(){return Gf},"ɵɵstylePropInterpolateV":function(){return Kf},"ɵɵsyntheticHostListener":function(){return vd},"ɵɵsyntheticHostProperty":function(){return Yf},"ɵɵtemplate":function(){return td},"ɵɵtemplateRefExtractor":function(){return bm},"ɵɵtext":function(){return pf},"ɵɵtextInterpolate":function(){return hf},"ɵɵtextInterpolate1":function(){return gf},"ɵɵtextInterpolate2":function(){return mf},"ɵɵtextInterpolate3":function(){return yf},"ɵɵtextInterpolate4":function(){return vf},"ɵɵtextInterpolate5":function(){return wf},"ɵɵtextInterpolate6":function(){return _f},"ɵɵtextInterpolate7":function(){return Mf},"ɵɵtextInterpolate8":function(){return Df},"ɵɵtextInterpolateV":function(){return bf},"ɵɵtrustConstantHtml":function(){return Ii},"ɵɵtrustConstantResourceUrl":function(){return Ci},"ɵɵviewQuery":function(){return ym}});var r=n(89754),o=n(76063);function i(e){for(let t in e)if(e[t]===i)return t;throw Error("Could not find renamed property on target object.")}function s(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function u(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(u).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const n=t.indexOf("\n");return-1===n?t:t.substring(0,n)}function l(e,t){return null==e||""===e?null===t?"":t:null==t||""===t?e:e+" "+t}const c=i({__forward_ref__:i});function a(e){return e.__forward_ref__=a,e.toString=function(){return u(this())},e}function d(e){return f(e)?e():e}function f(e){return"function"==typeof e&&e.hasOwnProperty(c)&&e.__forward_ref__===a}class p extends Error{constructor(e,t){super(h(e,t)),this.code=e}}function h(e,t){const n=`NG0${Math.abs(e)}`;let r=`${n}${t?": "+t.trim():""}`;if(ngDevMode&&e<0){const e=!r.match(/[.,;!?]$/);r=`${r}${e?".":""} Find more at https://angular.io/errors/${n}`}return r}function g(e){return"string"==typeof e?e:null==e?"":String(e)}function m(e){return"function"==typeof e?e.name||e.toString():"object"==typeof e&&null!=e&&"function"==typeof e.type?e.type.name||e.type.toString():g(e)}function y(e,t){const n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new p(-200,`Circular dependency in DI detected for ${e}${n}`)}function v(){throw new Error("Cannot mix multi providers and regular providers")}function w(e,t,n){if(e&&t){const r=t.map((e=>e==n?"?"+n+"?":"..."));throw new Error(`Invalid provider for the NgModule '${u(e)}' - only instances of Provider and Type are allowed, got: [${r.join(", ")}]`)}throw n.ɵproviders?new p(207,"Invalid providers from 'importProvidersFrom' present in a non-environment injector. 'importProvidersFrom' can't be used for component providers."):new Error("Invalid provider")}function _(e,t){const n=t?` in ${t}`:"";throw new p(-201,ngDevMode&&`No provider for ${m(e)} found${n}`)}function M(e,t){"number"!=typeof e&&P(t,typeof e,"number","===")}function D(e,t,n){M(e,"Expected a number"),A(e,n,"Expected number to be less than or equal to"),S(e,t,"Expected number to be greater than or equal to")}function b(e,t){"string"!=typeof e&&P(t,null===e?"null":typeof e,"string","===")}function x(e,t){"function"!=typeof e&&P(t,null===e?"null":typeof e,"function","===")}function I(e,t,n){e!=t&&P(n,e,t,"==")}function C(e,t,n){e==t&&P(n,e,t,"!=")}function E(e,t,n){e!==t&&P(n,e,t,"===")}function T(e,t,n){e===t&&P(n,e,t,"!==")}function N(e,t,n){et||P(n,e,t,">")}function S(e,t,n){e>=t||P(n,e,t,">=")}function O(e,t){null==e&&P(t,e,null,"!=")}function P(e,t,n,r){throw new Error(`ASSERTION ERROR: ${e}`+(null==r?"":` [Expected=> ${n} ${r} ${t} <=Actual]`))}function j(e){"undefined"!=typeof Node&&e instanceof Node||"object"==typeof e&&null!=e&&"WebWorkerRenderNode"===e.constructor.name||P(`The provided value must be an instance of a DOM Node but got ${u(e)}`)}function V(e,t){O(e,"Array must be defined.");const n=e.length;(t<0||t>=n)&&P(`Index expected to be less than ${n} but got ${t}`)}function R(e,...t){if(-1!==t.indexOf(e))return!0;P(`Expected value to be one of ${JSON.stringify(t)} but was ${JSON.stringify(e)}.`)}function $(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}const F=$;function L(e){return{providers:e.providers||[],imports:e.imports||[]}}function H(e){return B(e,z)||B(e,W)}function B(e,t){return e.hasOwnProperty(t)?e[t]:null}function U(e){return e&&(e.hasOwnProperty(q)||e.hasOwnProperty(Q))?e[q]:null}const z=i({"ɵprov":i}),q=i({"ɵinj":i}),W=i({ngInjectableDef:i}),Q=i({ngInjectorDef:i});var Z;let G;function K(e){const t=G;return G=e,t}function J(e,t,n){const r=H(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:n&Z.Optional?null:void 0!==t?t:void _(u(e),"Injector")}function Y(e){return{toString:e}.toString()}var X,ee,te;function ne(e){return null==e||e===X.Default}!function(e){e[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional"}(Z||(Z={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(X||(X={})),function(e){e[e.CheckOnce=0]="CheckOnce",e[e.Checked=1]="Checked",e[e.CheckAlways=2]="CheckAlways",e[e.Detached=3]="Detached",e[e.Errored=4]="Errored",e[e.Destroyed=5]="Destroyed"}(ee||(ee={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(te||(te={}));const re=(()=>"undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof global&&global||"undefined"!=typeof window&&window||"undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self)();function oe(){return!("undefined"!=typeof ngDevMode&&!ngDevMode)&&("object"!=typeof ngDevMode&&function(){const e="undefined"!=typeof location?location.toString():"",t={namedConstructors:-1!=e.indexOf("ngDevMode=namedConstructors"),firstCreatePass:0,tNode:0,tView:0,rendererCreateTextNode:0,rendererSetText:0,rendererCreateElement:0,rendererAddEventListener:0,rendererSetAttribute:0,rendererRemoveAttribute:0,rendererSetProperty:0,rendererSetClassName:0,rendererAddClass:0,rendererRemoveClass:0,rendererSetStyle:0,rendererRemoveStyle:0,rendererDestroy:0,rendererDestroyNode:0,rendererMoveNode:0,rendererRemoveNode:0,rendererAppendChild:0,rendererInsertBefore:0,rendererCreateComment:0},n=-1===e.indexOf("ngDevMode=false");re.ngDevMode=n&&t}(),"undefined"!=typeof ngDevMode&&!!ngDevMode)}const ie={},se=[];("undefined"==typeof ngDevMode||ngDevMode)&&oe()&&(Object.freeze(ie),Object.freeze(se));const ue=i({"ɵcmp":i}),le=i({"ɵdir":i}),ce=i({"ɵpipe":i}),ae=i({"ɵmod":i}),de=i({"ɵfac":i}),fe=i({__NG_ELEMENT_ID__:i});let pe=0;function he(e){return Y((()=>{("undefined"==typeof ngDevMode||ngDevMode)&&oe();const t=e.type,n=!0===e.standalone,r={},o={type:t,providersResolver:null,decls:e.decls,vars:e.vars,factory:null,template:e.template||null,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:r,inputs:null,outputs:null,exportAs:e.exportAs||null,onPush:e.changeDetection===X.OnPush,directiveDefs:null,pipeDefs:null,standalone:n,dependencies:n&&e.dependencies||null,getStandaloneInjector:null,selectors:e.selectors||se,viewQuery:e.viewQuery||null,features:e.features||null,data:e.data||{},encapsulation:e.encapsulation||te.Emulated,id:"c"+pe++,styles:e.styles||se,_:null,setInput:null,schemas:e.schemas||null,tView:null},i=e.dependencies,s=e.features;return o.inputs=Me(e.inputs,r),o.outputs=Me(e.outputs),s&&s.forEach((e=>e(o))),o.directiveDefs=i?()=>("function"==typeof i?i():i).map(me).filter(ye):null,o.pipeDefs=i?()=>("function"==typeof i?i():i).map(Ce).filter(ye):null,o}))}function ge(e,t,n){const r=e.ɵcmp;r.directiveDefs=()=>("function"==typeof t?t():t).map(me),r.pipeDefs=()=>("function"==typeof n?n():n).map(Ce)}function me(e){return xe(e)||Ie(e)}function ye(e){return null!==e}const ve={};function we(e){return Y((()=>{const t={type:e.type,bootstrap:e.bootstrap||se,declarations:e.declarations||se,imports:e.imports||se,exports:e.exports||se,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null};return null!=e.id&&(ve[e.id]=e.type),t}))}function _e(e,t){return Y((()=>{const n=Ee(e,!0);n.declarations=t.declarations||se,n.imports=t.imports||se,n.exports=t.exports||se}))}function Me(e,t){if(null==e)return ie;const n={};for(const r in e)if(e.hasOwnProperty(r)){let o=e[r],i=o;Array.isArray(o)&&(i=o[1],o=o[0]),n[o]=r,t&&(t[o]=i)}return n}const De=he;function be(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:!0===e.standalone,onDestroy:e.type.prototype.ngOnDestroy||null}}function xe(e){return e[ue]||null}function Ie(e){return e[le]||null}function Ce(e){return e[ce]||null}function Ee(e,t){const n=e[ae]||null;if(!n&&!0===t)throw new Error(`Type ${u(e)} does not have 'ɵmod' property.`);return n}const Te=20,Ne=22,Ae=["Root","Component","Embedded"],ke=10;function Se(e){return Array.isArray(e)&&"object"==typeof e[1]}function Oe(e){return Array.isArray(e)&&!0===e[1]}function Pe(e){return 0!=(8&e.flags)}function je(e){return 2==(2&e.flags)}function Ve(e){return 1==(1&e.flags)}function Re(e){return null!==e.template}function $e(e,t){Fe(e,t[1])}function Fe(e,t){Le(e),e.hasOwnProperty("tView_")&&I(e.tView_,t,"This TNode does not belong to this TView.")}function Le(e){O(e,"TNode must be defined"),e&&"object"==typeof e&&e.hasOwnProperty("directiveStylingLast")||P("Not of type TNode, got: "+e)}function He(e){O(e,"Expected TIcu to be defined"),"number"!=typeof e.currentCaseLViewIndex&&P("Object is not of TIcu type.")}function Be(e){O(e,"currentTNode should exist!"),O(e.parent,"currentTNode should have a parent")}function Ue(e){O(e,"LContainer must be defined"),I(Oe(e),!0,"Expecting LContainer")}function ze(e){e&&I(Se(e),!0,"Expecting LView or undefined or null")}function qe(e){O(e,"LView must be defined"),I(Se(e),!0,"Expecting LView")}function We(e,t){I(e.firstCreatePass,!0,t||"Should only be called in first create pass.")}function Qe(e,t){I(e.firstUpdatePass,!0,t||"Should only be called in first update pass.")}function Ze(e,t){Ge(e[1].expandoStartIndex,e.length,t)}function Ge(e,t,n){e<=n&&n{st=e},lt=function(e,t,n){null!=st&&st(e,t,n)},ct="svg",at="math";function dt(e){for(;Array.isArray(e);)e=e[0];return e}function ft(e,t){return ngDevMode&&V(t,e),ngDevMode&&S(e,Ne,"Expected to be past HEADER_OFFSET"),dt(t[e])}function pt(e,t){ngDevMode&&$e(e,t),ngDevMode&&V(t,e.index);return dt(t[e.index])}function ht(e,t){ngDevMode&&k(t,-1,"wrong index for TNode"),ngDevMode&&N(t,e.data.length,"wrong index for TNode");const n=e.data[t];return ngDevMode&&null!==n&&Le(n),n}function gt(e,t){return ngDevMode&&V(e,t),e[t]}function mt(e,t){ngDevMode&&V(t,e);const n=t[e];return Se(n)?n:n[0]}function yt(e){return 4==(4&e[2])}function vt(e){return 64==(64&e[2])}function wt(e,t){return null==t?null:(ngDevMode&&V(e,t),e[t])}function _t(e){e[18]=0}function Mt(e,t){e[5]+=t;let n=e,r=e[3];for(;null!==r&&(1===t&&1===n[5]||-1===t&&0===n[5]);)r[5]+=t,n=r,r=r[3]}const Dt={lFrame:en(null),bindingsEnabled:!0};let bt=!1;function xt(){return Dt.bindingsEnabled}function It(){Dt.bindingsEnabled=!0}function Ct(){Dt.bindingsEnabled=!1}function Et(){return Dt.lFrame.lView}function Tt(){return Dt.lFrame.tView}function Nt(e){return Dt.lFrame.contextLView=e,e[8]}function At(e){return Dt.lFrame.contextLView=null,e}function kt(){let e=St();for(;null!==e&&64===e.type;)e=e.parent;return e}function St(){return Dt.lFrame.currentTNode}function Ot(){const e=Dt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function Pt(e,t){ngDevMode&&e&&Fe(e,Dt.lFrame.tView);const n=Dt.lFrame;n.currentTNode=e,n.isParent=t}function jt(){return Dt.lFrame.isParent}function Vt(){Dt.lFrame.isParent=!1}function Rt(){return!ngDevMode&&P("Must never be called in production mode"),bt}function $t(e){!ngDevMode&&P("Must never be called in production mode"),bt=e}function Ft(){const e=Dt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Lt(){return Dt.lFrame.bindingIndex}function Ht(e){return Dt.lFrame.bindingIndex=e}function Bt(){return Dt.lFrame.bindingIndex++}function Ut(e){const t=Dt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function zt(e){Dt.lFrame.inI18n=e}function qt(e,t){const n=Dt.lFrame;n.bindingIndex=n.bindingRootIndex=e,Wt(t)}function Wt(e){Dt.lFrame.currentDirectiveIndex=e}function Qt(e){const t=Dt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}function Zt(){return Dt.lFrame.currentQueryIndex}function Gt(e){Dt.lFrame.currentQueryIndex=e}function Kt(e){const t=e[1];return 2===t.type?(ngDevMode&&O(t.declTNode,"Embedded TNodes should have declaration parents."),t.declTNode):1===t.type?e[6]:null}function Jt(e,t,n){if(ngDevMode&&ze(e),n&Z.SkipSelf){ngDevMode&&Fe(t,e[1]);let r=t,o=e;for(;!(ngDevMode&&O(r,"Parent TNode should be defined"),r=r.parent,null!==r||n&Z.Host||(r=Kt(o),null===r)||(ngDevMode&&O(o,"Parent LView should be defined"),o=o[15],10&r.type)););if(null===r)return!1;t=r,e=o}ngDevMode&&$e(t,e);const r=Dt.lFrame=Xt();return r.currentTNode=t,r.lView=e,!0}function Yt(e){ngDevMode&&C(e[0],e[1],"????"),ngDevMode&&ze(e);const t=Xt();ngDevMode&&(I(t.isParent,!0,"Expected clean LFrame"),I(t.lView,null,"Expected clean LFrame"),I(t.tView,null,"Expected clean LFrame"),I(t.selectedIndex,-1,"Expected clean LFrame"),I(t.elementDepthCount,0,"Expected clean LFrame"),I(t.currentDirectiveIndex,-1,"Expected clean LFrame"),I(t.currentNamespace,null,"Expected clean LFrame"),I(t.bindingRootIndex,-1,"Expected clean LFrame"),I(t.currentQueryIndex,0,"Expected clean LFrame"));const n=e[1];Dt.lFrame=t,ngDevMode&&n.firstChild&&Fe(n.firstChild,n),t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Xt(){const e=Dt.lFrame,t=null===e?null:e.child;return null===t?en(e):t}function en(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function tn(){const e=Dt.lFrame;return Dt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const nn=tn;function rn(){const e=tn();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function on(e){return(Dt.lFrame.contextLView=function(e,t){for(;e>0;)ngDevMode&&O(t[15],"Declaration view should be defined if nesting level is greater than 0."),t=t[15],e--;return t}(e,Dt.lFrame.contextLView))[8]}function sn(){return Dt.lFrame.selectedIndex}function un(e){ngDevMode&&-1!==e&&S(e,Ne,"Index must be past HEADER_OFFSET (or -1)."),ngDevMode&&N(e,Dt.lFrame.lView.length,"Can't set index passed end of LView"),Dt.lFrame.selectedIndex=e}function ln(){const e=Dt.lFrame;return ht(e.tView,e.selectedIndex)}function cn(){Dt.lFrame.currentNamespace=ct}function an(){Dt.lFrame.currentNamespace=at}function dn(){Dt.lFrame.currentNamespace=null}function fn(e,t){ngDevMode&&We(e);for(let n=t.directiveStart,r=t.directiveEnd;n=r)break}else{t[l]<0&&(e[18]+=65536),(u>11>16&&(3&e[2])===t){e[2]+=2048,lt(4,s,i);try{i.call(s)}finally{lt(5,s,i)}}}else{lt(4,s,i);try{i.call(s)}finally{lt(5,s,i)}}}const vn=-1;class wn{constructor(e,t,n){this.factory=e,this.resolving=!1,ngDevMode&&O(e,"Factory not specified"),ngDevMode&&I(typeof e,"function","Expected factory function."),this.canSeeViewProviders=t,this.injectImpl=n}}function _n(e){let t="";return 1&e&&(t+="|Text"),2&e&&(t+="|Element"),4&e&&(t+="|Container"),8&e&&(t+="|ElementContainer"),16&e&&(t+="|Projection"),32&e&&(t+="|IcuContainer"),64&e&&(t+="|Placeholder"),t.length>0?t.substring(1):t}function Mn(e,t,n){O(e,"should be called with a TNode"),0==(e.type&t)&&P(n||`Expected [${_n(t)}] but got ${_n(e.type)}.`)}function Dn(e,t,n){let r=0;for(;rt){s=i-1;break}}}for(;i>16;let r=t;for(;n>0;)r=r[15],n--;return r}let An=!0;function kn(e){const t=An;return An=e,t}let Sn=0;const On={};function Pn(e,t){const n=Vn(e,t);if(-1!==n)return n;const r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,jn(r.data,e),jn(t,null),jn(r.blueprint,null));const o=Rn(e,t),i=e.injectorIndex;if(En(o)){const e=Tn(o),n=Nn(o,t),r=n[1].data;for(let o=0;o<8;o++)t[i+o]=n[e+o]|r[e+o]}return t[i+8]=o,i}function jn(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Vn(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:(ngDevMode&&V(t,e.injectorIndex),e.injectorIndex)}function Rn(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;null!==o;){if(r=Yn(o),null===r)return vn;if(ngDevMode&&r&&$e(r,o[15]),n++,o=o[15],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return vn}function $n(e,t,n){!function(e,t,n){let r;ngDevMode&&I(t.firstCreatePass,!0,"expected firstCreatePass to be true"),"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(fe)&&(r=n[fe]),null==r&&(r=n[fe]=Sn++);const o=255&r,i=1<>5)]|=i}(e,t,n)}function Fn(e,t,n){if(n&Z.Optional)return e;_(t,"NodeInjector")}function Ln(e,t,n,r){if(n&Z.Optional&&void 0===r&&(r=null),0==(n&(Z.Self|Z.Host))){const o=e[9],i=K(void 0);try{return o?o.get(t,r,n&Z.Optional):J(t,r,n&Z.Optional)}finally{K(i)}}return Fn(r,t,n)}function Hn(e,t,n,r=Z.Default,o){if(null!==e){if(1024&t[2]){const o=function(e,t,n,r,o){let i=e,s=t;for(;null!==i&&null!==s&&1024&s[2]&&!(256&s[2]);){ngDevMode&&$e(i,s);const e=Bn(i,s,n,r|Z.Self,On);if(e!==On)return e;let t=i.parent;if(!t){const e=s[21];if(e){const t=e.get(n,On,r);if(t!==On)return t}t=Yn(s),s=s[15]}i=t}return o}(e,t,n,r,On);if(o!==On)return o}const o=Bn(e,t,n,r,On);if(o!==On)return o}return Ln(t,n,r,o)}function Bn(e,t,n,r,o){const i=function(e){if(ngDevMode&&O(e,"token must be defined"),"string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(fe)?e[fe]:void 0;return"number"==typeof t?t>=0?255&t:(ngDevMode&&I(t,-1,"Expecting to get Special Injector Id"),Gn):t}(n);if("function"==typeof i){if(!Jt(t,e,r))return r&Z.Host?Fn(o,n,r):Ln(t,n,r,o);try{const e=i(r);if(null!=e||r&Z.Optional)return e;_(n)}finally{nn()}}else if("number"==typeof i){let o=null,s=Vn(e,t),u=vn,l=r&Z.Host?t[16][6]:null;for((-1===s||r&Z.SkipSelf)&&(u=-1===s?Rn(e,t):t[s+8],u!==vn&&Qn(r,!1)?(o=t[1],s=Tn(u),t=Nn(u,t)):s=-1);-1!==s;){ngDevMode&&Je(t,s);const e=t[1];if(ngDevMode&&$e(e.data[s+8],t),Wn(i,s,e.data)){const e=Un(s,t,n,o,r,l);if(e!==On)return e}u=t[s+8],u!==vn&&Qn(r,t[1].data[s+8]===l)&&Wn(i,s,t)?(o=e,s=Tn(u),t=Nn(u,t)):s=-1}}return o}function Un(e,t,n,r,o,i){const s=t[1],u=s.data[e+8],l=zn(u,s,n,null==r?je(u)&&An:r!=s&&0!=(3&u.type),o&Z.Host&&i===u);return null!==l?qn(t,s,l,u):On}function zn(e,t,n,r,o){const i=e.providerIndexes,s=t.data,u=1048575&i,l=e.directiveStart,c=e.directiveEnd,a=i>>20,d=o?u+a:c;for(let e=r?u:u+a;e=l&&t.type===n)return e}if(o){const e=s[l];if(e&&Re(e)&&e.type===n)return l}return null}function qn(e,t,n,r){let o=e[n];const i=t.data;if(o instanceof wn){const s=o;s.resolving&&y(m(i[n]));const u=kn(s.canSeeViewProviders);s.resolving=!0;const l=s.injectImpl?K(s.injectImpl):null,c=Jt(e,r,Z.Default);ngDevMode&&I(c,!0,"Because flags do not contain `SkipSelf' we expect this to always succeed.");try{o=e[n]=s.factory(void 0,i,e,r),t.firstCreatePass&&n>=r.directiveStart&&(ngDevMode&&function(e){void 0!==e.type&&null!=e.selectors&&void 0!==e.inputs||P("Expected a DirectiveDef/ComponentDef and this object does not seem to have the expected shape.")}(i[n]),function(e,t,n){ngDevMode&&We(n);const{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){const r=tt(t);(n.preOrderHooks||(n.preOrderHooks=[])).push(e,r),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,r)}o&&(n.preOrderHooks||(n.preOrderHooks=[])).push(0-e,o),i&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,i),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,i))}(n,i[n],t))}finally{null!==l&&K(l),kn(u),s.resolving=!1,nn()}}return o}function Wn(e,t,n){const r=1<>5)]&r)}function Qn(e,t){return!(e&Z.Self||e&Z.Host&&t)}class Zn{constructor(e,t){this._tNode=e,this._lView=t}get(e,t,n){return Hn(this._tNode,this._lView,e,n,t)}}function Gn(){return new Zn(kt(),Et())}function Kn(e){return Y((()=>{const t=e.prototype.constructor,n=t[de]||Jn(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const e=o[de]||Jn(o);if(e&&e!==n)return e;o=Object.getPrototypeOf(o)}return e=>new e}))}function Jn(e){return f(e)?()=>{const t=Jn(d(e));return t&&t()}:Ye(e)}function Yn(e){const t=e[1],n=t.type;return 2===n?(ngDevMode&&O(t.declTNode,"Embedded TNodes should have declaration parents."),t.declTNode):1===n?e[6]:null}function Xn(e){return function(e,t){if(ngDevMode&&Mn(e,15),ngDevMode&&O(e,"expecting tNode"),"class"===t)return e.classes;if("style"===t)return e.styles;const n=e.attrs;if(n){const e=n.length;let r=0;for(;r{const i=or(t);function s(...e){if(this instanceof s)return i.call(this,...e),this;const t=new s(...e);return function(n){o&&o(n,...e);return(n.hasOwnProperty(er)?n[er]:Object.defineProperty(n,er,{value:[]})[er]).push(t),r&&r(n),n}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=e,s.annotationCls=s,s}))}function or(e){return function(...t){if(e){const n=e(...t);for(const e in n)this[e]=n[e]}}}function ir(e,t,n){return Y((()=>{const r=or(t);function o(...e){if(this instanceof o)return r.apply(this,e),this;const t=new o(...e);return n.annotation=t,n;function n(e,n,r){const o=e.hasOwnProperty(tr)?e[tr]:Object.defineProperty(e,tr,{value:[]})[tr];for(;o.length<=r;)o.push(null);return(o[r]=o[r]||[]).push(t),e}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=e,o.annotationCls=o,o}))}function sr(e,t,n,r){return Y((()=>{const o=or(t);function i(...e){if(this instanceof i)return o.apply(this,e),this;const t=new i(...e);return function(n,o){const i=n.constructor,s=i.hasOwnProperty(nr)?i[nr]:Object.defineProperty(i,nr,{value:{}})[nr];s[o]=s.hasOwnProperty(o)&&s[o]||[],s[o].unshift(t),r&&r(n,o,...e)}}return n&&(i.prototype=Object.create(n.prototype)),i.prototype.ngMetadataName=e,i.annotationCls=i,i}))}const ur=ir("Attribute",(e=>({attributeName:e,__NG_ELEMENT_ID__:()=>Xn(e)})));class lr{constructor(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.ɵprov=void 0,"number"==typeof t?(("undefined"==typeof ngDevMode||ngDevMode)&&N(t,0,"Only negative numbers are supported here"),this.__NG_ELEMENT_ID__=t):void 0!==t&&(this.ɵprov=$({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}const cr=new lr("AnalyzeForEntryComponents");class ar{}const dr=sr("ContentChildren",((e,t={})=>({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:true,...t})),ar),fr=sr("ContentChild",((e,t={})=>({selector:e,first:!0,isViewQuery:!1,descendants:!0,...t})),ar),pr=sr("ViewChildren",((e,t={})=>({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:true,...t})),ar),hr=sr("ViewChild",((e,t)=>({selector:e,first:!0,isViewQuery:!0,descendants:!0,...t})),ar);var gr,mr,yr;function vr(e){const t=re.ng;if(t&&t.ɵcompilerFacade)return t.ɵcompilerFacade;if("undefined"==typeof ngDevMode||ngDevMode){console.error(`JIT compilation failed for ${e.kind}`,e.type);let t=`The ${e.kind} '${e.type.name}' needs to be compiled using the JIT compiler, but '@angular/compiler' is not available.\n\n`;throw 1===e.usage?(t+=`The ${e.kind} is part of a library that has been partially compiled.\n`,t+="However, the Angular Linker has not processed the library such that JIT compilation is used as fallback.\n",t+="\n",t+="Ideally, the library is processed using the Angular Linker to become fully AOT compiled.\n"):t+="JIT compilation is discouraged for production use-cases! Consider using AOT mode instead.\n",t+="Alternatively, the JIT compiler should be loaded by bootstrapping using '@angular/platform-browser-dynamic' or '@angular/platform-server',\n",t+="or manually provide the compiler with 'import \"@angular/compiler\";' before bootstrapping.",new Error(t)}throw new Error("JIT compiler unavailable")}!function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(gr||(gr={})),function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"}(mr||(mr={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(yr||(yr={}));const wr=Function;function _r(e){return"function"==typeof e}function Mr(e,t){void 0===t&&(t=e);for(let n=0;nArray.isArray(e)?Dr(e,t):t(e)))}function br(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function xr(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Ir(e,t){const n=[];for(let r=0;r=0?e[1|r]=n:(r=~r,function(e,t,n,r){ngDevMode&&A(t,e.length,"Can't insert past array end.");let o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;){const t=o-2;e[o]=e[t],o--}e[t]=n,e[t+1]=r}}(e,r,t,n)),r}function Er(e,t){const n=Tr(e,t);if(n>=0)return e[1|n]}function Tr(e,t){return Nr(e,t,1)}function Nr(e,t,n){ngDevMode&&I(Array.isArray(e),!0,"Expecting an array");let r=0,o=e.length>>n;for(;o!==r;){const i=r+(o-r>>1),s=e[i<t?o=i:r=i+1}return~(o<new e(...t)}_zipTypesAndAnnotations(e,t){let n;n=Ir(void 0===e?t.length:e.length);for(let r=0;re&&e.type)),r=e.map((e=>e&&jr(e.decorators)));return this._zipTypesAndAnnotations(t,r)}const r=e.hasOwnProperty(tr)&&e[tr],o=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",e);return o||r?this._zipTypesAndAnnotations(o,r):Ir(e.length)}parameters(e){if(!_r(e))return[];const t=Vr(e);let n=this._ownParameters(e,t);return n||t===Object||(n=this.parameters(t)),n||[]}_ownAnnotations(e,t){if(e.annotations&&e.annotations!==t.annotations){let t=e.annotations;return"function"==typeof t&&t.annotations&&(t=t.annotations),t}return e.decorators&&e.decorators!==t.decorators?jr(e.decorators):e.hasOwnProperty(er)?e[er]:null}annotations(e){if(!_r(e))return[];const t=Vr(e),n=this._ownAnnotations(e,t)||[];return(t!==Object?this.annotations(t):[]).concat(n)}_ownPropMetadata(e,t){if(e.propMetadata&&e.propMetadata!==t.propMetadata){let t=e.propMetadata;return"function"==typeof t&&t.propMetadata&&(t=t.propMetadata),t}if(e.propDecorators&&e.propDecorators!==t.propDecorators){const t=e.propDecorators,n={};return Object.keys(t).forEach((e=>{n[e]=jr(t[e])})),n}return e.hasOwnProperty(nr)?e[nr]:null}propMetadata(e){if(!_r(e))return{};const t=Vr(e),n={};if(t!==Object){const e=this.propMetadata(t);Object.keys(e).forEach((t=>{n[t]=e[t]}))}const r=this._ownPropMetadata(e,t);return r&&Object.keys(r).forEach((e=>{const t=[];n.hasOwnProperty(e)&&t.push(...n[e]),t.push(...r[e]),n[e]=t})),n}ownPropMetadata(e){return _r(e)&&this._ownPropMetadata(e,Vr(e))||{}}hasLifecycleHook(e,t){return e instanceof wr&&t in e.prototype}}function jr(e){return e?e.map((e=>new(0,e.type.annotationCls)(...e.args?e.args:[]))):[]}function Vr(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object}const Rr={},$r="__NG_DI_FLAG__",Fr="ngTempTokenPath",Lr=/\n/gm,Hr="__source";let Br;function Ur(e){const t=Br;return Br=e,t}function zr(e,t=Z.Default){if(void 0===Br)throw new p(-203,ngDevMode&&"inject() must be called from an injection context (a constructor, a factory function or a field initializer)");return null===Br?J(e,void 0,t):Br.get(e,t&Z.Optional?null:void 0,t)}function qr(e,t=Z.Default){return(G||zr)(d(e),t)}function Wr(e){throw new p(202,ngDevMode&&`This constructor is not compatible with Angular Dependency Injection because its dependency at index ${e} of the parameter list is invalid.\nThis can happen if the dependency type is a primitive like a string or if an ancestor of this class is missing an Angular decorator.\n\nPlease check that 1) the type for the parameter at index ${e} is correct and 2) the correct Angular decorators are defined for this class and its ancestors.`)}function Qr(e,t=Z.Default){return qr(e,t)}function Zr(e){const t=[];for(let n=0;n ");else if("object"==typeof t){let e=[];for(let n in t)if(t.hasOwnProperty(n)){let r=t[n];e.push(n+":"+("string"==typeof r?JSON.stringify(r):u(r)))}o=`{${e.join(", ")}}`}return`${n}${r?"("+r+")":""}[${o}]: ${e.replace(Lr,"\n ")}`}("\n"+e.message,o,n,r),e.ngTokenPath=o,e[Fr]=null,e}const Jr=Gr(ir("Inject",(e=>({token:e}))),-1),Yr=Gr(ir("Optional"),8),Xr=Gr(ir("Self"),2),eo=Gr(ir("SkipSelf"),4),to=Gr(ir("Host"),1);let no=null;function ro(){return no=no||new Pr}function oo(e){return io(ro().parameters(e))}function io(e){return e.map((e=>function(e){const t={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(e)&&e.length>0)for(let n=0;n{const o=[];e.templateUrl&&o.push(r(e.templateUrl).then((t=>{e.template=t})));const i=e.styleUrls,s=e.styles||(e.styles=[]),u=e.styles.length;i&&i.forEach(((t,n)=>{s.push(""),o.push(r(t).then((r=>{s[u+n]=r,i.splice(i.indexOf(t),1),0==i.length&&(e.styleUrls=void 0)})))}));const l=Promise.all(o).then((()=>function(e){lo.delete(e)}(n)));t.push(l)})),ao(),Promise.all(t).then((()=>{}))}let uo=new Map;const lo=new Set;function co(e){return!!(e.templateUrl&&!e.hasOwnProperty("template")||e.styleUrls&&e.styleUrls.length)}function ao(){const e=uo;return uo=new Map,e}function fo(e){return"string"==typeof e?e:e.text()}const po=new Map;let ho,go,mo,yo=!0;function vo(e,t){!function(e,t,n){if(t&&t!==n&&yo)throw new Error(`Duplicate module registered for ${e} - ${u(t)} vs ${u(t.name)}`)}(t,po.get(t)||null,e),po.set(t,e)}function wo(e){return po.get(e)}function _o(e){yo=!e}function Mo(e){ho=e}function Do(){return void 0!==ho?ho:"undefined"!=typeof document?document:void 0}function bo(){if(void 0===go&&(go=null,re.trustedTypes))try{go=re.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return go}function xo(e){return bo()?.createHTML(e)||e}function Io(...e){if("undefined"==typeof ngDevMode)throw new Error("newTrustedFunctionForDev should never be called in production");if(!re.trustedTypes)return new Function(...e);const t=`(function anonymous(${e.slice(0,-1).join(",")}\n) { ${e[e.length-1]}\n})`,n=re.eval((r=t,bo()?.createScript(r)||r));var r;return void 0===n.bind?new Function(...e):(n.toString=()=>t,n.bind(re))}function Co(){if(void 0===mo&&(mo=null,re.trustedTypes))try{mo=re.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return mo}function Eo(e){return Co()?.createHTML(e)||e}function To(e){return Co()?.createScript(e)||e}function No(e){return Co()?.createScriptURL(e)||e}class Ao{constructor(e){this.changingThisBreaksApplicationSecurity=e}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see https://g.co/ng/security#xss)`}}class ko extends Ao{getTypeName(){return"HTML"}}class So extends Ao{getTypeName(){return"Style"}}class Oo extends Ao{getTypeName(){return"Script"}}class Po extends Ao{getTypeName(){return"URL"}}class jo extends Ao{getTypeName(){return"ResourceURL"}}function Vo(e){return e instanceof Ao?e.changingThisBreaksApplicationSecurity:e}function Ro(e,t){const n=$o(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see https://g.co/ng/security#xss)`)}return n===t}function $o(e){return e instanceof Ao&&e.getTypeName()||null}function Fo(e){return new ko(e)}function Lo(e){return new So(e)}function Ho(e){return new Oo(e)}function Bo(e){return new Po(e)}function Uo(e){return new jo(e)}function zo(e){const t=new Wo(e);return function(){try{return!!(new window.DOMParser).parseFromString(xo(""),"text/html")}catch{return!1}}()?new qo(t):t}class qo{constructor(e){this.inertDocumentHelper=e}getInertBodyElement(e){e=""+e;try{const t=(new window.DOMParser).parseFromString(xo(e),"text/html").body;return null===t?this.inertDocumentHelper.getInertBodyElement(e):(t.removeChild(t.firstChild),t)}catch{return null}}}class Wo{constructor(e){if(this.defaultDoc=e,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){const e=this.inertDocument.createElement("html");this.inertDocument.appendChild(e);const t=this.inertDocument.createElement("body");e.appendChild(t)}}getInertBodyElement(e){const t=this.inertDocument.createElement("template");if("content"in t)return t.innerHTML=xo(e),t;const n=this.inertDocument.createElement("body");return n.innerHTML=xo(e),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(n),n}stripCustomNsAttrs(e){const t=e.attributes;for(let n=t.length-1;0Go(e.trim()))).join(", ")}function Jo(e){const t={};for(const n of e.split(","))t[n]=!0;return t}function Yo(...e){const t={};for(const n of e)for(const e in n)n.hasOwnProperty(e)&&(t[e]=!0);return t}const Xo=Jo("area,br,col,hr,img,wbr"),ei=Jo("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),ti=Jo("rp,rt"),ni=Yo(ti,ei),ri=Yo(ei,Jo("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")),oi=Yo(ti,Jo("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")),ii=Yo(Xo,ri,oi,ni),si=Jo("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),ui=Jo("srcset"),li=Jo("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"),ci=Jo("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"),ai=Yo(si,ui,li,ci),di=Jo("script,style,template");class fi{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(e){let t=e.firstChild,n=!0;for(;t;)if(t.nodeType===Node.ELEMENT_NODE?n=this.startElement(t):t.nodeType===Node.TEXT_NODE?this.chars(t.nodeValue):this.sanitizedSomething=!0,n&&t.firstChild)t=t.firstChild;else for(;t;){t.nodeType===Node.ELEMENT_NODE&&this.endElement(t);let e=this.checkClobberedElement(t,t.nextSibling);if(e){t=e;break}t=this.checkClobberedElement(t,t.parentNode)}return this.buf.join("")}startElement(e){const t=e.nodeName.toLowerCase();if(!ii.hasOwnProperty(t))return this.sanitizedSomething=!0,!di.hasOwnProperty(t);this.buf.push("<"),this.buf.push(t);const n=e.attributes;for(let e=0;e"),!0}endElement(e){const t=e.nodeName.toLowerCase();ii.hasOwnProperty(t)&&!Xo.hasOwnProperty(t)&&(this.buf.push(""))}chars(e){this.buf.push(gi(e))}checkClobberedElement(e,t){if(t&&(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`);return t}}const pi=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,hi=/([^\#-~ |!])/g;function gi(e){return e.replace(/&/g,"&").replace(pi,(function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"})).replace(hi,(function(e){return"&#"+e.charCodeAt(0)+";"})).replace(//g,">")}let mi;function yi(e,t){let n=null;try{mi=mi||zo(e);let r=t?String(t):"";n=mi.getInertBodyElement(r);let o=5,i=r;do{if(0===o)throw new Error("Failed to sanitize html because the input is unstable");o--,r=i,i=n.innerHTML,n=mi.getInertBodyElement(r)}while(r!==i);const s=new fi,u=s.sanitizeChildren(vi(n)||n);return("undefined"==typeof ngDevMode||ngDevMode)&&s.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content, see https://g.co/ng/security#xss"),xo(u)}finally{if(n){const e=vi(n)||n;for(;e.firstChild;)e.removeChild(e.firstChild)}}}function vi(e){return"content"in e&&function(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}(e)?e.content:null}var wi;function _i(e){const t=Ti();return t?Eo(t.sanitize(wi.HTML,e)||""):Ro(e,"HTML")?Eo(Vo(e)):yi(Do(),g(e))}function Mi(e){const t=Ti();return t?t.sanitize(wi.STYLE,e)||"":Ro(e,"Style")?Vo(e):g(e)}function Di(e){const t=Ti();return t?t.sanitize(wi.URL,e)||"":Ro(e,"URL")?Vo(e):Go(g(e))}function bi(e){const t=Ti();if(t)return No(t.sanitize(wi.RESOURCE_URL,e)||"");if(Ro(e,"ResourceURL"))return No(Vo(e));throw new p(904,ngDevMode&&"unsafe value used in a resource URL context (see https://g.co/ng/security#xss)")}function xi(e){const t=Ti();if(t)return To(t.sanitize(wi.SCRIPT,e)||"");if(Ro(e,"Script"))return To(Vo(e));throw new p(905,ngDevMode&&"unsafe value used in a script context")}function Ii(e){if(ngDevMode&&(!Array.isArray(e)||!Array.isArray(e.raw)||1!==e.length))throw new Error(`Unexpected interpolation in trusted HTML constant: ${e.join("?")}`);return xo(e[0])}function Ci(e){if(ngDevMode&&(!Array.isArray(e)||!Array.isArray(e.raw)||1!==e.length))throw new Error(`Unexpected interpolation in trusted URL constant: ${e.join("?")}`);return function(e){return bo()?.createScriptURL(e)||e}(e[0])}function Ei(e,t,n){return function(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?bi:Di}(t,n)(e)}function Ti(){const e=Et();return e&&e[12]}!function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(wi||(wi={}));const Ni="ngOriginalError";function Ai(e){return e[Ni]}class ki{constructor(){this._console=console}handleError(e){const t=this._findOriginalError(e);this._console.error("ERROR",e),t&&this._console.error("ORIGINAL ERROR",t)}_findOriginalError(e){let t=e&&Ai(e);for(;t&&Ai(t);)t=Ai(t);return t||null}}const Si=/^>|^->||--!>|)/;function Pi(e){return e.replace(Si,(e=>e.replace(Oi,"​$1​")))}function ji(e){var t;return t=e.replace(/[$@]/g,"_"),`ng-reflect-${e=t.replace(Vi,((...e)=>"-"+e[1].toLowerCase()))}`}const Vi=/([A-Z])/g;const Ri=new Map;let $i=0;function Fi(e){return ngDevMode&&M(e,"ID used for LView lookup must be a number"),Ri.get(e)||null}class Li{constructor(e,t,n){this.lViewId=e,this.nodeIndex=t,this.native=n}get lView(){return Fi(this.lViewId)}}function Hi(e){let t=Wi(e);if(t){if(Se(t)){const r=t;let o,i,s;if((n=e)&&n.constructor&&n.constructor.ɵcmp){if(o=Ki(r,e),-1==o)throw new Error("The provided component was not found in the application");i=e}else if(function(e){return e&&e.constructor&&e.constructor.ɵdir}(e)){if(o=function(e,t){let n=e[1].firstChild;for(;n;){const r=n.directiveStart,o=n.directiveEnd;for(let i=r;i=0){const e=dt(r[o]),n=Bi(r,o,e);qi(e,n),t=n;break}}}}var n;return t||null}function Bi(e,t,n){return new Li(e[Te],t,n)}function Ui(e){let t,n=Wi(e);if(Se(n)){const r=n,o=Ki(r,e);t=mt(o,r);const i=Bi(r,o,t[0]);i.component=e,qi(e,i),qi(i.native,i)}else{const e=n,r=e.lView;ngDevMode&&qe(r),t=mt(e.nodeIndex,r)}return t}const zi="__ngContext__";function qi(e,t){var n;ngDevMode&&O(e,"Target expected"),Se(t)?(e[zi]=t[Te],n=t,ngDevMode&&M(n[Te],"LView must have an ID in order to be registered"),Ri.set(n[Te],n)):e[zi]=t}function Wi(e){ngDevMode&&O(e,"Target expected");const t=e[zi];return"number"==typeof t?Fi(t):t||null}function Qi(e){const t=Wi(e);return t?Se(t)?t:t.lView:null}function Zi(e,t){const n=e[1];for(let r=Ne;r0&&(n[o-1][4]=t),r0&&(e[n-1][4]=r[4]);const s=xr(e,ke+t);Hs(r[1],o=r,o[11],2,null,null),o[0]=null,o[6]=null;const u=s[19];null!==u&&u.detachView(s[1]),r[3]=null,r[4]=null,r[2]&=-65}var o;return r}function Ds(e,t){if(!(128&t[2])){const n=t[11];n.destroyNode&&Hs(e,t,n,3,null,null),function(e){let t=e[13];if(!t)return bs(e[1],e);for(;t;){let n=null;if(Se(t))n=t[13];else{ngDevMode&&Ue(t);const e=t[10];e&&(n=e)}if(!n){for(;t&&!t[4]&&t!==e;)Se(t)&&bs(t[1],t),t=t[3];null===t&&(t=e),Se(t)&&bs(t[1],t),n=t&&t[4]}t=n}}(t)}}function bs(e,t){if(!(128&t[2])){t[2]&=-65,t[2]|=128,function(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let e=0;e=0?r[o=l]():r[o=-l].unsubscribe(),e+=2}else{const t=r[o=n[e+1]];n[e].call(t)}if(null!==r){for(let e=o+1;e) must have projection slots defined.")}(e),n.projection[r]}return null}function $s(e,t){const n=ke+e+1;if(ni?e="":(ngDevMode&&C(o[a],0,"We do not match directives on namespaced attributes"),e=o[a+1].toLowerCase());const t=8&r?e:null;if(t&&-1!==qs(t,c,0)||2&r&&c!==e){if(Js(r))return!1;s=!0}}}}else{if(!s&&!Js(r)&&!Js(l))return!1;if(s&&Js(l))continue;s=!1,r=l|1&r}}return Js(r)||s}function Js(e){return 0==(1&e)}function Ys(e,t,n,r){if(null===t)return-1;let o=0;if(r||!n){let n=!1;for(;o-1)for(n++;n0?'="'+t+'"':"")+"]"}else 8&r?o+="."+s:4&r&&(o+=" "+s);else""===o||Js(s)||(t+=tu(i,o),o=""),r=s,i=i||!Js(r);n++}return""!==o&&(t+=tu(i,o)),t}const ru="undefined"==typeof ngDevMode||ngDevMode?{__brand__:"NO_CHANGE"}:{};function ou(e){ngDevMode&&k(e,0,"Can only advance forward"),iu(Tt(),Et(),sn()+e,!!ngDevMode&&Rt())}function iu(e,t,n,r){if(ngDevMode&&function(e,t){const n=e[1];Ge(Ne,n.bindingStartIndex,t)}(t,n),!r){if(3==(3&t[2])){const r=e.preOrderCheckHooks;null!==r&&pn(t,r,n)}else{const r=e.preOrderHooks;null!==r&&hn(t,r,0,n)}}un(n)}const su={"ɵɵdefineInjectable":$,"ɵɵdefineInjector":L,"ɵɵinject":qr,"ɵɵinvalidFactoryDep":Wr,resolveForwardRef:d};function uu(e,t){let n=null,r=null;e.hasOwnProperty(z)||Object.defineProperty(e,z,{get:()=>{if(null===n){const r=vr({usage:0,kind:"injectable",type:e});n=r.compileInjectable(su,`ng:///${e.name}/ɵprov.js`,function(e,t){const n=t||{providedIn:null},r={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn};(cu(n)||au(n))&&void 0!==n.deps&&(r.deps=io(n.deps));cu(n)?r.useClass=n.useClass:!function(e){return lu in e}(n)?au(n)?r.useFactory=n.useFactory:function(e){return void 0!==e.useExisting}(n)&&(r.useExisting=n.useExisting):r.useValue=n.useValue;return r}(e,t))}return n}}),e.hasOwnProperty(de)||Object.defineProperty(e,de,{get:()=>{if(null===r){const t=vr({usage:0,kind:"injectable",type:e});r=t.compileFactory(su,`ng:///${e.name}/ɵfac.js`,{name:e.name,type:e,typeArgumentCount:0,deps:oo(e),target:t.FactoryTarget.Injectable})}return r},configurable:!0})}const lu=i({provide:String,useValue:i});function cu(e){return void 0!==e.useClass}function au(e){return void 0!==e.useFactory}const du=rr("Injectable",void 0,void 0,void 0,((e,t)=>uu(e,t))),fu=new lr("ENVIRONMENT_INITIALIZER"),pu=new lr("INJECTOR_DEF_TYPES");function hu(...e){return{"ɵproviders":gu(!0,e)}}function gu(e,...t){const n=[],r=new Set;let o;return Dr(t,(t=>{if(("undefined"==typeof ngDevMode||ngDevMode)&&e){if(xe(t)?.standalone)throw new p(800,`Importing providers supports NgModule or ModuleWithProviders but got a standalone component "${m(t)}"`)}const i=t;yu(i,n,[],r)&&(o||(o=[]),o.push(i))})),void 0!==o&&mu(o,n),n}function mu(e,t){for(let n=0;n{ngDevMode&&vu(e,o||se,r),t.push(e)}))}}function yu(e,t,n,r){if(!(e=d(e)))return!1;let o=null,i=U(e);const s=!i&&xe(e);if(i||s){if(s&&!s.standalone)return!1;o=e}else{const t=e.ngModule;if(i=U(t),!i)return!1;o=t}if(ngDevMode&&-1!==n.indexOf(o)){y(u(o),n.map(u))}const l=r.has(o);if(s){if(l)return!1;if(r.add(o),s.dependencies){const e="function"==typeof s.dependencies?s.dependencies():s.dependencies;for(const o of e)yu(o,t,n,r)}}else{if(!i)return!1;{if(null!=i.imports&&!l){let e;ngDevMode&&n.push(o),r.add(o);try{Dr(i.imports,(o=>{yu(o,t,n,r)&&(e||(e=[]),e.push(o))}))}finally{ngDevMode&&n.pop()}void 0!==e&&mu(e,t)}if(!l){const e=Ye(o)||(()=>new o);t.push({provide:o,useFactory:e,deps:se},{provide:pu,useValue:o,multi:!0},{provide:fu,useValue:()=>qr(o),multi:!0})}const s=i.providers;if(null!=s&&!l){const n=e;Dr(s,(e=>{ngDevMode&&vu(e,s,n),t.push(e)}))}}}return o!==e&&void 0!==e.providers}function vu(e,t,n){if(bu(e)||_u(e)||Du(e)||Mu(e))return;d(e&&(e.useClass||e.provide))||w(n,t,e)}const wu=i({provide:String,useValue:i});function _u(e){return null!==e&&"object"==typeof e&&wu in e}function Mu(e){return!(!e||!e.useExisting)}function Du(e){return!(!e||!e.useFactory)}function bu(e){return"function"==typeof e}const xu=new lr("INJECTOR",-1);class Iu{get(e,t=Rr){if(t===Rr){const t=new Error(`NullInjectorError: No provider for ${u(e)}!`);throw t.name="NullInjectorError",t}return t}}const Cu=new lr("Set Injector scope."),Eu={},Tu={};let Nu;function Au(){return void 0===Nu&&(Nu=new Iu),Nu}class ku{}class Su extends ku{constructor(e,t,n,r){super(),this.parent=t,this.source=n,this.scopes=r,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,Ru(e,(e=>this.processProvider(e))),this.records.set(xu,ju(void 0,this)),r.has("environment")&&this.records.set(ku,ju(void 0,this));const o=this.records.get(Cu);null!=o&&"string"==typeof o.value&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(pu.multi,se,Z.Self))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{for(const e of this._ngOnDestroyHooks)e.ngOnDestroy();for(const e of this._onDestroyHooks)e()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),this._onDestroyHooks.length=0}}onDestroy(e){this._onDestroyHooks.push(e)}get(e,t=Rr,n=Z.Default){this.assertNotDestroyed();const r=Ur(this),o=K(void 0);try{if(!(n&Z.SkipSelf)){let t=this.records.get(e);if(void 0===t){const n=("function"==typeof(i=e)||"object"==typeof i&&i instanceof lr)&&H(e);t=n&&this.injectableDefInScope(n)?ju(Ou(e),Eu):null,this.records.set(e,t)}if(null!=t)return this.hydrate(e,t)}const s=n&Z.Self?Au():this.parent;return t=n&Z.Optional&&t===Rr?null:t,s.get(e,t)}catch(t){if("NullInjectorError"===t.name){if((t[Fr]=t[Fr]||[]).unshift(u(e)),r)throw t;return Kr(t,e,"R3InjectorError",this.source)}throw t}finally{K(o),Ur(r)}var i}resolveInjectorInitializers(){const e=Ur(this),t=K(void 0);try{const n=this.get(fu.multi,se,Z.Self);for(const e of n)e()}finally{Ur(e),K(t)}}toString(){const e=[],t=this.records;for(const n of t.keys())e.push(u(n));return`R3Injector[${e.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new p(205,ngDevMode&&"Injector has already been destroyed.")}processProvider(e){let t=bu(e=d(e))?e:d(e&&e.provide);const n=function(e){if(_u(e))return ju(void 0,e.useValue);return ju(Pu(e),Eu)}(e);if(bu(e)||!0!==e.multi){const e=this.records.get(t);ngDevMode&&e&&void 0!==e.multi&&v()}else{let n=this.records.get(t);n?ngDevMode&&void 0===n.multi&&v():(n=ju(void 0,Eu,!0),n.factory=()=>Zr(n.multi),this.records.set(t,n)),t=e,n.multi.push(e)}this.records.set(t,n)}hydrate(e,t){var n;return ngDevMode&&t.value===Tu?y(u(e)):t.value===Eu&&(t.value=Tu,t.value=t.factory()),"object"==typeof t.value&&t.value&&(null!==(n=t.value)&&"object"==typeof n&&"function"==typeof n.ngOnDestroy)&&this._ngOnDestroyHooks.add(t.value),t.value}injectableDefInScope(e){if(!e.providedIn)return!1;const t=d(e.providedIn);return"string"==typeof t?"any"===t||this.scopes.has(t):this.injectorDefTypes.has(t)}}function Ou(e){const t=H(e),n=null!==t?t.factory:Ye(e);if(null!==n)return n;if(e instanceof lr)throw new p(204,ngDevMode&&`Token ${u(e)} is missing a ɵprov definition.`);if(e instanceof Function)return function(e){const t=e.length;if(t>0){const n=Ir(t,"?");throw new p(204,ngDevMode&&`Can't resolve all parameters for ${u(e)}: (${n.join(", ")}).`)}const n=function(e){const t=e&&(e[z]||e[W]);if(t){const n=function(e){if(e.hasOwnProperty("name"))return e.name;const t=(""+e).match(/^function\s*([^\s(]+)/);return null===t?"":t[1]}(e);return console.warn(`DEPRECATED: DI is instantiating a token "${n}" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "${n}" class.`),t}return null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new p(204,ngDevMode&&"unreachable")}function Pu(e,t,n){let r;if(ngDevMode&&Vu(e)&&w(void 0,n,e),bu(e)){const t=d(e);return Ye(t)||Ou(t)}if(_u(e))r=()=>d(e.useValue);else if(Du(e))r=()=>e.useFactory(...Zr(e.deps||[]));else if(Mu(e))r=()=>qr(d(e.useExisting));else{const o=d(e&&(e.useClass||e.provide));if(ngDevMode&&!o&&w(t,n,e),!e.deps)return Ye(o)||Ou(o);r=()=>new o(...Zr(e.deps))}return r}function ju(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function Vu(e){return!!e.ɵproviders}function Ru(e,t){for(const n of e)Array.isArray(n)?Ru(n,t):Vu(n)?Ru(n.ɵproviders,t):t(n)}function $u(e,t=null,n=null,r){const o=Fu(e,t,n,r);return o.resolveInjectorInitializers(),o}function Fu(e,t=null,n=null,r,o=new Set){const i=[n||se,hu(e)];return r=r||("object"==typeof e?void 0:u(e)),new Su(i,t||Au(),r||null,o)}class Lu{static create(e,t){if(Array.isArray(e))return $u({name:""},t,e,"");{const t=e.name??"";return $u({name:t},e.parent,e.providers,t)}}}function Hu(e){if(e.length>1){return" ("+function(e){const t=[];for(let n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map((e=>u(e.token))).join(" -> ")+")"}return""}function Bu(e,t,n,r){const o=[t],i=n(o),s=r?function(e,t){const n=`${e} caused by: ${t instanceof Error?t.message:t}`,r=Error(n);return r[Ni]=t,r}(i,r):Error(i);return s.addKey=Uu,s.keys=o,s.injectors=[e],s.constructResolvingMessage=n,s[Ni]=r,s}function Uu(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function zu(e,t){const n=[];for(let e=0,r=t.length;eqr(xu)}),Lu.__NG_ELEMENT_ID__=-1;class Wu{constructor(e,t){if(this.token=e,this.id=t,!e)throw new p(208,ngDevMode&&"Token must be defined!");this.displayName=u(this.token)}static get(e){return Qu.get(d(e))}static get numberOfKeys(){return Qu.numberOfKeys}}const Qu=new class{constructor(){this._allKeys=new Map}get(e){if(e instanceof Wu)return e;if(this._allKeys.has(e))return this._allKeys.get(e);const t=new Wu(e,Wu.numberOfKeys);return this._allKeys.set(e,t),t}get numberOfKeys(){return this._allKeys.size}};class Zu{constructor(e,t,n){this.key=e,this.optional=t,this.visibility=n}static fromKey(e){return new Zu(e,!1,null)}}const Gu=[];class Ku{constructor(e,t,n){this.key=e,this.resolvedFactories=t,this.multiProvider=n,this.resolvedFactory=this.resolvedFactories[0]}}class Ju{constructor(e,t){this.factory=e,this.dependencies=t}}function Yu(e){let t,n;if(e.useClass){const r=d(e.useClass);t=ro().factory(r),n=nl(r)}else e.useExisting?(t=e=>e,n=[Zu.fromKey(Wu.get(e.useExisting))]):e.useFactory?(t=e.useFactory,n=function(e,t){if(t){const n=t.map((e=>[e]));return t.map((t=>rl(e,t,n)))}return nl(e)}(e.useFactory,e.deps)):(t=()=>e.useValue,n=Gu);return new Ju(t,n)}function Xu(e){return new Ku(Wu.get(e.provide),[Yu(e)],e.multi||!1)}function el(e){const t=function(e,t){for(let n=0;n{if(e instanceof wr)t.push({provide:e,useClass:e});else if(e&&"object"==typeof e&&void 0!==e.provide)t.push(e);else{if(!Array.isArray(e))throw Error(`Invalid provider - only instances of Provider and Type are allowed, got: ${e}`);tl(e,t)}})),t}function nl(e){const t=ro().parameters(e);if(!t)return[];if(t.some((e=>null==e)))throw zu(e,t);return t.map((n=>rl(e,n,t)))}function rl(e,t,n){let r=null,o=!1;if(!Array.isArray(t))return ol(t instanceof Jr?t.token:t,o,null);let i=null;for(let e=0;e=this._providers.length)throw function(e){return Error(`Index ${e} is out-of-bounds.`)}(e);return this._providers[e]}_new(e){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw t=this,n=e.key,Bu(t,n,(function(e){return`Cannot instantiate cyclic dependency!${Hu(e)}`}));var t,n;return this._instantiateProvider(e)}_getMaxNumberOfObjects(){return this.objs.length}_instantiateProvider(e){if(e.multiProvider){const t=[];for(let n=0;nthis._getByReflectiveDependency(e)))}catch(t){throw t.addKey&&t.addKey(this,e.key),t}try{o=n(...r)}catch(t){throw i=this,s=t,t.stack,l=e.key,Bu(i,l,(function(e){const t=u(e[0].token);return`${s.message}: Error during instantiation of ${t}!${Hu(e)}.`}),s)}var i,s,l;return o}_getByReflectiveDependency(e){return this._getByKey(e.key,e.visibility,e.optional?null:Rr)}_getByKey(e,t,n){return e===ul.INJECTOR_KEY?this:t instanceof Xr?this._getByKeySelf(e,n):this._getByKeyDefault(e,n,t)}_getObjByKeyId(e){for(let t=0;t' "'+e.key.displayName+'" ')).join(", ")}])`}toString(){return this.displayName}}function ll(e,t=Z.Default){const n=Et();if(null===n)return ngDevMode&&(r=ll,ngDevMode&&C(G,r,"Calling ɵɵinject would cause infinite recursion")),qr(e,t);var r;return Hn(kt(),n,d(e),t)}function cl(){const e=ngDevMode?"This constructor was not compatible with Dependency Injection.":"invalid";throw new Error(e)}ul.INJECTOR_KEY=Wu.get(Lu);const al={name:"custom-elements"},dl={name:"no-errors-schema"};let fl=!1;function pl(e){fl=e}function hl(){return fl}let gl=!1;function ml(e){gl=e}function yl(){return gl}function vl(e,t,n,r){t||4!==n||(t="ng-template");const o=_l(r);let i=`Can't bind to '${e}' since it isn't a known property of '${t}'${Ml(r)}.`;const s=`'${o?"@Component":"@NgModule"}.schemas'`,u=o?"included in the '@Component.imports' of this component":"a part of an @NgModule where this component is declared";if(Dl.has(e)?i+=`\nIf the '${e}' is an Angular control flow directive, please make sure that the 'CommonModule' is ${u}.`:(i+=`\n1. If '${t}' is an Angular component and it has the '${e}' input, then verify that it is ${u}.`,t&&t.indexOf("-")>-1?(i+=`\n2. If '${t}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the ${s} of this component to suppress this message.`,i+=`\n3. To allow any property add 'NO_ERRORS_SCHEMA' to the ${s} of this component.`):i+=`\n2. To allow any property add 'NO_ERRORS_SCHEMA' to the ${s} of this component.`),gl)throw new p(303,i);console.error(h(303,i))}function wl(e){!ngDevMode&&P("Must never be called in production mode");const t=e[16][8];return t&&t.constructor?xe(t.constructor):null}function _l(e){!ngDevMode&&P("Must never be called in production mode");return!!wl(e)?.standalone}function Ml(e){!ngDevMode&&P("Must never be called in production mode");const t=wl(e)?.type?.name;return t?` (used in the '${t}' component template)`:""}const Dl=new Set(["ngIf","ngFor","ngSwitch","ngSwitchCase","ngSwitchDefault"]);function bl(e,t){if(null!==e)for(let n=0;n-1)return!0}return!1}function xl(e){if(!ngDevMode)throw new Error("Looks like we are in 'prod mode', but we are creating a named Array type, which is wrong! Check your code");try{return Io("Array",`return class ${e} extends Array{}`)(Array)}catch(e){return Array}}function Il(e,t){return ngDevMode&&D(e,0,32767),ngDevMode&&D(t,0,32767),e<<17|t<<2}function Cl(e){return ngDevMode&&M(e,"expected number"),e>>17&32767}function El(e){return ngDevMode&&M(e,"expected number"),2==(2&e)}function Tl(e){return ngDevMode&&M(e,"expected number"),2|e}function Nl(e){return ngDevMode&&M(e,"expected number"),(131068&e)>>2}function Al(e,t){return ngDevMode&&M(e,"expected number"),ngDevMode&&D(t,0,32767),-131069&e|t<<2}function kl(e){return ngDevMode&&M(e,"expected number"),1==(1&e)}function Sl(e){return ngDevMode&&M(e,"expected number"),1|e}function Ol(e,t){if(!ngDevMode)throw new Error("This method should be guarded with `ngDevMode` so that it can be tree shaken in production!");Object.defineProperty(e,"debug",{value:t,enumerable:!1})}function Pl(e,t){if(!ngDevMode)throw new Error("This method should be guarded with `ngDevMode` so that it can be tree shaken in production!");Object.defineProperty(e,"debug",{get:t,enumerable:!1})}let jl,Vl,Rl,$l,Fl;function Ll(e){return function(e,t){switch(e){case 0:return void 0===Rl&&(Rl=new Hl),Rl;case 1:if(!ngDevMode||!ngDevMode.namedConstructors)return void 0===$l&&($l=new Bl),$l;void 0===jl&&(jl=new Map);let e=jl.get(t);return void 0===e&&(e=new(xl("LComponentView"+zl(t))),jl.set(t,e)),e;case 2:if(!ngDevMode||!ngDevMode.namedConstructors)return void 0===Fl&&(Fl=new Ul),Fl;void 0===Vl&&(Vl=new Map);let n=Vl.get(t);return void 0===n&&(n=new(xl("LEmbeddedView"+zl(t))),Vl.set(t,n)),n}}(e.type,e.template&&e.template.name).concat(e.blueprint)}class Hl extends Array{}class Bl extends Array{}class Ul extends Array{}function zl(e){if(null==e)return"";const t=e.lastIndexOf("_Template");return"_"+(-1===t?e:e.slice(0,t))}const ql=class{constructor(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m,y,v,w,_,M,D,b,x,I,C,E,T,N,A,k){this.tView_=e,this.type=t,this.index=n,this.insertBeforeIndex=r,this.injectorIndex=o,this.directiveStart=i,this.directiveEnd=s,this.directiveStylingLast=u,this.propertyBindings=l,this.flags=c,this.providerIndexes=a,this.value=d,this.attrs=f,this.mergedAttrs=p,this.localNames=h,this.initialInputs=g,this.inputs=m,this.outputs=y,this.tViews=v,this.next=w,this.projectionNext=_,this.child=M,this.parent=D,this.projection=b,this.styles=x,this.stylesWithoutHost=I,this.residualStyles=C,this.classes=E,this.classesWithoutHost=T,this.residualClasses=N,this.classBindings=A,this.styleBindings=k}debugNodeInjectorPath(e){const t=[];let n=Vn(this,e);if(-1===n){const t=Rn(this,e);t!==vn&&(n=Tn(t),e=Nn(t,e))}for(;-1!==n;){ngDevMode&&Je(e,n);const r=e[1].data[n+8];t.push(cc(r,e));const o=e[n+8];o===vn?n=-1:(n=Tn(o),e=Nn(o,e))}return t}get type_(){return _n(this.type)||`TNodeType.?${this.type}?`}get flags_(){const e=[];return 16&this.flags&&e.push("TNodeFlags.hasClassInput"),8&this.flags&&e.push("TNodeFlags.hasContentQuery"),32&this.flags&&e.push("TNodeFlags.hasStyleInput"),128&this.flags&&e.push("TNodeFlags.hasHostBindings"),2&this.flags&&e.push("TNodeFlags.isComponentHost"),1&this.flags&&e.push("TNodeFlags.isDirectiveHost"),64&this.flags&&e.push("TNodeFlags.isDetached"),4&this.flags&&e.push("TNodeFlags.isProjected"),e.join("|")}get template_(){if(1&this.type)return this.value;const e=[],t="string"==typeof this.value&&this.value||this.type_;if(e.push("<",t),this.flags&&e.push(" ",this.flags_),this.attrs)for(let t=0;t"),Ql(this.child,e),e.push(""),e.join("")}get styleBindings_(){return Wl(this,!1)}get classBindings_(){return Wl(this,!0)}get providerIndexStart_(){return 1048575&this.providerIndexes}get providerIndexEnd_(){return this.providerIndexStart_+(this.providerIndexes>>>20)}};function Wl(e,t){const n=e.tView_.data,r=[],o=t?e.classBindings:e.styleBindings,i=Cl(o),s=Nl(o);let u=0!==s,l=u?s:i;for(;0!==l;){const e=n[l],t=n[l+1];r.unshift({key:e,index:l,isTemplate:u,prevDuplicate:El(t),nextDuplicate:kl(t),nextIndex:Nl(t),prevIndex:Cl(t)}),l===i&&(u=!1),l=Cl(t)}return r.push((t?e.residualClasses:e.residualStyles)||null),r}function Ql(e,t){for(;e;)t.push(e.template_),e=e.next}class Zl extends Array{}let Gl;class Kl extends Array{}class Jl extends Array{}class Yl extends Array{}class Xl extends Array{}class ec extends Array{}class tc extends Array{}class nc extends Array{}function rc(e){if(e){const t=e.debug;return O(t,"Object does not have a debug representation."),t}return e}function oc(e,t=!1){const n=dt(e);if(n)switch(n.nodeType){case Node.TEXT_NODE:return n.textContent;case Node.COMMENT_NODE:return`\x3c!--${n.textContent}--\x3e`;case Node.ELEMENT_NODE:const e=n.outerHTML;if(t)return e;{const t=">"+n.innerHTML+"<";return e.split(t)[0]+">"}}return null}class ic{constructor(e){this._raw_lView=e}get flags(){const e=this._raw_lView[2];return{__raw__flags__:e,initPhaseState:3&e,creationMode:!!(4&e),firstViewPass:!!(8&e),checkAlways:!!(16&e),dirty:!!(32&e),attached:!!(64&e),destroyed:!!(128&e),isRoot:!!(256&e),indexWithinInitPhase:e>>11}}get parent(){return rc(this._raw_lView[3])}get hostHTML(){return oc(this._raw_lView[0],!0)}get html(){return(this.nodes||[]).map(sc).join("")}get context(){return this._raw_lView[8]}get nodes(){const e=this._raw_lView;return lc(e[1].firstChild,e)}get template(){return this.tView.template_}get tView(){return this._raw_lView[1]}get cleanup(){return this._raw_lView[7]}get injector(){return this._raw_lView[9]}get rendererFactory(){return this._raw_lView[10]}get renderer(){return this._raw_lView[11]}get sanitizer(){return this._raw_lView[12]}get childHead(){return rc(this._raw_lView[13])}get next(){return rc(this._raw_lView[4])}get childTail(){return rc(this._raw_lView[14])}get declarationView(){return rc(this._raw_lView[15])}get queries(){return this._raw_lView[19]}get tHost(){return this._raw_lView[6]}get id(){return this._raw_lView[Te]}get decls(){return uc(this.tView,this._raw_lView,Ne,this.tView.bindingStartIndex)}get vars(){return uc(this.tView,this._raw_lView,this.tView.bindingStartIndex,this.tView.expandoStartIndex)}get expando(){return uc(this.tView,this._raw_lView,this.tView.expandoStartIndex,this._raw_lView.length)}get childViews(){const e=[];let t=this.childHead;for(;t;)e.push(t),t=t.next;return e}}function sc(e){if("ElementContainer"===e.type)return(e.children||[]).map(sc).join("");if("IcuContainer"===e.type)throw new Error("Not implemented");return oc(e.native,!0)||""}function uc(e,t,n,r){let o=[];for(let i=n;iNe&&iu(e,t,Ne,!!ngDevMode&&Rt());lt(s?2:0,o),n(r,o)}finally{un(i);lt(s?3:1,o)}}function xc(e,t,n){if(Pe(t)){const r=t.directiveStart,o=t.directiveEnd;for(let t=r;t0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(n)!=i&&n.push(i),n.push(r,o,s)}}function jc(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function Vc(e,t){ngDevMode&&We(e),t.flags|=2,(e.components||(e.components=ngDevMode?new Yl:[])).push(t.index)}function Rc(e,t,n){if(n){if(t.exportAs)for(let r=0;r0&&Zc(n)}}function Zc(e){for(let t=ds(e);null!==t;t=fs(t))for(let e=ke;e0&&Zc(n)}const t=e[1].components;if(null!==t)for(let n=0;n0&&Zc(r)}}function Gc(e,t){ngDevMode&&I(yt(e),!0,"Should be run in creation mode");const n=mt(t,e),r=n[1];!function(e,t){for(let n=t.length;n0&&(i+=ns+o.join(ns)),e[r]=i}}const ra=hc;function oa(e){return e[7]||(e[7]=ngDevMode?new tc:[])}function ia(e){return e.cleanup||(e.cleanup=ngDevMode?new nc:[])}function sa(e,t,n){return(null===e||Re(e))&&(n=function(e){for(;Array.isArray(e);){if("object"==typeof e[1])return e;e=e[0]}return null}(n[t.index])),n[11]}function ua(e,t){const n=e[9],r=n?n.get(ki,null):null;r&&r.handleError(t)}function la(e,t,n,r,o){for(let i=0;i=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=In(o.hostAttrs,n=In(n,o.hostAttrs))}}(r)}function ma(e){return e===ie?{}:e===se?[]:e}function ya(e,t){const n=e.viewQuery;e.viewQuery=n?(e,r)=>{t(e,r),n(e,r)}:t}function va(e,t){const n=e.contentQueries;e.contentQueries=n?(e,r,o)=>{t(e,r,o),n(e,r,o)}:t}function wa(e,t){const n=e.hostBindings;e.hostBindings=n?(e,r)=>{t(e,r),n(e,r)}:t}const _a=["providersResolver"],Ma=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function Da(e){let t,n=ha(e.type);t=Re(e)?n.ɵcmp:n.ɵdir;const r=e;for(const e of _a)r[e]=t[e];if(Re(t))for(const e of Ma)r[e]=t[e]}let ba=null;function xa(){if(!ba){const e=re.Symbol;if(e&&e.iterator)ba=e.iterator;else{const e=Object.getOwnPropertyNames(Map.prototype);for(let t=0;t-1?is(e,t,t,i,r):{propName:i,oldValue:n,newValue:r};if(null===i){let n=t-1;for(;"string"!=typeof o[n]&&null===o[n+1];)n--;const i=o[n];if("string"==typeof i){const o=i.match(new RegExp(ns,"g"));if(o&&o.length-1>t-n)return is(e,n,t,i,r)}}return{propName:void 0,oldValue:n,newValue:r}}(e,t,o,n);!function(e,t,n,r){let o=`ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value${r?` for '${r}'`:""}: '${t}'. Current value: '${n}'.`;throw e&&(o+=" 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?"),new p(-100,o)}(r===ru,i.oldValue,i.newValue,i.propName)}return!1}return e[t]=n,!0}function ka(e,t,n,r){const o=Aa(e,t,n);return Aa(e,t+1,r)||o}function Sa(e,t,n,r,o){const i=ka(e,t,n,r);return Aa(e,t+2,o)||i}function Oa(e,t,n,r,o,i){const s=ka(e,t,n,r);return ka(e,t+2,o,i)||s}function Pa(e,t,n,r){const o=Et(),i=Bt();if(Aa(o,i,t)){const s=Tt(),u=ln();Hc(u,o,e,t,n,r),ngDevMode&&na(s.data,u,"attr."+e,i)}return Pa}function ja(e,t){ngDevMode&&N(2,t.length,"should have at least 3 values"),ngDevMode&&I(t.length%2,1,"should have an odd number of values");let n=!1,r=Lt();for(let o=1;on=e)),e.scheduler((()=>{if(1&e.flags&&(e.flags&=-2,Yc(e)),2&e.flags){e.flags&=-3;const t=e.playerHandler;t&&t.flushPlayers()}e.clean=hc,n(null)}))}}(t[8],1)}function td(e,t,n,r,o,i,s,u){const l=Et(),c=Tt(),a=e+Ne,d=c.firstCreatePass?function(e,t,n,r,o,i,s,u,l){ngDevMode&&We(t),ngDevMode&&ngDevMode.firstCreatePass++;const c=t.consts,a=yc(t,e,4,s||null,wt(c,u));Oc(t,n,a,wt(c,l)),fn(t,a);const d=a.tViews=Tc(2,a,r,o,i,t.directiveRegistry,t.pipeRegistry,null,t.schemas,c);return null!==t.queries&&(t.queries.template(t,a),d.queries=t.queries.embeddedTView(a)),a}(a,c,l,t,n,r,o,i,s):c.data[a];Pt(d,!1);const f=l[11].createComment(ngDevMode?"container":"");js(c,l,f,d),qi(f,l),Kc(l,l[a]=Wc(f,l,f,d)),Ve(d)&&Ic(c,l,d),null!=s&&Cc(l,d,u)}function nd(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function rd(e){return gt(function(){const e=Dt.lFrame.contextLView;return ngDevMode&&O(e,"contextLView must be defined."),e}(),Ne+e)}function od(e,t,n){const r=Et(),o=Bt();if(Aa(r,o,t)){const i=Tt(),s=ln();kc(i,s,r,e,t,r[11],n,!1),ngDevMode&&na(i.data,s,e,o)}return od}function id(e,t,n,r,o){const i=o?"class":"style";la(e,n,t.inputs[i],i,r)}function sd(e,t,n,r,o,i,s){ngDevMode&&We(t),ngDevMode&&ngDevMode.firstCreatePass++;const u=t.consts,l=yc(t,e,2,o,wt(u,i)),c=Oc(t,n,l,wt(u,s));return ngDevMode&&function(e,t,n,r,o){if(null!==r&&!o&&null!==n&&("undefined"!=typeof HTMLUnknownElement&&HTMLUnknownElement&&e instanceof HTMLUnknownElement||"undefined"!=typeof customElements&&n.indexOf("-")>-1&&!customElements.get(n))&&!bl(r,n)){const e=_l(t),r=`'${e?"@Component":"@NgModule"}.schemas'`;let o=`'${n}' is not a known element${Ml(t)}:\n`;if(o+=`1. If '${n}' is an Angular component, then verify that it is ${e?"included in the '@Component.imports' of this component":"a part of an @NgModule where this component is declared"}.\n`,n&&n.indexOf("-")>-1?o+=`2. If '${n}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the ${r} of this component to suppress this message.`:o+=`2. To allow any element add 'NO_ERRORS_SCHEMA' to the ${r} of this component.`,fl)throw new p(304,o);console.error(h(304,o))}}(r,n,l.value,t.schemas,c),null!==l.attrs&&aa(l,l.attrs,!1),null!==l.mergedAttrs&&aa(l,l.mergedAttrs,!0),null!==t.queries&&t.queries.elementStart(t,l),l}function ud(e,t,n,r){const o=Et(),i=Tt(),s=Ne+e;ngDevMode&&I(Lt(),i.bindingStartIndex,"elements should be created before any bindings"),ngDevMode&&V(o,s);const u=o[11],l=o[s]=vs(u,t,Dt.lFrame.currentNamespace),c=i.firstCreatePass?sd(s,i,o,l,t,n,r):i.data[s];Pt(c,!0);const a=c.mergedAttrs;null!==a&&Dn(u,l,a);const d=c.classes;null!==d&&zs(u,l,d);const f=c.styles;return null!==f&&Us(u,l,f),64!=(64&c.flags)&&js(i,o,l,c),0===Dt.lFrame.elementDepthCount&&qi(l,o),Dt.lFrame.elementDepthCount++,Ve(c)&&(Ic(i,o,c),xc(i,c,o)),null!==r&&Cc(o,c),ud}function ld(){let e=kt();ngDevMode&&O(e,"No parent node to close."),jt()?Vt():(ngDevMode&&Be(kt()),e=e.parent,Pt(e,!1));const t=e;ngDevMode&&Mn(t,3),Dt.lFrame.elementDepthCount--;const n=Tt();return n.firstCreatePass&&(fn(n,e),Pe(e)&&n.queries.elementEnd(e)),null!=t.classesWithoutHost&&function(e){return 0!=(16&e.flags)}(t)&&id(n,t,Et(),t.classesWithoutHost,!0),null!=t.stylesWithoutHost&&function(e){return 0!=(32&e.flags)}(t)&&id(n,t,Et(),t.stylesWithoutHost,!1),ld}function cd(e,t,n,r){return ud(e,t,n,r),ld(),cd}function ad(e,t,n){const r=Et(),o=Tt(),i=e+Ne;ngDevMode&&V(r,i),ngDevMode&&I(Lt(),o.bindingStartIndex,"element containers should be created before any bindings");const s=o.firstCreatePass?function(e,t,n,r,o){ngDevMode&&ngDevMode.firstCreatePass++;const i=t.consts,s=wt(i,r),u=yc(t,e,8,"ng-container",s);return null!==s&&aa(u,s,!0),Oc(t,n,u,wt(i,o)),null!==t.queries&&t.queries.elementStart(t,u),u}(i,o,r,t,n):o.data[i];Pt(s,!0),ngDevMode&&ngDevMode.rendererCreateComment++;const u=r[i]=r[11].createComment(ngDevMode?"ng-container":"");return js(o,r,u,s),qi(u,r),Ve(s)&&(Ic(o,r,s),xc(o,s,r)),null!=n&&Cc(r,s),ad}function dd(){let e=kt();const t=Tt();return jt()?Vt():(ngDevMode&&Be(e),e=e.parent,Pt(e,!1)),ngDevMode&&Mn(e,8),t.firstCreatePass&&(fn(t,e),Pe(e)&&t.queries.elementEnd(e)),dd}function fd(e,t,n){return ad(e,t,n),dd(),fd}function pd(){return Et()}function hd(e){return!!e&&"function"==typeof e.then}function gd(e){return!!e&&"function"==typeof e.subscribe}const md=gd;function yd(e,t,n,r){const o=Et(),i=Tt(),s=kt();return wd(i,o,o[11],s,e,t,!!n,r),yd}function vd(e,t){const n=kt(),r=Et(),o=Tt();return wd(o,r,sa(Qt(o.data),n,r),n,e,t,!1),vd}function wd(e,t,n,r,o,i,s,u){const l=Ve(r),c=e.firstCreatePass&&ia(e),a=t[8],d=oa(t);ngDevMode&&Mn(r,15);let f=!0;if(3&r.type||u){const s=pt(r,t),p=u?u(s):s,h=d.length,g=u?e=>u(dt(e[r.index])):r.index;let m=null;if(!u&&l&&(m=function(e,t,n,r){const o=e.cleanup;if(null!=o)for(let e=0;er?n[r]:null}"string"==typeof i&&(e+=2)}return null}(e,t,o,r.index)),null!==m){(m.__ngLastListenerFn__||m).__ngNextListenerFn__=i,m.__ngLastListenerFn__=i,f=!1}else{i=Md(r,t,a,i,!1);const e=n.listen(p,o,i);ngDevMode&&ngDevMode.rendererAddEventListener++,d.push(i,e),c&&c.push(o,g,h,h+1)}}else i=Md(r,t,a,i,!1);const p=r.outputs;let h;if(f&&null!==p&&(h=p[o])){const e=h.length;if(e)for(let n=0;n0)&&(a=!0)}else c=n;if(o){if(0!==l){const t=Cl(e[u+1]);e[r+1]=Il(t,u),0!==t&&(e[t+1]=Al(e[t+1],r)),e[u+1]=(d=e[u+1],f=r,ngDevMode&&M(d,"expected number"),ngDevMode&&D(f,0,32767),131071&d|f<<17)}else e[r+1]=Il(u,0),0!==u&&(e[u+1]=Al(e[u+1],r)),u=r}else e[r+1]=Il(l,0),ngDevMode&&I(0!==u&&0===l,!1,"Adding template bindings after hostBindings is not allowed."),0===u?u=r:e[l+1]=Al(e[l+1],r),l=r;var d,f;a&&(e[r+1]=Tl(e[r+1])),Rd(e,c,r,!0,i),Rd(e,c,r,!1,i),function(e,t,n,r,o){const i=o?e.residualClasses:e.residualStyles;null!=i&&"string"==typeof t&&Tr(i,t)>=0&&(n[r+1]=Sl(n[r+1]))}(t,c,e,r,i),s=Il(u,l),i?t.classBindings=s:t.styleBindings=s}function Rd(e,t,n,r,o){const i=e[n+1],s=null===t;let u=r?Cl(i):Nl(i),l=!1;for(;0!==u&&(!1===l||s);){ngDevMode&&V(e,u);const n=e[u],o=e[u+1];$d(n,t)&&(l=!0,e[u+1]=r?Sl(o):Tl(o)),u=r?Cl(o):Nl(o)}l&&(e[n+1]=r?Tl(i):Sl(i))}function $d(e,t){return ngDevMode&&C(Array.isArray(t),!0,"Expected that 'tStylingKey' has been unwrapped"),null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&Tr(e,t)>=0}const Fd={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Ld(e){return e.substring(Fd.key,Fd.keyEnd)}function Hd(e){return e.substring(Fd.value,Fd.valueEnd)}function Bd(e,t){const n=Fd.textEnd;return n===t?-1:(t=Fd.keyEnd=function(e,t,n){for(;t32;)t++;return t}(e,Fd.key=t,n),qd(e,t,n))}function Ud(e,t){const n=Fd.textEnd;let r=Fd.key=qd(e,t,n);return n===r?-1:(r=Fd.keyEnd=function(e,t,n){let r;for(;t=65&&(-33&r)<=90||r>=48&&r<=57);)t++;return t}(e,r,n),r=Wd(e,r,n,58),r=Fd.value=qd(e,r,n),r=Fd.valueEnd=function(e,t,n){let r=-1,o=-1,i=-1,s=t,u=s;for(;s32&&(u=s),i=o,o=r,r=-33&l}return u}(e,r,n),Wd(e,r,n,59))}function zd(e){Fd.key=0,Fd.keyEnd=0,Fd.value=0,Fd.valueEnd=0,Fd.textEnd=e.length}function qd(e,t,n){for(;t>"+e.substring(n,n+1)+"<<]"+e.slice(n+1)+`'. Expecting '${t}'.`)}function Gd(e,t,n){return tf(e,t,n,!1),Gd}function Kd(e,t){return tf(e,t,null,!0),Kd}function Jd(e){nf(lf,Yd,e,!1)}function Yd(e,t){for(let n=function(e){return zd(e),Ud(e,qd(e,0,Fd.textEnd))}(t);n>=0;n=Ud(t,n))lf(e,Ld(t),Hd(t))}function Xd(e){nf(Cr,ef,e,!0)}function ef(e,t){for(let n=function(e){return zd(e),Bd(e,qd(e,0,Fd.textEnd))}(t);n>=0;n=Bd(t,n))Cr(e,Ld(t),!0)}function tf(e,t,n,r){const o=Et(),i=Tt(),s=Ut(2);if(i.firstUpdatePass&&of(i,e,s,r),t!==ru&&Aa(o,s,t)){cf(i,i.data[sn()],o,o[11],e,o[s+1]=function(e,t){null==e||("string"==typeof t?e+=t:"object"==typeof e&&(e=u(Vo(e))));return e}(t,n),r,s)}}function nf(e,t,n,r){const o=Tt(),i=Ut(2);o.firstUpdatePass&&of(o,null,i,r);const s=Et();if(n!==ru&&Aa(s,i,n)){const u=o.data[sn()];if(ff(u,r)&&!rf(o,i)){if(ngDevMode){const e=o.data[i];I(Array.isArray(e)?e[1]:e,!1,"Styling linked list shadow input should be marked as 'false'")}let e=r?u.classesWithoutHost:u.stylesWithoutHost;ngDevMode&&!1===r&&null!==e&&I(e.endsWith(";"),!0,"Expecting static portion to end with ';'"),null!==e&&(n=l(e,n||"")),id(o,u,s,n,r)}else!function(e,t,n,r,o,i,s,u){o===ru&&(o=se);let l=0,c=0,a=0=e.expandoStartIndex}function of(e,t,n,r){ngDevMode&&Qe(e);const o=e.data;if(null===o[n+1]){const i=o[sn()];ngDevMode&&O(i,"TNode expected");const s=rf(e,n);ff(i,r)&&null===t&&!s&&(t=!1),t=function(e,t,n,r){const o=Qt(e);let i=r?t.residualClasses:t.residualStyles;if(null===o){0===(r?t.classBindings:t.styleBindings)&&(n=uf(n=sf(null,e,t,n,r),t.attrs,r),i=null)}else{const s=t.directiveStylingLast;if(-1===s||e[s]!==o)if(n=sf(o,e,t,n,r),null===i){let n=function(e,t,n){const r=n?t.classBindings:t.styleBindings;if(0===Nl(r))return;return e[Cl(r)]}(e,t,r);void 0!==n&&Array.isArray(n)&&(n=sf(null,e,t,n[1],r),n=uf(n,t.attrs,r),function(e,t,n,r){const o=n?t.classBindings:t.styleBindings;ngDevMode&&C(Nl(o),0,"Expecting to have at least one template styling binding."),e[Cl(o)]=r}(e,t,r,n))}else i=function(e,t,n){let r;const o=t.directiveEnd;ngDevMode&&C(t.directiveStylingLast,-1,"By the time this function gets called at least one hostBindings-node styling instruction must have executed.");for(let i=1+t.directiveStylingLast;i0;){const t=e[o],i=Array.isArray(t),l=i?t[1]:t,c=null===l;let a=n[o+1];a===ru&&(a=c?se:void 0);let d=c?Er(a,r):l===r?a:void 0;if(i&&!df(d)&&(d=Er(t,r)),df(d)&&(u=d,s))return u;const f=e[o+1];o=s?Cl(f):Nl(f)}if(null!==t){let e=i?t.residualClasses:t.residualStyles;null!=e&&(u=Er(e,r))}return u}function df(e){return void 0!==e}function ff(e,t){return 0!=(e.flags&(t?16:32))}function pf(e,t=""){const n=Et(),r=Tt(),o=e+Ne;ngDevMode&&I(Lt(),r.bindingStartIndex,"text nodes should be created before any bindings"),ngDevMode&&V(n,o);const i=r.firstCreatePass?yc(r,o,1,t,null):r.data[o],s=n[o]=gs(n[11],t);js(r,n,s,i),Pt(i,!1)}function hf(e){return gf("",e,""),hf}function gf(e,t,n){const r=Et(),o=Va(r,e,t,n);return o!==ru&&ca(r,sn(),o),gf}function mf(e,t,n,r,o){const i=Et(),s=Ra(i,e,t,n,r,o);return s!==ru&&ca(i,sn(),s),mf}function yf(e,t,n,r,o,i,s){const u=Et(),l=$a(u,e,t,n,r,o,i,s);return l!==ru&&ca(u,sn(),l),yf}function vf(e,t,n,r,o,i,s,u,l){const c=Et(),a=Fa(c,e,t,n,r,o,i,s,u,l);return a!==ru&&ca(c,sn(),a),vf}function wf(e,t,n,r,o,i,s,u,l,c,a){const d=Et(),f=La(d,e,t,n,r,o,i,s,u,l,c,a);return f!==ru&&ca(d,sn(),f),wf}function _f(e,t,n,r,o,i,s,u,l,c,a,d,f){const p=Et(),h=Ha(p,e,t,n,r,o,i,s,u,l,c,a,d,f);return h!==ru&&ca(p,sn(),h),_f}function Mf(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h){const g=Et(),m=Ba(g,e,t,n,r,o,i,s,u,l,c,a,d,f,p,h);return m!==ru&&ca(g,sn(),m),Mf}function Df(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m){const y=Et(),v=Ua(y,e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m);return v!==ru&&ca(y,sn(),v),Df}function bf(e){const t=Et(),n=ja(t,e);return n!==ru&&ca(t,sn(),n),bf}function xf(e,t,n){nf(Cr,ef,Va(Et(),e,t,n),!0)}function If(e,t,n,r,o){nf(Cr,ef,Ra(Et(),e,t,n,r,o),!0)}function Cf(e,t,n,r,o,i,s){nf(Cr,ef,$a(Et(),e,t,n,r,o,i,s),!0)}function Ef(e,t,n,r,o,i,s,u,l){nf(Cr,ef,Fa(Et(),e,t,n,r,o,i,s,u,l),!0)}function Tf(e,t,n,r,o,i,s,u,l,c,a){nf(Cr,ef,La(Et(),e,t,n,r,o,i,s,u,l,c,a),!0)}function Nf(e,t,n,r,o,i,s,u,l,c,a,d,f){nf(Cr,ef,Ha(Et(),e,t,n,r,o,i,s,u,l,c,a,d,f),!0)}function Af(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h){nf(Cr,ef,Ba(Et(),e,t,n,r,o,i,s,u,l,c,a,d,f,p,h),!0)}function kf(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m){nf(Cr,ef,Ua(Et(),e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m),!0)}function Sf(e){nf(Cr,ef,ja(Et(),e),!0)}function Of(e,t,n){Jd(Va(Et(),e,t,n))}function Pf(e,t,n,r,o){Jd(Ra(Et(),e,t,n,r,o))}function jf(e,t,n,r,o,i,s){Jd($a(Et(),e,t,n,r,o,i,s))}function Vf(e,t,n,r,o,i,s,u,l){Jd(Fa(Et(),e,t,n,r,o,i,s,u,l))}function Rf(e,t,n,r,o,i,s,u,l,c,a){Jd(La(Et(),e,t,n,r,o,i,s,u,l,c,a))}function $f(e,t,n,r,o,i,s,u,l,c,a,d,f){Jd(Ha(Et(),e,t,n,r,o,i,s,u,l,c,a,d,f))}function Ff(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h){Jd(Ba(Et(),e,t,n,r,o,i,s,u,l,c,a,d,f,p,h))}function Lf(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m){Jd(Ua(Et(),e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m))}function Hf(e){Jd(ja(Et(),e))}function Bf(e,t,n,r,o){return tf(e,Va(Et(),t,n,r),o,!1),Bf}function Uf(e,t,n,r,o,i,s){return tf(e,Ra(Et(),t,n,r,o,i),s,!1),Uf}function zf(e,t,n,r,o,i,s,u,l){return tf(e,$a(Et(),t,n,r,o,i,s,u),l,!1),zf}function qf(e,t,n,r,o,i,s,u,l,c,a){return tf(e,Fa(Et(),t,n,r,o,i,s,u,l,c),a,!1),qf}function Wf(e,t,n,r,o,i,s,u,l,c,a,d,f){return tf(e,La(Et(),t,n,r,o,i,s,u,l,c,a,d),f,!1),Wf}function Qf(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h){return tf(e,Ha(Et(),t,n,r,o,i,s,u,l,c,a,d,f,p),h,!1),Qf}function Zf(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m){return tf(e,Ba(Et(),t,n,r,o,i,s,u,l,c,a,d,f,p,h,g),m,!1),Zf}function Gf(e,t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m,y,v){return tf(e,Ua(Et(),t,n,r,o,i,s,u,l,c,a,d,f,p,h,g,m,y),v,!1),Gf}function Kf(e,t,n){return tf(e,ja(Et(),t),n,!1),Kf}function Jf(e,t,n){const r=Et(),o=Bt();if(Aa(r,o,t)){const i=Tt(),s=ln();kc(i,s,r,e,t,r[11],n,!0),ngDevMode&&na(i.data,s,e,o)}return Jf}function Yf(e,t,n){const r=Et(),o=Bt();if(Aa(r,o,t)){const i=Tt(),s=ln();kc(i,s,r,e,t,sa(Qt(i.data),s,r),n,!0),ngDevMode&&na(i.data,s,e,o)}return Yf}"undefined"==typeof ngI18nClosureMode&&(re.ngI18nClosureMode="undefined"!=typeof goog&&"function"==typeof goog.getMsg);const Xf=void 0;var ep=["en",[["a","p"],["AM","PM"],Xf],[["AM","PM"],Xf,Xf],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Xf,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Xf,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Xf,"{1} 'at' {0}",Xf],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}];let tp={};function np(e,t,n){"string"!=typeof t&&(n=t,t=e[lp.LocaleId]),t=t.toLowerCase().replace(/_/g,"-"),tp[t]=e,n&&(tp[t][lp.ExtraData]=n)}function rp(e){const t=function(e){return e.toLowerCase().replace(/_/g,"-")}(e);let n=sp(t);if(n)return n;const r=t.split("-")[0];if(n=sp(r),n)return n;if("en"===r)return ep;throw new p(701,ngDevMode&&`Missing locale data for the locale "${e}".`)}function op(e){return rp(e)[lp.CurrencyCode]||null}function ip(e){return rp(e)[lp.PluralCase]}function sp(e){return e in tp||(tp[e]=re.ng&&re.ng.common&&re.ng.common.locales&&re.ng.common.locales[e]),tp[e]}function up(){tp={}}var lp;!function(e){e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData"}(lp||(lp={}));const cp=["zero","one","two","few","many"];const ap="en-US",dp={marker:"element"},fp={marker:"ICU"};var pp;!function(e){e[e.SHIFT=2]="SHIFT",e[e.APPEND_EAGERLY=1]="APPEND_EAGERLY",e[e.COMMENT=2]="COMMENT"}(pp||(pp={}));let hp=ap;function gp(e){O(e,"Expected localeId to be defined"),"string"==typeof e&&(hp=e.toLowerCase().replace(/_/g,"-"))}function mp(e,t,n){const r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return null===o?ks(e,0,n):(ngDevMode&&V(n,o),dt(n[o]))}function yp(e,t,n,r,o){const i=t.insertBeforeIndex;if(Array.isArray(i)){ngDevMode&&j(r);let s=r,u=null;if(3&t.type||(u=s,s=o),null!==s&&0==(2&t.flags))for(let t=1;t1)for(let n=e.length-2;n>=0;n--){const r=e[n];wp(r)||_p(r,t)&&null===Mp(r)&&Dp(r,t.index)}}function wp(e){return!(64&e.type)}function _p(e,t){return wp(t)||e.index>t.index}function Mp(e){const t=e.insertBeforeIndex;return Array.isArray(t)?t[0]:t}function Dp(e,t){const n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(Ps(mp,yp),e.insertBeforeIndex=t)}function bp(e,t){const n=e.data[t];if(null===n||"string"==typeof n)return null;!ngDevMode||n.hasOwnProperty("tViews")||n.hasOwnProperty("currentCaseLViewIndex")||P("We expect to get 'null'|'TIcu'|'TIcuContainer', but got: "+n);const r=n.hasOwnProperty("currentCaseLViewIndex")?n:n.value;return ngDevMode&&He(r),r}function xp(e,t,n){const r=vc(e,n,64,null,null);return vp(t,r),r}function Ip(e,t){const n=t[e.currentCaseLViewIndex];return null===n?n:n<0?~n:n}function Cp(e){return e>>>17}function Ep(e){return(131070&e)>>>1}function Tp(e){return 1&e}let Np=0,Ap=0;function kp(e,t,n,r){ngDevMode&&j(r);const o=n[11];let i,s=null;for(let u=0;u>>1,h=t[++u],g=t[++u];Bc(o,ft(f,n),null,null,h,g,null);break;default:if(ngDevMode)throw new p(700,`Unable to determine the type of mutate operation for "${l}"`)}else switch(l){case fp:const e=t[++u],r=t[++u];if(null===n[r]){ngDevMode&&I(typeof e,"string",`Expected "${e}" to be a comment node value`),ngDevMode&&ngDevMode.rendererCreateComment++,ngDevMode&&Ze(n,r);qi(n[r]=ys(o,e),n)}break;case dp:const i=t[++u],s=t[++u];if(null===n[s]){ngDevMode&&I(typeof i,"string",`Expected "${i}" to be an element node tag name`),ngDevMode&&ngDevMode.rendererCreateElement++,ngDevMode&&Ze(n,s);qi(n[s]=vs(o,i,null),n)}break;default:ngDevMode&&P(`Unable to determine the type of mutate operation for "${l}"`)}}}function Sp(e,t,n,r,o){for(let i=0;i>>2;switch(3&i){case 1:const i=n[++s],l=n[++s],c=e.data[u];ngDevMode&&O(c,"Experting TNode or string"),"string"==typeof c?Bc(t[11],t[u],null,c,i,o,l):kc(e,c,t,i,o,t[11],l,!1);break;case 0:const a=t[u];null!==a&&ms(t[11],a,o);break;case 2:Pp(e,bp(e,u),t,o);break;case 3:Op(e,bp(e,u),r,t)}}}}else{const o=n[i+1];if(o>0&&3==(3&o)){const n=bp(e,o>>>2);t[n.currentCaseLViewIndex]<0&&Op(e,n,r,t)}}i+=u}}function Op(e,t,n,r){ngDevMode&&V(r,t.currentCaseLViewIndex);let o=r[t.currentCaseLViewIndex];if(null!==o){let i=Np;o<0&&(o=r[t.currentCaseLViewIndex]=~o,i=-1),Sp(e,r,t.update[o],n,i)}}function Pp(e,t,n,r){const o=function(e,t){let n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:{const r=function(e,t){const n=ip(t)(parseInt(e,10)),r=cp[n];return void 0!==r?r:"other"}(t,hp);n=e.cases.indexOf(r),-1===n&&"other"!==r&&(n=e.cases.indexOf("other"));break}case 0:n=e.cases.indexOf("other")}return-1===n?null:n}(t,r);if(Ip(t,n)!==o&&(jp(e,t,n),n[t.currentCaseLViewIndex]=null===o?null:~o,null!==o)){const r=n[t.anchorIdx];r&&(ngDevMode&&j(r),kp(e,t.create[o],n,r))}}function jp(e,t,n){let r=Ip(t,n);if(null!==r){const o=t.remove[r];for(let t=0;t0){const e=ft(r,n);null!==e&&Fs(n[11],e)}else jp(e,bp(e,~r),n)}}}function Vp(){const e=[];let t,n,r=-1;function o(e,t){r=0;const o=Ip(e,t);null!==o?(ngDevMode&&D(o,0,e.cases.length-1),n=e.remove[o]):n=se}function i(){if(r0){const e=t[s];return ngDevMode&&j(e),e}{e.push(r,n);const u=~s,l=t[1].data[u];return ngDevMode&&He(l),o(l,t),i()}}return 0===e.length?null:(n=e.pop(),r=e.pop(),i())}return function(n,r){for(t=r;e.length;)e.pop();return ngDevMode&&$e(n,r),o(n.value,r),i}}function Rp(e){const t=e||(Array.isArray(this)?this:[]);let n=[];for(let e=0;e>>pp.SHIFT;n.push(`lView[${u}] = document.${i?"createComment":"createText"}(${JSON.stringify(o)});`),s&&n.push(`parent.appendChild(lView[${u}]);`)}return n}function $p(e){const t=new Hp(e||(Array.isArray(this)?this:[]));let n=[];function r(e){const n=e>>>2,r=3&e;switch(r){case 0:return`(lView[${n}] as Text).textContent = $$$`;case 1:const e=t.consumeString(),r=t.consumeFunction();return`(lView[${n}] as Element).setAttribute('${e}', ${r?`(${r})($$$)`:"$$$"})`;case 2:return`icuSwitchCase(${n}, $$$)`;case 3:return`icuUpdateCase(${n})`}throw new Error("unexpected OpCode")}for(;t.hasMore();){let e=t.consumeNumber(),o=t.consumeNumber();const i=t.i+o,s=[];let u="";for(;t.i0?n.push(`remove(lView[${r}])`):n.push(`removeNestedICU(${~r})`)}return n}class Hp{constructor(e){this.i=0,this.codes=e}hasMore(){return this.in.length&&n.push(s)}return{type:r,mainBinding:o,cases:t,values:n}}function ih(e){if(!e)return[];let t=0;const n=[],r=[],o=/[{}]/g;let i;for(o.lastIndex=0;i=o.exec(e);){const o=i.index;if("}"==i[0]){if(n.pop(),0==n.length){const n=e.substring(t,o);qp.test(n)?r.push(oh(n)):r.push(n),t=o+1}}else{if(0==n.length){const n=e.substring(t,o);r.push(n),t=o+1}n.push("{")}}const s=e.substring(t);return r.push(s),r}function sh(e,t,n,r,o,i,s,u){const l=[],c=[],a=[];ngDevMode&&(Pl(l,Fp),Pl(c,Lp),Pl(a,$p)),t.cases.push(i),t.create.push(l),t.remove.push(c),t.update.push(a);const d=zo(Do()).getInertBodyElement(s);ngDevMode&&O(d,"Unable to generate inert body element");const f=vi(d)||d;return f?uh(e,t,n,r,l,c,a,f,o,u,0):0}function uh(e,t,n,r,o,i,s,u,l,c,a){let d=0,f=u.firstChild;for(;f;){const u=wc(e,n,1,null);switch(f.nodeType){case Node.ELEMENT_NODE:const p=f,h=p.tagName.toLowerCase();if(ii.hasOwnProperty(h)){ah(o,dp,h,l,u),e.data[u]=h;const g=p.attributes;for(let e=0;e>>pp.SHIFT;let d=e[a];null===d&&(d=e[a]=l?o.createComment(u):gs(o,u)),c&&null!==n&&Cs(o,n,d,r,!1)}}(o,l.create,c,a),zt(!0)}function _h(){zt(!1)}function Mh(e,t,n){wh(e,t,n),_h()}function Dh(e,t){const n=Tt();ngDevMode&&O(n,"tView should be defined");const r=wt(n.consts,t);!function(e,t,n){const r=kt().index,o=[];if(ngDevMode&&Pl(o,$p),e.firstCreatePass&&null===e.data[t]){for(let e=0;e0){ngDevMode&&O(e,"tView should be defined");const r=e.data[n];Sp(e,t,Array.isArray(r)?r:r.update,Lt()-Ap-1,Np)}Np=0,Ap=0}(Tt(),Et(),e+Ne)}function Ih(e,t={}){return function(e,t={}){let n=e;if(fh.test(e)){const e={},t=[0];n=n.replace(ph,((n,r,o)=>{const i=r||o,s=e[i]||[];if(s.length||(i.split("|").forEach((e=>{const t=e.match(vh),n=t?parseInt(t[1],10):0,r=yh.test(e);s.push([n,r,e])})),e[i]=s),!s.length)throw new Error(`i18n postprocess: unmatched placeholder - ${i}`);const u=t[t.length-1];let l=0;for(let e=0;et.hasOwnProperty(r)?`${n}${t[r]}${s}`:e)),n=n.replace(gh,((e,n)=>t.hasOwnProperty(n)?t[n]:e)),n=n.replace(mh,((e,n)=>{if(t.hasOwnProperty(n)){const r=t[n];if(!r.length)throw new Error(`i18n postprocess: unmatched ICU - ${e} with key: ${n}`);return r.shift()}return e})),n):n}(e,t)}function Ch(e,t,n,r,o){if(e=d(e),Array.isArray(e))for(let i=0;i>20;if(bu(e)||!e.multi){const r=new wn(l,o,ll),d=Nh(u,t,o?a:a+p,f);-1===d?($n(Pn(c,s),i,u),Eh(i,e,t.length),t.push(u),c.directiveStart++,c.directiveEnd++,o&&(c.providerIndexes+=1048576),n.push(r),s.push(r)):(n[d]=r,s[d]=r)}else{const d=Nh(u,t,a+p,f),h=Nh(u,t,a,a+p),g=d>=0&&n[d],m=h>=0&&n[h];if(o&&!m||!o&&!g){$n(Pn(c,s),i,u);const a=function(e,t,n,r,o){const i=new wn(e,n,ll);return i.multi=[],i.index=t,i.componentProviders=0,Th(i,o,r&&!n),i}(o?kh:Ah,n.length,o,r,l);!o&&m&&(n[h].providerFactory=a),Eh(i,e,t.length,0),t.push(u),c.directiveStart++,c.directiveEnd++,o&&(c.providerIndexes+=1048576),n.push(a),s.push(a)}else{Eh(i,e,d>-1?d:h,Th(n[o?h:d],l,!o&&r))}!o&&r&&m&&n[h].componentProviders++}}}function Eh(e,t,n,r){const o=bu(t),i=!!t.useClass;if(o||i){const s=(i?d(t.useClass):t).prototype.ngOnDestroy;if(s){const i=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){ngDevMode&&O(r,"indexInFactory when registering multi factory destroy hook");const e=i.indexOf(n);-1===e?i.push(n,[r,s]):i[e+1].push(r,s)}else i.push(n,s)}}}function Th(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function Nh(e,t,n,r){for(let o=n;o{n.providersResolver=(n,r)=>function(e,t,n){const r=Tt();if(r.firstCreatePass){const o=Re(e);Ch(n,r.data,r.blueprint,o,!0),Ch(t,r.data,r.blueprint,o,!1)}}(n,r?r(e):e,t)}}const Ph="ngComponent";class jh{resolveComponentFactory(e){throw function(e){const t=Error(`No component factory found for ${u(e)}. Did you add it to @NgModule.entryComponents?`);return t[Ph]=e,t}(e)}}class Vh{}Vh.NULL=new jh;class Rh{}class $h{}class Fh{}class Lh{}function Hh(e,t){return new Bh(pt(e,t))}class Bh{constructor(e){this.nativeElement=e}}function Uh(e){return e instanceof Bh?e.nativeElement:e}Bh.__NG_ELEMENT_ID__=function(){return Hh(kt(),Et())};new lr("Renderer2Interceptor");class zh{}class qh{}qh.__NG_ELEMENT_ID__=()=>function(){const e=Et(),t=mt(kt().index,e);return(Se(t)?t:e)[11]}();class Wh{}Wh.ɵprov=$({token:Wh,providedIn:"root",factory:()=>null});class Qh{constructor(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")}}const Zh=new Qh("14.0.6"),Gh={};function Kh(e,t,n,r,o=!1){for(;null!==n;){ngDevMode&&Mn(n,63);const i=t[n.index];if(null!==i&&r.push(dt(i)),Oe(i))for(let e=ke;e-1&&(ngDevMode&&I(n,e.indexOf(this._lView)-ke,"An attached view should be in the same position within its container as its ViewRef in the VIEW_REFS array."),Ms(e,n),xr(t,n))}this._attachedToViewContainer=!1}Ds(this._lView[1],this._lView)}onDestroy(e){Nc(this._lView[1],this._lView,null,e)}markForCheck(){Jc(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-65}reattach(){this._lView[2]|=64}detectChanges(){Xc(this._lView[1],this._lView,this.context)}checkNoChanges(){ngDevMode&&function(e,t,n){$t(!0);try{Xc(e,t,n)}finally{$t(!1)}}(this._lView[1],this._lView,this.context)}attachToViewContainerRef(){if(this._appRef)throw new p(902,ngDevMode&&"This view is already attached directly to the ApplicationRef!");this._attachedToViewContainer=!0}detachFromAppRef(){var e,t;this._appRef=null,e=this._lView[1],t=this._lView,Hs(e,t,t[11],2,null,null)}attachToAppRef(e){if(this._attachedToViewContainer)throw new p(902,ngDevMode&&"This view is already attached to a ViewContainer!");this._appRef=e}}class Yh extends Jh{constructor(e){super(e),this._view=e}detectChanges(){ea(this._view)}checkNoChanges(){ngDevMode&&function(e){$t(!0);try{ea(e)}finally{$t(!1)}}(this._view)}get context(){return null}}class Xh extends Vh{constructor(e){super(),this.ngModule=e}resolveComponentFactory(e){ngDevMode&&function(e,t="Type passed in is not ComponentType, it does not have 'ɵcmp' property."){xe(e)||P(t)}(e);const t=xe(e);return new ng(t,this.ngModule)}}function eg(e){const t=[];for(let n in e)if(e.hasOwnProperty(n)){const r=e[n];t.push({propName:r,templateName:n})}return t}class tg{constructor(e,t){this.injector=e,this.parentInjector=t}get(e,t,n){const r=this.injector.get(e,Gh,n);return r!==Gh||t===Gh?r:this.parentInjector.get(e,t,n)}}class ng extends Lh{constructor(e,t){super(),this.componentDef=e,this.ngModule=t,this.componentType=e.type,this.selector=e.selectors.map(nu).join(","),this.ngContentSelectors=e.ngContentSelectors?e.ngContentSelectors:[],this.isBoundToModule=!!t}get inputs(){return eg(this.componentDef.inputs)}get outputs(){return eg(this.componentDef.outputs)}create(e,t,n,r){let o=(r=r||this.ngModule)instanceof ku?r:r?.injector;o&&null!==this.componentDef.getStandaloneInjector&&(o=this.componentDef.getStandaloneInjector(o)||o);const i=o?new tg(e,o):e,s=i.get(zh,null);if(null===s)throw new p(407,ngDevMode&&"Angular was not able to inject a renderer (RendererFactory2). Likely this is due to a broken DI hierarchy. Make sure that any injector used to create this component has a correct parent.");const u=i.get(Wh,null),l=s.createRenderer(null,this.componentDef),c=this.componentDef.selectors[0][0]||"div",a=n?function(e,t,n){const r=n===te.ShadowDom;return e.selectRootElement(t,r)}(l,n,this.componentDef.encapsulation):vs(s.createRenderer(null,this.componentDef),c,function(e){const t=e.toLowerCase();return"svg"===t?ct:"math"===t?at:null}(c)),d=this.componentDef.onPush?288:272,f={components:[],scheduler:h||Yi,clean:ra,playerHandler:g||null,flags:0};var h,g;const m=Tc(0,null,null,1,0,null,null,null,null,null),y=mc(null,m,f,d,null,null,s,l,u,i,null);let v,w;Yt(y);try{const e=function(e,t,n,r,o,i){const s=n[1];ngDevMode&&V(n,22),n[22]=e;const u=yc(s,22,2,"#host",null),l=u.mergedAttrs=t.hostAttrs;null!==l&&(aa(u,l,!0),null!==e&&(Dn(o,e,l),null!==u.classes&&zs(o,e,u.classes),null!==u.styles&&Us(o,e,u.styles)));const c=r.createRenderer(e,t),a=mc(n,Ec(t),null,t.onPush?32:16,n[22],u,r,c,i||null,null,null);return s.firstCreatePass&&($n(Pn(u,n),s,t.type),Vc(s,u),$c(u,n.length,1)),Kc(n,a),n[22]=a}(a,this.componentDef,y,s,l);if(a)if(n)Dn(l,a,["ng-version",Zh.full]);else{const{attrs:e,classes:t}=function(e){const t=[],n=[];let r=1,o=2;for(;r0&&zs(l,a,t.join(" "))}if(w=ht(m,Ne),void 0!==t){const e=w.projection=[];for(let n=0;ne())),this.destroyCbs=null}onDestroy(e){ngDevMode&&O(this.destroyCbs,"NgModule already destroyed"),this.destroyCbs.push(e)}}class sg extends $h{constructor(e){super(),this.moduleType=e}create(e){return new ig(this.moduleType,e)}}class ug extends Rh{constructor(e,t,n){super(),this.componentFactoryResolver=new Xh(this),this.instance=null;const r=new Su([...e,{provide:Rh,useValue:this},{provide:Vh,useValue:this.componentFactoryResolver}],t||Au(),n,new Set(["environment"]));this.injector=r,r.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(e){this.injector.onDestroy(e)}}function lg(e,t=null,n=null){return new ug(e,t,n).injector}class cg{constructor(e){this._injector=e,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(e){if(!e.standalone)return null;if(!this.cachedInjectors.has(e.id)){const t=gu(!1,e.type),n=t.length>0?lg([t],this._injector,`Standalone[${e.type.name}]`):null;this.cachedInjectors.set(e.id,n)}return this.cachedInjectors.get(e.id)}ngOnDestroy(){try{for(const e of this.cachedInjectors.values())null!==e&&e.destroy()}finally{this.cachedInjectors.clear()}}}function ag(e){e.getStandaloneInjector=t=>t.get(cg).getOrCreateStandaloneInjector(e)}function dg(e){ngDevMode&&Mg(e);const t=Hi(e);if(null===t)return null;if(void 0===t.component){const e=t.lView;if(null===e)return null;t.component=function(e,t){const n=t[1].data[e];let r=n.directiveStart;return 2&n.flags?t[r]:null}(t.nodeIndex,e)}return t.component}function fg(e){Mg(e);const t=Hi(e),n=t?t.lView:null;return null===n?null:n[8]}function pg(e){const t=Hi(e);let n,r=t?t.lView:null;if(null===r)return null;for(;2===r[1].type&&(n=cs(r));)r=n;return 256&r[2]?null:r[8]}function hg(e){const t=Qi(e);return null!==t?[...as(t).components]:[]}function gg(e){const t=Hi(e),n=t?t.lView:null;if(null===n)return Lu.NULL;const r=n[1].data[t.nodeIndex];return new Zn(r,n)}function mg(e){if(e instanceof Text)return[];const t=Hi(e),n=t?t.lView:null;if(null===n)return[];const r=n[1],o=t.nodeIndex;return r?.data[o]?(void 0===t.directives&&(t.directives=Ji(o,n,!1)),null===t.directives?[]:[...t.directives]):[]}function yg(e){const{constructor:t}=e;if(!t)throw new Error("Unable to find the instance constructor");const n=xe(t);if(n)return{inputs:n.inputs,outputs:n.outputs,encapsulation:n.encapsulation,changeDetection:n.onPush?X.OnPush:X.Default};const r=Ie(t);return r?{inputs:r.inputs,outputs:r.outputs}:null}function vg(e){return Hi(e).native}function wg(e){ngDevMode&&Mg(e);const t=Hi(e),n=null===t?null:t.lView;if(null===n)return[];const r=n[1],o=n[7],i=r.cleanup,s=[];if(i&&o)for(let t=0;t=0?"dom":"output",p="boolean"==typeof d&&d;e==c&&s.push({element:e,name:l,callback:a,useCapture:p,type:f})}}return s.sort(_g),s}function _g(e,t){return e.name==t.name?0:e.name{const o=e;null!==t&&(o.hasOwnProperty("decorators")&&void 0!==o.decorators?o.decorators.push(...t):o.decorators=t),null!==n&&(o.ctorParameters=n),null!==r&&(o.hasOwnProperty("propDecorators")&&void 0!==o.propDecorators?o.propDecorators={...o.propDecorators,...r}:o.propDecorators=r)}))}function bg(e,t,n){const r=Ft()+e,o=Et();return o[r]===ru?Ta(o,r,n?t.call(n):t()):Na(o,r)}function xg(e,t,n,r){return Pg(Et(),Ft(),e,t,n,r)}function Ig(e,t,n,r,o){return jg(Et(),Ft(),e,t,n,r,o)}function Cg(e,t,n,r,o,i){return Vg(Et(),Ft(),e,t,n,r,o,i)}function Eg(e,t,n,r,o,i,s){return Rg(Et(),Ft(),e,t,n,r,o,i,s)}function Tg(e,t,n,r,o,i,s,u){const l=Ft()+e,c=Et(),a=Oa(c,l,n,r,o,i);return Aa(c,l+4,s)||a?Ta(c,l+5,u?t.call(u,n,r,o,i,s):t(n,r,o,i,s)):Na(c,l+5)}function Ng(e,t,n,r,o,i,s,u,l){const c=Ft()+e,a=Et(),d=Oa(a,c,n,r,o,i);return ka(a,c+4,s,u)||d?Ta(a,c+6,l?t.call(l,n,r,o,i,s,u):t(n,r,o,i,s,u)):Na(a,c+6)}function Ag(e,t,n,r,o,i,s,u,l,c){const a=Ft()+e,d=Et();let f=Oa(d,a,n,r,o,i);return Sa(d,a+4,s,u,l)||f?Ta(d,a+7,c?t.call(c,n,r,o,i,s,u,l):t(n,r,o,i,s,u,l)):Na(d,a+7)}function kg(e,t,n,r,o,i,s,u,l,c,a){const d=Ft()+e,f=Et(),p=Oa(f,d,n,r,o,i);return Oa(f,d+4,s,u,l,c)||p?Ta(f,d+8,a?t.call(a,n,r,o,i,s,u,l,c):t(n,r,o,i,s,u,l,c)):Na(f,d+8)}function Sg(e,t,n,r){return $g(Et(),Ft(),e,t,n,r)}function Og(e,t){ngDevMode&&V(e,t);const n=e[t];return n===ru?void 0:n}function Pg(e,t,n,r,o,i){const s=t+n;return Aa(e,s,o)?Ta(e,s+1,i?r.call(i,o):r(o)):Og(e,s+1)}function jg(e,t,n,r,o,i,s){const u=t+n;return ka(e,u,o,i)?Ta(e,u+2,s?r.call(s,o,i):r(o,i)):Og(e,u+2)}function Vg(e,t,n,r,o,i,s,u){const l=t+n;return Sa(e,l,o,i,s)?Ta(e,l+3,u?r.call(u,o,i,s):r(o,i,s)):Og(e,l+3)}function Rg(e,t,n,r,o,i,s,u,l){const c=t+n;return Oa(e,c,o,i,s,u)?Ta(e,c+4,l?r.call(l,o,i,s,u):r(o,i,s,u)):Og(e,c+4)}function $g(e,t,n,r,o,i){let s=t+n,u=!1;for(let t=0;t=0;n--){const r=t[n];if(e===r.name)return r}if(ngDevMode)throw new p(-302,function(e){const t=Et(),n=t[16][8],r=_l(t),o=n?` in the '${n.constructor.name}' component`:"",i=`The pipe '${e}' could not be found${o}. ${"Verify that it is "+(r?"included in the '@Component.imports' of this component":"declared or imported in this module")}`;return i}(e))}(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks||(n.destroyHooks=[])).push(o,r.onDestroy)):r=n.data[o];const i=r.factory||(r.factory=Ye(r.type,!0)),s=K(ll);try{const e=kn(!1),t=i();return kn(e),nd(n,Et(),o,t),t}finally{K(s)}}function Lg(e,t,n){const r=e+Ne,o=Et(),i=gt(o,r);return qg(o,r)?Pg(o,Ft(),t,i.transform,n,i):i.transform(n)}function Hg(e,t,n,r){const o=e+Ne,i=Et(),s=gt(i,o);return qg(i,o)?jg(i,Ft(),t,s.transform,n,r,s):s.transform(n,r)}function Bg(e,t,n,r,o){const i=e+Ne,s=Et(),u=gt(s,i);return qg(s,i)?Vg(s,Ft(),t,u.transform,n,r,o,u):u.transform(n,r,o)}function Ug(e,t,n,r,o,i){const s=e+Ne,u=Et(),l=gt(u,s);return qg(u,s)?Rg(u,Ft(),t,l.transform,n,r,o,i,l):l.transform(n,r,o,i)}function zg(e,t,n){const r=e+Ne,o=Et(),i=gt(o,r);return qg(o,r)?$g(o,Ft(),t,i.transform,n,i):i.transform.apply(i,n)}function qg(e,t){return e[1].data[t].pure}cg.ɵprov=$({token:cg,providedIn:"environment",factory:()=>new cg(qr(ku))});class Wg extends r.Subject{constructor(e=!1){super(),this.__isAsync=e}emit(e){super.next(e)}subscribe(e,t,n){let o=e,i=t||(()=>null),s=n;if(e&&"object"==typeof e){const t=e;o=t.next?.bind(t),i=t.error?.bind(t),s=t.complete?.bind(t)}this.__isAsync&&(i=Qg(i),o&&(o=Qg(o)),s&&(s=Qg(s)));const u=super.subscribe({next:o,error:i,complete:s});return e instanceof r.Subscription&&e.add(u),u}}function Qg(e){return t=>{setTimeout(e,void 0,t)}}const Zg=Wg;function Gg(){return this._results[xa()]()}class Kg{constructor(e=!1){this._emitDistinctChangesOnly=e,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const t=xa(),n=Kg.prototype;n[t]||(n[t]=Gg)}get changes(){return this._changes||(this._changes=new Zg)}get(e){return this._results[e]}map(e){return this._results.map(e)}filter(e){return this._results.filter(e)}find(e){return this._results.find(e)}reduce(e,t){return this._results.reduce(e,t)}forEach(e){this._results.forEach(e)}some(e){return this._results.some(e)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(e,t){const n=this;n.dirty=!1;const r=Mr(e);(this._changesDetected=!function(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r0;)this.remove(this.length-1)}get(e){const t=om(this._lContainer);return null!==t&&t[e]||null}get length(){return this._lContainer.length-ke}createEmbeddedView(e,t,n){let r,o;"number"==typeof n?r=n:null!=n&&(r=n.index,o=n.injector);const i=e.createEmbeddedView(t||{},o);return this.insert(i,r),i}createComponent(e,t,n,r,o){const i=e&&!_r(e);let s;if(i)ngDevMode&&I("object"!=typeof t,!0,"It looks like Component factory was provided as the first argument and an options object as the second argument. This combination of arguments is incompatible. You can either change the first argument to provide Component type or change the second argument to be a number (representing an index at which to insert the new component's host view into this container)"),s=t;else{ngDevMode&&(O(xe(e),"Provided Component class doesn't contain Component definition. Please check whether provided class has @Component decorator."),I("number"!=typeof t,!0,"It looks like Component type was provided as the first argument and a number (representing an index at which to insert the new component's host view into this container as the second argument. This combination of arguments is incompatible. Please use an object as the second argument instead."));const i=t||{};ngDevMode&&i.environmentInjector&&i.ngModuleRef&&P("Cannot pass both environmentInjector and ngModuleRef options to createComponent()."),s=i.index,n=i.injector,r=i.projectableNodes,o=i.environmentInjector||i.ngModuleRef}const u=i?e:new ng(xe(e)),l=n||this.parentInjector;if(!o&&null==u.ngModule){const e=(i?l:this.parentInjector).get(ku,null);e&&(o=e)}const c=u.create(l,r,void 0,o);return this.insert(c.hostView,s),c}insert(e,t){const n=e._lView,r=n[1];if(ngDevMode&&e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");if(Oe(n[3])){const t=this.indexOf(e);if(-1!==t)this.detach(t);else{const t=n[3];ngDevMode&&I(Oe(t),!0,"An attached view should have its PARENT point to a container.");const r=new rm(t,t[6],t[3]);r.detach(r.indexOf(e))}}const o=this._adjustIndex(t),i=this._lContainer;ws(r,n,i,o);const s=$s(o,i),u=n[11],l=Ns(u,i[7]);return null!==l&&function(e,t,n,r,o,i){r[0]=o,r[6]=t,Hs(e,r,n,1,o,i)}(r,i[6],u,n,l,s),e.attachToViewContainerRef(),br(im(i),o,e),e}move(e,t){if(ngDevMode&&e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");return this.insert(e,t)}indexOf(e){const t=om(this._lContainer);return null!==t?t.indexOf(e):-1}remove(e){const t=this._adjustIndex(e,-1),n=Ms(this._lContainer,t);n&&(xr(im(this._lContainer),t),Ds(n[1],n))}detach(e){const t=this._adjustIndex(e,-1),n=Ms(this._lContainer,t);return n&&null!=xr(im(this._lContainer),t)?new Jh(n):null}_adjustIndex(e,t=0){return null==e?this.length+t:(ngDevMode&&(k(e,-1,`ViewRef index must be positive, got ${e}`),N(e,this.length+1+t,"index")),e)}};function om(e){return e[8]}function im(e){return e[8]||(e[8]=[])}function sm(e,t){let n;ngDevMode&&Mn(e,15);const r=t[e.index];if(Oe(r))n=r;else{let o;if(8&e.type)o=dt(r);else{const n=t[11];ngDevMode&&ngDevMode.rendererCreateComment++,o=n.createComment(ngDevMode?"container":"");const r=pt(e,t);Cs(n,Ns(n,r),o,function(e,t){return e.nextSibling(t)}(n,r),!1)}t[e.index]=n=Wc(r,t,o,e),Kc(t,n)}return new rm(n,e,t)}class um{constructor(e){this.queryList=e,this.matches=null}clone(){return new um(this.queryList)}setDirty(){this.queryList.setDirty()}}class lm{constructor(e=[]){this.queries=e}createEmbeddedView(e){const t=e.queries;if(null!==t){const n=null!==e.contentQueries?e.contentQueries[0]:t.length,r=[];for(let e=0;e0)r.push(s[e/2]);else{const o=i[e+1],s=t[-n];ngDevMode&&Ue(s);for(let e=ke;e=0;e--){const{moduleType:t,ngModule:n}=Nm[e];n.declarations&&n.declarations.every(Sm)&&(Nm.splice(e,1),Um(t,n))}}finally{Am=!1}}}function Sm(e){return Array.isArray(e)?e.every(Sm):!!d(e)}function Om(e,t={}){Pm(e,t),void 0!==t.id&&vo(e,t.id),function(e,t){Nm.push({moduleType:e,ngModule:t})}(e,t)}function Pm(e,t,n=!1){ngDevMode&&O(e,"Required value moduleType"),ngDevMode&&O(t,"Required value ngModule");const r=Mr(t.declarations||se);let o=null;Object.defineProperty(e,ae,{configurable:!0,get:()=>{if(null===o){if(ngDevMode&&t.imports&&t.imports.indexOf(e)>-1)throw new Error(`'${m(e)}' module can't import itself`);const n=vr({usage:0,kind:"NgModule",type:e});o=n.compileNgModule(xm,`ng:///${e.name}/ɵmod.js`,{type:e,bootstrap:Mr(t.bootstrap||se).map(d),declarations:r.map(d),imports:Mr(t.imports||se).map(d).map(Wm),exports:Mr(t.exports||se).map(d).map(Wm),schemas:t.schemas?Mr(t.schemas):null,id:t.id||null}),o.schemas||(o.schemas=[])}return o}});let i=null;Object.defineProperty(e,de,{get:()=>{if(null===i){const t=vr({usage:0,kind:"NgModule",type:e});i=t.compileFactory(xm,`ng:///${e.name}/ɵfac.js`,{name:e.name,type:e,deps:oo(e),target:t.FactoryTarget.NgModule,typeArgumentCount:0})}return i},configurable:!!ngDevMode});let s=null;Object.defineProperty(e,q,{get:()=>{if(null===s){ngDevMode&&Vm(e,n);const r={name:e.name,type:e,providers:t.providers||se,imports:[(t.imports||se).map(d),(t.exports||se).map(d)]},o=vr({usage:0,kind:"NgModule",type:e});s=o.compileInjector(xm,`ng:///${e.name}/ɵinj.js`,r)}return s},configurable:!!ngDevMode})}function jm(e){const t=xe(e)||Ie(e)||Ce(e);return null!==t&&t.standalone}function Vm(e,t,n){if(Lm.get(e))return;if(jm(e))return;let r;if(Lm.set(e,!0),e=d(e),n){if(r=Ee(e),!r)throw new Error(`Unexpected value '${e.name}' imported by the module '${n.name}'. Please add an @NgModule annotation.`)}else r=Ee(e,!0);const o=[],i=rs(r.declarations),s=rs(r.imports);Mr(s).map(Rm).forEach((t=>{f(t,e),Vm(t,!1,e)}));const u=rs(r.exports);i.forEach((function(t){t=d(t);xe(t)||Ie(t)||Ce(t)||o.push(`Unexpected value '${m(t)}' declared by the module '${m(e)}'. Please add a @Pipe/@Directive/@Component annotation.`)})),i.forEach((function(e){const t=Ie(e=d(e));!xe(e)&&t&&0==t.selectors.length&&o.push(`Directive ${m(e)} has no selector, please add it!`)})),i.forEach((t=>function(e,t){e=d(e);if((xe(e)||Ie(e)||Ce(e))?.standalone){const n=`"${m(t)}" NgModule`;o.push(function(e,t){return`Unexpected "${m(e)}" found in the "declarations" array of the ${t}, "${m(e)}" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)?`}(e,n))}}(t,e)));const l=[...i.map(d),...Mr(s.map(Bm)).map(d)];u.forEach((function(t){const n=(xe(t=d(t))?"component":Ie(t)&&"directive")||Ce(t)&&"pipe";n&&-1===l.lastIndexOf(t)&&o.push(`Can't export ${n} ${m(t)} from ${m(e)} as it was neither declared nor imported!`)})),i.forEach((n=>function(t,n){t=d(t);const r=Fm.get(t);if(r&&r!==e){if(!n){const n=[r,e].map(m).sort();o.push(`Type ${m(t)} is part of the declarations of 2 modules: ${n[0]} and ${n[1]}! Please consider moving ${m(t)} to a higher module that imports ${n[0]} and ${n[1]}. You can also create a new NgModule that exports and includes ${m(t)} then import that NgModule in ${n[0]} and ${n[1]}.`)}}else Fm.set(t,e)}(n,t))),i.forEach((function(e){if(xe(e=d(e))){const t=$m(e,"Component");t&&t.entryComponents&&Dr(t.entryComponents,a)}}));const c=$m(e,"NgModule");if(c&&(c.imports&&Mr(c.imports).map(Rm).forEach((t=>{f(t,e),Vm(t,!1,e)})),c.bootstrap&&Dr(c.bootstrap,(function(e){xe(e=d(e))||o.push(`${m(e)} cannot be used as an entry component.`);jm(e)&&o.push(`The \`${m(e)}\` class is a standalone component, which can not be used in the \`@NgModule.bootstrap\` array. Use the \`bootstrapApplication\` function for bootstrap instead.`)})),c.bootstrap&&Dr(c.bootstrap,a),c.entryComponents&&Dr(c.entryComponents,a)),o.length)throw new Error(o.join("\n"));function a(e){e=d(e);Fm.get(e)||jm(e)||o.push(`Component ${m(e)} is not part of any NgModule or the module has not been imported into your module.`)}function f(e,t){const n=xe(e=d(e))||Ie(e);if(null!==n&&!n.standalone)throw new Error(`Unexpected directive '${e.name}' imported by the module '${t.name}'. Please add an @NgModule annotation.`);const r=Ce(e);if(null!==r&&!r.standalone)throw new Error(`Unexpected pipe '${e.name}' imported by the module '${t.name}'. Please add an @NgModule annotation.`)}}function Rm(e){return(e=d(e)).ngModule||e}function $m(e,t){let n=null;return r(e.__annotations__),r(e.decorators),n;function r(e){e&&e.forEach(o)}function o(e){if(!n){if(Object.getPrototypeOf(e).ngMetadataName==t)n=e;else if(e.type){Object.getPrototypeOf(e.type).ngMetadataName==t&&(n=e.args[0])}}}}let Fm=new WeakMap,Lm=new WeakMap;function Hm(){Fm=new WeakMap,Lm=new WeakMap,Nm.length=0}function Bm(e){const t=Ee(e=d(e));return null===t?[e]:[...Mr(rs(t.exports).map((e=>Ee(e)?(Vm(e,!1),Bm(e)):e)))]}function Um(e,t){const n=Mr(t.declarations||se),r=qm(e);n.forEach((t=>{if((t=d(t)).hasOwnProperty(ue)){zm(xe(t),r)}else t.hasOwnProperty(le)||t.hasOwnProperty(ce)||(t.ngSelectorScope=e)}))}function zm(e,t){e.directiveDefs=()=>Array.from(t.compilation.directives).map((e=>e.hasOwnProperty(ue)?xe(e):Ie(e))).filter((e=>!!e)),e.pipeDefs=()=>Array.from(t.compilation.pipes).map((e=>Ce(e))),e.schemas=t.schemas,e.tView=null}function qm(e){if(Tm(e))return function(e){const t=Ee(e,!0);if(null!==t.transitiveCompileScopes)return t.transitiveCompileScopes;const n={schemas:t.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return rs(t.imports).forEach((e=>{const t=qm(e);t.exported.directives.forEach((e=>n.compilation.directives.add(e))),t.exported.pipes.forEach((e=>n.compilation.pipes.add(e)))})),rs(t.declarations).forEach((e=>{Ce(e)?n.compilation.pipes.add(e):n.compilation.directives.add(e)})),rs(t.exports).forEach((e=>{const t=e;if(Tm(t)){const e=qm(t);e.exported.directives.forEach((e=>{n.compilation.directives.add(e),n.exported.directives.add(e)})),e.exported.pipes.forEach((e=>{n.compilation.pipes.add(e),n.exported.pipes.add(e)}))}else Ce(t)?n.exported.pipes.add(t):n.exported.directives.add(t)})),t.transitiveCompileScopes=n,n}(e);if(jm(e)){if(null!==(xe(e)||Ie(e)))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set([e]),pipes:new Set}};if(null!==Ce(e))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set([e])}}}throw new Error(`${e.name} does not have a module def (ɵmod property)`)}function Wm(e){return Em(e)?e.ngModule:e}let Qm=0;function Zm(e,t){("undefined"==typeof ngDevMode||ngDevMode)&&oe();let n=null;!function(e,t){co(t)&&(uo.set(e,t),lo.add(e))}(e,t),Ym(e,t),Object.defineProperty(e,ue,{get:()=>{if(null===n){const r=vr({usage:0,kind:"component",type:e});if(co(t)){const n=[`Component '${e.name}' is not resolved:`];throw t.templateUrl&&n.push(` - templateUrl: ${t.templateUrl}`),t.styleUrls&&t.styleUrls.length&&n.push(` - styleUrls: ${JSON.stringify(t.styleUrls)}`),n.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(n.join("\n"))}const o=Im;let i=t.preserveWhitespaces;void 0===i&&(i=null!==o&&void 0!==o.preserveWhitespaces&&o.preserveWhitespaces);let s=t.encapsulation;void 0===s&&(s=null!==o&&void 0!==o.defaultEncapsulation?o.defaultEncapsulation:te.Emulated);const u=t.templateUrl||`ng:///${e.name}/template.html`,l={...ey(e,t),typeSourceSpan:r.createParseSourceSpan("Component",e.name,u),template:t.template||"",preserveWhitespaces:i,styles:t.styles||se,animations:t.animations,declarations:[],changeDetection:t.changeDetection,encapsulation:s,interpolation:t.interpolation,viewProviders:t.viewProviders||null,isStandalone:!!t.standalone};Qm++;try{if(l.usesInheritance&&ty(e),n=r.compileComponent(xm,u,l),t.standalone){const r=Mr(t.imports||se),{directiveDefs:o,pipeDefs:i}=function(e,t){let n=null,r=null;const o=()=>{if(null===n){n=[xe(e)];const r=new Set;for(const o of t){ngDevMode&&Gm(o,e);const t=d(o);if(!r.has(t))if(r.add(t),Ee(t)){const e=qm(t);for(const t of e.exported.directives){const e=xe(t)||Ie(t);e&&!r.has(t)&&(r.add(t),n.push(e))}}else{const e=xe(t)||Ie(t);e&&n.push(e)}}}return n},i=()=>{if(null===r){r=[];const e=new Set;for(const n of t){const t=d(n);if(!e.has(t))if(e.add(t),Ee(t)){const n=qm(t);for(const t of n.exported.pipes){const n=Ce(t);n&&!e.has(t)&&(e.add(t),r.push(n))}}else{const e=Ce(t);e&&r.push(e)}}}return r};return{directiveDefs:o,pipeDefs:i}}(e,r);n.directiveDefs=o,n.pipeDefs=i,n.dependencies=()=>r.map(d)}}finally{Qm--}if(0===Qm&&km(),void 0!==e.ngSelectorScope){const t=qm(e.ngSelectorScope);zm(n,t)}if(t.schemas){if(!t.standalone)throw new Error(`The 'schemas' was specified for the ${m(e)} but is only valid on a component that is standalone.`);n.schemas=t.schemas}else t.standalone&&(n.schemas=[])}return n},configurable:!!ngDevMode})}function Gm(e,t){if(f(e)&&!(e=d(e)))throw new Error(`Expected forwardRef function, imported from "${m(t)}", to return a standalone entity or NgModule but got "${m(e)||e}".`);if(null==Ee(e)){const r=xe(e)||Ie(e)||Ce(e);if(null==r)throw Em(e)?new Error(`A module with providers was imported from "${m(t)}". Modules with providers are not supported in standalone components imports.`):new Error(`The "${m(e)}" type, imported from "${m(t)}", must be a standalone component / directive / pipe or an NgModule. Did you forget to add the required @Component / @Directive / @Pipe or @NgModule annotation?`);if(!r.standalone)throw new Error(`The "${m(e)}" ${n=e,xe(n)?"component":Ie(n)?"directive":Ce(n)?"pipe":"type"}, imported from "${m(t)}", is not standalone. Did you forget to add the standalone: true flag?`)}var n}function Km(e,t){let n=null;Ym(e,t||{}),Object.defineProperty(e,le,{get:()=>{if(null===n){const r=Jm(e,t||{}),o=vr({usage:0,kind:"directive",type:e});n=o.compileDirective(xm,r.sourceMapUrl,r.metadata)}return n},configurable:!!ngDevMode})}function Jm(e,t){const n=e&&e.name,r=`ng:///${n}/ɵdir.js`,o=vr({usage:0,kind:"directive",type:e}),i=ey(e,t);return i.typeSourceSpan=o.createParseSourceSpan("Directive",n,r),i.usesInheritance&&ty(e),{metadata:i,sourceMapUrl:r}}function Ym(e,t){let n=null;Object.defineProperty(e,de,{get:()=>{if(null===n){const r=Jm(e,t),o=vr({usage:0,kind:"directive",type:e});n=o.compileFactory(xm,`ng:///${e.name}/ɵfac.js`,{name:r.metadata.name,type:r.metadata.type,typeArgumentCount:0,deps:oo(e),target:o.FactoryTarget.Directive})}return n},configurable:!!ngDevMode})}function Xm(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function ey(e,t){const n=ro(),r=n.ownPropMetadata(e);return{name:e.name,type:e,selector:void 0!==t.selector?t.selector:null,host:t.host||ie,propMetadata:r,inputs:t.inputs||se,outputs:t.outputs||se,queries:ry(e,r,oy),lifecycle:{usesOnChanges:n.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!Xm(e),exportAs:(o=t.exportAs,void 0===o?null:uy(o)),providers:t.providers||null,viewQueries:ry(e,r,iy),isStandalone:!!t.standalone};var o}function ty(e){const t=Object.prototype;let n=Object.getPrototypeOf(e.prototype).constructor;for(;n&&n!==t;)Ie(n)||xe(n)||!cy(n)||Km(n,null),n=Object.getPrototypeOf(n)}function ny(e,t){return{propertyName:e,predicate:(n=t.selector,"string"==typeof n?uy(n):d(n)),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly};var n}function ry(e,t,n){const r=[];for(const o in t)if(t.hasOwnProperty(o)){const i=t[o];i.forEach((t=>{if(n(t)){if(!t.selector)throw new Error(`Can't construct a query for the property "${o}" of "${m(e)}" since the query selector wasn't defined.`);if(i.some(sy))throw new Error("Cannot combine @Input decorators with query decorators");r.push(ny(o,t))}}))}return r}function oy(e){const t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function iy(e){const t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function sy(e){return"Input"===e.ngMetadataName}function uy(e){return e.split(",").map((e=>e.trim()))}const ly=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function cy(e){const t=ro();if(ly.some((n=>t.hasLifecycleHook(e,n))))return!0;const n=t.propMetadata(e);for(const e in n){const t=n[e];for(let e=0;e{if(null===r){const n=dy(e,t),o=vr({usage:0,kind:"pipe",type:n.type});r=o.compileFactory(xm,`ng:///${n.name}/ɵfac.js`,{name:n.name,type:n.type,typeArgumentCount:0,deps:oo(e),target:o.FactoryTarget.Pipe})}return r},configurable:!!ngDevMode}),Object.defineProperty(e,ce,{get:()=>{if(null===n){const r=dy(e,t),o=vr({usage:0,kind:"pipe",type:r.type});n=o.compilePipe(xm,`ng:///${r.name}/ɵpipe.js`,r)}return n},configurable:!!ngDevMode})}function dy(e,t){return{type:e,name:e.name,pipeName:t.name,pure:void 0===t.pure||t.pure,isStandalone:!!t.standalone}}const fy=rr("Directive",((e={})=>e),void 0,void 0,((e,t)=>Km(e,t))),py=rr("Component",((e={})=>({changeDetection:X.Default,...e})),fy,void 0,((e,t)=>Zm(e,t))),hy=rr("Pipe",(e=>({pure:!0,...e})),void 0,void 0,((e,t)=>ay(e,t))),gy=sr("Input",(e=>({bindingPropertyName:e}))),my=sr("Output",(e=>({bindingPropertyName:e}))),yy=sr("HostBinding",(e=>({hostPropertyName:e}))),vy=sr("HostListener",((e,t)=>({eventName:e,args:t}))),wy=rr("NgModule",(e=>e),void 0,void 0,((e,t)=>Om(e,t)));function _y(...e){}const My=new lr("Application Initializer");class Dy{constructor(e){this.appInits=e,this.resolve=_y,this.reject=_y,this.initialized=!1,this.done=!1,this.donePromise=new Promise(((e,t)=>{this.resolve=e,this.reject=t}))}runInitializers(){if(this.initialized)return;const e=[],t=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let t=0;t{n.subscribe({complete:e,error:t})}));e.push(t)}}Promise.all(e).then((()=>{t()})).catch((e=>{this.reject(e)})),0===e.length&&t(),this.initialized=!0}}Dy.ɵfac=function(e){return new(e||Dy)(qr(My,8))},Dy.ɵprov=$({token:Dy,factory:Dy.ɵfac,providedIn:"root"}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(Dy,[{type:du,args:[{providedIn:"root"}]}],(function(){return[{type:void 0,decorators:[{type:Jr,args:[My]},{type:Yr}]}]}),null);const by=new lr("AppId",{providedIn:"root",factory:xy});function xy(){return`${Cy()}${Cy()}${Cy()}`}const Iy={provide:by,useFactory:xy,deps:[]};function Cy(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Ey=new lr("Platform Initializer"),Ty=new lr("Platform ID",{providedIn:"platform",factory:()=>"unknown"}),Ny=new lr("appBootstrapListener"),Ay=new lr("Application Packages Root URL"),ky=new lr("AnimationModuleType");class Sy{log(e){console.log(e)}warn(e){console.warn(e)}}Sy.ɵfac=function(e){return new(e||Sy)},Sy.ɵprov=$({token:Sy,factory:Sy.ɵfac,providedIn:"platform"}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(Sy,[{type:du,args:[{providedIn:"platform"}]}],null,null);const Oy=new lr("LocaleId",{providedIn:"root",factory:()=>Qr(Oy,Z.Optional|Z.SkipSelf)||("undefined"!=typeof ngI18nClosureMode&&ngI18nClosureMode&&"undefined"!=typeof goog&&"en"!==goog.LOCALE?goog.LOCALE:"undefined"!=typeof $localize&&$localize.locale||ap)}),Py=new lr("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"}),jy=new lr("Translations"),Vy=new lr("TranslationsFormat");var Ry;!function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(Ry||(Ry={}));class $y{constructor(e,t){this.ngModuleFactory=e,this.componentFactories=t}}class Fy{compileModuleSync(e){return new sg(e)}compileModuleAsync(e){return Promise.resolve(this.compileModuleSync(e))}compileModuleAndAllComponentsSync(e){const t=this.compileModuleSync(e),n=rs(Ee(e).declarations).reduce(((e,t)=>{const n=xe(t);return n&&e.push(new ng(n)),e}),[]);return new $y(t,n)}compileModuleAndAllComponentsAsync(e){return Promise.resolve(this.compileModuleAndAllComponentsSync(e))}clearCache(){}clearCacheFor(e){}getModuleId(e){}}Fy.ɵfac=function(e){return new(e||Fy)},Fy.ɵprov=$({token:Fy,factory:Fy.ɵfac,providedIn:"root"}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(Fy,[{type:du,args:[{providedIn:"root"}]}],null,null);const Ly=new lr("compilerOptions");class Hy{}function By(e){ed(e),hg(e).forEach((e=>Xa(e)))}let Uy=!1;function zy(){Uy||(Uy=!0,qy("ɵsetProfiler",ut),qy("getDirectiveMetadata",yg),qy("getComponent",dg),qy("getContext",fg),qy("getListeners",wg),qy("getOwningComponent",pg),qy("getHostElement",vg),qy("getInjector",gg),qy("getRootComponents",hg),qy("getDirectives",mg),qy("applyChanges",By))}function qy(e,t){if("undefined"==typeof COMPILED||!COMPILED){const n=re;if(ngDevMode&&O(t,"function not defined"),n){let r=n.ng;r||(r=n.ng={}),r[e]=t}}}const Wy=Promise.resolve(0);function Qy(e){"undefined"==typeof Zone?Wy.then((()=>{e&&e.apply(null,null)})):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}class Zy{constructor({enableLongStackTrace:e=!1,shouldCoalesceEventChangeDetection:t=!1,shouldCoalesceRunChangeDetection:n=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Zg(!1),this.onMicrotaskEmpty=new Zg(!1),this.onStable=new Zg(!1),this.onError=new Zg(!1),"undefined"==typeof Zone)throw new p(908,ngDevMode&&"In this configuration Angular requires Zone.js");Zone.assertZonePatched();const r=this;r._nesting=0,r._outer=r._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(r._inner=r._inner.fork(new Zone.TaskTrackingZoneSpec)),e&&Zone.longStackTraceZoneSpec&&(r._inner=r._inner.fork(Zone.longStackTraceZoneSpec)),r.shouldCoalesceEventChangeDetection=!n&&t,r.shouldCoalesceRunChangeDetection=n,r.lastRequestAnimationFrameId=-1,r.nativeRequestAnimationFrame=function(){let e=re.requestAnimationFrame,t=re.cancelAnimationFrame;if("undefined"!=typeof Zone&&e&&t){const n=e[Zone.__symbol__("OriginalDelegate")];n&&(e=n);const r=t[Zone.__symbol__("OriginalDelegate")];r&&(t=r)}return{nativeRequestAnimationFrame:e,nativeCancelAnimationFrame:t}}().nativeRequestAnimationFrame,function(e){const t=()=>{!function(e){if(e.isCheckStableRunning||-1!==e.lastRequestAnimationFrameId)return;e.lastRequestAnimationFrameId=e.nativeRequestAnimationFrame.call(re,(()=>{e.fakeTopEventTask||(e.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",(()=>{e.lastRequestAnimationFrameId=-1,Jy(e),e.isCheckStableRunning=!0,Ky(e),e.isCheckStableRunning=!1}),void 0,(()=>{}),(()=>{}))),e.fakeTopEventTask.invoke()})),Jy(e)}(e)};e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(n,r,o,i,s,u)=>{try{return Yy(e),n.invokeTask(o,i,s,u)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===i.type||e.shouldCoalesceRunChangeDetection)&&t(),Xy(e)}},onInvoke:(n,r,o,i,s,u,l)=>{try{return Yy(e),n.invoke(o,i,s,u,l)}finally{e.shouldCoalesceRunChangeDetection&&t(),Xy(e)}},onHasTask:(t,n,r,o)=>{t.hasTask(r,o),n===r&&("microTask"==o.change?(e._hasPendingMicrotasks=o.microTask,Jy(e),Ky(e)):"macroTask"==o.change&&(e.hasPendingMacrotasks=o.macroTask))},onHandleError:(t,n,r,o)=>(t.handleError(r,o),e.runOutsideAngular((()=>e.onError.emit(o))),!1)})}(r)}static isInAngularZone(){return"undefined"!=typeof Zone&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!Zy.isInAngularZone())throw new p(909,ngDevMode&&"Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(Zy.isInAngularZone())throw new p(909,ngDevMode&&"Expected to not be in Angular Zone, but it is!")}run(e,t,n){return this._inner.run(e,t,n)}runTask(e,t,n,r){const o=this._inner,i=o.scheduleEventTask("NgZoneEvent: "+r,e,Gy,_y,_y);try{return o.runTask(i,t,n)}finally{o.cancelTask(i)}}runGuarded(e,t,n){return this._inner.runGuarded(e,t,n)}runOutsideAngular(e){return this._outer.run(e)}}const Gy={};function Ky(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular((()=>e.onStable.emit(null)))}finally{e.isStable=!0}}}function Jy(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&-1!==e.lastRequestAnimationFrameId?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Yy(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Xy(e){e._nesting--,Ky(e)}class ev{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Zg,this.onMicrotaskEmpty=new Zg,this.onStable=new Zg,this.onError=new Zg}run(e,t,n){return e.apply(t,n)}runGuarded(e,t,n){return e.apply(t,n)}runOutsideAngular(e){return e()}runTask(e,t,n,r){return e.apply(t,n)}}const tv=new lr(""),nv=new lr("");class rv{constructor(e,t,n){this._ngZone=e,this.registry=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,sv||(iv(n),n.addToWindow(t)),this._watchAngularEvents(),e.run((()=>{this.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")}))}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular((()=>{this._ngZone.onStable.subscribe({next:()=>{Zy.assertNotInAngularZone(),Qy((()=>{this._isZoneStable=!0,this._runCallbacksIfReady()}))}})}))}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())Qy((()=>{for(;0!==this._callbacks.length;){let e=this._callbacks.pop();clearTimeout(e.timeoutId),e.doneCb(this._didWork)}this._didWork=!1}));else{let e=this.getPendingTasks();this._callbacks=this._callbacks.filter((t=>!t.updateCb||!t.updateCb(e)||(clearTimeout(t.timeoutId),!1))),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map((e=>({source:e.source,creationLocation:e.creationLocation,data:e.data}))):[]}addCallback(e,t,n){let r=-1;t&&t>0&&(r=setTimeout((()=>{this._callbacks=this._callbacks.filter((e=>e.timeoutId!==r)),e(this._didWork,this.getPendingTasks())}),t)),this._callbacks.push({doneCb:e,timeoutId:r,updateCb:n})}whenStable(e,t,n){if(n&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(e,t,n),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}registerApplication(e){this.registry.registerApplication(e,this)}unregisterApplication(e){this.registry.unregisterApplication(e)}findProviders(e,t,n){return[]}}rv.ɵfac=function(e){return new(e||rv)(qr(Zy),qr(ov),qr(nv))},rv.ɵprov=$({token:rv,factory:rv.ɵfac}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(rv,[{type:du}],(function(){return[{type:Zy},{type:ov},{type:void 0,decorators:[{type:Jr,args:[nv]}]}]}),null);class ov{constructor(){this._applications=new Map}registerApplication(e,t){this._applications.set(e,t)}unregisterApplication(e){this._applications.delete(e)}unregisterAllApplications(){this._applications.clear()}getTestability(e){return this._applications.get(e)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(e,t=!0){return sv?.findTestabilityInTree(this,e,t)??null}}function iv(e){sv=e}let sv;ov.ɵfac=function(e){return new(e||ov)},ov.ɵprov=$({token:ov,factory:ov.ɵfac,providedIn:"platform"}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(ov,[{type:du,args:[{providedIn:"platform"}]}],null,null);let uv=null;const lv=new lr("AllowMultipleToken"),cv=new lr("PlatformDestroyListeners"),av="undefined"==typeof ngDevMode||ngDevMode;function dv(e,t,n){ngDevMode&&function(e,t="Type passed in is not NgModuleType, it does not have 'ɵmod' property."){Ee(e)||P(t)}(n);const r=new sg(n);if("undefined"!=typeof ngJitMode&&!ngJitMode)return Promise.resolve(r);const o=e.get(Ly,[]).concat(t);if(function(e){if(null!==Im){if(e.defaultEncapsulation!==Im.defaultEncapsulation)return void(ngDevMode&&console.error("Provided value for `defaultEncapsulation` can not be changed once it has been set."));if(e.preserveWhitespaces!==Im.preserveWhitespaces)return void(ngDevMode&&console.error("Provided value for `preserveWhitespaces` can not be changed once it has been set."))}Im=e}({defaultEncapsulation:Nv(o.map((e=>e.defaultEncapsulation))),preserveWhitespaces:Nv(o.map((e=>e.preserveWhitespaces)))}),0===uo.size)return Promise.resolve(r);const i=function(e){const t=[];return e.forEach((e=>e&&t.push(...e))),t}(o.map((e=>e.providers)));if(0===i.length)return Promise.resolve(r);const s=vr({usage:0,kind:"NgModule",type:n}),u=Lu.create({providers:i}).get(s.ResourceLoader);return so((e=>Promise.resolve(u.get(e)))).then((()=>r))}function fv(){ngDevMode&&zy()}function pv(e){return e.isBoundToModule}class hv{constructor(e,t){this.name=e,this.token=t}}function gv(e){if(uv&&!uv.get(lv,!1))throw new p(400,ngDevMode&&"There can be only one platform. Destroy the previous one to create a new one.");fv(),uv=e;const t=e.get(bv);return mv(e),t}function mv(e){const t=e.get(Ey,null);t&&t.forEach((e=>e()))}function yv(e){const{rootComponent:t,appProviders:n,platformProviders:r}=e;av&&function(e){const t=xe(e);if(!t)throw new p(906,`The ${m(e)} is not an Angular component, make sure it has the \`@Component\` decorator.`);if(!t.standalone)throw new p(907,`The ${m(e)} component is not marked as standalone, but Angular expects to have a standalone component here. Please make sure the ${m(e)} component has the \`standalone: true\` flag in the decorator.`)}(t);const o=function(e=[]){if(uv)return uv;const t=_v(e);return uv=t,fv(),mv(t),t}(r),i=new Zy(xv());return i.run((()=>{const e=lg([{provide:Zy,useValue:i},...n||[]],o,"Environment Injector"),r=e.get(ki,null);if(av&&!r)throw new p(402,"No `ErrorHandler` found in the Dependency Injection tree.");let s;return i.runOutsideAngular((()=>{s=i.onError.subscribe({next:e=>{r.handleError(e)}})})),Iv(r,i,(()=>{const n=e.get(Dy);return n.runInitializers(),n.donePromise.then((()=>{gp(e.get(Oy,ap)||ap);const n=e.get(Ev),r=()=>n.destroy(),i=o.get(cv,null);return i?.add(r),n.onDestroy((()=>{i?.delete(r),s.unsubscribe()})),n.bootstrap(t),n}))}))}))}function vv(e,t,n=[]){const r=`Platform: ${t}`,o=new lr(r);return(t=[])=>{let i=Dv();if(!i||i.injector.get(lv,!1)){const i=[...n,...t,{provide:o,useValue:!0}];e?e(i):gv(_v(i,r))}return wv(o)}}function wv(e){const t=Dv();if(!t)throw new p(401,ngDevMode&&"No platform exists!");if(("undefined"==typeof ngDevMode||ngDevMode)&&!t.injector.get(e,null))throw new p(400,"A platform with a different configuration has been created. Please destroy it first.");return t}function _v(e=[],t){return Lu.create({name:t,providers:[{provide:Cu,useValue:"platform"},{provide:cv,useValue:new Set([()=>uv=null])},...e]})}function Mv(){Dv()?.destroy()}function Dv(){return uv?.get(bv)??null}class bv{constructor(e){this._injector=e,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(e,t){const n=function(e,t){let n;n="noop"===e?new ev:("zone.js"===e?void 0:e)||new Zy(t);return n}(t?.ngZone,xv(t)),r=[{provide:Zy,useValue:n}];return n.run((()=>{const t=Lu.create({providers:r,parent:this.injector,name:e.moduleType.name}),o=e.create(t),i=o.injector.get(ki,null);if(!i)throw new p(402,ngDevMode&&"No ErrorHandler. Is platform module (BrowserModule) included?");return n.runOutsideAngular((()=>{const e=n.onError.subscribe({next:e=>{i.handleError(e)}});o.onDestroy((()=>{Tv(this._modules,o),e.unsubscribe()}))})),Iv(i,n,(()=>{const e=o.injector.get(Dy);return e.runInitializers(),e.donePromise.then((()=>(gp(o.injector.get(Oy,ap)||ap),this._moduleDoBootstrap(o),o)))}))}))}bootstrapModule(e,t=[]){const n=Cv({},t);return dv(this.injector,n,e).then((e=>this.bootstrapModuleFactory(e,n)))}_moduleDoBootstrap(e){const t=e.injector.get(Ev);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach((e=>t.bootstrap(e)));else{if(!e.instance.ngDoBootstrap)throw new p(403,ngDevMode&&`The module ${u(e.instance.constructor)} was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.`);e.instance.ngDoBootstrap(t)}this._modules.push(e)}onDestroy(e){this._destroyListeners.push(e)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new p(404,ngDevMode&&"The platform has already been destroyed!");this._modules.slice().forEach((e=>e.destroy())),this._destroyListeners.forEach((e=>e()));const e=this._injector.get(cv,null);e&&(e.forEach((e=>e())),e.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}}function xv(e){return{enableLongStackTrace:"undefined"!=typeof ngDevMode&&!!ngDevMode,shouldCoalesceEventChangeDetection:!(!e||!e.ngZoneEventCoalescing)||!1,shouldCoalesceRunChangeDetection:!(!e||!e.ngZoneRunCoalescing)||!1}}function Iv(e,t,n){try{const r=n();return hd(r)?r.catch((n=>{throw t.runOutsideAngular((()=>e.handleError(n))),n})):r}catch(n){throw t.runOutsideAngular((()=>e.handleError(n))),n}}function Cv(e,t){return e=Array.isArray(t)?t.reduce(Cv,e):{...e,...t}}bv.ɵfac=function(e){return new(e||bv)(qr(Lu))},bv.ɵprov=$({token:bv,factory:bv.ɵfac,providedIn:"platform"}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(bv,[{type:du,args:[{providedIn:"platform"}]}],(function(){return[{type:Lu}]}),null);class Ev{constructor(e,t,n){this._zone=e,this._injector=t,this._exceptionHandler=n,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this._destroyed=!1,this._destroyListeners=[],this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run((()=>{this.tick()}))}});const i=new r.Observable((e=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular((()=>{e.next(this._stable),e.complete()}))})),s=new r.Observable((e=>{let t;this._zone.runOutsideAngular((()=>{t=this._zone.onStable.subscribe((()=>{Zy.assertNotInAngularZone(),Qy((()=>{this._stable||this._zone.hasPendingMacrotasks||this._zone.hasPendingMicrotasks||(this._stable=!0,e.next(!0))}))}))}));const n=this._zone.onUnstable.subscribe((()=>{Zy.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular((()=>{e.next(!1)})))}));return()=>{t.unsubscribe(),n.unsubscribe()}}));this.isStable=(0,r.merge)(i,s.pipe((0,o.share)()))}get destroyed(){return this._destroyed}get injector(){return this._injector}bootstrap(e,t){av&&this.warnIfDestroyed();const n=e instanceof Lh;if(!this._injector.get(Dy).done){const t=!n&&jm(e);throw new p(405,av&&"Cannot bootstrap as there are still asynchronous initializers running."+(t?"":" Bootstrap components in the `ngDoBootstrap` method of the root module."))}let r;if(n)r=e;else{r=this._injector.get(Vh).resolveComponentFactory(e)}this.componentTypes.push(r.componentType);const o=pv(r)?void 0:this._injector.get(Rh),i=t||r.selector,s=r.create(Lu.NULL,[],i,o),u=s.location.nativeElement,l=s.injector.get(tv,null);if(l?.registerApplication(u),s.onDestroy((()=>{this.detachView(s.hostView),Tv(this.components,s),l?.unregisterApplication(u)})),this._loadComponent(s),"undefined"==typeof ngDevMode||ngDevMode){this._injector.get(Sy).log("Angular is running in development mode. Call enableProdMode() to enable production mode.")}return s}tick(){if(av&&this.warnIfDestroyed(),this._runningTick)throw new p(101,ngDevMode&&"ApplicationRef.tick is called recursively");try{this._runningTick=!0;for(let e of this._views)e.detectChanges();if("undefined"==typeof ngDevMode||ngDevMode)for(let e of this._views)e.checkNoChanges()}catch(e){this._zone.runOutsideAngular((()=>this._exceptionHandler.handleError(e)))}finally{this._runningTick=!1}}attachView(e){av&&this.warnIfDestroyed();const t=e;this._views.push(t),t.attachToAppRef(this)}detachView(e){av&&this.warnIfDestroyed();const t=e;Tv(this._views,t),t.detachFromAppRef()}_loadComponent(e){this.attachView(e.hostView),this.tick(),this.components.push(e);this._injector.get(Ny,[]).concat(this._bootstrapListeners).forEach((t=>t(e)))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach((e=>e())),this._views.slice().forEach((e=>e.destroy())),this._onMicrotaskEmptySubscription.unsubscribe()}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(e){return av&&this.warnIfDestroyed(),this._destroyListeners.push(e),()=>Tv(this._destroyListeners,e)}destroy(){if(this._destroyed)throw new p(406,ngDevMode&&"This instance of the `ApplicationRef` has already been destroyed.");const e=this._injector;e.destroy&&!e.destroyed&&e.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){av&&this._destroyed&&console.warn(h(406,"This instance of the `ApplicationRef` has already been destroyed."))}}function Tv(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function Nv(e){for(let t=e.length-1;t>=0;t--)if(void 0!==e[t])return e[t]}Ev.ɵfac=function(e){return new(e||Ev)(qr(Zy),qr(Lu),qr(ki))},Ev.ɵprov=$({token:Ev,factory:Ev.ɵfac,providedIn:"root"}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(Ev,[{type:du,args:[{providedIn:"root"}]}],(function(){return[{type:Zy},{type:Lu},{type:ki}]}),null);let Av=!0,kv=!1;function Sv(){return kv=!0,Av}function Ov(){if(kv)throw new Error("Cannot enable prod mode after platform setup.");(void 0===typeof ngDevMode||ngDevMode)&&(re.ngDevMode=!1),Av=!1}function Pv(e){const t=wo(e);if(!t)throw Vv(e);return new sg(t)}function jv(e){const t=wo(e);if(!t)throw Vv(e);return t}function Vv(e){return new Error(`No module with ID ${e} loaded`)}class Rv{}function $v(e){return function(e,t,n){if(je(e)&&!n){const n=mt(e.index,t);return new Jh(n,n)}if(47&e.type){const e=t[16];return new Jh(e,t)}return null}(kt(),Et(),16==(16&e))}Rv.__NG_ELEMENT_ID__=$v;class Fv extends Rv{}class Lv extends Fv{}class Hv{constructor(e,t){this.name=e,this.callback=t}}function Bv(e){return e.map((e=>e.nativeElement))}class Uv{constructor(e){this.nativeNode=e}get parent(){const e=this.nativeNode.parentNode;return e?new zv(e):null}get injector(){return gg(this.nativeNode)}get componentInstance(){const e=this.nativeNode;return e&&(dg(e)||pg(e))}get context(){return dg(this.nativeNode)||fg(this.nativeNode)}get listeners(){return wg(this.nativeNode).filter((e=>"dom"===e.type))}get references(){return function(e){const t=Hi(e);if(null===t)return{};if(void 0===t.localRefs){const e=t.lView;if(null===e)return{};t.localRefs=function(e,t){const n=e[1].data[t];if(n&&n.localNames){const t={};let r=n.index+1;for(let o=0;o1){let t=s[1];for(let e=1;ee[t]=!0)),e}get childNodes(){const e=this.nativeNode.childNodes,t=[];for(let n=0;n{if(o.name===e){const e=o.callback;e.call(n,t),r.push(e)}})),"function"==typeof n.eventListeners&&n.eventListeners(e).forEach((e=>{if(-1!==e.toString().indexOf("__ngUnwrap__")){const o=e("__ngUnwrap__");return-1===r.indexOf(o)&&o.call(n,t)}}))}}function qv(e){return"string"==typeof e||"boolean"==typeof e||"number"==typeof e||null===e}function Wv(e,t,n,r){const o=Hi(e.nativeNode),i=o?o.lView:null;if(null!==i){Qv(i[1].data[o.nodeIndex],i,t,n,r,e.nativeNode)}else Kv(e.nativeNode,t,n,r)}function Qv(e,t,n,r,o,i){ngDevMode&&$e(e,t);const s=function(e,t){const n=null===e?-1:e.index;if(-1!==n)return ngDevMode&&$e(e,t),dt(t[n]);return null}(e,t);if(11&e.type){if(Gv(s,n,r,o,i),je(e)){const s=mt(e.index,t);s&&s[1].firstChild&&Qv(s[1].firstChild,s,n,r,o,i)}else e.child&&Qv(e.child,t,n,r,o,i),s&&Kv(s,n,r,o);const u=t[e.index];Oe(u)&&Zv(u,n,r,o,i)}else if(4&e.type){const s=t[e.index];Gv(s[7],n,r,o,i),Zv(s,n,r,o,i)}else if(16&e.type){const s=t[16],u=s[6].projection[e.projection];if(Array.isArray(u))for(let e of u)Gv(e,n,r,o,i);else if(u){const e=s[3];Qv(e[1].data[u.index],e,n,r,o,i)}}else e.child&&Qv(e.child,t,n,r,o,i);if(i!==s){const s=4&e.flags?e.projectionNext:e.next;s&&Qv(s,t,n,r,o,i)}}function Zv(e,t,n,r,o){for(let i=ke;it;class nw{constructor(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||tw}forEachItem(e){let t;for(t=this._itHead;null!==t;t=t._next)e(t)}forEachOperation(e){let t=this._itHead,n=this._removalsHead,r=0,o=null;for(;t||n;){const i=!n||t&&t.currentIndex{r=this._trackByFn(t,e),null!==o&&Object.is(o.trackById,r)?(i&&(o=this._verifyReinsertion(o,e,r,t)),Object.is(o.item,e)||this._addIdentityChange(o,e)):(o=this._mismatch(o,e,r,t),i=!0),o=o._next,t++})),this.length=t;return this._truncate(o),this.collection=e,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let e;for(e=this._previousItHead=this._itHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._additionsHead;null!==e;e=e._nextAdded)e.previousIndex=e.currentIndex;for(this._additionsHead=this._additionsTail=null,e=this._movesHead;null!==e;e=e._nextMoved)e.previousIndex=e.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(e,t,n,r){let o;return null===e?o=this._itTail:(o=e._prev,this._remove(e)),null!==(e=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(Object.is(e.item,t)||this._addIdentityChange(e,t),this._reinsertAfter(e,o,r)):null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(Object.is(e.item,t)||this._addIdentityChange(e,t),this._moveAfter(e,o,r)):e=this._addAfter(new rw(t,n),o,r),e}_verifyReinsertion(e,t,n,r){let o=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==o?e=this._reinsertAfter(o,e._prev,r):e.currentIndex!=r&&(e.currentIndex=r,this._addToMoves(e,r)),e}_truncate(e){for(;null!==e;){const t=e._next;this._addToRemovals(this._unlink(e)),e=t}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(e,t,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(e);const r=e._prevRemoved,o=e._nextRemoved;return null===r?this._removalsHead=o:r._nextRemoved=o,null===o?this._removalsTail=r:o._prevRemoved=r,this._insertAfter(e,t,n),this._addToMoves(e,n),e}_moveAfter(e,t,n){return this._unlink(e),this._insertAfter(e,t,n),this._addToMoves(e,n),e}_addAfter(e,t,n){return this._insertAfter(e,t,n),null===this._additionsTail?this._additionsTail=this._additionsHead=e:this._additionsTail=this._additionsTail._nextAdded=e,e}_insertAfter(e,t,n){const r=null===t?this._itHead:t._next;return e._next=r,e._prev=t,null===r?this._itTail=e:r._prev=e,null===t?this._itHead=e:t._next=e,null===this._linkedRecords&&(this._linkedRecords=new iw),this._linkedRecords.put(e),e.currentIndex=n,e}_remove(e){return this._addToRemovals(this._unlink(e))}_unlink(e){null!==this._linkedRecords&&this._linkedRecords.remove(e);const t=e._prev,n=e._next;return null===t?this._itHead=n:t._next=n,null===n?this._itTail=t:n._prev=t,e}_addToMoves(e,t){return e.previousIndex===t||(null===this._movesTail?this._movesTail=this._movesHead=e:this._movesTail=this._movesTail._nextMoved=e),e}_addToRemovals(e){return null===this._unlinkedRecords&&(this._unlinkedRecords=new iw),this._unlinkedRecords.put(e),e.currentIndex=null,e._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=e,e._prevRemoved=null):(e._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=e),e}_addIdentityChange(e,t){return e.item=t,null===this._identityChangesTail?this._identityChangesTail=this._identityChangesHead=e:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=e,e}}class rw{constructor(e,t){this.item=e,this.trackById=t,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class ow{constructor(){this._head=null,this._tail=null}add(e){null===this._head?(this._head=this._tail=e,e._nextDup=null,e._prevDup=null):(this._tail._nextDup=e,e._prevDup=this._tail,e._nextDup=null,this._tail=e)}get(e,t){let n;for(n=this._head;null!==n;n=n._nextDup)if((null===t||t<=n.currentIndex)&&Object.is(n.trackById,e))return n;return null}remove(e){const t=e._prevDup,n=e._nextDup;return null===t?this._head=n:t._nextDup=n,null===n?this._tail=t:n._prevDup=t,null===this._head}}class iw{constructor(){this.map=new Map}put(e){const t=e.trackById;let n=this.map.get(t);n||(n=new ow,this.map.set(t,n)),n.add(e)}get(e,t){const n=e,r=this.map.get(n);return r?r.get(e,t):null}remove(e){const t=e.trackById;return this.map.get(t).remove(e)&&this.map.delete(t),e}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function sw(e,t,n){const r=e.previousIndex;if(null===r)return r;let o=0;return n&&r{if(t&&t.key===n)this._maybeAddToChanges(t,e),this._appendAfter=t,t=t._next;else{const r=this._getOrCreateRecordForKey(n,e);t=this._insertBeforeOrAppend(t,r)}})),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let e=t;null!==e;e=e._nextRemoved)e===this._mapHead&&(this._mapHead=null),this._records.delete(e.key),e._nextRemoved=e._next,e.previousValue=e.currentValue,e.currentValue=null,e._prev=null,e._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(e,t){if(e){const n=e._prev;return t._next=e,t._prev=n,e._prev=t,n&&(n._next=t),e===this._mapHead&&(this._mapHead=t),this._appendAfter=e,e}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(e,t){if(this._records.has(e)){const n=this._records.get(e);this._maybeAddToChanges(n,t);const r=n._prev,o=n._next;return r&&(r._next=o),o&&(o._prev=r),n._next=null,n._prev=null,n}const n=new cw(e);return this._records.set(e,n),n.currentValue=t,this._addToAdditions(n),n}_reset(){if(this.isDirty){let e;for(this._previousMapHead=this._mapHead,e=this._previousMapHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._changesHead;null!==e;e=e._nextChanged)e.previousValue=e.currentValue;for(e=this._additionsHead;null!=e;e=e._nextAdded)e.previousValue=e.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(e,t){Object.is(t,e.currentValue)||(e.previousValue=e.currentValue,e.currentValue=t,this._addToChanges(e))}_addToAdditions(e){null===this._additionsHead?this._additionsHead=this._additionsTail=e:(this._additionsTail._nextAdded=e,this._additionsTail=e)}_addToChanges(e){null===this._changesHead?this._changesHead=this._changesTail=e:(this._changesTail._nextChanged=e,this._changesTail=e)}_forEach(e,t){e instanceof Map?e.forEach(t):Object.keys(e).forEach((n=>t(e[n],n)))}}class cw{constructor(e){this.key=e,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function aw(){return new dw([new ew])}class dw{constructor(e){this.factories=e}static create(e,t){if(null!=t){const n=t.factories.slice();e=e.concat(n)}return new dw(e)}static extend(e){return{provide:dw,useFactory:t=>dw.create(e,t||aw()),deps:[[dw,new eo,new Yr]]}}find(e){const t=this.factories.find((t=>t.supports(e)));if(null!=t)return t;throw new p(901,ngDevMode&&`Cannot find a differ supporting object '${e}' of type '${n=e,n.name||typeof n}'`);var n}}function fw(){return new pw([new uw])}dw.ɵprov=$({token:dw,providedIn:"root",factory:aw});class pw{constructor(e){this.factories=e}static create(e,t){if(t){const n=t.factories.slice();e=e.concat(n)}return new pw(e)}static extend(e){return{provide:pw,useFactory:t=>pw.create(e,t||fw()),deps:[[pw,new eo,new Yr]]}}find(e){const t=this.factories.find((t=>t.supports(e)));if(t)return t;throw new p(901,ngDevMode&&`Cannot find a differ supporting object '${e}'`)}}pw.ɵprov=$({token:pw,providedIn:"root",factory:fw});const hw=[new uw],gw=[new ew],mw=new dw(gw),yw=new pw(hw),vw=vv(null,"core",[]);class ww{constructor(e){}}function _w(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}ww.ɵfac=function(e){return new(e||ww)(qr(Ev))},ww.ɵmod=we({type:ww}),ww.ɵinj=L({}),("undefined"==typeof ngDevMode||ngDevMode)&&Dg(ww,[{type:wy}],(function(){return[{type:Ev}]}),null);const Mw=!0;function Dw(e){return vr({usage:1,kind:"directive",type:e.type}).compileDirectiveDeclaration(xm,`ng:///${e.type.name}/ɵfac.js`,e)}function bw(e){Dg(e.type,e.decorators,e.ctorParameters??null,e.propDecorators??null)}function xw(e){return vr({usage:1,kind:"component",type:e.type}).compileComponentDeclaration(xm,`ng:///${e.type.name}/ɵcmp.js`,e)}function Iw(e){return vr({usage:1,kind:Cw(e.target),type:e.type}).compileFactoryDeclaration(xm,`ng:///${e.type.name}/ɵfac.js`,e)}function Cw(e){switch(e){case gr.Directive:return"directive";case gr.Component:return"component";case gr.Injectable:return"injectable";case gr.Pipe:return"pipe";case gr.NgModule:return"NgModule"}}function Ew(e){return vr({usage:1,kind:"injectable",type:e.type}).compileInjectableDeclaration(xm,`ng:///${e.type.name}/ɵprov.js`,e)}function Tw(e){return vr({usage:1,kind:"NgModule",type:e.type}).compileInjectorDeclaration(xm,`ng:///${e.type.name}/ɵinj.js`,e)}function Nw(e){return vr({usage:1,kind:"NgModule",type:e.type}).compileNgModuleDeclaration(xm,`ng:///${e.type.name}/ɵmod.js`,e)}function Aw(e){return vr({usage:1,kind:"pipe",type:e.type}).compilePipeDeclaration(xm,`ng:///${e.type.name}/ɵpipe.js`,e)}"undefined"!=typeof ngDevMode&&ngDevMode&&(re.$localize=re.$localize||function(){throw new Error("It looks like your application or one of its dependencies is using i18n.\nAngular 9 introduced a global `$localize()` function that needs to be loaded.\nPlease run `ng add @angular/localize` from the Angular CLI.\n(For non-CLI projects, add `import '@angular/localize/init';` to your `polyfills.ts` file.\nFor server-side rendering applications add the import to your `main.server.ts` file.)")})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13822.378fcdac24caa22d0497.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13822.378fcdac24caa22d0497.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/13822.378fcdac24caa22d0497.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/13861.014634bd99242234e32a.js b/dist/apps/processing-runtime-widget/13861.014634bd99242234e32a.js new file mode 100644 index 0000000..d3d62e6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13861.014634bd99242234e32a.js @@ -0,0 +1,2 @@ +/*! For license information please see 13861.014634bd99242234e32a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13861],{13861:function(e,d,s){s.r(d);const r=void 0;d.default=["ca-IT",[["a. m.","p. m."],r,r],r,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],r,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],r,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}","{1}, {0}","{1}, 'a' 'les' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],MXN:[r,"$"],PHP:[r,"₱"],THB:["฿"],USD:[r,"$"],VEF:[r,"Bs F"],XCD:[r,"$"],XXX:[]},"ltr",function(e){const d=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length;return 1===d&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13861.014634bd99242234e32a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13861.014634bd99242234e32a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13861.014634bd99242234e32a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13929.78b810e80e53bad3ae3d.js b/dist/apps/processing-runtime-widget/13929.78b810e80e53bad3ae3d.js new file mode 100644 index 0000000..9a6c457 --- /dev/null +++ b/dist/apps/processing-runtime-widget/13929.78b810e80e53bad3ae3d.js @@ -0,0 +1,2 @@ +/*! For license information please see 13929.78b810e80e53bad3ae3d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13929],{13929:function(a,e,u){u.r(e);const n=void 0;e.default=["en-KY",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KYD","$","Cayman Islands Dollar",{JPY:["JP¥","¥"],KYD:["$"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13929.78b810e80e53bad3ae3d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13929.78b810e80e53bad3ae3d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13929.78b810e80e53bad3ae3d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/13971.6fced4312bcaca99c329.js b/dist/apps/processing-runtime-widget/13971.6fced4312bcaca99c329.js new file mode 100644 index 0000000..af978eb --- /dev/null +++ b/dist/apps/processing-runtime-widget/13971.6fced4312bcaca99c329.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13971],{13971:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13998.af63cc162e522838f831.js b/dist/apps/processing-runtime-widget/13998.af63cc162e522838f831.js new file mode 100644 index 0000000..0f8815e --- /dev/null +++ b/dist/apps/processing-runtime-widget/13998.af63cc162e522838f831.js @@ -0,0 +1,2 @@ +/*! For license information please see 13998.af63cc162e522838f831.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[13998],{13998:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/13998.af63cc162e522838f831.js.LICENSE.txt b/dist/apps/processing-runtime-widget/13998.af63cc162e522838f831.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/13998.af63cc162e522838f831.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1419.9894b1ae015fe1355973.js b/dist/apps/processing-runtime-widget/1419.9894b1ae015fe1355973.js new file mode 100644 index 0000000..74f2801 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1419.9894b1ae015fe1355973.js @@ -0,0 +1,2 @@ +/*! For license information please see 1419.9894b1ae015fe1355973.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1419],{1419:function(u,c,i){i.r(c);const e=void 0;c.default=[[["자정","정오","새벽","오전","오후","저녁","밤"],e,e],e,["00:00","12:00",["03:00","06:00"],["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1419.9894b1ae015fe1355973.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1419.9894b1ae015fe1355973.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1419.9894b1ae015fe1355973.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14317.1dd23579e679254452c7.js b/dist/apps/processing-runtime-widget/14317.1dd23579e679254452c7.js new file mode 100644 index 0000000..b56b87f --- /dev/null +++ b/dist/apps/processing-runtime-widget/14317.1dd23579e679254452c7.js @@ -0,0 +1,2 @@ +/*! For license information please see 14317.1dd23579e679254452c7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14317],{14317:function(a,e,t){t.r(e);const o=void 0;e.default=["pt-MO",[["a.m.","p.m."],o,["da manhã","da tarde"]],[["a.m.","p.m."],o,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],o,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],o,[["a.C.","d.C."],o,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",o,"{1} 'às' {0}",o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MOP","MOP$","pataca macaense",{AUD:["AU$","$"],BYN:[o,"р."],JPY:["JP¥","¥"],MOP:["MOP$"],PHP:[o,"₱"],PTE:["​"],RON:[o,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),t=a.toString().replace(/^[^.]*\.?/,"").length,o=parseInt(a.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return e===Math.floor(e)&&e>=0&&e<=1?1:0===o&&0!==e&&e%1e6==0&&0===t||!(o>=0&&o<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14317.1dd23579e679254452c7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14317.1dd23579e679254452c7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14317.1dd23579e679254452c7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14328.8d8ec43b8a7afa29b644.js b/dist/apps/processing-runtime-widget/14328.8d8ec43b8a7afa29b644.js new file mode 100644 index 0000000..b97acd1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14328.8d8ec43b8a7afa29b644.js @@ -0,0 +1,2 @@ +/*! For license information please see 14328.8d8ec43b8a7afa29b644.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14328],{14328:function(e,u,a){a.r(u);const n=void 0;u.default=["en-SC",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SCR","SR","Seychellois Rupee",{JPY:["JP¥","¥"],SCR:["SR"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14328.8d8ec43b8a7afa29b644.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14328.8d8ec43b8a7afa29b644.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14328.8d8ec43b8a7afa29b644.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14416.5dc6d604d32c80b2bb7a.js b/dist/apps/processing-runtime-widget/14416.5dc6d604d32c80b2bb7a.js new file mode 100644 index 0000000..57f0d92 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14416.5dc6d604d32c80b2bb7a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14416,54654],{14416:function(e,t,s){s.r(t),s.d(t,{MiniState:function(){return c},MiniStore:function(){return n}});var r=s(89754),i=s(76063);class c extends r.BehaviorSubject{constructor(e,t,s){super(e);t.pipe((0,i.observeOn)(r.queueScheduler)).pipe((0,i.scan)(((e,t)=>t?s(e,t):e),e)).subscribe((e=>this.next(e)))}}class n extends r.Observable{constructor(e,t,s){super(),this._dispatcher=e,this._reducer=t,this.source=s}select(e){return(this.source?.pipe((0,i.map)(e))||(new r.Observable).pipe((0,i.map)(e))).pipe((0,i.distinctUntilChanged)())}lift(e){const t=new n(this._dispatcher,this._reducer,this);return t.operator=e,t}dispatch(e){this._dispatcher.next(e)}next(e){this._dispatcher.next(e)}error(e){this._dispatcher.error(e)}complete(){}}}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14430.a83cb728562cafd813d3.js b/dist/apps/processing-runtime-widget/14430.a83cb728562cafd813d3.js new file mode 100644 index 0000000..7e0a6fd --- /dev/null +++ b/dist/apps/processing-runtime-widget/14430.a83cb728562cafd813d3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14430],{14430:function(u,e,i){i.r(e);e.default=[[["полн.","полд.","утра","дня","веч.","ночи"],["полн.","полд.","утра","дня","вечера","ночи"],["полночь","полдень","утра","дня","вечера","ночи"]],[["полн.","полд.","утро","день","веч.","ночь"],undefined,["полночь","полдень","утро","день","вечер","ночь"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14527.09fb12488da5a9244ea8.js b/dist/apps/processing-runtime-widget/14527.09fb12488da5a9244ea8.js new file mode 100644 index 0000000..3174b01 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14527.09fb12488da5a9244ea8.js @@ -0,0 +1,2 @@ +/*! For license information please see 14527.09fb12488da5a9244ea8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14527],{14527:function(a,u,n){n.r(u);const s=void 0;u.default=["se",[["i.b.","e.b."],s,["iđitbeaivet","eahketbeaivet"]],[["i.b.","e.b."],s,["iđitbeaivi","eahketbeaivi"]],[["S","V","M","G","D","B","L"],["sotn","vuos","maŋ","gask","duor","bear","láv"],["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorasdat","bearjadat","lávvardat"],["sotn","vuos","maŋ","gask","duor","bear","láv"]],s,[["O","G","N","C","M","G","S","B","Č","G","S","J"],["ođđj","guov","njuk","cuo","mies","geas","suoi","borg","čakč","golg","skáb","juov"],["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"]],s,[["o.Kr.","m.Kr."],s,["ovdal Kristtusa","maŋŋel Kristtusa"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[","," ",";","%","+","−","·10^","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"NOK","kr","norgga kruvdno",{DKK:["Dkr","kr"],JPY:["JP¥","¥"],NOK:["kr"],SEK:["Skr","kr"],THB:["฿"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:2===a?2:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14527.09fb12488da5a9244ea8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14527.09fb12488da5a9244ea8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14527.09fb12488da5a9244ea8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14665.1106cfcc16e14337cefc.js b/dist/apps/processing-runtime-widget/14665.1106cfcc16e14337cefc.js new file mode 100644 index 0000000..5d62a14 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14665.1106cfcc16e14337cefc.js @@ -0,0 +1,2 @@ +/*! For license information please see 14665.1106cfcc16e14337cefc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14665],{14665:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14665.1106cfcc16e14337cefc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14665.1106cfcc16e14337cefc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14665.1106cfcc16e14337cefc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14673.4d1075ffa9e776a2a948.js b/dist/apps/processing-runtime-widget/14673.4d1075ffa9e776a2a948.js new file mode 100644 index 0000000..9327b1b --- /dev/null +++ b/dist/apps/processing-runtime-widget/14673.4d1075ffa9e776a2a948.js @@ -0,0 +1,2 @@ +/*! For license information please see 14673.4d1075ffa9e776a2a948.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14673],{14673:function(e,$,r){r.r($);const i=void 0;$.default=["fr-BI",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"BIF","FBu","franc burundais",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BIF:["FBu"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14673.4d1075ffa9e776a2a948.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14673.4d1075ffa9e776a2a948.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14673.4d1075ffa9e776a2a948.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14687.6ea23e9b139788cca98d.js b/dist/apps/processing-runtime-widget/14687.6ea23e9b139788cca98d.js new file mode 100644 index 0000000..c269bb5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14687.6ea23e9b139788cca98d.js @@ -0,0 +1,2 @@ +/*! For license information please see 14687.6ea23e9b139788cca98d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14687],{14687:function(a,i,e){e.r(i);const A=void 0;i.default=["dje",[["Subbaahi","Zaarikay b"],A,A],A,[["H","T","T","L","M","Z","S"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"],["Alhadi","Atinni","Atalaata","Alarba","Alhamisi","Alzuma","Asibti"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"]],A,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],A,[["IJ","IZ"],A,["Isaa jine","Isaa zamanoo"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",A,A,A],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"XOF","F CFA","CFA Fraŋ (BCEAO)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14687.6ea23e9b139788cca98d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14687.6ea23e9b139788cca98d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14687.6ea23e9b139788cca98d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1469.dc64cc73961b633fccbb.js b/dist/apps/processing-runtime-widget/1469.dc64cc73961b633fccbb.js new file mode 100644 index 0000000..09a2379 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1469.dc64cc73961b633fccbb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1469],{1469:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14732.52ac9c48c61e290beb34.js b/dist/apps/processing-runtime-widget/14732.52ac9c48c61e290beb34.js new file mode 100644 index 0000000..79c43a5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14732.52ac9c48c61e290beb34.js @@ -0,0 +1,2 @@ +/*! For license information please see 14732.52ac9c48c61e290beb34.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14732],{14732:function(e,a,u){u.r(a);const n=void 0;a.default=["en-MV",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],5,[6,0],["d-M-yy","dd-MM-y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MVR","Rf","Maldivian Rufiyaa",{JPY:["JP¥","¥"],MVR:["Rf"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14732.52ac9c48c61e290beb34.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14732.52ac9c48c61e290beb34.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14732.52ac9c48c61e290beb34.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14739.4ac3bc809aab5c868b08.js b/dist/apps/processing-runtime-widget/14739.4ac3bc809aab5c868b08.js new file mode 100644 index 0000000..9e2a6a7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14739.4ac3bc809aab5c868b08.js @@ -0,0 +1,2 @@ +/*! For license information please see 14739.4ac3bc809aab5c868b08.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14739],{14739:function(s,u,c){c.r(u);const i=void 0;u.default=["chr",[["Ꮜ","Ꮢ"],["ᏌᎾᎴ","ᏒᎯᏱᎢ"],["ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"]],[["ᏌᎾᎴ","ᏒᎯᏱᎢ"],i,["ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"]],[["Ꮖ","Ꮙ","Ꮤ","Ꮶ","Ꮕ","Ꮷ","Ꭴ"],["ᏆᏍᎬ","ᏉᏅᎯ","ᏔᎵᏁ","ᏦᎢᏁ","ᏅᎩᏁ","ᏧᎾᎩ","ᏈᏕᎾ"],["ᎤᎾᏙᏓᏆᏍᎬ","ᎤᎾᏙᏓᏉᏅᎯ","ᏔᎵᏁᎢᎦ","ᏦᎢᏁᎢᎦ","ᏅᎩᏁᎢᎦ","ᏧᎾᎩᎶᏍᏗ","ᎤᎾᏙᏓᏈᏕᎾ"],["ᏍᎬ","ᏅᎯ","ᏔᎵ","ᏦᎢ","ᏅᎩ","ᏧᎾ","ᏕᎾ"]],i,[["Ꭴ","Ꭷ","Ꭰ","Ꭷ","Ꭰ","Ꮥ","Ꭻ","Ꭶ","Ꮪ","Ꮪ","Ꮕ","Ꭵ"],["ᎤᏃ","ᎧᎦ","ᎠᏅ","ᎧᏬ","ᎠᏂ","ᏕᎭ","ᎫᏰ","ᎦᎶ","ᏚᎵ","ᏚᏂ","ᏅᏓ","ᎥᏍ"],["ᎤᏃᎸᏔᏅ","ᎧᎦᎵ","ᎠᏅᏱ","ᎧᏬᏂ","ᎠᏂᏍᎬᏘ","ᏕᎭᎷᏱ","ᎫᏰᏉᏂ","ᎦᎶᏂ","ᏚᎵᏍᏗ","ᏚᏂᏅᏗ","ᏅᏓᏕᏆ","ᎥᏍᎩᏱ"]],i,[["BC","AD"],i,["ᏧᏓᎷᎸ ᎤᎷᎯᏍᏗ ᎦᎶᏁᏛ","ᎠᏃ ᏙᎻᏂ"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",i,"{1} ᎤᎾᎢ {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US ᎠᏕᎳ",{BYN:[i,"р."],JPY:["JP¥","¥"],PHP:[i,"₱"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14739.4ac3bc809aab5c868b08.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14739.4ac3bc809aab5c868b08.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14739.4ac3bc809aab5c868b08.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1476.ebd5b997305149b4256a.js b/dist/apps/processing-runtime-widget/1476.ebd5b997305149b4256a.js new file mode 100644 index 0000000..1f33e73 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1476.ebd5b997305149b4256a.js @@ -0,0 +1,2 @@ +/*! For license information please see 1476.ebd5b997305149b4256a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1476],{1476:function(s,u,M){M.r(u);const i=void 0;u.default=["mni",[["নুমাং","PM"],i,["এ এম","পি এম"]],[["নুমাং","PM"],i,i],[["নোং","নিং","লৈবা","য়ুম","শগো","ইরা","থাং"],["নোংমাইজিং","নিংথৌকাবা","লৈবাকপোকপা","য়ুমশকৈশা","শগোলশেন","ইরাই","থাংজ"],i,i],[["নো","নিং","লৈ","য়ুম","শগ","ইরা","থাং"],["নোংমাইজিং","নিংথৌকাবা","লৈবাকপোকপা","য়ুমশকৈশা","শগোলশেন","ইরাই","থাংজ"],i,i],[["জা","ফে","মার","এপ","মে","জুন","জুল","আ","সে","ওক","নব","ডি"],["জানুৱারি","ফেব্রুৱারি","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","ওক্টোবর","নভেম্বর","ডিসেম্বর"],i],[["জা","ফে","মার","এপ","মে","জুন","জুল","আ","সে","ও","নব","ডি"],["জানু","ফেব্রু","মার","এপ্রি","মে","জুন","জুলা","আগ","সেপ্ট","ওক্টো","নভে","ডিসে"],["জানুৱারি","ফেব্রুৱারি","মার্চ","এপ্রিল","মে","জুন","জুলাই","ওগষ্ট","সেপ্টেম্বর","ওক্টোবর","নবেম্বর","ডিসেম্বর"]],[["খৃ: মমাং","খৃ: মতুং"],i,i],0,[0,0],["d/M/yy","MMM d, y","MMMM d, y","MMMM d, y, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",i,"{1} গী {0} দা",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","ইন্দিয়ান রুপী",{JPY:["JP¥","¥"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1476.ebd5b997305149b4256a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1476.ebd5b997305149b4256a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1476.ebd5b997305149b4256a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1486.5a7a624ae879c7efadac.js b/dist/apps/processing-runtime-widget/1486.5a7a624ae879c7efadac.js new file mode 100644 index 0000000..6993862 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1486.5a7a624ae879c7efadac.js @@ -0,0 +1,2 @@ +/*! For license information please see 1486.5a7a624ae879c7efadac.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1486],{1486:function(u,c,i){i.r(c);const e=void 0;c.default=[[["मध्यरात","मध्यान्ह","बिहान","अपरान्ह","साँझ","बेलुकी","रात"],e,e],e,["00:00","12:00",["04:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1486.5a7a624ae879c7efadac.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1486.5a7a624ae879c7efadac.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1486.5a7a624ae879c7efadac.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14862.da6de7f558830d2b428d.js b/dist/apps/processing-runtime-widget/14862.da6de7f558830d2b428d.js new file mode 100644 index 0000000..696d672 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14862.da6de7f558830d2b428d.js @@ -0,0 +1,2 @@ +/*! For license information please see 14862.da6de7f558830d2b428d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14862],{14862:function(e,o,t){t.r(o);const r=void 0;o.default=["sl",[["d","p"],["dop.","pop."],r],[["d","p"],["dop.","pop."],["dopoldne","popoldne"]],[["n","p","t","s","č","p","s"],["ned.","pon.","tor.","sre.","čet.","pet.","sob."],["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],["ned.","pon.","tor.","sre.","čet.","pet.","sob."]],r,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]],r,[["pr. Kr.","po Kr."],r,["pred Kristusom","po Kristusu"]],1,[6,0],["d. MM. yy","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} {0}",r],[",",".",";","%","+","−","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","evro",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],GBP:[r,"£"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],TWD:[r,"NT$"],XCD:[r,"$"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length;return 0===t&&o%100==1?1:0===t&&o%100==2?2:0===t&&o%100===Math.floor(o%100)&&o%100>=3&&o%100<=4||0!==t?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14862.da6de7f558830d2b428d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/14862.da6de7f558830d2b428d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/14862.da6de7f558830d2b428d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/14899.1f858a08c6e662a18b04.js b/dist/apps/processing-runtime-widget/14899.1f858a08c6e662a18b04.js new file mode 100644 index 0000000..45d1ea6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/14899.1f858a08c6e662a18b04.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14899],{14899:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/14998.7762c7e65847f24633b4.js b/dist/apps/processing-runtime-widget/14998.7762c7e65847f24633b4.js new file mode 100644 index 0000000..406254e --- /dev/null +++ b/dist/apps/processing-runtime-widget/14998.7762c7e65847f24633b4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[14998],{14998:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15010.3af99d1ce6aa6e016db4.js b/dist/apps/processing-runtime-widget/15010.3af99d1ce6aa6e016db4.js new file mode 100644 index 0000000..899e402 --- /dev/null +++ b/dist/apps/processing-runtime-widget/15010.3af99d1ce6aa6e016db4.js @@ -0,0 +1,2 @@ +/*! For license information please see 15010.3af99d1ce6aa6e016db4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15010],{15010:function(a,e,o){o.r(e);const s=void 0;e.default=["ff-Latn-SL",[["subaka","kikiiɗe"],s,s],s,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],s,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],s,[["H-I","C-I"],s,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"SLL","Le","Lewoon Seraa Liyon",{JPY:["JP¥","¥"],SLL:["Le"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15010.3af99d1ce6aa6e016db4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15010.3af99d1ce6aa6e016db4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15010.3af99d1ce6aa6e016db4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15444.6e56ee9e07388b1bd249.js b/dist/apps/processing-runtime-widget/15444.6e56ee9e07388b1bd249.js new file mode 100644 index 0000000..e30e9c1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/15444.6e56ee9e07388b1bd249.js @@ -0,0 +1,2 @@ +/*! For license information please see 15444.6e56ee9e07388b1bd249.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15444],{15444:function(s,u,c){c.r(u);const i=void 0;u.default=["sah",[["ЭИ","ЭК"],i,i],i,[["Б","Б","О","С","Ч","Б","С"],["бс","бн","оп","сэ","чп","бэ","сб"],["баскыһыанньа","бэнидиэнньик","оптуорунньук","сэрэдэ","чэппиэр","Бээтиҥсэ","субуота"],["бс","бн","оп","сэ","чп","бэ","сб"]],i,[["Т","О","К","М","Ы","Б","О","А","Б","А","С","А"],["Тохс","Олун","Клн","Мсу","Ыам","Бэс","Отй","Атр","Блҕ","Алт","Сэт","Ахс"],["Тохсунньу","Олунньу","Кулун тутар","Муус устар","Ыам ыйын","Бэс ыйын","От ыйын","Атырдьых ыйын","Балаҕан ыйын","Алтынньы","Сэтинньи","ахсынньы"]],[["Т","О","К","М","Ы","Б","О","А","Б","А","С","А"],["Тохс","Олун","Клн","Мсу","Ыам","Бэс","Отй","Атр","Блҕ","Алт","Сэт","Ахс"],["тохсунньу","олунньу","кулун тутар","муус устар","ыам ыйа","бэс ыйа","от ыйа","атырдьых ыйа","балаҕан ыйа","алтынньы","сэтинньи","ахсынньы"]],[["б. э. и.","б. э"],i,i],1,[6,0],["yy/M/d","y, MMM d","y, MMMM d","y 'сыл' MMMM d 'күнэ', EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,i,i],[","," ",";","%","+","-","E","×","‰","∞","чыыһыла буотах",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RUB","₽","Арассыыйа солкуобайа",{JPY:["JP¥","¥"],RUB:["₽"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15444.6e56ee9e07388b1bd249.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15444.6e56ee9e07388b1bd249.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15444.6e56ee9e07388b1bd249.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15529.fc034175ee0a5ad8aceb.js b/dist/apps/processing-runtime-widget/15529.fc034175ee0a5ad8aceb.js new file mode 100644 index 0000000..c0c795d --- /dev/null +++ b/dist/apps/processing-runtime-widget/15529.fc034175ee0a5ad8aceb.js @@ -0,0 +1,2 @@ +/*! For license information please see 15529.fc034175ee0a5ad8aceb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15529],{15529:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15529.fc034175ee0a5ad8aceb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15529.fc034175ee0a5ad8aceb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15529.fc034175ee0a5ad8aceb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15551.ec9be40d02f3efcc7cfd.js b/dist/apps/processing-runtime-widget/15551.ec9be40d02f3efcc7cfd.js new file mode 100644 index 0000000..39538bb --- /dev/null +++ b/dist/apps/processing-runtime-widget/15551.ec9be40d02f3efcc7cfd.js @@ -0,0 +1,2 @@ +/*! For license information please see 15551.ec9be40d02f3efcc7cfd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15551],{15551:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15551.ec9be40d02f3efcc7cfd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15551.ec9be40d02f3efcc7cfd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15551.ec9be40d02f3efcc7cfd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15770.75029e12c97e128769f2.js b/dist/apps/processing-runtime-widget/15770.75029e12c97e128769f2.js new file mode 100644 index 0000000..24ea50e --- /dev/null +++ b/dist/apps/processing-runtime-widget/15770.75029e12c97e128769f2.js @@ -0,0 +1,2 @@ +/*! For license information please see 15770.75029e12c97e128769f2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15770],{15770:function(t,s,M){M.r(s);const e=void 0;s.default=["sr-Cyrl",[["AM","PM"],e,e],[["пре подне","по подне"],["AM","PM"],e],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недеља","понедељак","уторак","среда","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],e,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],e,[["п.н.е.","н.е."],["п. н. е.","н. е."],["пре нове ере","нове ере"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RSD","RSD","српски динар",{AUD:[e,"$"],BAM:["КМ","KM"],BYN:[e,"р."],GEL:[e,"ლ"],KRW:[e,"₩"],NZD:[e,"$"],PHP:[e,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[e,"₫"]},"ltr",function(t){const s=Math.floor(Math.abs(t)),M=t.toString().replace(/^[^.]*\.?/,"").length,e=parseInt(t.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===M&&s%10==1&&s%100!=11||e%10==1&&e%100!=11?1:0===M&&s%10===Math.floor(s%10)&&s%10>=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15770.75029e12c97e128769f2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15770.75029e12c97e128769f2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15770.75029e12c97e128769f2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15825.521e4225f0f7ae819fff.js b/dist/apps/processing-runtime-widget/15825.521e4225f0f7ae819fff.js new file mode 100644 index 0000000..272234e --- /dev/null +++ b/dist/apps/processing-runtime-widget/15825.521e4225f0f7ae819fff.js @@ -0,0 +1,2 @@ +/*! For license information please see 15825.521e4225f0f7ae819fff.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15825],{15825:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15825.521e4225f0f7ae819fff.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15825.521e4225f0f7ae819fff.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15825.521e4225f0f7ae819fff.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15843.ff775e45fdd5ce3e4600.js b/dist/apps/processing-runtime-widget/15843.ff775e45fdd5ce3e4600.js new file mode 100644 index 0000000..9f6cfad --- /dev/null +++ b/dist/apps/processing-runtime-widget/15843.ff775e45fdd5ce3e4600.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15843],{15843:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1586.7be6dc9e8f010b1b3d2b.js b/dist/apps/processing-runtime-widget/1586.7be6dc9e8f010b1b3d2b.js new file mode 100644 index 0000000..0787209 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1586.7be6dc9e8f010b1b3d2b.js @@ -0,0 +1,2 @@ +/*! For license information please see 1586.7be6dc9e8f010b1b3d2b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1586],{1586:function(s,u,e){e.r(u);const c=void 0;u.default=["el",[["πμ","μμ"],["π.μ.","μ.μ."],c],c,[["Κ","Δ","Τ","Τ","Π","Π","Σ"],["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"],["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],["Κυ","Δε","Τρ","Τε","Πέ","Πα","Σά"]],c,[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μαρ","Απρ","Μαΐ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"]],[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μάρ","Απρ","Μάι","Ιούν","Ιούλ","Αύγ","Σεπ","Οκτ","Νοέ","Δεκ"],["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"]],[["π.Χ.","μ.Χ."],c,["προ Χριστού","μετά Χριστόν"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} - {0}",c],[",",".",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Ευρώ",{BYN:[c,"р."],GRD:["Δρχ"],JPY:["JP¥","¥"],PHP:[c,"₱"],THB:["฿"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1586.7be6dc9e8f010b1b3d2b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1586.7be6dc9e8f010b1b3d2b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1586.7be6dc9e8f010b1b3d2b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/15929.7d477c84552b86da0541.js b/dist/apps/processing-runtime-widget/15929.7d477c84552b86da0541.js new file mode 100644 index 0000000..39f3cd7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/15929.7d477c84552b86da0541.js @@ -0,0 +1,2 @@ +/*! For license information please see 15929.7d477c84552b86da0541.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[15929],{15929:function(a,o,n){n.r(o);const u=void 0;o.default=["teo-KE",[["Taparachu","Ebongi"],u,u],u,[["J","B","A","U","U","K","S"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"],["Nakaejuma","Nakaebarasa","Nakaare","Nakauni","Nakaung’on","Nakakany","Nakasabiti"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"]],u,[["R","M","K","D","M","M","J","P","S","T","L","P"],["Rar","Muk","Kwa","Dun","Mar","Mod","Jol","Ped","Sok","Tib","Lab","Poo"],["Orara","Omuk","Okwamg’","Odung’el","Omaruk","Omodok’king’ol","Ojola","Opedel","Osokosokoma","Otibar","Olabor","Opoo"]],u,[["KK","BK"],u,["Kabla ya Christo","Baada ya Christo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Ango’otol lok’ Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/15929.7d477c84552b86da0541.js.LICENSE.txt b/dist/apps/processing-runtime-widget/15929.7d477c84552b86da0541.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/15929.7d477c84552b86da0541.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16074.128027f30a720edc9cca.js b/dist/apps/processing-runtime-widget/16074.128027f30a720edc9cca.js new file mode 100644 index 0000000..58d5fdc --- /dev/null +++ b/dist/apps/processing-runtime-widget/16074.128027f30a720edc9cca.js @@ -0,0 +1,2 @@ +/*! For license information please see 16074.128027f30a720edc9cca.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16074],{16074:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16074.128027f30a720edc9cca.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16074.128027f30a720edc9cca.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16074.128027f30a720edc9cca.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1618.f0eca12f89a4638705ce.js b/dist/apps/processing-runtime-widget/1618.f0eca12f89a4638705ce.js new file mode 100644 index 0000000..0702a5c --- /dev/null +++ b/dist/apps/processing-runtime-widget/1618.f0eca12f89a4638705ce.js @@ -0,0 +1,2 @@ +/*! For license information please see 1618.f0eca12f89a4638705ce.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1618],{1618:function(e,s,t){t.r(s);const i=void 0;s.default=[[["e mesnatës","e mesditës","e mëngjesit","e paradites","e pasdites","e mbrëmjes","e natës"],i,i],[["mesnatë","mesditë","mëngjes","paradite","pasdite","mbrëmje","natë"],i,i],["00:00","12:00",["04:00","09:00"],["09:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1618.f0eca12f89a4638705ce.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1618.f0eca12f89a4638705ce.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1618.f0eca12f89a4638705ce.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16199.3c8e6e5d59f4f2107046.js b/dist/apps/processing-runtime-widget/16199.3c8e6e5d59f4f2107046.js new file mode 100644 index 0000000..4bbc86c --- /dev/null +++ b/dist/apps/processing-runtime-widget/16199.3c8e6e5d59f4f2107046.js @@ -0,0 +1,2 @@ +/*! For license information please see 16199.3c8e6e5d59f4f2107046.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16199],{16199:function(e,a,o){o.r(a);const n=void 0;a.default=["saq",[["Tesiran","Teipa"],n,n],n,[["A","K","O","I","I","S","K"],["Are","Kun","Ong","Ine","Ile","Sap","Kwe"],["Mderot ee are","Mderot ee kuni","Mderot ee ong’wan","Mderot ee inet","Mderot ee ile","Mderot ee sapa","Mderot ee kwe"],["Are","Kun","Ong","Ine","Ile","Sap","Kwe"]],n,[["O","W","O","O","I","I","S","I","S","T","T","T"],["Obo","Waa","Oku","Ong","Ime","Ile","Sap","Isi","Saa","Tom","Tob","Tow"],["Lapa le obo","Lapa le waare","Lapa le okuni","Lapa le ong’wan","Lapa le imet","Lapa le ile","Lapa le sapa","Lapa le isiet","Lapa le saal","Lapa le tomon","Lapa le tomon obo","Lapa le tomon waare"]],n,[["KK","BK"],n,["Kabla ya Christo","Baada ya Christo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Njilingi eel Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16199.3c8e6e5d59f4f2107046.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16199.3c8e6e5d59f4f2107046.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16199.3c8e6e5d59f4f2107046.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16386.680da4aaa1b88cd22ca1.js b/dist/apps/processing-runtime-widget/16386.680da4aaa1b88cd22ca1.js new file mode 100644 index 0000000..f7bd8db --- /dev/null +++ b/dist/apps/processing-runtime-widget/16386.680da4aaa1b88cd22ca1.js @@ -0,0 +1,2 @@ +/*! For license information please see 16386.680da4aaa1b88cd22ca1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16386],{16386:function(e,s,o){o.r(s);const i=void 0;s.default=["es-MX",[["a. m.","p. m."],i,i],i,[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],i,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["dd/MM/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"MXN","$","peso mexicano",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"p."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MRO:["MRU"],MRU:["UM"],MXN:["$"],NZD:[i,"$"],PHP:[i,"₱"],TWD:[i,"NT$"],USD:[i,"$"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16386.680da4aaa1b88cd22ca1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16386.680da4aaa1b88cd22ca1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16386.680da4aaa1b88cd22ca1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16536.7a5b2783db85ae6d32c9.js b/dist/apps/processing-runtime-widget/16536.7a5b2783db85ae6d32c9.js new file mode 100644 index 0000000..5737eea --- /dev/null +++ b/dist/apps/processing-runtime-widget/16536.7a5b2783db85ae6d32c9.js @@ -0,0 +1,2 @@ +/*! For license information please see 16536.7a5b2783db85ae6d32c9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16536],{16536:function(e,a,r){r.r(a);const u=void 0;a.default=["en-MG",[["a","p"],["am","pm"],u],[["am","pm"],u,u],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],u,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],u,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",u,"{1} 'at' {0}",u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MGA","Ar","Malagasy Ariary",{JPY:["JP¥","¥"],MGA:["Ar"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16536.7a5b2783db85ae6d32c9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16536.7a5b2783db85ae6d32c9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16536.7a5b2783db85ae6d32c9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16654.53ffb55fc2aa25677227.js b/dist/apps/processing-runtime-widget/16654.53ffb55fc2aa25677227.js new file mode 100644 index 0000000..3367a5e --- /dev/null +++ b/dist/apps/processing-runtime-widget/16654.53ffb55fc2aa25677227.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16654],{16654:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16664.6e883b9b66318c6e1145.js b/dist/apps/processing-runtime-widget/16664.6e883b9b66318c6e1145.js new file mode 100644 index 0000000..15e04bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16664.6e883b9b66318c6e1145.js @@ -0,0 +1,2 @@ +/*! For license information please see 16664.6e883b9b66318c6e1145.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16664],{16664:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16664.6e883b9b66318c6e1145.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16664.6e883b9b66318c6e1145.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16664.6e883b9b66318c6e1145.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16684.efadbd9fa36ad73ac92a.js b/dist/apps/processing-runtime-widget/16684.efadbd9fa36ad73ac92a.js new file mode 100644 index 0000000..676cddb --- /dev/null +++ b/dist/apps/processing-runtime-widget/16684.efadbd9fa36ad73ac92a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16684],{16684:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16874.f0d3c7c9cafb95e002c5.js b/dist/apps/processing-runtime-widget/16874.f0d3c7c9cafb95e002c5.js new file mode 100644 index 0000000..2da28b7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/16874.f0d3c7c9cafb95e002c5.js @@ -0,0 +1,2 @@ +/*! For license information please see 16874.f0d3c7c9cafb95e002c5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16874],{16874:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16874.f0d3c7c9cafb95e002c5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16874.f0d3c7c9cafb95e002c5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16874.f0d3c7c9cafb95e002c5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/16913.53edb31c177d789550d3.js b/dist/apps/processing-runtime-widget/16913.53edb31c177d789550d3.js new file mode 100644 index 0000000..92886f4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/16913.53edb31c177d789550d3.js @@ -0,0 +1,2 @@ +/*! For license information please see 16913.53edb31c177d789550d3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[16913],{16913:function(s,u,d){d.r(u);const M=void 0;u.default=["dz",[["སྔ་ཆ་","ཕྱི་ཆ་"],M,M],M,[["ཟླ","མིར","ལྷག","ཕུར","སངྶ","སྤེན","ཉི"],["ཟླ་","མིར་","ལྷག་","ཕུར་","སངས་","སྤེན་","ཉི་"],["གཟའ་ཟླ་བ་","གཟའ་མིག་དམར་","གཟའ་ལྷག་པ་","གཟའ་ཕུར་བུ་","གཟའ་པ་སངས་","གཟའ་སྤེན་པ་","གཟའ་ཉི་མ་"],["ཟླ་","མིར་","ལྷག་","ཕུར་","སངས་","སྤེན་","ཉི་"]],M,[["༡","༢","༣","4","༥","༦","༧","༨","9","༡༠","༡༡","༡༢"],["༡","༢","༣","༤","༥","༦","༧","༨","༩","༡༠","༡༡","12"],["ཟླ་དངཔ་","ཟླ་གཉིས་པ་","ཟླ་གསུམ་པ་","ཟླ་བཞི་པ་","ཟླ་ལྔ་པ་","ཟླ་དྲུག་པ","ཟླ་བདུན་པ་","ཟླ་བརྒྱད་པ་","ཟླ་དགུ་པ་","ཟླ་བཅུ་པ་","ཟླ་བཅུ་གཅིག་པ་","ཟླ་བཅུ་གཉིས་པ་"]],[["༡","༢","༣","༤","༥","༦","༧","༨","༩","༡༠","༡༡","༡༢"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["སྤྱི་ཟླ་དངཔ་","སྤྱི་ཟླ་གཉིས་པ་","སྤྱི་ཟླ་གསུམ་པ་","སྤྱི་ཟླ་བཞི་པ","སྤྱི་ཟླ་ལྔ་པ་","སྤྱི་ཟླ་དྲུག་པ","སྤྱི་ཟླ་བདུན་པ་","སྤྱི་ཟླ་བརྒྱད་པ་","སྤྱི་ཟླ་དགུ་པ་","སྤྱི་ཟླ་བཅུ་པ་","སྤྱི་ཟླ་བཅུ་གཅིག་པ་","སྤྱི་ཟླ་བཅུ་གཉིས་པ་"]],[["BCE","CE"],M,M],0,[6,0],["y-MM-dd","སྤྱི་ལོ་y ཟླ་MMM ཚེས་dd","སྤྱི་ལོ་y MMMM ཚེས་ dd","EEEE, སྤྱི་ལོ་y MMMM ཚེས་dd"],["ཆུ་ཚོད་ h སྐར་མ་ mm a","ཆུ་ཚོད་h:mm:ss a","ཆུ་ཚོད་ h སྐར་མ་ mm:ss a z","ཆུ་ཚོད་ h སྐར་མ་ mm:ss a zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0 %","¤#,##,##0.00","#E0"],"INR","₹","རྒྱ་གར་གྱི་དངུལ་ རུ་པི",{AUD:["AU$","$"],BTN:["Nu."],ILS:[M,"₪"],JPY:["JP¥","¥"],KRW:["KR₩","₩"],THB:["TH฿","฿"],USD:["US$","$"],XAF:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/16913.53edb31c177d789550d3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/16913.53edb31c177d789550d3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/16913.53edb31c177d789550d3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17030.a5af2403b48f42a112d3.js b/dist/apps/processing-runtime-widget/17030.a5af2403b48f42a112d3.js new file mode 100644 index 0000000..f619472 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17030.a5af2403b48f42a112d3.js @@ -0,0 +1,2 @@ +/*! For license information please see 17030.a5af2403b48f42a112d3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17030],{17030:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17030.a5af2403b48f42a112d3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17030.a5af2403b48f42a112d3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17030.a5af2403b48f42a112d3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17039.287ee19e457cd89c517a.js b/dist/apps/processing-runtime-widget/17039.287ee19e457cd89c517a.js new file mode 100644 index 0000000..230fae7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17039.287ee19e457cd89c517a.js @@ -0,0 +1,2 @@ +/*! For license information please see 17039.287ee19e457cd89c517a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17039],{17039:function(s,u,M){M.r(u);const c=void 0;u.default=["uz-Cyrl",[["ТО","ТК"],c,c],c,[["Я","Д","С","Ч","П","Ж","Ш"],["якш","душ","сеш","чор","пай","жум","шан"],["якшанба","душанба","сешанба","чоршанба","пайшанба","жума","шанба"],["як","ду","се","чо","па","жу","ша"]],c,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"],["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"]],c,[["м.а.","милодий"],c,["милоддан аввалги","милодий"]],1,[6,0],["dd/MM/yy","d MMM, y","d MMMM, y","EEEE, dd MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss (z)","HH:mm:ss (zzzz)"],["{1} {0}",c,c,c],[","," ",";","%","+","-","E","×","‰","∞","ҳақиқий сон эмас",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UZS","сўм","Ўзбекистон сўм",{JPY:["JP¥","¥"],THB:["฿"],USD:["US$","$"],UZS:["сўм"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17039.287ee19e457cd89c517a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17039.287ee19e457cd89c517a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17039.287ee19e457cd89c517a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17053.b79d6cbd76c02d6c7b8f.js b/dist/apps/processing-runtime-widget/17053.b79d6cbd76c02d6c7b8f.js new file mode 100644 index 0000000..2ac08f0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17053.b79d6cbd76c02d6c7b8f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17053],{17053:function(o,p,n){n.r(p);p.default=[[["24.00","12.00","zj","d","p","zv","po"],["opoln.","opold.","zjut.","dop.","pop.","zveč.","ponoči"],["opolnoči","opoldne","zjutraj","dopoldan","popoldan","zvečer","ponoči"]],[["24.00","12.00","j","d","p","v","n"],["poln.","pold.","jut.","dop.","pop.","zveč.","noč"],["polnoč","poldne","jutro","dopoldne","popoldne","večer","noč"]],["00:00","12:00",["06:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1707.a066df5af6101ee97aa0.js b/dist/apps/processing-runtime-widget/1707.a066df5af6101ee97aa0.js new file mode 100644 index 0000000..89f557a --- /dev/null +++ b/dist/apps/processing-runtime-widget/1707.a066df5af6101ee97aa0.js @@ -0,0 +1,2 @@ +/*! For license information please see 1707.a066df5af6101ee97aa0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1707],{1707:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1707.a066df5af6101ee97aa0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1707.a066df5af6101ee97aa0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1707.a066df5af6101ee97aa0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17071.19f6d28369008556f9d8.js b/dist/apps/processing-runtime-widget/17071.19f6d28369008556f9d8.js new file mode 100644 index 0000000..d371095 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17071.19f6d28369008556f9d8.js @@ -0,0 +1,2 @@ +/*! For license information please see 17071.19f6d28369008556f9d8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17071],{17071:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17071.19f6d28369008556f9d8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17071.19f6d28369008556f9d8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17071.19f6d28369008556f9d8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17285.864c5f5b9b283eeeb670.js b/dist/apps/processing-runtime-widget/17285.864c5f5b9b283eeeb670.js new file mode 100644 index 0000000..3746034 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17285.864c5f5b9b283eeeb670.js @@ -0,0 +1,2 @@ +/*! For license information please see 17285.864c5f5b9b283eeeb670.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17285],{17285:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-Latn-NE",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","Mbuuɗu Seefaa BCEAO",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17285.864c5f5b9b283eeeb670.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17285.864c5f5b9b283eeeb670.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17285.864c5f5b9b283eeeb670.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1730.57874548315a9ce3dde4.js b/dist/apps/processing-runtime-widget/1730.57874548315a9ce3dde4.js new file mode 100644 index 0000000..01ee478 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1730.57874548315a9ce3dde4.js @@ -0,0 +1,2 @@ +/*! For license information please see 1730.57874548315a9ce3dde4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1730],{1730:function(e,$,r){r.r($);const i=void 0;$.default=["fr-WF",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XPF","FCFP","franc CFP",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1730.57874548315a9ce3dde4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1730.57874548315a9ce3dde4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1730.57874548315a9ce3dde4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1737.9dad2edb5a07719ad8b3.js b/dist/apps/processing-runtime-widget/1737.9dad2edb5a07719ad8b3.js new file mode 100644 index 0000000..e04ee54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1737.9dad2edb5a07719ad8b3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1737],{1737:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17375.1d6a327542d65aa770d0.js b/dist/apps/processing-runtime-widget/17375.1d6a327542d65aa770d0.js new file mode 100644 index 0000000..762a77e --- /dev/null +++ b/dist/apps/processing-runtime-widget/17375.1d6a327542d65aa770d0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17375],{17375:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17486.5bec486263e5a7aae78e.js b/dist/apps/processing-runtime-widget/17486.5bec486263e5a7aae78e.js new file mode 100644 index 0000000..b694da6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17486.5bec486263e5a7aae78e.js @@ -0,0 +1,2 @@ +/*! For license information please see 17486.5bec486263e5a7aae78e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17486],{17486:function(a,i,k){k.r(i);const K=void 0;i.default=["cgg",[["AM","PM"],K,K],K,[["S","K","R","S","N","T","M"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"],["Sande","Orwokubanza","Orwakabiri","Orwakashatu","Orwakana","Orwakataano","Orwamukaaga"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"]],K,[["J","F","M","A","M","J","J","A","S","O","N","D"],["KBZ","KBR","KST","KKN","KTN","KMK","KMS","KMN","KMW","KKM","KNK","KNB"],["Okwokubanza","Okwakabiri","Okwakashatu","Okwakana","Okwakataana","Okwamukaaga","Okwamushanju","Okwamunaana","Okwamwenda","Okwaikumi","Okwaikumi na kumwe","Okwaikumi na ibiri"]],K,[["BC","AD"],K,["Kurisito Atakaijire","Kurisito Yaijire"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",K,K,K],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"UGX","USh","Eshiringi ya Uganda",{JPY:["JP¥","¥"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17486.5bec486263e5a7aae78e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17486.5bec486263e5a7aae78e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17486.5bec486263e5a7aae78e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17568.c8f23728f889e8be2a93.js b/dist/apps/processing-runtime-widget/17568.c8f23728f889e8be2a93.js new file mode 100644 index 0000000..181c8e5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17568.c8f23728f889e8be2a93.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17568],{17568:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17588.80dccc60af380353bc49.js b/dist/apps/processing-runtime-widget/17588.80dccc60af380353bc49.js new file mode 100644 index 0000000..a0cfda1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17588.80dccc60af380353bc49.js @@ -0,0 +1,2 @@ +/*! For license information please see 17588.80dccc60af380353bc49.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17588],{17588:function(e,o,t){t.r(o);const r=void 0;o.default=["it-SM",[["m.","p."],["AM","PM"],r],r,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],r,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],r,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{BRL:[r,"R$"],BYN:[r,"Br"],EGP:[r,"£E"],HKD:[r,"$"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NOK:[r,"NKr"],THB:["฿"],TWD:[r,"NT$"],USD:[r,"$"],VND:[r,"₫"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o&&0===t?1:0===r&&0!==o&&o%1e6==0&&0===t||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17588.80dccc60af380353bc49.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17588.80dccc60af380353bc49.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17588.80dccc60af380353bc49.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17716.81a1f4bb862c4519d362.js b/dist/apps/processing-runtime-widget/17716.81a1f4bb862c4519d362.js new file mode 100644 index 0000000..0ff07a0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17716.81a1f4bb862c4519d362.js @@ -0,0 +1,2 @@ +/*! For license information please see 17716.81a1f4bb862c4519d362.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17716],{17716:function(D,$,M){M.r($);const B=void 0;$.default=["ar-BH",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"BHD","د.ب.‏","دينار بحريني",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17716.81a1f4bb862c4519d362.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17716.81a1f4bb862c4519d362.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17716.81a1f4bb862c4519d362.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17926.d761dc3d16d2c4751d73.js b/dist/apps/processing-runtime-widget/17926.d761dc3d16d2c4751d73.js new file mode 100644 index 0000000..a25691a --- /dev/null +++ b/dist/apps/processing-runtime-widget/17926.d761dc3d16d2c4751d73.js @@ -0,0 +1,2 @@ +/*! For license information please see 17926.d761dc3d16d2c4751d73.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17926],{17926:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17926.d761dc3d16d2c4751d73.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17926.d761dc3d16d2c4751d73.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17926.d761dc3d16d2c4751d73.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/17957.873ef64052d23bd1b6b0.js b/dist/apps/processing-runtime-widget/17957.873ef64052d23bd1b6b0.js new file mode 100644 index 0000000..b30bf96 --- /dev/null +++ b/dist/apps/processing-runtime-widget/17957.873ef64052d23bd1b6b0.js @@ -0,0 +1,2 @@ +/*! For license information please see 17957.873ef64052d23bd1b6b0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[17957],{17957:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/17957.873ef64052d23bd1b6b0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/17957.873ef64052d23bd1b6b0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/17957.873ef64052d23bd1b6b0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18024.57fc366a31f27d1fbfc7.js b/dist/apps/processing-runtime-widget/18024.57fc366a31f27d1fbfc7.js new file mode 100644 index 0000000..771ddbc --- /dev/null +++ b/dist/apps/processing-runtime-widget/18024.57fc366a31f27d1fbfc7.js @@ -0,0 +1,2 @@ +/*! For license information please see 18024.57fc366a31f27d1fbfc7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18024],{18024:function(a,e,u){u.r(e);const P=void 0;e.default=["haw",[["AM","PM"],P,P],P,[["S","M","T","W","T","F","S"],["LP","P1","P2","P3","P4","P5","P6"],["Lāpule","Poʻakahi","Poʻalua","Poʻakolu","Poʻahā","Poʻalima","Poʻaono"],["LP","P1","P2","P3","P4","P5","P6"]],P,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ian.","Pep.","Mal.","ʻAp.","Mei","Iun.","Iul.","ʻAu.","Kep.","ʻOk.","Now.","Kek."],["Ianuali","Pepeluali","Malaki","ʻApelila","Mei","Iune","Iulai","ʻAukake","Kepakemapa","ʻOkakopa","Nowemapa","Kekemapa"]],P,[["BCE","CE"],P,P],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",P,P,P],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","USD",{JPY:["JP¥","¥"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18024.57fc366a31f27d1fbfc7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18024.57fc366a31f27d1fbfc7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18024.57fc366a31f27d1fbfc7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18044.3d26d131edb2cc3a2ea6.js b/dist/apps/processing-runtime-widget/18044.3d26d131edb2cc3a2ea6.js new file mode 100644 index 0000000..7dd9c3d --- /dev/null +++ b/dist/apps/processing-runtime-widget/18044.3d26d131edb2cc3a2ea6.js @@ -0,0 +1,2 @@ +/*! For license information please see 18044.3d26d131edb2cc3a2ea6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18044],{18044:function(i,e,o){o.r(e);const t=void 0;e.default=[[["mezzanotte","mezzogiorno","di mattina","di pomeriggio","di sera","di notte"],t,["mezzanotte","mezzogiorno","di mattina","del pomeriggio","di sera","di notte"]],[["mezzanotte","mezzogiorno","mattina","pomeriggio","sera","notte"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18044.3d26d131edb2cc3a2ea6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18044.3d26d131edb2cc3a2ea6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18044.3d26d131edb2cc3a2ea6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18064.46484cc1b55b8829b012.js b/dist/apps/processing-runtime-widget/18064.46484cc1b55b8829b012.js new file mode 100644 index 0000000..373503d --- /dev/null +++ b/dist/apps/processing-runtime-widget/18064.46484cc1b55b8829b012.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18064],{18064:function(o,p,n){n.r(p);p.default=[[["o poln.","nap.","ráno","dop.","pop.","več.","v n."],["o poln.","napol.","ráno","dopol.","popol.","večer","v noci"],["o polnoci","napoludnie","ráno","dopoludnia","popoludní","večer","v noci"]],[["poln.","pol.","ráno","dop.","pop.","več.","noc"],["poln.","pol.","ráno","dopol.","popol.","večer","noc"],["polnoc","poludnie","ráno","dopoludnie","popoludnie","večer","noc"]],["00:00","12:00",["04:00","09:00"],["09:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18077.3b5fe34f38d3a392ed6a.js b/dist/apps/processing-runtime-widget/18077.3b5fe34f38d3a392ed6a.js new file mode 100644 index 0000000..cdade05 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18077.3b5fe34f38d3a392ed6a.js @@ -0,0 +1,2 @@ +/*! For license information please see 18077.3b5fe34f38d3a392ed6a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18077],{18077:function(e,s,o){o.r(s);const r=void 0;s.default=["es",[["a. m.","p. m."],r,r],r,[["D","L","M","X","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],r,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1}, {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],EGP:[],ESP:["₧"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],THB:["฿"],TWD:[r,"NT$"],USD:["US$","$"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18077.3b5fe34f38d3a392ed6a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18077.3b5fe34f38d3a392ed6a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18077.3b5fe34f38d3a392ed6a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18095.970feb8d68d59e6239e2.js b/dist/apps/processing-runtime-widget/18095.970feb8d68d59e6239e2.js new file mode 100644 index 0000000..560ecea --- /dev/null +++ b/dist/apps/processing-runtime-widget/18095.970feb8d68d59e6239e2.js @@ -0,0 +1,2 @@ +/*! For license information please see 18095.970feb8d68d59e6239e2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18095],{18095:function(e,r,n){n.r(r);const o=void 0;r.default=["gv",[["a.m.","p.m."],o,o],o,[["S","M","T","W","T","F","S"],["Jed","Jel","Jem","Jerc","Jerd","Jeh","Jes"],["Jedoonee","Jelhein","Jemayrt","Jercean","Jerdein","Jeheiney","Jesarn"],["Jed","Jel","Jem","Jerc","Jerd","Jeh","Jes"]],o,[["1","2","3","4","5","6","7","8","9","10","11","12"],["J-guer","T-arree","Mayrnt","Avrril","Boaldyn","M-souree","J-souree","Luanistyn","M-fouyir","J-fouyir","M-Houney","M-Nollick"],["Jerrey-geuree","Toshiaght-arree","Mayrnt","Averil","Boaldyn","Mean-souree","Jerrey-souree","Luanistyn","Mean-fouyir","Jerrey-fouyir","Mee Houney","Mee ny Nollick"]],o,[["RC","AD"],o,o],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","GBP",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const r=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&r%10==1?1:0===n&&r%10==2?2:0!==n||r%100!=0&&r%100!=20&&r%100!=40&&r%100!=60&&r%100!=80?0!==n?4:5:3}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18095.970feb8d68d59e6239e2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18095.970feb8d68d59e6239e2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18095.970feb8d68d59e6239e2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18155.1c5629bf0b585115bdcf.js b/dist/apps/processing-runtime-widget/18155.1c5629bf0b585115bdcf.js new file mode 100644 index 0000000..6c9e4b1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18155.1c5629bf0b585115bdcf.js @@ -0,0 +1,2 @@ +/*! For license information please see 18155.1c5629bf0b585115bdcf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18155],{18155:function(u,a,k){k.r(a);const t=void 0;a.default=["fi",[["ap.","ip."],t,t],t,[["S","M","T","K","T","P","L"],["su","ma","ti","ke","to","pe","la"],["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"],["su","ma","ti","ke","to","pe","la"]],[["S","M","T","K","T","P","L"],["su","ma","ti","ke","to","pe","la"],["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],["su","ma","ti","ke","to","pe","la"]],[["T","H","M","H","T","K","H","E","S","L","M","J"],["tammik.","helmik.","maalisk.","huhtik.","toukok.","kesäk.","heinäk.","elok.","syysk.","lokak.","marrask.","jouluk."],["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"]],[["T","H","M","H","T","K","H","E","S","L","M","J"],["tammi","helmi","maalis","huhti","touko","kesä","heinä","elo","syys","loka","marras","joulu"],["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]],[["eKr","jKr"],["eKr.","jKr."],["ennen Kristuksen syntymää","jälkeen Kristuksen syntymän"]],1,[6,0],["d.M.y",t,"d. MMMM y","cccc d. MMMM y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1} {0}","{1} 'klo' {0}",t,t],[","," ",";","%","+","−","E","×","‰","∞","epäluku","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AOA:[],ARS:[],AUD:[],BAM:[],BBD:[],BDT:[],BMD:[],BND:[],BOB:[],BRL:[],BSD:[],BWP:[],BZD:[],CAD:[],CLP:[],CNY:[],COP:[],CRC:[],CUC:[],CUP:[],CZK:[],DKK:[],DOP:[],EGP:[],ESP:[],FIM:["mk"],FJD:[],FKP:[],GEL:[],GIP:[],GNF:[],GTQ:[],GYD:[],HKD:[],HNL:[],HRK:[],HUF:[],IDR:[],ILS:[],INR:[],ISK:[],JMD:[],KHR:[],KMF:[],KPW:[],KRW:[],KYD:[],KZT:[],LAK:[],LBP:[],LKR:[],LRD:[],LTL:[],LVL:[],MGA:[],MMK:[],MNT:[],MUR:[],MXN:[],MYR:[],NAD:[],NGN:[],NIO:[],NOK:[],NPR:[],NZD:[],PHP:[],PKR:[],PLN:[],PYG:[],RON:[],RWF:[],SBD:[],SEK:[],SGD:[],SHP:[],SRD:[],SSP:[],STN:[t,"STD"],SYP:[],THB:[],TOP:[],TRY:[],TTD:[],TWD:[],UAH:[],UYU:[],VEF:[],VND:[],XCD:[],XPF:[],XXX:[],ZAR:[],ZMW:[]},"ltr",function(u){const a=Math.floor(Math.abs(u)),k=u.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===k?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18155.1c5629bf0b585115bdcf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18155.1c5629bf0b585115bdcf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18155.1c5629bf0b585115bdcf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18165.275f39801badda049f10.js b/dist/apps/processing-runtime-widget/18165.275f39801badda049f10.js new file mode 100644 index 0000000..8fdfc87 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18165.275f39801badda049f10.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18165],{18165:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18167.ab69fa2374502313d8e0.js b/dist/apps/processing-runtime-widget/18167.ab69fa2374502313d8e0.js new file mode 100644 index 0000000..d3d3b6b --- /dev/null +++ b/dist/apps/processing-runtime-widget/18167.ab69fa2374502313d8e0.js @@ -0,0 +1,2 @@ +/*! For license information please see 18167.ab69fa2374502313d8e0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18167],{18167:function(D,$,M){M.r($);const B=void 0;$.default=["ar-KW",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"KWD","د.ك.‏","دينار كويتي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18167.ab69fa2374502313d8e0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18167.ab69fa2374502313d8e0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18167.ab69fa2374502313d8e0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18196.abfca30b10e952e641f6.js b/dist/apps/processing-runtime-widget/18196.abfca30b10e952e641f6.js new file mode 100644 index 0000000..2c8062d --- /dev/null +++ b/dist/apps/processing-runtime-widget/18196.abfca30b10e952e641f6.js @@ -0,0 +1,2 @@ +/*! For license information please see 18196.abfca30b10e952e641f6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18196],{18196:function(a,e,n){n.r(e);const u=void 0;e.default=["ksh",[["v.M.","n.M."],u,["Uhr vörmiddaachs","Uhr nommendaachs"]],[["v.M.","n.M."],u,["Vörmeddaach","Nommendaach"]],[["S","M","D","M","D","F","S"],["Su.","Mo.","Di.","Me.","Du.","Fr.","Sa."],["Sunndaach","Mohndaach","Dinnsdaach","Metwoch","Dunnersdaach","Friidaach","Samsdaach"],["Su","Mo","Di","Me","Du","Fr","Sa"]],u,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Fäb","Mäz","Apr","Mai","Jun","Jul","Ouj","Säp","Okt","Nov","Dez"],["Jannewa","Fäbrowa","Määz","Aprell","Mai","Juuni","Juuli","Oujoß","Septämber","Oktohber","Novämber","Dezämber"]],[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan.","Fäb.","Mäz.","Apr.","Mai","Jun.","Jul.","Ouj.","Säp.","Okt.","Nov.","Dez."],["Jannewa","Fäbrowa","Määz","Aprell","Mai","Juuni","Juuli","Oujoß","Septämber","Oktohber","Novämber","Dezämber"]],[["vC","nC"],["v. Chr.","n. Chr."],["vür Krestos","noh Krestos"]],1,[6,0],["d. M. y","d. MMM. y","d. MMMM y","EEEE, 'dä' d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 0===a?0:1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18196.abfca30b10e952e641f6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18196.abfca30b10e952e641f6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18196.abfca30b10e952e641f6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18276.f9d7351e27ba323e93e2.js b/dist/apps/processing-runtime-widget/18276.f9d7351e27ba323e93e2.js new file mode 100644 index 0000000..c02bfd9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18276.f9d7351e27ba323e93e2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18276],{18276:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18342.73d70fec88aa482a984d.js b/dist/apps/processing-runtime-widget/18342.73d70fec88aa482a984d.js new file mode 100644 index 0000000..a70281f --- /dev/null +++ b/dist/apps/processing-runtime-widget/18342.73d70fec88aa482a984d.js @@ -0,0 +1,2 @@ +/*! For license information please see 18342.73d70fec88aa482a984d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18342],{18342:function(s,r,g){g.r(r);const j=void 0;r.default=["yo-BJ",[["Àárɔ̀","Ɔ̀sán"],j,j],j,[["À","A","Ì","Ɔ","Ɔ","Ɛ","À"],["Àìk","Aj","Ìsɛ́g","Ɔjɔ́r","Ɔjɔ́b","Ɛt","Àbám"],["Ɔjɔ́ Àìkú","Ɔjɔ́ Ajé","Ɔjɔ́ Ìsɛ́gun","Ɔjɔ́rú","Ɔjɔ́bɔ","Ɔjɔ́ Ɛtì","Ɔjɔ́ Àbámɛ́ta"],["Àìk","Aj","Ìsɛ́g","Ɔjɔ́r","Ɔjɔ́b","Ɛt","Àbám"]],[["À","A","Ì","Ɔ","Ɔ","Ɛ","À"],["Àìk","Aj","Ìsɛ́g","Ɔjɔ́r","Ɔjɔ́b","Ɛt","Àbám"],["Àìkú","Ajé","Ìsɛ́gun","Ɔjɔ́rú","Ɔjɔ́bɔ","Ɛtì","Àbámɛ́ta"],["Àìk","Aj","Ìsɛ́g","Ɔjɔ́r","Ɔjɔ́b","Ɛt","Àbám"]],[["S","È","Ɛ","Ì","Ɛ̀","Ò","A","Ò","O","Ɔ̀","B","Ɔ̀"],["Shɛ́r","Èrèl","Ɛrɛ̀n","Ìgb","Ɛ̀bi","Òkú","Agɛ","Ògú","Owe","Ɔ̀wà","Bél","Ɔ̀pɛ"],["Oshù Shɛ́rɛ́","Oshù Èrèlè","Oshù Ɛrɛ̀nà","Oshù Ìgbé","Oshù Ɛ̀bibi","Oshù Òkúdu","Oshù Agɛmɔ","Oshù Ògún","Oshù Owewe","Oshù Ɔ̀wàrà","Oshù Bélú","Oshù Ɔ̀pɛ̀"]],[["S","È","Ɛ","Ì","Ɛ̀","Ò","A","Ò","O","Ɔ̀","B","Ɔ̀"],["Shɛ́","Èr","Ɛr","Ìg","Ɛ̀b","Òk","Ag","Òg","Ow","Ɔ̀w","Bé","Ɔ̀p"],["Shɛ́rɛ́","Èrèlè","Ɛrɛ̀nà","Ìgbé","Ɛ̀bibi","Òkúdu","Agɛmɔ","Ògún","Owewe","Ɔ̀wàrà","Bélú","Ɔ̀pɛ̀"]],[["BCE","AD"],j,["Saju Kristi","Lehin Kristi"]],1,[6,0],["d/M/y","d MM y","d MMM y","EEEE, d MMM y"],["H:m","H:m:s","H:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",j,j,j],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XOF","F CFA","Faransì ìwɔ̀-oorùn Afíríkà",{JPY:["JP¥","¥"],NGN:["₦"],RUB:["₽"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18342.73d70fec88aa482a984d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18342.73d70fec88aa482a984d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18342.73d70fec88aa482a984d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18413.60b30541935308e0c733.js b/dist/apps/processing-runtime-widget/18413.60b30541935308e0c733.js new file mode 100644 index 0000000..8900d8f --- /dev/null +++ b/dist/apps/processing-runtime-widget/18413.60b30541935308e0c733.js @@ -0,0 +1,2 @@ +/*! For license information please see 18413.60b30541935308e0c733.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18413],{18413:function(a,i,s){s.r(i);const n=void 0;i.default=["shi-Latn",[["tifawt","tadggʷat"],n,n],n,[["S","M","T","W","T","F","S"],["asa","ayn","asi","akṛ","akw","asim","asiḍ"],["asamas","aynas","asinas","akṛas","akwas","asimwas","asiḍyas"],["asa","ayn","asi","akṛ","akw","asim","asiḍ"]],n,[["i","b","m","i","m","y","y","ɣ","c","k","n","d"],["inn","bṛa","maṛ","ibr","may","yun","yul","ɣuc","cut","ktu","nuw","duj"],["innayr","bṛayṛ","maṛṣ","ibrir","mayyu","yunyu","yulyuz","ɣuct","cutanbir","ktubr","nuwanbir","dujanbir"]],n,[["daɛ","dfɛ"],n,["dat n ɛisa","dffir n ɛisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MAD","MAD","adrim n lmɣrib",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18413.60b30541935308e0c733.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18413.60b30541935308e0c733.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18413.60b30541935308e0c733.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/1844.bef523f5553bbf877ed1.js b/dist/apps/processing-runtime-widget/1844.bef523f5553bbf877ed1.js new file mode 100644 index 0000000..884d825 --- /dev/null +++ b/dist/apps/processing-runtime-widget/1844.bef523f5553bbf877ed1.js @@ -0,0 +1,2 @@ +/*! For license information please see 1844.bef523f5553bbf877ed1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[1844],{1844:function(u,c,i){i.r(c);const e=void 0;c.default=[[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இர."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இ."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],["00:00","12:00",["03:00","05:00"],["05:00","12:00"],["12:00","14:00"],["14:00","16:00"],["16:00","18:00"],["18:00","21:00"],["21:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/1844.bef523f5553bbf877ed1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/1844.bef523f5553bbf877ed1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/1844.bef523f5553bbf877ed1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18645.2e63ff9992f965421bfa.js b/dist/apps/processing-runtime-widget/18645.2e63ff9992f965421bfa.js new file mode 100644 index 0000000..606d223 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18645.2e63ff9992f965421bfa.js @@ -0,0 +1,2 @@ +/*! For license information please see 18645.2e63ff9992f965421bfa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18645],{18645:function(a,g,i){i.r(g);const e=void 0;g.default=[[["pagi","pagi","tengah hari","petang","malam"],e,["tengah malam","pagi","tengah hari","petang","malam"]],[["pagi","pagi","tengah hari","petang","malam"],["tengah malam","pagi","tengah hari","petang","malam"],e],[["00:00","01:00"],["01:00","12:00"],["12:00","14:00"],["14:00","19:00"],["19:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18645.2e63ff9992f965421bfa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18645.2e63ff9992f965421bfa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18645.2e63ff9992f965421bfa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18675.297f671de54baeef3b7e.js b/dist/apps/processing-runtime-widget/18675.297f671de54baeef3b7e.js new file mode 100644 index 0000000..cec854a --- /dev/null +++ b/dist/apps/processing-runtime-widget/18675.297f671de54baeef3b7e.js @@ -0,0 +1,2 @@ +/*! For license information please see 18675.297f671de54baeef3b7e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18675],{18675:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18675.297f671de54baeef3b7e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18675.297f671de54baeef3b7e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18675.297f671de54baeef3b7e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18697.edbe4100c5216e2eeb82.js b/dist/apps/processing-runtime-widget/18697.edbe4100c5216e2eeb82.js new file mode 100644 index 0000000..10a8d99 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18697.edbe4100c5216e2eeb82.js @@ -0,0 +1,2 @@ +/*! For license information please see 18697.edbe4100c5216e2eeb82.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18697],{18697:function(a,r,i){i.r(r);const t=void 0;r.default=["eu",[["g","a"],["AM","PM"],t],[["AM","PM"],t,t],[["I","A","A","A","O","O","L"],["ig.","al.","ar.","az.","og.","or.","lr."],["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],["ig.","al.","ar.","az.","og.","or.","lr."]],t,[["U","O","M","A","M","E","U","A","I","U","A","A"],["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."],["urtarrilak","otsailak","martxoak","apirilak","maiatzak","ekainak","uztailak","abuztuak","irailak","urriak","azaroak","abenduak"]],[["U","O","M","A","M","E","U","A","I","U","A","A"],["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."],["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"]],[["a","o"],["K.a.","K.o."],["K.a.","Kristo ondoren"]],1,[6,0],["yy/M/d","y('e')'ko' MMM d('a')","y('e')'ko' MMMM'ren' d('a')","y('e')'ko' MMMM'ren' d('a'), EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss (z)","HH:mm:ss (zzzz)"],["{1} {0}",t,t,t],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","% #,##0","#,##0.00 ¤","#E0"],"EUR","€","euroa",{BYN:[t,"р."],ESP:["₧"],JPY:["JP¥","¥"],PHP:[t,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18697.edbe4100c5216e2eeb82.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18697.edbe4100c5216e2eeb82.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18697.edbe4100c5216e2eeb82.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18799.d1fa29e78d4eb353cdd5.js b/dist/apps/processing-runtime-widget/18799.d1fa29e78d4eb353cdd5.js new file mode 100644 index 0000000..e5f1981 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18799.d1fa29e78d4eb353cdd5.js @@ -0,0 +1,2 @@ +/*! For license information please see 18799.d1fa29e78d4eb353cdd5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18799],{18799:function(i,a,C){C.r(a);const l=void 0;a.default=["mua",[["comme","lilli"],l,l],l,[["Y","L","Z","O","A","G","E"],["Cya","Cla","Czi","Cko","Cka","Cga","Cze"],["Com’yakke","Comlaaɗii","Comzyiiɗii","Comkolle","Comkaldǝɓlii","Comgaisuu","Comzyeɓsuu"],["Cya","Cla","Czi","Cko","Cka","Cga","Cze"]],l,[["O","A","I","F","D","B","L","M","E","U","W","Y"],["FLO","CLA","CKI","FMF","MAD","MBI","MLI","MAM","FDE","FMU","FGW","FYU"],["Fĩi Loo","Cokcwaklaŋne","Cokcwaklii","Fĩi Marfoo","Madǝǝuutǝbijaŋ","Mamǝŋgwãafahbii","Mamǝŋgwãalii","Madǝmbii","Fĩi Dǝɓlii","Fĩi Mundaŋ","Fĩi Gwahlle","Fĩi Yuru"]],l,[["KK","PK"],l,["KǝPel Kristu","Pel Kristu"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",l,l,l],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XAF","FCFA","solai BEAC",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(i){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18799.d1fa29e78d4eb353cdd5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18799.d1fa29e78d4eb353cdd5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18799.d1fa29e78d4eb353cdd5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18850.41b6cd1b0a2184e1d1c8.js b/dist/apps/processing-runtime-widget/18850.41b6cd1b0a2184e1d1c8.js new file mode 100644 index 0000000..f9f09b1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18850.41b6cd1b0a2184e1d1c8.js @@ -0,0 +1,2 @@ +/*! For license information please see 18850.41b6cd1b0a2184e1d1c8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18850],{18850:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18850.41b6cd1b0a2184e1d1c8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18850.41b6cd1b0a2184e1d1c8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18850.41b6cd1b0a2184e1d1c8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18855.5a3f1d975e6742748114.js b/dist/apps/processing-runtime-widget/18855.5a3f1d975e6742748114.js new file mode 100644 index 0000000..41fa929 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18855.5a3f1d975e6742748114.js @@ -0,0 +1,2 @@ +/*! For license information please see 18855.5a3f1d975e6742748114.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18855],{18855:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18855.5a3f1d975e6742748114.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18855.5a3f1d975e6742748114.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18855.5a3f1d975e6742748114.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/18927.37edba7b34ca676cd796.js b/dist/apps/processing-runtime-widget/18927.37edba7b34ca676cd796.js new file mode 100644 index 0000000..4435876 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18927.37edba7b34ca676cd796.js @@ -0,0 +1,2 @@ +/*! For license information please see 18927.37edba7b34ca676cd796.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18927],{46849:function(e,t,n){var r,i,s=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,i=0,s=t.length;i",this._properties=t&&t.properties||{},this._zoneDelegate=new u(this,this._parent&&this._parent._zoneDelegate,t)}return t.assertZonePatched=function(){if(e.Promise!==O.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")},Object.defineProperty(t,"root",{get:function(){for(var e=t.current;e.parent;)e=e.parent;return e},enumerable:!1,configurable:!0}),Object.defineProperty(t,"current",{get:function(){return A.zone},enumerable:!1,configurable:!0}),Object.defineProperty(t,"currentTask",{get:function(){return R},enumerable:!1,configurable:!0}),t.__load_patch=function(i,s,a){if(void 0===a&&(a=!1),O.hasOwnProperty(i)){if(!a&&o)throw Error("Already loaded patch: "+i)}else if(!e["__Zone_disable_"+i]){var l="Zone:"+i;n(l),O[i]=s(e,t,N),r(l,l)}},Object.defineProperty(t.prototype,"parent",{get:function(){return this._parent},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"name",{get:function(){return this._name},enumerable:!1,configurable:!0}),t.prototype.get=function(e){var t=this.getZoneWith(e);if(t)return t._properties[e]},t.prototype.getZoneWith=function(e){for(var t=this;t;){if(t._properties.hasOwnProperty(e))return t;t=t._parent}return null},t.prototype.fork=function(e){if(!e)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,e)},t.prototype.wrap=function(e,t){if("function"!=typeof e)throw new Error("Expecting function got: "+e);var n=this._zoneDelegate.intercept(this,e,t),r=this;return function(){return r.runGuarded(n,this,arguments,t)}},t.prototype.run=function(e,t,n,r){A={parent:A,zone:this};try{return this._zoneDelegate.invoke(this,e,t,n,r)}finally{A=A.parent}},t.prototype.runGuarded=function(e,t,n,r){void 0===t&&(t=null),A={parent:A,zone:this};try{try{return this._zoneDelegate.invoke(this,e,t,n,r)}catch(e){if(this._zoneDelegate.handleError(this,e))throw e}}finally{A=A.parent}},t.prototype.runTask=function(e,t,n){if(e.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(e.zone||b).name+"; Execution: "+this.name+")");if(e.state!==E||e.type!==M&&e.type!==C){var r=e.state!=k;r&&e._transitionTo(k,w),e.runCount++;var i=R;R=e,A={parent:A,zone:this};try{e.type==C&&e.data&&!e.data.isPeriodic&&(e.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,e,t,n)}catch(e){if(this._zoneDelegate.handleError(this,e))throw e}}finally{e.state!==E&&e.state!==P&&(e.type==M||e.data&&e.data.isPeriodic?r&&e._transitionTo(w,k):(e.runCount=0,this._updateTaskCount(e,-1),r&&e._transitionTo(E,k,E))),A=A.parent,R=i}}},t.prototype.scheduleTask=function(e){if(e.zone&&e.zone!==this)for(var t=this;t;){if(t===e.zone)throw Error("can not reschedule task to ".concat(this.name," which is descendants of the original zone ").concat(e.zone.name));t=t.parent}e._transitionTo(T,E);var n=[];e._zoneDelegates=n,e._zone=this;try{e=this._zoneDelegate.scheduleTask(this,e)}catch(t){throw e._transitionTo(P,T,E),this._zoneDelegate.handleError(this,t),t}return e._zoneDelegates===n&&this._updateTaskCount(e,1),e.state==T&&e._transitionTo(w,T),e},t.prototype.scheduleMicroTask=function(e,t,n,r){return this.scheduleTask(new h(D,e,t,n,r,void 0))},t.prototype.scheduleMacroTask=function(e,t,n,r,i){return this.scheduleTask(new h(C,e,t,n,r,i))},t.prototype.scheduleEventTask=function(e,t,n,r,i){return this.scheduleTask(new h(M,e,t,n,r,i))},t.prototype.cancelTask=function(e){if(e.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(e.zone||b).name+"; Execution: "+this.name+")");e._transitionTo(S,w,k);try{this._zoneDelegate.cancelTask(this,e)}catch(t){throw e._transitionTo(P,S),this._zoneDelegate.handleError(this,t),t}return this._updateTaskCount(e,-1),e._transitionTo(E,S),e.runCount=0,e},t.prototype._updateTaskCount=function(e,t){var n=e._zoneDelegates;-1==t&&(e._zoneDelegates=null);for(var r=0;r0,macroTask:n.macroTask>0,eventTask:n.eventTask>0,change:e};this.hasTask(this.zone,s)}},e}(),h=function(){function t(n,r,i,s,o,a){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=n,this.source=r,this.data=s,this.scheduleFn=o,this.cancelFn=a,!i)throw new Error("callback is not defined");this.callback=i;var l=this;n===M&&s&&s.useG?this.invoke=t.invokeTask:this.invoke=function(){return t.invokeTask.call(e,l,this,arguments)}}return t.invokeTask=function(e,t,n){e||(e=this),I++;try{return e.runCount++,e.zone.runTask(e,t,n)}finally{1==I&&_(),I--}},Object.defineProperty(t.prototype,"zone",{get:function(){return this._zone},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),t.prototype.cancelScheduleRequest=function(){this._transitionTo(E,T)},t.prototype._transitionTo=function(e,t,n){if(this._state!==t&&this._state!==n)throw new Error("".concat(this.type," '").concat(this.source,"': can not transition to '").concat(e,"', expecting state '").concat(t,"'").concat(n?" or '"+n+"'":"",", was '").concat(this._state,"'."));this._state=e,e==E&&(this._zoneDelegates=null)},t.prototype.toString=function(){return this.data&&void 0!==this.data.handleId?this.data.handleId.toString():Object.prototype.toString.call(this)},t.prototype.toJSON=function(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}},t}(),p=s("setTimeout"),d=s("Promise"),f=s("then"),m=[],g=!1;function y(t){if(l||e[d]&&(l=e[d].resolve(0)),l){var n=l[f];n||(n=l.then),n.call(l,t)}else e[p](t,0)}function v(e){0===I&&0===m.length&&y(_),e&&m.push(e)}function _(){if(!g){for(g=!0;m.length;){var e=m;m=[];for(var t=0;t=0;n--)"function"==typeof e[n]&&(e[n]=f(e[n],t+"_"+n));return e}function T(t,n){for(var r=t.constructor.name,i=function(i){var s=n[i],o=t[s];if(o){if(!w(e(t,s)))return"continue";t[s]=function(e){var t=function(){return e.apply(this,E(arguments,r+"."+s))};return F(t,e),t}(o)}},s=0;s=0&&"function"==typeof r[s.cbIdx]?m(s.name,r[s.cbIdx],s,i):e.apply(t,r)}}))}function F(e,t){e[g("OriginalDelegate")]=t}var x=!1,z=!1;function L(){try{var e=v.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch(e){}return!1}function Z(){if(x)return z;x=!0;try{var e=v.navigator.userAgent;-1===e.indexOf("MSIE ")&&-1===e.indexOf("Trident/")&&-1===e.indexOf("Edge/")||(z=!0)}catch(e){}return z}Zone.__load_patch("ZoneAwarePromise",(function(e,t,n){var r=Object.getOwnPropertyDescriptor,i=Object.defineProperty;function s(e){if(e&&e.toString===Object.prototype.toString){var t=e.constructor&&e.constructor.name;return(t||"")+": "+JSON.stringify(e)}return e?e.toString():Object.prototype.toString.call(e)}var o=n.symbol,a=[],l=!0===e[o("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],c=o("Promise"),u=o("then"),h="__creationTrace__";n.onUnhandledError=function(e){if(n.showUncaughtError()){var t=e&&e.rejection;t?console.error("Unhandled Promise rejection:",t instanceof Error?t.message:t,"; Zone:",e.zone.name,"; Task:",e.task&&e.task.source,"; Value:",t,t instanceof Error?t.stack:void 0):console.error(e)}},n.microtaskDrainDone=function(){for(var e=function(){var e=a.shift();try{e.zone.runGuarded((function(){if(e.throwOriginal)throw e.rejection;throw e}))}catch(e){d(e)}};a.length;)e()};var p=o("unhandledPromiseRejectionHandler");function d(e){n.onUnhandledError(e);try{var r=t[p];"function"==typeof r&&r.call(this,e)}catch(e){}}function f(e){return e&&e.then}function m(e){return e}function g(e){return L.reject(e)}var y=o("state"),v=o("value"),_=o("finally"),b=o("parentPromiseValue"),E=o("parentPromiseState"),T="Promise.then",w=null,k=!0,S=!1,P=0;function D(e,t){return function(n){try{N(e,t,n)}catch(t){N(e,!1,t)}}}var C=function(){var e=!1;return function(t){return function(){e||(e=!0,t.apply(null,arguments))}}},M="Promise resolved with itself",O=o("currentTaskTrace");function N(e,r,o){var c=C();if(e===o)throw new TypeError(M);if(e[y]===w){var u=null;try{"object"!=typeof o&&"function"!=typeof o||(u=o&&o.then)}catch(t){return c((function(){N(e,!1,t)}))(),e}if(r!==S&&o instanceof L&&o.hasOwnProperty(y)&&o.hasOwnProperty(v)&&o[y]!==w)R(o),N(e,o[y],o[v]);else if(r!==S&&"function"==typeof u)try{u.call(o,c(D(e,r)),c(D(e,!1)))}catch(t){c((function(){N(e,!1,t)}))()}else{e[y]=r;var p=e[v];if(e[v]=o,e[_]===_&&r===k&&(e[y]=e[E],e[v]=e[b]),r===S&&o instanceof Error){var d=t.currentTask&&t.currentTask.data&&t.currentTask.data[h];d&&i(o,O,{configurable:!0,enumerable:!1,writable:!0,value:d})}for(var f=0;f2})).map((function(e){return e.substring(2)}))}function ae(e,t){if((!S||D)&&!Zone[e.symbol("patchEvents")]){var n=t.__Zone_ignore_on_properties,i=[];if(P){var s=window;i=i.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);var o=L()?[{target:s,ignoreProperties:["error"]}]:[];se(s,oe(s),n?n.concat(o):n,r(s))}i=i.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(var a=0;a1?new s(t,n):new s(t),c=e.ObjectGetOwnPropertyDescriptor(l,"onmessage");return c&&!1===c.configurable?(o=e.ObjectCreate(l),a=l,[r,i,"send","close"].forEach((function(t){o[t]=function(){var n=e.ArraySlice.call(arguments);if(t===r||t===i){var s=n.length>0?n[0]:void 0;if(s){var a=Zone.__symbol__("ON_PROPERTY"+s);l[a]=o[a]}}return l[t].apply(l,n)}}))):o=l,e.patchOnProperties(o,["close","error","message","open"],a),o};var o=t.WebSocket;for(var a in s)o[a]=s[a]}function me(e,t){var n=e.getGlobalObjects(),r=n.isNode,i=n.isMix;if((!r||i)&&!ge(e,t)){var s="undefined"!=typeof WebSocket;Se(e),e.patchClass("XMLHttpRequest"),s&&fe(e,t),Zone[e.symbol("patchEvents")]=!0}}function ge(e,t){var n=e.getGlobalObjects(),r=n.isBrowser,i=n.isMix;if((r||i)&&!e.ObjectGetOwnPropertyDescriptor(HTMLElement.prototype,"onclick")&&"undefined"!=typeof Element){var s=e.ObjectGetOwnPropertyDescriptor(Element.prototype,"onclick");if(s&&!s.configurable)return!1;if(s){e.ObjectDefineProperty(Element.prototype,"onclick",{enumerable:!0,configurable:!0,get:function(){return!0}});var o=!!document.createElement("div").onclick;return e.ObjectDefineProperty(Element.prototype,"onclick",s),o}}var a=t.XMLHttpRequest;if(!a)return!1;var l="onreadystatechange",c=a.prototype,u=e.ObjectGetOwnPropertyDescriptor(c,l);if(u)return e.ObjectDefineProperty(c,l,{enumerable:!0,configurable:!0,get:function(){return!0}}),o=!!(p=new a).onreadystatechange,e.ObjectDefineProperty(c,l,u||{}),o;var h=e.symbol("fake");e.ObjectDefineProperty(c,l,{enumerable:!0,configurable:!0,get:function(){return this[h]},set:function(e){this[h]=e}});var p,d=function(){};return(p=new a).onreadystatechange=d,o=p[h]===d,p.onreadystatechange=null,o}Zone.__load_patch("util",(function(n,r,s){var c=oe(n);s.patchOnProperties=N,s.patchMethod=I,s.bindArguments=E,s.patchMacroTask=j;var u=r.__symbol__("BLACK_LISTED_EVENTS"),m=r.__symbol__("UNPATCHED_EVENTS");n[m]&&(n[u]=n[m]),n[u]&&(r[u]=r[m]=n[u]),s.patchEventPrototype=ne,s.patchEventTarget=ee,s.isIEOrEdge=Z,s.ObjectDefineProperty=t,s.ObjectGetOwnPropertyDescriptor=e,s.ObjectCreate=i,s.ArraySlice=o,s.patchClass=R,s.wrapWithCurrentZone=f,s.filterProperties=ie,s.attachOriginToPatched=F,s._redefineProperty=Object.defineProperty,s.patchCallbacks=re,s.getGlobalObjects=function(){return{globalSources:G,zoneSymbolEventNames:W,eventNames:c,isBrowser:P,isMix:D,isNode:S,TRUE_STR:h,FALSE_STR:p,ZONE_SYMBOL_PREFIX:d,ADD_EVENT_LISTENER_STR:a,REMOVE_EVENT_LISTENER_STR:l}}}));var ye=["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],ve=["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplayconnected","vrdisplaydisconnected","vrdisplaypresentchange"],_e=["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],be=["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"],Ee=["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],Te=["autocomplete","autocompleteerror"],we=["toggle"],ke=s(s(s(s(s(s(s(s([],["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"],!0),Ee,!0),Te,!0),we,!0),ye,!0),ve,!0),_e,!0),be,!0);function Se(e){for(var t=e.symbol("unbound"),n=function(n){var r=ke[n],i="on"+r;self.addEventListener(r,(function(n){var r,s,o=n.target;for(s=o?o.constructor.name+"."+i:"unknown."+i;o;)o[i]&&!o[i][t]&&((r=e.wrapWithCurrentZone(o[i],s))[t]=o[i],o[i]=r),o=o.parentElement}),!0)},r=0;r0){var i=e.invoke;e.invoke=function(){for(var n=o[t.__symbol__("loadfalse")],s=0;s{const n=e.get("offset"),r=n==h,i=r&&p||new Map;e.forEach(((e,n)=>{let r=n,a=e;if("offset"!==n)switch(r=t.normalizePropertyName(r,c),a){case o["ɵPRE_STYLE"]:a=s.get(n);break;case o.AUTO_STYLE:a=l.get(n);break;default:a=t.normalizeStyleValue(n,r,a,c)}i.set(r,a)})),r||u.push(i),p=i,h=n})),c.length)throw function(e){return new r["ɵRuntimeError"](3502,ngDevMode&&`Unable to animate due to the following errors:${a}${e.map((e=>e.message)).join(a)}`)}(c);return u}function d(e,t,n,r){switch(t){case"start":e.onStart((()=>r(n&&f(n,"start",e))));break;case"done":e.onDone((()=>r(n&&f(n,"done",e))));break;case"destroy":e.onDestroy((()=>r(n&&f(n,"destroy",e))))}}function f(e,t,n){const r=n.totalTime,i=!!n.disabled,s=m(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,null==r?e.totalTime:r,i),o=e._data;return null!=o&&(s._data=o),s}function m(e,t,n,r,i="",s=0,o){return{element:e,triggerName:t,fromState:n,toState:r,phaseName:i,totalTime:s,disabled:!!o}}function g(e,t,n){let r=e.get(t);return r||e.set(t,r=n),r}function y(e){const t=e.indexOf(":");return[e.substring(1,t),e.slice(t+1)]}let v=(e,t)=>!1,_=(e,t,n)=>[],b=null;function E(e){const t=e.parentNode||e.host;return t===b?null:t}(u()||"undefined"!=typeof Element)&&("undefined"==typeof window||void 0===window.document?v=(e,t)=>e.contains(t):(b=(()=>document.documentElement)(),v=(e,t)=>{for(;t;){if(t===e)return!0;t=E(t)}return!1}),_=(e,t,n)=>{if(n)return Array.from(e.querySelectorAll(t));const r=e.querySelector(t);return r?[r]:[]});let T=null,w=!1;function k(e){T||(T=function(){if("undefined"!=typeof document)return document.body;return null}()||{},w=!!T.style&&"WebkitAppearance"in T.style);let t=!0;if(T.style&&!function(e){return"ebkit"==e.substring(1,6)}(e)&&(t=e in T.style,!t&&w)){t="Webkit"+e.charAt(0).toUpperCase()+e.slice(1)in T.style}return t}const S=v,P=_;class D{validateStyleProperty(e){return k(e)}matchesElement(e,t){return!1}containsElement(e,t){return S(e,t)}getParentElement(e){return E(e)}query(e,t,n){return P(e,t,n)}computeStyle(e,t,n){return n||""}animate(e,t,n,r,i,s=[],a){return new o.NoopAnimationPlayer(n,r)}}D.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:D,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),D.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:D}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:D,decorators:[{type:r.Injectable}]});class C{}C.NOOP=new D;const M="ng-enter",O="ng-leave",N="ng-trigger",A=".ng-trigger",R="ng-animating",I=".ng-animating";function j(e){if("number"==typeof e)return e;const t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:F(parseFloat(t[1]),t[2])}function F(e,t){return"s"===t?1e3*e:e}function x(e,t,n){return e.hasOwnProperty("duration")?e:function(e,t,n){const i=/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i;let s,o=0,a="";if("string"==typeof e){const n=e.match(i);if(null===n)return t.push(l(e)),{duration:0,delay:0,easing:""};s=F(parseFloat(n[1]),n[2]);const r=n[3];null!=r&&(o=F(parseFloat(r),n[4]));const c=n[5];c&&(a=c)}else s=e;if(!n){let n=!1,i=t.length;s<0&&(t.push(new r["ɵRuntimeError"](3100,ngDevMode&&"Duration values below 0 are not allowed for this animation step.")),n=!0),o<0&&(t.push(new r["ɵRuntimeError"](3101,ngDevMode&&"Delay values below 0 are not allowed for this animation step.")),n=!0),n&&t.splice(i,0,l(e))}return{duration:s,delay:o,easing:a}}(e,t,n)}function z(e,t={}){return Object.keys(e).forEach((n=>{t[n]=e[n]})),t}function L(e){const t=new Map;return Object.keys(e).forEach((n=>{const r=e[n];t.set(n,r)})),t}function Z(e,t=new Map,n){if(n)for(let[e,r]of n)t.set(e,r);for(let[n,r]of e)t.set(n,r);return t}function B(e,t,n){return n?t+":"+n+";":""}function q(e){let t="";for(let n=0;n{const i=X(r);n&&!n.has(r)&&n.set(r,e.style[i]),e.style[i]=t})),u()&&q(e))}function H(e,t){e.style&&(t.forEach(((t,n)=>{const r=X(n);e.style[r]=""})),u()&&q(e))}function Q(e){return Array.isArray(e)?1==e.length?e[0]:(0,o.sequence)(e):e}function $(e,t,n){const i=t.params||{},s=U(e);s.length&&s.forEach((e=>{i.hasOwnProperty(e)||n.push(function(e){return new r["ɵRuntimeError"](3001,ngDevMode&&`Unable to resolve the local animation param ${e} in the given list of values`)}(e))}))}const V=new RegExp("{{\\s*(.+?)\\s*}}","g");function U(e){let t=[];if("string"==typeof e){let n;for(;n=V.exec(e);)t.push(n[1]);V.lastIndex=0}return t}function W(e,t,n){const i=e.toString(),s=i.replace(V,((e,i)=>{let s=t[i];return null==s&&(n.push(function(e){return new r["ɵRuntimeError"](3003,ngDevMode&&`Please provide a value for the animation param ${e}`)}(i)),s=""),s.toString()}));return s==i?e:s}function G(e){const t=[];let n=e.next();for(;!n.done;)t.push(n.value),n=e.next();return t}const Y=/-+([a-z0-9])/g;function X(e){return e.replace(Y,((...e)=>e[1].toUpperCase()))}function J(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function ee(e,t,n){switch(t.type){case 7:return e.visitTrigger(t,n);case 0:return e.visitState(t,n);case 1:return e.visitTransition(t,n);case 2:return e.visitSequence(t,n);case 3:return e.visitGroup(t,n);case 4:return e.visitAnimate(t,n);case 5:return e.visitKeyframes(t,n);case 6:return e.visitStyle(t,n);case 8:return e.visitReference(t,n);case 9:return e.visitAnimateChild(t,n);case 10:return e.visitAnimateRef(t,n);case 11:return e.visitQuery(t,n);case 12:return e.visitStagger(t,n);default:throw i=t.type,new r["ɵRuntimeError"](3004,ngDevMode&&`Unable to resolve animation metadata node #${i}`)}var i}function te(e,t){return window.getComputedStyle(e)[t]}const ne="undefined"==typeof ngDevMode||!!ngDevMode;function re(e){const t="\n - ";return`${t}${e.filter(Boolean).map((e=>e)).join(t)}`}const ie="*";function se(e,t){const n=[];return"string"==typeof e?e.split(/\s*,\s*/).forEach((e=>function(e,t,n){if(":"==e[0]){const i=function(e,t){switch(e){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(e,t)=>parseFloat(t)>parseFloat(e);case":decrement":return(e,t)=>parseFloat(t) *"}}(e,n);if("function"==typeof i)return void t.push(i);e=i}const i=e.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==i||i.length<4)return n.push((s=e,new r["ɵRuntimeError"](3015,ngDevMode&&`The provided transition expression "${s}" is not supported`))),t;var s;const o=i[1],a=i[2],l=i[3];t.push(le(o,l));const c=o==ie&&l==ie;"<"!=a[0]||c||t.push(le(l,o))}(e,n,t))):n.push(e),n}const oe=new Set(["true","1"]),ae=new Set(["false","0"]);function le(e,t){const n=oe.has(e)||ae.has(e),r=oe.has(t)||ae.has(t);return(i,s)=>{let o=e==ie||e==i,a=t==ie||t==s;return!o&&n&&"boolean"==typeof i&&(o=i?oe.has(e):ae.has(e)),!a&&r&&"boolean"==typeof s&&(a=s?oe.has(t):ae.has(t)),o&&a}}const ce=":self",ue=new RegExp(`s*${ce}s*,?`,"g");function he(e,t,n,r){return new pe(e).build(t,n,r)}class pe{constructor(e){this._driver=e}build(e,t,n){const r=new de(t);this._resetContextStyleTimingState(r);const i=ee(this,Q(e),r);return("undefined"==typeof ngDevMode||ngDevMode)&&r.unsupportedCSSPropertiesFound.size&&function(e,t){t.length&&e.push(`The following provided properties are not recognized: ${t.join(", ")}`)}(n,[...r.unsupportedCSSPropertiesFound.keys()]),i}_resetContextStyleTimingState(e){e.currentQuerySelector="",e.collectedStyles=new Map,e.collectedStyles.set("",new Map),e.currentTime=0}visitTrigger(e,t){let n=t.queryCount=0,i=t.depCount=0;const s=[],o=[];return"@"==e.name.charAt(0)&&t.errors.push(new r["ɵRuntimeError"](3006,ngDevMode&&"animation triggers cannot be prefixed with an `@` sign (e.g. trigger('@foo', [...]))")),e.definitions.forEach((e=>{if(this._resetContextStyleTimingState(t),0==e.type){const n=e,r=n.name;r.toString().split(/\s*,\s*/).forEach((e=>{n.name=e,s.push(this.visitState(n,t))})),n.name=r}else if(1==e.type){const r=this.visitTransition(e,t);n+=r.queryCount,i+=r.depCount,o.push(r)}else t.errors.push(new r["ɵRuntimeError"](3007,ngDevMode&&"only state() and transition() definitions can sit inside of a trigger()"))})),{type:7,name:e.name,states:s,transitions:o,queryCount:n,depCount:i,options:null}}visitState(e,t){const n=this.visitStyle(e.styles,t),i=e.options&&e.options.params||null;if(n.containsDynamicStyles){const s=new Set,o=i||{};if(n.styles.forEach((e=>{e instanceof Map&&e.forEach((e=>{U(e).forEach((e=>{o.hasOwnProperty(e)||s.add(e)}))}))})),s.size){const n=G(s.values());t.errors.push(function(e,t){return new r["ɵRuntimeError"](3008,ngDevMode&&`state("${e}", ...) must define default values for all the following style substitutions: ${t.join(", ")}`)}(e.name,n))}}return{type:0,name:e.name,style:n,options:i?{params:i}:null}}visitTransition(e,t){t.queryCount=0,t.depCount=0;const n=ee(this,Q(e.animation),t);return{type:1,matchers:se(e.expr,t.errors),animation:n,queryCount:t.queryCount,depCount:t.depCount,options:fe(e.options)}}visitSequence(e,t){return{type:2,steps:e.steps.map((e=>ee(this,e,t))),options:fe(e.options)}}visitGroup(e,t){const n=t.currentTime;let r=0;const i=e.steps.map((e=>{t.currentTime=n;const i=ee(this,e,t);return r=Math.max(r,t.currentTime),i}));return t.currentTime=r,{type:3,steps:i,options:fe(e.options)}}visitAnimate(e,t){const n=function(e,t){if(e.hasOwnProperty("duration"))return e;if("number"==typeof e){return me(x(e,t).duration,0,"")}const n=e;if(n.split(/\s+/).some((e=>"{"==e.charAt(0)&&"{"==e.charAt(1)))){const e=me(0,0,"");return e.dynamic=!0,e.strValue=n,e}const r=x(n,t);return me(r.duration,r.delay,r.easing)}(e.timings,t.errors);let r;t.currentAnimateTimings=n;let i=e.styles?e.styles:(0,o.style)({});if(5==i.type)r=this.visitKeyframes(i,t);else{let i=e.styles,s=!1;if(!i){s=!0;const e={};n.easing&&(e.easing=n.easing),i=(0,o.style)(e)}t.currentTime+=n.duration+n.delay;const a=this.visitStyle(i,t);a.isEmptyStep=s,r=a}return t.currentAnimateTimings=null,{type:4,timings:n,style:r,options:null}}visitStyle(e,t){const n=this._makeStyleAst(e,t);return this._validateStyleAst(n,t),n}_makeStyleAst(e,t){const n=[],i=Array.isArray(e.styles)?e.styles:[e.styles];for(let e of i)"string"==typeof e?e===o.AUTO_STYLE?n.push(e):t.errors.push((s=e,new r["ɵRuntimeError"](3002,ngDevMode&&`The provided style string value ${s} is not allowed.`))):n.push(L(e));var s;let a=!1,l=null;return n.forEach((e=>{if(e instanceof Map&&(e.has("easing")&&(l=e.get("easing"),e.delete("easing")),!a))for(let t of e.values())if(t.toString().indexOf("{{")>=0){a=!0;break}})),{type:6,styles:n,easing:l,offset:e.offset,containsDynamicStyles:a,options:null}}_validateStyleAst(e,t){const n=t.currentAnimateTimings;let i=t.currentTime,s=t.currentTime;n&&s>0&&(s-=n.duration+n.delay),e.styles.forEach((e=>{"string"!=typeof e&&e.forEach(((n,o)=>{if(("undefined"==typeof ngDevMode||ngDevMode)&&!this._driver.validateStyleProperty(o))return e.delete(o),void t.unsupportedCSSPropertiesFound.add(o);const a=t.collectedStyles.get(t.currentQuerySelector),l=a.get(o);let c=!0;l&&(s!=i&&s>=l.startTime&&i<=l.endTime&&(t.errors.push(function(e,t,n,i,s){return new r["ɵRuntimeError"](3010,ngDevMode&&`The CSS property "${e}" that exists between the times of "${t}ms" and "${n}ms" is also being animated in a parallel animation between the times of "${i}ms" and "${s}ms"`)}(o,l.startTime,l.endTime,s,i)),c=!1),s=l.startTime),c&&a.set(o,{startTime:s,endTime:i}),t.options&&$(n,t.options,t.errors)}))}))}visitKeyframes(e,t){const n={type:5,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push(new r["ɵRuntimeError"](3011,ngDevMode&&"keyframes() must be placed inside of a call to animate()")),n;let i=0;const s=[];let o=!1,a=!1,l=0;const c=e.steps.map((e=>{const n=this._makeStyleAst(e,t);let r=null!=n.offset?n.offset:function(e){if("string"==typeof e)return null;let t=null;if(Array.isArray(e))e.forEach((e=>{if(e instanceof Map&&e.has("offset")){const n=e;t=parseFloat(n.get("offset")),n.delete("offset")}}));else if(e instanceof Map&&e.has("offset")){const n=e;t=parseFloat(n.get("offset")),n.delete("offset")}return t}(n.styles),c=0;return null!=r&&(i++,c=n.offset=r),a=a||c<0||c>1,o=o||c0&&i{const i=h>0?r==p?1:h*r:s[r],o=i*m;t.currentTime=d+f.delay+o,f.duration=o,this._validateStyleAst(e,t),e.offset=i,n.styles.push(e)})),n}visitReference(e,t){return{type:8,animation:ee(this,Q(e.animation),t),options:fe(e.options)}}visitAnimateChild(e,t){return t.depCount++,{type:9,options:fe(e.options)}}visitAnimateRef(e,t){return{type:10,animation:this.visitReference(e.animation,t),options:fe(e.options)}}visitQuery(e,t){const n=t.currentQuerySelector,r=e.options||{};t.queryCount++,t.currentQuery=e;const[i,s]=function(e){const t=!!e.split(/\s*,\s*/).find((e=>e==ce));t&&(e=e.replace(ue,""));return e=e.replace(/@\*/g,A).replace(/@\w+/g,(e=>A+"-"+e.slice(1))).replace(/:animating/g,I),[e,t]}(e.selector);t.currentQuerySelector=n.length?n+" "+i:i,g(t.collectedStyles,t.currentQuerySelector,new Map);const o=ee(this,Q(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=n,{type:11,selector:i,limit:r.limit||0,optional:!!r.optional,includeSelf:s,animation:o,originalSelector:e.selector,options:fe(e.options)}}visitStagger(e,t){t.currentQuery||t.errors.push(new r["ɵRuntimeError"](3013,ngDevMode&&"stagger() can only be used inside of query()"));const n="full"===e.timings?{duration:0,delay:0,easing:"full"}:x(e.timings,t.errors,!0);return{type:12,animation:ee(this,Q(e.animation),t),timings:n,options:null}}}class de{constructor(e){this.errors=e,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles=new Map,this.options=null,this.unsupportedCSSPropertiesFound=new Set}}function fe(e){var t;return e?(e=z(e)).params&&(e.params=(t=e.params)?z(t):null):e={},e}function me(e,t,n){return{duration:e,delay:t,easing:n}}function ge(e,t,n,r,i,s,o=null,a=!1){return{type:1,element:e,keyframes:t,preStyleProps:n,postStyleProps:r,duration:i,delay:s,totalTime:i+s,easing:o,subTimeline:a}}class ye{constructor(){this._map=new Map}get(e){return this._map.get(e)||[]}append(e,t){let n=this._map.get(e);n||this._map.set(e,n=[]),n.push(...t)}has(e){return this._map.has(e)}clear(){this._map.clear()}}const ve=new RegExp(":enter","g"),_e=new RegExp(":leave","g");function be(e,t,n,r,i,s=new Map,o=new Map,a,l,c=[]){return(new Ee).buildKeyframes(e,t,n,r,i,s,o,a,l,c)}class Ee{buildKeyframes(e,t,n,r,i,s,o,a,l,c=[]){l=l||new ye;const u=new we(e,t,l,r,i,c,[]);u.options=a;const h=a.delay?j(a.delay):0;u.currentTimeline.delayNextStep(h),u.currentTimeline.setStyles([s],null,u.errors,a),ee(this,n,u);const p=u.timelines.filter((e=>e.containsAnimation()));if(p.length&&o.size){let e;for(let n=p.length-1;n>=0;n--){const r=p[n];if(r.element===t){e=r;break}}e&&!e.allowOnlyTimelineStyles()&&e.setStyles([o],null,u.errors,a)}return p.length?p.map((e=>e.buildKeyframes())):[ge(t,[],[],[],0,h,"",!1)]}visitTrigger(e,t){}visitState(e,t){}visitTransition(e,t){}visitAnimateChild(e,t){const n=t.subInstructions.get(t.element);if(n){const r=t.createSubContext(e.options),i=t.currentTimeline.currentTime,s=this._visitSubInstructions(n,r,r.options);i!=s&&t.transformIntoNewTimeline(s)}t.previousNode=e}visitAnimateRef(e,t){const n=t.createSubContext(e.options);n.transformIntoNewTimeline(),this.visitReference(e.animation,n),t.transformIntoNewTimeline(n.currentTimeline.currentTime),t.previousNode=e}_visitSubInstructions(e,t,n){let r=t.currentTimeline.currentTime;const i=null!=n.duration?j(n.duration):null,s=null!=n.delay?j(n.delay):null;return 0!==i&&e.forEach((e=>{const n=t.appendInstructionToTimeline(e,i,s);r=Math.max(r,n.duration+n.delay)})),r}visitReference(e,t){t.updateOptions(e.options,!0),ee(this,e.animation,t),t.previousNode=e}visitSequence(e,t){const n=t.subContextCount;let r=t;const i=e.options;if(i&&(i.params||i.delay)&&(r=t.createSubContext(i),r.transformIntoNewTimeline(),null!=i.delay)){6==r.previousNode.type&&(r.currentTimeline.snapshotCurrentStyles(),r.previousNode=Te);const e=j(i.delay);r.delayNextStep(e)}e.steps.length&&(e.steps.forEach((e=>ee(this,e,r))),r.currentTimeline.applyStylesToKeyframe(),r.subContextCount>n&&r.transformIntoNewTimeline()),t.previousNode=e}visitGroup(e,t){const n=[];let r=t.currentTimeline.currentTime;const i=e.options&&e.options.delay?j(e.options.delay):0;e.steps.forEach((s=>{const o=t.createSubContext(e.options);i&&o.delayNextStep(i),ee(this,s,o),r=Math.max(r,o.currentTimeline.currentTime),n.push(o.currentTimeline)})),n.forEach((e=>t.currentTimeline.mergeTimelineCollectedStyles(e))),t.transformIntoNewTimeline(r),t.previousNode=e}_visitTiming(e,t){if(e.dynamic){const n=e.strValue;return x(t.params?W(n,t.params,t.errors):n,t.errors)}return{duration:e.duration,delay:e.delay,easing:e.easing}}visitAnimate(e,t){const n=t.currentAnimateTimings=this._visitTiming(e.timings,t),r=t.currentTimeline;n.delay&&(t.incrementTime(n.delay),r.snapshotCurrentStyles());const i=e.style;5==i.type?this.visitKeyframes(i,t):(t.incrementTime(n.duration),this.visitStyle(i,t),r.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e}visitStyle(e,t){const n=t.currentTimeline,r=t.currentAnimateTimings;!r&&n.hasCurrentStyleProperties()&&n.forwardFrame();const i=r&&r.easing||e.easing;e.isEmptyStep?n.applyEmptyStep(i):n.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e}visitKeyframes(e,t){const n=t.currentAnimateTimings,r=t.currentTimeline.duration,i=n.duration,s=t.createSubContext().currentTimeline;s.easing=n.easing,e.styles.forEach((e=>{const n=e.offset||0;s.forwardTime(n*i),s.setStyles(e.styles,e.easing,t.errors,t.options),s.applyStylesToKeyframe()})),t.currentTimeline.mergeTimelineCollectedStyles(s),t.transformIntoNewTimeline(r+i),t.previousNode=e}visitQuery(e,t){const n=t.currentTimeline.currentTime,r=e.options||{},i=r.delay?j(r.delay):0;i&&(6===t.previousNode.type||0==n&&t.currentTimeline.hasCurrentStyleProperties())&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=Te);let s=n;const o=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!r.optional,t.errors);t.currentQueryTotal=o.length;let a=null;o.forEach(((n,r)=>{t.currentQueryIndex=r;const o=t.createSubContext(e.options,n);i&&o.delayNextStep(i),n===t.element&&(a=o.currentTimeline),ee(this,e.animation,o),o.currentTimeline.applyStylesToKeyframe();const l=o.currentTimeline.currentTime;s=Math.max(s,l)})),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(s),a&&(t.currentTimeline.mergeTimelineCollectedStyles(a),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e}visitStagger(e,t){const n=t.parentContext,r=t.currentTimeline,i=e.timings,s=Math.abs(i.duration),o=s*(t.currentQueryTotal-1);let a=s*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":a=o-a;break;case"full":a=n.currentStaggerTime}const l=t.currentTimeline;a&&l.delayNextStep(a);const c=l.currentTime;ee(this,e.animation,t),t.previousNode=e,n.currentStaggerTime=r.currentTime-c+(r.startTime-n.currentTimeline.startTime)}}const Te={};class we{constructor(e,t,n,r,i,s,o,a){this._driver=e,this.element=t,this.subInstructions=n,this._enterClassName=r,this._leaveClassName=i,this.errors=s,this.timelines=o,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=Te,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=a||new ke(this._driver,t,0),o.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(e,t){if(!e)return;const n=e;let r=this.options;null!=n.duration&&(r.duration=j(n.duration)),null!=n.delay&&(r.delay=j(n.delay));const i=n.params;if(i){let e=r.params;e||(e=this.options.params={}),Object.keys(i).forEach((n=>{t&&e.hasOwnProperty(n)||(e[n]=W(i[n],e,this.errors))}))}}_copyOptions(){const e={};if(this.options){const t=this.options.params;if(t){const n=e.params={};Object.keys(t).forEach((e=>{n[e]=t[e]}))}}return e}createSubContext(e=null,t,n){const r=t||this.element,i=new we(this._driver,r,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(r,n||0));return i.previousNode=this.previousNode,i.currentAnimateTimings=this.currentAnimateTimings,i.options=this._copyOptions(),i.updateOptions(e),i.currentQueryIndex=this.currentQueryIndex,i.currentQueryTotal=this.currentQueryTotal,i.parentContext=this,this.subContextCount++,i}transformIntoNewTimeline(e){return this.previousNode=Te,this.currentTimeline=this.currentTimeline.fork(this.element,e),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(e,t,n){const r={duration:null!=t?t:e.duration,delay:this.currentTimeline.currentTime+(null!=n?n:0)+e.delay,easing:""},i=new Se(this._driver,e.element,e.keyframes,e.preStyleProps,e.postStyleProps,r,e.stretchStartingKeyframe);return this.timelines.push(i),r}incrementTime(e){this.currentTimeline.forwardTime(this.currentTimeline.duration+e)}delayNextStep(e){e>0&&this.currentTimeline.delayNextStep(e)}invokeQuery(e,t,n,i,s,o){let a=[];if(i&&a.push(this.element),e.length>0){e=(e=e.replace(ve,"."+this._enterClassName)).replace(_e,"."+this._leaveClassName);const t=1!=n;let r=this._driver.query(this.element,e,t);0!==n&&(r=n<0?r.slice(r.length+n,r.length):r.slice(0,n)),a.push(...r)}return s||0!=a.length||o.push(function(e){return new r["ɵRuntimeError"](3014,ngDevMode&&`\`query("${e}")\` returned zero elements. (Use \`query("${e}", { optional: true })\` if you wish to allow this.)`)}(t)),a}}class ke{constructor(e,t,n,r){this._driver=e,this.element=t,this.startTime=n,this._elementTimelineStylesLookup=r,this.duration=0,this._previousKeyframe=new Map,this._currentKeyframe=new Map,this._keyframes=new Map,this._styleSummary=new Map,this._localTimelineStyles=new Map,this._pendingStyles=new Map,this._backFill=new Map,this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(t),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(t,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.hasCurrentStyleProperties();default:return!0}}hasCurrentStyleProperties(){return this._currentKeyframe.size>0}get currentTime(){return this.startTime+this.duration}delayNextStep(e){const t=1===this._keyframes.size&&this._pendingStyles.size;this.duration||t?(this.forwardTime(this.currentTime+e),t&&this.snapshotCurrentStyles()):this.startTime+=e}fork(e,t){return this.applyStylesToKeyframe(),new ke(this._driver,e,t||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=new Map,this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(e){this.applyStylesToKeyframe(),this.duration=e,this._loadKeyframe()}_updateStyle(e,t){this._localTimelineStyles.set(e,t),this._globalTimelineStyles.set(e,t),this._styleSummary.set(e,{time:this.currentTime,value:t})}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(e){e&&this._previousKeyframe.set("easing",e);for(let[e,t]of this._globalTimelineStyles)this._backFill.set(e,t||o.AUTO_STYLE),this._currentKeyframe.set(e,o.AUTO_STYLE);this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(e,t,n,r){t&&this._previousKeyframe.set("easing",t);const i=r&&r.params||{},s=function(e,t){const n=new Map;let r;return e.forEach((e=>{if("*"===e){r=r||t.keys();for(let e of r)n.set(e,o.AUTO_STYLE)}else Z(e,n)})),n}(e,this._globalTimelineStyles);for(let[e,t]of s){const r=W(t,i,n);this._pendingStyles.set(e,r),this._localTimelineStyles.has(e)||this._backFill.set(e,this._globalTimelineStyles.get(e)||o.AUTO_STYLE),this._updateStyle(e,r)}}applyStylesToKeyframe(){0!=this._pendingStyles.size&&(this._pendingStyles.forEach(((e,t)=>{this._currentKeyframe.set(t,e)})),this._pendingStyles.clear(),this._localTimelineStyles.forEach(((e,t)=>{this._currentKeyframe.has(t)||this._currentKeyframe.set(t,e)})))}snapshotCurrentStyles(){for(let[e,t]of this._localTimelineStyles)this._pendingStyles.set(e,t),this._updateStyle(e,t)}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const e=[];for(let t in this._currentKeyframe)e.push(t);return e}mergeTimelineCollectedStyles(e){e._styleSummary.forEach(((e,t)=>{const n=this._styleSummary.get(t);(!n||e.time>n.time)&&this._updateStyle(t,e.value)}))}buildKeyframes(){this.applyStylesToKeyframe();const e=new Set,t=new Set,n=1===this._keyframes.size&&0===this.duration;let r=[];this._keyframes.forEach(((i,s)=>{const a=Z(i,new Map,this._backFill);a.forEach(((n,r)=>{n===o["ɵPRE_STYLE"]?e.add(r):n===o.AUTO_STYLE&&t.add(r)})),n||a.set("offset",s/this.duration),r.push(a)}));const i=e.size?G(e.values()):[],s=t.size?G(t.values()):[];if(n){const e=r[0],t=new Map(e);e.set("offset",0),t.set("offset",1),r=[e,t]}return ge(this.element,r,i,s,this.duration,this.startTime,this.easing,!1)}}class Se extends ke{constructor(e,t,n,r,i,s,o=!1){super(e,t,s.delay),this.keyframes=n,this.preStyleProps=r,this.postStyleProps=i,this._stretchStartingKeyframe=o,this.timings={duration:s.duration,delay:s.delay,easing:s.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let e=this.keyframes,{delay:t,duration:n,easing:r}=this.timings;if(this._stretchStartingKeyframe&&t){const i=[],s=n+t,o=t/s,a=Z(e[0]);a.set("offset",0),i.push(a);const l=Z(e[0]);l.set("offset",Pe(o)),i.push(l);const c=e.length-1;for(let r=1;r<=c;r++){let o=Z(e[r]);const a=t+o.get("offset")*n;o.set("offset",Pe(a/s)),i.push(o)}n=s,t=0,r="",e=i}return ge(this.element,e,this.preStyleProps,this.postStyleProps,n,t,r,!0)}}function Pe(e,t=3){const n=Math.pow(10,t-1);return Math.round(e*n)/n}class De{}const Ce=new Set(["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"]);class Me extends De{normalizePropertyName(e,t){return X(e)}normalizeStyleValue(e,t,n,i){let s="";const o=n.toString().trim();if(Ce.has(t)&&0!==n&&"0"!==n)if("number"==typeof n)s="px";else{const t=n.match(/^[+-]?[\d\.]+([a-z]*)$/);t&&0==t[1].length&&i.push(function(e,t){return new r["ɵRuntimeError"](3005,ngDevMode&&`Please provide a CSS unit value for ${e}:${t}`)}(e,n))}return o+s}}function Oe(e,t,n,r,i,s,o,a,l,c,u,h,p){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:n,fromStyles:s,toState:r,toStyles:o,timelines:a,queriedElements:l,preStyleProps:c,postStyleProps:u,totalTime:h,errors:p}}const Ne={};class Ae{constructor(e,t,n){this._triggerName=e,this.ast=t,this._stateStyles=n}match(e,t,n,r){return function(e,t,n,r,i){return e.some((e=>e(t,n,r,i)))}(this.ast.matchers,e,t,n,r)}buildStyles(e,t,n){let r=this._stateStyles.get("*");return void 0!==e&&(r=this._stateStyles.get(e?.toString())||r),r?r.buildStyles(t,n):new Map}build(e,t,n,r,i,s,o,a,l,c){const u=[],h=this.ast.options&&this.ast.options.params||Ne,p=o&&o.params||Ne,d=this.buildStyles(n,p,u),f=a&&a.params||Ne,m=this.buildStyles(r,f,u),y=new Set,v=new Map,_=new Map,b="void"===r,E={params:Re(f,h),delay:this.ast.options?.delay},T=c?[]:be(e,t,this.ast.animation,i,s,d,m,E,l,u);let w=0;if(T.forEach((e=>{w=Math.max(e.duration+e.delay,w)})),u.length)return Oe(t,this._triggerName,n,r,b,d,m,[],[],v,_,w,u);T.forEach((e=>{const n=e.element,r=g(v,n,new Set);e.preStyleProps.forEach((e=>r.add(e)));const i=g(_,n,new Set);e.postStyleProps.forEach((e=>i.add(e))),n!==t&&y.add(n)})),("undefined"==typeof ngDevMode||ngDevMode)&&function(e,t,n){if(!n.validateAnimatableStyleProperty)return;const r=new Set;e.forEach((({keyframes:e})=>{const t=new Map;e.forEach((e=>{for(const[i,s]of e.entries())if(!n.validateAnimatableStyleProperty(i))if(t.has(i)&&!r.has(i)){t.get(i)!==s&&r.add(i)}else t.set(i,s)}))})),r.size>0&&console.warn(`Warning: The animation trigger "${t}" is attempting to animate the following not animatable properties: `+Array.from(r).join(", ")+"\n(to check the list of all animatable properties visit https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties)")}(T,this._triggerName,e);const k=G(y.values());return Oe(t,this._triggerName,n,r,b,d,m,T,k,v,_,w)}}function Re(e,t){const n=z(t);for(const t in e)e.hasOwnProperty(t)&&null!=e[t]&&(n[t]=e[t]);return n}class Ie{constructor(e,t,n){this.styles=e,this.defaultParams=t,this.normalizer=n}buildStyles(e,t){const n=new Map,r=z(this.defaultParams);return Object.keys(e).forEach((t=>{const n=e[t];null!==n&&(r[t]=n)})),this.styles.styles.forEach((e=>{"string"!=typeof e&&e.forEach(((e,i)=>{e&&(e=W(e,r,t));const s=this.normalizer.normalizePropertyName(i,t);e=this.normalizer.normalizeStyleValue(i,s,e,t),n.set(s,e)}))})),n}}class je{constructor(e,t,n){var r,i;this.name=e,this.ast=t,this._normalizer=n,this.transitionFactories=[],this.states=new Map,t.states.forEach((e=>{const t=e.options&&e.options.params||{};this.states.set(e.name,new Ie(e.style,t,n))})),Fe(this.states,"true","1"),Fe(this.states,"false","0"),t.transitions.forEach((t=>{this.transitionFactories.push(new Ae(e,t,this.states))})),this.fallbackTransition=(r=e,i=this.states,this._normalizer,new Ae(r,{type:1,animation:{type:2,steps:[],options:null},matchers:[(e,t)=>!0],options:null,queryCount:0,depCount:0},i))}get containsQueries(){return this.ast.queryCount>0}matchTransition(e,t,n,r){return this.transitionFactories.find((i=>i.match(e,t,n,r)))||null}matchStyles(e,t,n){return this.fallbackTransition.buildStyles(e,t,n)}}function Fe(e,t,n){e.has(t)?e.has(n)||e.set(n,e.get(t)):e.has(n)&&e.set(t,e.get(n))}const xe=new ye;class ze{constructor(e,t,n){this.bodyNode=e,this._driver=t,this._normalizer=n,this._animations=new Map,this._playersById=new Map,this.players=[]}register(e,t){const n=[],i=[],s=he(this._driver,t,n,i);if(n.length)throw function(e){return new r["ɵRuntimeError"](3503,ngDevMode&&`Unable to build the animation due to the following errors: ${e.map((e=>e.message)).join("\n")}`)}(n);i.length&&function(e){ne&&console.warn(`Animation built with the following warnings:${re(e)}`)}(i),this._animations.set(e,s)}_buildPlayer(e,t,n){const r=e.element,i=p(this._driver,this._normalizer,0,e.keyframes,t,n);return this._driver.animate(r,i,e.duration,e.delay,e.easing,[],!0)}create(e,t,n={}){const i=[],s=this._animations.get(e);let a;const l=new Map;if(s?(a=be(this._driver,t,s,M,O,new Map,new Map,n,xe,i),a.forEach((e=>{const t=g(l,e.element,new Map);e.postStyleProps.forEach((e=>t.set(e,null)))}))):(i.push(new r["ɵRuntimeError"](3300,ngDevMode&&"The requested animation doesn't exist or has already been destroyed")),a=[]),i.length)throw function(e){return new r["ɵRuntimeError"](3504,ngDevMode&&`Unable to create the animation due to the following errors:${e.map((e=>e.message)).join("\n")}`)}(i);l.forEach(((e,t)=>{e.forEach(((n,r)=>{e.set(r,this._driver.computeStyle(t,r,o.AUTO_STYLE))}))}));const c=h(a.map((e=>{const t=l.get(e.element);return this._buildPlayer(e,new Map,t)})));return this._playersById.set(e,c),c.onDestroy((()=>this.destroy(e))),this.players.push(c),c}destroy(e){const t=this._getPlayer(e);t.destroy(),this._playersById.delete(e);const n=this.players.indexOf(t);n>=0&&this.players.splice(n,1)}_getPlayer(e){const t=this._playersById.get(e);if(!t)throw function(e){return new r["ɵRuntimeError"](3301,ngDevMode&&`Unable to find the timeline player referenced by ${e}`)}(e);return t}listen(e,t,n,r){const i=m(t,"","","");return d(this._getPlayer(e),n,i,r),()=>{}}command(e,t,n,r){if("register"==n)return void this.register(e,r[0]);if("create"==n){const n=r[0]||{};return void this.create(e,t,n)}const i=this._getPlayer(e);switch(n){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(r[0]));break;case"destroy":this.destroy(e)}}}const Le="ng-animate-queued",Ze="ng-animate-disabled",Be=[],qe={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},Ke={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},He="__ng_removed";class Qe{constructor(e,t=""){this.namespaceId=t;const n=e&&e.hasOwnProperty("value"),r=n?e.value:e;if(this.value=function(e){return null!=e?e:null}(r),n){const t=z(e);delete t.value,this.options=t}else this.options={};this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(e){const t=e.params;if(t){const e=this.options.params;Object.keys(t).forEach((n=>{null==e[n]&&(e[n]=t[n])}))}}}const $e="void",Ve=new Qe($e);class Ue{constructor(e,t,n){this.id=e,this.hostElement=t,this._engine=n,this.players=[],this._triggers=new Map,this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+e,tt(t,this._hostClassName)}listen(e,t,n,i){if(!this._triggers.has(t))throw function(e,t){return new r["ɵRuntimeError"](3302,ngDevMode&&`Unable to listen on the animation trigger event "${e}" because the animation trigger "${t}" doesn't exist!`)}(n,t);if(null==n||0==n.length)throw function(e){return new r["ɵRuntimeError"](3303,ngDevMode&&`Unable to listen on the animation trigger "${e}" because the provided event is undefined!`)}(t);if("start"!=(s=n)&&"done"!=s)throw function(e,t){return new r["ɵRuntimeError"](3400,ngDevMode&&`The provided animation trigger event "${e}" for the animation trigger "${t}" is not supported!`)}(n,t);var s;const o=g(this._elementListeners,e,[]),a={name:t,phase:n,callback:i};o.push(a);const l=g(this._engine.statesByElement,e,new Map);return l.has(t)||(tt(e,N),tt(e,N+"-"+t),l.set(t,Ve)),()=>{this._engine.afterFlush((()=>{const e=o.indexOf(a);e>=0&&o.splice(e,1),this._triggers.has(t)||l.delete(t)}))}}register(e,t){return!this._triggers.has(e)&&(this._triggers.set(e,t),!0)}_getTrigger(e){const t=this._triggers.get(e);if(!t)throw function(e){return new r["ɵRuntimeError"](3401,ngDevMode&&`The provided animation trigger "${e}" has not been registered!`)}(e);return t}trigger(e,t,n,r=!0){const i=this._getTrigger(t),s=new Ge(this.id,t,e);let o=this._engine.statesByElement.get(e);o||(tt(e,N),tt(e,N+"-"+t),this._engine.statesByElement.set(e,o=new Map));let a=o.get(t);const l=new Qe(n,this.id);!(n&&n.hasOwnProperty("value"))&&a&&l.absorbOptions(a.options),o.set(t,l),a||(a=Ve);if(!(l.value===$e)&&a.value===l.value){if(!function(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!=r.length)return!1;for(let r=0;r{H(e,n),K(e,r)}))}return}const c=g(this._engine.playersByElement,e,[]);c.forEach((e=>{e.namespaceId==this.id&&e.triggerName==t&&e.queued&&e.destroy()}));let u=i.matchTransition(a.value,l.value,e,l.params),h=!1;if(!u){if(!r)return;u=i.fallbackTransition,h=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:u,fromState:a,toState:l,player:s,isFallbackTransition:h}),h||(tt(e,Le),s.onStart((()=>{nt(e,Le)}))),s.onDone((()=>{let t=this.players.indexOf(s);t>=0&&this.players.splice(t,1);const n=this._engine.playersByElement.get(e);if(n){let e=n.indexOf(s);e>=0&&n.splice(e,1)}})),this.players.push(s),c.push(s),s}deregister(e){this._triggers.delete(e),this._engine.statesByElement.forEach((t=>t.delete(e))),this._elementListeners.forEach(((t,n)=>{this._elementListeners.set(n,t.filter((t=>t.name!=e)))}))}clearElementCache(e){this._engine.statesByElement.delete(e),this._elementListeners.delete(e);const t=this._engine.playersByElement.get(e);t&&(t.forEach((e=>e.destroy())),this._engine.playersByElement.delete(e))}_signalRemovalForInnerTriggers(e,t){const n=this._engine.driver.query(e,A,!0);n.forEach((e=>{if(e[He])return;const n=this._engine.fetchNamespacesByElement(e);n.size?n.forEach((n=>n.triggerLeaveAnimation(e,t,!1,!0))):this.clearElementCache(e)})),this._engine.afterFlushAnimationsDone((()=>n.forEach((e=>this.clearElementCache(e)))))}triggerLeaveAnimation(e,t,n,r){const i=this._engine.statesByElement.get(e),s=new Map;if(i){const o=[];if(i.forEach(((t,n)=>{if(s.set(n,t.value),this._triggers.has(n)){const t=this.trigger(e,n,$e,r);t&&o.push(t)}})),o.length)return this._engine.markElementAsRemoved(this.id,e,!0,t,s),n&&h(o).onDone((()=>this._engine.processLeaveNode(e))),!0}return!1}prepareLeaveAnimationListeners(e){const t=this._elementListeners.get(e),n=this._engine.statesByElement.get(e);if(t&&n){const r=new Set;t.forEach((t=>{const i=t.name;if(r.has(i))return;r.add(i);const s=this._triggers.get(i).fallbackTransition,o=n.get(i)||Ve,a=new Qe($e),l=new Ge(this.id,i,e);this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:i,transition:s,fromState:o,toState:a,player:l,isFallbackTransition:!0})}))}}removeNode(e,t){const n=this._engine;if(e.childElementCount&&this._signalRemovalForInnerTriggers(e,t),this.triggerLeaveAnimation(e,t,!0))return;let r=!1;if(n.totalAnimations){const t=n.players.length?n.playersByQueriedElement.get(e):[];if(t&&t.length)r=!0;else{let t=e;for(;t=t.parentNode;){if(n.statesByElement.get(t)){r=!0;break}}}}if(this.prepareLeaveAnimationListeners(e),r)n.markElementAsRemoved(this.id,e,!1,t);else{const r=e[He];r&&r!==qe||(n.afterFlush((()=>this.clearElementCache(e))),n.destroyInnerAnimations(e),n._onRemovalComplete(e,t))}}insertNode(e,t){tt(e,this._hostClassName)}drainQueuedTransitions(e){const t=[];return this._queue.forEach((n=>{const r=n.player;if(r.destroyed)return;const i=n.element,s=this._elementListeners.get(i);s&&s.forEach((t=>{if(t.name==n.triggerName){const r=m(i,n.triggerName,n.fromState.value,n.toState.value);r._data=e,d(n.player,t.phase,r,t.callback)}})),r.markedForDestroy?this._engine.afterFlush((()=>{r.destroy()})):t.push(n)})),this._queue=[],t.sort(((e,t)=>{const n=e.transition.ast.depCount,r=t.transition.ast.depCount;return 0==n||0==r?n-r:this._engine.driver.containsElement(e.element,t.element)?1:-1}))}destroy(e){this.players.forEach((e=>e.destroy())),this._signalRemovalForInnerTriggers(this.hostElement,e)}elementContainsData(e){let t=!1;return this._elementListeners.has(e)&&(t=!0),t=!!this._queue.find((t=>t.element===e))||t,t}}class We{constructor(e,t,n){this.bodyNode=e,this.driver=t,this._normalizer=n,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(e,t)=>{}}_onRemovalComplete(e,t){this.onRemovalComplete(e,t)}get queuedPlayers(){const e=[];return this._namespaceList.forEach((t=>{t.players.forEach((t=>{t.queued&&e.push(t)}))})),e}createNamespace(e,t){const n=new Ue(e,t,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,t)?this._balanceNamespaceList(n,t):(this.newHostElements.set(t,n),this.collectEnterElement(t)),this._namespaceLookup[e]=n}_balanceNamespaceList(e,t){const n=this._namespaceList,r=this.namespacesByHostElement;if(n.length-1>=0){let i=!1,s=this.driver.getParentElement(t);for(;s;){const t=r.get(s);if(t){const r=n.indexOf(t);n.splice(r+1,0,e),i=!0;break}s=this.driver.getParentElement(s)}i||n.unshift(e)}else n.push(e);return r.set(t,e),e}register(e,t){let n=this._namespaceLookup[e];return n||(n=this.createNamespace(e,t)),n}registerTrigger(e,t,n){let r=this._namespaceLookup[e];r&&r.register(t,n)&&this.totalAnimations++}destroy(e,t){if(!e)return;const n=this._fetchNamespace(e);this.afterFlush((()=>{this.namespacesByHostElement.delete(n.hostElement),delete this._namespaceLookup[e];const t=this._namespaceList.indexOf(n);t>=0&&this._namespaceList.splice(t,1)})),this.afterFlushAnimationsDone((()=>n.destroy(t)))}_fetchNamespace(e){return this._namespaceLookup[e]}fetchNamespacesByElement(e){const t=new Set,n=this.statesByElement.get(e);if(n)for(let e of n.values())if(e.namespaceId){const n=this._fetchNamespace(e.namespaceId);n&&t.add(n)}return t}trigger(e,t,n,r){if(Ye(t)){const i=this._fetchNamespace(e);if(i)return i.trigger(t,n,r),!0}return!1}insertNode(e,t,n,r){if(!Ye(t))return;const i=t[He];if(i&&i.setForRemoval){i.setForRemoval=!1,i.setForMove=!0;const e=this.collectedLeaveElements.indexOf(t);e>=0&&this.collectedLeaveElements.splice(e,1)}if(e){const r=this._fetchNamespace(e);r&&r.insertNode(t,n)}r&&this.collectEnterElement(t)}collectEnterElement(e){this.collectedEnterElements.push(e)}markElementAsDisabled(e,t){t?this.disabledNodes.has(e)||(this.disabledNodes.add(e),tt(e,Ze)):this.disabledNodes.has(e)&&(this.disabledNodes.delete(e),nt(e,Ze))}removeNode(e,t,n,r){if(Ye(t)){const i=e?this._fetchNamespace(e):null;if(i?i.removeNode(t,r):this.markElementAsRemoved(e,t,!1,r),n){const n=this.namespacesByHostElement.get(t);n&&n.id!==e&&n.removeNode(t,r)}}else this._onRemovalComplete(t,r)}markElementAsRemoved(e,t,n,r,i){this.collectedLeaveElements.push(t),t[He]={namespaceId:e,setForRemoval:r,hasAnimation:n,removedBeforeQueried:!1,previousTriggersValues:i}}listen(e,t,n,r,i){return Ye(t)?this._fetchNamespace(e).listen(t,n,r,i):()=>{}}_buildInstruction(e,t,n,r,i){return e.transition.build(this.driver,e.element,e.fromState.value,e.toState.value,n,r,e.fromState.options,e.toState.options,t,i)}destroyInnerAnimations(e){let t=this.driver.query(e,A,!0);t.forEach((e=>this.destroyActiveAnimationsForElement(e))),0!=this.playersByQueriedElement.size&&(t=this.driver.query(e,I,!0),t.forEach((e=>this.finishActiveQueriedAnimationOnElement(e))))}destroyActiveAnimationsForElement(e){const t=this.playersByElement.get(e);t&&t.forEach((e=>{e.queued?e.markedForDestroy=!0:e.destroy()}))}finishActiveQueriedAnimationOnElement(e){const t=this.playersByQueriedElement.get(e);t&&t.forEach((e=>e.finish()))}whenRenderingDone(){return new Promise((e=>{if(this.players.length)return h(this.players).onDone((()=>e()));e()}))}processLeaveNode(e){const t=e[He];if(t&&t.setForRemoval){if(e[He]=qe,t.namespaceId){this.destroyInnerAnimations(e);const n=this._fetchNamespace(t.namespaceId);n&&n.clearElementCache(e)}this._onRemovalComplete(e,t.setForRemoval)}e.classList?.contains(Ze)&&this.markElementAsDisabled(e,!1),this.driver.query(e,".ng-animate-disabled",!0).forEach((e=>{this.markElementAsDisabled(e,!1)}))}flush(e=-1){let t=[];if(this.newHostElements.size&&(this.newHostElements.forEach(((e,t)=>this._balanceNamespaceList(e,t))),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let e=0;ee())),this._flushFns=[],this._whenQuietFns.length){const e=this._whenQuietFns;this._whenQuietFns=[],t.length?h(t).onDone((()=>{e.forEach((e=>e()))})):e.forEach((e=>e()))}}reportError(e){throw function(e){return new r["ɵRuntimeError"](3402,ngDevMode&&`Unable to process animations due to the following failed trigger transitions\n ${e.map((e=>e.message)).join("\n")}`)}(e)}_flushAnimations(e,t){const n=new ye,i=[],s=new Map,a=[],l=new Map,c=new Map,u=new Map,p=new Set;this.disabledNodes.forEach((e=>{p.add(e);const t=this.driver.query(e,".ng-animate-queued",!0);for(let e=0;e{const n=M+v++;y.set(t,n),e.forEach((e=>tt(e,n)))}));const _=[],b=new Set,E=new Set;for(let e=0;eb.add(e))):E.add(t))}const T=new Map,w=et(f,Array.from(b));w.forEach(((e,t)=>{const n=O+v++;T.set(t,n),e.forEach((e=>tt(e,n)))})),e.push((()=>{m.forEach(((e,t)=>{const n=y.get(t);e.forEach((e=>nt(e,n)))})),w.forEach(((e,t)=>{const n=T.get(t);e.forEach((e=>nt(e,n)))})),_.forEach((e=>{this.processLeaveNode(e)}))}));const k=[],S=[];for(let e=this._namespaceList.length-1;e>=0;e--){this._namespaceList[e].drainQueuedTransitions(t).forEach((e=>{const t=e.player,r=e.element;if(k.push(t),this.collectedEnterElements.length){const n=r[He];if(n&&n.setForMove){if(n.previousTriggersValues&&n.previousTriggersValues.has(e.triggerName)){const t=n.previousTriggersValues.get(e.triggerName),r=this.statesByElement.get(e.element);if(r&&r.has(e.triggerName)){const n=r.get(e.triggerName);n.value=t,r.set(e.triggerName,n)}}return void t.destroy()}}const s=!d||!this.driver.containsElement(d,r),o=T.get(r),h=y.get(r),p=this._buildInstruction(e,n,h,o,s);if(p.errors&&p.errors.length)return void S.push(p);if(s)return t.onStart((()=>H(r,p.fromStyles))),t.onDestroy((()=>K(r,p.toStyles))),void i.push(t);if(e.isFallbackTransition)return t.onStart((()=>H(r,p.fromStyles))),t.onDestroy((()=>K(r,p.toStyles))),void i.push(t);const f=[];p.timelines.forEach((e=>{e.stretchStartingKeyframe=!0,this.disabledNodes.has(e.element)||f.push(e)})),p.timelines=f,n.append(r,p.timelines);const m={instruction:p,player:t,element:r};a.push(m),p.queriedElements.forEach((e=>g(l,e,[]).push(t))),p.preStyleProps.forEach(((e,t)=>{if(e.size){let n=c.get(t);n||c.set(t,n=new Set),e.forEach(((e,t)=>n.add(t)))}})),p.postStyleProps.forEach(((e,t)=>{let n=u.get(t);n||u.set(t,n=new Set),e.forEach(((e,t)=>n.add(t)))}))}))}if(S.length){const e=[];S.forEach((t=>{e.push(function(e,t){return new r["ɵRuntimeError"](3505,ngDevMode&&`@${e} has failed due to:\n ${t.map((e=>e.message)).join("\n- ")}`)}(t.triggerName,t.errors))})),k.forEach((e=>e.destroy())),this.reportError(e)}const P=new Map,D=new Map;a.forEach((e=>{const t=e.element;n.has(t)&&(D.set(t,t),this._beforeAnimationBuild(e.player.namespaceId,e.instruction,P))})),i.forEach((e=>{const t=e.element;this._getPreviousPlayers(t,!1,e.namespaceId,e.triggerName,null).forEach((e=>{g(P,t,[]).push(e),e.destroy()}))}));const C=_.filter((e=>st(e,c,u))),N=new Map;Je(N,this.driver,E,u,o.AUTO_STYLE).forEach((e=>{st(e,c,u)&&C.push(e)}));const A=new Map;m.forEach(((e,t)=>{Je(A,this.driver,new Set(e),c,o["ɵPRE_STYLE"])})),C.forEach((e=>{const t=N.get(e),n=A.get(e);N.set(e,new Map([...Array.from(t?.entries()??[]),...Array.from(n?.entries()??[])]))}));const R=[],j=[],F={};a.forEach((e=>{const{element:t,player:r,instruction:o}=e;if(n.has(t)){if(p.has(t))return r.onDestroy((()=>K(t,o.toStyles))),r.disabled=!0,r.overrideTotalTime(o.totalTime),void i.push(r);let e=F;if(D.size>1){let n=t;const r=[];for(;n=n.parentNode;){const t=D.get(n);if(t){e=t;break}r.push(n)}r.forEach((t=>D.set(t,e)))}const n=this._buildAnimation(r.namespaceId,o,P,s,A,N);if(r.setRealPlayer(n),e===F)R.push(r);else{const t=this.playersByElement.get(e);t&&t.length&&(r.parentPlayer=h(t)),i.push(r)}}else H(t,o.fromStyles),r.onDestroy((()=>K(t,o.toStyles))),j.push(r),p.has(t)&&i.push(r)})),j.forEach((e=>{const t=s.get(e.element);if(t&&t.length){const n=h(t);e.setRealPlayer(n)}})),i.forEach((e=>{e.parentPlayer?e.syncPlayerEvents(e.parentPlayer):e.destroy()}));for(let e=0;e<_.length;e++){const t=_[e],n=t[He];if(nt(t,O),n&&n.hasAnimation)continue;let r=[];if(l.size){let e=l.get(t);e&&e.length&&r.push(...e);let n=this.driver.query(t,I,!0);for(let e=0;e!e.destroyed));i.length?rt(this,t,i):this.processLeaveNode(t)}return _.length=0,R.forEach((e=>{this.players.push(e),e.onDone((()=>{e.destroy();const t=this.players.indexOf(e);this.players.splice(t,1)})),e.play()})),R}elementContainsData(e,t){let n=!1;const r=t[He];return r&&r.setForRemoval&&(n=!0),this.playersByElement.has(t)&&(n=!0),this.playersByQueriedElement.has(t)&&(n=!0),this.statesByElement.has(t)&&(n=!0),this._fetchNamespace(e).elementContainsData(t)||n}afterFlush(e){this._flushFns.push(e)}afterFlushAnimationsDone(e){this._whenQuietFns.push(e)}_getPreviousPlayers(e,t,n,r,i){let s=[];if(t){const t=this.playersByQueriedElement.get(e);t&&(s=t)}else{const t=this.playersByElement.get(e);if(t){const e=!i||i==$e;t.forEach((t=>{t.queued||(e||t.triggerName==r)&&s.push(t)}))}}return(n||r)&&(s=s.filter((e=>(!n||n==e.namespaceId)&&(!r||r==e.triggerName)))),s}_beforeAnimationBuild(e,t,n){const r=t.triggerName,i=t.element,s=t.isRemovalTransition?void 0:e,o=t.isRemovalTransition?void 0:r;for(const e of t.timelines){const r=e.element,a=r!==i,l=g(n,r,[]);this._getPreviousPlayers(r,a,s,o,t.toState).forEach((e=>{const t=e.getRealPlayer();t.beforeDestroy&&t.beforeDestroy(),e.destroy(),l.push(e)}))}H(i,t.fromStyles)}_buildAnimation(e,t,n,r,i,s){const a=t.triggerName,l=t.element,c=[],u=new Set,d=new Set,f=t.timelines.map((t=>{const h=t.element;u.add(h);const f=h[He];if(f&&f.removedBeforeQueried)return new o.NoopAnimationPlayer(t.duration,t.delay);const m=h!==l,g=function(e){const t=[];return it(e,t),t}((n.get(h)||Be).map((e=>e.getRealPlayer()))).filter((e=>{const t=e;return!!t.element&&t.element===h})),y=i.get(h),v=s.get(h),_=p(this.driver,this._normalizer,0,t.keyframes,y,v),b=this._buildPlayer(t,_,g);if(t.subTimeline&&r&&d.add(h),m){const t=new Ge(e,a,h);t.setRealPlayer(b),c.push(t)}return b}));c.forEach((e=>{g(this.playersByQueriedElement,e.element,[]).push(e),e.onDone((()=>function(e,t,n){let r=e.get(t);if(r){if(r.length){const e=r.indexOf(n);r.splice(e,1)}0==r.length&&e.delete(t)}return r}(this.playersByQueriedElement,e.element,e)))})),u.forEach((e=>tt(e,R)));const m=h(f);return m.onDestroy((()=>{u.forEach((e=>nt(e,R))),K(l,t.toStyles)})),d.forEach((e=>{g(r,e,[]).push(m)})),m}_buildPlayer(e,t,n){return t.length>0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,n):new o.NoopAnimationPlayer(e.duration,e.delay)}}class Ge{constructor(e,t,n){this.namespaceId=e,this.triggerName=t,this.element=n,this._player=new o.NoopAnimationPlayer,this._containsRealPlayer=!1,this._queuedCallbacks=new Map,this.destroyed=!1,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(e){this._containsRealPlayer||(this._player=e,this._queuedCallbacks.forEach(((t,n)=>{t.forEach((t=>d(e,n,void 0,t)))})),this._queuedCallbacks.clear(),this._containsRealPlayer=!0,this.overrideTotalTime(e.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(e){this.totalTime=e}syncPlayerEvents(e){const t=this._player;t.triggerCallback&&e.onStart((()=>t.triggerCallback("start"))),e.onDone((()=>this.finish())),e.onDestroy((()=>this.destroy()))}_queueEvent(e,t){g(this._queuedCallbacks,e,[]).push(t)}onDone(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)}onStart(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)}onDestroy(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(e){this.queued||this._player.setPosition(e)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(e){const t=this._player;t.triggerCallback&&t.triggerCallback(e)}}function Ye(e){return e&&1===e.nodeType}function Xe(e,t){const n=e.style.display;return e.style.display=null!=t?t:"none",n}function Je(e,t,n,r,i){const s=[];n.forEach((e=>s.push(Xe(e))));const o=[];r.forEach(((n,r)=>{const s=new Map;n.forEach((e=>{const n=t.computeStyle(r,e,i);s.set(e,n),n&&0!=n.length||(r[He]=Ke,o.push(r))})),e.set(r,s)}));let a=0;return n.forEach((e=>Xe(e,s[a++]))),o}function et(e,t){const n=new Map;if(e.forEach((e=>n.set(e,[]))),0==t.length)return n;const r=new Set(t),i=new Map;function s(e){if(!e)return 1;let t=i.get(e);if(t)return t;const o=e.parentNode;return t=n.has(o)?o:r.has(o)?1:s(o),i.set(e,t),t}return t.forEach((e=>{const t=s(e);1!==t&&n.get(t).push(e)})),n}function tt(e,t){e.classList?.add(t)}function nt(e,t){e.classList?.remove(t)}function rt(e,t,n){h(n).onDone((()=>e.processLeaveNode(t)))}function it(e,t){for(let n=0;ni.add(e))):t.set(e,r),n.delete(e),!0}class ot{constructor(e,t,n){this.bodyNode=e,this._driver=t,this._normalizer=n,this._triggerCache={},this.onRemovalComplete=(e,t)=>{},this._transitionEngine=new We(e,t,n),this._timelineEngine=new ze(e,t,n),this._transitionEngine.onRemovalComplete=(e,t)=>this.onRemovalComplete(e,t)}registerTrigger(e,t,n,i,s){const o=e+"-"+i;let a=this._triggerCache[o];if(!a){const e=[],t=[],n=he(this._driver,s,e,t);if(e.length)throw function(e,t){return new r["ɵRuntimeError"](3404,ngDevMode&&`The animation trigger "${e}" has failed to build due to the following errors:\n - ${t.map((e=>e.message)).join("\n - ")}`)}(i,e);t.length&&function(e,t){ne&&console.warn(`The animation trigger "${e}" has built with the following warnings:${re(t)}`)}(i,t),a=function(e,t,n){return new je(e,t,n)}(i,n,this._normalizer),this._triggerCache[o]=a}this._transitionEngine.registerTrigger(t,i,a)}register(e,t){this._transitionEngine.register(e,t)}destroy(e,t){this._transitionEngine.destroy(e,t)}onInsert(e,t,n,r){this._transitionEngine.insertNode(e,t,n,r)}onRemove(e,t,n,r){this._transitionEngine.removeNode(e,t,r||!1,n)}disableAnimations(e,t){this._transitionEngine.markElementAsDisabled(e,t)}process(e,t,n,r){if("@"==n.charAt(0)){const[e,i]=y(n),s=r;this._timelineEngine.command(e,t,i,s)}else this._transitionEngine.trigger(e,t,n,r)}listen(e,t,n,r,i){if("@"==n.charAt(0)){const[e,r]=y(n);return this._timelineEngine.listen(e,t,r,i)}return this._transitionEngine.listen(e,t,n,r,i)}flush(e=-1){this._transitionEngine.flush(e)}get players(){return this._transitionEngine.players.concat(this._timelineEngine.players)}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}}class at{constructor(e,t,n){this._element=e,this._startStyles=t,this._endStyles=n,this._state=0;let r=at.initialStylesByElement.get(e);r||at.initialStylesByElement.set(e,r=new Map),this._initialStyles=r}start(){this._state<1&&(this._startStyles&&K(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(K(this._element,this._initialStyles),this._endStyles&&(K(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(at.initialStylesByElement.delete(this._element),this._startStyles&&(H(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(H(this._element,this._endStyles),this._endStyles=null),K(this._element,this._initialStyles),this._state=3)}}function lt(e){let t=null;return e.forEach(((e,n)=>{(function(e){return"display"===e||"position"===e})(n)&&(t=t||new Map,t.set(n,e))})),t}at.initialStylesByElement=new WeakMap;class ct{constructor(e,t,n,r){this.element=e,this.keyframes=t,this.options=n,this._specialStyles=r,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this._originalOnDoneFns=[],this._originalOnStartFns=[],this.time=0,this.parentPlayer=null,this.currentSnapshot=new Map,this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach((e=>e())),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const e=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,e,this.options),this._finalKeyframe=e.length?e[e.length-1]:new Map,this.domPlayer.addEventListener("finish",(()=>this._onFinish()))}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_convertKeyframesToObject(e){const t=[];return e.forEach((e=>{t.push(Object.fromEntries(e))})),t}_triggerWebAnimation(e,t,n){return e.animate(this._convertKeyframesToObject(t),n)}onStart(e){this._originalOnStartFns.push(e),this._onStartFns.push(e)}onDone(e){this._originalOnDoneFns.push(e),this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach((e=>e())),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach((e=>e())),this._onDestroyFns=[])}setPosition(e){void 0===this.domPlayer&&this.init(),this.domPlayer.currentTime=e*this.time}getPosition(){return this.domPlayer.currentTime/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const e=new Map;if(this.hasStarted()){this._finalKeyframe.forEach(((t,n)=>{"offset"!==n&&e.set(n,this._finished?t:te(this.element,n))}))}this.currentSnapshot=e}triggerCallback(e){const t="start"===e?this._onStartFns:this._onDoneFns;t.forEach((e=>e())),t.length=0}}class ut{validateStyleProperty(e){return"undefined"!=typeof ngDevMode&&!ngDevMode||k(e)}validateAnimatableStyleProperty(e){if("undefined"==typeof ngDevMode||ngDevMode){return function(e){return c.has(e)}(J(e))}return!0}matchesElement(e,t){return!1}containsElement(e,t){return S(e,t)}getParentElement(e){return E(e)}query(e,t,n){return P(e,t,n)}computeStyle(e,t,n){return window.getComputedStyle(e)[t]}animate(e,t,n,r,i,s=[]){const o={duration:n,delay:r,fill:0==r?"both":"forwards"};i&&(o.easing=i);const a=new Map,l=s.filter((e=>e instanceof ct));(function(e,t){return 0===e||0===t})(n,r)&&l.forEach((e=>{e.currentSnapshot.forEach(((e,t)=>a.set(t,e)))}));let c=function(e){return e.length?e[0]instanceof Map?e:e.map((e=>L(e))):[]}(t).map((e=>Z(e)));c=function(e,t,n){if(n.size&&t.length){let r=t[0],i=[];if(n.forEach(((e,t)=>{r.has(t)||i.push(t),r.set(t,e)})),i.length)for(let n=1;nr.set(t,te(e,t))))}}return t}(e,c,a);const u=function(e,t){let n=null,r=null;return Array.isArray(t)&&t.length?(n=lt(t[0]),t.length>1&&(r=lt(t[t.length-1]))):t instanceof Map&&(n=lt(t)),n||r?new at(e,n,r):null}(e,c);return new ct(e,c,o,u)}}var ht=n(80179);class pt extends o.AnimationBuilder{constructor(e,t){super(),this._nextAnimationId=0;const n={id:"0",encapsulation:r.ViewEncapsulation.None,styles:[],data:{animation:[]}};this._renderer=e.createRenderer(t.body,n)}build(e){const t=this._nextAnimationId.toString();this._nextAnimationId++;const n=Array.isArray(e)?(0,o.sequence)(e):e;return mt(this._renderer,null,t,"register",[n]),new dt(t,this._renderer)}}pt.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pt,deps:[{token:r.RendererFactory2},{token:ht.DOCUMENT}],target:r["ɵɵFactoryTarget"].Injectable}),pt.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pt}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pt,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:r.RendererFactory2},{type:void 0,decorators:[{type:r.Inject,args:[ht.DOCUMENT]}]}]}});class dt extends o.AnimationFactory{constructor(e,t){super(),this._id=e,this._renderer=t}create(e,t){return new ft(this._id,e,t||{},this._renderer)}}class ft{constructor(e,t,n,r){this.id=e,this.element=t,this._renderer=r,this.parentPlayer=null,this._started=!1,this.totalTime=0,this._command("create",n)}_listen(e,t){return this._renderer.listen(this.element,`@@${this.id}:${e}`,t)}_command(e,...t){return mt(this._renderer,this.element,this.id,e,t)}onDone(e){this._listen("done",e)}onStart(e){this._listen("start",e)}onDestroy(e){this._listen("destroy",e)}init(){this._command("init")}hasStarted(){return this._started}play(){this._command("play"),this._started=!0}pause(){this._command("pause")}restart(){this._command("restart")}finish(){this._command("finish")}destroy(){this._command("destroy")}reset(){this._command("reset"),this._started=!1}setPosition(e){this._command("setPosition",e)}getPosition(){return this._renderer.engine.players[+this.id]?.getPosition()??0}}function mt(e,t,n,r,i){return e.setProperty(t,`@@${n}:${r}`,i)}const gt="@",yt="@.disabled";class vt{constructor(e,t,n){this.delegate=e,this.engine=t,this._zone=n,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,this.promise=Promise.resolve(0),t.onRemovalComplete=(e,t)=>{const n=t?.parentNode(e);n&&t.removeChild(n,e)}}createRenderer(e,t){const n=this.delegate.createRenderer(e,t);if(!(e&&t&&t.data&&t.data.animation)){let e=this._rendererCache.get(n);return e||(e=new _t("",n,this.engine),this._rendererCache.set(n,e)),e}const r=t.id,i=t.id+"-"+this._currentId;this._currentId++,this.engine.register(i,e);const s=t=>{Array.isArray(t)?t.forEach(s):this.engine.registerTrigger(r,i,e,t.name,t)};return t.data.animation.forEach(s),new bt(this,i,n,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){this.promise.then((()=>{this._microtaskId++}))}scheduleListenerCallback(e,t,n){e>=0&&et(n))):(0==this._animationCallbacksBuffer.length&&Promise.resolve(null).then((()=>{this._zone.run((()=>{this._animationCallbacksBuffer.forEach((e=>{const[t,n]=e;t(n)})),this._animationCallbacksBuffer=[]}))})),this._animationCallbacksBuffer.push([t,n]))}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular((()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)})),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}}vt.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vt,deps:[{token:r.RendererFactory2},{token:ot},{token:r.NgZone}],target:r["ɵɵFactoryTarget"].Injectable}),vt.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vt}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vt,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:r.RendererFactory2},{type:ot},{type:r.NgZone}]}});class _t{constructor(e,t,n){this.namespaceId=e,this.delegate=t,this.engine=n,this.destroyNode=this.delegate.destroyNode?e=>t.destroyNode(e):null}get data(){return this.delegate.data}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.delegate.destroy()}createElement(e,t){return this.delegate.createElement(e,t)}createComment(e){return this.delegate.createComment(e)}createText(e){return this.delegate.createText(e)}appendChild(e,t){this.delegate.appendChild(e,t),this.engine.onInsert(this.namespaceId,t,e,!1)}insertBefore(e,t,n,r=!0){this.delegate.insertBefore(e,t,n),this.engine.onInsert(this.namespaceId,t,e,r)}removeChild(e,t,n){this.engine.onRemove(this.namespaceId,t,this.delegate,n)}selectRootElement(e,t){return this.delegate.selectRootElement(e,t)}parentNode(e){return this.delegate.parentNode(e)}nextSibling(e){return this.delegate.nextSibling(e)}setAttribute(e,t,n,r){this.delegate.setAttribute(e,t,n,r)}removeAttribute(e,t,n){this.delegate.removeAttribute(e,t,n)}addClass(e,t){this.delegate.addClass(e,t)}removeClass(e,t){this.delegate.removeClass(e,t)}setStyle(e,t,n,r){this.delegate.setStyle(e,t,n,r)}removeStyle(e,t,n){this.delegate.removeStyle(e,t,n)}setProperty(e,t,n){t.charAt(0)==gt&&t==yt?this.disableAnimations(e,!!n):this.delegate.setProperty(e,t,n)}setValue(e,t){this.delegate.setValue(e,t)}listen(e,t,n){return this.delegate.listen(e,t,n)}disableAnimations(e,t){this.engine.disableAnimations(e,t)}}class bt extends _t{constructor(e,t,n,r){super(t,n,r),this.factory=e,this.namespaceId=t}setProperty(e,t,n){t.charAt(0)==gt?"."==t.charAt(1)&&t==yt?(n=void 0===n||!!n,this.disableAnimations(e,n)):this.engine.process(this.namespaceId,e,t.slice(1),n):this.delegate.setProperty(e,t,n)}listen(e,t,n){if(t.charAt(0)==gt){const r=function(e){switch(e){case"body":return document.body;case"document":return document;case"window":return window;default:return e}}(e);let i=t.slice(1),s="";return i.charAt(0)!=gt&&([i,s]=function(e){const t=e.indexOf("."),n=e.substring(0,t),r=e.slice(t+1);return[n,r]}(i)),this.engine.listen(this.namespaceId,r,i,s,(e=>{const t=e._data||-1;this.factory.scheduleListenerCallback(t,n,e)}))}return this.delegate.listen(e,t,n)}}class Et extends ot{constructor(e,t,n,r){super(e.body,t,n)}ngOnDestroy(){this.flush()}}Et.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Et,deps:[{token:ht.DOCUMENT},{token:C},{token:De},{token:r.ApplicationRef}],target:r["ɵɵFactoryTarget"].Injectable}),Et.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Et}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Et,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Inject,args:[ht.DOCUMENT]}]},{type:C},{type:De},{type:r.ApplicationRef}]}});const Tt=[{provide:o.AnimationBuilder,useClass:pt},{provide:De,useFactory:function(){return new Me}},{provide:ot,useClass:Et},{provide:r.RendererFactory2,useFactory:function(e,t,n){return new vt(e,t,n)},deps:[s["ɵDomRendererFactory2"],ot,r.NgZone]}],wt=[{provide:C,useFactory:()=>new ut},{provide:r.ANIMATION_MODULE_TYPE,useValue:"BrowserAnimations"},...Tt],kt=[{provide:C,useClass:D},{provide:r.ANIMATION_MODULE_TYPE,useValue:"NoopAnimations"},...Tt];class St{static withConfig(e){return{ngModule:St,providers:e.disableAnimations?kt:wt}}}St.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:St,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),St.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:St,exports:[s.BrowserModule]}),St.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:St,providers:wt,imports:[s.BrowserModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:St,decorators:[{type:r.NgModule,args:[{exports:[s.BrowserModule],providers:wt}]}]});class Pt{}Pt.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pt,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Pt.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Pt,exports:[s.BrowserModule]}),Pt.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pt,providers:kt,imports:[s.BrowserModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pt,decorators:[{type:r.NgModule,args:[{exports:[s.BrowserModule],providers:kt}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18927.37edba7b34ca676cd796.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18927.37edba7b34ca676cd796.js.LICENSE.txt new file mode 100644 index 0000000..81823dd --- /dev/null +++ b/dist/apps/processing-runtime-widget/18927.37edba7b34ca676cd796.js.LICENSE.txt @@ -0,0 +1,21 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/18941.202a0d8fe5b9bd72be20.js b/dist/apps/processing-runtime-widget/18941.202a0d8fe5b9bd72be20.js new file mode 100644 index 0000000..aa41913 --- /dev/null +++ b/dist/apps/processing-runtime-widget/18941.202a0d8fe5b9bd72be20.js @@ -0,0 +1,2 @@ +/*! For license information please see 18941.202a0d8fe5b9bd72be20.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[18941],{18941:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/18941.202a0d8fe5b9bd72be20.js.LICENSE.txt b/dist/apps/processing-runtime-widget/18941.202a0d8fe5b9bd72be20.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/18941.202a0d8fe5b9bd72be20.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19073.fe22fbcd4f3772565079.js b/dist/apps/processing-runtime-widget/19073.fe22fbcd4f3772565079.js new file mode 100644 index 0000000..ad5b703 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19073.fe22fbcd4f3772565079.js @@ -0,0 +1,2 @@ +/*! For license information please see 19073.fe22fbcd4f3772565079.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19073],{19073:function(e,a,n){n.r(a);const u=void 0;a.default=["en-TZ",[["a","p"],["am","pm"],u],[["am","pm"],u,u],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],u,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],u,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",u,"{1} 'at' {0}",u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TZS","TSh","Tanzanian Shilling",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19073.fe22fbcd4f3772565079.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19073.fe22fbcd4f3772565079.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19073.fe22fbcd4f3772565079.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19257.378f8243d9cf8855b82d.js b/dist/apps/processing-runtime-widget/19257.378f8243d9cf8855b82d.js new file mode 100644 index 0000000..efe416a --- /dev/null +++ b/dist/apps/processing-runtime-widget/19257.378f8243d9cf8855b82d.js @@ -0,0 +1,2 @@ +/*! For license information please see 19257.378f8243d9cf8855b82d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19257],{19257:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-LU",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],LUF:["F"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19257.378f8243d9cf8855b82d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19257.378f8243d9cf8855b82d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19257.378f8243d9cf8855b82d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19267.ad65010f666ba011aeff.js b/dist/apps/processing-runtime-widget/19267.ad65010f666ba011aeff.js new file mode 100644 index 0000000..6063946 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19267.ad65010f666ba011aeff.js @@ -0,0 +1,2 @@ +/*! For license information please see 19267.ad65010f666ba011aeff.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19267],{19267:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19267.ad65010f666ba011aeff.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19267.ad65010f666ba011aeff.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19267.ad65010f666ba011aeff.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19320.cfe6154be49b3103f8bf.js b/dist/apps/processing-runtime-widget/19320.cfe6154be49b3103f8bf.js new file mode 100644 index 0000000..43fe644 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19320.cfe6154be49b3103f8bf.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19320],{19320:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19457.0c11c754b6cf4063641f.js b/dist/apps/processing-runtime-widget/19457.0c11c754b6cf4063641f.js new file mode 100644 index 0000000..de07f4b --- /dev/null +++ b/dist/apps/processing-runtime-widget/19457.0c11c754b6cf4063641f.js @@ -0,0 +1,2 @@ +/*! For license information please see 19457.0c11c754b6cf4063641f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19457],{19457:function(a,e,r){r.r(e);const n=void 0;e.default=["dsb",[["dop.","wótp."],["dopołdnja","wótpołdnja"],n],[["am","pm"],n,["dopołdnja","wótpołdnja"]],[["n","p","w","s","s","p","s"],["nje","pón","wał","srj","stw","pět","sob"],["njeźela","pónjeźele","wałtora","srjoda","stwórtk","pětk","sobota"],["nj","pó","wa","sr","st","pě","so"]],n,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","měr.","apr.","maj.","jun.","jul.","awg.","sep.","okt.","now.","dec."],["januara","februara","měrca","apryla","maja","junija","julija","awgusta","septembra","oktobra","nowembra","decembra"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","měr","apr","maj","jun","jul","awg","sep","okt","now","dec"],["januar","februar","měrc","apryl","maj","junij","julij","awgust","september","oktober","nowember","december"]],[["pś.Chr.n.","pó Chr.n."],n,["pśed Kristusowym naroźenim","pó Kristusowem naroźenju"]],1,[6,0],["d.M.yy","d.M.y","d. MMMM y","EEEE, d. MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",n,n,n],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[n,"$"],PLN:["zł"],THB:["฿"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),r=a.toString().replace(/^[^.]*\.?/,"").length,n=parseInt(a.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===r&&e%100==1||n%100==1?1:0===r&&e%100==2||n%100==2?2:0===r&&e%100===Math.floor(e%100)&&e%100>=3&&e%100<=4||n%100===Math.floor(n%100)&&n%100>=3&&n%100<=4?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19457.0c11c754b6cf4063641f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19457.0c11c754b6cf4063641f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19457.0c11c754b6cf4063641f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19602.2394c685dab5425d0888.js b/dist/apps/processing-runtime-widget/19602.2394c685dab5425d0888.js new file mode 100644 index 0000000..30eccd3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19602.2394c685dab5425d0888.js @@ -0,0 +1,2 @@ +/*! For license information please see 19602.2394c685dab5425d0888.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19602],{19602:function(u,c,i){i.r(c);const e=void 0;c.default=[[["මැ","ම","පා","උ","ද","හ","රෑ","මැ"],["මැදියම","මධ්‍යාහ්නය","පාන්දර","උදේ","දවල්","හවස","රෑ","මැදියමට පසු"],e],[["මැදියම","මධ්‍යාහ්නය","පාන්දර","උදේ","දවල්","හවස","රෑ","මැදියමට පසු"],e,e],["00:00","12:00",["01:00","06:00"],["06:00","12:00"],["12:00","14:00"],["14:00","18:00"],["18:00","24:00"],["00:00","01:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19602.2394c685dab5425d0888.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19602.2394c685dab5425d0888.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19602.2394c685dab5425d0888.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19656.18a341e05e5e0bf0af16.js b/dist/apps/processing-runtime-widget/19656.18a341e05e5e0bf0af16.js new file mode 100644 index 0000000..51c6dd4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19656.18a341e05e5e0bf0af16.js @@ -0,0 +1,2 @@ +/*! For license information please see 19656.18a341e05e5e0bf0af16.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19656],{19656:function(i,e,r){r.r(e);const u=void 0;e.default=["ro",[["a.m.","p.m."],u,u],u,[["D","L","M","M","J","V","S"],["dum.","lun.","mar.","mie.","joi","vin.","sâm."],["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],["du.","lu.","ma.","mi.","joi","vi.","sâ."]],u,[["I","F","M","A","M","I","I","A","S","O","N","D"],["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]],u,[["î.Hr.","d.Hr."],u,["înainte de Hristos","după Hristos"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",u,u,u],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RON","RON","leu românesc",{AUD:[u,"$"],BRL:[u,"R$"],BYN:[u,"р."],CAD:[u,"$"],CNY:[u,"¥"],EUR:[u,"€"],GBP:[u,"£"],HKD:[u,"$"],ILS:[u,"₪"],INR:[u,"₹"],JPY:[u,"¥"],KRW:[u,"₩"],MXN:[u,"$"],NZD:[u,"$"],PHP:[u,"₱"],TWD:[u,"NT$"],USD:[u,"$"],VND:[u,"₫"],XCD:[u,"$"]},"ltr",function(i){const e=i,r=Math.floor(Math.abs(i)),u=i.toString().replace(/^[^.]*\.?/,"").length;return 1===r&&0===u?1:0!==u||0===e||e%100===Math.floor(e%100)&&e%100>=2&&e%100<=19?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19656.18a341e05e5e0bf0af16.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19656.18a341e05e5e0bf0af16.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19656.18a341e05e5e0bf0af16.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19844.4e30250e67c809b40442.js b/dist/apps/processing-runtime-widget/19844.4e30250e67c809b40442.js new file mode 100644 index 0000000..e07b5b2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19844.4e30250e67c809b40442.js @@ -0,0 +1,2 @@ +/*! For license information please see 19844.4e30250e67c809b40442.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19844],{19844:function(a,e,u){u.r(e);const r=void 0;e.default=["en-DM",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19844.4e30250e67c809b40442.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19844.4e30250e67c809b40442.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19844.4e30250e67c809b40442.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/19862.5733e534e1d45ca0714c.js b/dist/apps/processing-runtime-widget/19862.5733e534e1d45ca0714c.js new file mode 100644 index 0000000..5c0ac97 --- /dev/null +++ b/dist/apps/processing-runtime-widget/19862.5733e534e1d45ca0714c.js @@ -0,0 +1,2 @@ +/*! For license information please see 19862.5733e534e1d45ca0714c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[19862],{19862:function(D,$,M){M.r($);const B=void 0;$.default=["ar-ER",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ERN","Nfk","ناكفا أريتري",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],ERN:["Nfk"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/19862.5733e534e1d45ca0714c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/19862.5733e534e1d45ca0714c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/19862.5733e534e1d45ca0714c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/199.ebf2607f43450f1e6abf.js b/dist/apps/processing-runtime-widget/199.ebf2607f43450f1e6abf.js new file mode 100644 index 0000000..9db6a00 --- /dev/null +++ b/dist/apps/processing-runtime-widget/199.ebf2607f43450f1e6abf.js @@ -0,0 +1,2 @@ +/*! For license information please see 199.ebf2607f43450f1e6abf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[199],{199:function(e,u,a){a.r(u);const r=void 0;u.default=["en-DG",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/199.ebf2607f43450f1e6abf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/199.ebf2607f43450f1e6abf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/199.ebf2607f43450f1e6abf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20024.ce39b036d77bfb4bc659.js b/dist/apps/processing-runtime-widget/20024.ce39b036d77bfb4bc659.js new file mode 100644 index 0000000..a36a127 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20024.ce39b036d77bfb4bc659.js @@ -0,0 +1,2 @@ +/*! For license information please see 20024.ce39b036d77bfb4bc659.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20024],{20024:function(a,e,n){n.r(e);const r=void 0;e.default=["nl-SX",[["a.m.","p.m."],r,r],r,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],r,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,"{1} 'om' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"ANG","NAf.","Nederlands-Antilliaanse gulden",{ANG:["NAf."],AUD:["AU$","$"],BYN:[r,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[r,"₱"],RUR:[r,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),n=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20024.ce39b036d77bfb4bc659.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20024.ce39b036d77bfb4bc659.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20024.ce39b036d77bfb4bc659.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20055.170dd67d0cdd123c7ab5.js b/dist/apps/processing-runtime-widget/20055.170dd67d0cdd123c7ab5.js new file mode 100644 index 0000000..eda512d --- /dev/null +++ b/dist/apps/processing-runtime-widget/20055.170dd67d0cdd123c7ab5.js @@ -0,0 +1,2 @@ +/*! For license information please see 20055.170dd67d0cdd123c7ab5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20055],{20055:function(e,a,u){u.r(a);const n=void 0;a.default=["en-LS",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","R","South African Rand",{JPY:["JP¥","¥"],USD:["US$","$"],ZAR:["R"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20055.170dd67d0cdd123c7ab5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20055.170dd67d0cdd123c7ab5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20055.170dd67d0cdd123c7ab5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20248.4c33386f8fcd85beb5d1.js b/dist/apps/processing-runtime-widget/20248.4c33386f8fcd85beb5d1.js new file mode 100644 index 0000000..9f5433a --- /dev/null +++ b/dist/apps/processing-runtime-widget/20248.4c33386f8fcd85beb5d1.js @@ -0,0 +1,2 @@ +/*! For license information please see 20248.4c33386f8fcd85beb5d1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20248],{20248:function(a,s,g){g.r(s);const c=void 0;s.default=[[["gecəyarı","g","sübh","səhər","gündüz","axşamüstü","axşam","gecə"],["gecəyarı","günorta","sübh","səhər","gündüz","axşamüstü","axşam","gecə"],c],[["gecəyarı","günorta","sübh","səhər","gündüz","axşamüstü","axşam","gecə"],c,c],["00:00","12:00",["04:00","06:00"],["06:00","12:00"],["12:00","17:00"],["17:00","19:00"],["19:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20248.4c33386f8fcd85beb5d1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20248.4c33386f8fcd85beb5d1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20248.4c33386f8fcd85beb5d1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20281.c3aa87cf7831c99699a9.js b/dist/apps/processing-runtime-widget/20281.c3aa87cf7831c99699a9.js new file mode 100644 index 0000000..93ac00f --- /dev/null +++ b/dist/apps/processing-runtime-widget/20281.c3aa87cf7831c99699a9.js @@ -0,0 +1,2 @@ +/*! For license information please see 20281.c3aa87cf7831c99699a9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20281],{20281:function(i,e,o){o.r(e);const t=void 0;e.default=[[["mezzanotte","mezzogiorno","di mattina","di pomeriggio","di sera","di notte"],t,["mezzanotte","mezzogiorno","di mattina","del pomeriggio","di sera","di notte"]],[["mezzanotte","mezzogiorno","mattina","pomeriggio","sera","notte"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20281.c3aa87cf7831c99699a9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20281.c3aa87cf7831c99699a9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20281.c3aa87cf7831c99699a9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20303.6453a5a1b50329befe1d.js b/dist/apps/processing-runtime-widget/20303.6453a5a1b50329befe1d.js new file mode 100644 index 0000000..12c6949 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20303.6453a5a1b50329befe1d.js @@ -0,0 +1,2 @@ +/*! For license information please see 20303.6453a5a1b50329befe1d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20303],{20303:function(s,u,n){n.r(u);const c=void 0;u.default=["ne",[["पूर्वाह्न","अपराह्न"],c,c],c,[["आ","सो","म","बु","बि","शु","श"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"],["आइतबार","सोमबार","मङ्गलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"]],c,[["जन","फेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"],c],[["जन","फेेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"],c],[["ईसा पूर्व","सन्"],c,c],0,[6,0],["yy/M/d","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",c,"{1} {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"NPR","नेरू","नेपाली रूपैयाँ",{BYN:[c,"р."],JPY:["JP¥","¥"],NPR:["नेरू","रू"],PHP:[c,"₱"],THB:["฿"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20303.6453a5a1b50329befe1d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20303.6453a5a1b50329befe1d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20303.6453a5a1b50329befe1d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20390.821e7e8e20354ae11716.js b/dist/apps/processing-runtime-widget/20390.821e7e8e20354ae11716.js new file mode 100644 index 0000000..9608761 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20390.821e7e8e20354ae11716.js @@ -0,0 +1,2 @@ +/*! For license information please see 20390.821e7e8e20354ae11716.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20390],{20390:function(e,s,o){o.r(s);const i=void 0;s.default=["es-CU",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"CUP","$","peso cubano",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],CUP:["$"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:["US$","$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20390.821e7e8e20354ae11716.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20390.821e7e8e20354ae11716.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20390.821e7e8e20354ae11716.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20399.5bc2c7e7095546441209.js b/dist/apps/processing-runtime-widget/20399.5bc2c7e7095546441209.js new file mode 100644 index 0000000..543080d --- /dev/null +++ b/dist/apps/processing-runtime-widget/20399.5bc2c7e7095546441209.js @@ -0,0 +1,2 @@ +/*! For license information please see 20399.5bc2c7e7095546441209.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20399],{20399:function(e,s,o){o.r(s);const i=void 0;s.default=["es-VE",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["Do","Lu","Ma","Mi","Ju","Vi","Sa"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["Do","Lu","Ma","Mi","Ju","Vi","Sa"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"VES","Bs.S","bolívar soberano",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:[i,"$"],VEF:["Bs."],VES:["Bs.S"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===a&&0!==o&&o%1e6==0&&0===i||!(a>=0&&a<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20399.5bc2c7e7095546441209.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20399.5bc2c7e7095546441209.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20399.5bc2c7e7095546441209.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20444.1f9608e3b32c613fb718.js b/dist/apps/processing-runtime-widget/20444.1f9608e3b32c613fb718.js new file mode 100644 index 0000000..6ac0918 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20444.1f9608e3b32c613fb718.js @@ -0,0 +1,2 @@ +/*! For license information please see 20444.1f9608e3b32c613fb718.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20444],{20444:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20444.1f9608e3b32c613fb718.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20444.1f9608e3b32c613fb718.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20444.1f9608e3b32c613fb718.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20500.82236845ab0b6d960982.js b/dist/apps/processing-runtime-widget/20500.82236845ab0b6d960982.js new file mode 100644 index 0000000..dff3376 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20500.82236845ab0b6d960982.js @@ -0,0 +1,2 @@ +/*! For license information please see 20500.82236845ab0b6d960982.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20500],{20500:function(a,s,t){t.r(s);const r=void 0;s.default=["tr",[["öö","ös"],["ÖÖ","ÖS"],r],[["ÖÖ","ÖS"],r,r],[["P","P","S","Ç","P","C","C"],["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],["Pa","Pt","Sa","Ça","Pe","Cu","Ct"]],r,[["O","Ş","M","N","M","H","T","A","E","E","K","A"],["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]],r,[["MÖ","MS"],r,["Milattan Önce","Milattan Sonra"]],1,[6,0],["d.MM.y","d MMM y","d MMMM y","d MMMM y EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","%#,##0","¤#,##0.00","#E0"],"TRY","₺","Türk Lirası",{AUD:["AU$","$"],BYN:[r,"р."],PHP:[r,"₱"],RON:[r,"L"],RUR:[r,"р."],THB:["฿"],TRY:["₺"],TWD:["NT$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20500.82236845ab0b6d960982.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20500.82236845ab0b6d960982.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20500.82236845ab0b6d960982.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20556.c3d1a4cf1d7f86ded98d.js b/dist/apps/processing-runtime-widget/20556.c3d1a4cf1d7f86ded98d.js new file mode 100644 index 0000000..2f422c5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20556.c3d1a4cf1d7f86ded98d.js @@ -0,0 +1,2 @@ +/*! For license information please see 20556.c3d1a4cf1d7f86ded98d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20556],{20556:function(e,a,u){u.r(a);const r=void 0;a.default=["en-CX",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20556.c3d1a4cf1d7f86ded98d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20556.c3d1a4cf1d7f86ded98d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20556.c3d1a4cf1d7f86ded98d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20560.1eb007e740a05f8b6db4.js b/dist/apps/processing-runtime-widget/20560.1eb007e740a05f8b6db4.js new file mode 100644 index 0000000..5bd70bd --- /dev/null +++ b/dist/apps/processing-runtime-widget/20560.1eb007e740a05f8b6db4.js @@ -0,0 +1,2 @@ +/*! For license information please see 20560.1eb007e740a05f8b6db4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20560],{20560:function(e,a,u){u.r(a);const n=void 0;a.default=["en-BW",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/yy","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"BWP","P","Botswanan Pula",{BWP:["P"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20560.1eb007e740a05f8b6db4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20560.1eb007e740a05f8b6db4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20560.1eb007e740a05f8b6db4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20596.3a5e76ae0284c568ce8e.js b/dist/apps/processing-runtime-widget/20596.3a5e76ae0284c568ce8e.js new file mode 100644 index 0000000..5378243 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20596.3a5e76ae0284c568ce8e.js @@ -0,0 +1,2 @@ +/*! For license information please see 20596.3a5e76ae0284c568ce8e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20596],{20596:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20596.3a5e76ae0284c568ce8e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20596.3a5e76ae0284c568ce8e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20596.3a5e76ae0284c568ce8e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20601.b930fa6823356946a1c8.js b/dist/apps/processing-runtime-widget/20601.b930fa6823356946a1c8.js new file mode 100644 index 0000000..1d3d354 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20601.b930fa6823356946a1c8.js @@ -0,0 +1,2 @@ +/*! For license information please see 20601.b930fa6823356946a1c8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20601],{20601:function(e,d,s){s.r(d);const r=void 0;d.default=["ca-ES-valencia",[["a. m.","p. m."],r,r],r,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],r,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],r,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}","{1}, {0}","{1}, 'a' 'les' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],MXN:[r,"$"],PHP:[r,"₱"],THB:["฿"],USD:[r,"$"],VEF:[r,"Bs F"],XCD:[r,"$"],XXX:[]},"ltr",function(e){const d=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length;return 1===d&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20601.b930fa6823356946a1c8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20601.b930fa6823356946a1c8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20601.b930fa6823356946a1c8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20636.4bfe7cd11dcac594b6bb.js b/dist/apps/processing-runtime-widget/20636.4bfe7cd11dcac594b6bb.js new file mode 100644 index 0000000..65ebf53 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20636.4bfe7cd11dcac594b6bb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20636],{20636:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2067.93bf101ebf5a13119cc1.js b/dist/apps/processing-runtime-widget/2067.93bf101ebf5a13119cc1.js new file mode 100644 index 0000000..85ed83e --- /dev/null +++ b/dist/apps/processing-runtime-widget/2067.93bf101ebf5a13119cc1.js @@ -0,0 +1,2 @@ +/*! For license information please see 2067.93bf101ebf5a13119cc1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2067],{2067:function(M,d,e){e.r(d);const a=void 0;d.default=["cy",[["b","h"],["AM","PM"],["yb","yh"]],[["AM","PM"],a,a],[["S","Ll","M","M","I","G","S"],["Sul","Llun","Maw","Mer","Iau","Gwen","Sad"],["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],["Su","Ll","Ma","Me","Ia","Gw","Sa"]],[["S","Ll","M","M","I","G","S"],["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"],["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],["Su","Ll","Ma","Me","Ia","Gw","Sa"]],[["I","Ch","M","E","M","M","G","A","M","H","T","Rh"],["Ion","Chwef","Maw","Ebr","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"],["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]],[["I","Ch","M","E","M","M","G","A","M","H","T","Rh"],["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Awst","Medi","Hyd","Tach","Rhag"],["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]],[["C","O"],["CC","OC"],["Cyn Crist","Oed Crist"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",a,"{1} 'am' {0}",a],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","Punt Prydain",{BDT:[a,"TK"],BWP:[],BYN:[a,"р."],HKD:["HK$"],JPY:["JP¥","¥"],KRW:[a,"₩"],PHP:[a,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XXX:[],ZAR:[],ZMW:[]},"ltr",function(M){return 0===M?0:1===M?1:2===M?2:3===M?3:6===M?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2067.93bf101ebf5a13119cc1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2067.93bf101ebf5a13119cc1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2067.93bf101ebf5a13119cc1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20718.b4e9d572b450c637329e.js b/dist/apps/processing-runtime-widget/20718.b4e9d572b450c637329e.js new file mode 100644 index 0000000..47db3e5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20718.b4e9d572b450c637329e.js @@ -0,0 +1,2 @@ +/*! For license information please see 20718.b4e9d572b450c637329e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20718],{20718:function(e,M,r){r.r(M);const t=void 0;M.default=["de-CH",[["AM","PM"],t,t],t,[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So","Mo","Di","Mi","Do","Fr","Sa"]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[".","’",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤-#,##0.00","#E0"],"CHF","CHF","Schweizer Franken",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],EUR:[],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(e){const M=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===M&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20718.b4e9d572b450c637329e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20718.b4e9d572b450c637329e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20718.b4e9d572b450c637329e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20874.ccbb64cbecbd7bc7862c.js b/dist/apps/processing-runtime-widget/20874.ccbb64cbecbd7bc7862c.js new file mode 100644 index 0000000..18e2b70 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20874.ccbb64cbecbd7bc7862c.js @@ -0,0 +1,2 @@ +/*! For license information please see 20874.ccbb64cbecbd7bc7862c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20874],{20874:function(e,u,a){a.r(u);const r=void 0;u.default=["en-IL",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ILS","₪","Israeli New Shekel",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20874.ccbb64cbecbd7bc7862c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20874.ccbb64cbecbd7bc7862c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20874.ccbb64cbecbd7bc7862c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20919.834f0f87e9015517263c.js b/dist/apps/processing-runtime-widget/20919.834f0f87e9015517263c.js new file mode 100644 index 0000000..dd88216 --- /dev/null +++ b/dist/apps/processing-runtime-widget/20919.834f0f87e9015517263c.js @@ -0,0 +1,2 @@ +/*! For license information please see 20919.834f0f87e9015517263c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20919],{20919:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20919.834f0f87e9015517263c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20919.834f0f87e9015517263c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20919.834f0f87e9015517263c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/20973.43930ee48a40cd793ecb.js b/dist/apps/processing-runtime-widget/20973.43930ee48a40cd793ecb.js new file mode 100644 index 0000000..872d19e --- /dev/null +++ b/dist/apps/processing-runtime-widget/20973.43930ee48a40cd793ecb.js @@ -0,0 +1,2 @@ +/*! For license information please see 20973.43930ee48a40cd793ecb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[20973],{20973:function(t,i,a){a.r(i);const n=void 0;i.default=[[["mitjanit","mat.","matí","md","tarda","vespre","nit"],["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n],[["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n,n],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/20973.43930ee48a40cd793ecb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/20973.43930ee48a40cd793ecb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/20973.43930ee48a40cd793ecb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/210.5cb36807c6df4aad345a.js b/dist/apps/processing-runtime-widget/210.5cb36807c6df4aad345a.js new file mode 100644 index 0000000..e877da8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/210.5cb36807c6df4aad345a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[210],{210:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21146.4f4ced3c169dbb3e4a55.js b/dist/apps/processing-runtime-widget/21146.4f4ced3c169dbb3e4a55.js new file mode 100644 index 0000000..1d55139 --- /dev/null +++ b/dist/apps/processing-runtime-widget/21146.4f4ced3c169dbb3e4a55.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21146],{21146:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21239.b7c8eaa775ab22ad012a.js b/dist/apps/processing-runtime-widget/21239.b7c8eaa775ab22ad012a.js new file mode 100644 index 0000000..93353d0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/21239.b7c8eaa775ab22ad012a.js @@ -0,0 +1,2 @@ +/*! For license information please see 21239.b7c8eaa775ab22ad012a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21239],{21239:function(u,c,i){i.r(c);const e=void 0;c.default=[[["поноћ","подне","ујутру","по подне","увече","ноћу"],["поноћ","подне","ујутро","по подне","увече","ноћу"],e],[["поноћ","подне","јутро","поподне","вече","ноћ"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21239.b7c8eaa775ab22ad012a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/21239.b7c8eaa775ab22ad012a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/21239.b7c8eaa775ab22ad012a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/21323.5e0211ed8012cca70f5a.js b/dist/apps/processing-runtime-widget/21323.5e0211ed8012cca70f5a.js new file mode 100644 index 0000000..713fbb8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/21323.5e0211ed8012cca70f5a.js @@ -0,0 +1,2 @@ +/*! For license information please see 21323.5e0211ed8012cca70f5a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21323],{21323:function(h,g,T){T.r(g);const n=void 0;g.default=["vi",[["s","c"],["SA","CH"],n],[["SA","CH"],n,n],[["CN","T2","T3","T4","T5","T6","T7"],["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"],["CN","T2","T3","T4","T5","T6","T7"]],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],["tháng 1","tháng 2","tháng 3","tháng 4","tháng 5","tháng 6","tháng 7","tháng 8","tháng 9","tháng 10","tháng 11","tháng 12"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"],["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"]],[["tr. CN","sau CN"],["Trước CN","Sau CN"],["Trước Thiên Chúa","Sau Công Nguyên"]],1,[6,0],["dd/MM/y","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{0}, {1}",n,"{0} {1}",n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"VND","₫","Đồng Việt Nam",{AUD:["AU$","$"],BYN:[n,"р."],PHP:[n,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(h){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21323.5e0211ed8012cca70f5a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/21323.5e0211ed8012cca70f5a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/21323.5e0211ed8012cca70f5a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/21608.6bf6a667ff679c6d6477.js b/dist/apps/processing-runtime-widget/21608.6bf6a667ff679c6d6477.js new file mode 100644 index 0000000..bc40f71 --- /dev/null +++ b/dist/apps/processing-runtime-widget/21608.6bf6a667ff679c6d6477.js @@ -0,0 +1,2 @@ +/*! For license information please see 21608.6bf6a667ff679c6d6477.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21608],{21608:function(e,a,u){u.r(a);const r=void 0;a.default=["en-ER",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ERN","Nfk","Eritrean Nakfa",{ERN:["Nfk"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21608.6bf6a667ff679c6d6477.js.LICENSE.txt b/dist/apps/processing-runtime-widget/21608.6bf6a667ff679c6d6477.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/21608.6bf6a667ff679c6d6477.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/21681.ae4022a713a4150e2497.js b/dist/apps/processing-runtime-widget/21681.ae4022a713a4150e2497.js new file mode 100644 index 0000000..2da0d54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/21681.ae4022a713a4150e2497.js @@ -0,0 +1,2 @@ +/*! For license information please see 21681.ae4022a713a4150e2497.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21681],{21681:function(s,u,t){t.r(u);const c=void 0;u.default=["pa-Guru",[["ਸ.","ਸ਼."],["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."],c],[["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."],c,c],[["ਐ","ਸੋ","ਮੰ","ਬੁੱ","ਵੀ","ਸ਼ੁੱ","ਸ਼"],["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕਰ","ਸ਼ਨਿੱਚਰ"],["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"],["ਐਤ","ਸੋਮ","ਮੰਗ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕ","ਸ਼ਨਿੱ"]],c,[["ਜ","ਫ਼","ਮਾ","ਅ","ਮ","ਜੂ","ਜੁ","ਅ","ਸ","ਅ","ਨ","ਦ"],["ਜਨ","ਫ਼ਰ","ਮਾਰਚ","ਅਪ੍ਰੈ","ਮਈ","ਜੂਨ","ਜੁਲਾ","ਅਗ","ਸਤੰ","ਅਕਤੂ","ਨਵੰ","ਦਸੰ"],["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]],c,[["ਈ.ਪੂ.","ਸੰਨ"],["ਈ. ਪੂ.","ਸੰਨ"],["ਈਸਵੀ ਪੂਰਵ","ਈਸਵੀ ਸੰਨ"]],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","[#E0]"],"INR","₹","ਭਾਰਤੀ ਰੁਪਇਆ",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){const u=s;return u===Math.floor(u)&&u>=0&&u<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21681.ae4022a713a4150e2497.js.LICENSE.txt b/dist/apps/processing-runtime-widget/21681.ae4022a713a4150e2497.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/21681.ae4022a713a4150e2497.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/21921.fe32bcb7b2293183806a.js b/dist/apps/processing-runtime-widget/21921.fe32bcb7b2293183806a.js new file mode 100644 index 0000000..b9787e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/21921.fe32bcb7b2293183806a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21921],{21921:function(e,t,n){n.r(t);t.default=[[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","på morgenen","på formiddagen","på ettermiddagen","på kvelden","på natten"]],[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","morgen","formiddag","ettermiddag","kveld","natt"]],["00:00",["06:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/21993.7140fb0bf21cf96484bf.js b/dist/apps/processing-runtime-widget/21993.7140fb0bf21cf96484bf.js new file mode 100644 index 0000000..097bf8f --- /dev/null +++ b/dist/apps/processing-runtime-widget/21993.7140fb0bf21cf96484bf.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[21993],{21993:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22048.05e43594b6620211b06c.js b/dist/apps/processing-runtime-widget/22048.05e43594b6620211b06c.js new file mode 100644 index 0000000..a68725f --- /dev/null +++ b/dist/apps/processing-runtime-widget/22048.05e43594b6620211b06c.js @@ -0,0 +1,2 @@ +/*! For license information please see 22048.05e43594b6620211b06c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22048],{22048:function(e,u,a){a.r(u);const r=void 0;u.default=["en-IE",[["a","p"],["am","pm"],["a.m.","p.m."]],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22048.05e43594b6620211b06c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22048.05e43594b6620211b06c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22048.05e43594b6620211b06c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/22151.af39cdfded827324e0c8.js b/dist/apps/processing-runtime-widget/22151.af39cdfded827324e0c8.js new file mode 100644 index 0000000..c97d29d --- /dev/null +++ b/dist/apps/processing-runtime-widget/22151.af39cdfded827324e0c8.js @@ -0,0 +1,2 @@ +/*! For license information please see 22151.af39cdfded827324e0c8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22151],{22151:function(D,$,M){M.r($);const B=void 0;$.default=["ar-LY",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"LYD","د.ل.‏","دينار ليبي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22151.af39cdfded827324e0c8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22151.af39cdfded827324e0c8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22151.af39cdfded827324e0c8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/22155.8bf2a4f19cdd0d516858.js b/dist/apps/processing-runtime-widget/22155.8bf2a4f19cdd0d516858.js new file mode 100644 index 0000000..bf7e940 --- /dev/null +++ b/dist/apps/processing-runtime-widget/22155.8bf2a4f19cdd0d516858.js @@ -0,0 +1,2 @@ +/*! For license information please see 22155.8bf2a4f19cdd0d516858.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22155],{22155:function(D,$,M){M.r($);const B=void 0;$.default=["ar-TD",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XAF","FCFA","فرنك وسط أفريقي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22155.8bf2a4f19cdd0d516858.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22155.8bf2a4f19cdd0d516858.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22155.8bf2a4f19cdd0d516858.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/22273.029cb01b5fac17dd9e26.js b/dist/apps/processing-runtime-widget/22273.029cb01b5fac17dd9e26.js new file mode 100644 index 0000000..c9285ea --- /dev/null +++ b/dist/apps/processing-runtime-widget/22273.029cb01b5fac17dd9e26.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22273],{22273:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2235.ce70d1f7c975adbe2440.js b/dist/apps/processing-runtime-widget/2235.ce70d1f7c975adbe2440.js new file mode 100644 index 0000000..6e8f58f --- /dev/null +++ b/dist/apps/processing-runtime-widget/2235.ce70d1f7c975adbe2440.js @@ -0,0 +1,2 @@ +/*! For license information please see 2235.ce70d1f7c975adbe2440.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2235],{2235:function(e,s,i){i.r(s);const t=void 0;s.default=["fy",[["AM","PM"],t,t],t,[["S","M","T","W","T","F","S"],["si","mo","ti","wo","to","fr","so"],["snein","moandei","tiisdei","woansdei","tongersdei","freed","sneon"],["si","mo","ti","wo","to","fr","so"]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mrt","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],["Jannewaris","Febrewaris","Maart","April","Maaie","Juny","July","Augustus","Septimber","Oktober","Novimber","Desimber"]],t,[["f.K.","n.K."],["f.Kr.","n.Kr."],["Foar Kristus","nei Kristus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,"{1} 'om' {0}",t],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ #,##0.00-","#E0"],"EUR","€","Euro",{AUD:["AU$","$"],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],SBD:["SI$","$"],THB:["฿"],USD:["US$","$"],XPF:[]},"ltr",function(e){const s=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2235.ce70d1f7c975adbe2440.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2235.ce70d1f7c975adbe2440.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2235.ce70d1f7c975adbe2440.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/22387.5ec3966bc1edea312100.js b/dist/apps/processing-runtime-widget/22387.5ec3966bc1edea312100.js new file mode 100644 index 0000000..5785f99 --- /dev/null +++ b/dist/apps/processing-runtime-widget/22387.5ec3966bc1edea312100.js @@ -0,0 +1,2 @@ +/*! For license information please see 22387.5ec3966bc1edea312100.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22387],{22387:function(s,t,u){u.r(t);const M=void 0;t.default=["ti",[["ቅ.ቀ.","ድ.ቀ."],M,M],M,[["ሰ","ሰ","ሰ","ረ","ሓ","ዓ","ቀ"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"],["ሰንበት","ሰኑይ","ሰሉስ","ረቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"]],M,[["ጥ","ለ","መ","ሚ","ግ","ሰ","ሓ","ነ","መ","ጥ","ሕ","ታ"],["ጥሪ","ለካ","መጋ","ሚያ","ግን","ሰነ","ሓም","ነሓ","መስ","ጥቅ","ሕዳ","ታሕ"],["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]],M,[["ዓ/ዓ","ዓ/ም"],M,["ቅድመ ክርስቶስ","ዓመተ ምሕረት"]],0,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE፣ d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",M,"{1} ሰዓት {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ETB","Br","ብር",{CNY:[M,"¥"],ETB:["Br"],JPY:[M,"¥"],USD:["US$","$"]},"ltr",function(s){const t=s;return t===Math.floor(t)&&t>=0&&t<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22387.5ec3966bc1edea312100.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22387.5ec3966bc1edea312100.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22387.5ec3966bc1edea312100.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/22622.eab02413b03c4ed129c6.js b/dist/apps/processing-runtime-widget/22622.eab02413b03c4ed129c6.js new file mode 100644 index 0000000..ee15bee --- /dev/null +++ b/dist/apps/processing-runtime-widget/22622.eab02413b03c4ed129c6.js @@ -0,0 +1,2 @@ +/*! For license information please see 22622.eab02413b03c4ed129c6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22622],{22622:function(D,$,M){M.r($);const B=void 0;$.default=["ar-QA",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"QAR","ر.ق.‏","ريال قطري",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22622.eab02413b03c4ed129c6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22622.eab02413b03c4ed129c6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22622.eab02413b03c4ed129c6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/22731.1876caf650c3ca73bb71.js b/dist/apps/processing-runtime-widget/22731.1876caf650c3ca73bb71.js new file mode 100644 index 0000000..61bbc30 --- /dev/null +++ b/dist/apps/processing-runtime-widget/22731.1876caf650c3ca73bb71.js @@ -0,0 +1,2 @@ +/*! For license information please see 22731.1876caf650c3ca73bb71.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22731],{22731:function(D,$,M){M.r($);const B=void 0;$.default=["ar-JO",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"JOD","د.أ.‏","دينار أردني",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22731.1876caf650c3ca73bb71.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22731.1876caf650c3ca73bb71.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22731.1876caf650c3ca73bb71.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2284.d247992ab2bd32dfd305.js b/dist/apps/processing-runtime-widget/2284.d247992ab2bd32dfd305.js new file mode 100644 index 0000000..d765b2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/2284.d247992ab2bd32dfd305.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2284],{2284:function(a,d,e){e.r(d);d.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],["m.","de la madrugada","de la mañana","de la tarde","de la noche"],["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"]],[["m.","madrugada","mañana","tarde","noche"],undefined,["mediodía","madrugada","mañana","tarde","noche"]],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22966.7eccc295ee3e627ba1a6.js b/dist/apps/processing-runtime-widget/22966.7eccc295ee3e627ba1a6.js new file mode 100644 index 0000000..2c84939 --- /dev/null +++ b/dist/apps/processing-runtime-widget/22966.7eccc295ee3e627ba1a6.js @@ -0,0 +1,2 @@ +/*! For license information please see 22966.7eccc295ee3e627ba1a6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[22966],{22966:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/22966.7eccc295ee3e627ba1a6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/22966.7eccc295ee3e627ba1a6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/22966.7eccc295ee3e627ba1a6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2315.238caf3a865afc675578.js b/dist/apps/processing-runtime-widget/2315.238caf3a865afc675578.js new file mode 100644 index 0000000..c86a703 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2315.238caf3a865afc675578.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2315],{2315:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23187.c9fa0cba382175db393f.js b/dist/apps/processing-runtime-widget/23187.c9fa0cba382175db393f.js new file mode 100644 index 0000000..1899091 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23187.c9fa0cba382175db393f.js @@ -0,0 +1,2 @@ +/*! For license information please see 23187.c9fa0cba382175db393f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23187],{23187:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23187.c9fa0cba382175db393f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23187.c9fa0cba382175db393f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23187.c9fa0cba382175db393f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23213.4d064e89195390812c2f.js b/dist/apps/processing-runtime-widget/23213.4d064e89195390812c2f.js new file mode 100644 index 0000000..ce2cba3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23213.4d064e89195390812c2f.js @@ -0,0 +1,2 @@ +/*! For license information please see 23213.4d064e89195390812c2f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23213],{23213:function(e,u,a){a.r(u);const r=void 0;u.default=["en-BZ",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"BZD","$","Belize Dollar",{BZD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23213.4d064e89195390812c2f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23213.4d064e89195390812c2f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23213.4d064e89195390812c2f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23224.5d87cad66591caf71aae.js b/dist/apps/processing-runtime-widget/23224.5d87cad66591caf71aae.js new file mode 100644 index 0000000..c85a183 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23224.5d87cad66591caf71aae.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23224],{23224:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2332.d844b3e2c5b4c26dbe3b.js b/dist/apps/processing-runtime-widget/2332.d844b3e2c5b4c26dbe3b.js new file mode 100644 index 0000000..60d5a0d --- /dev/null +++ b/dist/apps/processing-runtime-widget/2332.d844b3e2c5b4c26dbe3b.js @@ -0,0 +1,2 @@ +/*! For license information please see 2332.d844b3e2c5b4c26dbe3b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2332],{2332:function(e,r,u){u.r(r);const a=void 0;r.default=["en-DK",[["a","p"],["am","pm"],a],[["am","pm"],a,a],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],a,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],a,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1}, {0}",a,"{1} 'at' {0}",a],[",",".",";","%","+","-","E","·","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DKK","kr.","Danish Krone",{DKK:["kr.","kr"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const r=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===r&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2332.d844b3e2c5b4c26dbe3b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2332.d844b3e2c5b4c26dbe3b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2332.d844b3e2c5b4c26dbe3b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23457.9f6c9d7b3c7c7a9a346c.js b/dist/apps/processing-runtime-widget/23457.9f6c9d7b3c7c7a9a346c.js new file mode 100644 index 0000000..8345f79 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23457.9f6c9d7b3c7c7a9a346c.js @@ -0,0 +1,2 @@ +/*! For license information please see 23457.9f6c9d7b3c7c7a9a346c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23457],{23457:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23457.9f6c9d7b3c7c7a9a346c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23457.9f6c9d7b3c7c7a9a346c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23457.9f6c9d7b3c7c7a9a346c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23518.b1c03fd26bf02d01d0ee.js b/dist/apps/processing-runtime-widget/23518.b1c03fd26bf02d01d0ee.js new file mode 100644 index 0000000..960acd9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23518.b1c03fd26bf02d01d0ee.js @@ -0,0 +1,2 @@ +/*! For license information please see 23518.b1c03fd26bf02d01d0ee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23518],{23518:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23518.b1c03fd26bf02d01d0ee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23518.b1c03fd26bf02d01d0ee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23518.b1c03fd26bf02d01d0ee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23588.dd0615da70b8e0f04c79.js b/dist/apps/processing-runtime-widget/23588.dd0615da70b8e0f04c79.js new file mode 100644 index 0000000..0522fe6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23588.dd0615da70b8e0f04c79.js @@ -0,0 +1,2 @@ +/*! For license information please see 23588.dd0615da70b8e0f04c79.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23588],{23588:function(e,s,o){o.r(s);const i=void 0;s.default=["es-GT",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/MM/yy","d/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"GTQ","Q","quetzal",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],GTQ:["Q"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:[i,"$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23588.dd0615da70b8e0f04c79.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23588.dd0615da70b8e0f04c79.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23588.dd0615da70b8e0f04c79.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23739.714ee4e7897514a7b054.js b/dist/apps/processing-runtime-widget/23739.714ee4e7897514a7b054.js new file mode 100644 index 0000000..7ba8e08 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23739.714ee4e7897514a7b054.js @@ -0,0 +1,2 @@ +/*! For license information please see 23739.714ee4e7897514a7b054.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23739],{23739:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23739.714ee4e7897514a7b054.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23739.714ee4e7897514a7b054.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23739.714ee4e7897514a7b054.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23767.380be89206028e424abb.js b/dist/apps/processing-runtime-widget/23767.380be89206028e424abb.js new file mode 100644 index 0000000..45ac7ad --- /dev/null +++ b/dist/apps/processing-runtime-widget/23767.380be89206028e424abb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23767],{23767:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23847.898e8492d9bbfae26094.js b/dist/apps/processing-runtime-widget/23847.898e8492d9bbfae26094.js new file mode 100644 index 0000000..08293de --- /dev/null +++ b/dist/apps/processing-runtime-widget/23847.898e8492d9bbfae26094.js @@ -0,0 +1,2 @@ +/*! For license information please see 23847.898e8492d9bbfae26094.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23847],{23847:function(a,d,e){e.r(d);const l=void 0;d.default=[[["del mediodía","de la madrugada","mañana","de la tarde","de la noche"],["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],l],[["mediodía","madrugada","mañana","tarde","noche"],l,l],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23847.898e8492d9bbfae26094.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23847.898e8492d9bbfae26094.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23847.898e8492d9bbfae26094.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2385.e995bf91726c156a6dc5.js b/dist/apps/processing-runtime-widget/2385.e995bf91726c156a6dc5.js new file mode 100644 index 0000000..847d4ed --- /dev/null +++ b/dist/apps/processing-runtime-widget/2385.e995bf91726c156a6dc5.js @@ -0,0 +1,2 @@ +/*! For license information please see 2385.e995bf91726c156a6dc5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2385],{2385:function(u,c,i){i.r(c);const e=void 0;c.default=[[["អធ្រាត្រ","ថ្ងៃត្រង់","នៅពេល​ព្រឹក","នៅពេលរសៀល","នៅពេល​ល្ងាច","នៅពេល​យប់"],e,e],[["អធ្រាត្រ","ថ្ងៃ​ត្រង់","ព្រឹក","រសៀល","ល្ងាច","យប់"],e,e],["00:00","12:00",["00:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2385.e995bf91726c156a6dc5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2385.e995bf91726c156a6dc5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2385.e995bf91726c156a6dc5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23860.6e9bbe8f7bcc9974401f.js b/dist/apps/processing-runtime-widget/23860.6e9bbe8f7bcc9974401f.js new file mode 100644 index 0000000..8483384 --- /dev/null +++ b/dist/apps/processing-runtime-widget/23860.6e9bbe8f7bcc9974401f.js @@ -0,0 +1,2 @@ +/*! For license information please see 23860.6e9bbe8f7bcc9974401f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23860],{23860:function(e,u,a){a.r(u);const n=void 0;u.default=["en-CH",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".","’",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤-#,##0.00","#E0"],"CHF","CHF","Swiss Franc",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23860.6e9bbe8f7bcc9974401f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23860.6e9bbe8f7bcc9974401f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23860.6e9bbe8f7bcc9974401f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/23954.8492a648ba6c2f01de1a.js b/dist/apps/processing-runtime-widget/23954.8492a648ba6c2f01de1a.js new file mode 100644 index 0000000..4dae5ef --- /dev/null +++ b/dist/apps/processing-runtime-widget/23954.8492a648ba6c2f01de1a.js @@ -0,0 +1,2 @@ +/*! For license information please see 23954.8492a648ba6c2f01de1a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[23954],{23954:function(s,M,u){u.r(M);const c=void 0;M.default=["my",[["နံနက်","ညနေ"],c,c],c,[["တ","တ","အ","ဗ","က","သ","စ"],["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"],c,c],c,[["ဇ","ဖ","မ","ဧ","မ","ဇ","ဇ","ဩ","စ","အ","န","ဒ"],["ဇန်","ဖေ","မတ်","ဧ","မေ","ဇွန်","ဇူ","ဩ","စက်","အောက်","နို","ဒီ"],["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူလိုင်","ဩဂုတ်","စက်တင်ဘာ","အောက်တိုဘာ","နိုဝင်ဘာ","ဒီဇင်ဘာ"]],c,[["ဘီစီ","အဒေီ"],c,["ခရစ်တော် မပေါ်မီနှစ်","ခရစ်နှစ်"]],0,[6,0],["dd-MM-yy","y- MMM d","y- MMMM d","y- MMMM d- EEEE"],["H:mm","H:mm:ss","z HH:mm:ss","zzzz HH:mm:ss"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","ဂဏန်းမဟုတ်သော",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MMK","K","မြန်မာ ကျပ်",{ANG:["NAf"],AWG:["Afl"],BBD:[c,"Bds$"],BSD:[c,"B$"],BYN:[c,"р."],HTG:["G"],JPY:["JP¥","¥"],MMK:["K"],PAB:["B/."],PHP:[c,"₱"],THB:["฿"],TTD:["TT$","$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/23954.8492a648ba6c2f01de1a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/23954.8492a648ba6c2f01de1a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/23954.8492a648ba6c2f01de1a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2399.49e730541608e71553d1.js b/dist/apps/processing-runtime-widget/2399.49e730541608e71553d1.js new file mode 100644 index 0000000..e1acb85 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2399.49e730541608e71553d1.js @@ -0,0 +1,2 @@ +/*! For license information please see 2399.49e730541608e71553d1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2399],{2399:function(a,e,u){u.r(e);const s=void 0;e.default=["ms-BN",[["a","p"],["PG","PTG"],s],s,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],s,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],s,[["S.M.","TM"],s,s],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","dd MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",s,"{1} {0}",s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"BND","$","Dolar Brunei",{BND:["$"],BYN:[s,"р."],CAD:[s,"$"],JPY:["JP¥","¥"],MXN:[s,"$"],MYR:["RM"],PHP:[s,"₱"],TWD:["NT$"],USD:[s,"$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2399.49e730541608e71553d1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2399.49e730541608e71553d1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2399.49e730541608e71553d1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24156.00663355afeb9edaeadc.js b/dist/apps/processing-runtime-widget/24156.00663355afeb9edaeadc.js new file mode 100644 index 0000000..5414294 --- /dev/null +++ b/dist/apps/processing-runtime-widget/24156.00663355afeb9edaeadc.js @@ -0,0 +1,2 @@ +/*! For license information please see 24156.00663355afeb9edaeadc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24156],{24156:function(e,$,r){r.r($);const i=void 0;$.default=["fr-KM",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"KMF","CF","franc comorien",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:["CF","FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24156.00663355afeb9edaeadc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/24156.00663355afeb9edaeadc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/24156.00663355afeb9edaeadc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24236.14d9b9515329516df5c6.js b/dist/apps/processing-runtime-widget/24236.14d9b9515329516df5c6.js new file mode 100644 index 0000000..1494736 --- /dev/null +++ b/dist/apps/processing-runtime-widget/24236.14d9b9515329516df5c6.js @@ -0,0 +1,2 @@ +/*! For license information please see 24236.14d9b9515329516df5c6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24236],{24236:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24236.14d9b9515329516df5c6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/24236.14d9b9515329516df5c6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/24236.14d9b9515329516df5c6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24410.21bc47d2994a46ed1e22.js b/dist/apps/processing-runtime-widget/24410.21bc47d2994a46ed1e22.js new file mode 100644 index 0000000..b66ad1c --- /dev/null +++ b/dist/apps/processing-runtime-widget/24410.21bc47d2994a46ed1e22.js @@ -0,0 +1,2 @@ +/*! For license information please see 24410.21bc47d2994a46ed1e22.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24410],{24410:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24410.21bc47d2994a46ed1e22.js.LICENSE.txt b/dist/apps/processing-runtime-widget/24410.21bc47d2994a46ed1e22.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/24410.21bc47d2994a46ed1e22.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2454.4cd5261bb6abee0dc5b1.js b/dist/apps/processing-runtime-widget/2454.4cd5261bb6abee0dc5b1.js new file mode 100644 index 0000000..c1f7b75 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2454.4cd5261bb6abee0dc5b1.js @@ -0,0 +1,2 @@ +/*! For license information please see 2454.4cd5261bb6abee0dc5b1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2454],{2454:function(a,s,t){t.r(s);const u=void 0;s.default=["tr-CY",[["öö","ös"],["ÖÖ","ÖS"],u],[["ÖÖ","ÖS"],u,u],[["P","P","S","Ç","P","C","C"],["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],["Pa","Pt","Sa","Ça","Pe","Cu","Ct"]],u,[["O","Ş","M","N","M","H","T","A","E","E","K","A"],["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]],u,[["MÖ","MS"],u,["Milattan Önce","Milattan Sonra"]],1,[6,0],["d.MM.y","d MMM y","d MMMM y","d MMMM y EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,u,u],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","%#,##0","¤#,##0.00","#E0"],"EUR","€","Euro",{AUD:["AU$","$"],BYN:[u,"р."],PHP:[u,"₱"],RON:[u,"L"],RUR:[u,"р."],THB:["฿"],TRY:["₺"],TWD:["NT$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2454.4cd5261bb6abee0dc5b1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2454.4cd5261bb6abee0dc5b1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2454.4cd5261bb6abee0dc5b1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24629.6768b9bd9828b86ea41b.js b/dist/apps/processing-runtime-widget/24629.6768b9bd9828b86ea41b.js new file mode 100644 index 0000000..47ef168 --- /dev/null +++ b/dist/apps/processing-runtime-widget/24629.6768b9bd9828b86ea41b.js @@ -0,0 +1,2 @@ +/*! For license information please see 24629.6768b9bd9828b86ea41b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24629],{24629:function(e,$,r){r.r($);const i=void 0;$.default=["fr-GP",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24629.6768b9bd9828b86ea41b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/24629.6768b9bd9828b86ea41b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/24629.6768b9bd9828b86ea41b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24737.c64f6af9a56e363ce3bb.js b/dist/apps/processing-runtime-widget/24737.c64f6af9a56e363ce3bb.js new file mode 100644 index 0000000..b37d23a --- /dev/null +++ b/dist/apps/processing-runtime-widget/24737.c64f6af9a56e363ce3bb.js @@ -0,0 +1,2 @@ +/*! For license information please see 24737.c64f6af9a56e363ce3bb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24737],{24737:function(e,d,s){s.r(d);const r=void 0;d.default=["ca-AD",[["a. m.","p. m."],r,r],r,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],r,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],r,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}","{1}, {0}","{1}, 'a' 'les' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],MXN:[r,"$"],PHP:[r,"₱"],THB:["฿"],USD:[r,"$"],VEF:[r,"Bs F"],XCD:[r,"$"],XXX:[]},"ltr",function(e){const d=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length;return 1===d&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24737.c64f6af9a56e363ce3bb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/24737.c64f6af9a56e363ce3bb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/24737.c64f6af9a56e363ce3bb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24754.ef03e0f1da518791efcd.js b/dist/apps/processing-runtime-widget/24754.ef03e0f1da518791efcd.js new file mode 100644 index 0000000..feb3822 --- /dev/null +++ b/dist/apps/processing-runtime-widget/24754.ef03e0f1da518791efcd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24754],{24754:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24755.e336084118a97c3e39f4.js b/dist/apps/processing-runtime-widget/24755.e336084118a97c3e39f4.js new file mode 100644 index 0000000..b193f0d --- /dev/null +++ b/dist/apps/processing-runtime-widget/24755.e336084118a97c3e39f4.js @@ -0,0 +1,2 @@ +/*! For license information please see 24755.e336084118a97c3e39f4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24755],{24755:function(e,$,r){r.r($);const i=void 0;$.default=["fr-LU",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],LUF:["F"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/24755.e336084118a97c3e39f4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/24755.e336084118a97c3e39f4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/24755.e336084118a97c3e39f4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/24931.c0bc10eee3e0c2974537.js b/dist/apps/processing-runtime-widget/24931.c0bc10eee3e0c2974537.js new file mode 100644 index 0000000..f67baae --- /dev/null +++ b/dist/apps/processing-runtime-widget/24931.c0bc10eee3e0c2974537.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[24931],{24931:function(a,i,u){u.r(i);i.default=[[["usiku","mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],[["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","alasiri","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],["00:00","12:00",["04:00","07:00"],["07:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25046.39455b6772054efffc11.js b/dist/apps/processing-runtime-widget/25046.39455b6772054efffc11.js new file mode 100644 index 0000000..cbbdf94 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25046.39455b6772054efffc11.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25046],{25046:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25049.b5e0a0a1ff21111fb0e7.js b/dist/apps/processing-runtime-widget/25049.b5e0a0a1ff21111fb0e7.js new file mode 100644 index 0000000..cde6ef4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25049.b5e0a0a1ff21111fb0e7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25049],{25049:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2505.887b2b74b44df35fbdf6.js b/dist/apps/processing-runtime-widget/2505.887b2b74b44df35fbdf6.js new file mode 100644 index 0000000..1b0fea6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2505.887b2b74b44df35fbdf6.js @@ -0,0 +1,2 @@ +/*! For license information please see 2505.887b2b74b44df35fbdf6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2505],{2505:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-SN",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XOF","𞤅𞤊𞤀","𞤊𞤢𞤪𞤢𞤲 𞤅𞤊𞤀 𞤖𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫 𞤀𞤬𞤪𞤭𞤳𞤢",{BYN:[i,"р."],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2505.887b2b74b44df35fbdf6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2505.887b2b74b44df35fbdf6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2505.887b2b74b44df35fbdf6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25166.d87de065dbef82ff82b0.js b/dist/apps/processing-runtime-widget/25166.d87de065dbef82ff82b0.js new file mode 100644 index 0000000..c1ed8ba --- /dev/null +++ b/dist/apps/processing-runtime-widget/25166.d87de065dbef82ff82b0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25166],{25166:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25209.76c5b4afac9fe6aeaf6c.js b/dist/apps/processing-runtime-widget/25209.76c5b4afac9fe6aeaf6c.js new file mode 100644 index 0000000..addce80 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25209.76c5b4afac9fe6aeaf6c.js @@ -0,0 +1,2 @@ +/*! For license information please see 25209.76c5b4afac9fe6aeaf6c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25209],{25209:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,["午夜","清晨","上午","中午","下午","晚上","凌晨"]],[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25209.76c5b4afac9fe6aeaf6c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25209.76c5b4afac9fe6aeaf6c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25209.76c5b4afac9fe6aeaf6c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25259.ee828769c99b9237503f.js b/dist/apps/processing-runtime-widget/25259.ee828769c99b9237503f.js new file mode 100644 index 0000000..0b03b9d --- /dev/null +++ b/dist/apps/processing-runtime-widget/25259.ee828769c99b9237503f.js @@ -0,0 +1,2 @@ +/*! For license information please see 25259.ee828769c99b9237503f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25259],{25259:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25259.ee828769c99b9237503f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25259.ee828769c99b9237503f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25259.ee828769c99b9237503f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25274.55a6d982dcc5f905a6bd.js b/dist/apps/processing-runtime-widget/25274.55a6d982dcc5f905a6bd.js new file mode 100644 index 0000000..e5ed476 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25274.55a6d982dcc5f905a6bd.js @@ -0,0 +1,2 @@ +/*! For license information please see 25274.55a6d982dcc5f905a6bd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25274],{25274:function(o,e,n){n.r(e);const p=void 0;e.default=[[["ponoć","podne","jutro","po pod.","veče","noć"],["ponoć","podne","jutro","po pod.","veče","noću"],["ponoć","podne","ujutro","po podne","uveče","noću"]],[["ponoć","podne","jutro","popodne","veče","noć"],p,p],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25274.55a6d982dcc5f905a6bd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25274.55a6d982dcc5f905a6bd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25274.55a6d982dcc5f905a6bd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25372.719cf683c1695a882c96.js b/dist/apps/processing-runtime-widget/25372.719cf683c1695a882c96.js new file mode 100644 index 0000000..2f35947 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25372.719cf683c1695a882c96.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25372],{60364:function(t,n,e){e.d(n,{c:function(){return u}});var r=e(58156),i=e(70211),o=e(36395),u=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.value=null,n.hasNext=!1,n.hasCompleted=!1,n}return r.__extends(n,t),n.prototype._subscribe=function(n){return this.hasError?(n.error(this.thrownError),o.w.EMPTY):this.hasCompleted&&this.hasNext?(n.next(this.value),n.complete(),o.w.EMPTY):t.prototype._subscribe.call(this,n)},n.prototype.next=function(t){this.hasCompleted||(this.value=t,this.hasNext=!0)},n.prototype.error=function(n){this.hasCompleted||t.prototype.error.call(this,n)},n.prototype.complete=function(){this.hasCompleted=!0,this.hasNext&&t.prototype.next.call(this,this.value),t.prototype.complete.call(this)},n}(i.xQ)},89233:function(t,n,e){e.d(n,{X:function(){return u}});var r=e(58156),i=e(70211),o=e(41016),u=function(t){function n(n){var e=t.call(this)||this;return e._value=n,e}return r.__extends(n,t),Object.defineProperty(n.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),n.prototype._subscribe=function(n){var e=t.prototype._subscribe.call(this,n);return e&&!e.closed&&n.next(this._value),e},n.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new o.N;return this._value},n.prototype.next=function(n){t.prototype.next.call(this,this._value=n)},n}(i.xQ)},42632:function(t,n,e){e.d(n,{P:function(){return s},W:function(){return r}});var r,i=e(5631),o=e(18170),u=e(64944);r||(r={});var s=function(){function t(t,n,e){this.kind=t,this.value=n,this.error=e,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,n,e){switch(this.kind){case"N":return t&&t(this.value);case"E":return n&&n(this.error);case"C":return e&&e()}},t.prototype.accept=function(t,n,e){return t&&"function"==typeof t.next?this.observe(t):this.do(t,n,e)},t.prototype.toObservable=function(){switch(this.kind){case"N":return(0,o.of)(this.value);case"E":return(0,u._)(this.error);case"C":return(0,i.c)()}throw new Error("unexpected notification kind value")},t.createNext=function(n){return void 0!==n?new t("N",n):t.undefinedValueNotification},t.createError=function(n){return new t("E",void 0,n)},t.createComplete=function(){return t.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}()},92772:function(t,n,e){e.d(n,{y:function(){return f}});var r=e(93642),i=e(10979),o=e(23142),u=e(32174);var s=e(15050),c=e(62561),h=e(30150),f=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(n){var e=new t;return e.source=this,e.operator=n,e},t.prototype.subscribe=function(t,n,e){var r=this.operator,s=function(t,n,e){if(t){if(t instanceof i.L)return t;if(t[o.b])return t[o.b]()}return t||n||e?new i.L(t,n,e):new i.L(u.c)}(t,n,e);if(r?s.add(r.call(s,this.source)):s.add(this.source||h.v.useDeprecatedSynchronousErrorHandling&&!s.syncErrorThrowable?this._subscribe(s):this._trySubscribe(s)),h.v.useDeprecatedSynchronousErrorHandling&&s.syncErrorThrowable&&(s.syncErrorThrowable=!1,s.syncErrorThrown))throw s.syncErrorValue;return s},t.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){h.v.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=n),(0,r._)(t)?t.error(n):console.warn(n)}},t.prototype.forEach=function(t,n){var e=this;return new(n=a(n))((function(n,r){var i;i=e.subscribe((function(n){try{t(n)}catch(t){r(t),i&&i.unsubscribe()}}),r,n)}))},t.prototype._subscribe=function(t){var n=this.source;return n&&n.subscribe(t)},t.prototype[s.L]=function(){return this},t.prototype.pipe=function(){for(var t=[],n=0;nthis._bufferSize&&e.shift()}t.prototype.next.call(this,n)},n.prototype.nextTimeWindow=function(n){this.isStopped||(this._events.push(new a(this._getNow(),n)),this._trimBufferThenGetEvents()),t.prototype.next.call(this,n)},n.prototype._subscribe=function(t){var n,e=this._infiniteTimeWindow,r=e?this._events:this._trimBufferThenGetEvents(),i=this.scheduler,o=r.length;if(this.closed)throw new c.N;if(this.isStopped||this.hasError?n=u.w.EMPTY:(this.observers.push(t),n=new h.W(this,t)),i&&t.add(t=new s.ht(t,i)),e)for(var f=0;fn&&(o=Math.max(o,i-n)),o>0&&r.splice(0,o),r},n}(i.xQ),a=function(){return function(t,n){this.time=t,this.value=n}}()},38725:function(t,n,e){e.d(n,{b:function(){return r}});var r=function(){function t(n,e){void 0===e&&(e=t.now),this.SchedulerAction=n,this.now=e}return t.prototype.schedule=function(t,n,e){return void 0===n&&(n=0),new this.SchedulerAction(this,t).schedule(e,n)},t.now=function(){return Date.now()},t}()},70211:function(t,n,e){e.d(n,{Yc:function(){return f},xQ:function(){return a}});var r=e(58156),i=e(92772),o=e(10979),u=e(36395),s=e(41016),c=e(18253),h=e(23142),f=function(t){function n(n){var e=t.call(this,n)||this;return e.destination=n,e}return r.__extends(n,t),n}(o.L),a=function(t){function n(){var n=t.call(this)||this;return n.observers=[],n.closed=!1,n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return r.__extends(n,t),n.prototype[h.b]=function(){return new f(this)},n.prototype.lift=function(t){var n=new l(this,this);return n.operator=t,n},n.prototype.next=function(t){if(this.closed)throw new s.N;if(!this.isStopped)for(var n=this.observers,e=n.length,r=n.slice(),i=0;i1&&"number"==typeof t[t.length-1]&&(e=t.pop())):"number"==typeof c&&(e=t.pop()),null===s&&1===t.length&&t[0]instanceof r.y?t[0]:(0,o.J)(e)((0,u.n)(t,s))}},18170:function(t,n,e){e.d(n,{of:function(){return u}});var r=e(17507),i=e(43375),o=e(53109);function u(){for(var t=[],n=0;nthis.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),d=function(t){function n(n,e,r){var i=t.call(this,n)||this;return i.parent=e,i.observable=r,i.stillUnsubscribed=!0,i.buffer=[],i.isComplete=!1,i}return r.__extends(n,t),n.prototype[s.hZ]=function(){return this},n.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},n.prototype.hasValue=function(){return this.buffer.length>0},n.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},n.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},n.prototype.notifyNext=function(t){this.buffer.push(t),this.parent.checkIterators()},n.prototype.subscribe=function(){return(0,c.ft)(this.observable,new c.IY(this))},n}(c.Ds)},52257:function(t,n,e){e.d(n,{u:function(){return i}});var r=e(22556);function i(){return(0,r.J)(1)}},66008:function(t,n,e){e.d(n,{h:function(){return o}});var r=e(58156),i=e(10979);function o(t,n){return function(e){return e.lift(new u(t,n))}}var u=function(){function t(t,n){this.predicate=t,this.thisArg=n}return t.prototype.call=function(t,n){return n.subscribe(new s(t,this.predicate,this.thisArg))},t}(),s=function(t){function n(n,e,r){var i=t.call(this,n)||this;return i.predicate=e,i.thisArg=r,i.count=0,i}return r.__extends(n,t),n.prototype._next=function(t){var n;try{n=this.predicate.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}n&&this.destination.next(t)},n}(i.L)},11120:function(t,n,e){e.d(n,{T:function(){return l},v:function(){return c}});var r=e(58156),i=e(10979),o=e(36395),u=e(92772),s=e(70211);function c(t,n,e,r){return function(i){return i.lift(new h(t,n,e,r))}}var h=function(){function t(t,n,e,r){this.keySelector=t,this.elementSelector=n,this.durationSelector=e,this.subjectSelector=r}return t.prototype.call=function(t,n){return n.subscribe(new f(t,this.keySelector,this.elementSelector,this.durationSelector,this.subjectSelector))},t}(),f=function(t){function n(n,e,r,i,o){var u=t.call(this,n)||this;return u.keySelector=e,u.elementSelector=r,u.durationSelector=i,u.subjectSelector=o,u.groups=null,u.attemptedToUnsubscribe=!1,u.count=0,u}return r.__extends(n,t),n.prototype._next=function(t){var n;try{n=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,n)},n.prototype._group=function(t,n){var e=this.groups;e||(e=this.groups=new Map);var r,i=e.get(n);if(this.elementSelector)try{r=this.elementSelector(t)}catch(t){this.error(t)}else r=t;if(!i){i=this.subjectSelector?this.subjectSelector():new s.xQ,e.set(n,i);var o=new l(n,i,this);if(this.destination.next(o),this.durationSelector){var u=void 0;try{u=this.durationSelector(new l(n,i))}catch(t){return void this.error(t)}this.add(u.subscribe(new a(n,i,this)))}}i.closed||i.next(r)},n.prototype._error=function(t){var n=this.groups;n&&(n.forEach((function(n,e){n.error(t)})),n.clear()),this.destination.error(t)},n.prototype._complete=function(){var t=this.groups;t&&(t.forEach((function(t,n){t.complete()})),t.clear()),this.destination.complete()},n.prototype.removeGroup=function(t){this.groups.delete(t)},n.prototype.unsubscribe=function(){this.closed||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))},n}(i.L),a=function(t){function n(n,e,r){var i=t.call(this,e)||this;return i.key=n,i.group=e,i.parent=r,i}return r.__extends(n,t),n.prototype._next=function(t){this.complete()},n.prototype._unsubscribe=function(){var t=this.parent,n=this.key;this.key=this.parent=null,t&&t.removeGroup(n)},n}(i.L),l=function(t){function n(n,e,r){var i=t.call(this)||this;return i.key=n,i.groupSubject=e,i.refCountSubscription=r,i}return r.__extends(n,t),n.prototype._subscribe=function(t){var n=new o.w,e=this.refCountSubscription,r=this.groupSubject;return e&&!e.closed&&n.add(new p(e)),n.add(r.subscribe(t)),n},n}(u.y),p=function(t){function n(n){var e=t.call(this)||this;return e.parent=n,n.count++,e}return r.__extends(n,t),n.prototype.unsubscribe=function(){var n=this.parent;n.closed||this.closed||(t.prototype.unsubscribe.call(this),n.count-=1,0===n.count&&n.attemptedToUnsubscribe&&n.unsubscribe())},n}(o.w)},55709:function(t,n,e){e.d(n,{U:function(){return o}});var r=e(58156),i=e(10979);function o(t,n){return function(e){if("function"!=typeof t)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return e.lift(new u(t,n))}}var u=function(){function t(t,n){this.project=t,this.thisArg=n}return t.prototype.call=function(t,n){return n.subscribe(new s(t,this.project,this.thisArg))},t}(),s=function(t){function n(n,e,r){var i=t.call(this,n)||this;return i.project=e,i.count=0,i.thisArg=r||i,i}return r.__extends(n,t),n.prototype._next=function(t){var n;try{n=this.project.call(this.thisArg,t,this.count++)}catch(t){return void this.destination.error(t)}this.destination.next(n)},n}(i.L)},22556:function(t,n,e){e.d(n,{J:function(){return o}});var r=e(47746),i=e(43608);function o(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),(0,r.zg)(i.y,t)}},47746:function(t,n,e){e.d(n,{VS:function(){return f},zg:function(){return s}});var r=e(58156),i=e(55709),o=e(55760),u=e(17604);function s(t,n,e){return void 0===e&&(e=Number.POSITIVE_INFINITY),"function"==typeof n?function(r){return r.pipe(s((function(e,r){return(0,o.D)(t(e,r)).pipe((0,i.U)((function(t,i){return n(e,t,r,i)})))}),e))}:("number"==typeof n&&(e=n),function(n){return n.lift(new c(t,e))})}var c=function(){function t(t,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.project=t,this.concurrent=n}return t.prototype.call=function(t,n){return n.subscribe(new h(t,this.project,this.concurrent))},t}(),h=function(t){function n(n,e,r){void 0===r&&(r=Number.POSITIVE_INFINITY);var i=t.call(this,n)||this;return i.project=e,i.concurrent=r,i.hasCompleted=!1,i.buffer=[],i.active=0,i.index=0,i}return r.__extends(n,t),n.prototype._next=function(t){this.active0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},n}(u.Ds),f=s},89276:function(t,n,e){e.d(n,{QV:function(){return u},ht:function(){return c}});var r=e(58156),i=e(10979),o=e(42632);function u(t,n){return void 0===n&&(n=0),function(e){return e.lift(new s(t,n))}}var s=function(){function t(t,n){void 0===n&&(n=0),this.scheduler=t,this.delay=n}return t.prototype.call=function(t,n){return n.subscribe(new c(t,this.scheduler,this.delay))},t}(),c=function(t){function n(n,e,r){void 0===r&&(r=0);var i=t.call(this,n)||this;return i.scheduler=e,i.delay=r,i}return r.__extends(n,t),n.dispatch=function(t){var n=t.notification,e=t.destination;n.observe(e),this.unsubscribe()},n.prototype.scheduleMessage=function(t){this.destination.add(this.scheduler.schedule(n.dispatch,this.delay,new h(t,this.destination)))},n.prototype._next=function(t){this.scheduleMessage(o.P.createNext(t))},n.prototype._error=function(t){this.scheduleMessage(o.P.createError(t)),this.unsubscribe()},n.prototype._complete=function(){this.scheduleMessage(o.P.createComplete()),this.unsubscribe()},n}(i.L),h=function(){return function(t,n){this.notification=t,this.destination=n}}()},3018:function(t,n,e){e.d(n,{x:function(){return o}});var r=e(58156),i=e(10979);function o(){return function(t){return t.lift(new u(t))}}var u=function(){function t(t){this.connectable=t}return t.prototype.call=function(t,n){var e=this.connectable;e._refCount++;var r=new s(t,e),i=n.subscribe(r);return r.closed||(r.connection=e.connect()),i},t}(),s=function(t){function n(n,e){var r=t.call(this,n)||this;return r.connectable=e,r}return r.__extends(n,t),n.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var n=t._refCount;if(n<=0)this.connection=null;else if(t._refCount=n-1,n>1)this.connection=null;else{var e=this.connection,r=t._connection;this.connection=null,!r||e&&r!==e||r.unsubscribe()}}else this.connection=null},n}(i.L)},53109:function(t,n,e){e.d(n,{r:function(){return o}});var r=e(92772),i=e(36395);function o(t,n){return new r.y((function(e){var r=new i.w,o=0;return r.add(n.schedule((function(){o!==t.length?(e.next(t[o++]),e.closed||r.add(this.schedule())):e.complete()}))),r}))}},38107:function(t,n,e){e.d(n,{x:function(){return f}});var r=e(92772),i=e(36395),o=e(15050);var u=e(53109),s=e(999);var c=e(70336),h=e(39217);function f(t,n){if(null!=t){if(function(t){return t&&"function"==typeof t[o.L]}(t))return function(t,n){return new r.y((function(e){var r=new i.w;return r.add(n.schedule((function(){var i=t[o.L]();r.add(i.subscribe({next:function(t){r.add(n.schedule((function(){return e.next(t)})))},error:function(t){r.add(n.schedule((function(){return e.error(t)})))},complete:function(){r.add(n.schedule((function(){return e.complete()})))}}))}))),r}))}(t,n);if((0,c.t)(t))return function(t,n){return new r.y((function(e){var r=new i.w;return r.add(n.schedule((function(){return t.then((function(t){r.add(n.schedule((function(){e.next(t),r.add(n.schedule((function(){return e.complete()})))})))}),(function(t){r.add(n.schedule((function(){return e.error(t)})))}))}))),r}))}(t,n);if((0,h.z)(t))return(0,u.r)(t,n);if(function(t){return t&&"function"==typeof t[s.hZ]}(t)||"string"==typeof t)return function(t,n){if(!t)throw new Error("Iterable cannot be null");return new r.y((function(e){var r,o=new i.w;return o.add((function(){r&&"function"==typeof r.return&&r.return()})),o.add(n.schedule((function(){r=t[s.hZ](),o.add(n.schedule((function(){if(!e.closed){var t,n;try{var i=r.next();t=i.value,n=i.done}catch(t){return void e.error(t)}n?e.complete():(e.next(t),this.schedule())}})))}))),o}))}(t,n)}throw new TypeError((null!==t&&typeof t||t)+" is not observable")}},96114:function(t,n,e){e.d(n,{o:function(){return i}});var r=e(58156),i=function(t){function n(n,e){var r=t.call(this,n,e)||this;return r.scheduler=n,r.work=e,r.pending=!1,r}return r.__extends(n,t),n.prototype.schedule=function(t,n){if(void 0===n&&(n=0),this.closed)return this;this.state=t;var e=this.id,r=this.scheduler;return null!=e&&(this.id=this.recycleAsyncId(r,e,n)),this.pending=!0,this.delay=n,this.id=this.id||this.requestAsyncId(r,this.id,n),this},n.prototype.requestAsyncId=function(t,n,e){return void 0===e&&(e=0),setInterval(t.flush.bind(t,this),e)},n.prototype.recycleAsyncId=function(t,n,e){if(void 0===e&&(e=0),null!==e&&this.delay===e&&!1===this.pending)return n;clearInterval(n)},n.prototype.execute=function(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;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))},n.prototype._execute=function(t,n){var e=!1,r=void 0;try{this.work(t)}catch(t){e=!0,r=!!t&&t||new Error(t)}if(e)return this.unsubscribe(),r},n.prototype._unsubscribe=function(){var t=this.id,n=this.scheduler,e=n.actions,r=e.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==r&&e.splice(r,1),null!=t&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null},n}(function(t){function n(n,e){return t.call(this)||this}return r.__extends(n,t),n.prototype.schedule=function(t,n){return void 0===n&&(n=0),this},n}(e(36395).w))},78399:function(t,n,e){e.d(n,{v:function(){return o}});var r=e(58156),i=e(38725),o=function(t){function n(e,r){void 0===r&&(r=i.b.now);var o=t.call(this,e,(function(){return n.delegate&&n.delegate!==o?n.delegate.now():r()}))||this;return o.actions=[],o.active=!1,o.scheduled=void 0,o}return r.__extends(n,t),n.prototype.schedule=function(e,r,i){return void 0===r&&(r=0),n.delegate&&n.delegate!==this?n.delegate.schedule(e,r,i):t.prototype.schedule.call(this,e,r,i)},n.prototype.flush=function(t){var n=this.actions;if(this.active)n.push(t);else{var e;this.active=!0;do{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}}},n}(i.b)},6650:function(t,n,e){e.d(n,{e:function(){return p},E:function(){return l}});var r=e(58156),i=1,o=function(){return Promise.resolve()}(),u={};function s(t){return t in u&&(delete u[t],!0)}var c=function(t){var n=i++;return u[n]=!0,o.then((function(){return s(n)&&t()})),n},h=function(t){s(t)},f=function(t){function n(n,e){var r=t.call(this,n,e)||this;return r.scheduler=n,r.work=e,r}return r.__extends(n,t),n.prototype.requestAsyncId=function(n,e,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,n,e,r):(n.actions.push(this),n.scheduled||(n.scheduled=c(n.flush.bind(n,null))))},n.prototype.recycleAsyncId=function(n,e,r){if(void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0)return t.prototype.recycleAsyncId.call(this,n,e,r);0===n.actions.length&&(h(e),n.scheduled=void 0)},n}(e(96114).o),a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return r.__extends(n,t),n.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var n,e=this.actions,r=-1,i=e.length;t=t||e.shift();do{if(n=t.execute(t.state,t.delay))break}while(++r0?t.prototype.schedule.call(this,n,e):(this.delay=e,this.state=n,this.scheduler.flush(this),this)},n.prototype.execute=function(n,e){return e>0||this.closed?t.prototype.execute.call(this,n,e):this._execute(n,e)},n.prototype.requestAsyncId=function(n,e,r){return void 0===r&&(r=0),null!==r&&r>0||null===r&&this.delay>0?t.prototype.requestAsyncId.call(this,n,e,r):n.flush(this)},n}(e(96114).o),o=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return r.__extends(n,t),n}(e(78399).v),u=new o(i),s=u},999:function(t,n,e){function r(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}e.d(n,{hZ:function(){return i}});var i=r()},15050:function(t,n,e){e.d(n,{L:function(){return r}});var r=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}()},23142:function(t,n,e){e.d(n,{b:function(){return r}});var r=function(){return"function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}()},76565:function(t,n,e){e.d(n,{W:function(){return r}});var r=function(){function t(){return Error.call(this),this.message="argument out of range",this.name="ArgumentOutOfRangeError",this}return t.prototype=Object.create(Error.prototype),t}()},26929:function(t,n,e){e.d(n,{K:function(){return r}});var r=function(){function t(){return Error.call(this),this.message="no elements in sequence",this.name="EmptyError",this}return t.prototype=Object.create(Error.prototype),t}()},41016:function(t,n,e){e.d(n,{N:function(){return r}});var r=function(){function t(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return t.prototype=Object.create(Error.prototype),t}()},81462:function(t,n,e){e.d(n,{W:function(){return r}});var r=function(){function t(){return Error.call(this),this.message="Timeout has occurred",this.name="TimeoutError",this}return t.prototype=Object.create(Error.prototype),t}()},28782:function(t,n,e){e.d(n,{B:function(){return r}});var r=function(){function t(t){return Error.call(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(t,n){return n+1+") "+t.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t,this}return t.prototype=Object.create(Error.prototype),t}()},93642:function(t,n,e){e.d(n,{_:function(){return i}});var r=e(10979);function i(t){for(;t;){var n=t,e=n.closed,i=n.destination,o=n.isStopped;if(e||o)return!1;t=i&&i instanceof r.L?i:null}return!0}},71644:function(t,n,e){function r(t){setTimeout((function(){throw t}),0)}e.d(n,{z:function(){return r}})},43608:function(t,n,e){function r(t){return t}e.d(n,{y:function(){return r}})},59026:function(t,n,e){e.d(n,{k:function(){return r}});var r=function(){return Array.isArray||function(t){return t&&"number"==typeof t.length}}()},39217:function(t,n,e){e.d(n,{z:function(){return r}});var r=function(t){return t&&"number"==typeof t.length&&"function"!=typeof t}},14156:function(t,n,e){function r(t){return"function"==typeof t}e.d(n,{m:function(){return r}})},35812:function(t,n,e){e.d(n,{k:function(){return i}});var r=e(59026);function i(t){return!(0,r.k)(t)&&t-parseFloat(t)+1>=0}},92009:function(t,n,e){function r(t){return null!==t&&"object"==typeof t}e.d(n,{K:function(){return r}})},70336:function(t,n,e){function r(t){return!!t&&"function"!=typeof t.subscribe&&"function"==typeof t.then}e.d(n,{t:function(){return r}})},17507:function(t,n,e){function r(t){return t&&"function"==typeof t.schedule}e.d(n,{K:function(){return r}})},33306:function(t,n,e){function r(){}e.d(n,{Z:function(){return r}})},18463:function(t,n,e){function r(t,n){function e(){return!e.pred.apply(e.thisArg,arguments)}return e.pred=t,e.thisArg=n,e}e.d(n,{f:function(){return r}})},62561:function(t,n,e){e.d(n,{U:function(){return o},z:function(){return i}});var r=e(43608);function i(){for(var t=[],n=0;n=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25453.2af64419fb6f743be4ef.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25453.2af64419fb6f743be4ef.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25453.2af64419fb6f743be4ef.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25469.a9735b144382fea154de.js b/dist/apps/processing-runtime-widget/25469.a9735b144382fea154de.js new file mode 100644 index 0000000..ea394dc --- /dev/null +++ b/dist/apps/processing-runtime-widget/25469.a9735b144382fea154de.js @@ -0,0 +1,2 @@ +/*! For license information please see 25469.a9735b144382fea154de.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25469],{25469:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25469.a9735b144382fea154de.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25469.a9735b144382fea154de.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25469.a9735b144382fea154de.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25490.edcf9cde1fb970ea0cb9.js b/dist/apps/processing-runtime-widget/25490.edcf9cde1fb970ea0cb9.js new file mode 100644 index 0000000..c8db34b --- /dev/null +++ b/dist/apps/processing-runtime-widget/25490.edcf9cde1fb970ea0cb9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25490,64075],{64075:function(e,o,t){t.r(o),t.d(o,{FormlySelectModule:function(){return i},"ɵa":function(){return u}});var n=t(40761),p=t(89754),r=t(76063),u=function(){function e(){}return e.prototype.transform=function(e,o){var t=this;return e instanceof p.Observable||(e=(0,p.of)(e)),e.pipe((0,r.map)((function(e){return t.toOptions(e,o||{})})))},e.prototype.toOptions=function(e,o){var t=this,n=[],p={},r=o.templateOptions||{};return r._flatOptions=!0,e.map((function(e){t.getGroupProp(e,r)?(r._flatOptions=!1,p[t.getGroupProp(e,r)]||(p[t.getGroupProp(e,r)]=[],n.push({label:t.getGroupProp(e,r),group:p[t.getGroupProp(e,r)]})),p[t.getGroupProp(e,r)].push(t.toOption(e,r))):n.push(t.toOption(e,r))})),n},e.prototype.toOption=function(e,o){return{label:this.getLabelProp(e,o),value:this.getValueProp(e,o),disabled:this.getDisabledProp(e,o)||!1}},e.prototype.getLabelProp=function(e,o){return"function"==typeof o.labelProp?o.labelProp(e):this.shouldUseLegacyOption(e,o)?(console.warn("NgxFormly: legacy select option '{key, value}' is deprecated since v5.5, use '{value, label}' instead."),e.value):e[o.labelProp||"label"]},e.prototype.getValueProp=function(e,o){return"function"==typeof o.valueProp?o.valueProp(e):this.shouldUseLegacyOption(e,o)?e.key:e[o.valueProp||"value"]},e.prototype.getDisabledProp=function(e,o){return"function"==typeof o.disabledProp?o.disabledProp(e):e[o.disabledProp||"disabled"]},e.prototype.getGroupProp=function(e,o){return"function"==typeof o.groupProp?o.groupProp(e):e[o.groupProp||"group"]},e.prototype.shouldUseLegacyOption=function(e,o){return!o.valueProp&&!o.labelProp&&null!=e&&"object"==typeof e&&"key"in e&&"value"in e},e.ɵfac=function(o){return new(o||e)},e.ɵpipe=n["ɵɵdefinePipe"]({name:"formlySelectOptions",type:e,pure:!0}),("undefined"==typeof ngDevMode||ngDevMode)&&n["ɵsetClassMetadata"](e,[{type:n.Pipe,args:[{name:"formlySelectOptions"}]}],(function(){return[]}),null),e}(),i=function(){function e(){}return e.ɵfac=function(o){return new(o||e)},e.ɵmod=n["ɵɵdefineNgModule"]({type:e}),e.ɵinj=n["ɵɵdefineInjector"]({}),("undefined"==typeof ngDevMode||ngDevMode)&&n["ɵsetClassMetadata"](e,[{type:n.NgModule,args:[{declarations:[u],exports:[u]}]}],(function(){return[]}),null),("undefined"==typeof ngJitMode||ngJitMode)&&n["ɵɵsetNgModuleScope"](e,{declarations:[u],exports:[u]}),e}()}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25502.6cacfef23071fe63d3d2.js b/dist/apps/processing-runtime-widget/25502.6cacfef23071fe63d3d2.js new file mode 100644 index 0000000..834d938 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25502.6cacfef23071fe63d3d2.js @@ -0,0 +1,2 @@ +/*! For license information please see 25502.6cacfef23071fe63d3d2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25502],{25502:function(e,s,M){M.r(s);const r=void 0;s.default=["kw",[["a.m.","p.m."],r,r],r,[["S","M","T","W","T","F","S"],["Sul","Lun","Mth","Mhr","Yow","Gwe","Sad"],["dy Sul","dy Lun","dy Meurth","dy Merher","dy Yow","dy Gwener","dy Sadorn"],["Sul","Lun","Mth","Mhr","Yow","Gwe","Sad"]],r,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Gen","Hwe","Meu","Ebr","Me","Met","Gor","Est","Gwn","Hed","Du","Kev"],["mis Genver","mis Hwevrer","mis Meurth","mis Ebrel","mis Me","mis Metheven","mis Gortheren","mis Est","mis Gwynngala","mis Hedra","mis Du","mis Kevardhu"]],r,[["RC","AD"],r,r],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","GBP",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const s=e;return 0===s?0:1===s?1:s%100==2||s%100==22||s%100==42||s%100==62||s%100==82||s%1e3==0&&s%1e5===Math.floor(s%1e5)&&(s%1e5>=1e3&&s%1e5<=2e4||s%1e5==4e4||s%1e5==6e4||s%1e5==8e4)||0!==s&&s%1e6==1e5?2:s%100==3||s%100==23||s%100==43||s%100==63||s%100==83?3:1===s||s%100!=1&&s%100!=21&&s%100!=41&&s%100!=61&&s%100!=81?5:4}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25502.6cacfef23071fe63d3d2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25502.6cacfef23071fe63d3d2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25502.6cacfef23071fe63d3d2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25693.885a8281d5d36122e7d1.js b/dist/apps/processing-runtime-widget/25693.885a8281d5d36122e7d1.js new file mode 100644 index 0000000..f829b87 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25693.885a8281d5d36122e7d1.js @@ -0,0 +1,2 @@ +/*! For license information please see 25693.885a8281d5d36122e7d1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25693],{25693:function(t,M,o){o.r(M);const s=void 0;M.default=["uk",[["дп","пп"],s,s],s,[["Н","П","В","С","Ч","П","С"],["нд","пн","вт","ср","чт","пт","сб"],["неділя","понеділок","вівторок","середа","четвер","пʼятниця","субота"],["нд","пн","вт","ср","чт","пт","сб"]],s,[["с","л","б","к","т","ч","л","с","в","ж","л","г"],["січ.","лют.","бер.","квіт.","трав.","черв.","лип.","серп.","вер.","жовт.","лист.","груд."],["січня","лютого","березня","квітня","травня","червня","липня","серпня","вересня","жовтня","листопада","грудня"]],[["С","Л","Б","К","Т","Ч","Л","С","В","Ж","Л","Г"],["січ","лют","бер","кві","тра","чер","лип","сер","вер","жов","лис","гру"],["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"]],[["до н.е.","н.е."],["до н. е.","н. е."],["до нашої ери","нашої ери"]],1,[6,0],["dd.MM.yy","d MMM y 'р'.","d MMMM y 'р'.","EEEE, d MMMM y 'р'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,"{1} 'о' {0}",s],[","," ",";","%","+","-","Е","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UAH","₴","українська гривня",{AUD:[s,"$"],BRL:[s,"R$"],BYN:[s,"р."],CAD:[s,"$"],CNY:[s,"¥"],EUR:[s,"€"],GBP:[s,"£"],HKD:[s,"$"],ILS:[s,"₪"],INR:[s,"₹"],KRW:[s,"₩"],MXN:[s,"$"],NZD:[s,"$"],PHP:[s,"₱"],RUR:[s,"р."],TWD:[s,"$"],UAH:["₴"],UAK:["крб."],USD:[s,"$"],VND:[s,"₫"],XCD:[s,"$"]},"ltr",function(t){const M=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&M%10==1&&M%100!=11?1:0===o&&M%10===Math.floor(M%10)&&M%10>=2&&M%10<=4&&!(M%100>=12&&M%100<=14)?3:0===o&&M%10==0||0===o&&M%10===Math.floor(M%10)&&M%10>=5&&M%10<=9||0===o&&M%100===Math.floor(M%100)&&M%100>=11&&M%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25693.885a8281d5d36122e7d1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25693.885a8281d5d36122e7d1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25693.885a8281d5d36122e7d1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25772.79cafd3a1d68021d496b.js b/dist/apps/processing-runtime-widget/25772.79cafd3a1d68021d496b.js new file mode 100644 index 0000000..7758e02 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25772.79cafd3a1d68021d496b.js @@ -0,0 +1,2 @@ +/*! For license information please see 25772.79cafd3a1d68021d496b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25772],{25772:function(M,s,u){u.r(s);const c=void 0;s.default=["ka",[["a","p"],["AM","PM"],c],[["AM","PM"],c,c],[["კ","ო","ს","ო","ხ","პ","შ"],["კვი","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ"],["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],["კვ","ორ","სმ","ოთ","ხთ","პრ","შბ"]],c,[["ი","თ","მ","ა","მ","ი","ი","ა","ს","ო","ნ","დ"],["იან","თებ","მარ","აპრ","მაი","ივნ","ივლ","აგვ","სექ","ოქტ","ნოე","დეკ"],["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"]],c,[["ძვ. წ.","ახ. წ."],c,["ძველი წელთაღრიცხვით","ახალი წელთაღრიცხვით"]],1,[6,0],["dd.MM.yy","d MMM. y","d MMMM, y","EEEE, dd MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",c,c,c],[","," ",";","%","+","-","E","×","‰","∞","არ არის რიცხვი",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"GEL","₾","ქართული ლარი",{AUD:[c,"$"],BYN:[c,"р."],CNY:[c,"¥"],GEL:["₾"],HKD:[c,"$"],ILS:[c,"₪"],INR:[c,"₹"],JPY:[c,"¥"],KRW:[c,"₩"],NZD:[c,"$"],PHP:[c,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[c,"₫"]},"ltr",function(M){return 1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25772.79cafd3a1d68021d496b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25772.79cafd3a1d68021d496b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25772.79cafd3a1d68021d496b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25803.e971752525138e127081.js b/dist/apps/processing-runtime-widget/25803.e971752525138e127081.js new file mode 100644 index 0000000..2beb256 --- /dev/null +++ b/dist/apps/processing-runtime-widget/25803.e971752525138e127081.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25803,13291],{25803:function(e,t,n){var i;n.r(t),n.d(t,{BsComponentRef:function(){return c},ComponentLoader:function(){return _},ComponentLoaderFactory:function(){return p},ContentRef:function(){return a}});var o=n(40761),s=n(38310),r=n(88553),h=n(80179);class c{}class a{constructor(e,t,n){this.nodes=e,this.viewRef=t,this.componentRef=n}}class _{constructor(e,t,n,i,s,r,h,c,a){this._viewContainerRef=e,this._renderer=t,this._elementRef=n,this._injector=i,this._componentFactoryResolver=s,this._ngZone=r,this._applicationRef=h,this._posService=c,this._document=a,this.onBeforeShow=new o.EventEmitter,this.onShown=new o.EventEmitter,this.onBeforeHide=new o.EventEmitter,this.onHidden=new o.EventEmitter,this._providers=[],this._isHiding=!1,this.containerDefaultSelector="body",this._listenOpts={},this._globalListener=Function.prototype}get isShown(){return!this._isHiding&&!!this._componentRef}attach(e){return this._componentFactory=this._componentFactoryResolver.resolveComponentFactory(e),this}to(e){return this.container=e||this.container,this}position(e){return e?(this.attachment=e.attachment||this.attachment,this._elementRef=e.target||this._elementRef,this):this}provide(e){return this._providers.push(e),this}show(e={}){if(this._subscribePositioning(),this._innerComponent=void 0,!this._componentRef){this.onBeforeShow.emit(),this._contentRef=this._getContentRef(e.content,e.context,e.initialState);const t=o.Injector.create({providers:this._providers,parent:this._injector});if(!this._componentFactory)return;if(this._componentRef=this._componentFactory.create(t,this._contentRef.nodes),this._applicationRef.attachView(this._componentRef.hostView),this.instance=this._componentRef.instance,Object.assign(this._componentRef.instance,e),this.container instanceof o.ElementRef&&this.container.nativeElement.appendChild(this._componentRef.location.nativeElement),"string"==typeof this.container&&void 0!==this._document){const e=this._document.querySelector(this.container)||this._document.querySelector(this.containerDefaultSelector);if(!e)return;e.appendChild(this._componentRef.location.nativeElement)}!this.container&&this._elementRef&&this._elementRef.nativeElement.parentElement&&this._elementRef.nativeElement.parentElement.appendChild(this._componentRef.location.nativeElement),this._contentRef.componentRef&&(this._innerComponent=this._contentRef.componentRef.instance,this._contentRef.componentRef.changeDetectorRef.markForCheck(),this._contentRef.componentRef.changeDetectorRef.detectChanges()),this._componentRef.changeDetectorRef.markForCheck(),this._componentRef.changeDetectorRef.detectChanges(),this.onShown.emit(e.id?{id:e.id}:this._componentRef.instance)}return this._registerOutsideClick(),this._componentRef}hide(e){if(!this._componentRef)return this;this._posService.deletePositionElement(this._componentRef.location),this.onBeforeHide.emit(this._componentRef.instance);const t=this._componentRef.location.nativeElement;return t.parentNode?.removeChild(t),this._contentRef?.componentRef?.destroy(),this._viewContainerRef&&this._contentRef?.viewRef&&this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._contentRef.viewRef)),this._contentRef?.viewRef?.destroy(),this._contentRef=void 0,this._componentRef=void 0,this._removeGlobalListener(),this.onHidden.emit(e?{id:e}:null),this}toggle(){this.isShown?this.hide():this.show()}dispose(){this.isShown&&this.hide(),this._unsubscribePositioning(),this._unregisterListenersFn&&this._unregisterListenersFn()}listen(e){this.triggers=e.triggers||this.triggers,this._listenOpts.outsideClick=e.outsideClick,this._listenOpts.outsideEsc=e.outsideEsc,e.target=e.target||this._elementRef?.nativeElement;const t=this._listenOpts.hide=()=>e.hide?e.hide():void this.hide(),n=this._listenOpts.show=t=>{e.show?e.show(t):this.show(t),t()},i=e=>{this.isShown?t():n(e)};return this._renderer&&(this._unregisterListenersFn=(0,s.listenToTriggersV2)(this._renderer,{target:e.target,triggers:e.triggers,show:n,hide:t,toggle:i})),this}_removeGlobalListener(){this._globalListener&&(this._globalListener(),this._globalListener=Function.prototype)}attachInline(e,t){return e&&t&&(this._inlineViewRef=e.createEmbeddedView(t)),this}_registerOutsideClick(){if(this._componentRef&&this._componentRef.location){if(this._listenOpts.outsideClick){const e=this._componentRef.location.nativeElement;setTimeout((()=>{this._renderer&&this._elementRef&&(this._globalListener=(0,s.registerOutsideClick)(this._renderer,{targets:[e,this._elementRef.nativeElement],outsideClick:this._listenOpts.outsideClick,hide:()=>this._listenOpts.hide&&this._listenOpts.hide()}))}))}if(this._listenOpts.outsideEsc&&this._renderer&&this._elementRef){const e=this._componentRef.location.nativeElement;this._globalListener=(0,s.registerEscClick)(this._renderer,{targets:[e,this._elementRef.nativeElement],outsideEsc:this._listenOpts.outsideEsc,hide:()=>this._listenOpts.hide&&this._listenOpts.hide()})}}}getInnerComponent(){return this._innerComponent}_subscribePositioning(){!this._zoneSubscription&&this.attachment&&(this.onShown.subscribe((()=>{this._posService.position({element:this._componentRef?.location,target:this._elementRef,attachment:this.attachment,appendToBody:"body"===this.container})})),this._zoneSubscription=this._ngZone.onStable.subscribe((()=>{this._componentRef&&this._posService.calcPosition()})))}_unsubscribePositioning(){this._zoneSubscription&&(this._zoneSubscription.unsubscribe(),this._zoneSubscription=void 0)}_getContentRef(e,t,n){if(!e)return new a([]);if(e instanceof o.TemplateRef){if(this._viewContainerRef){const n=this._viewContainerRef.createEmbeddedView(e,t);return n.markForCheck(),new a([n.rootNodes],n)}const n=e.createEmbeddedView({});return this._applicationRef.attachView(n),new a([n.rootNodes],n)}if("function"==typeof e){const t=this._componentFactoryResolver.resolveComponentFactory(e),i=o.Injector.create({providers:this._providers,parent:this._injector}),s=t.create(i);return Object.assign(s.instance,n),this._applicationRef.attachView(s.hostView),new a([[s.location.nativeElement]],s.hostView,s)}const i=this._renderer?[this._renderer.createText(`${e}`)]:[];return new a([i])}}class p{constructor(e,t,n,i,o,s){this._componentFactoryResolver=e,this._ngZone=t,this._injector=n,this._posService=i,this._applicationRef=o,this._document=s}createLoader(e,t,n){return new _(t,n,e,this._injector,this._componentFactoryResolver,this._ngZone,this._applicationRef,this._posService,this._document)}}p.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=n.t(o,2)),type:p,deps:[{token:o.ComponentFactoryResolver},{token:o.NgZone},{token:o.Injector},{token:r.PositioningService},{token:o.ApplicationRef},{token:h.DOCUMENT}],target:o["ɵɵFactoryTarget"].Injectable}),p.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=n.t(o,2)),type:p,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=n.t(o,2)),type:p,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:o.ComponentFactoryResolver},{type:o.NgZone},{type:o.Injector},{type:r.PositioningService},{type:o.ApplicationRef},{type:Document,decorators:[{type:o.Inject,args:[h.DOCUMENT]}]}]}})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25809.8f22dc4ea7c4801bde32.js b/dist/apps/processing-runtime-widget/25809.8f22dc4ea7c4801bde32.js new file mode 100644 index 0000000..c7b64bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25809.8f22dc4ea7c4801bde32.js @@ -0,0 +1,2 @@ +/*! For license information please see 25809.8f22dc4ea7c4801bde32.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25809],{25809:function(r,s,e){e.r(s);const u=void 0;s.default=["is",[["f.","e."],["f.h.","e.h."],u],[["f.h.","e.h."],u,u],[["S","M","Þ","M","F","F","L"],["sun.","mán.","þri.","mið.","fim.","fös.","lau."],["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],["su.","má.","þr.","mi.","fi.","fö.","la."]],u,[["J","F","M","A","M","J","J","Á","S","O","N","D"],["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des."],["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"]],u,[["f.k.","e.k."],["f.Kr.","e.Kr."],["fyrir Krist","eftir Krist"]],1,[6,0],["d.M.y","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",u,"{1} 'kl'. {0}",u],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"ISK","ISK","íslensk króna",{AUD:[u,"$"],BRL:[u,"R$"],CAD:[u,"$"],EUR:[u,"€"],GBP:[u,"£"],INR:[u,"₹"],JPY:["JP¥","¥"],KRW:[u,"₩"],MXN:[u,"$"],NZD:[u,"$"],PHP:[u,"₱"],TWD:[u,"NT$"],USD:[u,"$"],VND:[u,"₫"]},"ltr",function(r){const s=Math.floor(Math.abs(r)),e=parseInt(r.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;return 0===e&&s%10==1&&s%100!=11||0!==e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25809.8f22dc4ea7c4801bde32.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25809.8f22dc4ea7c4801bde32.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25809.8f22dc4ea7c4801bde32.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/25833.a1c92a59a96576ca3012.js b/dist/apps/processing-runtime-widget/25833.a1c92a59a96576ca3012.js new file mode 100644 index 0000000..c0df37f --- /dev/null +++ b/dist/apps/processing-runtime-widget/25833.a1c92a59a96576ca3012.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25833],{25833:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2584.0b182afb99c1b10572e6.js b/dist/apps/processing-runtime-widget/2584.0b182afb99c1b10572e6.js new file mode 100644 index 0000000..3180270 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2584.0b182afb99c1b10572e6.js @@ -0,0 +1,2 @@ +/*! For license information please see 2584.0b182afb99c1b10572e6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2584],{2584:function(a,u,i){i.r(u);const e=void 0;u.default=["luy",[["a.m.","p.m."],e,e],e,[["S","M","T","W","T","F","S"],["J2","J3","J4","J5","Al","Ij","J1"],["Jumapiri","Jumatatu","Jumanne","Jumatano","Murwa wa Kanne","Murwa wa Katano","Jumamosi"],["J2","J3","J4","J5","Al","Ij","J1"]],e,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],e,[["BC","AD"],e,["Imberi ya Kuuza Kwa","Muhiga Kuvita Kuuza"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00;¤- #,##0.00","#E0"],"KES","Ksh","Sirinji ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2584.0b182afb99c1b10572e6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2584.0b182afb99c1b10572e6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2584.0b182afb99c1b10572e6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2590.ff75142473183f905feb.js b/dist/apps/processing-runtime-widget/2590.ff75142473183f905feb.js new file mode 100644 index 0000000..8ebee56 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2590.ff75142473183f905feb.js @@ -0,0 +1,2 @@ +/*! For license information please see 2590.ff75142473183f905feb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2590],{2590:function(e,t,n){function s(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function a(e){return"string"==typeof e}function r(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function i(e){return e&&e.getTime&&!isNaN(e.getTime())}function d(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function o(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function _(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function u(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function m(e){return void 0===e}function c(e){const t=+e;let n=0;return 0!==t&&isFinite(t)&&(n=s(t)),n}n.r(t),n.d(t,{add:function(){return rn},arLocale:function(){return fn},bgLocale:function(){return kn},caLocale:function(){return bn},csLocale:function(){return xn},daLocale:function(){return jn},deLocale:function(){return On},defineLocale:function(){return mt},enGbLocale:function(){return Wn},endOf:function(){return be},esDoLocale:function(){return Rn},esLocale:function(){return Gn},esPrLocale:function(){return Vn},esUsLocale:function(){return Qn},etLocale:function(){return Bn},fiLocale:function(){return ns},formatDate:function(){return zt},frLocale:function(){return ss},getDay:function(){return x},getFirstDayOfMonth:function(){return W},getFullYear:function(){return O},getLocale:function(){return ht},getMonth:function(){return P},getSetGlobalLocale:function(){return lt},glLocale:function(){return os},heLocale:function(){return _s},hiLocale:function(){return ms},hrLocale:function(){return Ls},huLocale:function(){return Ys},idLocale:function(){return ys},isAfter:function(){return Qt},isArray:function(){return _},isBefore:function(){return qt},isDate:function(){return r},isDateValid:function(){return i},isDisabledDay:function(){return Bt},isFirstDayOfWeek:function(){return F},isSame:function(){return Xt},isSameDay:function(){return z},isSameMonth:function(){return E},isSameYear:function(){return C},itLocale:function(){return fs},jaLocale:function(){return ks},kaLocale:function(){return ps},kkLocale:function(){return Ds},koLocale:function(){return Ts},listLocales:function(){return Mt},ltLocale:function(){return xs},lvLocale:function(){return js},mnLocale:function(){return Os},nbLocale:function(){return Ws},nlBeLocale:function(){return Rs},nlLocale:function(){return Gs},parseDate:function(){return Vt},plLocale:function(){return Ks},ptBrLocale:function(){return Qs},roLocale:function(){return Bs},ruLocale:function(){return ta},setFullDate:function(){return fe},shiftDate:function(){return ye},skLocale:function(){return aa},slLocale:function(){return ia},sqLocale:function(){return da},startOf:function(){return Te},subtract:function(){return dn},svLocale:function(){return oa},thBeLocale:function(){return ua},thLocale:function(){return _a},trLocale:function(){return ma},ukLocale:function(){return Ma},updateLocale:function(){return ct},utcAsLocal:function(){return Zt},viLocale:function(){return Ya},zhCnLocale:function(){return La}});const h={},M={date:"day",hour:"hours",minute:"minutes",second:"seconds",millisecond:"milliseconds"};function Y(e,t){const n=e.toLowerCase();let s=e;n in M&&(s=M[n]),h[n]=h[`${n}s`]=h[t]=s}function L(e){return a(e)?h[e]||h[e.toLowerCase()]:void 0}function y(e,t,n){const s=`${Math.abs(e)}`,a=t-s.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+s}const f={},k={},p=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g;function g(e,t,n,s){e&&(k[e]=s),t&&(k[t[0]]=function(){return y(s.apply(null,arguments),t[1],t[2])}),n&&(k[n]=function(t,n){return n.locale.ordinal(s.apply(null,arguments),e)})}function D(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function T(e,t,n){const s=new Date(Date.UTC.apply(null,arguments));return e<100&&e>=0&&isFinite(s.getUTCFullYear())&&s.setUTCFullYear(e),s}function b(e,t=0,n=1,s=0,a=0,r=0,i=0){const d=new Date(e,t,n,s,a,r,i);return e<100&&e>=0&&isFinite(d.getFullYear())&&d.setFullYear(e),d}function w(e,t=!1){return t?e.getUTCHours():e.getHours()}function S(e,t=!1){return t?e.getUTCMinutes():e.getMinutes()}function v(e,t=!1){return t?e.getUTCSeconds():e.getSeconds()}function H(e,t=!1){return t?e.getUTCMilliseconds():e.getMilliseconds()}function x(e,t=!1){return t?e.getUTCDay():e.getDay()}function j(e,t=!1){return t?e.getUTCDate():e.getDate()}function P(e,t=!1){return t?e.getUTCMonth():e.getMonth()}function O(e,t=!1){return t?e.getUTCFullYear():e.getFullYear()}function W(e){return b(e.getFullYear(),e.getMonth(),1,e.getHours(),e.getMinutes(),e.getSeconds())}function F(e,t){return e.getDay()===Number(t)}function E(e,t){return!(!e||!t)&&(C(e,t)&&P(e)===P(t))}function C(e,t){return!(!e||!t)&&O(e)===O(t)}function z(e,t){return!(!e||!t)&&(C(e,t)&&E(e,t)&&j(e)===j(t))}const R=/\d/,U=/\d\d/,A=/\d{3}/,N=/\d{4}/,$=/[+-]?\d{6}/,G=/\d\d?/,J=/\d\d\d\d?/,I=/\d\d\d\d\d\d?/,V=/\d{1,3}/,Z=/\d{1,4}/,K=/[+-]?\d{1,6}/,Q=/\d+/,q=/[+-]?\d+/,B=/Z|[+-]\d\d(?::?\d\d)?/gi,X=/[+-]?\d+(\.\d{1,3})?/,ee=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,te={};function ne(e,t,n){d(t)?te[e]=t:te[e]=function(e,s){return e&&n?n:t}}function se(e,t){return u(te,e)?te[e](!1,t):new RegExp(ae(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,((e,t,n,s,a)=>t||n||s||a))))}function ae(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}const re={};function ie(e,t){const n=a(e)?[e]:e;let s=t;if(o(t)&&(s=function(e,n,s){return n[t]=c(e),s}),_(n)&&d(s)){let e;for(e=0;e68?1900:2e3)}function he(e){return Me(e)?366:365}function Me(e){return e%4==0&&e%100!=0||e%400==0}function Ye(e,t){if(isNaN(e)||isNaN(t))return NaN;const n=(t%(s=12)+s)%s;var s;return 1===n?Me(e+(t-n)/12)?29:28:31-n%7%2}const Le={year:0,month:0,day:0,hour:0,minute:0,seconds:0};function ye(e,t){const n=Object.assign({},Le,t),s=e.getFullYear()+(n.year||0),a=e.getMonth()+(n.month||0);let r=e.getDate()+(n.day||0);return n.month&&!n.day&&(r=Math.min(r,Ye(s,a))),b(s,a,r,e.getHours()+(n.hour||0),e.getMinutes()+(n.minute||0),e.getSeconds()+(n.seconds||0))}function fe(e,t){return b(ke(e.getFullYear(),t.year),ke(e.getMonth(),t.month),1,ke(e.getHours(),t.hour),ke(e.getMinutes(),t.minute),ke(e.getSeconds(),t.seconds),ke(e.getMilliseconds(),t.milliseconds))}function ke(e,t){return o(t)?t:e}function pe(e,t,n){const s=Math.min(j(e),Ye(O(e),t));return n?e.setUTCMonth(t,s):e.setMonth(t,s),e}function ge(e,t,n){return n?e.setUTCDate(t):e.setDate(t),e}function De(e){return new Date(e.getTime())}function Te(e,t,n){const s=De(e);switch(t){case"year":pe(s,0,n);case"quarter":case"month":ge(s,1,n);case"week":case"isoWeek":case"day":case"date":!function(e,t,n){n?e.setUTCHours(t):e.setHours(t)}(s,0,n);case"hours":!function(e,t,n){n?e.setUTCMinutes(t):e.setMinutes(t)}(s,0,n);case"minutes":!function(e,t,n){n?e.setUTCSeconds(t):e.setSeconds(t)}(s,0,n);case"seconds":!function(e,t,n){n?e.setUTCMilliseconds(t):e.setMilliseconds(t)}(s,0,n)}return"week"===t&&function(e,t,n={}){const s=ln(e,n.locale,n.isUTC);rn(e,t-s,"day")}(s,0,{isUTC:n}),"isoWeek"===t&&function(e,t,n={}){const s=function(e,t=ht()){if(a(e))return t.weekdaysParse(e)%7||7;return o(e)&&isNaN(e)?null:e}(t,n.locale);_n(e,un(e)%7?s:s-7)}(s,1),"quarter"===t&&pe(s,3*Math.floor(P(s,n)/3),n),s}function be(e,t,n){let s=t;"date"===s&&(s="day");return dn(rn(Te(e,s,n),1,"isoWeek"===s?"week":s,n),1,"milliseconds",n)}function we(e,t){const n=+Te(e,"day",t)-+Te(e,"year",t);return Math.round(n/864e5)+1}function Se(e,t,n){const s=t-n+7;return-((T(e,0,s).getUTCDay()-t+7)%7)+s-1}function ve(e,t,n,s,a){const r=1+7*(t-1)+(7+n-s)%7+Se(e,s,a);let i,d;return r<=0?(i=e-1,d=he(i)+r):r>he(e)?(i=e+1,d=r-he(e)):(i=e,d=r),{year:i,dayOfYear:d}}function He(e,t,n,s){const a=Se(O(e,s),t,n),r=Math.floor((we(e,s)-a-1)/7)+1;let i,d;return r<1?(d=O(e,s)-1,i=r+xe(d,t,n)):r>xe(O(e,s),t,n)?(i=r-xe(O(e,s),t,n),d=O(e,s)+1):(d=O(e,s),i=r),{week:i,year:d}}function xe(e,t,n){const s=Se(e,t,n),a=Se(e+1,t,n);return(he(e)-s+a)/7}const je=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Pe="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Oe="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),We="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Fe="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ee="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ce={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},ze=ee,Re=ee;class Ue{constructor(e){e&&this.set(e)}set(e){let t;for(t in e){if(!e.hasOwnProperty(t))continue;const n=e[t];this[d(n)?t:`_${t}`]=n}this._config=e}calendar(e,t,n){const s=this._calendar[e]||this._calendar.sameElse;return d(s)?s.call(null,t,n):s}longDateFormat(e){const t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,(function(e){return e.slice(1)})),this._longDateFormat[e])}get invalidDate(){return this._invalidDate}set invalidDate(e){this._invalidDate=e}ordinal(e,t){return this._ordinal.replace("%d",e.toString(10))}preparse(e,t){return e}getFullYear(e,t=!1){return O(e,t)}postformat(e){return e}relativeTime(e,t,n,s){const a=this._relativeTime[n];return d(a)?a(e,t,n,s):a.replace(/%d/i,e.toString(10))}pastFuture(e,t){const n=this._relativeTime[e>0?"future":"past"];return d(n)?n(t):n.replace(/%s/i,t)}months(e,t,n=!1){if(!e)return _(this._months)?this._months:this._months.standalone;if(_(this._months))return this._months[P(e,n)];const s=(this._months.isFormat||je).test(t)?"format":"standalone";return this._months[s][P(e,n)]}monthsShort(e,t,n=!1){if(!e)return _(this._monthsShort)?this._monthsShort:this._monthsShort.standalone;if(_(this._monthsShort))return this._monthsShort[P(e,n)];const s=je.test(t)?"format":"standalone";return this._monthsShort[s][P(e,n)]}monthsParse(e,t,n){let s,a,r;if(this._monthsParseExact)return this.handleMonthStrictParse(e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(s=new Date(Date.UTC(2e3,r)),n&&!this._longMonthsParse[r]){const e=this.months(s,"",!0).replace(".",""),t=this.monthsShort(s,"",!0).replace(".","");this._longMonthsParse[r]=new RegExp(`^${e}$`,"i"),this._shortMonthsParse[r]=new RegExp(`^${t}$`,"i")}if(n||this._monthsParse[r]||(a=`^${this.months(s,"",!0)}|^${this.monthsShort(s,"",!0)}`,this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}}monthsRegex(e){return this._monthsParseExact?(u(this,"_monthsRegex")||this.computeMonthsParse(),e?this._monthsStrictRegex:this._monthsRegex):(u(this,"_monthsRegex")||(this._monthsRegex=Re),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}monthsShortRegex(e){return this._monthsParseExact?(u(this,"_monthsRegex")||this.computeMonthsParse(),e?this._monthsShortStrictRegex:this._monthsShortRegex):(u(this,"_monthsShortRegex")||(this._monthsShortRegex=ze),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}week(e,t){return He(e,this._week.dow,this._week.doy,t).week}firstDayOfWeek(){return this._week.dow}firstDayOfYear(){return this._week.doy}weekdays(e,t,n){if(!e)return _(this._weekdays)?this._weekdays:this._weekdays.standalone;if(_(this._weekdays))return this._weekdays[x(e,n)];const s=this._weekdays.isFormat.test(t)?"format":"standalone";return this._weekdays[s][x(e,n)]}weekdaysMin(e,t,n){return e?this._weekdaysMin[x(e,n)]:this._weekdaysMin}weekdaysShort(e,t,n){return e?this._weekdaysShort[x(e,n)]:this._weekdaysShort}weekdaysParse(e,t,n){let s,a;if(this._weekdaysParseExact)return this.handleWeekStrictParse(e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),s=0;s<7;s++){const r=_n(new Date(Date.UTC(2e3,1)),s,null,!0);if(n&&!this._fullWeekdaysParse[s]&&(this._fullWeekdaysParse[s]=new RegExp(`^${this.weekdays(r,"",!0).replace(".",".?")}$`,"i"),this._shortWeekdaysParse[s]=new RegExp(`^${this.weekdaysShort(r,"",!0).replace(".",".?")}$`,"i"),this._minWeekdaysParse[s]=new RegExp(`^${this.weekdaysMin(r,"",!0).replace(".",".?")}$`,"i")),this._weekdaysParse[s]||(a=`^${this.weekdays(r,"",!0)}|^${this.weekdaysShort(r,"",!0)}|^${this.weekdaysMin(r,"",!0)}`,this._weekdaysParse[s]=new RegExp(a.replace(".",""),"i")),!(_(this._fullWeekdaysParse)&&_(this._shortWeekdaysParse)&&_(this._minWeekdaysParse)&&_(this._weekdaysParse)))return;if(n&&"dddd"===t&&this._fullWeekdaysParse[s].test(e))return s;if(n&&"ddd"===t&&this._shortWeekdaysParse[s].test(e))return s;if(n&&"dd"===t&&this._minWeekdaysParse[s].test(e))return s;if(!n&&this._weekdaysParse[s].test(e))return s}}weekdaysRegex(e){return this._weekdaysParseExact?(u(this,"_weekdaysRegex")||this.computeWeekdaysParse(),e?this._weekdaysStrictRegex:this._weekdaysRegex):(u(this,"_weekdaysRegex")||(this._weekdaysRegex=ee),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}weekdaysShortRegex(e){return this._weekdaysParseExact?(u(this,"_weekdaysRegex")||this.computeWeekdaysParse(),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(u(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=ee),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}weekdaysMinRegex(e){return this._weekdaysParseExact?(u(this,"_weekdaysRegex")||this.computeWeekdaysParse(),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(u(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=ee),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}isPM(e){return"p"===e.toLowerCase().charAt(0)}meridiem(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}formatLongDate(e){this._longDateFormat=this._longDateFormat?this._longDateFormat:Ce;const t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,(e=>e.slice(1))),this._longDateFormat[e])}handleMonthStrictParse(e,t,n){const s=e.toLocaleLowerCase();let a,r,i;if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],a=0;a<12;++a)i=new Date(2e3,a),this._shortMonthsParse[a]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[a]=this.months(i,"").toLocaleLowerCase();return n?"MMM"===t?(r=this._shortMonthsParse.indexOf(s),-1!==r?r:null):(r=this._longMonthsParse.indexOf(s),-1!==r?r:null):"MMM"===t?(r=this._shortMonthsParse.indexOf(s),-1!==r?r:(r=this._longMonthsParse.indexOf(s),-1!==r?r:null)):(r=this._longMonthsParse.indexOf(s),-1!==r?r:(r=this._shortMonthsParse.indexOf(s),-1!==r?r:null))}handleWeekStrictParse(e,t,n){let s;const a=e.toLocaleLowerCase();if(!this._weekdaysParse){let e;for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],e=0;e<7;++e){const t=_n(new Date(Date.UTC(2e3,1)),e,null,!0);this._minWeekdaysParse[e]=this.weekdaysMin(t).toLocaleLowerCase(),this._shortWeekdaysParse[e]=this.weekdaysShort(t).toLocaleLowerCase(),this._weekdaysParse[e]=this.weekdays(t,"").toLocaleLowerCase()}}if(_(this._weekdaysParse)&&_(this._shortWeekdaysParse)&&_(this._minWeekdaysParse))return n?"dddd"===t?(s=this._weekdaysParse.indexOf(a),-1!==s?s:null):"ddd"===t?(s=this._shortWeekdaysParse.indexOf(a),-1!==s?s:null):(s=this._minWeekdaysParse.indexOf(a),-1!==s?s:null):"dddd"===t?(s=this._weekdaysParse.indexOf(a),-1!==s?s:(s=this._shortWeekdaysParse.indexOf(a),-1!==s?s:(s=this._minWeekdaysParse.indexOf(a),-1!==s?s:null))):"ddd"===t?(s=this._shortWeekdaysParse.indexOf(a),-1!==s?s:(s=this._weekdaysParse.indexOf(a),-1!==s?s:(s=this._minWeekdaysParse.indexOf(a),-1!==s?s:null))):(s=this._minWeekdaysParse.indexOf(a),-1!==s?s:(s=this._weekdaysParse.indexOf(a),-1!==s?s:(s=this._shortWeekdaysParse.indexOf(a),-1!==s?s:null)))}computeMonthsParse(){const e=[],t=[],n=[];let s,a;for(a=0;a<12;a++)s=new Date(2e3,a),e.push(this.monthsShort(s,"")),t.push(this.months(s,"")),n.push(this.months(s,"")),n.push(this.monthsShort(s,""));for(e.sort(Ae),t.sort(Ae),n.sort(Ae),a=0;a<12;a++)e[a]=ae(e[a]),t[a]=ae(t[a]);for(a=0;a<24;a++)n[a]=ae(n[a]);this._monthsRegex=new RegExp(`^(${n.join("|")})`,"i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp(`^(${t.join("|")})`,"i"),this._monthsShortStrictRegex=new RegExp(`^(${e.join("|")})`,"i")}computeWeekdaysParse(){const e=[],t=[],n=[],s=[];let a;for(a=0;a<7;a++){const r=_n(new Date(Date.UTC(2e3,1)),a,null,!0),i=this.weekdaysMin(r),d=this.weekdaysShort(r),o=this.weekdays(r);e.push(i),t.push(d),n.push(o),s.push(i),s.push(d),s.push(o)}for(e.sort(Ae),t.sort(Ae),n.sort(Ae),s.sort(Ae),a=0;a<7;a++)t[a]=ae(t[a]),n[a]=ae(n[a]),s[a]=ae(s[a]);this._weekdaysRegex=new RegExp(`^(${s.join("|")})`,"i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp(`^(${n.join("|")})`,"i"),this._weekdaysShortStrictRegex=new RegExp(`^(${t.join("|")})`,"i"),this._weekdaysMinStrictRegex=new RegExp(`^(${e.join("|")})`,"i")}}function Ae(e,t){return t.length-e.length}const Ne={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:Ce,invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Pe,monthsShort:Oe,week:{dow:0,doy:6},weekdays:We,weekdaysMin:Ee,weekdaysShort:Fe,meridiemParse:/[ap]\.?m?\.?/i};function $e(e,t,n){const s=Math.min(e.length,t.length),a=Math.abs(e.length-t.length);let r,i=0;for(r=0;r0;){if(n=ut(a.slice(0,r).join("-")),n)return n;if(t&&t.length>=r&&$e(a,t,!0)>=r-1)break;r--}s++}return null}(_(e)?e:[e])}function Mt(){return Object.keys(rt)}const Yt=["year","quarter","month","week","day","hours","minutes","seconds","milliseconds"],Lt=Yt.reduce(((e,t)=>(e[t]=!0,e)),{});function yt(e){return e<0?Math.floor(e):Math.ceil(e)}function ft(e){return 4800*e/146097}function kt(e){return 146097*e/4800}let pt=Math.round;const gt={ss:44,s:45,m:45,h:22,d:26,M:11};function Dt(e,t,n,s,a){return a.relativeTime(t||1,!!n,e,s)}class Tt{constructor(e,t={}){this._data={},this._locale=ht(),this._locale=t&&t._locale||ht();const n=e,a=n.year||0,r=n.quarter||0,i=n.month||0,d=n.week||0,o=n.day||0,_=n.hours||0,u=n.minutes||0,l=n.seconds||0,m=n.milliseconds||0;return this._isValid=function(e){if(Object.keys(e).some((t=>t in Lt&&null===e[t]||isNaN(e[t]))))return!1;let t=!1;for(let n=0;n=0&&n>=0&&a>=0||t<=0&&n<=0&&a<=0||(t+=864e5*yt(kt(a)+n),n=0,a=0),r.milliseconds=t%1e3;const i=s(t/1e3);r.seconds=i%60;const d=s(i/60);r.minutes=d%60;const o=s(d/60);r.hours=o%24,n+=s(o/24);const _=s(ft(n));a+=_,n-=yt(kt(_));const u=s(a/12);return a%=12,r.day=n,r.month=a,r.year=u,e}(this)}isValid(){return this._isValid}humanize(e){if(!this.isValid())return this.localeData().invalidDate;const t=this.localeData();let n=function(e,t,n){const s=nn(e).abs(),a=pt(s.as("s")),r=pt(s.as("m")),i=pt(s.as("h")),d=pt(s.as("d")),o=pt(s.as("M")),_=pt(s.as("y")),u=a<=gt.ss&&["s",a]||a0,n];return Dt.apply(null,l)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)}localeData(){return this._locale}locale(e){return e?(this._locale=ht(e)||this._locale,this):this._locale._abbr}abs(){const e=Math.abs,t=this._data;return this._milliseconds=e(this._milliseconds),this._days=e(this._days),this._months=e(this._months),t.milliseconds=e(t.milliseconds),t.seconds=e(t.seconds),t.minutes=e(t.minutes),t.hours=e(t.hours),t.month=e(t.month),t.year=e(t.year),this}as(e){if(!this.isValid())return NaN;let t,n;const s=this._milliseconds,a=L(e);if("month"===a||"year"===a)return t=this._days+s/864e5,n=this._months+ft(t),"month"===a?n:n/12;switch(t=this._days+Math.round(kt(this._months)),a){case"week":return t/7+s/6048e5;case"day":return t+s/864e5;case"hours":return 24*t+s/36e5;case"minutes":return 1440*t+s/6e4;case"seconds":return 86400*t+s/1e3;case"milliseconds":return Math.floor(864e5*t)+s;default:throw new Error(`Unknown unit ${a}`)}}valueOf(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*c(this._months/12):NaN}}function bt(e){if(null==e._isValid){const t=le(e),n=Array.prototype.some.call(t.parsedDateParts,(function(e){return null!=e}));let s=!isNaN(e._d&&e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n);if(e._strict&&(s=s&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return s;e._isValid=s}return e._isValid}function wt(e,t){return e._d=new Date(NaN),Object.assign(le(e),t||{userInvalidated:!0}),e}const St=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,vt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ht=/Z|[+-]\d\d(?::?\d\d)?/,xt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/,!0],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/,!0],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/,!0],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/,!0],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/,!0],["YYYYMMDD",/\d{8}/,!0],["GGGG[W]WWE",/\d{4}W\d{3}/,!0],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/,!0]],jt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Pt=/^\/?Date\((\-?\d+)/i,Ot={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480},Wt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function Ft(e){if(!a(e._i))return e;const t=e._i,n=St.exec(t)||vt.exec(t);let s,r,i,d,o,_;if(!n)return e._isValid=!1,e;for(o=0,_=xt.length;o<_;o++)if(xt[o][1].exec(n[1])){r=xt[o][0],s=!1!==xt[o][2];break}if(null==r)return e._isValid=!1,e;if(n[3]){for(o=0,_=jt.length;o<_;o++)if(jt[o][1].exec(n[3])){i=(n[2]||" ")+jt[o][0];break}if(null==i)return e._isValid=!1,e}if(!s&&null!=i)return e._isValid=!1,e;if(n[4]){if(!Ht.exec(n[4]))return e._isValid=!1,e;d="Z"}return e._f=r+(i||"")+(d||""),$t(e)}function Et(e){const t=parseInt(e,10);return t<=49?t+2e3:t}function Ct(e){if(!a(e._i))return e;const t=Wt.exec(e._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim());if(!t)return function(e){return e._isValid=!1,e}(e);const n=function(e,t,n,s,a,r){const i=[Et(e),Oe.indexOf(t),parseInt(n,10),parseInt(s,10),parseInt(a,10)];return r&&i.push(parseInt(r,10)),i}(t[4],t[3],t[2],t[5],t[6],t[7]);return function(e,t,n){if(e&&Fe.indexOf(e)!==new Date(t[0],t[1],t[2]).getDay())return le(n).weekdayMismatch=!0,n._isValid=!1,!1;return!0}(t[1],n,e)?(e._a=n,e._tzm=function(e,t,n){if(e)return Ot[e];if(t)return 0;{const e=parseInt(n,10),t=e%100;return(e-t)/100*60+t}}(t[8],t[9],t[10]),e._d=T.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),le(e).rfc2822=!0,e):e}function zt(e,t,n,s,a=0){const r=ht(n||"en");if(!r)throw new Error(`Locale "${n}" is not defined, please add it with "defineLocale(...)"`);const o=function(e,t,n,s,a=0){if(!i(e))return n.invalidDate;const r=Rt(t,n);return f[r]=f[r]||function(e){const t=e.match(p),n=t.length,s=new Array(n);for(let e=0;et.formatLongDate(e)||e;for(a.lastIndex=0;s>=0&&a.test(n);)n=n.replace(a,r),a.lastIndex=0,s-=1;return n}function Ut(e,t,n){return null!=e?e:null!=t?t:n}function At(e){const t=[];let n,s,a;if(e._d)return e;const r=function(e){const t=new Date;return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e);for(e._w&&null==e._a[2]&&null==e._a[1]&&function(e){let t,n,s,a,r,i,d;const o=e._w;if(null!=o.GG||null!=o.W||null!=o.E)a=1,r=4,t=Ut(o.GG,e._a[0],He(new Date,1,4).year),n=Ut(o.W,1),s=Ut(o.E,1),(s<1||s>7)&&(d=!0);else{a=e._locale._week.dow,r=e._locale._week.doy;const i=He(new Date,a,r);t=Ut(o.gg,e._a[0],i.year),n=Ut(o.w,i.week),null!=o.d?(s=o.d,(s<0||s>6)&&(d=!0)):null!=o.e?(s=o.e+a,(o.e<0||o.e>6)&&(d=!0)):s=a}n<1||n>xe(t,a,r)?le(e)._overflowWeeks=!0:null!=d?le(e)._overflowWeekday=!0:(i=ve(t,n,s,a,r),e._a[0]=i.year,e._dayOfYear=i.dayOfYear)}(e),null!=e._dayOfYear&&(a=Ut(e._a[0],r[0]),(e._dayOfYear>he(a)||0===e._dayOfYear)&&(le(e)._overflowDayOfYear=!0),s=new Date(Date.UTC(a,0,e._dayOfYear)),e._a[1]=s.getUTCMonth(),e._a[2]=s.getUTCDate()),n=0;n<3&&null==e._a[n];++n)e._a[n]=t[n]=r[n];for(;n<7;n++)e._a[n]=t[n]=null==e._a[n]?2===n?1:0:e._a[n];24===e._a[3]&&0===e._a[4]&&0===e._a[5]&&0===e._a[6]&&(e._nextDay=!0,e._a[3]=0),e._d=(e._useUTC?T:b).apply(null,t);const i=e._useUTC?e._d.getUTCDay():e._d.getDay();return null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[3]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(le(e).weekdayMismatch=!0),e}function Nt(e){let t;const n=e._a;return n&&-2===le(e).overflow&&(t=n[1]<0||n[1]>11?1:n[2]<1||n[2]>Ye(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,le(e)._overflowDayOfYear&&(t<0||t>2)&&(t=2),le(e)._overflowWeeks&&-1===t&&(t=7),le(e)._overflowWeekday&&-1===t&&(t=8),le(e).overflow=t),e}function $t(e){if("ISO_8601"===e._f)return Ft(e);if("RFC_2822"===e._f)return Ct(e);if(e._a=[],le(e).empty=!0,_(e._f)||!e._i&&0!==e._i)return e;let t=e._i.toString(),n=0;const s=t.length,a=Rt(e._f,e._locale).match(p)||[];let r,i,d,o;for(r=0;r0&&le(e).unusedInput.push(o),t=t.slice(t.indexOf(d)+d.length),n+=d.length),k[i]?(d?le(e).empty=!1:le(e).unusedTokens.push(i),oe(i,d,e)):e._strict&&!d&&le(e).unusedTokens.push(i);return le(e).charsLeftOver=s-n,t.length>0&&le(e).unusedInput.push(t),e._a[3]<=12&&!0===le(e).bigHour&&e._a[3]>0&&(le(e).bigHour=void 0),le(e).parsedDateParts=e._a.slice(0),le(e).meridiem=e._meridiem,e._a[3]=function(e,t,n){let s=t;if(null==n)return s;if(null!=e.meridiemHour)return e.meridiemHour(s,n);if(null==e.isPM)return s;const a=e.isPM(n);a&&s<12&&(s+=12);a||12!==s||(s=0);return s}(e._locale,e._a[3],e._meridiem),At(e),Nt(e)}function Gt(e){if(e._d)return e;const t=e._i;if(l(t)){const n=function(e){const t={};let n,s;for(s in e)u(e,s)&&(n=L(s),n&&(t[n]=e[s]));return t}(t);e._a=[n.year,n.month,n.day,n.hours,n.minutes,n.seconds,n.milliseconds].map((e=>a(e)?parseInt(e,10):e))}return At(e)}function Jt(e){const t=Nt(function(e){let t=e._i;const n=e._f;if(e._locale=e._locale||ht(e._l),null===t||void 0===n&&""===t)return wt(e,{nullInput:!0});a(t)&&(e._i=t=e._locale.preparse(t,n));if(r(t))return e._d=De(t),e;_(n)?function(e){let t,n,s,a,r;if(!e._f||0===e._f.length)return le(e).invalidFormat=!0,wt(e);for(r=0;ra(e)?parseInt(e,10):e)),At(e)}else if(l(t))Gt(e);else{if(!o(t))return wt(e);e._d=new Date(t)}}(e);bt(e)||(e._d=null);return e}(e));return t._d=new Date(null!=t._d?t._d.getTime():NaN),bt(Object.assign({},t,{_isValid:null}))||(t._d=new Date(NaN)),t}function It(e,t,n,s,a){const r={};let i=e;return(l(i)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;let t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}(i)||_(i)&&0===i.length)&&(i=void 0),r._useUTC=r._isUTC=a,r._l=n,r._i=i,r._f=t,r._strict=s,Jt(r)}function Vt(e,t,n,s,a){if(r(e))return e;return It(e,t,n,s,a)._d}function Zt(e){return e instanceof Date?new Date(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()):null}function Kt(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function Qt(e,t,n="milliseconds"){return!(!e||!t)&&("milliseconds"===n?e.valueOf()>t.valueOf():t.valueOf()t===e.getDay()))}function Xt(e,t,n="milliseconds"){if(!e||!t)return!1;if("milliseconds"===n)return e.valueOf()===t.valueOf();const s=t.valueOf();return Te(e,n).valueOf()<=s&&s<=be(e,n).valueOf()}const en=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,tn=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function nn(e,t,n={}){const s=function(e,t){if(null==e)return{};if(n=e,n instanceof Tt)return{milliseconds:e._milliseconds,day:e._days,month:e._months};var n;if(o(e))return t?{[t]:e}:{milliseconds:e};if(a(e)){let t=en.exec(e);if(t){const e="-"===t[1]?-1:1;return{year:0,day:c(t[2])*e,hours:c(t[3])*e,minutes:c(t[4])*e,seconds:c(t[5])*e,milliseconds:c(Kt(1e3*c(t[6])))*e}}if(t=tn.exec(e),t){const e="-"===t[1]?-1:(t[1],1);return{year:sn(t[2],e),month:sn(t[3],e),week:sn(t[4],e),day:sn(t[5],e),hours:sn(t[6],e),minutes:sn(t[7],e),seconds:sn(t[8],e)}}}if(l(e)&&("from"in e||"to"in e)){const t=function(e,t){if(!i(e)||!i(t))return{milliseconds:0,months:0};let n;const s=function(e,t,n={}){if(!n._isUTC)return e;const s=De(t),a=6e4*(n._offset||0),r=e.valueOf()-s.valueOf()+a;return s.setTime(s.valueOf()+r),s}(t,e,{_offset:e.getTimezoneOffset()});qt(e,s)?n=an(e,s):(n=an(s,e),n.milliseconds=-n.milliseconds,n.months=-n.months);return n}(Vt(e.from),Vt(e.to));return{milliseconds:t.milliseconds,month:t.months}}return e}(e,t);return new Tt(s,n)}function sn(e,t){const n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function an(e,t){const n={milliseconds:0,months:0};n.months=P(t)-P(e)+12*(O(t)-O(e));return Qt(rn(De(e),n.months,"month"),t)&&--n.months,n.milliseconds=+t-+rn(De(e),n.months,"month"),n}function rn(e,t,n,s){return on(e,nn(t,n),1,s)}function dn(e,t,n,s){return on(e,nn(t,n),-1,s)}function on(e,t,n,s){const a=t._milliseconds,r=Kt(t._days),i=Kt(t._months);return i&&pe(e,P(e,s)+i*n,s),r&&ge(e,j(e,s)+r*n,s),a&&function(e,t){e.setTime(t)}(e,function(e){return e.getTime()}(e)+a*n),De(e)}function _n(e,t,n=ht(),s){const r=x(e,s),i=function(e,t){if(!a(e))return e;const n=parseInt(e,10);if(!isNaN(n))return n;const s=t.weekdaysParse(e);return o(s)?s:null}(t,n);return rn(e,i-r,"day")}function un(e,t){return x(e,t)}function ln(e,t=ht(),n){return(x(e,n)+7-t.firstDayOfWeek())%7}function mn(e,t){return x(e,t)||7}const cn={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},hn={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},Mn=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},Yn={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},Ln=function(e){return function(t,n){const s=Mn(t);let a=Yn[e][Mn(t)];return 2===s&&(a=a[n?0:1]),a.replace(/%d/i,t.toString())}},yn=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],fn={abbr:"ar",months:yn,monthsShort:yn,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM(e){return"م"===e},meridiem(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:Ln("s"),ss:Ln("s"),m:Ln("m"),mm:Ln("m"),h:Ln("h"),hh:Ln("h"),d:Ln("d"),dd:Ln("d"),M:Ln("M"),MM:Ln("M"),y:Ln("y"),yy:Ln("y")},preparse(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return hn[e]})).replace(/،/g,",")},postformat(e){return e.replace(/\d/g,(function(e){return cn[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}},kn={abbr:"bg",months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(e){switch(e){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){const t=Number(e);let n=t%10,s=t%100;return 0===t?t+"-ев":0===s?t+"-ен":s>10&&s<20?t+"-ти":1===n?t+"-ви":2===n?t+"-ри":7===n||8===n?t+"-ми":t+"-ти"},week:{dow:1,doy:7}};let pn="gen._feb._mar._abr._mai._jun._jul._ago._set._oct._nov._des.".split("_"),gn="ene_feb_mar_abr_mai_jun_jul_ago_set_oct_nov_des".split("_"),Dn=[/^gen/i,/^feb/i,/^mar/i,/^abr/i,/^mai/i,/^jun/i,/^jul/i,/^ago/i,/^set/i,/^oct/i,/^nov/i,/^des/i],Tn=/^(gener|febrer|març|abril|maig|juny|juliol|agost|setembre|octubre|novembre|desembre|gen\.?|feb\.?|mar\.?|abr\.?|mai\.?|jun\.?|jul\.?|ago\.?|set\.?|oct\.?|nov\.?|des\.?)/i;const bn={abbr:"ca",months:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?gn[P(e,n)]:pn[P(e,n)]:pn},monthsRegex:Tn,monthsShortRegex:Tn,monthsStrictRegex:/^(gener|febrer|març|abril|maig|juny|juliol|agost|setembre|octubre|novembre|desembre)/i,monthsShortStrictRegex:/^(gen\.?|feb\.?|mar\.?|abr\.?|mai\.?|jun\.?|jul\.?|ago\.?|set\.?|oct\.?|nov\.?|des\.?)/i,monthsParse:Dn,longMonthsParse:Dn,shortMonthsParse:Dn,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"diu._dil._dim._dix._dij._div._dis.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay(e){return"[avui a "+(w(e),"les] LT")},nextDay(e){return"[dema a "+(w(e),"les] LT")},nextWeek(e){return"dddd [a "+(w(e),"les] LT")},lastDay(e){return"[ahir a "+(w(e),"les] LT")},lastWeek(e){return"[el] dddd ["+(w(e),"passades les] LT")},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(er|on|er|rt|é)/,ordinal(e){const t=Number(e);return t+(t>4?"é":1===t||3===t?"r":2===t?"n":4===t?"t":"é")},week:{dow:1,doy:4}},wn="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),Sn="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_");function vn(e){return e>1&&e<5&&1!=~~(e/10)}function Hn(e,t,n,s){const a=e+" ";switch(n){case"s":return t||s?"pár sekund":"pár sekundami";case"ss":return t||s?a+(vn(e)?"sekundy":"sekund"):a+"sekundami";case"m":return t?"minuta":s?"minutu":"minutou";case"mm":return t||s?a+(vn(e)?"minuty":"minut"):a+"minutami";case"h":return t?"hodina":s?"hodinu":"hodinou";case"hh":return t||s?a+(vn(e)?"hodiny":"hodin"):a+"hodinami";case"d":return t||s?"den":"dnem";case"dd":return t||s?a+(vn(e)?"dny":"dní"):a+"dny";case"M":return t||s?"měsíc":"měsícem";case"MM":return t||s?a+(vn(e)?"měsíce":"měsíců"):a+"měsíci";case"y":return t||s?"rok":"rokem";case"yy":return t||s?a+(vn(e)?"roky":"let"):a+"lety"}}const xn={abbr:"cs",months:wn,monthsShort:Sn,monthsParse:function(e,t){let n,s=[];for(n=0;n<12;n++)s[n]=new RegExp("^"+e[n]+"$|^"+t[n]+"$","i");return s}(wn,Sn),shortMonthsParse:function(e){let t,n=[];for(t=0;t<12;t++)n[t]=new RegExp("^"+e[t]+"$","i");return n}(Sn),longMonthsParse:function(e){let t,n=[];for(t=0;t<12;t++)n[t]=new RegExp("^"+e[t]+"$","i");return n}(wn),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek(e){switch(un(e)){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek(e){switch(un(e)){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:Hn,ss:Hn,m:Hn,mm:Hn,h:Hn,hh:Hn,d:Hn,dd:Hn,M:Hn,MM:Hn,y:Hn,yy:Hn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}},jn={abbr:"da",months:"Januar_Februar_Marts_April_Maj_Juni_Juli_August_September_Oktober_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Maj_Jun_Jul_Aug_Sep_Okt_Nov_Dec".split("_"),weekdays:"Søndag_Mandag_Tirsdag_Onsdag_Torsdag_Fredag_Lørdag".split("_"),weekdaysShort:"Søn_Man_Tir_Ons_Tor_Fre_Lør".split("_"),weekdaysMin:"Sø_Ma_Ti_On_To_Fr_Lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}};function Pn(e,t,n,s){const a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}const On={abbr:"de",months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:Pn,mm:"%d Minuten",h:Pn,hh:"%d Stunden",d:Pn,dd:Pn,M:Pn,MM:Pn,y:Pn,yy:Pn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}},Wn={abbr:"en-gb",months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal(e){const t=Number(e),n=t%10;return t+(1==~~(t%100/10)?"th":1===n?"st":2===n?"nd":3===n?"rd":"th")},week:{dow:1,doy:4}};let Fn="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),En="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),Cn=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],zn=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;const Rn={abbr:"es-do",months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?En[P(e,n)]:Fn[P(e,n)]:Fn},monthsRegex:zn,monthsShortRegex:zn,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:Cn,longMonthsParse:Cn,shortMonthsParse:Cn,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay(e){return"[hoy a la"+(1!==w(e)?"s":"")+"] LT"},nextDay(e){return"[mañana a la"+(1!==w(e)?"s":"")+"] LT"},nextWeek(e){return"dddd [a la"+(1!==w(e)?"s":"")+"] LT"},lastDay(e){return"[ayer a la"+(1!==w(e)?"s":"")+"] LT"},lastWeek(e){return"[el] dddd [pasado a la"+(1!==w(e)?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}};let Un="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),An="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),Nn=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],$n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;const Gn={abbr:"es",months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?An[P(e,n)]:Un[P(e,n)]:Un},monthsRegex:$n,monthsShortRegex:$n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:Nn,longMonthsParse:Nn,shortMonthsParse:Nn,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay(e){return"[hoy a la"+(1!==w(e)?"s":"")+"] LT"},nextDay(e){return"[mañana a la"+(1!==w(e)?"s":"")+"] LT"},nextWeek(e){return"dddd [a la"+(1!==w(e)?"s":"")+"] LT"},lastDay(e){return"[ayer a la"+(1!==w(e)?"s":"")+"] LT"},lastWeek(e){return"[el] dddd [pasado a la"+(1!==w(e)?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}};let Jn="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),In="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");const Vn={abbr:"es-pr",months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?In[P(e,n)]:Jn[P(e,n)]:Jn},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay(e){return"[hoy a la"+(1!==w(e)?"s":"")+"] LT"},nextDay(e){return"[mañana a la"+(1!==w(e)?"s":"")+"] LT"},nextWeek(e){return"dddd [a la"+(1!==w(e)?"s":"")+"] LT"},lastDay(e){return"[ayer a la"+(1!==w(e)?"s":"")+"] LT"},lastWeek(e){return"[el] dddd [pasado a la"+(1!==w(e)?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}};let Zn="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),Kn="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");const Qn={abbr:"es-us",months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?Kn[P(e,n)]:Zn[P(e,n)]:Zn},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"MMMM [de] D [de] YYYY",LLL:"MMMM [de] D [de] YYYY h:mm A",LLLL:"dddd, MMMM [de] D [de] YYYY h:mm A"},calendar:{sameDay(e){return"[hoy a la"+(1!==w(e)?"s":"")+"] LT"},nextDay(e){return"[mañana a la"+(1!==w(e)?"s":"")+"] LT"},nextWeek(e){return"dddd [a la"+(1!==w(e)?"s":"")+"] LT"},lastDay(e){return"[ayer a la"+(1!==w(e)?"s":"")+"] LT"},lastWeek(e){return"[el] dddd [pasado a la"+(1!==w(e)?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}},qn=function(e,t,n,s){const a={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?a[n][2]?a[n][2]:a[n][1]:s?a[n][0]:a[n][1]},Bn={abbr:"et",months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:qn,ss:qn,m:qn,mm:qn,h:qn,hh:qn,d:qn,dd:"%d päeva",M:qn,MM:qn,y:qn,yy:qn},dayOfMonthOrdinalParse:/\d{1,2}./,ordinal:"%d.",week:{dow:1,doy:4}};var Xn="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),es=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",Xn[7],Xn[8],Xn[9]];function ts(e,t,n,s){var a="";switch(n){case"s":return s?"muutaman sekunnin":"muutama sekunti";case"ss":return s?"sekunnin":"sekuntia";case"m":return s?"minuutin":"minuutti";case"mm":a=s?"minuutin":"minuuttia";break;case"h":return s?"tunnin":"tunti";case"hh":a=s?"tunnin":"tuntia";break;case"d":return s?"päivän":"päivä";case"dd":a=s?"päivän":"päivää";break;case"M":return s?"kuukauden":"kuukausi";case"MM":a=s?"kuukauden":"kuukautta";break;case"y":return s?"vuoden":"vuosi";case"yy":a=s?"vuoden":"vuotta"}return a=function(e,t){return e<10?t?es[e]:Xn[e]:e}(e,s)+" "+a,a}const ns={abbr:"fi",months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:ts,ss:ts,m:ts,mm:ts,h:ts,hh:ts,d:ts,dd:ts,M:ts,MM:ts,y:ts,yy:ts},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}},ss={abbr:"fr",months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal(e,t){const n=Number(e);switch(t){case"D":return n+(1===n?"er":"");default:case"M":case"Q":case"DDD":case"d":return n+(1===n?"er":"e");case"w":case"W":return n+(1===n?"re":"e")}},week:{dow:1,doy:4}};let as="xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),rs="xan_feb_mar_abr_mai_xuñ_xul_ago_set_out_nov_dec".split("_"),is=[/^xan/i,/^feb/i,/^mar/i,/^abr/i,/^mai/i,/^xuñ/i,/^xul/i,/^ago/i,/^set/i,/^out/i,/^nov/i,/^dec/i],ds=/^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro|xan\.?|feb\.?|mar\.?|abr\.?|mai\.?|xuñ\.?|xul\.?|ago\.?|set\.?|out\.?|nov\.?|dec\.?)/i;const os={abbr:"gl",months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?rs[P(e,n)]:as[P(e,n)]:as},monthsRegex:ds,monthsShortRegex:ds,monthsStrictRegex:/^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i,monthsShortStrictRegex:/^(xan\.?|feb\.?|mar\.?|abr\.?|mai\.?|xuñ\.?|xul\.?|ago\.?|set\.?|out\.?|nov\.?|dec\.?)/i,monthsParse:is,longMonthsParse:is,shortMonthsParse:is,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay(e){return"[hoxe á"+(1!==w(e)?"s":"")+"] LT"},nextDay(e){return"[mañan á"+(1!==w(e)?"s":"")+"] LT"},nextWeek(e){return"dddd [á"+(1!==w(e)?"s":"")+"] LT"},lastDay(e){return"[onte á"+(1!==w(e)?"s":"")+"] LT"},lastWeek(e){return"[o] dddd [pasado á"+(1!==w(e)?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}},_s={abbr:"he",months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}};let us={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},ls={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};const ms={abbr:"hi",months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return ls[e]}))},postformat(e){return e.replace(/\d/g,(function(e){return us[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}};let cs="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function hs(e,t,n,s){switch(n){case"s":return s||t?"néhány másodperc":"néhány másodperce";case"ss":return e+(s||t?" másodperc":" másodperce");case"m":return"egy"+(s||t?" perc":" perce");case"mm":return e+(s||t?" perc":" perce");case"h":return"egy"+(s||t?" óra":" órája");case"hh":return e+(s||t?" óra":" órája");case"d":return"egy"+(s||t?" nap":" napja");case"dd":return e+(s||t?" nap":" napja");case"M":return"egy"+(s||t?" hónap":" hónapja");case"MM":return e+(s||t?" hónap":" hónapja");case"y":return"egy"+(s||t?" év":" éve");case"yy":return e+(s||t?" év":" éve")}return""}function Ms(e,t){return(t?"":"[múlt] ")+"["+cs[un(e)]+"] LT[-kor]"}const Ys={abbr:"hu",months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM(e){return"u"===e.charAt(1).toLowerCase()},meridiem(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek(e){return Ms(e,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek(e){return Ms(e,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:hs,ss:hs,m:hs,mm:hs,h:hs,hh:hs,d:hs,dd:hs,M:hs,MM:hs,y:hs,yy:hs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}},Ls={abbr:"hr",months:"Siječanj_Veljača_Ožujak_Travanj_Svibanj_Lipanj_Srpanj_Kolovoz_Rujan_Listopad_Studeni_Prosinac".split("_"),monthsShort:"Sij_Velj_Ožu_Tra_Svi_Lip_Srp_Kol_Ruj_Lis_Stu_Pro".split("_"),weekdays:"Nedjelja_Ponedjeljak_Utorak_Srijeda_Četvrtak_Petak_Subota".split("_"),weekdaysShort:"Ned_Pon_Uto_Sri_Čet_Pet_Sub".split("_"),weekdaysMin:"Ne_Po_Ut_Sr_Če_Pe_Su".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Danas u] LT",nextDay:"[Sutra u] LT",nextWeek:"dddd [u] LT",lastDay:"[Jučer u] LT",lastWeek:"[Zadnji] dddd [u] LT",sameElse:"L"},invalidDate:"Neispravan datum",relativeTime:{future:"za %s",past:"%s prije",s:"nekoliko sekundi",ss:"%d sekundi",m:"minuta",mm:"%d minuta",h:"sat",hh:"%d sati",d:"dan",dd:"%d dana",M:"mjesec",MM:"%d mjeseci",y:"godina",yy:"%d godina"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal(e){const t=Number(e);return t+"."},week:{dow:1,doy:4}},ys={abbr:"id",months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}},fs={abbr:"it",months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek(e){return 0===un(e)?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future(e){return(/^[0-9].+$/.test(e.toString(10))?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}},ks={abbr:"ja",months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 HH:mm dddd",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日 HH:mm dddd"},meridiemParse:/午前|午後/i,isPM(e){return"午後"===e},meridiem(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";default:return e.toString(10)}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}},ps={abbr:"ka",months:{format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_"),standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future(e){var t=e.toString();return/(წამი|წუთი|საათი|წელი)/.test(t)?t.replace(/ი$/,"ში"):t+"ში"},past(e){var t=e.toString();return/(წამი|წუთი|საათი|დღე|თვე)/.test(t)?t.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(t)?t.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal(e,t){const n=Number(e);return 0===n?n.toString():1===n?n+"-ლი":n<20||n<=100&&n%20==0||n%100==0?"მე-"+n:n+"-ე"},week:{dow:1,doy:4}},gs={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"},Ds={abbr:"kk",months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal(e){return e+(gs[e]||gs[e%10]||gs[e>=100?100:null])},week:{dow:1,doy:7}},Ts={abbr:"ko",months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e.toString(10)}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}},bs={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function ws(e,t,n,s){return t?vs(n)[0]:s?vs(n)[1]:vs(n)[2]}function Ss(e){return e%10==0||e>10&&e<20}function vs(e){return bs[e].split("_")}function Hs(e,t,n,s){let a=e+" ";return 1===e?a+ws(0,t,n[0],s):t?a+(Ss(e)?vs(n)[1]:vs(n)[0]):s?a+vs(n)[1]:a+(Ss(e)?vs(n)[1]:vs(n)[2])}const xs={abbr:"lt",months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,s){return t?"kelios sekundės":s?"kelių sekundžių":"kelias sekundes"},ss:Hs,m:ws,mm:Hs,h:ws,hh:Hs,d:ws,dd:Hs,M:ws,MM:Hs,y:ws,yy:Hs},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal(e){return e+"-oji"},week:{dow:1,doy:4}},js={abbr:"lv",months:"Janvāris_Februāris_Marts_Aprīlis_Maijs_Jūnijs_Jūlijs_Augusts_Septembris_Oktobris_Novembris_Decembris".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mai_Jūn_Jūl_Aug_Sep_Okt_Nov_Dec".split("_"),weekdays:"Svētdiena_Pirmdiena_Otrdiena_Trešdiena_Ceturtdiena_Piektdiena_Sestdiena".split("_"),weekdaysShort:"Svētd_Pirmd_Otrd_Trešd_Ceturtd_Piektd_Sestd".split("_"),weekdaysMin:"Sv_Pi_Ot_Tr_Ce_Pk_Se".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:"dažām sekundēm",ss:"%d sekundēm",m:"minūtes",mm:"%d minūtēm",h:"stundas",hh:"%d stundām",d:"dienas",dd:"%d dienām",M:"mēneša",MM:"%d mēnešiem",y:"gada",yy:"%d gadiem"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal(e){return e+"."},week:{dow:1,doy:4}};function Ps(e,t,n,s){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e.toString(10)}}const Os={abbr:"mn",months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:Ps,ss:Ps,m:Ps,mm:Ps,h:Ps,hh:Ps,d:Ps,dd:Ps,M:Ps,MM:Ps,y:Ps,yy:Ps},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e.toString(10)}}},Ws={abbr:"nb",months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}};let Fs="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),Es="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),Cs=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],zs=/^(januari|februari|maart|april|mei|april|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;const Rs={abbr:"nl-be",months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?Es[P(e,n)]:Fs[P(e,n)]:Fs},monthsRegex:zs,monthsShortRegex:zs,monthsStrictRegex:/^(januari|februari|maart|mei|ju[nl]i|april|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:Cs,longMonthsParse:Cs,shortMonthsParse:Cs,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal(e){const t=Number(e);return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}};let Us="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),As="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),Ns=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],$s=/^(januari|februari|maart|april|mei|april|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;const Gs={abbr:"nl",months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort(e,t,n){return e?/-MMM-/.test(t)?As[P(e,n)]:Us[P(e,n)]:Us},monthsRegex:$s,monthsShortRegex:$s,monthsStrictRegex:/^(januari|februari|maart|mei|ju[nl]i|april|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:Ns,longMonthsParse:Ns,shortMonthsParse:Ns,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal(e){const t=Number(e);return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}};let Js="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),Is="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function Vs(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function Zs(e,t,n){let s=e+" ";switch(n){case"ss":return s+(Vs(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return s+(Vs(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return s+(Vs(e)?"godziny":"godzin");case"MM":return s+(Vs(e)?"miesiące":"miesięcy");case"yy":return s+(Vs(e)?"lata":"lat")}}const Ks={abbr:"pl",months(e,t,n){return e?""===t?"("+Is[P(e,n)]+"|"+Js[P(e,n)]+")":/D MMMM/.test(t)?Is[P(e,n)]:Js[P(e,n)]:Js},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek(e){switch(un(e)){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 5:return"[W piątek o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek(e){switch(un(e)){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 4:return"[W zeszłą czwartek o] LT";case 5:return"[W zeszłą piątek o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:Zs,m:Zs,mm:Zs,h:Zs,hh:Zs,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:Zs,y:"rok",yy:Zs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}},Qs={abbr:"pt-br",months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek(e){return 0===un(e)||6===un(e)?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"};function qs(e,t,n){let s=" ";return(e%100>=20||e>=100&&e%100==0)&&(s=" de "),e+s+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}const Bs={abbr:"ro",months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:qs,m:"un minut",mm:qs,h:"o oră",hh:qs,d:"o zi",dd:qs,M:"o lună",MM:qs,y:"un an",yy:qs},week:{dow:1,doy:7}};function Xs(e,t,n){return"m"===n?t?"минута":"минуту":e+" "+function(e,t){let n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}({ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n],+e)}let ea=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];const ta={abbr:"ru",months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:ea,longMonthsParse:ea,shortMonthsParse:ea,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek(e,t){if(Ge(t)===Ge(e))return 2===un(e)?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(un(e)){case 0:return"[В следующее] dddd [в] LT";case 1:case 2:case 4:return"[В следующий] dddd [в] LT";case 3:case 5:case 6:return"[В следующую] dddd [в] LT"}},lastWeek(e,t){if(Ge(t)===Ge(e))return 2===un(e)?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(un(e)){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:Xs,m:Xs,mm:Xs,h:"час",hh:Xs,d:"день",dd:Xs,M:"месяц",MM:Xs,y:"год",yy:Xs},meridiemParse:/ночи|утра|дня|вечера/i,isPM(e){return/^(дня|вечера)$/.test(e)},meridiem(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal(e,t){const n=Number(e);switch(t){case"M":case"d":case"DDD":return n+"-й";case"D":return n+"-го";case"w":case"W":return n+"-я";default:return n.toString(10)}},week:{dow:1,doy:4}};function na(e){return e>1&&e<5&&1!=~~(e/10)}function sa(e,t,n,s){const a=e+" ";switch(n){case"s":return t||s?"pár sekúnd":"pár sekundami";case"ss":return t||s?a+(na(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":s?"minútu":"minútou";case"mm":return t||s?a+(na(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":s?"hodinu":"hodinou";case"hh":return t||s?a+(na(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||s?"deň":"dňom";case"dd":return t||s?a+(na(e)?"dni":"dní"):a+"dňami";case"M":return t||s?"mesiac":"mesiacom";case"MM":return t||s?a+(na(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||s?"rok":"rokom";case"yy":return t||s?a+(na(e)?"roky":"rokov"):a+"rokmi"}}const aa={abbr:"sk",months:"január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),monthsShort:"jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_"),weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek(e){switch(un(e)){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek(e){switch(un(e)){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"o %s",past:"pred %s",s:sa,ss:sa,m:sa,mm:sa,h:sa,hh:sa,d:sa,dd:sa,M:sa,MM:sa,y:sa,yy:sa},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}};function ra(e,t,n,s){var a=e+" ";switch(n){case"s":return t||s?"nekaj sekund":"nekaj sekundami";case"ss":return a+=1===e?t?"sekundo":"sekundi":2===e?t||s?"sekundi":"sekundah":e<5?t||s?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return a+=1===e?t?"minuta":"minuto":2===e?t||s?"minuti":"minutama":e<5?t||s?"minute":"minutami":t||s?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return a+=1===e?t?"ura":"uro":2===e?t||s?"uri":"urama":e<5?t||s?"ure":"urami":t||s?"ur":"urami";case"d":return t||s?"en dan":"enim dnem";case"dd":return a+=1===e?t||s?"dan":"dnem":2===e?t||s?"dni":"dnevoma":t||s?"dni":"dnevi";case"M":return t||s?"en mesec":"enim mesecem";case"MM":return a+=1===e?t||s?"mesec":"mesecem":2===e?t||s?"meseca":"mesecema":e<5?t||s?"mesece":"meseci":t||s?"mesecev":"meseci";case"y":return t||s?"eno leto":"enim letom";case"yy":return a+=1===e?t||s?"leto":"letom":2===e?t||s?"leti":"letoma":e<5?t||s?"leta":"leti":t||s?"let":"leti"}}const ia={abbr:"sl",months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek(e){switch(un(e)){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek(e){switch(un(e)){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:ra,ss:ra,m:ra,mm:ra,h:ra,hh:ra,d:ra,dd:ra,M:ra,MM:ra,y:ra,yy:ra},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}},da={abbr:"sq",months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Dielë_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"Di_He_Ma_Me_En_Pr_Sh".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"para %sve",s:"disa sekonda",ss:"%d sekonda",m:"një minut",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}},oa={abbr:"sv",months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal(e){const t=Number(e);let n=t%10;return t+(1==~~(t%100/10)?"e":1===n||2===n?"a":"e")},week:{dow:1,doy:4}},_a={abbr:"th",months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM(e){return"หลังเที่ยง"===e},meridiem(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}},ua={abbr:"th-be",months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM(e){return"หลังเที่ยง"===e},meridiem(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"},preparse(e,t){const n=ua.longDateFormat[t]?ua.longDateFormat[t]:t;if(-1!==n.indexOf("YYYY",n.length-"YYYY".length)){return e.substr(0,e.length-4)+(parseInt(e.substr(e.length-4),10)-543)}return e},getFullYear(e,t=!1){return 543+(t?e.getUTCFullYear():e.getFullYear())}};let la={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};const ma={abbr:"tr",months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},dayOfMonthOrdinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal(e){const t=Number(e);if(0===t)return t+"'ıncı";let n=t%10;return t+(la[n]||la[t%100-n]||la[t>=100?100:null])},week:{dow:1,doy:7}};function ca(e,t,n){return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+function(e,t){let n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}({ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n],+e)}function ha(e){return function(t){return e+"о"+(11===w(t)?"б":"")+"] LT"}}const Ma={abbr:"uk",months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t,n){let s={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return e?s[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][un(e,n)]:s.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:ha("[Сьогодні "),nextDay:ha("[Завтра "),lastDay:ha("[Вчора "),nextWeek:ha("[У] dddd ["),lastWeek(e){switch(un(e)){case 0:case 3:case 5:case 6:return ha("[Минулої] dddd [")(e);case 1:case 2:case 4:return ha("[Минулого] dddd [")(e)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:ca,m:ca,mm:ca,h:"годину",hh:ca,d:"день",dd:ca,M:"місяць",MM:ca,y:"рік",yy:ca},meridiemParse:/ночі|ранку|дня|вечора/,isPM(e){return/^(дня|вечора)$/.test(e)},meridiem(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal(e,t){const n=Number(e);switch(t){case"M":case"d":case"DDD":case"w":case"W":return n+"-й";case"D":return n+"-го";default:return n.toString()}},week:{dow:1,doy:7}},Ya={abbr:"vi",months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM(e){return/^ch$/i.test(e)},meridiem(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal(e){return""+e},week:{dow:1,doy:4}},La={abbr:"zh-cn",months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem(e,t,n){let s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal(e,t){const n=Number(e);switch(t){case"d":case"D":case"DDD":return n+"日";case"M":return n+"月";case"w":case"W":return n+"周";default:return n.toString()}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}}}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2590.ff75142473183f905feb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2590.ff75142473183f905feb.js.LICENSE.txt new file mode 100644 index 0000000..7b92805 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2590.ff75142473183f905feb.js.LICENSE.txt @@ -0,0 +1,143 @@ +//! Burak Yiğit Kaya: https://github.com/BYK + +//! Sigurd Gartmann : https://github.com/sigurdga + +//! Author : Menelion Elensúle : https://github.com/Oire + +//! author : Abdel Said: https://github.com/abdelsaid + +//! author : Adam Brunner : https://github.com/adambrunner + +//! author : Agon Cecelia : https://github.com/agoncecelia + +//! author : Ahmed Elkhatib + +//! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira + +//! author : Chris Gedrim : https://github.com/a90machado + +//! author : Chris Gedrim : https://github.com/chrisgedrim + +//! author : Danijel Grmec : https://github.com/cobaltsis + +//! author : Darío Beiró : https://github.com/quinobravo + +//! author : Jacob Middag : https://github.com/middagj + +//! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7 + +//! author : John Fischer : https://github.com/jfroffice + +//! author : Joris Röling : https://github.com/jorisroling + +//! author : Jozef Pažin : https://github.com/atiris + +//! author : Julio Napurí : https://github.com/julionc + +//! author : Matiss Janis Aboltins : https://github.com/matissjanis + +//! author : Mayank Singhal : https://github.com/mayanksinghal + +//! author : Mikolaj Dadela : https://github.com/mik01aj + +//! author : Moshe Simantov : https://github.com/DevelopmentIL + +//! author : Per Hansen : https://github.com/perhp + +//! author : Rafal Hirsz : https://github.com/evoL + +//! author : Tal Ater : https://github.com/TalAter + +//! author : Tomer Cohen : https://github.com/tomer + +//! author : Valentin Agachi : https://github.com/avaly + +//! author : Viktorminator : https://github.com/Viktorminator + +//! author : Vlad Gurdiga : https://github.com/gurdiga + +//! author : Xavier Arbat : https://github.com/XavisaurusRex + +//! author : bustta : https://github.com/bustta + +//! author : forabi https://github.com/forabi + +//! author : lluchs : https://github.com/lluchs + +//! author : mihan : https://github.com/mihan + +//! author : petrbela : https://github.com/petrbela + +//! author : zemlanin : https://github.com/zemlanin + +//! author : Коренберг Марк : https://github.com/socketpair + +//! author: Menelion Elensúle: https://github.com/Oire + +//! authors : Erhan Gundogan : https://github.com/erhangundogan, + +//! authors : Espen Hovlandsdal : https://github.com/rexxars + +//! locale : Albanian [sq] + +//! locale : Arabic [ar] + +//! locale : Catalan [ca] + +//! locale : Croatian [hr] + +//! locale : Czech [cs] + +//! locale : Danish (Denmark) [da] + +//! locale : Dutch (Belgium) [nl-be] + +//! locale : Dutch [nl] + +//! locale : English (United Kingdom) [en-gb] + +//! locale : Estonian [et] + +//! locale : French [fr] + +//! locale : Galician [gl] + +//! locale : German [de] + +//! locale : Hebrew [he] + +//! locale : Hindi [hi] + +//! locale : Hungarian [hu] + +//! locale : Latvian [lv] + +//! locale : Mongolian [mn] + +//! locale : Norwegian Bokmål [nb] + +//! locale : Polish [pl] + +//! locale : Portuguese (Brazil) [pt-br] + +//! locale : Russian [ru] + +//! locale : Slovak [sk] + +//! locale : Slovenian [sl] + +//! locale : Spanish (Dominican Republic) [es-do] + +//! locale : Spanish (Puerto Rico) [es-pr] + +//! locale : Spanish (United States) [es-us] + +//! locale : Spanish [es] + +//! locale : Turkish [tr] + +//! locale : Ukrainian [uk] + +//! locale : Việt Nam [vi] + +//! moment.js locale configuration diff --git a/dist/apps/processing-runtime-widget/25920.403a342a2719234e399f.js b/dist/apps/processing-runtime-widget/25920.403a342a2719234e399f.js new file mode 100644 index 0000000..11cec6d --- /dev/null +++ b/dist/apps/processing-runtime-widget/25920.403a342a2719234e399f.js @@ -0,0 +1,2 @@ +/*! For license information please see 25920.403a342a2719234e399f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[25920],{25920:function(e,s,u){u.r(s);const l=void 0;s.default=[[["keskööl","keskpäeval","hommikul","pärastlõunal","õhtul","öösel"],l,l],[["kesköö","keskpäev","hommik","pärastlõuna","õhtu","öö"],l,l],["00:00","12:00",["05:00","12:00"],["12:00","18:00"],["18:00","23:00"],["23:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/25920.403a342a2719234e399f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/25920.403a342a2719234e399f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/25920.403a342a2719234e399f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2598.d272f723f1115005a39e.js b/dist/apps/processing-runtime-widget/2598.d272f723f1115005a39e.js new file mode 100644 index 0000000..961040c --- /dev/null +++ b/dist/apps/processing-runtime-widget/2598.d272f723f1115005a39e.js @@ -0,0 +1,2 @@ +/*! For license information please see 2598.d272f723f1115005a39e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2598],{2598:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2598.d272f723f1115005a39e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2598.d272f723f1115005a39e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2598.d272f723f1115005a39e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26037.0ae2a969448ac60ee52d.js b/dist/apps/processing-runtime-widget/26037.0ae2a969448ac60ee52d.js new file mode 100644 index 0000000..0e99d4a --- /dev/null +++ b/dist/apps/processing-runtime-widget/26037.0ae2a969448ac60ee52d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26037],{26037:function(u,c,e){e.r(c);c.default=[[["ທ່ຽງຄືນ","ຕອນທ່ຽງ","ຕອນເຊົ້າ","ຕອນທ່ຽງ","ຕອນແລງ","ກາງຄືນ"],["ທ່ຽງຄືນ","ຕອນທ່ຽງ","ຕອນເຊົ້າ","ຕອນບ່າຍ","ຕອນແລງ","ກາງຄືນ"],["ທ່ຽງຄືນ","ຕອນທ່ຽງ","ຕອນເຊົ້າ","ຕອນບ່າຍ","ຕອນແລງ","ຕອນກາງຄືນ"]],[["ທ່ຽງ​ຄືນ","ຕອນທ່ຽງ","​ເຊົ້າ","ສ","ແລງ","​ກາງ​ຄືນ"],["ທ່ຽງ​ຄືນ","ທ່ຽງ","​ເຊົ້າ","ສວຍ","ແລງ","​ກາງ​ຄືນ"],["ທ່ຽງຄືນ","ຕອນທ່ຽງ","​ເຊົ້າ","ສວຍ","ແລງ","​ກາງ​ຄືນ"]],["00:00","12:00",["05:00","12:00"],["12:00","16:00"],["16:00","20:00"],["20:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26091.a6e5a3093f969d3def2e.js b/dist/apps/processing-runtime-widget/26091.a6e5a3093f969d3def2e.js new file mode 100644 index 0000000..07a44e9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26091.a6e5a3093f969d3def2e.js @@ -0,0 +1,2 @@ +/*! For license information please see 26091.a6e5a3093f969d3def2e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26091],{26091:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26091.a6e5a3093f969d3def2e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26091.a6e5a3093f969d3def2e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26091.a6e5a3093f969d3def2e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26110.2d19e0ea592df4f267a5.js b/dist/apps/processing-runtime-widget/26110.2d19e0ea592df4f267a5.js new file mode 100644 index 0000000..aaa2f74 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26110.2d19e0ea592df4f267a5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26110,84650],{26110:function(e,s,i){var t;i.r(s),i.d(s,{CollapseDirective:function(){return p},CollapseModule:function(){return h}});var n=i(67595),a=i(40761);const l="400ms cubic-bezier(0.4,0.0,0.2,1)",o=[(0,n.style)({height:0,visibility:"hidden"}),(0,n.animate)(l,(0,n.style)({height:"*",visibility:"visible"}))],r=[(0,n.style)({height:"*",visibility:"visible"}),(0,n.animate)(l,(0,n.style)({height:0,visibility:"hidden"}))];class p{constructor(e,s,i){this._el=e,this._renderer=s,this.collapsed=new a.EventEmitter,this.collapses=new a.EventEmitter,this.expanded=new a.EventEmitter,this.expands=new a.EventEmitter,this.isExpanded=!0,this.collapseNewValue=!0,this.isCollapsed=!1,this.isCollapse=!0,this.isCollapsing=!1,this.isAnimated=!1,this._display="block",this._stylesLoaded=!1,this._COLLAPSE_ACTION_NAME="collapse",this._EXPAND_ACTION_NAME="expand",this._factoryCollapseAnimation=i.build(r),this._factoryExpandAnimation=i.build(o)}set display(e){this._display=e,"none"!==e?this.isAnimated?this.toggle():this.show():this.hide()}set collapse(e){this.collapseNewValue=e,this._player&&!this._isAnimationDone||(this.isExpanded=e,this.toggle())}get collapse(){return this.isExpanded}ngAfterViewChecked(){this._stylesLoaded=!0,this._player&&this._isAnimationDone&&(this._player.reset(),this._renderer.setStyle(this._el.nativeElement,"height","*"))}toggle(){this.isExpanded?this.hide():this.show()}hide(){this.isCollapsing=!0,this.isExpanded=!1,this.isCollapsed=!0,this.isCollapsing=!1,this.collapses.emit(this),this._isAnimationDone=!1,this.animationRun(this.isAnimated,this._COLLAPSE_ACTION_NAME)((()=>{this._isAnimationDone=!0,this.collapseNewValue!==this.isCollapsed&&this.isAnimated?this.show():(this.collapsed.emit(this),this._renderer.setStyle(this._el.nativeElement,"display","none"))}))}show(){this._renderer.setStyle(this._el.nativeElement,"display",this._display),this.isCollapsing=!0,this.isExpanded=!0,this.isCollapsed=!1,this.isCollapsing=!1,this.expands.emit(this),this._isAnimationDone=!1,this.animationRun(this.isAnimated,this._EXPAND_ACTION_NAME)((()=>{this._isAnimationDone=!0,this.collapseNewValue!==this.isCollapsed&&this.isAnimated?this.hide():(this.expanded.emit(this),this._renderer.removeStyle(this._el.nativeElement,"overflow"))}))}animationRun(e,s){if(!e||!this._stylesLoaded)return e=>e();this._renderer.setStyle(this._el.nativeElement,"overflow","hidden"),this._renderer.addClass(this._el.nativeElement,"collapse");const i=s===this._EXPAND_ACTION_NAME?this._factoryExpandAnimation:this._factoryCollapseAnimation;return this._player&&this._player.reset(),this._player=i.create(this._el.nativeElement),this._player.play(),e=>this._player?.onDone(e)}}p.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:p,deps:[{token:a.ElementRef},{token:a.Renderer2},{token:n.AnimationBuilder}],target:a["ɵɵFactoryTarget"].Directive}),p.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:p,selector:"[collapse]",inputs:{display:"display",isAnimated:"isAnimated",collapse:"collapse"},outputs:{collapsed:"collapsed",collapses:"collapses",expanded:"expanded",expands:"expands"},host:{properties:{"class.collapse":"this.isCollapse","class.in":"this.isExpanded","class.show":"this.isExpanded","attr.aria-hidden":"this.isCollapsed","class.collapsing":"this.isCollapsing"}},exportAs:["bs-collapse"],ngImport:t||(t=i.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:p,decorators:[{type:a.Directive,args:[{selector:"[collapse]",exportAs:"bs-collapse",host:{"[class.collapse]":"true"}}]}],ctorParameters:function(){return[{type:a.ElementRef},{type:a.Renderer2},{type:n.AnimationBuilder}]},propDecorators:{collapsed:[{type:a.Output}],collapses:[{type:a.Output}],expanded:[{type:a.Output}],expands:[{type:a.Output}],isExpanded:[{type:a.HostBinding,args:["class.in"]},{type:a.HostBinding,args:["class.show"]}],isCollapsed:[{type:a.HostBinding,args:["attr.aria-hidden"]}],isCollapse:[{type:a.HostBinding,args:["class.collapse"]}],isCollapsing:[{type:a.HostBinding,args:["class.collapsing"]}],display:[{type:a.Input}],isAnimated:[{type:a.Input}],collapse:[{type:a.Input}]}});class h{static forRoot(){return{ngModule:h,providers:[]}}}h.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),h.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h,declarations:[p],exports:[p]}),h.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h,decorators:[{type:a.NgModule,args:[{declarations:[p],exports:[p]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26236.38b7299aab84c567f172.js b/dist/apps/processing-runtime-widget/26236.38b7299aab84c567f172.js new file mode 100644 index 0000000..4f148e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26236.38b7299aab84c567f172.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26236],{26236:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26285.e471f1e9c793773481a5.js b/dist/apps/processing-runtime-widget/26285.e471f1e9c793773481a5.js new file mode 100644 index 0000000..31d2cc4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26285.e471f1e9c793773481a5.js @@ -0,0 +1,2 @@ +/*! For license information please see 26285.e471f1e9c793773481a5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26285],{26285:function(s,u,n){n.r(u);const c=void 0;u.default=["zh-Hans",[["上午","下午"],c,c],c,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],c,[["公元前","公元"],c,c],0,[6,0],["y/M/d","y年M月d日",c,"y年M月d日EEEE"],["HH:mm","HH:mm:ss","z HH:mm:ss","zzzz HH:mm:ss"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CNY","¥","人民币",{AUD:["AU$","$"],BYN:[c,"р."],CNY:["¥"],ILR:["ILS"],JPY:["JP¥","¥"],KRW:["₩","₩"],PHP:[c,"₱"],RUR:[c,"р."],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26285.e471f1e9c793773481a5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26285.e471f1e9c793773481a5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26285.e471f1e9c793773481a5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2629.f36943985fff7ff2d8e2.js b/dist/apps/processing-runtime-widget/2629.f36943985fff7ff2d8e2.js new file mode 100644 index 0000000..da3ced9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2629.f36943985fff7ff2d8e2.js @@ -0,0 +1,2 @@ +/*! For license information please see 2629.f36943985fff7ff2d8e2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2629],{2629:function(e,$,r){r.r($);const i=void 0;$.default=["fr-TG",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2629.f36943985fff7ff2d8e2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2629.f36943985fff7ff2d8e2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2629.f36943985fff7ff2d8e2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26367.36d562aa2cd54d0a2be2.js b/dist/apps/processing-runtime-widget/26367.36d562aa2cd54d0a2be2.js new file mode 100644 index 0000000..8c12bfa --- /dev/null +++ b/dist/apps/processing-runtime-widget/26367.36d562aa2cd54d0a2be2.js @@ -0,0 +1,2 @@ +/*! For license information please see 26367.36d562aa2cd54d0a2be2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26367],{26367:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26367.36d562aa2cd54d0a2be2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26367.36d562aa2cd54d0a2be2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26367.36d562aa2cd54d0a2be2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26448.690277e4753ecbbfbe1c.js b/dist/apps/processing-runtime-widget/26448.690277e4753ecbbfbe1c.js new file mode 100644 index 0000000..95f6488 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26448.690277e4753ecbbfbe1c.js @@ -0,0 +1,2 @@ +/*! For license information please see 26448.690277e4753ecbbfbe1c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26448],{26448:function(e,u,a){a.r(u);const r=void 0;u.default=["en-SI",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[",",".",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26448.690277e4753ecbbfbe1c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26448.690277e4753ecbbfbe1c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26448.690277e4753ecbbfbe1c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26531.2d6463ee646d32c220e5.js b/dist/apps/processing-runtime-widget/26531.2d6463ee646d32c220e5.js new file mode 100644 index 0000000..0cfbaa7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26531.2d6463ee646d32c220e5.js @@ -0,0 +1,2 @@ +/*! For license information please see 26531.2d6463ee646d32c220e5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26531],{26531:function(e,s,o){o.r(s);const i=void 0;s.default=["es-BO",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"BOB","Bs","boliviano",{AUD:[i,"$"],BOB:["Bs"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:[i,"$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26531.2d6463ee646d32c220e5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26531.2d6463ee646d32c220e5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26531.2d6463ee646d32c220e5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26570.cf327df88068da61e634.js b/dist/apps/processing-runtime-widget/26570.cf327df88068da61e634.js new file mode 100644 index 0000000..87565ae --- /dev/null +++ b/dist/apps/processing-runtime-widget/26570.cf327df88068da61e634.js @@ -0,0 +1,2 @@ +/*! For license information please see 26570.cf327df88068da61e634.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26570],{26570:function(e,r,a){a.r(r);const n=void 0;r.default=["ku",[["BN","PN"],n,n],n,[["Y","D","S","Ç","P","Î","Ş"],["yş","dş","sş","çş","pş","în","ş"],["yekşem","duşem","sêşem","çarşem","pêncşem","în","şemî"],["yş","dş","sş","çş","pş","în","ş"]],n,[["R","R","A","A","G","P","T","G","R","K","S","B"],["rêb","reş","ada","avr","gul","pûş","tîr","gel","rez","kew","ser","ber"],["rêbendanê","reşemiyê","adarê","avrêlê","gulanê","pûşperê","tîrmehê","gelawêjê","rezberê","kewçêrê","sermawezê","berfanbarê"]],[["R","R","A","A","G","P","T","G","R","K","S","B"],["rêb","reş","ada","avr","gul","pûş","tîr","gel","rez","kew","ser","ber"],["rêbendan","reşemî","adar","avrêl","gulan","pûşper","tîrmeh","gelawêj","rezber","kewçêr","sermawez","berfanbar"]],[["BZ","PZ"],n,["berî zayînê","piştî zayînê"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","%#,##0","#,##0.00 ¤","#E0"],"TRY","₺","TRY",{JPY:["JP¥","¥"],TRY:["₺"],USD:["US$","$"]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26570.cf327df88068da61e634.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26570.cf327df88068da61e634.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26570.cf327df88068da61e634.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26934.e4286f790abfa8ac7b1e.js b/dist/apps/processing-runtime-widget/26934.e4286f790abfa8ac7b1e.js new file mode 100644 index 0000000..1941fa4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26934.e4286f790abfa8ac7b1e.js @@ -0,0 +1,2 @@ +/*! For license information please see 26934.e4286f790abfa8ac7b1e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26934],{26934:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26934.e4286f790abfa8ac7b1e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26934.e4286f790abfa8ac7b1e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26934.e4286f790abfa8ac7b1e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/26970.a968dae3aae61deb307a.js b/dist/apps/processing-runtime-widget/26970.a968dae3aae61deb307a.js new file mode 100644 index 0000000..9f321c5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/26970.a968dae3aae61deb307a.js @@ -0,0 +1,2 @@ +/*! For license information please see 26970.a968dae3aae61deb307a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[26970],{26970:function(a,e,u){u.r(e);const n=void 0;e.default=["en-BS",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"BSD","$","Bahamian Dollar",{BSD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/26970.a968dae3aae61deb307a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/26970.a968dae3aae61deb307a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/26970.a968dae3aae61deb307a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/27008.7819603ecbfba2cc8adb.js b/dist/apps/processing-runtime-widget/27008.7819603ecbfba2cc8adb.js new file mode 100644 index 0000000..eafdb22 --- /dev/null +++ b/dist/apps/processing-runtime-widget/27008.7819603ecbfba2cc8adb.js @@ -0,0 +1,2 @@ +/*! For license information please see 27008.7819603ecbfba2cc8adb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27008],{27008:function(a,e,n){n.r(e);const r=void 0;e.default=["nl-AW",[["a.m.","p.m."],r,r],r,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],r,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,"{1} 'om' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"AWG","Afl.","Arubaanse gulden",{AUD:["AU$","$"],AWG:["Afl."],BYN:[r,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[r,"₱"],RUR:[r,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),n=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27008.7819603ecbfba2cc8adb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/27008.7819603ecbfba2cc8adb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/27008.7819603ecbfba2cc8adb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/27035.b3cb721066ec1d53e322.js b/dist/apps/processing-runtime-widget/27035.b3cb721066ec1d53e322.js new file mode 100644 index 0000000..a78a6b7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/27035.b3cb721066ec1d53e322.js @@ -0,0 +1,2 @@ +/*! For license information please see 27035.b3cb721066ec1d53e322.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27035],{27035:function(s,u,M){M.r(u);const c=void 0;u.default=["ml",[["AM","PM"],c,c],c,[["ഞ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"],["ഞായർ","തിങ്കൾ","ചൊവ്വ","ബുധൻ","വ്യാഴം","വെള്ളി","ശനി"],["ഞായറാഴ്‌ച","തിങ്കളാഴ്‌ച","ചൊവ്വാഴ്ച","ബുധനാഴ്‌ച","വ്യാഴാഴ്‌ച","വെള്ളിയാഴ്‌ച","ശനിയാഴ്‌ച"],["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"]],[["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"],["ഞായർ","തിങ്കൾ","ചൊവ്വ","ബുധൻ","വ്യാഴം","വെള്ളി","ശനി"],["ഞായറാഴ്‌ച","തിങ്കളാഴ്‌ച","ചൊവ്വാഴ്‌ച","ബുധനാഴ്‌ച","വ്യാഴാഴ്‌ച","വെള്ളിയാഴ്‌ച","ശനിയാഴ്‌ച"],["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"]],[["ജ","ഫെ","മാ","ഏ","മെ","ജൂൺ","ജൂ","ഓ","സെ","ഒ","ന","ഡി"],["ജനു","ഫെബ്രു","മാർ","ഏപ്രി","മേയ്","ജൂൺ","ജൂലൈ","ഓഗ","സെപ്റ്റം","ഒക്ടോ","നവം","ഡിസം"],["ജനുവരി","ഫെബ്രുവരി","മാർച്ച്","ഏപ്രിൽ","മേയ്","ജൂൺ","ജൂലൈ","ഓഗസ്റ്റ്","സെപ്റ്റംബർ","ഒക്‌ടോബർ","നവംബർ","ഡിസംബർ"]],c,[["ക്രി.മു.","എഡി"],c,["ക്രിസ്‌തുവിന് മുമ്പ്","ആന്നോ ഡൊമിനി"]],0,[0,0],["d/M/yy","y, MMM d","y, MMMM d","y, MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##0.00","#E0"],"INR","₹","ഇന്ത്യൻ രൂപ",{BYN:[c,"р."],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27035.b3cb721066ec1d53e322.js.LICENSE.txt b/dist/apps/processing-runtime-widget/27035.b3cb721066ec1d53e322.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/27035.b3cb721066ec1d53e322.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/27188.827012be9a1c766160e1.js b/dist/apps/processing-runtime-widget/27188.827012be9a1c766160e1.js new file mode 100644 index 0000000..0424a67 --- /dev/null +++ b/dist/apps/processing-runtime-widget/27188.827012be9a1c766160e1.js @@ -0,0 +1,2 @@ +/*! For license information please see 27188.827012be9a1c766160e1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27188],{27188:function(s,u,c){c.r(u);const i=void 0;u.default=["ko-KP",[["AM","PM"],i,["오전","오후"]],i,[["일","월","화","수","목","금","토"],i,["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],["일","월","화","수","목","금","토"]],i,[["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],i,i],i,[["BC","AD"],i,["기원전","서기"]],1,[6,0],["yy. M. d.","y. M. d.","y년 M월 d일","y년 M월 d일 EEEE"],["a h:mm","a h:mm:ss","a h시 m분 s초 z","a h시 m분 s초 zzzz"],["{1} {0}",i,i,i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KPW","KPW","조선 민주주의 인민 공화국 원",{AUD:["AU$","$"],BYN:[i,"р."],JPY:["JP¥","¥"],PHP:[i,"₱"],RON:[i,"L"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27188.827012be9a1c766160e1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/27188.827012be9a1c766160e1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/27188.827012be9a1c766160e1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2722.bb95e6235dca53ca5557.js b/dist/apps/processing-runtime-widget/2722.bb95e6235dca53ca5557.js new file mode 100644 index 0000000..d98df34 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2722.bb95e6235dca53ca5557.js @@ -0,0 +1,2 @@ +/*! For license information please see 2722.bb95e6235dca53ca5557.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2722],{2722:function(D,$,M){M.r($);const B=void 0;$.default=["ar-LB",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"LBP","ل.ل.‏","جنيه لبناني",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2722.bb95e6235dca53ca5557.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2722.bb95e6235dca53ca5557.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2722.bb95e6235dca53ca5557.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/27618.51baba21362b44f104bd.js b/dist/apps/processing-runtime-widget/27618.51baba21362b44f104bd.js new file mode 100644 index 0000000..ccbccfa --- /dev/null +++ b/dist/apps/processing-runtime-widget/27618.51baba21362b44f104bd.js @@ -0,0 +1,2 @@ +/*! For license information please see 27618.51baba21362b44f104bd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27618],{27618:function(s,t,a){a.r(t);const n=void 0;t.default=["jgo",[["mbaꞌmbaꞌ","ŋka mbɔ́t nji"],n,n],n,[["Sɔ́","Mɔ́","ÁM","Wɛ́","Tɔ́","Fɛ","Sá"],["Sɔ́ndi","Mɔ́ndi","Ápta Mɔ́ndi","Wɛ́nɛsɛdɛ","Tɔ́sɛdɛ","Fɛlâyɛdɛ","Sásidɛ"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Nduŋmbi Saŋ","Pɛsaŋ Pɛ́pá","Pɛsaŋ Pɛ́tát","Pɛsaŋ Pɛ́nɛ́kwa","Pɛsaŋ Pataa","Pɛsaŋ Pɛ́nɛ́ntúkú","Pɛsaŋ Saambá","Pɛsaŋ Pɛ́nɛ́fɔm","Pɛsaŋ Pɛ́nɛ́pfúꞋú","Pɛsaŋ Nɛgɛ́m","Pɛsaŋ Ntsɔ̌pmɔ́","Pɛsaŋ Ntsɔ̌ppá"],n],n,[["BCE","CE"],n,["tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́","tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","EEEE, y MMMM dd"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XAF","FCFA","Fɛlâŋ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27618.51baba21362b44f104bd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/27618.51baba21362b44f104bd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/27618.51baba21362b44f104bd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/27681.7335468795be2fdaffdc.js b/dist/apps/processing-runtime-widget/27681.7335468795be2fdaffdc.js new file mode 100644 index 0000000..7744830 --- /dev/null +++ b/dist/apps/processing-runtime-widget/27681.7335468795be2fdaffdc.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27681],{27681:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27779.eb3bf08743dd8f1e73ed.js b/dist/apps/processing-runtime-widget/27779.eb3bf08743dd8f1e73ed.js new file mode 100644 index 0000000..1453fbb --- /dev/null +++ b/dist/apps/processing-runtime-widget/27779.eb3bf08743dd8f1e73ed.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27779],{27779:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27910.4381ad91875a6d1161b5.js b/dist/apps/processing-runtime-widget/27910.4381ad91875a6d1161b5.js new file mode 100644 index 0000000..fb0a551 --- /dev/null +++ b/dist/apps/processing-runtime-widget/27910.4381ad91875a6d1161b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 27910.4381ad91875a6d1161b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[27910],{27910:function(s,M,u){u.r(M);const c=void 0;M.default=["sat-Olck",[["AM","PM"],c,["ᱥᱮᱛᱟᱜ","ᱧᱤᱫᱟᱹ"]],[["AM","PM"],c,c],[["ᱥ","ᱚ","ᱵ","ᱥ","ᱥ","ᱡ","ᱧ"],["ᱥᱤᱸ","ᱚᱛ","ᱵᱟ","ᱥᱟᱹ","ᱥᱟᱹᱨ","ᱡᱟᱹ","ᱧᱩ"],["ᱥᱤᱸᱜᱮ","ᱚᱛᱮ","ᱵᱟᱞᱮ","ᱥᱟᱹᱜᱩᱱ","ᱥᱟᱹᱨᱫᱤ","ᱡᱟᱹᱨᱩᱢ","ᱧᱩᱦᱩᱢ"],["ᱥᱤᱸ","ᱚᱛ","ᱵᱟ","ᱥᱟᱹ","ᱥᱟᱹᱨ","ᱡᱟᱹ","ᱧᱩ"]],c,[["ᱡ","ᱯ","ᱢ","ᱟ","ᱢ","ᱡ","ᱡ","ᱟ","ᱥ","ᱚ","ᱱ","ᱫ"],["ᱡᱟᱱ","ᱯᱷᱟ","ᱢᱟᱨ","ᱟᱯᱨ","ᱢᱮ","ᱡᱩᱱ","ᱡᱩᱞ","ᱟᱜᱟ","ᱥᱮᱯ","ᱚᱠᱴ","ᱱᱟᱣ","ᱫᱤᱥ"],["ᱡᱟᱱᱣᱟᱨᱤ","ᱯᱷᱟᱨᱣᱟᱨᱤ","ᱢᱟᱨᱪ","ᱟᱯᱨᱮᱞ","ᱢᱮ","ᱡᱩᱱ","ᱡᱩᱞᱟᱭ","ᱟᱜᱟᱥᱛ","ᱥᱮᱯᱴᱮᱢᱵᱟᱨ","ᱚᱠᱴᱚᱵᱟᱨ","ᱱᱟᱣᱟᱢᱵᱟᱨ","ᱫᱤᱥᱟᱢᱵᱟᱨ"]],c,[["ᱥᱮᱨᱢᱟ ᱞᱟᱦᱟ","ᱤᱥᱣᱤ"],c,c],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","ᱥᱤᱧᱚᱛ ᱨᱮᱱᱟᱜ ᱴᱟᱠᱟ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:2===s?2:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/27910.4381ad91875a6d1161b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/27910.4381ad91875a6d1161b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/27910.4381ad91875a6d1161b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/2792.79cb72cb3f0fa04af0b3.js b/dist/apps/processing-runtime-widget/2792.79cb72cb3f0fa04af0b3.js new file mode 100644 index 0000000..32f17b3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2792.79cb72cb3f0fa04af0b3.js @@ -0,0 +1,2 @@ +/*! For license information please see 2792.79cb72cb3f0fa04af0b3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2792],{2792:function(e,$,r){r.r($);const i=void 0;$.default=["fr-SN",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2792.79cb72cb3f0fa04af0b3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2792.79cb72cb3f0fa04af0b3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2792.79cb72cb3f0fa04af0b3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28052.5b26a01571a5270a37e3.js b/dist/apps/processing-runtime-widget/28052.5b26a01571a5270a37e3.js new file mode 100644 index 0000000..dc6acf1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28052.5b26a01571a5270a37e3.js @@ -0,0 +1,2 @@ +/*! For license information please see 28052.5b26a01571a5270a37e3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28052],{28052:function(K,s,y){y.r(s);const r=void 0;s.default=["kgp",[["AM","PM"],r,r],r,[["N.","P.","R.","T.","V.","P.","S."],["num.","pir.","rég.","tẽg.","vẽn.","pén.","sav."],["numĩggu","pir-kurã-há","régre-kurã-há","tẽgtũ-kurã-há","vẽnhkãgra-kurã-há","pénkar-kurã-há","savnu"],["N.","1kh.","2kh.","3kh.","4kh.","5kh.","S."]],r,[["1K","2K","3K","4K","5K","6K","7K","8K","9K","10K","11K","12K"],["1Ky.","2Ky.","3Ky.","4Ky.","5Ky.","6Ky.","7Ky.","8Ky.","9Ky.","10Ky.","11Ky.","12Ky."],["1-Kysã","2-Kysã","3-Kysã","4-Kysã","5-Kysã","6-Kysã","7-Kysã","8-Kysã","9-Kysã","10-Kysã","11-Kysã","12-Kysã"]],r,[["C.j.","C.kk."],r,["Cristo jo","Cristo kar kỹ"]],0,[6,0],["dd/MM/y","d 'ne' MMM, y","d 'ne' MMMM, y","EEEE, d 'ne' MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"BRL","R$","Mrasir Rejar",{AUD:["AU$","$"],BYN:[r,"p."],FJD:["FJC","$"],JPY:["JP¥","¥"],PHP:[r,"₱"],PTE:["Vẽj."],RON:[r,"L"],SYP:[r,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XOF:["CFA"],ZMK:["SMK"]},"ltr",function(K){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28052.5b26a01571a5270a37e3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28052.5b26a01571a5270a37e3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28052.5b26a01571a5270a37e3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28066.4d60c8f90f29a2171339.js b/dist/apps/processing-runtime-widget/28066.4d60c8f90f29a2171339.js new file mode 100644 index 0000000..9abc027 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28066.4d60c8f90f29a2171339.js @@ -0,0 +1,2 @@ +/*! For license information please see 28066.4d60c8f90f29a2171339.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28066],{28066:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-Latn-GW",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","Mbuuɗu Seefaa BCEAO",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28066.4d60c8f90f29a2171339.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28066.4d60c8f90f29a2171339.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28066.4d60c8f90f29a2171339.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28159.b9e4529abde38033e793.js b/dist/apps/processing-runtime-widget/28159.b9e4529abde38033e793.js new file mode 100644 index 0000000..2aa2602 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28159.b9e4529abde38033e793.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28159],{28159:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28162.1a2a761d202582c31248.js b/dist/apps/processing-runtime-widget/28162.1a2a761d202582c31248.js new file mode 100644 index 0000000..08cb235 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28162.1a2a761d202582c31248.js @@ -0,0 +1,2 @@ +/*! For license information please see 28162.1a2a761d202582c31248.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28162],{28162:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28162.1a2a761d202582c31248.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28162.1a2a761d202582c31248.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28162.1a2a761d202582c31248.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28241.2c10bfb578a9ecaaad3e.js b/dist/apps/processing-runtime-widget/28241.2c10bfb578a9ecaaad3e.js new file mode 100644 index 0000000..f4837af --- /dev/null +++ b/dist/apps/processing-runtime-widget/28241.2c10bfb578a9ecaaad3e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28241],{28241:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2825.abe23211951bb9fd39df.js b/dist/apps/processing-runtime-widget/2825.abe23211951bb9fd39df.js new file mode 100644 index 0000000..475d11f --- /dev/null +++ b/dist/apps/processing-runtime-widget/2825.abe23211951bb9fd39df.js @@ -0,0 +1,2 @@ +/*! For license information please see 2825.abe23211951bb9fd39df.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2825],{2825:function(a,n,r){r.r(n);const e=void 0;n.default=["az-Latn",[["a","p"],["AM","PM"],e],[["AM","PM"],e,e],[["7","1","2","3","4","5","6"],["B.","B.e.","Ç.a.","Ç.","C.a.","C.","Ş."],["bazar","bazar ertəsi","çərşənbə axşamı","çərşənbə","cümə axşamı","cümə","şənbə"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."]],[["7","1","2","3","4","5","6"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."],["bazar","bazar ertəsi","çərşənbə axşamı","çərşənbə","cümə axşamı","cümə","şənbə"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]],e,[["e.ə.","y.e."],e,["eramızdan əvvəl","yeni era"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","d MMMM y, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AZN","₼","Azərbaycan Manatı",{AZN:["₼"],BYN:[e,"р."],JPY:["JP¥","¥"],PHP:[e,"₱"],RON:[e,"ley"],SYP:[e,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2825.abe23211951bb9fd39df.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2825.abe23211951bb9fd39df.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2825.abe23211951bb9fd39df.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28254.54854380cedd5c367ce9.js b/dist/apps/processing-runtime-widget/28254.54854380cedd5c367ce9.js new file mode 100644 index 0000000..7425675 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28254.54854380cedd5c367ce9.js @@ -0,0 +1,2 @@ +/*! For license information please see 28254.54854380cedd5c367ce9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28254],{64068:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28254.54854380cedd5c367ce9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28254.54854380cedd5c367ce9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28254.54854380cedd5c367ce9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28378.8ce5a74674193a32e012.js b/dist/apps/processing-runtime-widget/28378.8ce5a74674193a32e012.js new file mode 100644 index 0000000..520a0d3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28378.8ce5a74674193a32e012.js @@ -0,0 +1,2 @@ +/*! For license information please see 28378.8ce5a74674193a32e012.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28378],{28378:function(e,a,u){u.r(a);const r=void 0;a.default=["en-NG",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NGN","₦","Nigerian Naira",{JPY:["JP¥","¥"],NGN:["₦"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28378.8ce5a74674193a32e012.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28378.8ce5a74674193a32e012.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28378.8ce5a74674193a32e012.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28691.e2ea963341d5aa2e3e56.js b/dist/apps/processing-runtime-widget/28691.e2ea963341d5aa2e3e56.js new file mode 100644 index 0000000..1ade94c --- /dev/null +++ b/dist/apps/processing-runtime-widget/28691.e2ea963341d5aa2e3e56.js @@ -0,0 +1,2 @@ +/*! For license information please see 28691.e2ea963341d5aa2e3e56.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28691],{28691:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28691.e2ea963341d5aa2e3e56.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28691.e2ea963341d5aa2e3e56.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28691.e2ea963341d5aa2e3e56.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/28864.30afc9e31e2accd7cd03.js b/dist/apps/processing-runtime-widget/28864.30afc9e31e2accd7cd03.js new file mode 100644 index 0000000..eb44412 --- /dev/null +++ b/dist/apps/processing-runtime-widget/28864.30afc9e31e2accd7cd03.js @@ -0,0 +1,2 @@ +/*! For license information please see 28864.30afc9e31e2accd7cd03.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[28864],{28864:function(e,a,u){u.r(a);const n=void 0;a.default=["en-SS",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SSP","£","South Sudanese Pound",{GBP:["GB£","£"],JPY:["JP¥","¥"],SSP:["£"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/28864.30afc9e31e2accd7cd03.js.LICENSE.txt b/dist/apps/processing-runtime-widget/28864.30afc9e31e2accd7cd03.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/28864.30afc9e31e2accd7cd03.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29136.33b95afc04388be4a41b.js b/dist/apps/processing-runtime-widget/29136.33b95afc04388be4a41b.js new file mode 100644 index 0000000..f66e3af --- /dev/null +++ b/dist/apps/processing-runtime-widget/29136.33b95afc04388be4a41b.js @@ -0,0 +1,2 @@ +/*! For license information please see 29136.33b95afc04388be4a41b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29136],{29136:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29136.33b95afc04388be4a41b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29136.33b95afc04388be4a41b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29136.33b95afc04388be4a41b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29165.3897dfe6a86e08e92599.js b/dist/apps/processing-runtime-widget/29165.3897dfe6a86e08e92599.js new file mode 100644 index 0000000..c8debdb --- /dev/null +++ b/dist/apps/processing-runtime-widget/29165.3897dfe6a86e08e92599.js @@ -0,0 +1,2 @@ +/*! For license information please see 29165.3897dfe6a86e08e92599.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29165],{29165:function(e,a,u){u.r(a);const r=void 0;a.default=["en-CY",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29165.3897dfe6a86e08e92599.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29165.3897dfe6a86e08e92599.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29165.3897dfe6a86e08e92599.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29279.ebe6e487fdcfd8ae972d.js b/dist/apps/processing-runtime-widget/29279.ebe6e487fdcfd8ae972d.js new file mode 100644 index 0000000..1e0d1ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/29279.ebe6e487fdcfd8ae972d.js @@ -0,0 +1,2 @@ +/*! For license information please see 29279.ebe6e487fdcfd8ae972d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29279],{29279:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29279.ebe6e487fdcfd8ae972d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29279.ebe6e487fdcfd8ae972d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29279.ebe6e487fdcfd8ae972d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29322.491674491c3d40e293ba.js b/dist/apps/processing-runtime-widget/29322.491674491c3d40e293ba.js new file mode 100644 index 0000000..2a0fa58 --- /dev/null +++ b/dist/apps/processing-runtime-widget/29322.491674491c3d40e293ba.js @@ -0,0 +1,2 @@ +/*! For license information please see 29322.491674491c3d40e293ba.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29322],{29322:function(t,e,r){var n;r.r(e),r.d(e,{ActivatedRoute:function(){return St},ActivatedRouteSnapshot:function(){return Rt},ActivationEnd:function(){return b},ActivationStart:function(){return I},BaseRouteReuseStrategy:function(){return Ge},ChildActivationEnd:function(){return w},ChildActivationStart:function(){return R},ChildrenOutletContexts:function(){return zt},DefaultTitleStrategy:function(){return lr},DefaultUrlSerializer:function(){return Y},GuardsCheckEnd:function(){return m},GuardsCheckStart:function(){return f},NavigationCancel:function(){return p},NavigationEnd:function(){return h},NavigationError:function(){return d},NavigationStart:function(){return l},NoPreloading:function(){return dr},OutletContext:function(){return Ht},PRIMARY_OUTLET:function(){return A},PreloadAllModules:function(){return pr},PreloadingStrategy:function(){return hr},ROUTER_CONFIGURATION:function(){return Sr},ROUTER_INITIALIZER:function(){return Ur},ROUTES:function(){return Ke},ResolveEnd:function(){return y},ResolveStart:function(){return v},RouteConfigLoadEnd:function(){return C},RouteConfigLoadStart:function(){return S},RouteReuseStrategy:function(){return We},Router:function(){return ir},RouterEvent:function(){return u},RouterLink:function(){return sr},RouterLinkActive:function(){return cr},RouterLinkWithHref:function(){return ar},RouterModule:function(){return br},RouterOutlet:function(){return Wt},RouterPreloader:function(){return gr},RouterState:function(){return vt},RouterStateSnapshot:function(){return wt},RoutesRecognized:function(){return g},Scroll:function(){return T},TitleStrategy:function(){return ur},UrlHandlingStrategy:function(){return Ye},UrlSegment:function(){return Z},UrlSegmentGroup:function(){return B},UrlSerializer:function(){return Q},UrlTree:function(){return G},VERSION:function(){return _r},convertToParamMap:function(){return k},provideRoutes:function(){return Ar},"ɵEmptyOutletComponent":function(){return Bt},"ɵROUTER_PROVIDERS":function(){return wr},"ɵassignExtraOptionsToRouter":function(){return Er},"ɵflatten":function(){return _},"ɵprovidePreloading":function(){return Or}});var i=r(80179),o=r(40761),s=r(89754),a=r(76063),c=r(15813);class u{constructor(t,e){this.id=t,this.url=e}}class l extends u{constructor(t,e,r="imperative",n=null){super(t,e),this.type=0,this.navigationTrigger=r,this.restoredState=n}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class h extends u{constructor(t,e,r){super(t,e),this.urlAfterRedirects=r,this.type=1}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}class p extends u{constructor(t,e,r){super(t,e),this.reason=r,this.type=2}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class d extends u{constructor(t,e,r){super(t,e),this.error=r,this.type=3}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class g extends u{constructor(t,e,r,n){super(t,e),this.urlAfterRedirects=r,this.state=n,this.type=4}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class f extends u{constructor(t,e,r,n){super(t,e),this.urlAfterRedirects=r,this.state=n,this.type=7}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class m extends u{constructor(t,e,r,n,i){super(t,e),this.urlAfterRedirects=r,this.state=n,this.shouldActivate=i,this.type=8}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class v extends u{constructor(t,e,r,n){super(t,e),this.urlAfterRedirects=r,this.state=n,this.type=5}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class y extends u{constructor(t,e,r,n){super(t,e),this.urlAfterRedirects=r,this.state=n,this.type=6}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class S{constructor(t){this.route=t,this.type=9}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class C{constructor(t){this.route=t,this.type=10}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class R{constructor(t){this.snapshot=t,this.type=11}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class w{constructor(t){this.snapshot=t,this.type=12}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class I{constructor(t){this.snapshot=t,this.type=13}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class b{constructor(t){this.snapshot=t,this.type=14}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class T{constructor(t,e,r){this.routerEvent=t,this.position=e,this.anchor=r,this.type=15}toString(){const t=this.position?`${this.position[0]}, ${this.position[1]}`:null;return`Scroll(anchor: '${this.anchor}', position: '${t}')`}}const A="primary";class E{constructor(t){this.params=t||{}}has(t){return Object.prototype.hasOwnProperty.call(this.params,t)}get(t){if(this.has(t)){const e=this.params[t];return Array.isArray(e)?e[0]:e}return null}getAll(t){if(this.has(t)){const e=this.params[t];return Array.isArray(e)?e:[e]}return[]}get keys(){return Object.keys(this.params)}}function k(t){return new E(t)}const U="Redirecting to ",x="ngNavigationCancelingError";function P(t){const e=Error("NavigationCancelingError: "+(t||""));return e[x]=!0,e}function $(t,e,r){const n=r.path.split("/");if(n.length>t.length)return null;if("full"===r.pathMatch&&(e.hasChildren()||n.lengthn[e]===t))}return t===e}function _(t){return Array.prototype.concat.apply([],t)}function L(t){return t.length>0?t[t.length-1]:null}function D(t,e){for(const r in t)t.hasOwnProperty(r)&&e(t[r],r)}function M(t){return(0,o["ɵisObservable"])(t)?t:(0,o["ɵisPromise"])(t)?(0,s.from)(Promise.resolve(t)):(0,s.of)(t)}const N="undefined"==typeof ngDevMode||ngDevMode;const F={exact:function t(e,r,n){if(!K(e.segments,r.segments))return!1;if(!W(e.segments,r.segments,n))return!1;if(e.numberOfChildren!==r.numberOfChildren)return!1;for(const i in r.children){if(!e.children[i])return!1;if(!t(e.children[i],r.children[i],n))return!1}return!0},subset:z},q={exact:function(t,e){return j(t,e)},subset:function(t,e){return Object.keys(e).length<=Object.keys(t).length&&Object.keys(e).every((r=>O(t[r],e[r])))},ignored:()=>!0};function H(t,e,r){return F[r.paths](t.root,e.root,r.matrixParams)&&q[r.queryParams](t.queryParams,e.queryParams)&&!("exact"===r.fragment&&t.fragment!==e.fragment)}function z(t,e,r){return V(t,e,e.segments,r)}function V(t,e,r,n){if(t.segments.length>r.length){const i=t.segments.slice(0,r.length);return!!K(i,r)&&(!e.hasChildren()&&!!W(i,r,n))}if(t.segments.length===r.length){if(!K(t.segments,r))return!1;if(!W(t.segments,r,n))return!1;for(const r in e.children){if(!t.children[r])return!1;if(!z(t.children[r],e.children[r],n))return!1}return!0}{const i=r.slice(0,t.segments.length),o=r.slice(t.segments.length);return!!K(t.segments,i)&&(!!W(t.segments,i,n)&&(!!t.children[A]&&V(t.children[A],e,o,n)))}}function W(t,e,r){return e.every(((e,n)=>q[r](t[n].parameters,e.parameters)))}class G{constructor(t,e,r){this.root=t,this.queryParams=e,this.fragment=r}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=k(this.queryParams)),this._queryParamMap}toString(){return J.serialize(this)}}class B{constructor(t,e){this.segments=t,this.children=e,this.parent=null,D(e,((t,e)=>t.parent=this))}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return X(this)}}class Z{constructor(t,e){this.path=t,this.parameters=e}get parameterMap(){return this._parameterMap||(this._parameterMap=k(this.parameters)),this._parameterMap}toString(){return st(this)}}function K(t,e){return t.length===e.length&&t.every(((t,r)=>t.path===e[r].path))}class Q{}class Y{parse(t){const e=new ht(t);return new G(e.parseRootSegment(),e.parseQueryParams(),e.parseFragment())}serialize(t){const e=`/${tt(t.root,!0)}`,r=function(t){const e=Object.keys(t).map((e=>{const r=t[e];return Array.isArray(r)?r.map((t=>`${rt(e)}=${rt(t)}`)).join("&"):`${rt(e)}=${rt(r)}`})).filter((t=>!!t));return e.length?`?${e.join("&")}`:""}(t.queryParams);var n;return`${e}${r}${"string"==typeof t.fragment?`#${n=t.fragment,encodeURI(n)}`:""}`}}const J=new Y;function X(t){return t.segments.map((t=>st(t))).join("/")}function tt(t,e){if(!t.hasChildren())return X(t);if(e){const e=t.children[A]?tt(t.children[A],!1):"",r=[];return D(t.children,((t,e)=>{e!==A&&r.push(`${e}:${tt(t,!1)}`)})),r.length>0?`${e}(${r.join("//")})`:e}{const e=function(t,e){let r=[];return D(t.children,((t,n)=>{n===A&&(r=r.concat(e(t,n)))})),D(t.children,((t,n)=>{n!==A&&(r=r.concat(e(t,n)))})),r}(t,((e,r)=>r===A?[tt(t.children[A],!1)]:[`${r}:${tt(e,!1)}`]));return 1===Object.keys(t.children).length&&null!=t.children[A]?`${X(t)}/${e[0]}`:`${X(t)}/(${e.join("//")})`}}function et(t){return encodeURIComponent(t).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function rt(t){return et(t).replace(/%3B/gi,";")}function nt(t){return et(t).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function it(t){return decodeURIComponent(t)}function ot(t){return it(t.replace(/\+/g,"%20"))}function st(t){return`${nt(t.path)}${e=t.parameters,Object.keys(e).map((t=>`;${nt(t)}=${nt(e[t])}`)).join("")}`;var e}const at=/^[^\/()?;=#]+/;function ct(t){const e=t.match(at);return e?e[0]:""}const ut=/^[^=?&#]+/;const lt=/^[^&#]+/;class ht{constructor(t){this.url=t,this.remaining=t}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new B([],{}):new B([],this.parseChildren())}parseQueryParams(){const t={};if(this.consumeOptional("?"))do{this.parseQueryParam(t)}while(this.consumeOptional("&"));return t}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const t=[];for(this.peekStartsWith("(")||t.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),t.push(this.parseSegment());let e={};this.peekStartsWith("/(")&&(this.capture("/"),e=this.parseParens(!0));let r={};return this.peekStartsWith("(")&&(r=this.parseParens(!1)),(t.length>0||Object.keys(e).length>0)&&(r[A]=new B(t,e)),r}parseSegment(){const t=ct(this.remaining);if(""===t&&this.peekStartsWith(";"))throw new o["ɵRuntimeError"](4009,N&&`Empty path url segment cannot have parameters: '${this.remaining}'.`);return this.capture(t),new Z(it(t),this.parseMatrixParams())}parseMatrixParams(){const t={};for(;this.consumeOptional(";");)this.parseParam(t);return t}parseParam(t){const e=ct(this.remaining);if(!e)return;this.capture(e);let r="";if(this.consumeOptional("=")){const t=ct(this.remaining);t&&(r=t,this.capture(r))}t[it(e)]=it(r)}parseQueryParam(t){const e=function(t){const e=t.match(ut);return e?e[0]:""}(this.remaining);if(!e)return;this.capture(e);let r="";if(this.consumeOptional("=")){const t=function(t){const e=t.match(lt);return e?e[0]:""}(this.remaining);t&&(r=t,this.capture(r))}const n=ot(e),i=ot(r);if(t.hasOwnProperty(n)){let e=t[n];Array.isArray(e)||(e=[e],t[n]=e),e.push(i)}else t[n]=i}parseParens(t){const e={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const r=ct(this.remaining),n=this.remaining[r.length];if("/"!==n&&")"!==n&&";"!==n)throw new o["ɵRuntimeError"](4010,N&&`Cannot parse url '${this.url}'`);let i;r.indexOf(":")>-1?(i=r.slice(0,r.indexOf(":")),this.capture(i),this.capture(":")):t&&(i=A);const s=this.parseChildren();e[i]=1===Object.keys(s).length?s[A]:new B([],s),this.consumeOptional("//")}return e}peekStartsWith(t){return this.remaining.startsWith(t)}consumeOptional(t){return!!this.peekStartsWith(t)&&(this.remaining=this.remaining.substring(t.length),!0)}capture(t){if(!this.consumeOptional(t))throw new o["ɵRuntimeError"](4011,N&&`Expected "${t}".`)}}class pt{constructor(t){this._root=t}get root(){return this._root.value}parent(t){const e=this.pathFromRoot(t);return e.length>1?e[e.length-2]:null}children(t){const e=dt(t,this._root);return e?e.children.map((t=>t.value)):[]}firstChild(t){const e=dt(t,this._root);return e&&e.children.length>0?e.children[0].value:null}siblings(t){const e=gt(t,this._root);if(e.length<2)return[];return e[e.length-2].children.map((t=>t.value)).filter((e=>e!==t))}pathFromRoot(t){return gt(t,this._root).map((t=>t.value))}}function dt(t,e){if(t===e.value)return e;for(const r of e.children){const e=dt(t,r);if(e)return e}return null}function gt(t,e){if(t===e.value)return[e];for(const r of e.children){const n=gt(t,r);if(n.length)return n.unshift(e),n}return[]}class ft{constructor(t,e){this.value=t,this.children=e}toString(){return`TreeNode(${this.value})`}}function mt(t){const e={};return t&&t.children.forEach((t=>e[t.value.outlet]=t)),e}class vt extends pt{constructor(t,e){super(t),this.snapshot=e,It(this,t)}toString(){return this.snapshot.toString()}}function yt(t,e){const r=function(t,e){const r={},n={},i={},o="",s=new Rt([],r,i,o,n,A,e,null,t.root,-1,{});return new wt("",new ft(s,[]))}(t,e),n=new s.BehaviorSubject([new Z("",{})]),i=new s.BehaviorSubject({}),o=new s.BehaviorSubject({}),a=new s.BehaviorSubject({}),c=new s.BehaviorSubject(""),u=new St(n,i,a,c,o,A,e,r.root);return u.snapshot=r.root,new vt(new ft(u,[]),r)}class St{constructor(t,e,r,n,i,o,s,a){this.url=t,this.params=e,this.queryParams=r,this.fragment=n,this.data=i,this.outlet=o,this.component=s,this._futureSnapshot=a}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=this.params.pipe((0,a.map)((t=>k(t))))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe((0,a.map)((t=>k(t))))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function Ct(t,e="emptyOnly"){const r=t.pathFromRoot;let n=0;if("always"!==e)for(n=r.length-1;n>=1;){const t=r[n],e=r[n-1];if(t.routeConfig&&""===t.routeConfig.path)n--;else{if(e.component)break;n--}}return function(t){return t.reduce(((t,e)=>({params:{...t.params,...e.params},data:{...t.data,...e.data},resolve:{...e.data,...t.resolve,...e.routeConfig?.data,...e._resolvedData}})),{params:{},data:{},resolve:{}})}(r.slice(n))}class Rt{constructor(t,e,r,n,i,o,s,a,c,u,l,h){this.url=t,this.params=e,this.queryParams=r,this.fragment=n,this.data=i,this.outlet=o,this.component=s,this.routeConfig=a,this._urlSegment=c,this._lastPathIndex=u,this._correctedLastPathIndex=h??u,this._resolve=l}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=k(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=k(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map((t=>t.toString())).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class wt extends pt{constructor(t,e){super(e),this.url=t,It(this,e)}toString(){return bt(this._root)}}function It(t,e){e.value._routerState=t,e.children.forEach((e=>It(t,e)))}function bt(t){const e=t.children.length>0?` { ${t.children.map(bt).join(", ")} } `:"";return`${t.value}${e}`}function Tt(t){if(t.snapshot){const e=t.snapshot,r=t._futureSnapshot;t.snapshot=r,j(e.queryParams,r.queryParams)||t.queryParams.next(r.queryParams),e.fragment!==r.fragment&&t.fragment.next(r.fragment),j(e.params,r.params)||t.params.next(r.params),function(t,e){if(t.length!==e.length)return!1;for(let r=0;rj(t.parameters,i[e].parameters))));var n,i;const o=!t.parent!=!e.parent;return r&&!o&&(!t.parent||At(t.parent,e.parent))}function Et(t,e,r){if(r&&t.shouldReuseRoute(e.value,r.value.snapshot)){const n=r.value;n._futureSnapshot=e.value;const i=function(t,e,r){return e.children.map((e=>{for(const n of r.children)if(t.shouldReuseRoute(e.value,n.value.snapshot))return Et(t,e,n);return Et(t,e)}))}(t,e,r);return new ft(n,i)}{if(t.shouldAttach(e.value)){const r=t.retrieve(e.value);if(null!==r){const n=r.route;return n.value._futureSnapshot=e.value,n.children=e.children.map((e=>Et(t,e))),n}}const r=(n=e.value,new St(new s.BehaviorSubject(n.url),new s.BehaviorSubject(n.params),new s.BehaviorSubject(n.queryParams),new s.BehaviorSubject(n.fragment),new s.BehaviorSubject(n.data),n.outlet,n.component,n)),i=e.children.map((e=>Et(t,e)));return new ft(r,i)}var n}const kt="undefined"==typeof ngDevMode||ngDevMode;function Ut(t,e,r,n,i){if(0===r.length)return $t(e.root,e.root,e.root,n,i);const s=function(t){if("string"==typeof t[0]&&1===t.length&&"/"===t[0])return new Ot(!0,0,t);let e=0,r=!1;const n=t.reduce(((t,n,i)=>{if("object"==typeof n&&null!=n){if(n.outlets){const e={};return D(n.outlets,((t,r)=>{e[r]="string"==typeof t?t.split("/"):t})),[...t,{outlets:e}]}if(n.segmentPath)return[...t,n.segmentPath]}return"string"!=typeof n?[...t,n]:0===i?(n.split("/").forEach(((n,i)=>{0==i&&"."===n||(0==i&&""===n?r=!0:".."===n?e++:""!=n&&t.push(n))})),t):[...t,n]}),[]);return new Ot(r,e,n)}(r);if(s.toRoot())return $t(e.root,e.root,new B([],{}),n,i);function a(r){const a=function(t,e,r,n){if(t.isAbsolute)return new _t(e.root,!0,0);if(-1===n){const t=r===e.root;return new _t(r,t,0)}const i=xt(t.commands[0])?0:1,s=n+i;return function(t,e,r){let n=t,i=e,s=r;for(;s>i;){if(s-=i,n=n.parent,!n)throw new o["ɵRuntimeError"](4005,kt&&"Invalid number of '../'");i=n.segments.length}return new _t(n,!1,i-s)}(r,s,t.numberOfDoubleDots)}(s,e,t.snapshot?._urlSegment,r),c=a.processChildren?Dt(a.segmentGroup,a.index,s.commands):Lt(a.segmentGroup,a.index,s.commands);return $t(e.root,a.segmentGroup,c,n,i)}const c=a(t.snapshot?._lastPathIndex);if("undefined"==typeof ngDevMode||ngDevMode){const e=a(t.snapshot?._correctedLastPathIndex);e.toString()!==c.toString()&&console.warn(`relativeLinkResolution: 'legacy' is deprecated and will be removed in a future version of Angular. The link to ${c.toString()} will change to ${e.toString()} if the code is not updated before then.`)}return c}function xt(t){return"object"==typeof t&&null!=t&&!t.outlets&&!t.segmentPath}function Pt(t){return"object"==typeof t&&null!=t&&t.outlets}function $t(t,e,r,n,i){let o={};if(n&&D(n,((t,e)=>{o[e]=Array.isArray(t)?t.map((t=>`${t}`)):`${t}`})),t===e)return new G(r,o,i);const s=jt(t,e,r);return new G(s,o,i)}function jt(t,e,r){const n={};return D(t.children,((t,i)=>{n[i]=t===e?r:jt(t,e,r)})),new B(t.segments,n)}class Ot{constructor(t,e,r){if(this.isAbsolute=t,this.numberOfDoubleDots=e,this.commands=r,t&&r.length>0&&xt(r[0]))throw new o["ɵRuntimeError"](4003,kt&&"Root segment cannot have matrix parameters");const n=r.find(Pt);if(n&&n!==L(r))throw new o["ɵRuntimeError"](4004,kt&&"{outlets:{}} has to be the last command")}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class _t{constructor(t,e,r){this.segmentGroup=t,this.processChildren=e,this.index=r}}function Lt(t,e,r){if(t||(t=new B([],{})),0===t.segments.length&&t.hasChildren())return Dt(t,e,r);const n=function(t,e,r){let n=0,i=e;const o={match:!1,pathIndex:0,commandIndex:0};for(;i=r.length)return o;const e=t.segments[i],s=r[n];if(Pt(s))break;const a=`${s}`,c=n0&&void 0===a)break;if(a&&c&&"object"==typeof c&&void 0===c.outlets){if(!qt(a,c,e))return o;n+=2}else{if(!qt(a,{},e))return o;n++}i++}return{match:!0,pathIndex:i,commandIndex:n}}(t,e,r),i=r.slice(n.commandIndex);if(n.match&&n.pathIndex{"string"==typeof r&&(r=[r]),null!==r&&(i[n]=Lt(t.children[n],e,r))})),D(t.children,((t,e)=>{void 0===n[e]&&(i[e]=t)})),new B(t.segments,i)}}function Mt(t,e,r){const n=t.segments.slice(0,e);let i=0;for(;i{"string"==typeof t&&(t=[t]),null!==t&&(e[r]=Mt(new B([],{}),0,t))})),e}function Ft(t){const e={};return D(t,((t,r)=>e[r]=`${t}`)),e}function qt(t,e,r){return t==r.path&&j(e,r.parameters)}class Ht{constructor(){this.outlet=null,this.route=null,this.resolver=null,this.injector=null,this.children=new zt,this.attachRef=null}}class zt{constructor(){this.contexts=new Map}onChildOutletCreated(t,e){const r=this.getOrCreateContext(t);r.outlet=e,this.contexts.set(t,r)}onChildOutletDestroyed(t){const e=this.getContext(t);e&&(e.outlet=null,e.attachRef=null)}onOutletDeactivated(){const t=this.contexts;return this.contexts=new Map,t}onOutletReAttached(t){this.contexts=t}getOrCreateContext(t){let e=this.getContext(t);return e||(e=new Ht,this.contexts.set(t,e)),e}getContext(t){return this.contexts.get(t)||null}}const Vt="undefined"==typeof ngDevMode||ngDevMode;class Wt{constructor(t,e,r,n,i){this.parentContexts=t,this.location=e,this.changeDetector=n,this.environmentInjector=i,this.activated=null,this._activatedRoute=null,this.activateEvents=new o.EventEmitter,this.deactivateEvents=new o.EventEmitter,this.attachEvents=new o.EventEmitter,this.detachEvents=new o.EventEmitter,this.name=r||A,t.onChildOutletCreated(this.name,this)}ngOnDestroy(){this.parentContexts.getContext(this.name)?.outlet===this&&this.parentContexts.onChildOutletDestroyed(this.name)}ngOnInit(){if(!this.activated){const t=this.parentContexts.getContext(this.name);t&&t.route&&(t.attachRef?this.attach(t.attachRef,t.route):this.activateWith(t.route,t.injector))}}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new o["ɵRuntimeError"](4012,Vt&&"Outlet is not activated");return this.activated.instance}get activatedRoute(){if(!this.activated)throw new o["ɵRuntimeError"](4012,Vt&&"Outlet is not activated");return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new o["ɵRuntimeError"](4012,Vt&&"Outlet is not activated");this.location.detach();const t=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(t.instance),t}attach(t,e){this.activated=t,this._activatedRoute=e,this.location.insert(t.hostView),this.attachEvents.emit(t.instance)}deactivate(){if(this.activated){const t=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(t)}}activateWith(t,e){if(this.isActivated)throw new o["ɵRuntimeError"](4013,Vt&&"Cannot activate an already activated outlet");this._activatedRoute=t;const r=this.location,n=t._futureSnapshot.component,i=this.parentContexts.getOrCreateContext(this.name).children,s=new Gt(t,i,r.injector);if(e&&e.resolveComponentFactory){const t=e.resolveComponentFactory(n);this.activated=r.createComponent(t,r.length,s)}else{const t=e??this.environmentInjector;this.activated=r.createComponent(n,{index:r.length,injector:s,environmentInjector:t})}this.changeDetector.markForCheck(),this.activateEvents.emit(this.activated.instance)}}Wt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Wt,deps:[{token:zt},{token:o.ViewContainerRef},{token:"name",attribute:!0},{token:o.ChangeDetectorRef},{token:o.EnvironmentInjector}],target:o["ɵɵFactoryTarget"].Directive}),Wt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Wt,selector:"router-outlet",outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Wt,decorators:[{type:o.Directive,args:[{selector:"router-outlet",exportAs:"outlet"}]}],ctorParameters:function(){return[{type:zt},{type:o.ViewContainerRef},{type:void 0,decorators:[{type:o.Attribute,args:["name"]}]},{type:o.ChangeDetectorRef},{type:o.EnvironmentInjector}]},propDecorators:{activateEvents:[{type:o.Output,args:["activate"]}],deactivateEvents:[{type:o.Output,args:["deactivate"]}],attachEvents:[{type:o.Output,args:["attach"]}],detachEvents:[{type:o.Output,args:["detach"]}]}});class Gt{constructor(t,e,r){this.route=t,this.childContexts=e,this.parent=r}get(t,e){return t===St?this.route:t===zt?this.childContexts:this.parent.get(t,e)}}class Bt{}function Zt(t,e){return t.providers&&!t._injector&&(t._injector=(0,o.createEnvironmentInjector)(t.providers,e,`Route: ${t.path}`)),t._injector??e}function Kt(t,e="",r=!1){for(let n=0;nte(t)===e));return r.push(...t.filter((t=>te(t)!==e))),r}function re(t){if(!t)return null;if(t.routeConfig?._injector)return t.routeConfig._injector;for(let e=t.parent;e;e=e.parent){const t=e.routeConfig;if(t?._loadedInjector)return t._loadedInjector;if(t?._injector)return t._injector}return null}Bt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Bt,deps:[],target:o["ɵɵFactoryTarget"].Component}),Bt.ɵcmp=o["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Bt,selector:"ng-component",ngImport:n||(n=r.t(o,2)),template:"",isInline:!0,dependencies:[{kind:"directive",type:Wt,selector:"router-outlet",outputs:["activate","deactivate","attach","detach"],exportAs:["outlet"]}]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Bt,decorators:[{type:o.Component,args:[{template:""}]}]});class ne{constructor(t,e,r,n){this.routeReuseStrategy=t,this.futureState=e,this.currState=r,this.forwardEvent=n}activate(t){const e=this.futureState._root,r=this.currState?this.currState._root:null;this.deactivateChildRoutes(e,r,t),Tt(this.futureState.root),this.activateChildRoutes(e,r,t)}deactivateChildRoutes(t,e,r){const n=mt(e);t.children.forEach((t=>{const e=t.value.outlet;this.deactivateRoutes(t,n[e],r),delete n[e]})),D(n,((t,e)=>{this.deactivateRouteAndItsChildren(t,r)}))}deactivateRoutes(t,e,r){const n=t.value,i=e?e.value:null;if(n===i)if(n.component){const i=r.getContext(n.outlet);i&&this.deactivateChildRoutes(t,e,i.children)}else this.deactivateChildRoutes(t,e,r);else i&&this.deactivateRouteAndItsChildren(e,r)}deactivateRouteAndItsChildren(t,e){t.value.component&&this.routeReuseStrategy.shouldDetach(t.value.snapshot)?this.detachAndStoreRouteSubtree(t,e):this.deactivateRouteAndOutlet(t,e)}detachAndStoreRouteSubtree(t,e){const r=e.getContext(t.value.outlet),n=r&&t.value.component?r.children:e,i=mt(t);for(const t of Object.keys(i))this.deactivateRouteAndItsChildren(i[t],n);if(r&&r.outlet){const e=r.outlet.detach(),n=r.children.onOutletDeactivated();this.routeReuseStrategy.store(t.value.snapshot,{componentRef:e,route:t,contexts:n})}}deactivateRouteAndOutlet(t,e){const r=e.getContext(t.value.outlet),n=r&&t.value.component?r.children:e,i=mt(t);for(const t of Object.keys(i))this.deactivateRouteAndItsChildren(i[t],n);r&&r.outlet&&(r.outlet.deactivate(),r.children.onOutletDeactivated(),r.attachRef=null,r.resolver=null,r.route=null)}activateChildRoutes(t,e,r){const n=mt(e);t.children.forEach((t=>{this.activateRoutes(t,n[t.value.outlet],r),this.forwardEvent(new b(t.value.snapshot))})),t.children.length&&this.forwardEvent(new w(t.value.snapshot))}activateRoutes(t,e,r){const n=t.value,i=e?e.value:null;if(Tt(n),n===i)if(n.component){const i=r.getOrCreateContext(n.outlet);this.activateChildRoutes(t,e,i.children)}else this.activateChildRoutes(t,e,r);else if(n.component){const e=r.getOrCreateContext(n.outlet);if(this.routeReuseStrategy.shouldAttach(n.snapshot)){const r=this.routeReuseStrategy.retrieve(n.snapshot);this.routeReuseStrategy.store(n.snapshot,null),e.children.onOutletReAttached(r.contexts),e.attachRef=r.componentRef,e.route=r.route.value,e.outlet&&e.outlet.attach(r.componentRef,r.route.value),Tt(r.route.value),this.activateChildRoutes(t,null,e.children)}else{const r=re(n.snapshot),i=r?.get(o.ComponentFactoryResolver)??null;e.attachRef=null,e.route=n,e.resolver=i,e.injector=r,e.outlet&&e.outlet.activateWith(n,e.injector),this.activateChildRoutes(t,null,e.children)}}else this.activateChildRoutes(t,null,r)}}function ie(t){return"function"==typeof t}function oe(t){return t instanceof G}const se=Symbol("INITIAL_VALUE");function ae(){return(0,a.switchMap)((t=>(0,s.combineLatest)(t.map((t=>t.pipe((0,a.take)(1),(0,a.startWith)(se))))).pipe((0,a.scan)(((t,e)=>{let r=!1;return e.reduce(((t,n,i)=>{if(t!==se)return t;if(n===se&&(r=!0),!r){if(!1===n)return n;if(i===e.length-1||oe(n))return n}return t}),t)}),se),(0,a.filter)((t=>t!==se)),(0,a.map)((t=>oe(t)?t:!0===t)),(0,a.take)(1))))}const ce={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function ue(t,e,r){if(""===e.path)return"full"===e.pathMatch&&(t.hasChildren()||r.length>0)?{...ce}:{matched:!0,consumedSegments:[],remainingSegments:r,parameters:{},positionalParamSegments:{}};const n=(e.matcher||$)(r,t,e);if(!n)return{...ce};const i={};D(n.posParams,((t,e)=>{i[e]=t.path}));const o=n.consumed.length>0?{...i,...n.consumed[n.consumed.length-1].parameters}:i;return{matched:!0,consumedSegments:n.consumed,remainingSegments:r.slice(n.consumed.length),parameters:o,positionalParamSegments:n.posParams??{}}}function le(t,e,r,n,i="corrected"){if(r.length>0&&function(t,e,r){return r.some((r=>he(t,e,r)&&te(r)!==A))}(t,r,n)){const i=new B(e,function(t,e,r,n){const i={};i[A]=n,n._sourceSegment=t,n._segmentIndexShift=e.length;for(const n of r)if(""===n.path&&te(n)!==A){const r=new B([],{});r._sourceSegment=t,r._segmentIndexShift=e.length,i[te(n)]=r}return i}(t,e,n,new B(r,t.children)));return i._sourceSegment=t,i._segmentIndexShift=e.length,{segmentGroup:i,slicedSegments:[]}}if(0===r.length&&function(t,e,r){return r.some((r=>he(t,e,r)))}(t,r,n)){const o=new B(t.segments,function(t,e,r,n,i,o){const s={};for(const a of n)if(he(t,r,a)&&!i[te(a)]){const r=new B([],{});r._sourceSegment=t,"legacy"===o?(r._segmentIndexShift=t.segments.length,("undefined"==typeof ngDevMode||ngDevMode)&&(r._segmentIndexShiftCorrected=e.length)):r._segmentIndexShift=e.length,s[te(a)]=r}return{...i,...s}}(t,e,r,n,t.children,i));return o._sourceSegment=t,o._segmentIndexShift=e.length,{segmentGroup:o,slicedSegments:r}}const o=new B(t.segments,t.children);return o._sourceSegment=t,o._segmentIndexShift=e.length,{segmentGroup:o,slicedSegments:r}}function he(t,e,r){return(!(t.hasChildren()||e.length>0)||"full"!==r.pathMatch)&&""===r.path}function pe(t,e,r,n){return!!(te(t)===n||n!==A&&he(e,r,t))&&("**"===t.path||ue(e,t,r).matched)}function de(t,e,r){return 0===e.length&&!t.children[r]}const ge="undefined"==typeof ngDevMode||ngDevMode;class fe{constructor(t){this.segmentGroup=t||null}}class me{constructor(t){this.urlTree=t}}function ve(t){return(0,s.throwError)(new fe(t))}function ye(t){return(0,s.throwError)(new me(t))}class Se{constructor(t,e,r,n,i){this.injector=t,this.configLoader=e,this.urlSerializer=r,this.urlTree=n,this.config=i,this.allowRedirects=!0}apply(){const t=le(this.urlTree.root,[],[],this.config).segmentGroup,e=new B(t.segments,t.children);return this.expandSegmentGroup(this.injector,this.config,e,A).pipe((0,a.map)((t=>this.createUrlTree(Ce(t),this.urlTree.queryParams,this.urlTree.fragment)))).pipe((0,a.catchError)((t=>{if(t instanceof me)return this.allowRedirects=!1,this.match(t.urlTree);if(t instanceof fe)throw this.noMatchError(t);throw t})))}match(t){return this.expandSegmentGroup(this.injector,this.config,t.root,A).pipe((0,a.map)((e=>this.createUrlTree(Ce(e),t.queryParams,t.fragment)))).pipe((0,a.catchError)((t=>{if(t instanceof fe)throw this.noMatchError(t);throw t})))}noMatchError(t){return new o["ɵRuntimeError"](4002,ge&&`Cannot match any routes. URL Segment: '${t.segmentGroup}'`)}createUrlTree(t,e,r){const n=t.segments.length>0?new B([],{[A]:t}):t;return new G(n,e,r)}expandSegmentGroup(t,e,r,n){return 0===r.segments.length&&r.hasChildren()?this.expandChildren(t,e,r).pipe((0,a.map)((t=>new B([],t)))):this.expandSegment(t,r,e,r.segments,n,!0)}expandChildren(t,e,r){const n=[];for(const t of Object.keys(r.children))"primary"===t?n.unshift(t):n.push(t);return(0,s.from)(n).pipe((0,a.concatMap)((n=>{const i=r.children[n],o=ee(e,n);return this.expandSegmentGroup(t,o,i,n).pipe((0,a.map)((t=>({segment:t,outlet:n}))))})),(0,a.scan)(((t,e)=>(t[e.outlet]=e.segment,t)),{}),(0,a.last)())}expandSegment(t,e,r,n,i,o){return(0,s.from)(r).pipe((0,a.concatMap)((c=>this.expandSegmentAgainstRoute(t,e,r,c,n,i,o).pipe((0,a.catchError)((t=>{if(t instanceof fe)return(0,s.of)(null);throw t}))))),(0,a.first)((t=>!!t)),(0,a.catchError)(((t,r)=>{if(t instanceof s.EmptyError||"EmptyError"===t.name)return de(e,n,i)?(0,s.of)(new B([],{})):ve(e);throw t})))}expandSegmentAgainstRoute(t,e,r,n,i,o,s){return pe(n,e,i,o)?void 0===n.redirectTo?this.matchSegmentAgainstRoute(t,e,n,i,o):s&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(t,e,r,n,i,o):ve(e):ve(e)}expandSegmentAgainstRouteUsingRedirect(t,e,r,n,i,o){return"**"===n.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(t,r,n,o):this.expandRegularSegmentAgainstRouteUsingRedirect(t,e,r,n,i,o)}expandWildCardWithParamsAgainstRouteUsingRedirect(t,e,r,n){const i=this.applyRedirectCommands([],r.redirectTo,{});return r.redirectTo.startsWith("/")?ye(i):this.lineralizeSegments(r,i).pipe((0,a.mergeMap)((r=>{const i=new B(r,{});return this.expandSegment(t,i,e,r,n,!1)})))}expandRegularSegmentAgainstRouteUsingRedirect(t,e,r,n,i,o){const{matched:s,consumedSegments:c,remainingSegments:u,positionalParamSegments:l}=ue(e,n,i);if(!s)return ve(e);const h=this.applyRedirectCommands(c,n.redirectTo,l);return n.redirectTo.startsWith("/")?ye(h):this.lineralizeSegments(n,h).pipe((0,a.mergeMap)((n=>this.expandSegment(t,e,r,n.concat(u),o,!1))))}matchSegmentAgainstRoute(t,e,r,n,i){if("**"===r.path){if(t=Zt(r,t),r.loadChildren){return(r._loadedRoutes?(0,s.of)({routes:r._loadedRoutes,injector:r._loadedInjector}):this.configLoader.loadChildren(t,r)).pipe((0,a.map)((t=>(r._loadedRoutes=t.routes,r._loadedInjector=t.injector,new B(n,{})))))}return(0,s.of)(new B(n,{}))}const{matched:o,consumedSegments:c,remainingSegments:u}=ue(e,r,n);if(!o)return ve(e);t=Zt(r,t);return this.getChildConfig(t,r,n).pipe((0,a.mergeMap)((n=>{const o=n.injector??t,l=n.routes,{segmentGroup:h,slicedSegments:p}=le(e,c,u,l),d=new B(h.segments,h.children);if(0===p.length&&d.hasChildren()){return this.expandChildren(o,l,d).pipe((0,a.map)((t=>new B(c,t))))}if(0===l.length&&0===p.length)return(0,s.of)(new B(c,{}));const g=te(r)===i;return this.expandSegment(o,d,l,p,g?A:i,!0).pipe((0,a.map)((t=>new B(c.concat(t.segments),t.children))))})))}getChildConfig(t,e,r){return e.children?(0,s.of)({routes:e.children,injector:t}):e.loadChildren?void 0!==e._loadedRoutes?(0,s.of)({routes:e._loadedRoutes,injector:e._loadedInjector}):this.runCanLoadGuards(t,e,r).pipe((0,a.mergeMap)((r=>r?this.configLoader.loadChildren(t,e).pipe((0,a.tap)((t=>{e._loadedRoutes=t.routes,e._loadedInjector=t.injector}))):function(t){return(0,s.throwError)(P(ge&&`Cannot load children because the guard of the route "path: '${t.path}'" returned false`))}(e)))):(0,s.of)({routes:[],injector:t})}runCanLoadGuards(t,e,r){const n=e.canLoad;if(!n||0===n.length)return(0,s.of)(!0);const i=n.map((n=>{const i=t.get(n);return M(function(t){return t&&ie(t.canLoad)}(i)?i.canLoad(e,r):i(e,r))}));return(0,s.of)(i).pipe(ae(),(0,a.tap)((t=>{if(!oe(t))return;const e=P(U+this.urlSerializer.serialize(t));throw e.url=t,e})),(0,a.map)((t=>!0===t)))}lineralizeSegments(t,e){let r=[],n=e.root;for(;;){if(r=r.concat(n.segments),0===n.numberOfChildren)return(0,s.of)(r);if(n.numberOfChildren>1||!n.children[A])return i=t.redirectTo,(0,s.throwError)(new o["ɵRuntimeError"](4e3,ge&&`Only absolute redirects can have named outlets. redirectTo: '${i}'`));n=n.children[A]}var i}applyRedirectCommands(t,e,r){return this.applyRedirectCreatreUrlTree(e,this.urlSerializer.parse(e),t,r)}applyRedirectCreatreUrlTree(t,e,r,n){const i=this.createSegmentGroup(t,e.root,r,n);return new G(i,this.createQueryParams(e.queryParams,this.urlTree.queryParams),e.fragment)}createQueryParams(t,e){const r={};return D(t,((t,n)=>{if("string"==typeof t&&t.startsWith(":")){const i=t.substring(1);r[n]=e[i]}else r[n]=t})),r}createSegmentGroup(t,e,r,n){const i=this.createSegments(t,e.segments,r,n);let o={};return D(e.children,((e,i)=>{o[i]=this.createSegmentGroup(t,e,r,n)})),new B(i,o)}createSegments(t,e,r,n){return e.map((e=>e.path.startsWith(":")?this.findPosParam(t,e,n):this.findOrReturn(e,r)))}findPosParam(t,e,r){const n=r[e.path.substring(1)];if(!n)throw new o["ɵRuntimeError"](4001,ge&&`Cannot redirect to '${t}'. Cannot find '${e.path}'.`);return n}findOrReturn(t,e){let r=0;for(const n of e){if(n.path===t.path)return e.splice(r),n;r++}return t}}function Ce(t){const e={};for(const r of Object.keys(t.children)){const n=Ce(t.children[r]);(n.segments.length>0||n.hasChildren())&&(e[r]=n)}return function(t){if(1===t.numberOfChildren&&t.children[A]){const e=t.children[A];return new B(t.segments.concat(e.segments),e.children)}return t}(new B(t.segments,e))}function Re(t,e,r,n){return(0,a.switchMap)((i=>function(t,e,r,n,i){return new Se(t,e,r,n,i).apply()}(t,e,r,i.extractedUrl,n).pipe((0,a.map)((t=>({...i,urlAfterRedirects:t}))))))}class we{constructor(t){this.path=t,this.route=this.path[this.path.length-1]}}class Ie{constructor(t,e){this.component=t,this.route=e}}function be(t,e,r){const n=t._root;return Ae(n,e?e._root:null,r,[n.value])}function Te(t,e,r){return(re(e)??r).get(t)}function Ae(t,e,r,n,i={canDeactivateChecks:[],canActivateChecks:[]}){const o=mt(e);return t.children.forEach((t=>{!function(t,e,r,n,i={canDeactivateChecks:[],canActivateChecks:[]}){const o=t.value,s=e?e.value:null,a=r?r.getContext(t.value.outlet):null;if(s&&o.routeConfig===s.routeConfig){const c=function(t,e,r){if("function"==typeof r)return r(t,e);switch(r){case"pathParamsChange":return!K(t.url,e.url);case"pathParamsOrQueryParamsChange":return!K(t.url,e.url)||!j(t.queryParams,e.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!At(t,e)||!j(t.queryParams,e.queryParams);default:return!At(t,e)}}(s,o,o.routeConfig.runGuardsAndResolvers);c?i.canActivateChecks.push(new we(n)):(o.data=s.data,o._resolvedData=s._resolvedData),o.component?Ae(t,e,a?a.children:null,n,i):Ae(t,e,r,n,i),c&&a&&a.outlet&&a.outlet.isActivated&&i.canDeactivateChecks.push(new Ie(a.outlet.component,s))}else s&&Ee(e,a,i),i.canActivateChecks.push(new we(n)),o.component?Ae(t,null,a?a.children:null,n,i):Ae(t,null,r,n,i)}(t,o[t.value.outlet],r,n.concat([t.value]),i),delete o[t.value.outlet]})),D(o,((t,e)=>Ee(t,r.getContext(e),i))),i}function Ee(t,e,r){const n=mt(t),i=t.value;D(n,((t,n)=>{i.component?Ee(t,e?e.children.getContext(n):null,r):Ee(t,e,r)})),i.component&&e&&e.outlet&&e.outlet.isActivated?r.canDeactivateChecks.push(new Ie(e.outlet.component,i)):r.canDeactivateChecks.push(new Ie(null,i))}function ke(t,e){return(0,a.mergeMap)((r=>{const{targetSnapshot:n,currentSnapshot:i,guards:{canActivateChecks:o,canDeactivateChecks:c}}=r;return 0===c.length&&0===o.length?(0,s.of)({...r,guardsResult:!0}):function(t,e,r,n){return(0,s.from)(t).pipe((0,a.mergeMap)((t=>function(t,e,r,n,i){const o=e&&e.routeConfig?e.routeConfig.canDeactivate:null;if(!o||0===o.length)return(0,s.of)(!0);const c=o.map((o=>{const s=Te(o,e,i);return M(function(t){return t&&ie(t.canDeactivate)}(s)?s.canDeactivate(t,e,r,n):s(t,e,r,n)).pipe((0,a.first)())}));return(0,s.of)(c).pipe(ae())}(t.component,t.route,r,e,n))),(0,a.first)((t=>!0!==t),!0))}(c,n,i,t).pipe((0,a.mergeMap)((r=>r&&"boolean"==typeof r?function(t,e,r,n){return(0,s.from)(e).pipe((0,a.concatMap)((e=>(0,s.concat)(function(t,e){null!==t&&e&&e(new R(t));return(0,s.of)(!0)}(e.route.parent,n),function(t,e){null!==t&&e&&e(new I(t));return(0,s.of)(!0)}(e.route,n),function(t,e,r){const n=e[e.length-1],i=e.slice(0,e.length-1).reverse().map((t=>function(t){const e=t.routeConfig?t.routeConfig.canActivateChild:null;return e&&0!==e.length?{node:t,guards:e}:null}(t))).filter((t=>null!==t)).map((e=>(0,s.defer)((()=>{const i=e.guards.map((i=>{const o=Te(i,e.node,r);return M(function(t){return t&&ie(t.canActivateChild)}(o)?o.canActivateChild(n,t):o(n,t)).pipe((0,a.first)())}));return(0,s.of)(i).pipe(ae())}))));return(0,s.of)(i).pipe(ae())}(t,e.path,r),function(t,e,r){const n=e.routeConfig?e.routeConfig.canActivate:null;if(!n||0===n.length)return(0,s.of)(!0);const i=n.map((n=>(0,s.defer)((()=>{const i=Te(n,e,r);return M(function(t){return t&&ie(t.canActivate)}(i)?i.canActivate(e,t):i(e,t)).pipe((0,a.first)())}))));return(0,s.of)(i).pipe(ae())}(t,e.route,r)))),(0,a.first)((t=>!0!==t),!0))}(n,o,t,e):(0,s.of)(r))),(0,a.map)((t=>({...r,guardsResult:t}))))}))}const Ue="undefined"==typeof ngDevMode||!!ngDevMode;class xe{}function Pe(t){return new s.Observable((e=>e.error(t)))}class $e{constructor(t,e,r,n,i,o){this.rootComponentType=t,this.config=e,this.urlTree=r,this.url=n,this.paramsInheritanceStrategy=i,this.relativeLinkResolution=o}recognize(){const t=le(this.urlTree.root,[],[],this.config.filter((t=>void 0===t.redirectTo)),this.relativeLinkResolution).segmentGroup,e=this.processSegmentGroup(this.config,t,A);if(null===e)return null;const r=new Rt([],Object.freeze({}),Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,{},A,this.rootComponentType,null,this.urlTree.root,-1,{}),n=new ft(r,e),i=new wt(this.url,n);return this.inheritParamsAndData(i._root),i}inheritParamsAndData(t){const e=t.value,r=Ct(e,this.paramsInheritanceStrategy);e.params=Object.freeze(r.params),e.data=Object.freeze(r.data),t.children.forEach((t=>this.inheritParamsAndData(t)))}processSegmentGroup(t,e,r){return 0===e.segments.length&&e.hasChildren()?this.processChildren(t,e):this.processSegment(t,e,e.segments,r)}processChildren(t,e){const r=[];for(const n of Object.keys(e.children)){const i=e.children[n],o=ee(t,n),s=this.processSegmentGroup(o,i,n);if(null===s)return null;r.push(...s)}const n=Oe(r);return("undefined"==typeof ngDevMode||ngDevMode)&&function(t){const e={};t.forEach((t=>{const r=e[t.value.outlet];if(r){const e=r.url.map((t=>t.toString())).join("/"),n=t.value.url.map((t=>t.toString())).join("/");throw new o["ɵRuntimeError"](4006,Ue&&`Two segments cannot have the same outlet name: '${e}' and '${n}'.`)}e[t.value.outlet]=t.value}))}(n),n.sort(((t,e)=>t.value.outlet===A?-1:e.value.outlet===A?1:t.value.outlet.localeCompare(e.value.outlet))),n}processSegment(t,e,r,n){for(const i of t){const t=this.processSegmentAgainstRoute(i,e,r,n);if(null!==t)return t}return de(e,r,n)?[]:null}processSegmentAgainstRoute(t,e,r,n){if(t.redirectTo||!pe(t,e,r,n))return null;let i,o=[],s=[];if("**"===t.path){const n=r.length>0?L(r).parameters:{},o=Le(e)+r.length;i=new Rt(r,n,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Me(t),te(t),t.component??t._loadedComponent??null,t,_e(e),o,Ne(t),Ue?De(e)+r.length:o)}else{const n=ue(e,t,r);if(!n.matched)return null;o=n.consumedSegments,s=n.remainingSegments;const a=Le(e)+o.length;i=new Rt(o,n.parameters,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Me(t),te(t),t.component??t._loadedComponent??null,t,_e(e),a,Ne(t),Ue?De(e)+o.length:a)}const a=function(t){if(t.children)return t.children;if(t.loadChildren)return t._loadedRoutes;return[]}(t),{segmentGroup:c,slicedSegments:u}=le(e,o,s,a.filter((t=>void 0===t.redirectTo)),this.relativeLinkResolution);if(0===u.length&&c.hasChildren()){const t=this.processChildren(a,c);return null===t?null:[new ft(i,t)]}if(0===a.length&&0===u.length)return[new ft(i,[])];const l=te(t)===n,h=this.processSegment(a,c,u,l?A:n);return null===h?null:[new ft(i,h)]}}function je(t){const e=t.value.routeConfig;return e&&""===e.path&&void 0===e.redirectTo}function Oe(t){const e=[],r=new Set;for(const n of t){if(!je(n)){e.push(n);continue}const t=e.find((t=>n.value.routeConfig===t.value.routeConfig));void 0!==t?(t.children.push(...n.children),r.add(t)):e.push(n)}for(const t of r){const r=Oe(t.children);e.push(new ft(t.value,r))}return e.filter((t=>!r.has(t)))}function _e(t){let e=t;for(;e._sourceSegment;)e=e._sourceSegment;return e}function Le(t){let e=t,r=e._segmentIndexShift??0;for(;e._sourceSegment;)e=e._sourceSegment,r+=e._segmentIndexShift??0;return r-1}function De(t){let e=t,r=e._segmentIndexShiftCorrected??e._segmentIndexShift??0;for(;e._sourceSegment;)e=e._sourceSegment,r+=e._segmentIndexShiftCorrected??e._segmentIndexShift??0;return r-1}function Me(t){return t.data||{}}function Ne(t){return t.resolve||{}}function Fe(t,e,r,n,i){return(0,a.mergeMap)((o=>function(t,e,r,n,i="emptyOnly",o="legacy"){try{const a=new $e(t,e,r,n,i,o).recognize();return null===a?Pe(new xe):(0,s.of)(a)}catch(t){return Pe(t)}}(t,e,o.urlAfterRedirects,r(o.urlAfterRedirects),n,i).pipe((0,a.map)((t=>({...o,targetSnapshot:t}))))))}const qe=Symbol("RouteTitle");function He(t,e){return(0,a.mergeMap)((r=>{const{targetSnapshot:n,guards:{canActivateChecks:i}}=r;if(!i.length)return(0,s.of)(r);let o=0;return(0,s.from)(i).pipe((0,a.concatMap)((r=>function(t,e,r,n){const i=t.routeConfig,o=t._resolve;void 0===i?.title||ze(i)||(o[qe]=i.title);return function(t,e,r,n){const i=(o=t,[...Object.keys(o),...Object.getOwnPropertySymbols(o)]);var o;if(0===i.length)return(0,s.of)({});const c={};return(0,s.from)(i).pipe((0,a.mergeMap)((i=>function(t,e,r,n){const i=Te(t,e,n);return i.resolve?M(i.resolve(e,r)):M(i(e,r))}(t[i],e,r,n).pipe((0,a.first)(),(0,a.tap)((t=>{c[i]=t}))))),(0,a.takeLast)(1),(0,a.mapTo)(c),(0,a.catchError)((t=>t instanceof s.EmptyError?s.EMPTY:(0,s.throwError)(t))))}(o,t,e,n).pipe((0,a.map)((e=>(t._resolvedData=e,t.data=Ct(t,r).resolve,i&&ze(i)&&(t.data[qe]=i.title),null))))}(r.route,n,t,e))),(0,a.tap)((()=>o++)),(0,a.takeLast)(1),(0,a.mergeMap)((t=>o===i.length?(0,s.of)(r):s.EMPTY)))}))}function ze(t){return"string"==typeof t.title||null===t.title}function Ve(t){return(0,a.switchMap)((e=>{const r=t(e);return r?(0,s.from)(r).pipe((0,a.map)((()=>e))):(0,s.of)(e)}))}class We{}class Ge{shouldDetach(t){return!1}store(t,e){}shouldAttach(t){return!1}retrieve(t){return null}shouldReuseRoute(t,e){return t.routeConfig===e.routeConfig}}class Be extends Ge{}const Ze="undefined"==typeof ngDevMode||!!ngDevMode,Ke=new o.InjectionToken("ROUTES");class Qe{constructor(t,e){this.injector=t,this.compiler=e,this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap}loadComponent(t){if(this.componentLoaders.get(t))return this.componentLoaders.get(t);if(t._loadedComponent)return(0,s.of)(t._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(t);const e=M(t.loadComponent()).pipe((0,a.tap)((e=>{this.onLoadEndListener&&this.onLoadEndListener(t),Ze&&Qt(t.path??"",e),t._loadedComponent=e})),(0,a.finalize)((()=>{this.componentLoaders.delete(t)}))),r=new s.ConnectableObservable(e,(()=>new s.Subject)).pipe((0,a.refCount)());return this.componentLoaders.set(t,r),r}loadChildren(t,e){if(this.childrenLoaders.get(e))return this.childrenLoaders.get(e);if(e._loadedRoutes)return(0,s.of)({routes:e._loadedRoutes,injector:e._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(e);const r=this.loadModuleFactoryOrRoutes(e.loadChildren).pipe((0,a.map)((r=>{let n,i;this.onLoadEndListener&&this.onLoadEndListener(e);let s=!1;Array.isArray(r)?(i=r,s=!0):(n=r.create(t).injector,i=_(n.get(Ke,[],o.InjectFlags.Self|o.InjectFlags.Optional)));const a=i.map(Xt);return Ze&&Kt(a,e.path,s),{routes:a,injector:n}})),(0,a.finalize)((()=>{this.childrenLoaders.delete(e)}))),n=new s.ConnectableObservable(r,(()=>new s.Subject)).pipe((0,a.refCount)());return this.childrenLoaders.set(e,n),n}loadModuleFactoryOrRoutes(t){return M(t()).pipe((0,a.mergeMap)((t=>t instanceof o.NgModuleFactory||Array.isArray(t)?(0,s.of)(t):(0,s.from)(this.compiler.compileModuleAsync(t)))))}}Qe.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Qe,deps:[{token:o.Injector},{token:o.Compiler}],target:o["ɵɵFactoryTarget"].Injectable}),Qe.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Qe}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Qe,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:o.Injector},{type:o.Compiler}]}});class Ye{}class Je{shouldProcessUrl(t){return!0}extract(t){return t}merge(t,e){return t}}const Xe="undefined"==typeof ngDevMode||!!ngDevMode;function tr(t){throw t}function er(t,e,r){return e.parse("/")}const rr={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},nr={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};class ir{constructor(t,e,r,n,i,a,c){this.rootComponentType=t,this.urlSerializer=e,this.rootContexts=r,this.location=n,this.config=c,this.lastSuccessfulNavigation=null,this.currentNavigation=null,this.disposed=!1,this.navigationId=0,this.currentPageId=0,this.isNgZoneEnabled=!1,this.events=new s.Subject,this.errorHandler=tr,this.malformedUriErrorHandler=er,this.navigated=!1,this.lastSuccessfulId=-1,this.afterPreactivation=()=>(0,s.of)(void 0),this.urlHandlingStrategy=new Je,this.routeReuseStrategy=new Be,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="corrected",this.canceledNavigationResolution="replace";this.configLoader=i.get(Qe),this.configLoader.onLoadEndListener=t=>this.triggerEvent(new C(t)),this.configLoader.onLoadStartListener=t=>this.triggerEvent(new S(t)),this.ngModule=i.get(o.NgModuleRef),this.console=i.get(o["ɵConsole"]);const u=i.get(o.NgZone);this.isNgZoneEnabled=u instanceof o.NgZone&&o.NgZone.isInAngularZone(),this.resetConfig(c),this.currentUrlTree=new G(new B([],{}),{},null),this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.routerState=yt(this.currentUrlTree,this.rootComponentType),this.transitions=new s.BehaviorSubject({id:0,targetPageId:0,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,extractedUrl:this.urlHandlingStrategy.extract(this.currentUrlTree),urlAfterRedirects:this.urlHandlingStrategy.extract(this.currentUrlTree),rawUrl:this.currentUrlTree,extras:{},resolve:null,reject:null,promise:Promise.resolve(!0),source:"imperative",restoredState:null,currentSnapshot:this.routerState.snapshot,targetSnapshot:null,currentRouterState:this.routerState,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.navigations=this.setupNavigations(this.transitions),this.processNavigations()}get browserPageId(){return this.location.getState()?.ɵrouterPageId}setupNavigations(t){const e=this.events;return t.pipe((0,a.filter)((t=>0!==t.id)),(0,a.map)((t=>({...t,extractedUrl:this.urlHandlingStrategy.extract(t.rawUrl)}))),(0,a.switchMap)((t=>{let r=!1,n=!1;return(0,s.of)(t).pipe((0,a.tap)((t=>{this.currentNavigation={id:t.id,initialUrl:t.rawUrl,extractedUrl:t.extractedUrl,trigger:t.source,extras:t.extras,previousNavigation:this.lastSuccessfulNavigation?{...this.lastSuccessfulNavigation,previousNavigation:null}:null}})),(0,a.switchMap)((t=>{const r=this.browserUrlTree.toString(),n=!this.navigated||t.extractedUrl.toString()!==r||r!==this.currentUrlTree.toString();if(("reload"===this.onSameUrlNavigation||n)&&this.urlHandlingStrategy.shouldProcessUrl(t.rawUrl))return or(t.source)&&(this.browserUrlTree=t.extractedUrl),(0,s.of)(t).pipe((0,a.switchMap)((t=>{const r=this.transitions.getValue();return e.next(new l(t.id,this.serializeUrl(t.extractedUrl),t.source,t.restoredState)),r!==this.transitions.getValue()?s.EMPTY:Promise.resolve(t)})),Re(this.ngModule.injector,this.configLoader,this.urlSerializer,this.config),(0,a.tap)((t=>{this.currentNavigation={...this.currentNavigation,finalUrl:t.urlAfterRedirects}})),Fe(this.rootComponentType,this.config,(t=>this.serializeUrl(t)),this.paramsInheritanceStrategy,this.relativeLinkResolution),(0,a.tap)((t=>{if("eager"===this.urlUpdateStrategy){if(!t.extras.skipLocationChange){const e=this.urlHandlingStrategy.merge(t.urlAfterRedirects,t.rawUrl);this.setBrowserUrl(e,t)}this.browserUrlTree=t.urlAfterRedirects}const r=new g(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);e.next(r)})));if(n&&this.rawUrlTree&&this.urlHandlingStrategy.shouldProcessUrl(this.rawUrlTree)){const{id:r,extractedUrl:n,source:i,restoredState:o,extras:a}=t,c=new l(r,this.serializeUrl(n),i,o);e.next(c);const u=yt(n,this.rootComponentType).snapshot;return(0,s.of)({...t,targetSnapshot:u,urlAfterRedirects:n,extras:{...a,skipLocationChange:!1,replaceUrl:!1}})}return this.rawUrlTree=t.rawUrl,t.resolve(null),s.EMPTY})),(0,a.tap)((t=>{const e=new f(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(e)})),(0,a.map)((t=>({...t,guards:be(t.targetSnapshot,t.currentSnapshot,this.rootContexts)}))),ke(this.ngModule.injector,(t=>this.triggerEvent(t))),(0,a.tap)((t=>{if(oe(t.guardsResult)){const e=P(U+`"${this.serializeUrl(t.guardsResult)}"`);throw e.url=t.guardsResult,e}const e=new m(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot,!!t.guardsResult);this.triggerEvent(e)})),(0,a.filter)((t=>!!t.guardsResult||(this.restoreHistory(t),this.cancelNavigationTransition(t,""),!1))),Ve((t=>{if(t.guards.canActivateChecks.length)return(0,s.of)(t).pipe((0,a.tap)((t=>{const e=new v(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(e)})),(0,a.switchMap)((t=>{let e=!1;return(0,s.of)(t).pipe(He(this.paramsInheritanceStrategy,this.ngModule.injector),(0,a.tap)({next:()=>e=!0,complete:()=>{e||(this.restoreHistory(t),this.cancelNavigationTransition(t,"At least one route resolver didn't emit any value."))}}))})),(0,a.tap)((t=>{const e=new y(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(t.urlAfterRedirects),t.targetSnapshot);this.triggerEvent(e)})))})),Ve((t=>{const e=t=>{const r=[];t.routeConfig?.loadComponent&&!t.routeConfig._loadedComponent&&r.push(this.configLoader.loadComponent(t.routeConfig).pipe((0,a.tap)((e=>{t.component=e})),(0,a.map)((()=>{}))));for(const n of t.children)r.push(...e(n));return r};return(0,s.combineLatest)(e(t.targetSnapshot.root)).pipe((0,a.defaultIfEmpty)(),(0,a.take)(1))})),Ve((()=>this.afterPreactivation())),(0,a.map)((t=>{const e=function(t,e,r){const n=Et(t,e._root,r?r._root:void 0);return new vt(n,e)}(this.routeReuseStrategy,t.targetSnapshot,t.currentRouterState);return{...t,targetRouterState:e}})),(0,a.tap)((t=>{this.currentUrlTree=t.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(t.urlAfterRedirects,t.rawUrl),this.routerState=t.targetRouterState,"deferred"===this.urlUpdateStrategy&&(t.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,t),this.browserUrlTree=t.urlAfterRedirects)})),(i=this.rootContexts,o=this.routeReuseStrategy,c=t=>this.triggerEvent(t),(0,a.map)((t=>(new ne(o,t.targetRouterState,t.currentRouterState,c).activate(i),t)))),(0,a.tap)({next(){r=!0},complete(){r=!0}}),(0,a.finalize)((()=>{if(!r&&!n){const e=`Navigation ID ${t.id} is not equal to the current navigation id ${this.navigationId}`;this.cancelNavigationTransition(t,e)}this.currentNavigation?.id===t.id&&(this.currentNavigation=null)})),(0,a.catchError)((r=>{if(n=!0,(i=r)&&i[x]){const n=oe(r.url);n||(this.navigated=!0,this.restoreHistory(t,!0));const i=new p(t.id,this.serializeUrl(t.extractedUrl),r.message);if(e.next(i),n){const e=this.urlHandlingStrategy.merge(r.url,this.rawUrlTree),n={skipLocationChange:t.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy||or(t.source)};this.scheduleNavigation(e,"imperative",null,n,{resolve:t.resolve,reject:t.reject,promise:t.promise})}else t.resolve(!1)}else{this.restoreHistory(t,!0);const n=new d(t.id,this.serializeUrl(t.extractedUrl),r);e.next(n);try{t.resolve(this.errorHandler(r))}catch(e){t.reject(e)}}var i;return s.EMPTY})));var i,o,c})))}resetRootComponentType(t){this.rootComponentType=t,this.routerState.root.component=this.rootComponentType}setTransition(t){this.transitions.next({...this.transitions.value,...t})}initialNavigation(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe((t=>{const e="popstate"===t.type?"popstate":"hashchange";"popstate"===e&&setTimeout((()=>{const r={replaceUrl:!0},n=t.state?.navigationId?t.state:null;if(n){const t={...n};delete t.navigationId,delete t.ɵrouterPageId,0!==Object.keys(t).length&&(r.state=t)}const i=this.parseUrl(t.url);this.scheduleNavigation(i,e,n,r)}),0)})))}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.currentNavigation}triggerEvent(t){this.events.next(t)}resetConfig(t){Xe&&Kt(t),this.config=t.map(Xt),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.transitions.complete(),this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=void 0),this.disposed=!0}createUrlTree(t,e={}){const{relativeTo:r,queryParams:n,fragment:i,queryParamsHandling:o,preserveFragment:s}=e,a=r||this.routerState.root,c=s?this.currentUrlTree.fragment:i;let u=null;switch(o){case"merge":u={...this.currentUrlTree.queryParams,...n};break;case"preserve":u=this.currentUrlTree.queryParams;break;default:u=n||null}return null!==u&&(u=this.removeEmptyProps(u)),Ut(a,this.currentUrlTree,t,u,c??null)}navigateByUrl(t,e={skipLocationChange:!1}){("undefined"==typeof ngDevMode||ngDevMode&&this.isNgZoneEnabled&&!o.NgZone.isInAngularZone())&&this.console.warn("Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?");const r=oe(t)?t:this.parseUrl(t),n=this.urlHandlingStrategy.merge(r,this.rawUrlTree);return this.scheduleNavigation(n,"imperative",null,e)}navigate(t,e={skipLocationChange:!1}){return function(t){for(let e=0;e{const n=t[r];return null!=n&&(e[r]=n),e}),{})}processNavigations(){this.navigations.subscribe((t=>{this.navigated=!0,this.lastSuccessfulId=t.id,this.currentPageId=t.targetPageId,this.events.next(new h(t.id,this.serializeUrl(t.extractedUrl),this.serializeUrl(this.currentUrlTree))),this.lastSuccessfulNavigation=this.currentNavigation,this.titleStrategy?.updateTitle(this.routerState.snapshot),t.resolve(!0)}),(t=>{this.console.warn(`Unhandled Navigation Error: ${t}`)}))}scheduleNavigation(t,e,r,n,i){if(this.disposed)return Promise.resolve(!1);let o,s,a;i?(o=i.resolve,s=i.reject,a=i.promise):a=new Promise(((t,e)=>{o=t,s=e}));const c=++this.navigationId;let u;if("computed"===this.canceledNavigationResolution){0===this.currentPageId&&(r=this.location.getState()),u=r&&r.ɵrouterPageId?r.ɵrouterPageId:n.replaceUrl||n.skipLocationChange?this.browserPageId??0:(this.browserPageId??0)+1}else u=0;return this.setTransition({id:c,targetPageId:u,source:e,restoredState:r,currentUrlTree:this.currentUrlTree,currentRawUrl:this.rawUrlTree,rawUrl:t,extras:n,resolve:o,reject:s,promise:a,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),a.catch((t=>Promise.reject(t)))}setBrowserUrl(t,e){const r=this.urlSerializer.serialize(t),n={...e.extras.state,...this.generateNgRouterState(e.id,e.targetPageId)};this.location.isCurrentPathEqualTo(r)||e.extras.replaceUrl?this.location.replaceState(r,"",n):this.location.go(r,"",n)}restoreHistory(t,e=!1){if("computed"===this.canceledNavigationResolution){const e=this.currentPageId-t.targetPageId;("popstate"===t.source||"eager"===this.urlUpdateStrategy||this.currentUrlTree===this.currentNavigation?.finalUrl)&&0!==e?this.location.historyGo(e):this.currentUrlTree===this.currentNavigation?.finalUrl&&0===e&&(this.resetState(t),this.browserUrlTree=t.currentUrlTree,this.resetUrlToCurrentUrlTree())}else"replace"===this.canceledNavigationResolution&&(e&&this.resetState(t),this.resetUrlToCurrentUrlTree())}resetState(t){this.routerState=t.currentRouterState,this.currentUrlTree=t.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,t.rawUrl)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}cancelNavigationTransition(t,e){const r=new p(t.id,this.serializeUrl(t.extractedUrl),e);this.triggerEvent(r),t.resolve(!1)}generateNgRouterState(t,e){return"computed"===this.canceledNavigationResolution?{navigationId:t,"ɵrouterPageId":e}:{navigationId:t}}}function or(t){return"imperative"!==t}ir.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ir,deps:"invalid",target:o["ɵɵFactoryTarget"].Injectable}),ir.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ir}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ir,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:o.Type},{type:Q},{type:zt},{type:i.Location},{type:o.Injector},{type:o.Compiler},{type:void 0}]}});class sr{constructor(t,e,r,n,i){this.router=t,this.route=e,this.tabIndexAttribute=r,this.renderer=n,this.el=i,this.commands=null,this.onChanges=new s.Subject,this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(t){if(null!=this.tabIndexAttribute)return;const e=this.renderer,r=this.el.nativeElement;null!==t?e.setAttribute(r,"tabindex",t):e.removeAttribute(r,"tabindex")}ngOnChanges(t){this.onChanges.next(this)}set routerLink(t){null!=t?(this.commands=Array.isArray(t)?t:[t],this.setTabIndexIfNotOnNativeEl("0")):(this.commands=null,this.setTabIndexIfNotOnNativeEl(null))}onClick(){if(null===this.urlTree)return!0;const t={skipLocationChange:(0,o["ɵcoerceToBoolean"])(this.skipLocationChange),replaceUrl:(0,o["ɵcoerceToBoolean"])(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,t),!0}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:(0,o["ɵcoerceToBoolean"])(this.preserveFragment)})}}sr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:sr,deps:[{token:ir},{token:St},{token:"tabindex",attribute:!0},{token:o.Renderer2},{token:o.ElementRef}],target:o["ɵɵFactoryTarget"].Directive}),sr.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:sr,selector:":not(a):not(area)[routerLink]",inputs:{queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state",relativeTo:"relativeTo",routerLink:"routerLink"},host:{listeners:{click:"onClick()"}},usesOnChanges:!0,ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:sr,decorators:[{type:o.Directive,args:[{selector:":not(a):not(area)[routerLink]"}]}],ctorParameters:function(){return[{type:ir},{type:St},{type:void 0,decorators:[{type:o.Attribute,args:["tabindex"]}]},{type:o.Renderer2},{type:o.ElementRef}]},propDecorators:{queryParams:[{type:o.Input}],fragment:[{type:o.Input}],queryParamsHandling:[{type:o.Input}],preserveFragment:[{type:o.Input}],skipLocationChange:[{type:o.Input}],replaceUrl:[{type:o.Input}],state:[{type:o.Input}],relativeTo:[{type:o.Input}],routerLink:[{type:o.Input}],onClick:[{type:o.HostListener,args:["click"]}]}});class ar{constructor(t,e,r){this.router=t,this.route=e,this.locationStrategy=r,this.commands=null,this.href=null,this.onChanges=new s.Subject,this.subscription=t.events.subscribe((t=>{t instanceof h&&this.updateTargetUrlAndHref()}))}set routerLink(t){this.commands=null!=t?Array.isArray(t)?t:[t]:null}ngOnChanges(t){this.updateTargetUrlAndHref(),this.onChanges.next(this)}ngOnDestroy(){this.subscription.unsubscribe()}onClick(t,e,r,n,i){if(0!==t||e||r||n||i)return!0;if("string"==typeof this.target&&"_self"!=this.target||null===this.urlTree)return!0;const s={skipLocationChange:(0,o["ɵcoerceToBoolean"])(this.skipLocationChange),replaceUrl:(0,o["ɵcoerceToBoolean"])(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,s),!1}updateTargetUrlAndHref(){this.href=null!==this.urlTree?this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree)):null}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:(0,o["ɵcoerceToBoolean"])(this.preserveFragment)})}}ar.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ar,deps:[{token:ir},{token:St},{token:i.LocationStrategy}],target:o["ɵɵFactoryTarget"].Directive}),ar.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ar,selector:"a[routerLink],area[routerLink]",inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state",relativeTo:"relativeTo",routerLink:"routerLink"},host:{listeners:{click:"onClick($event.button,$event.ctrlKey,$event.shiftKey,$event.altKey,$event.metaKey)"},properties:{"attr.target":"this.target","attr.href":"this.href"}},usesOnChanges:!0,ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ar,decorators:[{type:o.Directive,args:[{selector:"a[routerLink],area[routerLink]"}]}],ctorParameters:function(){return[{type:ir},{type:St},{type:i.LocationStrategy}]},propDecorators:{target:[{type:o.HostBinding,args:["attr.target"]},{type:o.Input}],queryParams:[{type:o.Input}],fragment:[{type:o.Input}],queryParamsHandling:[{type:o.Input}],preserveFragment:[{type:o.Input}],skipLocationChange:[{type:o.Input}],replaceUrl:[{type:o.Input}],state:[{type:o.Input}],relativeTo:[{type:o.Input}],href:[{type:o.HostBinding,args:["attr.href"]}],routerLink:[{type:o.Input}],onClick:[{type:o.HostListener,args:["click",["$event.button","$event.ctrlKey","$event.shiftKey","$event.altKey","$event.metaKey"]]}]}});class cr{constructor(t,e,r,n,i,s){this.router=t,this.element=e,this.renderer=r,this.cdr=n,this.link=i,this.linkWithHref=s,this.classes=[],this.isActive=!1,this.routerLinkActiveOptions={exact:!1},this.isActiveChange=new o.EventEmitter,this.routerEventsSubscription=t.events.subscribe((t=>{t instanceof h&&this.update()}))}ngAfterContentInit(){(0,s.of)(this.links.changes,this.linksWithHrefs.changes,(0,s.of)(null)).pipe((0,a.mergeAll)()).subscribe((t=>{this.update(),this.subscribeToEachLinkOnChanges()}))}subscribeToEachLinkOnChanges(){this.linkInputChangesSubscription?.unsubscribe();const t=[...this.links.toArray(),...this.linksWithHrefs.toArray(),this.link,this.linkWithHref].filter((t=>!!t)).map((t=>t.onChanges));this.linkInputChangesSubscription=(0,s.from)(t).pipe((0,a.mergeAll)()).subscribe((t=>{this.isActive!==this.isLinkActive(this.router)(t)&&this.update()}))}set routerLinkActive(t){const e=Array.isArray(t)?t:t.split(" ");this.classes=e.filter((t=>!!t))}ngOnChanges(t){this.update()}ngOnDestroy(){this.routerEventsSubscription.unsubscribe(),this.linkInputChangesSubscription?.unsubscribe()}update(){this.links&&this.linksWithHrefs&&this.router.navigated&&Promise.resolve().then((()=>{const t=this.hasActiveLinks();this.isActive!==t&&(this.isActive=t,this.cdr.markForCheck(),this.classes.forEach((e=>{t?this.renderer.addClass(this.element.nativeElement,e):this.renderer.removeClass(this.element.nativeElement,e)})),t&&void 0!==this.ariaCurrentWhenActive?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this.isActiveChange.emit(t))}))}isLinkActive(t){const e=function(t){return!!t.paths}(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return r=>!!r.urlTree&&t.isActive(r.urlTree,e)}hasActiveLinks(){const t=this.isLinkActive(this.router);return this.link&&t(this.link)||this.linkWithHref&&t(this.linkWithHref)||this.links.some(t)||this.linksWithHrefs.some(t)}}cr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:cr,deps:[{token:ir},{token:o.ElementRef},{token:o.Renderer2},{token:o.ChangeDetectorRef},{token:sr,optional:!0},{token:ar,optional:!0}],target:o["ɵɵFactoryTarget"].Directive}),cr.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:cr,selector:"[routerLinkActive]",inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},queries:[{propertyName:"links",predicate:sr,descendants:!0},{propertyName:"linksWithHrefs",predicate:ar,descendants:!0}],exportAs:["routerLinkActive"],usesOnChanges:!0,ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:cr,decorators:[{type:o.Directive,args:[{selector:"[routerLinkActive]",exportAs:"routerLinkActive"}]}],ctorParameters:function(){return[{type:ir},{type:o.ElementRef},{type:o.Renderer2},{type:o.ChangeDetectorRef},{type:sr,decorators:[{type:o.Optional}]},{type:ar,decorators:[{type:o.Optional}]}]},propDecorators:{links:[{type:o.ContentChildren,args:[sr,{descendants:!0}]}],linksWithHrefs:[{type:o.ContentChildren,args:[ar,{descendants:!0}]}],routerLinkActiveOptions:[{type:o.Input}],ariaCurrentWhenActive:[{type:o.Input}],isActiveChange:[{type:o.Output}],routerLinkActive:[{type:o.Input}]}});class ur{buildTitle(t){let e,r=t.root;for(;void 0!==r;)e=this.getResolvedTitleForRoute(r)??e,r=r.children.find((t=>t.outlet===A));return e}getResolvedTitleForRoute(t){return t.data[qe]}}class lr extends ur{constructor(t){super(),this.title=t}updateTitle(t){const e=this.buildTitle(t);void 0!==e&&this.title.setTitle(e)}}lr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:lr,deps:[{token:c.Title}],target:o["ɵɵFactoryTarget"].Injectable}),lr.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:lr,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:lr,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:c.Title}]}});class hr{}class pr{preload(t,e){return e().pipe((0,a.catchError)((()=>(0,s.of)(null))))}}pr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:pr,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),pr.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:pr,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:pr,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}]});class dr{preload(t,e){return(0,s.of)(null)}}dr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:dr,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),dr.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:dr,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:dr,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}]});class gr{constructor(t,e,r,n,i){this.router=t,this.injector=r,this.preloadingStrategy=n,this.loader=i}setUpPreloading(){this.subscription=this.router.events.pipe((0,a.filter)((t=>t instanceof h)),(0,a.concatMap)((()=>this.preload()))).subscribe((()=>{}))}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(t,e){const r=[];for(const n of e){n.providers&&!n._injector&&(n._injector=(0,o.createEnvironmentInjector)(n.providers,t,`Route: ${n.path}`));const e=n._injector??t,i=n._loadedInjector??e;n.loadChildren&&!n._loadedRoutes||n.loadComponent&&!n._loadedComponent?r.push(this.preloadConfig(e,n)):(n.children||n._loadedRoutes)&&r.push(this.processRoutes(i,n.children??n._loadedRoutes))}return(0,s.from)(r).pipe((0,a.mergeAll)())}preloadConfig(t,e){return this.preloadingStrategy.preload(e,(()=>{let r;r=e.loadChildren&&void 0===e.canLoad?this.loader.loadChildren(t,e):(0,s.of)(null);const n=r.pipe((0,a.mergeMap)((r=>null===r?(0,s.of)(void 0):(e._loadedRoutes=r.routes,e._loadedInjector=r.injector,this.processRoutes(r.injector??t,r.routes)))));if(e.loadComponent&&!e._loadedComponent){const t=this.loader.loadComponent(e);return(0,s.from)([n,t]).pipe((0,a.mergeAll)())}return n}))}}gr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:gr,deps:[{token:ir},{token:o.Compiler},{token:o.EnvironmentInjector},{token:hr},{token:Qe}],target:o["ɵɵFactoryTarget"].Injectable}),gr.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:gr}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:gr,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:ir},{type:o.Compiler},{type:o.EnvironmentInjector},{type:hr},{type:Qe}]}});const fr=new o.InjectionToken("");class mr{constructor(t,e,r={}){this.router=t,this.viewportScroller=e,this.options=r,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},r.scrollPositionRestoration=r.scrollPositionRestoration||"disabled",r.anchorScrolling=r.anchorScrolling||"disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.router.events.subscribe((t=>{t instanceof l?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=t.navigationTrigger,this.restoredId=t.restoredState?t.restoredState.navigationId:0):t instanceof h&&(this.lastId=t.id,this.scheduleScrollEvent(t,this.router.parseUrl(t.urlAfterRedirects).fragment))}))}consumeScrollEvents(){return this.router.events.subscribe((t=>{t instanceof T&&(t.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(t.position):t.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(t.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))}))}scheduleScrollEvent(t,e){this.router.triggerEvent(new T(t,"popstate"===this.lastSource?this.store[this.restoredId]:null,e))}ngOnDestroy(){this.routerEventsSubscription&&this.routerEventsSubscription.unsubscribe(),this.scrollEventsSubscription&&this.scrollEventsSubscription.unsubscribe()}}mr.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:mr,deps:"invalid",target:o["ɵɵFactoryTarget"].Injectable}),mr.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:mr}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:mr,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:ir},{type:i.ViewportScroller},{type:void 0}]}});const vr="undefined"==typeof ngDevMode||ngDevMode,yr=[Wt,sr,ar,cr,Bt],Sr=new o.InjectionToken(vr?"router config":"ROUTER_CONFIGURATION",{providedIn:"root",factory:()=>({})}),Cr=new o.InjectionToken(vr?"router duplicate forRoot guard":"ROUTER_FORROOT_GUARD"),Rr=new o.InjectionToken(vr?"router preloader":""),wr=[i.Location,{provide:Q,useClass:Y},{provide:ir,useFactory:function(t,e,r,n,i,o,s={},a,c,u,l){const h=new ir(null,t,e,r,n,i,_(o));u&&(h.urlHandlingStrategy=u);l&&(h.routeReuseStrategy=l);return h.titleStrategy=c??a,Er(s,h),h},deps:[Q,zt,i.Location,o.Injector,o.Compiler,Ke,Sr,lr,[ur,new o.Optional],[Ye,new o.Optional],[We,new o.Optional]]},zt,{provide:St,useFactory:function(t){return t.routerState.root},deps:[ir]},Qe];function Ir(){return new o.NgProbeToken("Router",ir)}class br{constructor(t,e){}static forRoot(t,e){return{ngModule:br,providers:[wr,vr&&e?.enableTracing?jr():[],Ar(t),{provide:Cr,useFactory:Tr,deps:[[ir,new o.Optional,new o.SkipSelf]]},{provide:Sr,useValue:e||{}},e?.useHash?{provide:i.LocationStrategy,useClass:i.HashLocationStrategy}:{provide:i.LocationStrategy,useClass:i.PathLocationStrategy},{provide:fr,useFactory:()=>{const t=(0,o.inject)(ir),e=(0,o.inject)(i.ViewportScroller),r=(0,o.inject)(Sr);return r.scrollOffset&&e.setOffset(r.scrollOffset),new mr(t,e,r)}},e?.preloadingStrategy?Or(e.preloadingStrategy):[],{provide:o.NgProbeToken,multi:!0,useFactory:Ir},e?.initialNavigation?xr(e):[],[{provide:Ur,useFactory:kr},{provide:o.APP_BOOTSTRAP_LISTENER,multi:!0,useExisting:Ur}]]}}static forChild(t){return{ngModule:br,providers:[Ar(t)]}}}function Tr(t){if(vr&&t)throw new o["ɵRuntimeError"](4007,"RouterModule.forRoot() called twice. Lazy loaded modules should use RouterModule.forChild() instead.");return"guarded"}function Ar(t){return[{provide:o.ANALYZE_FOR_ENTRY_COMPONENTS,multi:!0,useValue:t},{provide:Ke,multi:!0,useValue:t}]}function Er(t,e){t.errorHandler&&(e.errorHandler=t.errorHandler),t.malformedUriErrorHandler&&(e.malformedUriErrorHandler=t.malformedUriErrorHandler),t.onSameUrlNavigation&&(e.onSameUrlNavigation=t.onSameUrlNavigation),t.paramsInheritanceStrategy&&(e.paramsInheritanceStrategy=t.paramsInheritanceStrategy),t.relativeLinkResolution&&(e.relativeLinkResolution=t.relativeLinkResolution),t.urlUpdateStrategy&&(e.urlUpdateStrategy=t.urlUpdateStrategy),t.canceledNavigationResolution&&(e.canceledNavigationResolution=t.canceledNavigationResolution)}function kr(){const t=(0,o.inject)(o.Injector);return e=>{const r=t.get(o.ApplicationRef);if(e!==r.components[0])return;const n=t.get(ir),i=t.get(Pr);null===t.get($r,null,o.InjectFlags.Optional)&&n.initialNavigation(),t.get(Rr,null,o.InjectFlags.Optional)?.setUpPreloading(),t.get(fr,null,o.InjectFlags.Optional)?.init(),n.resetRootComponentType(r.componentTypes[0]),i.next(),i.complete()}}br.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:br,deps:[{token:Cr,optional:!0},{token:ir,optional:!0}],target:o["ɵɵFactoryTarget"].NgModule}),br.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:br,declarations:[Wt,sr,ar,cr,Bt],exports:[Wt,sr,ar,cr,Bt]}),br.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:br}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:br,decorators:[{type:o.NgModule,args:[{declarations:yr,exports:yr}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[Cr]}]},{type:ir,decorators:[{type:o.Optional}]}]}});const Ur=new o.InjectionToken(vr?"Router Initializer":"");function xr(t){return["disabled"===t.initialNavigation?[{provide:o.APP_INITIALIZER,multi:!0,useFactory:()=>{const t=(0,o.inject)(ir);return()=>{t.setUpLocationChangeListener()}}},{provide:$r,useValue:"disabled"}]:[],"enabledBlocking"===t.initialNavigation?[{provide:$r,useValue:"enabledBlocking"},{provide:o.APP_INITIALIZER,multi:!0,deps:[o.Injector],useFactory:t=>{const e=t.get(i.LOCATION_INITIALIZED,Promise.resolve(null));let r=!1;return()=>e.then((()=>new Promise((e=>{const n=t.get(ir),i=t.get(Pr);!function(e){const r=t.get(ir);r.events.pipe((0,a.filter)((t=>t instanceof h||t instanceof p||t instanceof d)),(0,a.map)((t=>{if(t instanceof h)return!0;const e=r.navigationId!==t.id,n=t instanceof p&&-1!==t.reason.indexOf(U);return!(!e&&!n)&&null})),(0,a.filter)((t=>null!==t)),(0,a.take)(1)).subscribe((()=>{e()}))}((()=>{e(!0),r=!0})),n.afterPreactivation=()=>(e(!0),r||i.closed?(0,s.of)(void 0):i),n.initialNavigation()}))))}}]:[]]}const Pr=new o.InjectionToken(vr?"bootstrap done indicator":"",{factory:()=>new s.Subject});const $r=new o.InjectionToken(vr?"initial navigation":"");function jr(){return vr?[{provide:o.ENVIRONMENT_INITIALIZER,multi:!0,useFactory:()=>{const t=(0,o.inject)(ir);return()=>t.events.subscribe((t=>{console.group?.(`Router Event: ${t.constructor.name}`),console.log(function(t){if(!("type"in t))return`Unknown Router Event: ${t.constructor.name}`;switch(t.type){case 14:return`ActivationEnd(path: '${t.snapshot.routeConfig?.path||""}')`;case 13:return`ActivationStart(path: '${t.snapshot.routeConfig?.path||""}')`;case 12:return`ChildActivationEnd(path: '${t.snapshot.routeConfig?.path||""}')`;case 11:return`ChildActivationStart(path: '${t.snapshot.routeConfig?.path||""}')`;case 8:return`GuardsCheckEnd(id: ${t.id}, url: '${t.url}', urlAfterRedirects: '${t.urlAfterRedirects}', state: ${t.state}, shouldActivate: ${t.shouldActivate})`;case 7:return`GuardsCheckStart(id: ${t.id}, url: '${t.url}', urlAfterRedirects: '${t.urlAfterRedirects}', state: ${t.state})`;case 2:return`NavigationCancel(id: ${t.id}, url: '${t.url}')`;case 1:return`NavigationEnd(id: ${t.id}, url: '${t.url}', urlAfterRedirects: '${t.urlAfterRedirects}')`;case 3:return`NavigationError(id: ${t.id}, url: '${t.url}', error: ${t.error})`;case 0:return`NavigationStart(id: ${t.id}, url: '${t.url}')`;case 6:return`ResolveEnd(id: ${t.id}, url: '${t.url}', urlAfterRedirects: '${t.urlAfterRedirects}', state: ${t.state})`;case 5:return`ResolveStart(id: ${t.id}, url: '${t.url}', urlAfterRedirects: '${t.urlAfterRedirects}', state: ${t.state})`;case 10:return`RouteConfigLoadEnd(path: ${t.route.path})`;case 9:return`RouteConfigLoadStart(path: ${t.route.path})`;case 4:return`RoutesRecognized(id: ${t.id}, url: '${t.url}', urlAfterRedirects: '${t.urlAfterRedirects}', state: ${t.state})`;case 15:const e=t.position?`${t.position[0]}, ${t.position[1]}`:null;return`Scroll(anchor: '${t.anchor}', position: '${e}')`}}(t)),console.log(t),console.groupEnd?.()}))}}]:[]}function Or(t){return[gr,{provide:Rr,useExisting:gr},{provide:hr,useExisting:t}]}const _r=new o.Version("14.0.6")}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29322.491674491c3d40e293ba.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29322.491674491c3d40e293ba.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/29322.491674491c3d40e293ba.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/29465.6a2999b5ebdf00a293da.js b/dist/apps/processing-runtime-widget/29465.6a2999b5ebdf00a293da.js new file mode 100644 index 0000000..d0af92e --- /dev/null +++ b/dist/apps/processing-runtime-widget/29465.6a2999b5ebdf00a293da.js @@ -0,0 +1 @@ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29465],{26596:function(t,e,n){const r=n(96873),o=n(70427),i=n(25003),s=n(81384);function a(t,e,n,i,s){const a=[].slice.call(arguments,1),c=a.length,u="function"==typeof a[c-1];if(!u&&!r())throw new Error("Callback required as last argument");if(!u){if(c<1)throw new Error("Too few arguments provided");return 1===c?(n=e,e=i=void 0):2!==c||e.getContext||(i=n,n=e,e=void 0),new Promise((function(r,s){try{const s=o.create(n,i);r(t(s,e,i))}catch(t){s(t)}}))}if(c<2)throw new Error("Too few arguments provided");2===c?(s=n,n=e,e=i=void 0):3===c&&(e.getContext&&void 0===s?(s=i,i=void 0):(s=i,i=n,n=e,e=void 0));try{const r=o.create(n,i);s(null,t(r,e,i))}catch(t){s(t)}}o.create,e.rT=a.bind(null,i.render),e.hz=a.bind(null,i.renderToDataURL),e.toString=a.bind(null,(function(t,e,n){return s.render(t,n)}))},96873:function(t){t.exports=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then}},29352:function(t,e,n){const r=n(17755).getSymbolSize;e.getRowColCoords=function(t){if(1===t)return[];const e=Math.floor(t/7)+2,n=r(t),o=145===n?26:2*Math.ceil((n-13)/(2*e-2)),i=[n-7];for(let t=1;t>>7-t%8&1)},put:function(t,e){for(let n=0;n>>e-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},t.exports=e},79081:function(t){function e(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}e.prototype.set=function(t,e,n,r){const o=t*this.size+e;this.data[o]=n,r&&(this.reservedBit[o]=!0)},e.prototype.get=function(t,e){return this.data[t*this.size+e]},e.prototype.xor=function(t,e,n){this.data[t*this.size+e]^=n},e.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]},t.exports=e},81350:function(t,e,n){const r=n(62378),o=n(63639);function i(t){this.mode=o.BYTE,this.data=new Uint8Array(r(t))}i.getBitsLength=function(t){return 8*t},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(t){for(let e=0,n=this.data.length;e=0&&t.bit<4},e.from=function(t,n){if(e.isValid(t))return t;try{return function(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+t)}}(t)}catch(t){return n}}},34107:function(t,e,n){const r=n(17755).getSymbolSize;e.getPositions=function(t){const e=r(t);return[[0,0],[e-7,0],[0,e-7]]}},6048:function(t,e,n){const r=n(17755),o=r.getBCHDigit(1335);e.getEncodedBits=function(t,e){const n=t.bit<<3|e;let i=n<<10;for(;r.getBCHDigit(i)-o>=0;)i^=1335<=33088&&n<=40956)n-=33088;else{if(!(n>=57408&&n<=60351))throw new Error("Invalid SJIS character: "+this.data[e]+"\nMake sure your charset is UTF-8");n-=49472}n=192*(n>>>8&255)+(255&n),t.put(n,13)}},t.exports=i},4491:function(t,e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const n=3,r=3,o=40,i=10;function s(t,n,r){switch(t){case e.Patterns.PATTERN000:return(n+r)%2==0;case e.Patterns.PATTERN001:return n%2==0;case e.Patterns.PATTERN010:return r%3==0;case e.Patterns.PATTERN011:return(n+r)%3==0;case e.Patterns.PATTERN100:return(Math.floor(n/2)+Math.floor(r/3))%2==0;case e.Patterns.PATTERN101:return n*r%2+n*r%3==0;case e.Patterns.PATTERN110:return(n*r%2+n*r%3)%2==0;case e.Patterns.PATTERN111:return(n*r%3+(n+r)%2)%2==0;default:throw new Error("bad maskPattern:"+t)}}e.isValid=function(t){return null!=t&&""!==t&&!isNaN(t)&&t>=0&&t<=7},e.from=function(t){return e.isValid(t)?parseInt(t,10):void 0},e.getPenaltyN1=function(t){const e=t.size;let r=0,o=0,i=0,s=null,a=null;for(let c=0;c=5&&(r+=n+(o-5)),s=e,o=1),e=t.get(u,c),e===a?i++:(i>=5&&(r+=n+(i-5)),a=e,i=1)}o>=5&&(r+=n+(o-5)),i>=5&&(r+=n+(i-5))}return r},e.getPenaltyN2=function(t){const e=t.size;let n=0;for(let r=0;r=10&&(1488===r||93===r)&&n++,i=i<<1&2047|t.get(s,o),s>=10&&(1488===i||93===i)&&n++}return n*o},e.getPenaltyN4=function(t){let e=0;const n=t.data.length;for(let r=0;r=1&&e<10?t.ccBits[0]:e<27?t.ccBits[1]:t.ccBits[2]},e.getBestModeForData=function(t){return o.testNumeric(t)?e.NUMERIC:o.testAlphanumeric(t)?e.ALPHANUMERIC:o.testKanji(t)?e.KANJI:e.BYTE},e.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")},e.isValid=function(t){return t&&t.bit&&t.ccBits},e.from=function(t,n){if(e.isValid(t))return t;try{return function(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+t)}}(t)}catch(t){return n}}},61444:function(t,e,n){const r=n(63639);function o(t){this.mode=r.NUMERIC,this.data=t.toString()}o.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(t){let e,n,r;for(e=0;e+3<=this.data.length;e+=3)n=this.data.substr(e,3),r=parseInt(n,10),t.put(r,10);const o=this.data.length-e;o>0&&(n=this.data.substr(e),r=parseInt(n,10),t.put(r,3*o+1))},t.exports=o},80896:function(t,e,n){const r=n(72144);e.mul=function(t,e){const n=new Uint8Array(t.length+e.length-1);for(let o=0;o=0;){const t=n[0];for(let o=0;o>i&1),i<6?t.set(i,8,s,!0):i<8?t.set(i+1,8,s,!0):t.set(r-15+i,8,s,!0),i<8?t.set(8,r-i-1,s,!0):i<9?t.set(8,15-i-1+1,s,!0):t.set(8,15-i-1,s,!0);t.set(r-8,8,1,!0)}function w(t,e,n){const o=new i;n.forEach((function(e){o.put(e.mode.bit,4),o.put(e.getLength(),f.getCharCountIndicator(e.mode,t)),e.write(o)}));const s=8*(r.getSymbolTotalCodewords(t)-l.getTotalCodewordsCount(t,e));for(o.getLengthInBits()+4<=s&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(0);const a=(s-o.getLengthInBits())/8;for(let t=0;t=0&&e<=6&&(0===r||6===r)||r>=0&&r<=6&&(0===e||6===e)||e>=2&&e<=4&&r>=2&&r<=4?t.set(o+e,i+r,!0,!0):t.set(o+e,i+r,!1,!0))}}(f,e),function(t){const e=t.size;for(let n=8;n=7&&function(t,e){const n=t.size,r=d.getEncodedBits(e);let o,i,s;for(let e=0;e<18;e++)o=Math.floor(e/3),i=e%3+n-8-3,s=1==(r>>e&1),t.set(o,i,s,!0),t.set(i,o,s,!0)}(f,e),function(t,e){const n=t.size;let r=-1,o=n-1,i=7,s=0;for(let a=n-1;a>0;a-=2)for(6===a&&a--;;){for(let n=0;n<2;n++)if(!t.isReserved(o,a-n)){let r=!1;s>>i&1)),t.set(o,a-n,r),i--,-1===i&&(s++,i=7)}if(o+=r,o<0||n<=o){o-=r,r=-r;break}}}(f,h),isNaN(o)&&(o=u.getBestMask(f,m.bind(null,f,n))),u.applyMask(o,f),m(f,n,o),{modules:f,version:e,errorCorrectionLevel:n,maskPattern:o,segments:i}}e.create=function(t,e){if(void 0===t||""===t)throw new Error("No input text");let n,i,s=o.M;return void 0!==e&&(s=o.from(e.errorCorrectionLevel,o.M),n=d.from(e.version),i=u.from(e.maskPattern),e.toSJISFunc&&r.setToSJISFunction(e.toSJISFunc)),y(t,n,s,i)}},21732:function(t,e,n){const r=n(80896);function o(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}o.prototype.initialize=function(t){this.degree=t,this.genPoly=r.generateECPolynomial(this.degree)},o.prototype.encode=function(t){if(!this.genPoly)throw new Error("Encoder not initialized");const e=new Uint8Array(t.length+this.degree);e.set(t);const n=r.mod(e,this.genPoly),o=this.degree-n.length;if(o>0){const t=new Uint8Array(this.degree);return t.set(n,o),t}return n},t.exports=o},11187:function(t,e){const n="[0-9]+";let r="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";r=r.replace(/u/g,"\\u");const o="(?:(?![A-Z0-9 $%*+\\-./:]|"+r+")(?:.|[\r\n]))+";e.KANJI=new RegExp(r,"g"),e.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),e.BYTE=new RegExp(o,"g"),e.NUMERIC=new RegExp(n,"g"),e.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const i=new RegExp("^"+r+"$"),s=new RegExp("^"+n+"$"),a=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");e.testKanji=function(t){return i.test(t)},e.testNumeric=function(t){return s.test(t)},e.testAlphanumeric=function(t){return a.test(t)}},59004:function(t,e,n){const r=n(63639),o=n(61444),i=n(4718),s=n(81350),a=n(17523),c=n(11187),u=n(17755),l=n(65987);function h(t){return unescape(encodeURIComponent(t)).length}function d(t,e,n){const r=[];let o;for(;null!==(o=t.exec(n));)r.push({data:o[0],index:o.index,mode:e,length:o[0].length});return r}function g(t){const e=d(c.NUMERIC,r.NUMERIC,t),n=d(c.ALPHANUMERIC,r.ALPHANUMERIC,t);let o,i;u.isKanjiModeEnabled()?(o=d(c.BYTE,r.BYTE,t),i=d(c.KANJI,r.KANJI,t)):(o=d(c.BYTE_KANJI,r.BYTE,t),i=[]);return e.concat(n,o,i).sort((function(t,e){return t.index-e.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function f(t,e){switch(e){case r.NUMERIC:return o.getBitsLength(t);case r.ALPHANUMERIC:return i.getBitsLength(t);case r.KANJI:return a.getBitsLength(t);case r.BYTE:return s.getBitsLength(t)}}function p(t,e){let n;const c=r.getBestModeForData(t);if(n=r.from(e,c),n!==r.BYTE&&n.bit=0?t[t.length-1]:null;return n&&n.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)}),[])}(a))},e.rawSplit=function(t){return e.fromArray(g(t,u.isKanjiModeEnabled()))}},17755:function(t,e){let n;const r=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];e.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return 4*t+17},e.getSymbolTotalCodewords=function(t){return r[t]},e.getBCHDigit=function(t){let e=0;for(;0!==t;)e++,t>>>=1;return e},e.setToSJISFunction=function(t){if("function"!=typeof t)throw new Error('"toSJISFunc" is not a valid function.');n=t},e.isKanjiModeEnabled=function(){return void 0!==n},e.toSJIS=function(t){return n(t)}},86325:function(t,e){e.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}},95122:function(t,e,n){const r=n(17755),o=n(51382),i=n(74534),s=n(63639),a=n(86325),c=r.getBCHDigit(7973);function u(t,e){return s.getCharCountIndicator(t,e)+4}function l(t,e){let n=0;return t.forEach((function(t){const r=u(t.mode,e);n+=r+t.getBitsLength()})),n}e.from=function(t,e){return a.isValid(t)?parseInt(t,10):e},e.getCapacity=function(t,e,n){if(!a.isValid(t))throw new Error("Invalid QR Code version");void 0===n&&(n=s.BYTE);const i=8*(r.getSymbolTotalCodewords(t)-o.getTotalCodewordsCount(t,e));if(n===s.MIXED)return i;const c=i-u(n,t);switch(n){case s.NUMERIC:return Math.floor(c/10*3);case s.ALPHANUMERIC:return Math.floor(c/11*2);case s.KANJI:return Math.floor(c/13);case s.BYTE:default:return Math.floor(c/8)}},e.getBestVersionForData=function(t,n){let r;const o=i.from(n,i.M);if(Array.isArray(t)){if(t.length>1)return function(t,n){for(let r=1;r<=40;r++)if(l(t,r)<=e.getCapacity(r,n,s.MIXED))return r}(t,o);if(0===t.length)return 1;r=t[0]}else r=t;return function(t,n,r){for(let o=1;o<=40;o++)if(n<=e.getCapacity(o,r,t))return o}(r.mode,r.getLength(),o)},e.getEncodedBits=function(t){if(!a.isValid(t)||t<7)throw new Error("Invalid QR Code version");let e=t<<12;for(;r.getBCHDigit(e)-c>=0;)e^=7973<':"",h="0&&u>0&&t[c-1]||(r+=s?i("M",u+n,.5+l+n):i("m",o,0),o=0,s=!1),u+1',d='viewBox="0 0 '+u+" "+u+'"',g=''+l+h+"\n";return"function"==typeof n&&n(null,g),g}},98140:function(t,e){function n(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);3!==e.length&&4!==e.length||(e=Array.prototype.concat.apply([],e.map((function(t){return[t,t]})))),6===e.length&&e.push("F","F");const n=parseInt(e.join(""),16);return{r:n>>24&255,g:n>>16&255,b:n>>8&255,a:255&n,hex:"#"+e.slice(0,6).join("")}}e.getOptions=function(t){t||(t={}),t.color||(t.color={});const e=void 0===t.margin||null===t.margin||t.margin<0?4:t.margin,r=t.width&&t.width>=21?t.width:void 0,o=t.scale||4;return{width:r,scale:r?4:o,margin:e,color:{dark:n(t.color.dark||"#000000ff"),light:n(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},e.getScale=function(t,e){return e.width&&e.width>=t+2*e.margin?e.width/(t+2*e.margin):e.scale},e.getImageWidth=function(t,n){const r=e.getScale(t,n);return Math.floor((t+2*n.margin)*r)},e.qrToImageData=function(t,n,r){const o=n.modules.size,i=n.modules.data,s=e.getScale(o,r),a=Math.floor((o+2*r.margin)*s),c=r.margin*s,u=[r.color.light,r.color.dark];for(let e=0;e=c&&n>=c&&eh)&&(i[c]=h,g.push(c,h),o[c]=a));if(void 0!==r&&void 0===i[r]){var f=["Could not find a path from ",n," to ",r,"."].join("");throw new Error(f)}return o},extract_shortest_path_from_predecessor_list:function(t,e){for(var n=[],r=e;r;)n.push(r),t[r],r=t[r];return n.reverse(),n},find_path:function(t,n,r){var o=e.single_source_shortest_paths(t,n,r);return e.extract_shortest_path_from_predecessor_list(o,r)},PriorityQueue:{make:function(t){var n,r=e.PriorityQueue,o={};for(n in t=t||{},r)r.hasOwnProperty(n)&&(o[n]=r[n]);return o.queue=[],o.sorter=t.sorter||r.default_sorter,o},default_sorter:function(t,e){return t.cost-e.cost},push:function(t,e){var n={value:t,cost:e};this.queue.push(n),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=e},62378:function(t){"use strict";t.exports=function(t){for(var e=[],n=t.length,r=0;r=55296&&o<=56319&&n>r+1){var i=t.charCodeAt(r+1);i>=56320&&i<=57343&&(o=1024*(o-55296)+i-56320+65536,r+=1)}o<128?e.push(o):o<2048?(e.push(o>>6|192),e.push(63&o|128)):o<55296||o>=57344&&o<65536?(e.push(o>>12|224),e.push(o>>6&63|128),e.push(63&o|128)):o>=65536&&o<=1114111?(e.push(o>>18|240),e.push(o>>12&63|128),e.push(o>>6&63|128),e.push(63&o|128)):e.push(239,191,189)}return new Uint8Array(e).buffer}},29465:function(t,e,n){"use strict";var r;n.r(e),n.d(e,{QRCodeComponent:function(){return a},QRCodeModule:function(){return c}});var o=n(40761),i=n(26596),s=n(15813);class a{constructor(t,e){this.renderer=t,this.sanitizer=e,this.allowEmptyString=!1,this.colorDark="#000000ff",this.colorLight="#ffffffff",this.cssClass="qrcode",this.elementType="canvas",this.errorCorrectionLevel="M",this.margin=4,this.qrdata="",this.scale=4,this.width=10,this.qrCodeURL=new o.EventEmitter,this.context=null}async ngOnChanges(){await this.createQRCode()}isValidQrCodeText(t){return!1===this.allowEmptyString?!(void 0===t||""===t||"null"===t||null===t):!(void 0===t)}toDataURL(t){return new Promise(((e,n)=>{i.hz(this.qrdata,t,((t,r)=>{t?n(t):e(r)}))}))}toCanvas(t,e){return new Promise(((n,r)=>{i.rT(t,this.qrdata,e,(t=>{t?r(t):n("success")}))}))}toSVG(t){return new Promise(((e,n)=>{i.toString(this.qrdata,t,((t,r)=>{t?n(t):e(r)}))}))}renderElement(t){for(const t of this.qrcElement.nativeElement.childNodes)this.renderer.removeChild(this.qrcElement.nativeElement,t);this.renderer.appendChild(this.qrcElement.nativeElement,t)}async createQRCode(){this.version&&this.version>40?(console.warn("[angularx-qrcode] max value for `version` is 40"),this.version=40):this.version&&this.version<1?(console.warn("[angularx-qrcode]`min value for `version` is 1"),this.version=1):void 0!==this.version&&isNaN(this.version)&&(console.warn("[angularx-qrcode] version should be a number, defaulting to auto."),this.version=void 0);try{if(!this.isValidQrCodeText(this.qrdata))throw new Error("[angularx-qrcode] Field `qrdata` is empty, set 'allowEmptyString=\"true\"' to overwrite this behaviour.");this.isValidQrCodeText(this.qrdata)&&""===this.qrdata&&(this.qrdata=" ");const t={color:{dark:this.colorDark,light:this.colorLight},errorCorrectionLevel:this.errorCorrectionLevel,margin:this.margin,scale:this.scale,type:this.elementType,version:this.version,width:this.width},e=this.imageSrc,n=this.imageHeight||40,r=this.imageWidth||40;switch(this.elementType){case"canvas":const o=this.renderer.createElement("canvas");this.context=o.getContext("2d"),this.toCanvas(o,t).then((()=>{if(this.ariaLabel&&this.renderer.setAttribute(o,"aria-label",`${this.ariaLabel}`),this.title&&this.renderer.setAttribute(o,"title",`${this.title}`),e&&this.context){this.centerImage=new Image(r,n),e!==this.centerImage.src&&(this.centerImage.src=e),n!==this.centerImage.height&&(this.centerImage.height=n),r!==this.centerImage.width&&(this.centerImage.width=r);const t=this.centerImage;t&&(t.onload=()=>{this.context?.drawImage(t,o.width/2-r/2,o.height/2-n/2,r,n)})}this.renderElement(o),this.emitQRCodeURL(o)})).catch((t=>{console.error("[angularx-qrcode] canvas error:",t)}));break;case"svg":const i=this.renderer.createElement("div");this.toSVG(t).then((t=>{this.renderer.setProperty(i,"innerHTML",t);const e=i.firstChild;this.renderer.setAttribute(e,"height",`${this.width}`),this.renderer.setAttribute(e,"width",`${this.width}`),this.renderElement(e),this.emitQRCodeURL(e)})).catch((t=>{console.error("[angularx-qrcode] svg error:",t)}));break;default:const s=this.renderer.createElement("img");this.toDataURL(t).then((t=>{this.alt&&s.setAttribute("alt",this.alt),this.ariaLabel&&s.setAttribute("aria-label",this.ariaLabel),s.setAttribute("src",t),this.title&&s.setAttribute("title",this.title),this.renderElement(s),this.emitQRCodeURL(s)})).catch((t=>{console.error("[angularx-qrcode] img/url error:",t)}))}}catch(t){console.error("[angularx-qrcode] Error generating QR Code:",t.message)}}emitQRCodeURL(t){const e=t.constructor.name;if(e===SVGSVGElement.name){const e=t.outerHTML,n=new Blob([e],{type:"image/svg+xml"}),r=URL.createObjectURL(n),o=this.sanitizer.bypassSecurityTrustUrl(r);return void this.qrCodeURL.emit(o)}let n="";e===HTMLCanvasElement.name&&(n=t.toDataURL("image/png")),e===HTMLImageElement.name&&(n=t.src),fetch(n).then((t=>t.blob())).then((t=>URL.createObjectURL(t))).then((t=>this.sanitizer.bypassSecurityTrustUrl(t))).then((t=>{this.qrCodeURL.emit(t)})).catch((t=>{console.error("[angularx-qrcode] Error when fetching image/png URL: "+t)}))}}a.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:a,deps:[{token:o.Renderer2},{token:s.DomSanitizer}],target:o["ɵɵFactoryTarget"].Component}),a.ɵcmp=o["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:a,selector:"qrcode",inputs:{allowEmptyString:"allowEmptyString",colorDark:"colorDark",colorLight:"colorLight",cssClass:"cssClass",elementType:"elementType",errorCorrectionLevel:"errorCorrectionLevel",imageSrc:"imageSrc",imageHeight:"imageHeight",imageWidth:"imageWidth",margin:"margin",qrdata:"qrdata",scale:"scale",version:"version",width:"width",alt:"alt",ariaLabel:"ariaLabel",title:"title"},outputs:{qrCodeURL:"qrCodeURL"},viewQueries:[{propertyName:"qrcElement",first:!0,predicate:["qrcElement"],descendants:!0,static:!0}],usesOnChanges:!0,ngImport:r||(r=n.t(o,2)),template:'
',isInline:!0,changeDetection:o.ChangeDetectionStrategy.OnPush}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:a,decorators:[{type:o.Component,args:[{selector:"qrcode",changeDetection:o.ChangeDetectionStrategy.OnPush,template:'
'}]}],ctorParameters:function(){return[{type:o.Renderer2},{type:s.DomSanitizer}]},propDecorators:{allowEmptyString:[{type:o.Input}],colorDark:[{type:o.Input}],colorLight:[{type:o.Input}],cssClass:[{type:o.Input}],elementType:[{type:o.Input}],errorCorrectionLevel:[{type:o.Input}],imageSrc:[{type:o.Input}],imageHeight:[{type:o.Input}],imageWidth:[{type:o.Input}],margin:[{type:o.Input}],qrdata:[{type:o.Input}],scale:[{type:o.Input}],version:[{type:o.Input}],width:[{type:o.Input}],alt:[{type:o.Input}],ariaLabel:[{type:o.Input}],title:[{type:o.Input}],qrCodeURL:[{type:o.Output}],qrcElement:[{type:o.ViewChild,args:["qrcElement",{static:!0}]}]}});class c{}c.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),c.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c,declarations:[a],exports:[a]}),c.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c,providers:[]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c,decorators:[{type:o.NgModule,args:[{providers:[],declarations:[a],exports:[a]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29518.04fd3f004ca23d745b23.js b/dist/apps/processing-runtime-widget/29518.04fd3f004ca23d745b23.js new file mode 100644 index 0000000..fb5b214 --- /dev/null +++ b/dist/apps/processing-runtime-widget/29518.04fd3f004ca23d745b23.js @@ -0,0 +1,2 @@ +/*! For license information please see 29518.04fd3f004ca23d745b23.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29518],{29518:function(e,o,a){a.r(o);const r=void 0;o.default=["ia",[["AM","PM"],r,r],r,[["d","l","m","m","j","v","s"],["dom","lun","mar","mer","jov","ven","sab"],["dominica","lunedi","martedi","mercuridi","jovedi","venerdi","sabbato"],["do","lu","ma","me","jo","ve","sa"]],r,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","oct","nov","dec"],["januario","februario","martio","april","maio","junio","julio","augusto","septembre","octobre","novembre","decembre"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","oct","nov","dec"],["januario","februario","martio","april","maio","junio","julio","augusto","septembre","octobre","novembre","decembre"]],[["a.Chr.","p.Chr."],r,["ante Christo","post Christo"]],1,[6,0],["dd-MM-y","d MMM y","d 'de' MMMM y","EEEE 'le' d 'de' MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,"{1} 'a' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],r,r,r,{JPY:["JP¥","¥"],NLG:["ƒ"],RUB:["₽"],USD:["US$","$"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===o&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29518.04fd3f004ca23d745b23.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29518.04fd3f004ca23d745b23.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29518.04fd3f004ca23d745b23.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29629.de4bdd08e0e34857f51a.js b/dist/apps/processing-runtime-widget/29629.de4bdd08e0e34857f51a.js new file mode 100644 index 0000000..4460509 --- /dev/null +++ b/dist/apps/processing-runtime-widget/29629.de4bdd08e0e34857f51a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29629],{29629:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2967.67b84da59df8b1df3a42.js b/dist/apps/processing-runtime-widget/2967.67b84da59df8b1df3a42.js new file mode 100644 index 0000000..8272449 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2967.67b84da59df8b1df3a42.js @@ -0,0 +1,2 @@ +/*! For license information please see 2967.67b84da59df8b1df3a42.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2967],{2967:function(M,s,t){t.r(s);const n=void 0;s.default=["ur",[["a","p"],["AM","PM"],n],[["AM","PM"],n,n],[["S","M","T","W","T","F","S"],["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],n,n],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n],n,[["قبل مسیح","عیسوی"],n,n],0,[6,0],["d/M/yy","d MMM، y","d MMMM، y","EEEE، d MMMM، y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",n,n,n],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"PKR","Rs","پاکستانی روپیہ",{BYN:[n,"р."],JPY:["JP¥","¥"],PHP:[n,"₱"],PKR:["Rs"],THB:["฿"],TWD:["NT$"]},"rtl",function(M){const s=Math.floor(Math.abs(M)),t=M.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2967.67b84da59df8b1df3a42.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2967.67b84da59df8b1df3a42.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2967.67b84da59df8b1df3a42.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29670.a122ddcde5a9aed8223d.js b/dist/apps/processing-runtime-widget/29670.a122ddcde5a9aed8223d.js new file mode 100644 index 0000000..94bb63a --- /dev/null +++ b/dist/apps/processing-runtime-widget/29670.a122ddcde5a9aed8223d.js @@ -0,0 +1,2 @@ +/*! For license information please see 29670.a122ddcde5a9aed8223d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29670],{29670:function(u,c,i){i.r(c);const e=void 0;c.default=[[["поноћ","подне","јутро","по под.","вече","ноћ"],["поноћ","подне","јутро","по под.","увече","ноћу"],["поноћ","подне","ујутро","по подне","увече","ноћу"]],[["поноћ","подне","јутро","поподне","вече","ноћ"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29670.a122ddcde5a9aed8223d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29670.a122ddcde5a9aed8223d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29670.a122ddcde5a9aed8223d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29705.d69d7cbdadded408ad99.js b/dist/apps/processing-runtime-widget/29705.d69d7cbdadded408ad99.js new file mode 100644 index 0000000..c898465 --- /dev/null +++ b/dist/apps/processing-runtime-widget/29705.d69d7cbdadded408ad99.js @@ -0,0 +1,2 @@ +/*! For license information please see 29705.d69d7cbdadded408ad99.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29705],{29705:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29705.d69d7cbdadded408ad99.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29705.d69d7cbdadded408ad99.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29705.d69d7cbdadded408ad99.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29734.ea81a1eb8fd73ffe6f60.js b/dist/apps/processing-runtime-widget/29734.ea81a1eb8fd73ffe6f60.js new file mode 100644 index 0000000..73c3acf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29734.ea81a1eb8fd73ffe6f60.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29734],{29734:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2981.b30551d48e4aa6e2d514.js b/dist/apps/processing-runtime-widget/2981.b30551d48e4aa6e2d514.js new file mode 100644 index 0000000..cb0c557 --- /dev/null +++ b/dist/apps/processing-runtime-widget/2981.b30551d48e4aa6e2d514.js @@ -0,0 +1,2 @@ +/*! For license information please see 2981.b30551d48e4aa6e2d514.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[2981],{2981:function(s,u,c){c.r(u);const i=void 0;u.default=["lo",[["ກ່ອນທ່ຽງ","ຫຼັງທ່ຽງ"],i,i],i,[["ອາ","ຈ","ອ","ພ","ພຫ","ສຸ","ສ"],["ອາທິດ","ຈັນ","ອັງຄານ","ພຸດ","ພະຫັດ","ສຸກ","ເສົາ"],["ວັນອາທິດ","ວັນຈັນ","ວັນອັງຄານ","ວັນພຸດ","ວັນພະຫັດ","ວັນສຸກ","ວັນເສົາ"],["ອາ.","ຈ.","ອ.","ພ.","ພຫ.","ສຸ.","ສ."]],i,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ມ.ກ.","ກ.ພ.","ມ.ນ.","ມ.ສ.","ພ.ພ.","ມິ.ຖ.","ກ.ລ.","ສ.ຫ.","ກ.ຍ.","ຕ.ລ.","ພ.ຈ.","ທ.ວ."],["ມັງກອນ","ກຸມພາ","ມີນາ","ເມສາ","ພຶດສະພາ","ມິຖຸນາ","ກໍລະກົດ","ສິງຫາ","ກັນຍາ","ຕຸລາ","ພະຈິກ","ທັນວາ"]],i,[["ກ່ອນ ຄ.ສ.","ຄ.ສ."],i,["ກ່ອນຄຣິດສັກກະລາດ","ຄຣິດສັກກະລາດ"]],0,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE ທີ d MMMM G y"],["H:mm","H:mm:ss","H ໂມງ m ນາທີ ss ວິນາທີ z","H ໂມງ m ນາທີ ss ວິນາທີ zzzz"],["{1}, {0}",i,i,i],[",",".",";","%","+","-","E","×","‰","∞","ບໍ່​ແມ່ນ​ໂຕ​ເລກ",":"],["#,##0.###","#,##0%","¤#,##0.00;¤-#,##0.00","#"],"LAK","₭","ລາວ ກີບ",{BYN:[i,"р."],JPY:["JP¥","¥"],LAK:["₭"],PHP:[i,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/2981.b30551d48e4aa6e2d514.js.LICENSE.txt b/dist/apps/processing-runtime-widget/2981.b30551d48e4aa6e2d514.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/2981.b30551d48e4aa6e2d514.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/29884.08cf0783c8dee5c97cb6.js b/dist/apps/processing-runtime-widget/29884.08cf0783c8dee5c97cb6.js new file mode 100644 index 0000000..83e944d --- /dev/null +++ b/dist/apps/processing-runtime-widget/29884.08cf0783c8dee5c97cb6.js @@ -0,0 +1,2 @@ +/*! For license information please see 29884.08cf0783c8dee5c97cb6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[29884],{29884:function(e,$,r){r.r($);const i=void 0;$.default=["fr-MC",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/29884.08cf0783c8dee5c97cb6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/29884.08cf0783c8dee5c97cb6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/29884.08cf0783c8dee5c97cb6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3002.7c0a33eacbdc8a8f9eb7.js b/dist/apps/processing-runtime-widget/3002.7c0a33eacbdc8a8f9eb7.js new file mode 100644 index 0000000..28e4fad --- /dev/null +++ b/dist/apps/processing-runtime-widget/3002.7c0a33eacbdc8a8f9eb7.js @@ -0,0 +1,2 @@ +/*! For license information please see 3002.7c0a33eacbdc8a8f9eb7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3002],{3002:function(s,M,u){u.r(M);const c=void 0;M.default=["mr",[["a","p"],["AM","PM"],c],[["AM","PM"],c,c],[["र","सो","मं","बु","गु","शु","श"],["रवि","सोम","मंगळ","बुध","गुरु","शुक्र","शनि"],["रविवार","सोमवार","मंगळवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],["र","सो","मं","बु","गु","शु","श"]],c,[["जा","फे","मा","ए","मे","जू","जु","ऑ","स","ऑ","नो","डि"],["जाने","फेब्रु","मार्च","एप्रि","मे","जून","जुलै","ऑग","सप्टें","ऑक्टो","नोव्हें","डिसें"],["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"]],c,[["इ. स. पू.","इ. स."],c,["ईसवीसनपूर्व","ईसवीसन"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} रोजी {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##0.00","[#E0]"],"INR","₹","भारतीय रुपया",{JPY:["JP¥","¥"],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3002.7c0a33eacbdc8a8f9eb7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3002.7c0a33eacbdc8a8f9eb7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3002.7c0a33eacbdc8a8f9eb7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30029.9ec6440a9fb2a0c26e8d.js b/dist/apps/processing-runtime-widget/30029.9ec6440a9fb2a0c26e8d.js new file mode 100644 index 0000000..3f2f96d --- /dev/null +++ b/dist/apps/processing-runtime-widget/30029.9ec6440a9fb2a0c26e8d.js @@ -0,0 +1,2 @@ +/*! For license information please see 30029.9ec6440a9fb2a0c26e8d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30029],{30029:function(e,a,u){u.r(a);const r=void 0;a.default=["en-PW",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30029.9ec6440a9fb2a0c26e8d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30029.9ec6440a9fb2a0c26e8d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30029.9ec6440a9fb2a0c26e8d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30107.3404d80959b21517632d.js b/dist/apps/processing-runtime-widget/30107.3404d80959b21517632d.js new file mode 100644 index 0000000..88af2d3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/30107.3404d80959b21517632d.js @@ -0,0 +1,2 @@ +/*! For license information please see 30107.3404d80959b21517632d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30107],{30107:function(e,u,a){a.r(u);const n=void 0;u.default=["en-GB",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","British Pound",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30107.3404d80959b21517632d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30107.3404d80959b21517632d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30107.3404d80959b21517632d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30156.7657b70038bca86a1e18.js b/dist/apps/processing-runtime-widget/30156.7657b70038bca86a1e18.js new file mode 100644 index 0000000..442f4be --- /dev/null +++ b/dist/apps/processing-runtime-widget/30156.7657b70038bca86a1e18.js @@ -0,0 +1,2 @@ +/*! For license information please see 30156.7657b70038bca86a1e18.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30156],{30156:function(e,a,u){u.r(a);const n=void 0;a.default=["en-RW",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"RWF","RF","Rwandan Franc",{JPY:["JP¥","¥"],RWF:["RF"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30156.7657b70038bca86a1e18.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30156.7657b70038bca86a1e18.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30156.7657b70038bca86a1e18.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30164.40aa21d3865ff8a3f8b6.js b/dist/apps/processing-runtime-widget/30164.40aa21d3865ff8a3f8b6.js new file mode 100644 index 0000000..5587d4f --- /dev/null +++ b/dist/apps/processing-runtime-widget/30164.40aa21d3865ff8a3f8b6.js @@ -0,0 +1,2 @@ +/*! For license information please see 30164.40aa21d3865ff8a3f8b6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30164],{30164:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-Latn-BF",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","Mbuuɗu Seefaa BCEAO",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30164.40aa21d3865ff8a3f8b6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30164.40aa21d3865ff8a3f8b6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30164.40aa21d3865ff8a3f8b6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30258.61dd300f25070824a7ac.js b/dist/apps/processing-runtime-widget/30258.61dd300f25070824a7ac.js new file mode 100644 index 0000000..23c2580 --- /dev/null +++ b/dist/apps/processing-runtime-widget/30258.61dd300f25070824a7ac.js @@ -0,0 +1,2 @@ +/*! For license information please see 30258.61dd300f25070824a7ac.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30258],{30258:function(M,a,i){i.r(a);const s=void 0;a.default=["vai-Latn",[["AM","PM"],s,s],s,[["S","M","T","W","T","F","S"],["lahadi","tɛɛnɛɛ","talata","alaba","aimisa","aijima","siɓiti"],s,s],s,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"],s],s,[["BCE","CE"],s,s],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"LRD","$","Laibhiya Dala",{JPY:["JP¥","¥"],LRD:["$"],USD:["US$","$"]},"ltr",function(M){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30258.61dd300f25070824a7ac.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30258.61dd300f25070824a7ac.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30258.61dd300f25070824a7ac.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30377.6523c837f08865b72b56.js b/dist/apps/processing-runtime-widget/30377.6523c837f08865b72b56.js new file mode 100644 index 0000000..5bd3482 --- /dev/null +++ b/dist/apps/processing-runtime-widget/30377.6523c837f08865b72b56.js @@ -0,0 +1,2 @@ +/*! For license information please see 30377.6523c837f08865b72b56.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30377],{30377:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30377.6523c837f08865b72b56.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30377.6523c837f08865b72b56.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30377.6523c837f08865b72b56.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3043.8c3d083e431fd68a5aae.js b/dist/apps/processing-runtime-widget/3043.8c3d083e431fd68a5aae.js new file mode 100644 index 0000000..5471b4c --- /dev/null +++ b/dist/apps/processing-runtime-widget/3043.8c3d083e431fd68a5aae.js @@ -0,0 +1,2 @@ +/*! For license information please see 3043.8c3d083e431fd68a5aae.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3043],{3043:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3043.8c3d083e431fd68a5aae.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3043.8c3d083e431fd68a5aae.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3043.8c3d083e431fd68a5aae.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30483.a9f4ea91090e3e00de79.js b/dist/apps/processing-runtime-widget/30483.a9f4ea91090e3e00de79.js new file mode 100644 index 0000000..3458622 --- /dev/null +++ b/dist/apps/processing-runtime-widget/30483.a9f4ea91090e3e00de79.js @@ -0,0 +1,2 @@ +/*! For license information please see 30483.a9f4ea91090e3e00de79.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30483],{30483:function(a,i,M){M.r(i);const e=void 0;i.default=["ebu",[["KI","UT"],e,e],e,[["K","N","N","N","A","M","N"],["Kma","Tat","Ine","Tan","Arm","Maa","NMM"],["Kiumia","Njumatatu","Njumaine","Njumatano","Aramithi","Njumaa","NJumamothii"],["Kma","Tat","Ine","Tan","Arm","Maa","NMM"]],e,[["M","K","K","K","G","G","M","K","K","I","I","I"],["Mbe","Kai","Kat","Kan","Gat","Gan","Mug","Knn","Ken","Iku","Imw","Igi"],["Mweri wa mbere","Mweri wa kaĩri","Mweri wa kathatũ","Mweri wa kana","Mweri wa gatano","Mweri wa gatantatũ","Mweri wa mũgwanja","Mweri wa kanana","Mweri wa kenda","Mweri wa ikũmi","Mweri wa ikũmi na ũmwe","Mweri wa ikũmi na Kaĩrĩ"]],e,[["MK","TK"],e,["Mbere ya Kristo","Thutha wa Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Shilingi ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30483.a9f4ea91090e3e00de79.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30483.a9f4ea91090e3e00de79.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30483.a9f4ea91090e3e00de79.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30602.146df9953e4de814eb7a.js b/dist/apps/processing-runtime-widget/30602.146df9953e4de814eb7a.js new file mode 100644 index 0000000..9e0bfe1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/30602.146df9953e4de814eb7a.js @@ -0,0 +1,2 @@ +/*! For license information please see 30602.146df9953e4de814eb7a.js.LICENSE.txt */ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30602],{5850:function(e){var t=function(e){return t[e.replace(/-./g,(function(e){return e.substr(1).toUpperCase()}))]};t.glass="",t.music="",t.search="",t.envelopeO="",t.heart="",t.star="",t.starO="",t.user="",t.film="",t.thLarge="",t.th="",t.thList="",t.check="",t.remove="",t.close="",t.times="",t.searchPlus="",t.searchMinus="",t.powerOff="",t.signal="",t.gear="",t.cog="",t.trashO="",t.home="",t.fileO="",t.clockO="",t.road="",t.download="",t.arrowCircleODown="",t.arrowCircleOUp="",t.inbox="",t.playCircleO="",t.rotateRight="",t.repeat="",t.refresh="",t.listAlt="",t.lock="",t.flag="",t.headphones="",t.volumeOff="",t.volumeDown="",t.volumeUp="",t.qrcode="",t.barcode="",t.tag="",t.tags="",t.book="",t.bookmark="",t.print="",t.camera="",t.font="",t.bold="",t.italic="",t.textHeight="",t.textWidth="",t.alignLeft="",t.alignCenter="",t.alignRight="",t.alignJustify="",t.list="",t.dedent="",t.outdent="",t.indent="",t.videoCamera="",t.photo="",t.image="",t.pictureO="",t.pencil="",t.mapMarker="",t.adjust="",t.tint="",t.edit="",t.pencilSquareO="",t.shareSquareO="",t.checkSquareO="",t.arrows="",t.stepBackward="",t.fastBackward="",t.backward="",t.play="",t.pause="",t.stop="",t.forward="",t.fastForward="",t.stepForward="",t.eject="",t.chevronLeft="",t.chevronRight="",t.plusCircle="",t.minusCircle="",t.timesCircle="",t.checkCircle="",t.questionCircle="",t.infoCircle="",t.crosshairs="",t.timesCircleO="",t.checkCircleO="",t.ban="",t.arrowLeft="",t.arrowRight="",t.arrowUp="",t.arrowDown="",t.mailForward="",t.share="",t.expand="",t.compress="",t.plus="",t.minus="",t.asterisk="",t.exclamationCircle="",t.gift="",t.leaf="",t.fire="",t.eye="",t.eyeSlash="",t.warning="",t.exclamationTriangle="",t.plane="",t.calendar="",t.random="",t.comment="",t.magnet="",t.chevronUp="",t.chevronDown="",t.retweet="",t.shoppingCart="",t.folder="",t.folderOpen="",t.arrowsV="",t.arrowsH="",t.barChartO="",t.barChart="",t.twitterSquare="",t.facebookSquare="",t.cameraRetro="",t.key="",t.gears="",t.cogs="",t.comments="",t.thumbsOUp="",t.thumbsODown="",t.starHalf="",t.heartO="",t.signOut="",t.linkedinSquare="",t.thumbTack="",t.externalLink="",t.signIn="",t.trophy="",t.githubSquare="",t.upload="",t.lemonO="",t.phone="",t.squareO="",t.bookmarkO="",t.phoneSquare="",t.twitter="",t.facebookF="",t.facebook="",t.github="",t.unlock="",t.creditCard="",t.feed="",t.rss="",t.hddO="",t.bullhorn="",t.bell="",t.certificate="",t.handORight="",t.handOLeft="",t.handOUp="",t.handODown="",t.arrowCircleLeft="",t.arrowCircleRight="",t.arrowCircleUp="",t.arrowCircleDown="",t.globe="",t.wrench="",t.tasks="",t.filter="",t.briefcase="",t.arrowsAlt="",t.group="",t.users="",t.chain="",t.link="",t.cloud="",t.flask="",t.cut="",t.scissors="",t.copy="",t.filesO="",t.paperclip="",t.save="",t.floppyO="",t.square="",t.navicon="",t.reorder="",t.bars="",t.listUl="",t.listOl="",t.strikethrough="",t.underline="",t.table="",t.magic="",t.truck="",t.pinterest="",t.pinterestSquare="",t.googlePlusSquare="",t.googlePlus="",t.money="",t.caretDown="",t.caretUp="",t.caretLeft="",t.caretRight="",t.columns="",t.unsorted="",t.sort="",t.sortDown="",t.sortDesc="",t.sortUp="",t.sortAsc="",t.envelope="",t.linkedin="",t.rotateLeft="",t.undo="",t.legal="",t.gavel="",t.dashboard="",t.tachometer="",t.commentO="",t.commentsO="",t.flash="",t.bolt="",t.sitemap="",t.umbrella="",t.paste="",t.clipboard="",t.lightbulbO="",t.exchange="",t.cloudDownload="",t.cloudUpload="",t.userMd="",t.stethoscope="",t.suitcase="",t.bellO="",t.coffee="",t.cutlery="",t.fileTextO="",t.buildingO="",t.hospitalO="",t.ambulance="",t.medkit="",t.fighterJet="",t.beer="",t.hSquare="",t.plusSquare="",t.angleDoubleLeft="",t.angleDoubleRight="",t.angleDoubleUp="",t.angleDoubleDown="",t.angleLeft="",t.angleRight="",t.angleUp="",t.angleDown="",t.desktop="",t.laptop="",t.tablet="",t.mobilePhone="",t.mobile="",t.circleO="",t.quoteLeft="",t.quoteRight="",t.spinner="",t.circle="",t.mailReply="",t.reply="",t.githubAlt="",t.folderO="",t.folderOpenO="",t.smileO="",t.frownO="",t.mehO="",t.gamepad="",t.keyboardO="",t.flagO="",t.flagCheckered="",t.terminal="",t.code="",t.mailReplyAll="",t.replyAll="",t.starHalfEmpty="",t.starHalfFull="",t.starHalfO="",t.locationArrow="",t.crop="",t.codeFork="",t.unlink="",t.chainBroken="",t.question="",t.info="",t.exclamation="",t.superscript="",t.subscript="",t.eraser="",t.puzzlePiece="",t.microphone="",t.microphoneSlash="",t.shield="",t.calendarO="",t.fireExtinguisher="",t.rocket="",t.maxcdn="",t.chevronCircleLeft="",t.chevronCircleRight="",t.chevronCircleUp="",t.chevronCircleDown="",t.html5="",t.css3="",t.anchor="",t.unlockAlt="",t.bullseye="",t.ellipsisH="",t.ellipsisV="",t.rssSquare="",t.playCircle="",t.ticket="",t.minusSquare="",t.minusSquareO="",t.levelUp="",t.levelDown="",t.checkSquare="",t.pencilSquare="",t.externalLinkSquare="",t.shareSquare="",t.compass="",t.toggleDown="",t.caretSquareODown="",t.toggleUp="",t.caretSquareOUp="",t.toggleRight="",t.caretSquareORight="",t.euro="",t.eur="",t.gbp="",t.dollar="",t.usd="",t.rupee="",t.inr="",t.cny="",t.rmb="",t.yen="",t.jpy="",t.ruble="",t.rouble="",t.rub="",t.won="",t.krw="",t.bitcoin="",t.btc="",t.file="",t.fileText="",t.sortAlphaAsc="",t.sortAlphaDesc="",t.sortAmountAsc="",t.sortAmountDesc="",t.sortNumericAsc="",t.sortNumericDesc="",t.thumbsUp="",t.thumbsDown="",t.youtubeSquare="",t.youtube="",t.xing="",t.xingSquare="",t.youtubePlay="",t.dropbox="",t.stackOverflow="",t.instagram="",t.flickr="",t.adn="",t.bitbucket="",t.bitbucketSquare="",t.tumblr="",t.tumblrSquare="",t.longArrowDown="",t.longArrowUp="",t.longArrowLeft="",t.longArrowRight="",t.apple="",t.windows="",t.android="",t.linux="",t.dribbble="",t.skype="",t.foursquare="",t.trello="",t.female="",t.male="",t.gittip="",t.gratipay="",t.sunO="",t.moonO="",t.archive="",t.bug="",t.vk="",t.weibo="",t.renren="",t.pagelines="",t.stackExchange="",t.arrowCircleORight="",t.arrowCircleOLeft="",t.toggleLeft="",t.caretSquareOLeft="",t.dotCircleO="",t.wheelchair="",t.vimeoSquare="",t.turkishLira="",t.try="",t.plusSquareO="",t.spaceShuttle="",t.slack="",t.envelopeSquare="",t.wordpress="",t.openid="",t.institution="",t.bank="",t.university="",t.mortarBoard="",t.graduationCap="",t.yahoo="",t.google="",t.reddit="",t.redditSquare="",t.stumbleuponCircle="",t.stumbleupon="",t.delicious="",t.digg="",t.piedPiperPp="",t.piedPiperAlt="",t.drupal="",t.joomla="",t.language="",t.fax="",t.building="",t.child="",t.paw="",t.spoon="",t.cube="",t.cubes="",t.behance="",t.behanceSquare="",t.steam="",t.steamSquare="",t.recycle="",t.automobile="",t.car="",t.cab="",t.taxi="",t.tree="",t.spotify="",t.deviantart="",t.soundcloud="",t.database="",t.filePdfO="",t.fileWordO="",t.fileExcelO="",t.filePowerpointO="",t.filePhotoO="",t.filePictureO="",t.fileImageO="",t.fileZipO="",t.fileArchiveO="",t.fileSoundO="",t.fileAudioO="",t.fileMovieO="",t.fileVideoO="",t.fileCodeO="",t.vine="",t.codepen="",t.jsfiddle="",t.lifeBouy="",t.lifeBuoy="",t.lifeSaver="",t.support="",t.lifeRing="",t.circleONotch="",t.ra="",t.resistance="",t.rebel="",t.ge="",t.empire="",t.gitSquare="",t.git="",t.yCombinatorSquare="",t.ycSquare="",t.hackerNews="",t.tencentWeibo="",t.qq="",t.wechat="",t.weixin="",t.send="",t.paperPlane="",t.sendO="",t.paperPlaneO="",t.history="",t.circleThin="",t.header="",t.paragraph="",t.sliders="",t.shareAlt="",t.shareAltSquare="",t.bomb="",t.soccerBallO="",t.futbolO="",t.tty="",t.binoculars="",t.plug="",t.slideshare="",t.twitch="",t.yelp="",t.newspaperO="",t.wifi="",t.calculator="",t.paypal="",t.googleWallet="",t.ccVisa="",t.ccMastercard="",t.ccDiscover="",t.ccAmex="",t.ccPaypal="",t.ccStripe="",t.bellSlash="",t.bellSlashO="",t.trash="",t.copyright="",t.at="",t.eyedropper="",t.paintBrush="",t.birthdayCake="",t.areaChart="",t.pieChart="",t.lineChart="",t.lastfm="",t.lastfmSquare="",t.toggleOff="",t.toggleOn="",t.bicycle="",t.bus="",t.ioxhost="",t.angellist="",t.cc="",t.shekel="",t.sheqel="",t.ils="",t.meanpath="",t.buysellads="",t.connectdevelop="",t.dashcube="",t.forumbee="",t.leanpub="",t.sellsy="",t.shirtsinbulk="",t.simplybuilt="",t.skyatlas="",t.cartPlus="",t.cartArrowDown="",t.diamond="",t.ship="",t.userSecret="",t.motorcycle="",t.streetView="",t.heartbeat="",t.venus="",t.mars="",t.mercury="",t.intersex="",t.transgender="",t.transgenderAlt="",t.venusDouble="",t.marsDouble="",t.venusMars="",t.marsStroke="",t.marsStrokeV="",t.marsStrokeH="",t.neuter="",t.genderless="",t.facebookOfficial="",t.pinterestP="",t.whatsapp="",t.server="",t.userPlus="",t.userTimes="",t.hotel="",t.bed="",t.viacoin="",t.train="",t.subway="",t.medium="",t.yc="",t.yCombinator="",t.optinMonster="",t.opencart="",t.expeditedssl="",t.battery4="",t.battery="",t.batteryFull="",t.battery3="",t.batteryThreeQuarters="",t.battery2="",t.batteryHalf="",t.battery1="",t.batteryQuarter="",t.battery0="",t.batteryEmpty="",t.mousePointer="",t.iCursor="",t.objectGroup="",t.objectUngroup="",t.stickyNote="",t.stickyNoteO="",t.ccJcb="",t.ccDinersClub="",t.clone="",t.balanceScale="",t.hourglassO="",t.hourglass1="",t.hourglassStart="",t.hourglass2="",t.hourglassHalf="",t.hourglass3="",t.hourglassEnd="",t.hourglass="",t.handGrabO="",t.handRockO="",t.handStopO="",t.handPaperO="",t.handScissorsO="",t.handLizardO="",t.handSpockO="",t.handPointerO="",t.handPeaceO="",t.trademark="",t.registered="",t.creativeCommons="",t.gg="",t.ggCircle="",t.tripadvisor="",t.odnoklassniki="",t.odnoklassnikiSquare="",t.getPocket="",t.wikipediaW="",t.safari="",t.chrome="",t.firefox="",t.opera="",t.internetExplorer="",t.tv="",t.television="",t.contao="",t["500px"]="",t.amazon="",t.calendarPlusO="",t.calendarMinusO="",t.calendarTimesO="",t.calendarCheckO="",t.industry="",t.mapPin="",t.mapSigns="",t.mapO="",t.map="",t.commenting="",t.commentingO="",t.houzz="",t.vimeo="",t.blackTie="",t.fonticons="",t.redditAlien="",t.edge="",t.creditCardAlt="",t.codiepie="",t.modx="",t.fortAwesome="",t.usb="",t.productHunt="",t.mixcloud="",t.scribd="",t.pauseCircle="",t.pauseCircleO="",t.stopCircle="",t.stopCircleO="",t.shoppingBag="",t.shoppingBasket="",t.hashtag="",t.bluetooth="",t.bluetoothB="",t.percent="",t.gitlab="",t.wpbeginner="",t.wpforms="",t.envira="",t.universalAccess="",t.wheelchairAlt="",t.questionCircleO="",t.blind="",t.audioDescription="",t.volumeControlPhone="",t.braille="",t.assistiveListeningSystems="",t.aslInterpreting="",t.americanSignLanguageInterpreting="",t.deafness="",t.hardOfHearing="",t.deaf="",t.glide="",t.glideG="",t.signing="",t.signLanguage="",t.lowVision="",t.viadeo="",t.viadeoSquare="",t.snapchat="",t.snapchatGhost="",t.snapchatSquare="",t.piedPiper="",t.firstOrder="",t.yoast="",t.themeisle="",t.googlePlusCircle="",t.googlePlusOfficial="",t.fa="",t.fontAwesome="",t.handshakeO="",t.envelopeOpen="",t.envelopeOpenO="",t.linode="",t.addressBook="",t.addressBookO="",t.vcard="",t.addressCard="",t.vcardO="",t.addressCardO="",t.userCircle="",t.userCircleO="",t.userO="",t.idBadge="",t.driversLicense="",t.idCard="",t.driversLicenseO="",t.idCardO="",t.quora="",t.freeCodeCamp="",t.telegram="",t.thermometer4="",t.thermometer="",t.thermometerFull="",t.thermometer3="",t.thermometerThreeQuarters="",t.thermometer2="",t.thermometerHalf="",t.thermometer1="",t.thermometerQuarter="",t.thermometer0="",t.thermometerEmpty="",t.shower="",t.bathtub="",t.s15="",t.bath="",t.podcast="",t.windowMaximize="",t.windowMinimize="",t.windowRestore="",t.timesRectangle="",t.windowClose="",t.timesRectangleO="",t.windowCloseO="",t.bandcamp="",t.grav="",t.etsy="",t.imdb="",t.ravelry="",t.eercast="",t.microchip="",t.snowflakeO="",t.superpowers="",t.wpexplorer="",t.meetup="",e.exports=t},42786:function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},14130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(a,s,r,i){var o=t(a),d=n[e][t(a)];return 2===o&&(d=d[s?0:1]),d.replace(/%d/i,a)}},s=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:s,monthsShort:s,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(30381))},96135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(30381))},56440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},s=function(e){return function(t,s,r,i){var o=n(t),d=a[e][n(t)];return 2===o&&(d=d[s?0:1]),d.replace(/%d/i,t)}},r=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:s("s"),ss:s("s"),m:s("m"),mm:s("m"),h:s("h"),hh:s("h"),d:s("d"),dd:s("d"),M:s("M"),MM:s("M"),y:s("y"),yy:s("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},47702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(30381))},16040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(30381))},37100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(30381))},30867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},a=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},s={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,n,r,i){var o=a(t),d=s[e][a(t)];return 2===o&&(d=d[n?0:1]),d.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},31083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,a=e%100-n,s=e>=100?100:null;return e+(t[n]||t[a]||t[s])},week:{dow:1,doy:7}})}(n(30381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,a){return"m"===a?n?"хвіліна":"хвіліну":"h"===a?n?"гадзіна":"гадзіну":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[a],+e)}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(30381))},68338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(30381))},67438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(30381))},76225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(30381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(30381))},11560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(30381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+s({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){switch(a(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function a(e){return e>9?a(e%10):e}function s(e,t){return 2===t?r(e):e}function r(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],o=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,d=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,l=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,m=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],_=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],u=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:u,fullWeekdaysParse:m,shortWeekdaysParse:_,minWeekdaysParse:u,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:d,monthsShortStrictRegex:l,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(30381))},80622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var a=e+" ";switch(n){case"ss":return a+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return a+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return a+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return a+=1===e?"dan":"dana";case"MM":return a+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return a+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(30381))},5822:function(e,t,n){!function(e){"use strict";var t={format:"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),standalone:"ledna_února_března_dubna_května_června_července_srpna_září_října_listopadu_prosince".split("_")},n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),a=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],s=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function r(e){return e>1&&e<5&&1!=~~(e/10)}function i(e,t,n,a){var s=e+" ";switch(n){case"s":return t||a?"pár sekund":"pár sekundami";case"ss":return t||a?s+(r(e)?"sekundy":"sekund"):s+"sekundami";case"m":return t?"minuta":a?"minutu":"minutou";case"mm":return t||a?s+(r(e)?"minuty":"minut"):s+"minutami";case"h":return t?"hodina":a?"hodinu":"hodinou";case"hh":return t||a?s+(r(e)?"hodiny":"hodin"):s+"hodinami";case"d":return t||a?"den":"dnem";case"dd":return t||a?s+(r(e)?"dny":"dní"):s+"dny";case"M":return t||a?"měsíc":"měsícem";case"MM":return t||a?s+(r(e)?"měsíce":"měsíců"):s+"měsíci";case"y":return t||a?"rok":"rokem";case"yy":return t||a?s+(r(e)?"roky":"let"):s+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},50877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(30381))},47373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(30381))},24780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},60217:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[n][0]:s[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},60894:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[n][0]:s[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},59740:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[n][0]:s[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(30381))},50837:function(e,t,n){!function(e){"use strict";function t(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,n){var a=this._calendarEl[e],s=n&&n.hours();return t(a)&&(a=a.apply(n)),a.replace("{}",s%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(30381))},78348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(30381))},77925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(30381))},22243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},46436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},47207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(30381))},44175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(30381))},76319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},31662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},92915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(30381))},55251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],s=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},96112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],s=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(30381))},71146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],s=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(30381))},55655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),a=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],s=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(30381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?s[n][2]?s[n][2]:s[n][1]:a?s[n][0]:s[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},77763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},76959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(30381))},11897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function a(e,t,n,a){var r="";switch(n){case"s":return a?"muutaman sekunnin":"muutama sekunti";case"ss":r=a?"sekunnin":"sekuntia";break;case"m":return a?"minuutin":"minuutti";case"mm":r=a?"minuutin":"minuuttia";break;case"h":return a?"tunnin":"tunti";case"hh":r=a?"tunnin":"tuntia";break;case"d":return a?"päivän":"päivä";case"dd":r=a?"päivän":"päivää";break;case"M":return a?"kuukauden":"kuukausi";case"MM":r=a?"kuukauden":"kuukautta";break;case"y":return a?"vuoden":"vuosi";case"yy":r=a?"vuoden":"vuotta"}return r=s(e,a)+" "+r}function s(e,a){return e<10?a?n[e]:t[e]:e}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},42549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},94694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},63049:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(30381))},52330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(30381))},94470:function(e,t,n){!function(e){"use strict";var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,a=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,s=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(30381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},29295:function(e,t,n){!function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],a=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],s=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],r=["Do","Lu","Má","Cé","Dé","A","Sa"];e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:a,weekdaysShort:s,weekdaysMin:r,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(30381))},2101:function(e,t,n){!function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],a=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],s=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],r=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:a,weekdaysShort:s,weekdaysMin:r,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(30381))},38794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},27884:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return a?s[n][0]:s[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(30381))},23168:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return a?s[n][0]:s[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(30381))},95349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(30381))},24206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(30381))},30094:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},a=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],s=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:a,longMonthsParse:a,shortMonthsParse:s,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(30381))},30316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var a=e+" ";switch(n){case"ss":return a+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return a+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return a+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return a+=1===e?"dan":"dana";case"MM":return a+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return a+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},22138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,a){var s=e;switch(n){case"s":return a||t?"néhány másodperc":"néhány másodperce";case"ss":return s+(a||t)?" másodperc":" másodperce";case"m":return"egy"+(a||t?" perc":" perce");case"mm":return s+(a||t?" perc":" perce");case"h":return"egy"+(a||t?" óra":" órája");case"hh":return s+(a||t?" óra":" órája");case"d":return"egy"+(a||t?" nap":" napja");case"dd":return s+(a||t?" nap":" napja");case"M":return"egy"+(a||t?" hónap":" hónapja");case"MM":return s+(a||t?" hónap":" hónapja");case"y":return"egy"+(a||t?" év":" éve");case"yy":return s+(a||t?" év":" éve")}return""}function a(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return a.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return a.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},11423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(30381))},29218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(30381))},90135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,a,s){var r=e+" ";switch(a){case"s":return n||s?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?r+(n||s?"sekúndur":"sekúndum"):r+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?r+(n||s?"mínútur":"mínútum"):n?r+"mínúta":r+"mínútu";case"hh":return t(e)?r+(n||s?"klukkustundir":"klukkustundum"):r+"klukkustund";case"d":return n?"dagur":s?"dag":"degi";case"dd":return t(e)?n?r+"dagar":r+(s?"daga":"dögum"):n?r+"dagur":r+(s?"dag":"degi");case"M":return n?"mánuður":s?"mánuð":"mánuði";case"MM":return t(e)?n?r+"mánuðir":r+(s?"mánuði":"mánuðum"):n?r+"mánuður":r+(s?"mánuð":"mánuði");case"y":return n||s?"ár":"ári";case"yy":return t(e)?r+(n||s?"ár":"árum"):r+(n||s?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},10150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},90626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},39183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(30381))},24286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(30381))},12105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(30381))},47772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,a=e>=100?100:null;return e+(t[e]||t[n]||t[a])},week:{dow:1,doy:7}})}(n(30381))},18758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(30381))},79282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(30381))},33730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(30381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},a=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:a,monthsShort:a,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},33291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,a=e>=100?100:null;return e+(t[e]||t[n]||t[a])},week:{dow:1,doy:7}})}(n(30381))},36841:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?s[n][0]:s[n][1]}function n(e){return s(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function a(e){return s(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e}function s(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return s(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return s(e)}return s(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:a,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},55466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(30381))},57010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,a){return t?"kelios sekundės":a?"kelių sekundžių":"kelias sekundes"}function a(e,t,n,a){return t?r(n)[0]:a?r(n)[1]:r(n)[2]}function s(e){return e%10==0||e>10&&e<20}function r(e){return t[e].split("_")}function i(e,t,n,i){var o=e+" ";return 1===e?o+a(e,t,n[0],i):t?o+(s(e)?r(n)[1]:r(n)[0]):i?o+r(n)[1]:o+(s(e)?r(n)[1]:r(n)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:i,m:a,mm:i,h:a,hh:i,d:a,dd:i,M:a,MM:i,y:a,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(30381))},37595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function a(e,a,s){return e+" "+n(t[s],e,a)}function s(e,a,s){return n(t[s],e,a)}function r(e,t){return t?"dažas sekundes":"dažām sekundēm"}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:r,ss:a,m:s,mm:a,h:s,hh:a,d:s,dd:a,M:s,MM:a,y:s,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},39861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,a){var s=t.words[a];return 1===a.length?n?s[0]:s[1]:e+" "+t.correctGrammaticalCase(e,s)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},35493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},95966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(30381))},87341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(30381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(30381))},10370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function a(e,t,n,a){var s="";if(t)switch(n){case"s":s="काही सेकंद";break;case"ss":s="%d सेकंद";break;case"m":s="एक मिनिट";break;case"mm":s="%d मिनिटे";break;case"h":s="एक तास";break;case"hh":s="%d तास";break;case"d":s="एक दिवस";break;case"dd":s="%d दिवस";break;case"M":s="एक महिना";break;case"MM":s="%d महिने";break;case"y":s="एक वर्ष";break;case"yy":s="%d वर्षे"}else switch(n){case"s":s="काही सेकंदां";break;case"ss":s="%d सेकंदां";break;case"m":s="एका मिनिटा";break;case"mm":s="%d मिनिटां";break;case"h":s="एका तासा";break;case"hh":s="%d तासां";break;case"d":s="एका दिवसा";break;case"dd":s="%d दिवसां";break;case"M":s="एका महिन्या";break;case"MM":s="%d महिन्यां";break;case"y":s="एका वर्षा";break;case"yy":s="%d वर्षां"}return s.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(30381))},41237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(30381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(30381))},72126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},56165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(30381))},64924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},16744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(30381))},59814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),a=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],s=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},93901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),a=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],s=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?n[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},83877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},92135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(30381))},15858:function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(30381))},64495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),a=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function s(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function r(e,t,n){var a=e+" ";switch(n){case"ss":return a+(s(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return a+(s(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return a+(s(e)?"godziny":"godzin");case"ww":return a+(s(e)?"tygodnie":"tygodni");case"MM":return a+(s(e)?"miesiące":"miesięcy");case"yy":return a+(s(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,a){return e?/D MMMM/.test(a)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:r,m:r,mm:r,h:r,hh:r,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:r,M:"miesiąc",MM:r,y:"rok",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},57971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(30381))},89520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},96459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var a=" ";return(e%100>=20||e>=100&&e%100==0)&&(a=" de "),e+a+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(30381))},21793:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,a){return"m"===a?n?"минута":"минуту":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[a],+e)}var a=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:a,longMonthsParse:a,shortMonthsParse:a,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,w:"неделя",ww:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(30381))},40950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(30381))},10490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},90124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(30381))},64249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function a(e){return e>1&&e<5}function s(e,t,n,s){var r=e+" ";switch(n){case"s":return t||s?"pár sekúnd":"pár sekundami";case"ss":return t||s?r+(a(e)?"sekundy":"sekúnd"):r+"sekundami";case"m":return t?"minúta":s?"minútu":"minútou";case"mm":return t||s?r+(a(e)?"minúty":"minút"):r+"minútami";case"h":return t?"hodina":s?"hodinu":"hodinou";case"hh":return t||s?r+(a(e)?"hodiny":"hodín"):r+"hodinami";case"d":return t||s?"deň":"dňom";case"dd":return t||s?r+(a(e)?"dni":"dní"):r+"dňami";case"M":return t||s?"mesiac":"mesiacom";case"MM":return t||s?r+(a(e)?"mesiace":"mesiacov"):r+"mesiacmi";case"y":return t||s?"rok":"rokom";case"yy":return t||s?r+(a(e)?"roky":"rokov"):r+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},14985:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s=e+" ";switch(n){case"s":return t||a?"nekaj sekund":"nekaj sekundami";case"ss":return s+=1===e?t?"sekundo":"sekundi":2===e?t||a?"sekundi":"sekundah":e<5?t||a?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return s+=1===e?t?"minuta":"minuto":2===e?t||a?"minuti":"minutama":e<5?t||a?"minute":"minutami":t||a?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return s+=1===e?t?"ura":"uro":2===e?t||a?"uri":"urama":e<5?t||a?"ure":"urami":t||a?"ur":"urami";case"d":return t||a?"en dan":"enim dnem";case"dd":return s+=1===e?t||a?"dan":"dnem":2===e?t||a?"dni":"dnevoma":t||a?"dni":"dnevi";case"M":return t||a?"en mesec":"enim mesecem";case"MM":return s+=1===e?t||a?"mesec":"mesecem":2===e?t||a?"meseca":"mesecema":e<5?t||a?"mesece":"meseci":t||a?"mesecev":"meseci";case"y":return t||a?"eno leto":"enim letom";case"yy":return s+=1===e?t||a?"leto":"letom":2===e?t||a?"leti":"letoma":e<5?t||a?"leta":"leti":t||a?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},51104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},79915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једног минута"],mm:["минут","минута","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],d:["један дан","једног дана"],dd:["дан","дана","дана"],M:["један месец","једног месеца"],MM:["месец","месеца","месеци"],y:["једну годину","једне године"],yy:["годину","године","година"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,n,a,s){var r,i=t.words[a];return 1===a.length?"y"===a&&n?"једна година":s||n?i[0]:i[1]:(r=t.correctGrammaticalCase(e,i),"yy"===a&&n&&"годину"===r?e+" година":e+" "+r)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},49131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,n,a,s){var r,i=t.words[a];return 1===a.length?"y"===a&&n?"jedna godina":s||n?i[0]:i[1]:(r=t.correctGrammaticalCase(e,i),"yy"===a&&n&&"godinu"===r?e+" godina":e+" "+r)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},85893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(30381))},98760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(30381))},91172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(30381))},27333:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(30381))},23110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(30381))},52095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},27321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,a=e>=100?100:null;return e+(t[e]||t[n]||t[a])},week:{dow:1,doy:7}})}(n(30381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(30381))},19005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var a=e%10,s=e%100-a,r=e>=100?100:null;return e+(t[a]||t[s]||t[r])}},week:{dow:1,doy:7}})}(n(30381))},75768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},89444:function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"}function a(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"}function s(e,t,n,a){var s=r(e);switch(n){case"ss":return s+" lup";case"mm":return s+" tup";case"hh":return s+" rep";case"dd":return s+" jaj";case"MM":return s+" jar";case"yy":return s+" DIS"}}function r(e){var n=Math.floor(e%1e3/100),a=Math.floor(e%100/10),s=e%10,r="";return n>0&&(r+=t[n]+"vatlh"),a>0&&(r+=(""!==r?" ":"")+t[a]+"maH"),s>0&&(r+=(""!==r?" ":"")+t[s]),""===r?"pagh":r}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:a,s:"puS lup",ss:s,m:"wa’ tup",mm:s,h:"wa’ rep",hh:s,d:"wa’ jaj",dd:s,M:"wa’ jar",MM:s,y:"wa’ DIS",yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},72397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_Çar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var a=e%10,s=e%100-a,r=e>=100?100:null;return e+(t[a]||t[s]||t[r])}},week:{dow:1,doy:7}})}(n(30381))},28254:function(e,t,n){!function(e){"use strict";function t(e,t,n,a){var s={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return a||t?s[n][0]:s[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},30699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(30381))},51106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(30381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var a=100*e+t;return a<600?"يېرىم كېچە":a<900?"سەھەر":a<1130?"چۈشتىن بۇرۇن":a<1230?"چۈش":a<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(30381))},67691:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,a){return"m"===a?n?"хвилина":"хвилину":"h"===a?n?"година":"годину":e+" "+t({ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[a],+e)}function a(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative}function s(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:a,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:s("[Сьогодні "),nextDay:s("[Завтра "),lastDay:s("[Вчора "),nextWeek:s("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return s("[Минулої] dddd [").call(this);case 1:case 2:case 4:return s("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(30381))},13795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(30381))},60588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(30381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(30381))},65666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},14378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},75805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(30381))},83839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1130?"上午":a<1230?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(30381))},55726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1200?"上午":1200===a?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},99807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1130?"上午":a<1230?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},74152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var a=100*e+t;return a<600?"凌晨":a<900?"早上":a<1130?"上午":a<1230?"中午":a<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},30381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,a;function s(){return t.apply(null,arguments)}function r(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function d(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(d(e,t))return!1;return!0}function m(e){return void 0===e}function _(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function u(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function c(e,t){var n,a=[],s=e.length;for(n=0;n>>0;for(t=0;t0)for(n=0;n=0?n?"+":"":"-")+Math.pow(10,Math.max(0,s)).toString().substr(1)+a}var A=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,F=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,W={},R={};function N(e,t,n,a){var s=a;"string"==typeof a&&(s=function(){return this[a]()}),e&&(R[e]=s),t&&(R[t[0]]=function(){return C(s.apply(this,arguments),t[1],t[2])}),n&&(R[n]=function(){return this.localeData().ordinal(s.apply(this,arguments),e)})}function V(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function z(e){var t,n,a=e.match(A);for(t=0,n=a.length;t=0&&F.test(e);)e=e.replace(F,a),F.lastIndex=0,n-=1;return e}var G={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function B(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(A).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var q="Invalid date";function $(){return this._invalidDate}var K="%d",Z=/\d{1,2}/;function Q(e){return this._ordinal.replace("%d",e)}var X={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function ee(e,t,n,a){var s=this._relativeTime[n];return H(s)?s(e,t,n,a):s.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return H(n)?n(t):n.replace(/%s/i,t)}var ne={};function ae(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function se(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function re(e){var t,n,a={};for(n in e)d(e,n)&&(t=se(n))&&(a[t]=e[n]);return a}var ie={};function oe(e,t){ie[e]=t}function de(e){var t,n=[];for(t in e)d(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function le(e){return e%4==0&&e%100!=0||e%400==0}function me(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function _e(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=me(t)),n}function ue(e,t){return function(n){return null!=n?(he(this,e,n),s.updateOffset(this,t),this):ce(this,e)}}function ce(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function he(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&le(e.year())&&1===e.month()&&29===e.date()?(n=_e(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function pe(e){return H(this[e=se(e)])?this[e]():this}function ge(e,t){if("object"==typeof e){var n,a=de(e=re(e)),s=a.length;for(n=0;n68?1900:2e3)};var yt=ue("FullYear",!0);function Mt(){return le(this.year())}function ft(e,t,n,a,s,r,i){var o;return e<100&&e>=0?(o=new Date(e+400,t,n,a,s,r,i),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,n,a,s,r,i),o}function Lt(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Yt(e,t,n){var a=7+t-n;return-(7+Lt(e,0,a).getUTCDay()-t)%7+a-1}function Dt(e,t,n,a,s){var r,i,o=1+7*(t-1)+(7+n-a)%7+Yt(e,a,s);return o<=0?i=gt(r=e-1)+o:o>gt(e)?(r=e+1,i=o-gt(e)):(r=e,i=o),{year:r,dayOfYear:i}}function kt(e,t,n){var a,s,r=Yt(e.year(),t,n),i=Math.floor((e.dayOfYear()-r-1)/7)+1;return i<1?a=i+vt(s=e.year()-1,t,n):i>vt(e.year(),t,n)?(a=i-vt(e.year(),t,n),s=e.year()+1):(s=e.year(),a=i),{week:a,year:s}}function vt(e,t,n){var a=Yt(e,t,n),s=Yt(e+1,t,n);return(gt(e)-a+s)/7}function bt(e){return kt(e,this._week.dow,this._week.doy).week}N("w",["ww",2],"wo","week"),N("W",["WW",2],"Wo","isoWeek"),ae("week","w"),ae("isoWeek","W"),oe("week",5),oe("isoWeek",5),Pe("w",ke),Pe("ww",ke,fe),Pe("W",ke),Pe("WW",ke,fe),Ne(["w","ww","W","WW"],(function(e,t,n,a){t[a.substr(0,1)]=_e(e)}));var wt={dow:0,doy:6};function Tt(){return this._week.dow}function St(){return this._week.doy}function xt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Ht(e){var t=kt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Ot(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function It(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function jt(e,t){return e.slice(t,7).concat(e.slice(0,t))}N("d",0,"do","day"),N("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),N("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),N("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),N("e",0,0,"weekday"),N("E",0,0,"isoWeekday"),ae("day","d"),ae("weekday","e"),ae("isoWeekday","E"),oe("day",11),oe("weekday",11),oe("isoWeekday",11),Pe("d",ke),Pe("e",ke),Pe("E",ke),Pe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Pe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Pe("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ne(["dd","ddd","dddd"],(function(e,t,n,a){var s=n._locale.weekdaysParse(e,a,n._strict);null!=s?t.d=s:y(n).invalidWeekday=e})),Ne(["d","e","E"],(function(e,t,n,a){t[a]=_e(e)}));var Et="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Pt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ct="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),At=Ee,Ft=Ee,Wt=Ee;function Rt(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?jt(n,this._week.dow):e?n[e.day()]:n}function Nt(e){return!0===e?jt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Vt(e){return!0===e?jt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function zt(e,t,n){var a,s,r,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],a=0;a<7;++a)r=p([2e3,1]).day(a),this._minWeekdaysParse[a]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[a]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[a]=this.weekdays(r,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(s=ze.call(this._weekdaysParse,i))?s:null:"ddd"===t?-1!==(s=ze.call(this._shortWeekdaysParse,i))?s:null:-1!==(s=ze.call(this._minWeekdaysParse,i))?s:null:"dddd"===t?-1!==(s=ze.call(this._weekdaysParse,i))||-1!==(s=ze.call(this._shortWeekdaysParse,i))||-1!==(s=ze.call(this._minWeekdaysParse,i))?s:null:"ddd"===t?-1!==(s=ze.call(this._shortWeekdaysParse,i))||-1!==(s=ze.call(this._weekdaysParse,i))||-1!==(s=ze.call(this._minWeekdaysParse,i))?s:null:-1!==(s=ze.call(this._minWeekdaysParse,i))||-1!==(s=ze.call(this._weekdaysParse,i))||-1!==(s=ze.call(this._shortWeekdaysParse,i))?s:null}function Ut(e,t,n){var a,s,r;if(this._weekdaysParseExact)return zt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),a=0;a<7;a++){if(s=p([2e3,1]).day(a),n&&!this._fullWeekdaysParse[a]&&(this._fullWeekdaysParse[a]=new RegExp("^"+this.weekdays(s,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[a]=new RegExp("^"+this.weekdaysShort(s,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[a]=new RegExp("^"+this.weekdaysMin(s,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[a]||(r="^"+this.weekdays(s,"")+"|^"+this.weekdaysShort(s,"")+"|^"+this.weekdaysMin(s,""),this._weekdaysParse[a]=new RegExp(r.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[a].test(e))return a;if(n&&"ddd"===t&&this._shortWeekdaysParse[a].test(e))return a;if(n&&"dd"===t&&this._minWeekdaysParse[a].test(e))return a;if(!n&&this._weekdaysParse[a].test(e))return a}}function Jt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Ot(e,this.localeData()),this.add(e-t,"d")):t}function Gt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Bt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=It(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function qt(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=At),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function $t(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ft),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Wt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Zt(){function e(e,t){return t.length-e.length}var t,n,a,s,r,i=[],o=[],d=[],l=[];for(t=0;t<7;t++)n=p([2e3,1]).day(t),a=Fe(this.weekdaysMin(n,"")),s=Fe(this.weekdaysShort(n,"")),r=Fe(this.weekdays(n,"")),i.push(a),o.push(s),d.push(r),l.push(a),l.push(s),l.push(r);i.sort(e),o.sort(e),d.sort(e),l.sort(e),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Qt(){return this.hours()%12||12}function Xt(){return this.hours()||24}function en(e,t){N(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}N("H",["HH",2],0,"hour"),N("h",["hh",2],0,Qt),N("k",["kk",2],0,Xt),N("hmm",0,0,(function(){return""+Qt.apply(this)+C(this.minutes(),2)})),N("hmmss",0,0,(function(){return""+Qt.apply(this)+C(this.minutes(),2)+C(this.seconds(),2)})),N("Hmm",0,0,(function(){return""+this.hours()+C(this.minutes(),2)})),N("Hmmss",0,0,(function(){return""+this.hours()+C(this.minutes(),2)+C(this.seconds(),2)})),en("a",!0),en("A",!1),ae("hour","h"),oe("hour",13),Pe("a",tn),Pe("A",tn),Pe("H",ke),Pe("h",ke),Pe("k",ke),Pe("HH",ke,fe),Pe("hh",ke,fe),Pe("kk",ke,fe),Pe("hmm",ve),Pe("hmmss",be),Pe("Hmm",ve),Pe("Hmmss",be),Re(["H","HH"],Be),Re(["k","kk"],(function(e,t,n){var a=_e(e);t[Be]=24===a?0:a})),Re(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Re(["h","hh"],(function(e,t,n){t[Be]=_e(e),y(n).bigHour=!0})),Re("hmm",(function(e,t,n){var a=e.length-2;t[Be]=_e(e.substr(0,a)),t[qe]=_e(e.substr(a)),y(n).bigHour=!0})),Re("hmmss",(function(e,t,n){var a=e.length-4,s=e.length-2;t[Be]=_e(e.substr(0,a)),t[qe]=_e(e.substr(a,2)),t[$e]=_e(e.substr(s)),y(n).bigHour=!0})),Re("Hmm",(function(e,t,n){var a=e.length-2;t[Be]=_e(e.substr(0,a)),t[qe]=_e(e.substr(a))})),Re("Hmmss",(function(e,t,n){var a=e.length-4,s=e.length-2;t[Be]=_e(e.substr(0,a)),t[qe]=_e(e.substr(a,2)),t[$e]=_e(e.substr(s))}));var an=/[ap]\.?m?\.?/i,sn=ue("Hours",!0);function rn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var on,dn={calendar:E,longDateFormat:G,invalidDate:q,ordinal:K,dayOfMonthOrdinalParse:Z,relativeTime:X,months:tt,monthsShort:nt,week:wt,weekdays:Et,weekdaysMin:Ct,weekdaysShort:Pt,meridiemParse:an},ln={},mn={};function _n(e,t){var n,a=Math.min(e.length,t.length);for(n=0;n0;){if(a=pn(s.slice(0,t).join("-")))return a;if(n&&n.length>=t&&_n(s,n)>=t-1)break;t--}r++}return on}function hn(e){return null!=e.match("^[^/\\\\]*$")}function pn(t){var a=null;if(void 0===ln[t]&&e&&e.exports&&hn(t))try{a=on._abbr,n(46700)("./"+t),gn(a)}catch(e){ln[t]=null}return ln[t]}function gn(e,t){var n;return e&&((n=m(t)?fn(e):yn(e,t))?on=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),on._abbr}function yn(e,t){if(null!==t){var n,a=dn;if(t.abbr=e,null!=ln[e])x("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),a=ln[e]._config;else if(null!=t.parentLocale)if(null!=ln[t.parentLocale])a=ln[t.parentLocale]._config;else{if(null==(n=pn(t.parentLocale)))return mn[t.parentLocale]||(mn[t.parentLocale]=[]),mn[t.parentLocale].push({name:e,config:t}),null;a=n._config}return ln[e]=new j(I(a,t)),mn[e]&&mn[e].forEach((function(e){yn(e.name,e.config)})),gn(e),ln[e]}return delete ln[e],null}function Mn(e,t){if(null!=t){var n,a,s=dn;null!=ln[e]&&null!=ln[e].parentLocale?ln[e].set(I(ln[e]._config,t)):(null!=(a=pn(e))&&(s=a._config),t=I(s,t),null==a&&(t.abbr=e),(n=new j(t)).parentLocale=ln[e],ln[e]=n),gn(e)}else null!=ln[e]&&(null!=ln[e].parentLocale?(ln[e]=ln[e].parentLocale,e===gn()&&gn(e)):null!=ln[e]&&delete ln[e]);return ln[e]}function fn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return on;if(!i(e)){if(t=pn(e))return t;e=[e]}return cn(e)}function Ln(){return T(ln)}function Yn(e){var t,n=e._a;return n&&-2===y(e).overflow&&(t=n[Je]<0||n[Je]>11?Je:n[Ge]<1||n[Ge]>et(n[Ue],n[Je])?Ge:n[Be]<0||n[Be]>24||24===n[Be]&&(0!==n[qe]||0!==n[$e]||0!==n[Ke])?Be:n[qe]<0||n[qe]>59?qe:n[$e]<0||n[$e]>59?$e:n[Ke]<0||n[Ke]>999?Ke:-1,y(e)._overflowDayOfYear&&(tGe)&&(t=Ge),y(e)._overflowWeeks&&-1===t&&(t=Ze),y(e)._overflowWeekday&&-1===t&&(t=Qe),y(e).overflow=t),e}var Dn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,vn=/Z|[+-]\d\d(?::?\d\d)?/,bn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],wn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Tn=/^\/?Date\((-?\d+)/i,Sn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,xn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Hn(e){var t,n,a,s,r,i,o=e._i,d=Dn.exec(o)||kn.exec(o),l=bn.length,m=wn.length;if(d){for(y(e).iso=!0,t=0,n=l;tgt(r)||0===e._dayOfYear)&&(y(e)._overflowDayOfYear=!0),n=Lt(r,0,e._dayOfYear),e._a[Je]=n.getUTCMonth(),e._a[Ge]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=i[t]=a[t];for(;t<7;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Be]&&0===e._a[qe]&&0===e._a[$e]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[Be]=0),e._d=(e._useUTC?Lt:ft).apply(null,i),s=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Be]=24),e._w&&void 0!==e._w.d&&e._w.d!==s&&(y(e).weekdayMismatch=!0)}}function Nn(e){var t,n,a,s,r,i,o,d,l;null!=(t=e._w).GG||null!=t.W||null!=t.E?(r=1,i=4,n=Fn(t.GG,e._a[Ue],kt(Kn(),1,4).year),a=Fn(t.W,1),((s=Fn(t.E,1))<1||s>7)&&(d=!0)):(r=e._locale._week.dow,i=e._locale._week.doy,l=kt(Kn(),r,i),n=Fn(t.gg,e._a[Ue],l.year),a=Fn(t.w,l.week),null!=t.d?((s=t.d)<0||s>6)&&(d=!0):null!=t.e?(s=t.e+r,(t.e<0||t.e>6)&&(d=!0)):s=r),a<1||a>vt(n,r,i)?y(e)._overflowWeeks=!0:null!=d?y(e)._overflowWeekday=!0:(o=Dt(n,a,s,r,i),e._a[Ue]=o.year,e._dayOfYear=o.dayOfYear)}function Vn(e){if(e._f!==s.ISO_8601)if(e._f!==s.RFC_2822){e._a=[],y(e).empty=!0;var t,n,a,r,i,o,d,l=""+e._i,m=l.length,_=0;for(d=(a=J(e._f,e._locale).match(A)||[]).length,t=0;t0&&y(e).unusedInput.push(i),l=l.slice(l.indexOf(n)+n.length),_+=n.length),R[r]?(n?y(e).empty=!1:y(e).unusedTokens.push(r),Ve(r,n,e)):e._strict&&!n&&y(e).unusedTokens.push(r);y(e).charsLeftOver=m-_,l.length>0&&y(e).unusedInput.push(l),e._a[Be]<=12&&!0===y(e).bigHour&&e._a[Be]>0&&(y(e).bigHour=void 0),y(e).parsedDateParts=e._a.slice(0),y(e).meridiem=e._meridiem,e._a[Be]=zn(e._locale,e._a[Be],e._meridiem),null!==(o=y(e).era)&&(e._a[Ue]=e._locale.erasConvertYear(o,e._a[Ue])),Rn(e),Yn(e)}else Cn(e);else Hn(e)}function zn(e,t,n){var a;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((a=e.isPM(n))&&t<12&&(t+=12),a||12!==t||(t=0),t):t}function Un(e){var t,n,a,s,r,i,o=!1,d=e._f.length;if(0===d)return y(e).invalidFormat=!0,void(e._d=new Date(NaN));for(s=0;sthis?this:e:f()}));function Xn(e,t){var n,a;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Kn();for(n=t[0],a=1;athis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function ka(){if(!m(this._isDSTShifted))return this._isDSTShifted;var e,t={};return D(t,this),(t=Bn(t))._a?(e=t._isUTC?p(t._a):Kn(t._a),this._isDSTShifted=this.isValid()&&ma(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function va(){return!!this.isValid()&&!this._isUTC}function ba(){return!!this.isValid()&&this._isUTC}function wa(){return!!this.isValid()&&this._isUTC&&0===this._offset}s.updateOffset=function(){};var Ta=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Sa=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function xa(e,t){var n,a,s,r=e,i=null;return da(e)?r={ms:e._milliseconds,d:e._days,M:e._months}:_(e)||!isNaN(+e)?(r={},t?r[t]=+e:r.milliseconds=+e):(i=Ta.exec(e))?(n="-"===i[1]?-1:1,r={y:0,d:_e(i[Ge])*n,h:_e(i[Be])*n,m:_e(i[qe])*n,s:_e(i[$e])*n,ms:_e(la(1e3*i[Ke]))*n}):(i=Sa.exec(e))?(n="-"===i[1]?-1:1,r={y:Ha(i[2],n),M:Ha(i[3],n),w:Ha(i[4],n),d:Ha(i[5],n),h:Ha(i[6],n),m:Ha(i[7],n),s:Ha(i[8],n)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(s=Ia(Kn(r.from),Kn(r.to)),(r={}).ms=s.milliseconds,r.M=s.months),a=new oa(r),da(e)&&d(e,"_locale")&&(a._locale=e._locale),da(e)&&d(e,"_isValid")&&(a._isValid=e._isValid),a}function Ha(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Oa(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ia(e,t){var n;return e.isValid()&&t.isValid()?(t=ha(t,e),e.isBefore(t)?n=Oa(e,t):((n=Oa(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function ja(e,t){return function(n,a){var s;return null===a||isNaN(+a)||(x(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),s=n,n=a,a=s),Ea(this,xa(n,a),e),this}}function Ea(e,t,n,a){var r=t._milliseconds,i=la(t._days),o=la(t._months);e.isValid()&&(a=null==a||a,o&&mt(e,ce(e,"Month")+o*n),i&&he(e,"Date",ce(e,"Date")+i*n),r&&e._d.setTime(e._d.valueOf()+r*n),a&&s.updateOffset(e,i||o))}xa.fn=oa.prototype,xa.invalid=ia;var Pa=ja(1,"add"),Ca=ja(-1,"subtract");function Aa(e){return"string"==typeof e||e instanceof String}function Fa(e){return v(e)||u(e)||Aa(e)||_(e)||Ra(e)||Wa(e)||null==e}function Wa(e){var t,n,a=o(e)&&!l(e),s=!1,r=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],i=r.length;for(t=0;tn.valueOf():n.valueOf()9999?U(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):H(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",U(n,"Z")):U(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function ts(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,a,s="moment",r="";return this.isLocal()||(s=0===this.utcOffset()?"moment.utc":"moment.parseZone",r="Z"),e="["+s+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",a=r+'[")]',this.format(e+t+n+a)}function ns(e){e||(e=this.isUtc()?s.defaultFormatUtc:s.defaultFormat);var t=U(this,e);return this.localeData().postformat(t)}function as(e,t){return this.isValid()&&(v(e)&&e.isValid()||Kn(e).isValid())?xa({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ss(e){return this.from(Kn(),e)}function rs(e,t){return this.isValid()&&(v(e)&&e.isValid()||Kn(e).isValid())?xa({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function is(e){return this.to(Kn(),e)}function os(e){var t;return void 0===e?this._locale._abbr:(null!=(t=fn(e))&&(this._locale=t),this)}s.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",s.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ds=w("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function ls(){return this._locale}var ms=1e3,_s=60*ms,us=60*_s,cs=3506328*us;function hs(e,t){return(e%t+t)%t}function ps(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-cs:new Date(e,t,n).valueOf()}function gs(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-cs:Date.UTC(e,t,n)}function ys(e){var t,n;if(void 0===(e=se(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gs:ps,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=hs(t+(this._isUTC?0:this.utcOffset()*_s),us);break;case"minute":t=this._d.valueOf(),t-=hs(t,_s);break;case"second":t=this._d.valueOf(),t-=hs(t,ms)}return this._d.setTime(t),s.updateOffset(this,!0),this}function Ms(e){var t,n;if(void 0===(e=se(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gs:ps,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=us-hs(t+(this._isUTC?0:this.utcOffset()*_s),us)-1;break;case"minute":t=this._d.valueOf(),t+=_s-hs(t,_s)-1;break;case"second":t=this._d.valueOf(),t+=ms-hs(t,ms)-1}return this._d.setTime(t),s.updateOffset(this,!0),this}function fs(){return this._d.valueOf()-6e4*(this._offset||0)}function Ls(){return Math.floor(this.valueOf()/1e3)}function Ys(){return new Date(this.valueOf())}function Ds(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function ks(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function vs(){return this.isValid()?this.toISOString():null}function bs(){return M(this)}function ws(){return h({},y(this))}function Ts(){return y(this).overflow}function Ss(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function xs(e,t){var n,a,r,i=this._eras||fn("en")._eras;for(n=0,a=i.length;n=0)return d[a]}function Os(e,t){var n=e.since<=e.until?1:-1;return void 0===t?s(e.since).year():s(e.since).year()+(t-e.offset)*n}function Is(){var e,t,n,a=this.localeData().eras();for(e=0,t=a.length;e(r=vt(e,a,s))&&(t=r),Qs.call(this,e,t,n,a,s))}function Qs(e,t,n,a,s){var r=Dt(e,t,n,a,s),i=Lt(r.year,0,r.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function Xs(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}N("N",0,0,"eraAbbr"),N("NN",0,0,"eraAbbr"),N("NNN",0,0,"eraAbbr"),N("NNNN",0,0,"eraName"),N("NNNNN",0,0,"eraNarrow"),N("y",["y",1],"yo","eraYear"),N("y",["yy",2],0,"eraYear"),N("y",["yyy",3],0,"eraYear"),N("y",["yyyy",4],0,"eraYear"),Pe("N",Ws),Pe("NN",Ws),Pe("NNN",Ws),Pe("NNNN",Rs),Pe("NNNNN",Ns),Re(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,a){var s=n._locale.erasParse(e,a,n._strict);s?y(n).era=s:y(n).invalidEra=e})),Pe("y",xe),Pe("yy",xe),Pe("yyy",xe),Pe("yyyy",xe),Pe("yo",Vs),Re(["y","yy","yyy","yyyy"],Ue),Re(["yo"],(function(e,t,n,a){var s;n._locale._eraYearOrdinalRegex&&(s=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Ue]=n._locale.eraYearOrdinalParse(e,s):t[Ue]=parseInt(e,10)})),N(0,["gg",2],0,(function(){return this.weekYear()%100})),N(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Us("gggg","weekYear"),Us("ggggg","weekYear"),Us("GGGG","isoWeekYear"),Us("GGGGG","isoWeekYear"),ae("weekYear","gg"),ae("isoWeekYear","GG"),oe("weekYear",1),oe("isoWeekYear",1),Pe("G",He),Pe("g",He),Pe("GG",ke,fe),Pe("gg",ke,fe),Pe("GGGG",Te,Ye),Pe("gggg",Te,Ye),Pe("GGGGG",Se,De),Pe("ggggg",Se,De),Ne(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,a){t[a.substr(0,2)]=_e(e)})),Ne(["gg","GG"],(function(e,t,n,a){t[a]=s.parseTwoDigitYear(e)})),N("Q",0,"Qo","quarter"),ae("quarter","Q"),oe("quarter",7),Pe("Q",Me),Re("Q",(function(e,t){t[Je]=3*(_e(e)-1)})),N("D",["DD",2],"Do","date"),ae("date","D"),oe("date",9),Pe("D",ke),Pe("DD",ke,fe),Pe("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Re(["D","DD"],Ge),Re("Do",(function(e,t){t[Ge]=_e(e.match(ke)[0])}));var er=ue("Date",!0);function tr(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}N("DDD",["DDDD",3],"DDDo","dayOfYear"),ae("dayOfYear","DDD"),oe("dayOfYear",4),Pe("DDD",we),Pe("DDDD",Le),Re(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=_e(e)})),N("m",["mm",2],0,"minute"),ae("minute","m"),oe("minute",14),Pe("m",ke),Pe("mm",ke,fe),Re(["m","mm"],qe);var nr=ue("Minutes",!1);N("s",["ss",2],0,"second"),ae("second","s"),oe("second",15),Pe("s",ke),Pe("ss",ke,fe),Re(["s","ss"],$e);var ar,sr,rr=ue("Seconds",!1);for(N("S",0,0,(function(){return~~(this.millisecond()/100)})),N(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),N(0,["SSS",3],0,"millisecond"),N(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),N(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),N(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),N(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),N(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),N(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ae("millisecond","ms"),oe("millisecond",16),Pe("S",we,Me),Pe("SS",we,fe),Pe("SSS",we,Le),ar="SSSS";ar.length<=9;ar+="S")Pe(ar,xe);function ir(e,t){t[Ke]=_e(1e3*("0."+e))}for(ar="S";ar.length<=9;ar+="S")Re(ar,ir);function or(){return this._isUTC?"UTC":""}function dr(){return this._isUTC?"Coordinated Universal Time":""}sr=ue("Milliseconds",!1),N("z",0,0,"zoneAbbr"),N("zz",0,0,"zoneName");var lr=k.prototype;function mr(e){return Kn(1e3*e)}function _r(){return Kn.apply(null,arguments).parseZone()}function ur(e){return e}lr.add=Pa,lr.calendar=za,lr.clone=Ua,lr.diff=Za,lr.endOf=Ms,lr.format=ns,lr.from=as,lr.fromNow=ss,lr.to=rs,lr.toNow=is,lr.get=pe,lr.invalidAt=Ts,lr.isAfter=Ja,lr.isBefore=Ga,lr.isBetween=Ba,lr.isSame=qa,lr.isSameOrAfter=$a,lr.isSameOrBefore=Ka,lr.isValid=bs,lr.lang=ds,lr.locale=os,lr.localeData=ls,lr.max=Qn,lr.min=Zn,lr.parsingFlags=ws,lr.set=ge,lr.startOf=ys,lr.subtract=Ca,lr.toArray=Ds,lr.toObject=ks,lr.toDate=Ys,lr.toISOString=es,lr.inspect=ts,"undefined"!=typeof Symbol&&null!=Symbol.for&&(lr[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),lr.toJSON=vs,lr.toString=Xa,lr.unix=Ls,lr.valueOf=fs,lr.creationData=Ss,lr.eraName=Is,lr.eraNarrow=js,lr.eraAbbr=Es,lr.eraYear=Ps,lr.year=yt,lr.isLeapYear=Mt,lr.weekYear=Js,lr.isoWeekYear=Gs,lr.quarter=lr.quarters=Xs,lr.month=_t,lr.daysInMonth=ut,lr.week=lr.weeks=xt,lr.isoWeek=lr.isoWeeks=Ht,lr.weeksInYear=$s,lr.weeksInWeekYear=Ks,lr.isoWeeksInYear=Bs,lr.isoWeeksInISOWeekYear=qs,lr.date=er,lr.day=lr.days=Jt,lr.weekday=Gt,lr.isoWeekday=Bt,lr.dayOfYear=tr,lr.hour=lr.hours=sn,lr.minute=lr.minutes=nr,lr.second=lr.seconds=rr,lr.millisecond=lr.milliseconds=sr,lr.utcOffset=ga,lr.utc=Ma,lr.local=fa,lr.parseZone=La,lr.hasAlignedHourOffset=Ya,lr.isDST=Da,lr.isLocal=va,lr.isUtcOffset=ba,lr.isUtc=wa,lr.isUTC=wa,lr.zoneAbbr=or,lr.zoneName=dr,lr.dates=w("dates accessor is deprecated. Use date instead.",er),lr.months=w("months accessor is deprecated. Use month instead",_t),lr.years=w("years accessor is deprecated. Use year instead",yt),lr.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",ya),lr.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",ka);var cr=j.prototype;function hr(e,t,n,a){var s=fn(),r=p().set(a,t);return s[n](r,e)}function pr(e,t,n){if(_(e)&&(t=e,e=void 0),e=e||"",null!=t)return hr(e,t,n,"month");var a,s=[];for(a=0;a<12;a++)s[a]=hr(e,a,n,"month");return s}function gr(e,t,n,a){"boolean"==typeof e?(_(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,_(t)&&(n=t,t=void 0),t=t||"");var s,r=fn(),i=e?r._week.dow:0,o=[];if(null!=n)return hr(t,(n+i)%7,a,"day");for(s=0;s<7;s++)o[s]=hr(t,(s+i)%7,a,"day");return o}function yr(e,t){return pr(e,t,"months")}function Mr(e,t){return pr(e,t,"monthsShort")}function fr(e,t,n){return gr(e,t,n,"weekdays")}function Lr(e,t,n){return gr(e,t,n,"weekdaysShort")}function Yr(e,t,n){return gr(e,t,n,"weekdaysMin")}cr.calendar=P,cr.longDateFormat=B,cr.invalidDate=$,cr.ordinal=Q,cr.preparse=ur,cr.postformat=ur,cr.relativeTime=ee,cr.pastFuture=te,cr.set=O,cr.eras=xs,cr.erasParse=Hs,cr.erasConvertYear=Os,cr.erasAbbrRegex=As,cr.erasNameRegex=Cs,cr.erasNarrowRegex=Fs,cr.months=it,cr.monthsShort=ot,cr.monthsParse=lt,cr.monthsRegex=ht,cr.monthsShortRegex=ct,cr.week=bt,cr.firstDayOfYear=St,cr.firstDayOfWeek=Tt,cr.weekdays=Rt,cr.weekdaysMin=Vt,cr.weekdaysShort=Nt,cr.weekdaysParse=Ut,cr.weekdaysRegex=qt,cr.weekdaysShortRegex=$t,cr.weekdaysMinRegex=Kt,cr.isPM=nn,cr.meridiem=rn,gn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===_e(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),s.lang=w("moment.lang is deprecated. Use moment.locale instead.",gn),s.langData=w("moment.langData is deprecated. Use moment.localeData instead.",fn);var Dr=Math.abs;function kr(){var e=this._data;return this._milliseconds=Dr(this._milliseconds),this._days=Dr(this._days),this._months=Dr(this._months),e.milliseconds=Dr(e.milliseconds),e.seconds=Dr(e.seconds),e.minutes=Dr(e.minutes),e.hours=Dr(e.hours),e.months=Dr(e.months),e.years=Dr(e.years),this}function vr(e,t,n,a){var s=xa(t,n);return e._milliseconds+=a*s._milliseconds,e._days+=a*s._days,e._months+=a*s._months,e._bubble()}function br(e,t){return vr(this,e,t,1)}function wr(e,t){return vr(this,e,t,-1)}function Tr(e){return e<0?Math.floor(e):Math.ceil(e)}function Sr(){var e,t,n,a,s,r=this._milliseconds,i=this._days,o=this._months,d=this._data;return r>=0&&i>=0&&o>=0||r<=0&&i<=0&&o<=0||(r+=864e5*Tr(Hr(o)+i),i=0,o=0),d.milliseconds=r%1e3,e=me(r/1e3),d.seconds=e%60,t=me(e/60),d.minutes=t%60,n=me(t/60),d.hours=n%24,i+=me(n/24),o+=s=me(xr(i)),i-=Tr(Hr(s)),a=me(o/12),o%=12,d.days=i,d.months=o,d.years=a,this}function xr(e){return 4800*e/146097}function Hr(e){return 146097*e/4800}function Or(e){if(!this.isValid())return NaN;var t,n,a=this._milliseconds;if("month"===(e=se(e))||"quarter"===e||"year"===e)switch(t=this._days+a/864e5,n=this._months+xr(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Hr(this._months)),e){case"week":return t/7+a/6048e5;case"day":return t+a/864e5;case"hour":return 24*t+a/36e5;case"minute":return 1440*t+a/6e4;case"second":return 86400*t+a/1e3;case"millisecond":return Math.floor(864e5*t)+a;default:throw new Error("Unknown unit "+e)}}function Ir(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*_e(this._months/12):NaN}function jr(e){return function(){return this.as(e)}}var Er=jr("ms"),Pr=jr("s"),Cr=jr("m"),Ar=jr("h"),Fr=jr("d"),Wr=jr("w"),Rr=jr("M"),Nr=jr("Q"),Vr=jr("y");function zr(){return xa(this)}function Ur(e){return e=se(e),this.isValid()?this[e+"s"]():NaN}function Jr(e){return function(){return this.isValid()?this._data[e]:NaN}}var Gr=Jr("milliseconds"),Br=Jr("seconds"),qr=Jr("minutes"),$r=Jr("hours"),Kr=Jr("days"),Zr=Jr("months"),Qr=Jr("years");function Xr(){return me(this.days()/7)}var ei=Math.round,ti={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function ni(e,t,n,a,s){return s.relativeTime(t||1,!!n,e,a)}function ai(e,t,n,a){var s=xa(e).abs(),r=ei(s.as("s")),i=ei(s.as("m")),o=ei(s.as("h")),d=ei(s.as("d")),l=ei(s.as("M")),m=ei(s.as("w")),_=ei(s.as("y")),u=r<=n.ss&&["s",r]||r0,u[4]=a,ni.apply(null,u)}function si(e){return void 0===e?ei:"function"==typeof e&&(ei=e,!0)}function ri(e,t){return void 0!==ti[e]&&(void 0===t?ti[e]:(ti[e]=t,"s"===e&&(ti.ss=t-1),!0))}function ii(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,a,s=!1,r=ti;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(s=e),"object"==typeof t&&(r=Object.assign({},ti,t),null!=t.s&&null==t.ss&&(r.ss=t.s-1)),a=ai(this,!s,r,n=this.localeData()),s&&(a=n.pastFuture(+this,a)),n.postformat(a)}var oi=Math.abs;function di(e){return(e>0)-(e<0)||+e}function li(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,a,s,r,i,o,d=oi(this._milliseconds)/1e3,l=oi(this._days),m=oi(this._months),_=this.asSeconds();return _?(e=me(d/60),t=me(e/60),d%=60,e%=60,n=me(m/12),m%=12,a=d?d.toFixed(3).replace(/\.?0+$/,""):"",s=_<0?"-":"",r=di(this._months)!==di(_)?"-":"",i=di(this._days)!==di(_)?"-":"",o=di(this._milliseconds)!==di(_)?"-":"",s+"P"+(n?r+n+"Y":"")+(m?r+m+"M":"")+(l?i+l+"D":"")+(t||e||d?"T":"")+(t?o+t+"H":"")+(e?o+e+"M":"")+(d?o+a+"S":"")):"P0D"}var mi=oa.prototype;return mi.isValid=ra,mi.abs=kr,mi.add=br,mi.subtract=wr,mi.as=Or,mi.asMilliseconds=Er,mi.asSeconds=Pr,mi.asMinutes=Cr,mi.asHours=Ar,mi.asDays=Fr,mi.asWeeks=Wr,mi.asMonths=Rr,mi.asQuarters=Nr,mi.asYears=Vr,mi.valueOf=Ir,mi._bubble=Sr,mi.clone=zr,mi.get=Ur,mi.milliseconds=Gr,mi.seconds=Br,mi.minutes=qr,mi.hours=$r,mi.days=Kr,mi.weeks=Xr,mi.months=Zr,mi.years=Qr,mi.humanize=ii,mi.toISOString=li,mi.toString=li,mi.toJSON=li,mi.locale=os,mi.localeData=ls,mi.toIsoString=w("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",li),mi.lang=ds,N("X",0,0,"unix"),N("x",0,0,"valueOf"),Pe("x",He),Pe("X",je),Re("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Re("x",(function(e,t,n){n._d=new Date(_e(e))})),s.version="2.29.4",r(Kn),s.fn=lr,s.min=ea,s.max=ta,s.now=na,s.utc=p,s.unix=mr,s.months=yr,s.isDate=u,s.locale=gn,s.invalid=f,s.duration=xa,s.isMoment=v,s.weekdays=fr,s.parseZone=_r,s.localeData=fn,s.isDuration=da,s.monthsShort=Mr,s.weekdaysMin=Yr,s.defineLocale=yn,s.updateLocale=Mn,s.locales=Ln,s.weekdaysShort=Lr,s.normalizeUnits=se,s.relativeTimeRounding=si,s.relativeTimeThreshold=ri,s.calendarFormat=Va,s.prototype=lr,s.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},s}()},82333:function(e){"use strict";e.exports='.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{-webkit-box-shadow:none;box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ng-select .ng-select-container:hover{-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.06);box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.06);box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}\n'},48442:function(e,t,n){"use strict";n.d(t,{p0:function(){return Le}});var a=n(40761),s=n.t(a,2),r=n(93342),i=n(14109),o=n(53936),d=n(35015),l=n(58040),m=n(80179),_=n(67445),u=n(49224),c=n(89754),h=(n(76063),n(75125));const p=new a.Version("14.2.7");class g{}g.STANDARD_CURVE="cubic-bezier(0.4,0.0,0.2,1)",g.DECELERATION_CURVE="cubic-bezier(0.0,0.0,0.2,1)",g.ACCELERATION_CURVE="cubic-bezier(0.4,0.0,1,1)",g.SHARP_CURVE="cubic-bezier(0.4,0.0,0.6,1)";class y{}y.COMPLEX="375ms",y.ENTERING="225ms",y.EXITING="195ms";const M=new a.InjectionToken("mat-sanity-checks",{providedIn:"root",factory:function(){return!0}});class f{constructor(e,t,n){this._sanityChecks=t,this._document=n,this._hasDoneGlobalChecks=!1,e._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0,("undefined"==typeof ngDevMode||ngDevMode)&&(this._checkIsEnabled("doctype")&&(this._document.doctype||console.warn("Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.")),this._checkIsEnabled("theme")&&function(e){if(!e.body||"function"!=typeof getComputedStyle)return;const t=e.createElement("div");t.classList.add("mat-theme-loaded-marker"),e.body.appendChild(t);const 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");t.remove()}(this._document),this._checkIsEnabled("version")&&p.full!==l.VERSION.full&&console.warn("The Angular Material version ("+p.full+") does not match the Angular CDK version ("+l.VERSION.full+").\nPlease ensure the versions of these two packages exactly match.")))}_checkIsEnabled(e){return!(0,_.Oy)()&&("boolean"==typeof this._sanityChecks?this._sanityChecks:!!this._sanityChecks[e])}}f.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:f,deps:[{token:o.qm},{token:M,optional:!0},{token:m.DOCUMENT}],target:a["ɵɵFactoryTarget"].NgModule}),f.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:f,imports:[d.vT],exports:[d.vT]}),f.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:f,imports:[d.vT,d.vT]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:f,decorators:[{type:a.NgModule,args:[{imports:[d.vT],exports:[d.vT]}]}],ctorParameters:function(){return[{type:o.qm},{type:void 0,decorators:[{type:a.Optional},{type:a.Inject,args:[M]}]},{type:Document,decorators:[{type:a.Inject,args:[m.DOCUMENT]}]}]}});const L=new a.InjectionToken("MAT_DATE_LOCALE",{providedIn:"root",factory:function(){return(0,a.inject)(a.LOCALE_ID)}});class Y{constructor(){this._localeChanges=new c.Subject,this.localeChanges=this._localeChanges}getValidDateOrNull(e){return this.isDateInstance(e)&&this.isValid(e)?e:null}deserialize(e){return null==e||this.isDateInstance(e)&&this.isValid(e)?e:this.invalid()}setLocale(e){this.locale=e,this._localeChanges.next()}compareDate(e,t){return this.getYear(e)-this.getYear(t)||this.getMonth(e)-this.getMonth(t)||this.getDate(e)-this.getDate(t)}sameDate(e,t){if(e&&t){let n=this.isValid(e),a=this.isValid(t);return n&&a?!this.compareDate(e,t):n==a}return e==t}clampDate(e,t,n){return t&&this.compareDate(e,t)<0?t:n&&this.compareDate(e,n)>0?n:e}}const D=new a.InjectionToken("mat-date-formats"),k=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function v(e,t){const n=Array(e);for(let a=0;athis._format(t,new Date(2017,e,1))))}getDateNames(){const e=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return v(31,(t=>this._format(e,new Date(2017,0,t+1))))}getDayOfWeekNames(e){const t=new Intl.DateTimeFormat(this.locale,{weekday:e,timeZone:"utc"});return v(7,(e=>this._format(t,new Date(2017,0,e+1))))}getYearName(e){const t=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(t,e)}getFirstDayOfWeek(){return 0}getNumDaysInMonth(e){return this.getDate(this._createDateWithOverflow(this.getYear(e),this.getMonth(e)+1,0))}clone(e){return new Date(e.getTime())}createDate(e,t,n){if("undefined"==typeof ngDevMode||ngDevMode){if(t<0||t>11)throw Error(`Invalid month index "${t}". Month index has to be between 0 and 11.`);if(n<1)throw Error(`Invalid date "${n}". Date has to be greater than 0.`)}let a=this._createDateWithOverflow(e,t,n);if(a.getMonth()!=t&&("undefined"==typeof ngDevMode||ngDevMode))throw Error(`Invalid date "${n}" for month with index "${t}".`);return a}today(){return new Date}parse(e,t){return"number"==typeof e?new Date(e):e?new Date(Date.parse(e)):null}format(e,t){if(!this.isValid(e))throw Error("NativeDateAdapter: Cannot format invalid date.");const n=new Intl.DateTimeFormat(this.locale,{...t,timeZone:"utc"});return this._format(n,e)}addCalendarYears(e,t){return this.addCalendarMonths(e,12*t)}addCalendarMonths(e,t){let n=this._createDateWithOverflow(this.getYear(e),this.getMonth(e)+t,this.getDate(e));return this.getMonth(n)!=((this.getMonth(e)+t)%12+12)%12&&(n=this._createDateWithOverflow(this.getYear(n),this.getMonth(n),0)),n}addCalendarDays(e,t){return this._createDateWithOverflow(this.getYear(e),this.getMonth(e),this.getDate(e)+t)}toIso8601(e){return[e.getUTCFullYear(),this._2digit(e.getUTCMonth()+1),this._2digit(e.getUTCDate())].join("-")}deserialize(e){if("string"==typeof e){if(!e)return null;if(k.test(e)){let t=new Date(e);if(this.isValid(t))return t}}return super.deserialize(e)}isDateInstance(e){return e instanceof Date}isValid(e){return!isNaN(e.getTime())}invalid(){return new Date(NaN)}_createDateWithOverflow(e,t,n){const a=new Date;return a.setFullYear(e,t,n),a.setHours(0,0,0,0),a}_2digit(e){return("00"+e).slice(-2)}_format(e,t){const n=new Date;return n.setUTCFullYear(t.getFullYear(),t.getMonth(),t.getDate()),n.setUTCHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),e.format(n)}}b.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:b,deps:[{token:L,optional:!0},{token:_.t4}],target:a["ɵɵFactoryTarget"].Injectable}),b.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:b}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:b,decorators:[{type:a.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:a.Optional},{type:a.Inject,args:[L]}]},{type:_.t4}]}});const w={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}};class T{}T.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:T,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),T.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:T}),T.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:T,providers:[{provide:Y,useClass:b}]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:T,decorators:[{type:a.NgModule,args:[{providers:[{provide:Y,useClass:b}]}]}]});class S{}S.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:S,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),S.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:S,imports:[T]}),S.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:S,providers:[{provide:D,useValue:w}],imports:[T]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:S,decorators:[{type:a.NgModule,args:[{imports:[T],providers:[{provide:D,useValue:w}]}]}]});class x{isErrorState(e,t){return!!(e&&e.invalid&&(e.dirty||t&&t.submitted))}}x.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:x,deps:[],target:a["ɵɵFactoryTarget"].Injectable}),x.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:x}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:x,decorators:[{type:a.Injectable}]});class H{isErrorState(e,t){return!!(e&&e.invalid&&(e.touched||t&&t.submitted))}}H.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:H,deps:[],target:a["ɵɵFactoryTarget"].Injectable}),H.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:H,providedIn:"root"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:H,decorators:[{type:a.Injectable,args:[{providedIn:"root"}]}]});class O{}O.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:O,deps:[],target:a["ɵɵFactoryTarget"].Directive}),O.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:O,selector:"[mat-line], [matLine]",host:{classAttribute:"mat-line"},ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:O,decorators:[{type:a.Directive,args:[{selector:"[mat-line], [matLine]",host:{class:"mat-line"}}]}]});class I{}I.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:I,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),I.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:I,declarations:[O],imports:[f],exports:[O,f]}),I.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:I,imports:[f,f]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:I,decorators:[{type:a.NgModule,args:[{imports:[f],exports:[O,f],declarations:[O]}]}]});class j{constructor(e,t,n,a=!1){this._renderer=e,this.element=t,this.config=n,this._animationForciblyDisabledThroughCss=a,this.state=3}fadeOut(){this._renderer.fadeOutRipple(this)}}const E={enterDuration:225,exitDuration:150},P=(0,_.i$)({passive:!0}),C=["mousedown","touchstart"],A=["mouseup","mouseleave","touchend","touchcancel"];class F{constructor(e,t,n,a){this._target=e,this._ngZone=t,this._isPointerDown=!1,this._activeRipples=new Map,this._pointerUpEventsRegistered=!1,a.isBrowser&&(this._containerElement=(0,u.fI)(n))}fadeInRipple(e,t,n={}){const a=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),s={...E,...n.animation};n.centered&&(e=a.left+a.width/2,t=a.top+a.height/2);const r=n.radius||function(e,t,n){const a=Math.max(Math.abs(e-n.left),Math.abs(e-n.right)),s=Math.max(Math.abs(t-n.top),Math.abs(t-n.bottom));return Math.sqrt(a*a+s*s)}(e,t,a),i=e-a.left,o=t-a.top,d=s.enterDuration,l=document.createElement("div");l.classList.add("mat-ripple-element"),l.style.left=i-r+"px",l.style.top=o-r+"px",l.style.height=2*r+"px",l.style.width=2*r+"px",null!=n.color&&(l.style.backgroundColor=n.color),l.style.transitionDuration=`${d}ms`,this._containerElement.appendChild(l);const m=window.getComputedStyle(l),_=m.transitionProperty,u=m.transitionDuration,c="none"===_||"0s"===u||"0s, 0s"===u,h=new j(this,l,n,c);l.style.transform="scale3d(1, 1, 1)",h.state=0,n.persistent||(this._mostRecentTransientRipple=h);let p=null;return c||!d&&!s.exitDuration||this._ngZone.runOutsideAngular((()=>{const e=()=>this._finishRippleTransition(h),t=()=>this._destroyRipple(h);l.addEventListener("transitionend",e),l.addEventListener("transitioncancel",t),p={onTransitionEnd:e,onTransitionCancel:t}})),this._activeRipples.set(h,p),!c&&d||this._finishRippleTransition(h),h}fadeOutRipple(e){if(2===e.state||3===e.state)return;const t=e.element,n={...E,...e.config.animation};t.style.transitionDuration=`${n.exitDuration}ms`,t.style.opacity="0",e.state=2,!e._animationForciblyDisabledThroughCss&&n.exitDuration||this._finishRippleTransition(e)}fadeOutAll(){this._getActiveRipples().forEach((e=>e.fadeOut()))}fadeOutAllNonPersistent(){this._getActiveRipples().forEach((e=>{e.config.persistent||e.fadeOut()}))}setupTriggerEvents(e){const t=(0,u.fI)(e);t&&t!==this._triggerElement&&(this._removeTriggerEvents(),this._triggerElement=t,this._registerEvents(C))}handleEvent(e){"mousedown"===e.type?this._onMousedown(e):"touchstart"===e.type?this._onTouchStart(e):this._onPointerUp(),this._pointerUpEventsRegistered||(this._registerEvents(A),this._pointerUpEventsRegistered=!0)}_finishRippleTransition(e){0===e.state?this._startFadeOutTransition(e):2===e.state&&this._destroyRipple(e)}_startFadeOutTransition(e){const t=e===this._mostRecentTransientRipple,{persistent:n}=e.config;e.state=1,n||t&&this._isPointerDown||e.fadeOut()}_destroyRipple(e){const t=this._activeRipples.get(e)??null;this._activeRipples.delete(e),this._activeRipples.size||(this._containerRect=null),e===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),e.state=3,null!==t&&(e.element.removeEventListener("transitionend",t.onTransitionEnd),e.element.removeEventListener("transitioncancel",t.onTransitionCancel)),e.element.remove()}_onMousedown(e){const t=(0,o.X6)(e),n=this._lastTouchStartEvent&&Date.now(){const t=1===e.state||e.config.terminateOnPointerUp&&0===e.state;!e.config.persistent&&t&&e.fadeOut()})))}_registerEvents(e){this._ngZone.runOutsideAngular((()=>{e.forEach((e=>{this._triggerElement.addEventListener(e,this,P)}))}))}_getActiveRipples(){return Array.from(this._activeRipples.keys())}_removeTriggerEvents(){this._triggerElement&&(C.forEach((e=>{this._triggerElement.removeEventListener(e,this,P)})),this._pointerUpEventsRegistered&&A.forEach((e=>{this._triggerElement.removeEventListener(e,this,P)})))}}const W=new a.InjectionToken("mat-ripple-global-options");class R{constructor(e,t,n,a,s){this._elementRef=e,this._animationMode=s,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=a||{},this._rippleRenderer=new F(this,t,e,n)}get disabled(){return this._disabled}set disabled(e){e&&this.fadeOutAllNonPersistent(),this._disabled=e,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(e){this._trigger=e,this._setupTriggerEventsIfEnabled()}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:{...this._globalOptions.animation,..."NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{},...this.animation},terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(e,t=0,n){return"number"==typeof e?this._rippleRenderer.fadeInRipple(e,t,{...this.rippleConfig,...n}):this._rippleRenderer.fadeInRipple(0,0,{...this.rippleConfig,...e})}}R.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:R,deps:[{token:a.ElementRef},{token:a.NgZone},{token:_.t4},{token:W,optional:!0},{token:a.ANIMATION_MODULE_TYPE,optional:!0}],target:a["ɵɵFactoryTarget"].Directive}),R.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:R,selector:"[mat-ripple], [matRipple]",inputs:{color:["matRippleColor","color"],unbounded:["matRippleUnbounded","unbounded"],centered:["matRippleCentered","centered"],radius:["matRippleRadius","radius"],animation:["matRippleAnimation","animation"],disabled:["matRippleDisabled","disabled"],trigger:["matRippleTrigger","trigger"]},host:{properties:{"class.mat-ripple-unbounded":"unbounded"},classAttribute:"mat-ripple"},exportAs:["matRipple"],ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:R,decorators:[{type:a.Directive,args:[{selector:"[mat-ripple], [matRipple]",exportAs:"matRipple",host:{class:"mat-ripple","[class.mat-ripple-unbounded]":"unbounded"}}]}],ctorParameters:function(){return[{type:a.ElementRef},{type:a.NgZone},{type:_.t4},{type:void 0,decorators:[{type:a.Optional},{type:a.Inject,args:[W]}]},{type:void 0,decorators:[{type:a.Optional},{type:a.Inject,args:[a.ANIMATION_MODULE_TYPE]}]}]},propDecorators:{color:[{type:a.Input,args:["matRippleColor"]}],unbounded:[{type:a.Input,args:["matRippleUnbounded"]}],centered:[{type:a.Input,args:["matRippleCentered"]}],radius:[{type:a.Input,args:["matRippleRadius"]}],animation:[{type:a.Input,args:["matRippleAnimation"]}],disabled:[{type:a.Input,args:["matRippleDisabled"]}],trigger:[{type:a.Input,args:["matRippleTrigger"]}]}});class N{}N.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:N,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),N.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:N,declarations:[R],imports:[f],exports:[R,f]}),N.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:N,imports:[f,f]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:N,decorators:[{type:a.NgModule,args:[{imports:[f],exports:[R,f],declarations:[R]}]}]});class V{constructor(e){this._animationMode=e,this.state="unchecked",this.disabled=!1}}V.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:V,deps:[{token:a.ANIMATION_MODULE_TYPE,optional:!0}],target:a["ɵɵFactoryTarget"].Component}),V.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:V,selector:"mat-pseudo-checkbox",inputs:{state:"state",disabled:"disabled"},host:{properties:{"class.mat-pseudo-checkbox-indeterminate":'state === "indeterminate"',"class.mat-pseudo-checkbox-checked":'state === "checked"',"class.mat-pseudo-checkbox-disabled":"disabled","class._mat-animation-noopable":'_animationMode === "NoopAnimations"'},classAttribute:"mat-pseudo-checkbox"},ngImport:s,template:"",isInline:!0,styles:['.mat-pseudo-checkbox{width:16px;height:16px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:5px;left:1px;width:10px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}'],changeDetection:a.ChangeDetectionStrategy.OnPush,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:V,decorators:[{type:a.Component,args:[{encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,selector:"mat-pseudo-checkbox",template:"",host:{class:"mat-pseudo-checkbox","[class.mat-pseudo-checkbox-indeterminate]":'state === "indeterminate"',"[class.mat-pseudo-checkbox-checked]":'state === "checked"',"[class.mat-pseudo-checkbox-disabled]":"disabled","[class._mat-animation-noopable]":'_animationMode === "NoopAnimations"'},styles:['.mat-pseudo-checkbox{width:16px;height:16px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:5px;left:1px;width:10px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}']}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:a.Optional},{type:a.Inject,args:[a.ANIMATION_MODULE_TYPE]}]}]},propDecorators:{state:[{type:a.Input}],disabled:[{type:a.Input}]}});class z{}z.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:z,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),z.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:z,declarations:[V],imports:[f],exports:[V]}),z.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:z,imports:[f]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:z,decorators:[{type:a.NgModule,args:[{imports:[f],exports:[V],declarations:[V]}]}]});const U=new a.InjectionToken("MAT_OPTION_PARENT_COMPONENT"),J=(G=class{},class extends G{constructor(...e){super(...e),this._disabled=!1}get disabled(){return this._disabled}set disabled(e){this._disabled=(0,u.Ig)(e)}});var G;let B=0;class q extends J{constructor(e){super(),this._labelId="mat-optgroup-label-"+B++,this._inert=e?.inertGroups??!1}}q.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:q,deps:[{token:U,optional:!0}],target:a["ɵɵFactoryTarget"].Directive}),q.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:q,inputs:{label:"label"},usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:q,decorators:[{type:a.Directive}],ctorParameters:function(){return[{type:void 0,decorators:[{type:a.Inject,args:[U]},{type:a.Optional}]}]},propDecorators:{label:[{type:a.Input}]}});const $=new a.InjectionToken("MatOptgroup");class K extends q{}K.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:K,deps:null,target:a["ɵɵFactoryTarget"].Component}),K.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:K,selector:"mat-optgroup",inputs:{disabled:"disabled"},host:{properties:{"attr.role":'_inert ? null : "group"',"attr.aria-disabled":"_inert ? null : disabled.toString()","attr.aria-labelledby":"_inert ? null : _labelId","class.mat-optgroup-disabled":"disabled"},classAttribute:"mat-optgroup"},providers:[{provide:$,useExisting:K}],exportAs:["matOptgroup"],usesInheritance:!0,ngImport:s,template:'\n\n',styles:[".mat-optgroup-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;-webkit-user-select:none;user-select:none;cursor:default}.mat-optgroup-label[disabled]{cursor:default}[dir=rtl] .mat-optgroup-label{text-align:right}.mat-optgroup-label .mat-icon{margin-right:16px;vertical-align:middle}.mat-optgroup-label .mat-icon svg{vertical-align:top}[dir=rtl] .mat-optgroup-label .mat-icon{margin-left:16px;margin-right:0}"],changeDetection:a.ChangeDetectionStrategy.OnPush,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:K,decorators:[{type:a.Component,args:[{selector:"mat-optgroup",exportAs:"matOptgroup",encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,inputs:["disabled"],host:{class:"mat-optgroup","[attr.role]":'_inert ? null : "group"',"[attr.aria-disabled]":"_inert ? null : disabled.toString()","[attr.aria-labelledby]":"_inert ? null : _labelId","[class.mat-optgroup-disabled]":"disabled"},providers:[{provide:$,useExisting:K}],template:'\n\n',styles:[".mat-optgroup-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;-webkit-user-select:none;user-select:none;cursor:default}.mat-optgroup-label[disabled]{cursor:default}[dir=rtl] .mat-optgroup-label{text-align:right}.mat-optgroup-label .mat-icon{margin-right:16px;vertical-align:middle}.mat-optgroup-label .mat-icon svg{vertical-align:top}[dir=rtl] .mat-optgroup-label .mat-icon{margin-left:16px;margin-right:0}"]}]}]});let Z=0;class Q{constructor(e,t=!1){this.source=e,this.isUserInput=t}}class X{constructor(e,t,n,s){this._element=e,this._changeDetectorRef=t,this._parent=n,this.group=s,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+Z++,this.onSelectionChange=new a.EventEmitter,this._stateChanges=new c.Subject}get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(e){this._disabled=(0,u.Ig)(e)}get disableRipple(){return!(!this._parent||!this._parent.disableRipple)}get active(){return this._active}get viewValue(){return(this._getHostElement().textContent||"").trim()}select(){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}deselect(){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}focus(e,t){const n=this._getHostElement();"function"==typeof n.focus&&n.focus(t)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(e){e.keyCode!==h.K5&&e.keyCode!==h.L_||(0,h.Vb)(e)||(this._selectViaInteraction(),e.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getAriaSelected(){return this.selected||!this.multiple&&null}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const e=this.viewValue;e!==this._mostRecentViewValue&&(this._mostRecentViewValue=e,this._stateChanges.next())}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(e=!1){this.onSelectionChange.emit(new Q(this,e))}}X.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:X,deps:"invalid",target:a["ɵɵFactoryTarget"].Directive}),X.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:X,inputs:{value:"value",id:"id",disabled:"disabled"},outputs:{onSelectionChange:"onSelectionChange"},ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:X,decorators:[{type:a.Directive}],ctorParameters:function(){return[{type:a.ElementRef},{type:a.ChangeDetectorRef},{type:void 0},{type:q}]},propDecorators:{value:[{type:a.Input}],id:[{type:a.Input}],disabled:[{type:a.Input}],onSelectionChange:[{type:a.Output}]}});class ee extends X{constructor(e,t,n,a){super(e,t,n,a)}}ee.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ee,deps:[{token:a.ElementRef},{token:a.ChangeDetectorRef},{token:U,optional:!0},{token:$,optional:!0}],target:a["ɵɵFactoryTarget"].Component}),ee.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:ee,selector:"mat-option",host:{attributes:{role:"option"},listeners:{click:"_selectViaInteraction()",keydown:"_handleKeydown($event)"},properties:{"attr.tabindex":"_getTabIndex()","class.mat-selected":"selected","class.mat-option-multiple":"multiple","class.mat-active":"active",id:"id","attr.aria-selected":"_getAriaSelected()","attr.aria-disabled":"disabled.toString()","class.mat-option-disabled":"disabled"},classAttribute:"mat-option mat-focus-indicator"},exportAs:["matOption"],usesInheritance:!0,ngImport:s,template:'\n\n\n\n\x3c!-- See a11y notes inside optgroup.ts for context behind this element. --\x3e\n({{ group.label }})\n\n
\n
\n',styles:['.mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:none;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}.mat-option.mat-active::before{content:""}.cdk-high-contrast-active .mat-option[aria-disabled=true]{opacity:.5}.cdk-high-contrast-active .mat-option.mat-selected:not(.mat-option-multiple)::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-option.mat-selected:not(.mat-option-multiple)::after{right:auto;left:16px}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option .mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}'],dependencies:[{kind:"directive",type:R,selector:"[mat-ripple], [matRipple]",inputs:["matRippleColor","matRippleUnbounded","matRippleCentered","matRippleRadius","matRippleAnimation","matRippleDisabled","matRippleTrigger"],exportAs:["matRipple"]},{kind:"directive",type:m.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:V,selector:"mat-pseudo-checkbox",inputs:["state","disabled"]}],changeDetection:a.ChangeDetectionStrategy.OnPush,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ee,decorators:[{type:a.Component,args:[{selector:"mat-option",exportAs:"matOption",host:{role:"option","[attr.tabindex]":"_getTabIndex()","[class.mat-selected]":"selected","[class.mat-option-multiple]":"multiple","[class.mat-active]":"active","[id]":"id","[attr.aria-selected]":"_getAriaSelected()","[attr.aria-disabled]":"disabled.toString()","[class.mat-option-disabled]":"disabled","(click)":"_selectViaInteraction()","(keydown)":"_handleKeydown($event)",class:"mat-option mat-focus-indicator"},encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.OnPush,template:'\n\n\n\n\x3c!-- See a11y notes inside optgroup.ts for context behind this element. --\x3e\n({{ group.label }})\n\n
\n
\n',styles:['.mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:none;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}.mat-option.mat-active::before{content:""}.cdk-high-contrast-active .mat-option[aria-disabled=true]{opacity:.5}.cdk-high-contrast-active .mat-option.mat-selected:not(.mat-option-multiple)::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-option.mat-selected:not(.mat-option-multiple)::after{right:auto;left:16px}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option .mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}']}]}],ctorParameters:function(){return[{type:a.ElementRef},{type:a.ChangeDetectorRef},{type:void 0,decorators:[{type:a.Optional},{type:a.Inject,args:[U]}]},{type:K,decorators:[{type:a.Optional},{type:a.Inject,args:[$]}]}]}});class te{}te.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:te,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),te.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:te,declarations:[ee,K],imports:[N,m.CommonModule,f,z],exports:[ee,K]}),te.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:te,imports:[N,m.CommonModule,f,z]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:te,decorators:[{type:a.NgModule,args:[{imports:[N,m.CommonModule,f,z],exports:[ee,K],declarations:[ee,K]}]}]});class ne{}ne.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ne,deps:[],target:a["ɵɵFactoryTarget"].Directive}),ne.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:ne,selector:"mat-table[recycleRows], table[mat-table][recycleRows]",providers:[{provide:i.k,useClass:i.eX}],ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ne,decorators:[{type:a.Directive,args:[{selector:"mat-table[recycleRows], table[mat-table][recycleRows]",providers:[{provide:i.k,useClass:i.eX}]}]}]});class ae extends r.zC{constructor(){super(...arguments),this.stickyCssClass="mat-table-sticky",this.needsPositionStickyOnElement=!1}}ae.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ae,deps:null,target:a["ɵɵFactoryTarget"].Component}),ae.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:ae,selector:"mat-table, table[mat-table]",host:{properties:{"class.mat-table-fixed-layout":"fixedLayout"},classAttribute:"mat-table"},providers:[{provide:i.k,useClass:i.yy},{provide:r.zC,useExisting:ae},{provide:r.pN,useExisting:ae},{provide:r.nl,useClass:r.oF},{provide:r.pF,useValue:null}],exportAs:["matTable"],usesInheritance:!0,ngImport:s,template:'\n \n \n \n \n \n \n',isInline:!0,styles:["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}"],dependencies:[{kind:"directive",type:r.T$,selector:"[rowOutlet]"},{kind:"directive",type:r.FT,selector:"[headerRowOutlet]"},{kind:"directive",type:r.$E,selector:"[footerRowOutlet]"},{kind:"directive",type:r.bH,selector:"[noDataRowOutlet]"}],changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ae,decorators:[{type:a.Component,args:[{selector:"mat-table, table[mat-table]",exportAs:"matTable",template:r._z,host:{class:"mat-table","[class.mat-table-fixed-layout]":"fixedLayout"},providers:[{provide:i.k,useClass:i.yy},{provide:r.zC,useExisting:ae},{provide:r.pN,useExisting:ae},{provide:r.nl,useClass:r.oF},{provide:r.pF,useValue:null}],encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.Default,styles:["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}"]}]}]});class se extends r.O_{}se.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:se,deps:null,target:a["ɵɵFactoryTarget"].Directive}),se.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:se,selector:"[matCellDef]",providers:[{provide:r.O_,useExisting:se}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:se,decorators:[{type:a.Directive,args:[{selector:"[matCellDef]",providers:[{provide:r.O_,useExisting:se}]}]}]});class re extends r.D5{}re.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:re,deps:null,target:a["ɵɵFactoryTarget"].Directive}),re.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:re,selector:"[matHeaderCellDef]",providers:[{provide:r.D5,useExisting:re}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:re,decorators:[{type:a.Directive,args:[{selector:"[matHeaderCellDef]",providers:[{provide:r.D5,useExisting:re}]}]}]});class ie extends r.Z4{}ie.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ie,deps:null,target:a["ɵɵFactoryTarget"].Directive}),ie.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:ie,selector:"[matFooterCellDef]",providers:[{provide:r.Z4,useExisting:ie}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ie,decorators:[{type:a.Directive,args:[{selector:"[matFooterCellDef]",providers:[{provide:r.Z4,useExisting:ie}]}]}]});class oe extends r.fo{get name(){return this._name}set name(e){this._setNameInput(e)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}}oe.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:oe,deps:null,target:a["ɵɵFactoryTarget"].Directive}),oe.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:oe,selector:"[matColumnDef]",inputs:{sticky:"sticky",name:["matColumnDef","name"]},providers:[{provide:r.fo,useExisting:oe},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:oe}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:oe,decorators:[{type:a.Directive,args:[{selector:"[matColumnDef]",inputs:["sticky"],providers:[{provide:r.fo,useExisting:oe},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:oe}]}]}],propDecorators:{name:[{type:a.Input,args:["matColumnDef"]}]}});class de extends r.Af{}de.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:de,deps:null,target:a["ɵɵFactoryTarget"].Directive}),de.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:de,selector:"mat-header-cell, th[mat-header-cell]",host:{attributes:{role:"columnheader"},classAttribute:"mat-header-cell"},usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:de,decorators:[{type:a.Directive,args:[{selector:"mat-header-cell, th[mat-header-cell]",host:{class:"mat-header-cell",role:"columnheader"}}]}]});class le extends r.QJ{}le.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:le,deps:null,target:a["ɵɵFactoryTarget"].Directive}),le.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:le,selector:"mat-footer-cell, td[mat-footer-cell]",host:{attributes:{role:"gridcell"},classAttribute:"mat-footer-cell"},usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:le,decorators:[{type:a.Directive,args:[{selector:"mat-footer-cell, td[mat-footer-cell]",host:{class:"mat-footer-cell",role:"gridcell"}}]}]});class me extends r.hD{}me.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:me,deps:null,target:a["ɵɵFactoryTarget"].Directive}),me.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:me,selector:"mat-cell, td[mat-cell]",host:{attributes:{role:"gridcell"},classAttribute:"mat-cell"},usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:me,decorators:[{type:a.Directive,args:[{selector:"mat-cell, td[mat-cell]",host:{class:"mat-cell",role:"gridcell"}}]}]});class _e extends r.s${}_e.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:_e,deps:null,target:a["ɵɵFactoryTarget"].Directive}),_e.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:_e,selector:"[matHeaderRowDef]",inputs:{columns:["matHeaderRowDef","columns"],sticky:["matHeaderRowDefSticky","sticky"]},providers:[{provide:r.s$,useExisting:_e}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:_e,decorators:[{type:a.Directive,args:[{selector:"[matHeaderRowDef]",providers:[{provide:r.s$,useExisting:_e}],inputs:["columns: matHeaderRowDef","sticky: matHeaderRowDefSticky"]}]}]});class ue extends r.fe{}ue.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ue,deps:null,target:a["ɵɵFactoryTarget"].Directive}),ue.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:ue,selector:"[matFooterRowDef]",inputs:{columns:["matFooterRowDef","columns"],sticky:["matFooterRowDefSticky","sticky"]},providers:[{provide:r.fe,useExisting:ue}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ue,decorators:[{type:a.Directive,args:[{selector:"[matFooterRowDef]",providers:[{provide:r.fe,useExisting:ue}],inputs:["columns: matFooterRowDef","sticky: matFooterRowDefSticky"]}]}]});class ce extends r.Sq{}ce.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ce,deps:null,target:a["ɵɵFactoryTarget"].Directive}),ce.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:ce,selector:"[matRowDef]",inputs:{columns:["matRowDefColumns","columns"],when:["matRowDefWhen","when"]},providers:[{provide:r.Sq,useExisting:ce}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ce,decorators:[{type:a.Directive,args:[{selector:"[matRowDef]",providers:[{provide:r.Sq,useExisting:ce}],inputs:["columns: matRowDefColumns","when: matRowDefWhen"]}]}]});class he extends r.xN{}he.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:he,deps:null,target:a["ɵɵFactoryTarget"].Component}),he.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:he,selector:"mat-header-row, tr[mat-header-row]",host:{attributes:{role:"row"},classAttribute:"mat-header-row"},providers:[{provide:r.xN,useExisting:he}],exportAs:["matHeaderRow"],usesInheritance:!0,ngImport:s,template:"",isInline:!0,dependencies:[{kind:"directive",type:r.Kb,selector:"[cdkCellOutlet]"}],changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:he,decorators:[{type:a.Component,args:[{selector:"mat-header-row, tr[mat-header-row]",template:r.Fg,host:{class:"mat-header-row",role:"row"},changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None,exportAs:"matHeaderRow",providers:[{provide:r.xN,useExisting:he}]}]}]});class pe extends r.qM{}pe.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:pe,deps:null,target:a["ɵɵFactoryTarget"].Component}),pe.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:pe,selector:"mat-footer-row, tr[mat-footer-row]",host:{attributes:{role:"row"},classAttribute:"mat-footer-row"},providers:[{provide:r.qM,useExisting:pe}],exportAs:["matFooterRow"],usesInheritance:!0,ngImport:s,template:"",isInline:!0,dependencies:[{kind:"directive",type:r.Kb,selector:"[cdkCellOutlet]"}],changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:pe,decorators:[{type:a.Component,args:[{selector:"mat-footer-row, tr[mat-footer-row]",template:r.Fg,host:{class:"mat-footer-row",role:"row"},changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None,exportAs:"matFooterRow",providers:[{provide:r.qM,useExisting:pe}]}]}]});class ge extends r._J{}ge.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ge,deps:null,target:a["ɵɵFactoryTarget"].Component}),ge.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:ge,selector:"mat-row, tr[mat-row]",host:{attributes:{role:"row"},classAttribute:"mat-row"},providers:[{provide:r._J,useExisting:ge}],exportAs:["matRow"],usesInheritance:!0,ngImport:s,template:"",isInline:!0,dependencies:[{kind:"directive",type:r.Kb,selector:"[cdkCellOutlet]"}],changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ge,decorators:[{type:a.Component,args:[{selector:"mat-row, tr[mat-row]",template:r.Fg,host:{class:"mat-row",role:"row"},changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None,exportAs:"matRow",providers:[{provide:r._J,useExisting:ge}]}]}]});class ye extends r.r2{constructor(){super(...arguments),this._contentClassName="mat-no-data-row"}}ye.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ye,deps:null,target:a["ɵɵFactoryTarget"].Directive}),ye.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.0",type:ye,selector:"ng-template[matNoDataRow]",providers:[{provide:r.r2,useExisting:ye}],usesInheritance:!0,ngImport:s}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:ye,decorators:[{type:a.Directive,args:[{selector:"ng-template[matNoDataRow]",providers:[{provide:r.r2,useExisting:ye}]}]}]});class Me extends r.Hx{}Me.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:Me,deps:null,target:a["ɵɵFactoryTarget"].Component}),Me.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.0",type:Me,selector:"mat-text-column",usesInheritance:!0,ngImport:s,template:'\n \n \n {{headerText}}\n \n \n {{dataAccessor(data, name)}}\n \n \n ',isInline:!0,dependencies:[{kind:"directive",type:re,selector:"[matHeaderCellDef]"},{kind:"directive",type:oe,selector:"[matColumnDef]",inputs:["sticky","matColumnDef"]},{kind:"directive",type:se,selector:"[matCellDef]"},{kind:"directive",type:de,selector:"mat-header-cell, th[mat-header-cell]"},{kind:"directive",type:me,selector:"mat-cell, td[mat-cell]"}],changeDetection:a.ChangeDetectionStrategy.Default,encapsulation:a.ViewEncapsulation.None}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:Me,decorators:[{type:a.Component,args:[{selector:"mat-text-column",template:'\n \n \n {{headerText}}\n \n \n {{dataAccessor(data, name)}}\n \n \n ',encapsulation:a.ViewEncapsulation.None,changeDetection:a.ChangeDetectionStrategy.Default}]}]});const fe=[ae,ne,re,_e,oe,se,ce,ie,ue,de,me,le,he,ge,pe,ye,Me];class Le{}Le.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:Le,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),Le.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.0",ngImport:s,type:Le,declarations:[ae,ne,re,_e,oe,se,ce,ie,ue,de,me,le,he,ge,pe,ye,Me],imports:[r.HT,f],exports:[f,ae,ne,re,_e,oe,se,ce,ie,ue,de,me,le,he,ge,pe,ye,Me]}),Le.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:Le,imports:[r.HT,f,f]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.0",ngImport:s,type:Le,decorators:[{type:a.NgModule,args:[{imports:[r.HT,f],exports:[f,fe],declarations:fe}]}]})},94097:function(e,t,n){"use strict";var a;n.d(t,{A0:function(){return z},w8:function(){return W}});var s=n(40761),r=n(24219),i=n(76063),o=n(89754),d=n(80179);const l=/[&<>"']/g,m=RegExp(l.source),_={"&":"&","<":"<",">":">",'"':""","'":"'"};function u(e){return null!=e}function c(e){return"object"==typeof e&&u(e)}function h(e){return e instanceof Function}class p{constructor(e){this.element=e,this.escape=!0}ngOnChanges(e){var t;this.element.nativeElement.innerHTML=this.escape?(t=this.ngItemLabel)&&m.test(t)?t.replace(l,(e=>_[e])):t:this.ngItemLabel}}p.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:p,deps:[{token:s.ElementRef}],target:s["ɵɵFactoryTarget"].Directive}),p.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:p,selector:"[ngItemLabel]",inputs:{ngItemLabel:"ngItemLabel",escape:"escape"},usesOnChanges:!0,ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:p,decorators:[{type:s.Directive,args:[{selector:"[ngItemLabel]"}]}],ctorParameters:function(){return[{type:s.ElementRef}]},propDecorators:{ngItemLabel:[{type:s.Input}],escape:[{type:s.Input}]}});class g{constructor(e){this.template=e}}g.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:g,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),g.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:g,selector:"[ng-option-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:g,decorators:[{type:s.Directive,args:[{selector:"[ng-option-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class y{constructor(e){this.template=e}}y.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:y,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),y.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:y,selector:"[ng-optgroup-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:y,decorators:[{type:s.Directive,args:[{selector:"[ng-optgroup-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class M{constructor(e){this.template=e}}M.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:M,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),M.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:M,selector:"[ng-label-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:M,decorators:[{type:s.Directive,args:[{selector:"[ng-label-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class f{constructor(e){this.template=e}}f.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:f,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),f.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:f,selector:"[ng-multi-label-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:f,decorators:[{type:s.Directive,args:[{selector:"[ng-multi-label-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class L{constructor(e){this.template=e}}L.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:L,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),L.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:L,selector:"[ng-header-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:L,decorators:[{type:s.Directive,args:[{selector:"[ng-header-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class Y{constructor(e){this.template=e}}Y.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:Y,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),Y.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:Y,selector:"[ng-footer-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:Y,decorators:[{type:s.Directive,args:[{selector:"[ng-footer-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class D{constructor(e){this.template=e}}D.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:D,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),D.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:D,selector:"[ng-notfound-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:D,decorators:[{type:s.Directive,args:[{selector:"[ng-notfound-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class k{constructor(e){this.template=e}}k.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:k,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),k.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:k,selector:"[ng-typetosearch-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:k,decorators:[{type:s.Directive,args:[{selector:"[ng-typetosearch-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class v{constructor(e){this.template=e}}v.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:v,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),v.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:v,selector:"[ng-loadingtext-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:v,decorators:[{type:s.Directive,args:[{selector:"[ng-loadingtext-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class b{constructor(e){this.template=e}}b.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:b,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),b.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:b,selector:"[ng-tag-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:b,decorators:[{type:s.Directive,args:[{selector:"[ng-tag-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});class w{constructor(e){this.template=e}}function T(){return"axxxxxxxxxxx".replace(/[x]/g,(()=>(16*Math.random()|0).toString(16)))}w.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:w,deps:[{token:s.TemplateRef}],target:s["ɵɵFactoryTarget"].Directive}),w.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.2.10",type:w,selector:"[ng-loadingspinner-tmp]",ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:w,decorators:[{type:s.Directive,args:[{selector:"[ng-loadingspinner-tmp]"}]}],ctorParameters:function(){return[{type:s.TemplateRef}]}});const S={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"};function x(e){return e.replace(/[^\u0000-\u007E]/g,(e=>S[e]||e))}class H{constructor(e,t){this._ngSelect=e,this._selectionModel=t,this._items=[],this._filteredItems=[],this._markedIndex=-1}get items(){return this._items}get filteredItems(){return this._filteredItems}get markedIndex(){return this._markedIndex}get selectedItems(){return this._selectionModel.value}get markedItem(){return this._filteredItems[this._markedIndex]}get noItemsToSelect(){return this._ngSelect.hideSelected&&this._items.length===this.selectedItems.length}get maxItemsSelected(){return this._ngSelect.multiple&&this._ngSelect.maxSelectedItems<=this.selectedItems.length}get lastSelectedItem(){let e=this.selectedItems.length-1;for(;e>=0;e--){const t=this.selectedItems[e];if(!t.disabled)return t}return null}setItems(e){this._items=e.map(((e,t)=>this.mapItem(e,t))),this._ngSelect.groupBy?(this._groups=this._groupBy(this._items,this._ngSelect.groupBy),this._items=this._flatten(this._groups)):(this._groups=new Map,this._groups.set(void 0,this._items)),this._filteredItems=[...this._items]}select(e){if(e.selected||this.maxItemsSelected)return;const t=this._ngSelect.multiple;t||this.clearSelected(),this._selectionModel.select(e,t,this._ngSelect.selectableGroupAsModel),this._ngSelect.hideSelected&&this._hideSelected(e)}unselect(e){e.selected&&(this._selectionModel.unselect(e,this._ngSelect.multiple),this._ngSelect.hideSelected&&u(e.index)&&this._ngSelect.multiple&&this._showSelected(e))}findItem(e){let t;return t=this._ngSelect.compareWith?t=>this._ngSelect.compareWith(t.value,e):this._ngSelect.bindValue?t=>!t.children&&this.resolveNested(t.value,this._ngSelect.bindValue)===e:t=>t.value===e||!t.children&&t.label&&t.label===this.resolveNested(e,this._ngSelect.bindLabel),this._items.find((e=>t(e)))}addItem(e){const t=this.mapItem(e,this._items.length);return this._items.push(t),this._filteredItems.push(t),t}clearSelected(e=!1){this._selectionModel.clear(e),this._items.forEach((t=>{t.selected=e&&t.selected&&t.disabled,t.marked=!1})),this._ngSelect.hideSelected&&this.resetFilteredItems()}findByLabel(e){return e=x(e).toLocaleLowerCase(),this.filteredItems.find((t=>x(t.label).toLocaleLowerCase().substr(0,e.length)===e))}filter(e){if(!e)return void this.resetFilteredItems();this._filteredItems=[],e=this._ngSelect.searchFn?e:x(e).toLocaleLowerCase();const t=this._ngSelect.searchFn||this._defaultSearchFn,n=this._ngSelect.hideSelected;for(const a of Array.from(this._groups.keys())){const s=[];for(const r of this._groups.get(a)){if(n&&(r.parent&&r.parent.selected||r.selected))continue;t(e,this._ngSelect.searchFn?r.value:r)&&s.push(r)}if(s.length>0){const[e]=s.slice(-1);if(e.parent){const t=this._items.find((t=>t===e.parent));this._filteredItems.push(t)}this._filteredItems.push(...s)}}}resetFilteredItems(){this._filteredItems.length!==this._items.length&&(this._ngSelect.hideSelected&&this.selectedItems.length>0?this._filteredItems=this._items.filter((e=>!e.selected)):this._filteredItems=this._items)}unmarkItem(){this._markedIndex=-1}markNextItem(){this._stepToItem(1)}markPreviousItem(){this._stepToItem(-1)}markItem(e){this._markedIndex=this._filteredItems.indexOf(e)}markSelectedOrDefault(e){if(0===this._filteredItems.length)return;const t=this._getLastMarkedIndex();this._markedIndex=t>-1?t:e?this.filteredItems.findIndex((e=>!e.disabled)):-1}resolveNested(e,t){if(!c(e))return e;if(-1===t.indexOf("."))return e[t];{const n=t.split(".");let a=e;for(let e=0,t=n.length;e-1===this.selectedItems.indexOf(e))))}_showSelected(e){if(this._filteredItems.push(e),e.parent){const t=e.parent;this._filteredItems.find((e=>e===t))||this._filteredItems.push(t)}else if(e.children)for(const t of e.children)t.selected=!1,this._filteredItems.push(t);this._filteredItems=[...this._filteredItems.sort(((e,t)=>e.index-t.index))]}_hideSelected(e){if(this._filteredItems=this._filteredItems.filter((t=>t!==e)),e.parent){e.parent.children.every((e=>e.selected))&&(this._filteredItems=this._filteredItems.filter((t=>t!==e.parent)))}else e.children&&(this._filteredItems=this.filteredItems.filter((t=>t.parent!==e)))}_defaultSearchFn(e,t){return x(t.label).toLocaleLowerCase().indexOf(e)>-1}_getNextItemIndex(e){return e>0?this._markedIndex>=this._filteredItems.length-1?0:this._markedIndex+1:this._markedIndex<=0?this._filteredItems.length-1:this._markedIndex-1}_stepToItem(e){0===this._filteredItems.length||this._filteredItems.every((e=>e.disabled))||(this._markedIndex=this._getNextItemIndex(e),this.markedItem.disabled&&this._stepToItem(e))}_getLastMarkedIndex(){if(this._ngSelect.hideSelected)return-1;if(this._markedIndex>-1&&void 0===this.markedItem)return-1;const e=this._filteredItems.indexOf(this.lastSelectedItem);return this.lastSelectedItem&&e<0?-1:Math.max(this.markedIndex,e)}_groupBy(e,t){const n=new Map;if(0===e.length)return n;if(Array.isArray(e[0].value[t])){for(const a of e){const e=(a.value[t]||[]).map(((e,t)=>this.mapItem(e,t)));n.set(a,e)}return n}const a=h(this._ngSelect.groupBy),s=e=>{const n=a?t(e.value):e.value[t];return u(n)?n:void 0};for(const t of e){const e=s(t),a=n.get(e);a?a.push(t):n.set(e,[t])}return n}_flatten(e){const t=h(this._ngSelect.groupBy),n=[];for(const a of Array.from(e.keys())){let s=n.length;if(void 0===a){const t=e.get(void 0)||[];n.push(...t.map((e=>(e.index=s++,e))));continue}const r=c(a),i={label:r?"":String(a),children:void 0,parent:null,index:s++,disabled:!this._ngSelect.selectableGroup,htmlId:T()},o=t?this._ngSelect.bindLabel:this._ngSelect.groupBy,d=this._ngSelect.groupValue||(()=>r?a.value:{[o]:a}),l=e.get(a).map((e=>(e.parent=i,e.children=void 0,e.index=s++,e)));i.children=l,i.value=d(a,l.map((e=>e.value))),n.push(i),n.push(...l)}return n}}var O;!function(e){e[e.Tab=9]="Tab",e[e.Enter=13]="Enter",e[e.Esc=27]="Esc",e[e.Space=32]="Space",e[e.ArrowUp=38]="ArrowUp",e[e.ArrowDown=40]="ArrowDown",e[e.Backspace=8]="Backspace"}(O||(O={}));class I{constructor(){this._dimensions={itemHeight:0,panelHeight:0,itemsPerViewport:0}}get dimensions(){return this._dimensions}calculateItems(e,t,n){const a=this._dimensions,s=a.itemHeight*t,r=Math.max(0,e)/s*t;let i=Math.min(t,Math.ceil(r)+(a.itemsPerViewport+1));const o=i,d=Math.max(0,o-a.itemsPerViewport);let l=Math.min(d,Math.floor(r)),m=a.itemHeight*Math.ceil(l)-a.itemHeight*Math.min(l,n);return m=isNaN(m)?0:m,l=isNaN(l)?-1:l,i=isNaN(i)?-1:i,l-=n,l=Math.max(0,l),i+=n,i=Math.min(t,i),{topPadding:m,scrollHeight:s,start:l,end:i}}setDimensions(e,t){const n=Math.max(1,Math.floor(t/e));this._dimensions={itemHeight:e,panelHeight:t,itemsPerViewport:n}}getScrollTo(e,t,n){const{panelHeight:a}=this.dimensions,s=e+t,r=n+a;return a>=s&&n===e?null:s>r?n+s-r:e<=n?e:null}}I.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:I,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),I.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:I}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:I,decorators:[{type:s.Injectable}]});const j=["top","right","bottom","left"],E="undefined"!=typeof requestAnimationFrame?o.animationFrameScheduler:o.asapScheduler;class P{constructor(e,t,n,a,r){this._renderer=e,this._zone=t,this._panelService=n,this._document=r,this.items=[],this.position="auto",this.virtualScroll=!1,this.filterValue=null,this.update=new s.EventEmitter,this.scroll=new s.EventEmitter,this.scrollToEnd=new s.EventEmitter,this.outsideClick=new s.EventEmitter,this._destroy$=new o.Subject,this._scrollToEndFired=!1,this._updateScrollHeight=!1,this._lastScrollPosition=0,this._dropdown=a.nativeElement}get currentPosition(){return this._currentPosition}get itemsLength(){return this._itemsLength}set itemsLength(e){e!==this._itemsLength&&(this._itemsLength=e,this._onItemsLengthChanged())}get _startOffset(){if(this.markedItem){const{itemHeight:e,panelHeight:t}=this._panelService.dimensions,n=this.markedItem.index*e;return t>n?0:n}return 0}ngOnInit(){this._select=this._dropdown.parentElement,this._virtualPadding=this.paddingElementRef.nativeElement,this._scrollablePanel=this.scrollElementRef.nativeElement,this._contentPanel=this.contentElementRef.nativeElement,this._handleScroll(),this._handleOutsideClick(),this._appendDropdown(),this._setupMousedownListener()}ngOnChanges(e){if(e.items){const t=e.items;this._onItemsChange(t.currentValue,t.firstChange)}}ngOnDestroy(){this._destroy$.next(),this._destroy$.complete(),this._destroy$.unsubscribe(),this.appendTo&&this._renderer.removeChild(this._dropdown.parentNode,this._dropdown)}scrollTo(e,t=!1){if(!e)return;const n=this.items.indexOf(e);if(n<0||n>=this.itemsLength)return;let a;if(this.virtualScroll){const e=this._panelService.dimensions.itemHeight;a=this._panelService.getScrollTo(n*e,e,this._lastScrollPosition)}else{const n=this._dropdown.querySelector(`#${e.htmlId}`),s=t?n.offsetTop:this._lastScrollPosition;a=this._panelService.getScrollTo(n.offsetTop,n.clientHeight,s)}u(a)&&(this._scrollablePanel.scrollTop=a)}scrollToTag(){const e=this._scrollablePanel;e.scrollTop=e.scrollHeight-e.clientHeight}adjustPosition(){this._updateYPosition()}_handleDropdownPosition(){this._currentPosition=this._calculateCurrentPosition(this._dropdown),j.includes(this._currentPosition)?this._updateDropdownClass(this._currentPosition):this._updateDropdownClass("bottom"),this.appendTo&&this._updateYPosition(),this._dropdown.style.opacity="1"}_updateDropdownClass(e){j.forEach((e=>{const t=`ng-select-${e}`;this._renderer.removeClass(this._dropdown,t),this._renderer.removeClass(this._select,t)}));const t=`ng-select-${e}`;this._renderer.addClass(this._dropdown,t),this._renderer.addClass(this._select,t)}_handleScroll(){this._zone.runOutsideAngular((()=>{(0,o.fromEvent)(this.scrollElementRef.nativeElement,"scroll").pipe((0,i.takeUntil)(this._destroy$),(0,i.auditTime)(0,E)).subscribe((e=>{const t=e.path||e.composedPath&&e.composedPath(),n=t&&0!==t.length?t[0].scrollTop:e.target.scrollTop;this._onContentScrolled(n)}))}))}_handleOutsideClick(){this._document&&this._zone.runOutsideAngular((()=>{(0,o.merge)((0,o.fromEvent)(this._document,"touchstart",{capture:!0}),(0,o.fromEvent)(this._document,"mousedown",{capture:!0})).pipe((0,i.takeUntil)(this._destroy$)).subscribe((e=>this._checkToClose(e)))}))}_checkToClose(e){if(this._select.contains(e.target)||this._dropdown.contains(e.target))return;const t=e.path||e.composedPath&&e.composedPath();e.target&&e.target.shadowRoot&&t&&t[0]&&this._select.contains(t[0])||this._zone.run((()=>this.outsideClick.emit()))}_onItemsChange(e,t){this.items=e||[],this._scrollToEndFired=!1,this.itemsLength=e.length,this.virtualScroll?this._updateItemsRange(t):(this._setVirtualHeight(),this._updateItems(t))}_updateItems(e){this.update.emit(this.items),!1!==e&&this._zone.runOutsideAngular((()=>{Promise.resolve().then((()=>{const t=this._scrollablePanel.clientHeight;this._panelService.setDimensions(0,t),this._handleDropdownPosition(),this.scrollTo(this.markedItem,e)}))}))}_updateItemsRange(e){this._zone.runOutsideAngular((()=>{this._measureDimensions().then((()=>{e?(this._renderItemsRange(this._startOffset),this._handleDropdownPosition()):this._renderItemsRange()}))}))}_onContentScrolled(e){this.virtualScroll&&this._renderItemsRange(e),this._lastScrollPosition=e,this._fireScrollToEnd(e)}_updateVirtualHeight(e){this._updateScrollHeight&&(this._virtualPadding.style.height=`${e}px`,this._updateScrollHeight=!1)}_setVirtualHeight(){this._virtualPadding&&(this._virtualPadding.style.height="0px")}_onItemsLengthChanged(){this._updateScrollHeight=!0}_renderItemsRange(e=null){if(e&&this._lastScrollPosition===e)return;e=e||this._scrollablePanel.scrollTop;const t=this._panelService.calculateItems(e,this.itemsLength,this.bufferAmount);this._updateVirtualHeight(t.scrollHeight),this._contentPanel.style.transform=`translateY(${t.topPadding}px)`,this._zone.run((()=>{this.update.emit(this.items.slice(t.start,t.end)),this.scroll.emit({start:t.start,end:t.end})})),u(e)&&0===this._lastScrollPosition&&(this._scrollablePanel.scrollTop=e,this._lastScrollPosition=e)}_measureDimensions(){if(this._panelService.dimensions.itemHeight>0||0===this.itemsLength)return Promise.resolve(this._panelService.dimensions);const[e]=this.items;return this.update.emit([e]),Promise.resolve().then((()=>{const t=this._dropdown.querySelector(`#${e.htmlId}`).clientHeight;this._virtualPadding.style.height=t*this.itemsLength+"px";const n=this._scrollablePanel.clientHeight;return this._panelService.setDimensions(t,n),this._panelService.dimensions}))}_fireScrollToEnd(e){if(this._scrollToEndFired||0===e)return;const t=this.virtualScroll?this._virtualPadding:this._contentPanel;e+this._dropdown.clientHeight>=t.clientHeight-1&&(this._zone.run((()=>this.scrollToEnd.emit())),this._scrollToEndFired=!0)}_calculateCurrentPosition(e){if("auto"!==this.position)return this.position;const t=this._select.getBoundingClientRect(),n=document.documentElement.scrollTop||document.body.scrollTop;return t.top+window.pageYOffset+t.height+e.getBoundingClientRect().height>n+document.documentElement.clientHeight?"top":"bottom"}_appendDropdown(){if(this.appendTo){if(this._parent=document.querySelector(this.appendTo),!this._parent)throw new Error(`appendTo selector ${this.appendTo} did not found any parent element`);this._updateXPosition(),this._parent.appendChild(this._dropdown)}}_updateXPosition(){const e=this._select.getBoundingClientRect(),t=this._parent.getBoundingClientRect(),n=e.left-t.left;this._dropdown.style.left=n+"px",this._dropdown.style.width=e.width+"px",this._dropdown.style.minWidth=e.width+"px"}_updateYPosition(){const e=this._select.getBoundingClientRect(),t=this._parent.getBoundingClientRect(),n=e.height;if("top"===this._currentPosition){const a=t.bottom-e.bottom;this._dropdown.style.bottom=a+n+"px",this._dropdown.style.top="auto"}else if("bottom"===this._currentPosition){const a=e.top-t.top;this._dropdown.style.top=a+n+"px",this._dropdown.style.bottom="auto"}}_setupMousedownListener(){this._zone.runOutsideAngular((()=>{(0,o.fromEvent)(this._dropdown,"mousedown").pipe((0,i.takeUntil)(this._destroy$)).subscribe((e=>{"INPUT"!==e.target.tagName&&e.preventDefault()}))}))}}P.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:P,deps:[{token:s.Renderer2},{token:s.NgZone},{token:I},{token:s.ElementRef},{token:d.DOCUMENT,optional:!0}],target:s["ɵɵFactoryTarget"].Component}),P.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.10",type:P,selector:"ng-dropdown-panel",inputs:{items:"items",markedItem:"markedItem",position:"position",appendTo:"appendTo",bufferAmount:"bufferAmount",virtualScroll:"virtualScroll",headerTemplate:"headerTemplate",footerTemplate:"footerTemplate",filterValue:"filterValue"},outputs:{update:"update",scroll:"scroll",scrollToEnd:"scrollToEnd",outsideClick:"outsideClick"},viewQueries:[{propertyName:"contentElementRef",first:!0,predicate:["content"],descendants:!0,read:s.ElementRef,static:!0},{propertyName:"scrollElementRef",first:!0,predicate:["scroll"],descendants:!0,read:s.ElementRef,static:!0},{propertyName:"paddingElementRef",first:!0,predicate:["padding"],descendants:!0,read:s.ElementRef,static:!0}],usesOnChanges:!0,ngImport:a||(a=n.t(s,2)),template:'\n
\n \n
\n
\n
\n
\n \n
\n
\n \n ',isInline:!0,dependencies:[{kind:"directive",type:d.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:d.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]}],changeDetection:s.ChangeDetectionStrategy.OnPush,encapsulation:s.ViewEncapsulation.None}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:P,decorators:[{type:s.Component,args:[{changeDetection:s.ChangeDetectionStrategy.OnPush,encapsulation:s.ViewEncapsulation.None,selector:"ng-dropdown-panel",template:'\n
\n \n
\n
\n
\n
\n \n
\n
\n \n '}]}],ctorParameters:function(){return[{type:s.Renderer2},{type:s.NgZone},{type:I},{type:s.ElementRef},{type:void 0,decorators:[{type:s.Optional},{type:s.Inject,args:[d.DOCUMENT]}]}]},propDecorators:{items:[{type:s.Input}],markedItem:[{type:s.Input}],position:[{type:s.Input}],appendTo:[{type:s.Input}],bufferAmount:[{type:s.Input}],virtualScroll:[{type:s.Input}],headerTemplate:[{type:s.Input}],footerTemplate:[{type:s.Input}],filterValue:[{type:s.Input}],update:[{type:s.Output}],scroll:[{type:s.Output}],scrollToEnd:[{type:s.Output}],outsideClick:[{type:s.Output}],contentElementRef:[{type:s.ViewChild,args:["content",{read:s.ElementRef,static:!0}]}],scrollElementRef:[{type:s.ViewChild,args:["scroll",{read:s.ElementRef,static:!0}]}],paddingElementRef:[{type:s.ViewChild,args:["padding",{read:s.ElementRef,static:!0}]}]}});class C{constructor(e){this.elementRef=e,this.stateChange$=new o.Subject,this._disabled=!1}get disabled(){return this._disabled}set disabled(e){this._disabled=this._isDisabled(e)}get label(){return(this.elementRef.nativeElement.textContent||"").trim()}ngOnChanges(e){e.disabled&&this.stateChange$.next({value:this.value,disabled:this._disabled})}ngAfterViewChecked(){this.label!==this._previousLabel&&(this._previousLabel=this.label,this.stateChange$.next({value:this.value,disabled:this._disabled,label:this.elementRef.nativeElement.innerHTML}))}ngOnDestroy(){this.stateChange$.complete()}_isDisabled(e){return null!=e&&"false"!=`${e}`}}C.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:C,deps:[{token:s.ElementRef}],target:s["ɵɵFactoryTarget"].Component}),C.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.10",type:C,selector:"ng-option",inputs:{value:"value",disabled:"disabled"},usesOnChanges:!0,ngImport:a||(a=n.t(s,2)),template:"",isInline:!0,changeDetection:s.ChangeDetectionStrategy.OnPush}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:C,decorators:[{type:s.Component,args:[{selector:"ng-option",changeDetection:s.ChangeDetectionStrategy.OnPush,template:""}]}],ctorParameters:function(){return[{type:s.ElementRef}]},propDecorators:{value:[{type:s.Input}],disabled:[{type:s.Input}]}});class A{constructor(){this.notFoundText="No items found",this.typeToSearchText="Type to search",this.addTagText="Add item",this.loadingText="Loading...",this.clearAllText="Clear all",this.disableVirtualScroll=!0,this.openOnEnter=!0,this.appearance="underline"}}A.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:A,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),A.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:A,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:A,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});class F{warn(e){console.warn(e)}}F.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:F,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),F.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:F,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:F,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});const W=new s.InjectionToken("ng-select-selection-model");class R{constructor(e,t,n,a,r,i,d){this.classes=e,this.autoFocus=t,this.config=n,this._cd=i,this._console=d,this.markFirst=!0,this.dropdownPosition="auto",this.loading=!1,this.closeOnSelect=!0,this.hideSelected=!1,this.selectOnTab=!1,this.bufferAmount=4,this.selectableGroup=!1,this.selectableGroupAsModel=!0,this.searchFn=null,this.trackByFn=null,this.clearOnBackspace=!0,this.labelForId=null,this.inputAttrs={},this.readonly=!1,this.searchWhileComposing=!0,this.minTermLength=0,this.editableSearchTerm=!1,this.keyDownFn=e=>!0,this.multiple=!1,this.addTag=!1,this.searchable=!0,this.clearable=!0,this.isOpen=!1,this.blurEvent=new s.EventEmitter,this.focusEvent=new s.EventEmitter,this.changeEvent=new s.EventEmitter,this.openEvent=new s.EventEmitter,this.closeEvent=new s.EventEmitter,this.searchEvent=new s.EventEmitter,this.clearEvent=new s.EventEmitter,this.addEvent=new s.EventEmitter,this.removeEvent=new s.EventEmitter,this.scroll=new s.EventEmitter,this.scrollToEnd=new s.EventEmitter,this.useDefaultClass=!0,this.viewPortItems=[],this.searchTerm=null,this.dropdownId=T(),this.escapeHTML=!0,this._items=[],this._defaultLabel="label",this._pressedKeys=[],this._isComposing=!1,this._destroy$=new o.Subject,this._keyPress$=new o.Subject,this._onChange=e=>{},this._onTouched=()=>{},this.clearItem=e=>{const t=this.selectedItems.find((t=>t.value===e));this.unselect(t)},this.trackByOption=(e,t)=>this.trackByFn?this.trackByFn(t.value):t,this._mergeGlobalConfig(n),this.itemsList=new H(this,a()),this.element=r.nativeElement}get items(){return this._items}set items(e){null===e&&(e=[]),this._itemsAreUsed=!0,this._items=e}get compareWith(){return this._compareWith}set compareWith(e){if(null!=e&&!h(e))throw Error("`compareWith` must be a function.");this._compareWith=e}get clearSearchOnAdd(){return u(this._clearSearchOnAdd)?this._clearSearchOnAdd:u(this.config.clearSearchOnAdd)?this.config.clearSearchOnAdd:this.closeOnSelect}set clearSearchOnAdd(e){this._clearSearchOnAdd=e}get disabled(){return this.readonly||this._disabled}get filtered(){return!!this.searchTerm&&this.searchable||this._isComposing}get single(){return!this.multiple}get _editableSearchTerm(){return this.editableSearchTerm&&!this.multiple}get selectedItems(){return this.itemsList.selectedItems}get selectedValues(){return this.selectedItems.map((e=>e.value))}get hasValue(){return this.selectedItems.length>0}get currentPanelPosition(){if(this.dropdownPanel)return this.dropdownPanel.currentPosition}ngOnInit(){this._handleKeyPresses(),this._setInputAttributes()}ngOnChanges(e){e.multiple&&this.itemsList.clearSelected(),e.items&&this._setItems(e.items.currentValue||[]),e.isOpen&&(this._manualOpen=u(e.isOpen.currentValue))}ngAfterViewInit(){this._itemsAreUsed||(this.escapeHTML=!1,this._setItemsFromNgOptions()),u(this.autoFocus)&&this.focus()}ngOnDestroy(){this._destroy$.next(),this._destroy$.complete()}handleKeyDown(e){if(O[e.which]){if(!1===this.keyDownFn(e))return;this.handleKeyCode(e)}else e.key&&1===e.key.length&&this._keyPress$.next(e.key.toLocaleLowerCase())}handleKeyCode(e){switch(e.which){case O.ArrowDown:this._handleArrowDown(e);break;case O.ArrowUp:this._handleArrowUp(e);break;case O.Space:this._handleSpace(e);break;case O.Enter:this._handleEnter(e);break;case O.Tab:this._handleTab(e);break;case O.Esc:this.close(),e.preventDefault();break;case O.Backspace:this._handleBackspace()}}handleMousedown(e){const t=e.target;"INPUT"!==t.tagName&&e.preventDefault(),t.classList.contains("ng-clear-wrapper")?this.handleClearClick():t.classList.contains("ng-arrow-wrapper")?this.handleArrowClick():t.classList.contains("ng-value-icon")||(this.focused||this.focus(),this.searchable?this.open():this.toggle())}handleArrowClick(){this.isOpen?this.close():this.open()}handleClearClick(){this.hasValue&&(this.itemsList.clearSelected(!0),this._updateNgModel()),this._clearSearch(),this.focus(),this.clearEvent.emit(),this._onSelectionChanged()}clearModel(){this.clearable&&(this.itemsList.clearSelected(),this._updateNgModel())}writeValue(e){this.itemsList.clearSelected(),this._handleWriteValue(e),this._cd.markForCheck()}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}setDisabledState(e){this._disabled=e,this._cd.markForCheck()}toggle(){this.isOpen?this.close():this.open()}open(){this.disabled||this.isOpen||this._manualOpen||(this._isTypeahead||this.addTag||!this.itemsList.noItemsToSelect)&&(this.isOpen=!0,this.itemsList.markSelectedOrDefault(this.markFirst),this.openEvent.emit(),this.searchTerm||this.focus(),this.detectChanges())}close(){this.isOpen&&!this._manualOpen&&(this.isOpen=!1,this._isComposing=!1,this._editableSearchTerm?this.itemsList.resetFilteredItems():this._clearSearch(),this.itemsList.unmarkItem(),this._onTouched(),this.closeEvent.emit(),this._cd.markForCheck())}toggleItem(e){!e||e.disabled||this.disabled||(this.multiple&&e.selected?this.unselect(e):this.select(e),this._editableSearchTerm&&this._setSearchTermFromItems(),this._onSelectionChanged())}select(e){e.selected||(this.itemsList.select(e),this.clearSearchOnAdd&&!this._editableSearchTerm&&this._clearSearch(),this._updateNgModel(),this.multiple&&this.addEvent.emit(e.value)),(this.closeOnSelect||this.itemsList.noItemsToSelect)&&this.close()}focus(){this.searchInput.nativeElement.focus()}blur(){this.searchInput.nativeElement.blur()}unselect(e){e&&(this.itemsList.unselect(e),this.focus(),this._updateNgModel(),this.removeEvent.emit(e))}selectTag(){let e;e=h(this.addTag)?this.addTag(this.searchTerm):this._primitive?this.searchTerm:{[this.bindLabel]:this.searchTerm};const t=e=>this._isTypeahead||!this.isOpen?this.itemsList.mapItem(e,null):this.itemsList.addItem(e);e instanceof Promise?e.then((e=>this.select(t(e)))).catch((()=>{})):e&&this.select(t(e))}showClear(){return this.clearable&&(this.hasValue||this.searchTerm)&&!this.disabled}get showAddTag(){if(!this._validTerm)return!1;const e=this.searchTerm.toLowerCase().trim();return this.addTag&&!this.itemsList.filteredItems.some((t=>t.label.toLowerCase()===e))&&(!this.hideSelected&&this.isOpen||!this.selectedItems.some((t=>t.label.toLowerCase()===e)))&&!this.loading}showNoItemsFound(){const e=0===this.itemsList.filteredItems.length;return(e&&!this._isTypeahead&&!this.loading||e&&this._isTypeahead&&this._validTerm&&!this.loading)&&!this.showAddTag}showTypeToSearch(){return 0===this.itemsList.filteredItems.length&&this._isTypeahead&&!this._validTerm&&!this.loading}onCompositionStart(){this._isComposing=!0}onCompositionEnd(e){this._isComposing=!1,this.searchWhileComposing||this.filter(e)}filter(e){this._isComposing&&!this.searchWhileComposing||(this.searchTerm=e,this._isTypeahead&&(this._validTerm||0===this.minTermLength)&&this.typeahead.next(e),this._isTypeahead||(this.itemsList.filter(this.searchTerm),this.isOpen&&this.itemsList.markSelectedOrDefault(this.markFirst)),this.searchEvent.emit({term:e,items:this.itemsList.filteredItems.map((e=>e.value))}),this.open())}onInputFocus(e){this.focused||(this._editableSearchTerm&&this._setSearchTermFromItems(),this.element.classList.add("ng-select-focused"),this.focusEvent.emit(e),this.focused=!0)}onInputBlur(e){this.element.classList.remove("ng-select-focused"),this.blurEvent.emit(e),this.isOpen||this.disabled||this._onTouched(),this._editableSearchTerm&&this._setSearchTermFromItems(),this.focused=!1}onItemHover(e){e.disabled||this.itemsList.markItem(e)}detectChanges(){this._cd.destroyed||this._cd.detectChanges()}_setSearchTermFromItems(){const e=this.selectedItems&&this.selectedItems[0];this.searchTerm=e&&e.label||null}_setItems(e){const t=e[0];this.bindLabel=this.bindLabel||this._defaultLabel,this._primitive=u(t)?!c(t):this._primitive||this.bindLabel===this._defaultLabel,this.itemsList.setItems(e),e.length>0&&this.hasValue&&this.itemsList.mapSelectedItems(),this.isOpen&&u(this.searchTerm)&&!this._isTypeahead&&this.itemsList.filter(this.searchTerm),(this._isTypeahead||this.isOpen)&&this.itemsList.markSelectedOrDefault(this.markFirst)}_setItemsFromNgOptions(){const e=e=>{this.items=e.map((e=>({$ngOptionValue:e.value,$ngOptionLabel:e.elementRef.nativeElement.innerHTML,disabled:e.disabled}))),this.itemsList.setItems(this.items),this.hasValue&&this.itemsList.mapSelectedItems(),this.detectChanges()},t=()=>{const e=(0,o.merge)(this.ngOptions.changes,this._destroy$);(0,o.merge)(...this.ngOptions.map((e=>e.stateChange$))).pipe((0,i.takeUntil)(e)).subscribe((e=>{const t=this.itemsList.findItem(e.value);t.disabled=e.disabled,t.label=e.label||t.label,this._cd.detectChanges()}))};this.ngOptions.changes.pipe((0,i.startWith)(this.ngOptions),(0,i.takeUntil)(this._destroy$)).subscribe((n=>{this.bindLabel=this._defaultLabel,e(n),t()}))}_isValidWriteValue(e){if(!u(e)||this.multiple&&""===e||Array.isArray(e)&&0===e.length)return!1;const t=e=>!(!u(this.compareWith)&&c(e)&&this.bindValue)||(this._console.warn(`Setting object(${JSON.stringify(e)}) as your model with bindValue is not allowed unless [compareWith] is used.`),!1);return this.multiple?Array.isArray(e)?e.every((e=>t(e))):(this._console.warn("Multiple select ngModel should be array."),!1):t(e)}_handleWriteValue(e){if(!this._isValidWriteValue(e))return;const t=e=>{let t=this.itemsList.findItem(e);if(t)this.itemsList.select(t);else{const n=c(e),a=!n&&!this.bindValue;n||a?this.itemsList.select(this.itemsList.mapItem(e,null)):this.bindValue&&(t={[this.bindLabel]:null,[this.bindValue]:e},this.itemsList.select(this.itemsList.mapItem(t,null)))}};this.multiple?e.forEach((e=>t(e))):t(e)}_handleKeyPresses(){this.searchable||this._keyPress$.pipe((0,i.takeUntil)(this._destroy$),(0,i.tap)((e=>this._pressedKeys.push(e))),(0,i.debounceTime)(200),(0,i.filter)((()=>this._pressedKeys.length>0)),(0,i.map)((()=>this._pressedKeys.join("")))).subscribe((e=>{const t=this.itemsList.findByLabel(e);t&&(this.isOpen?(this.itemsList.markItem(t),this._scrollToMarked(),this._cd.markForCheck()):this.select(t)),this._pressedKeys=[]}))}_setInputAttributes(){const e=this.searchInput.nativeElement,t={type:"text",autocorrect:"off",autocapitalize:"off",autocomplete:this.labelForId?"off":this.dropdownId,...this.inputAttrs};for(const n of Object.keys(t))e.setAttribute(n,t[n])}_updateNgModel(){const e=[];for(const t of this.selectedItems)if(this.bindValue){let n=null;if(t.children){const e=this.groupValue?this.bindValue:this.groupBy;n=t.value[e||this.groupBy]}else n=this.itemsList.resolveNested(t.value,this.bindValue);e.push(n)}else e.push(t.value);const t=this.selectedItems.map((e=>e.value));this.multiple?(this._onChange(e),this.changeEvent.emit(t)):(this._onChange(u(e[0])?e[0]:null),this.changeEvent.emit(t[0])),this._cd.markForCheck()}_clearSearch(){this.searchTerm&&(this._changeSearch(null),this.itemsList.resetFilteredItems())}_changeSearch(e){this.searchTerm=e,this._isTypeahead&&this.typeahead.next(e)}_scrollToMarked(){this.isOpen&&this.dropdownPanel&&this.dropdownPanel.scrollTo(this.itemsList.markedItem)}_scrollToTag(){this.isOpen&&this.dropdownPanel&&this.dropdownPanel.scrollToTag()}_onSelectionChanged(){this.isOpen&&this.multiple&&this.appendTo&&(this._cd.detectChanges(),this.dropdownPanel.adjustPosition())}_handleTab(e){(!1!==this.isOpen||this.addTag)&&(this.selectOnTab?this.itemsList.markedItem?(this.toggleItem(this.itemsList.markedItem),e.preventDefault()):this.showAddTag?(this.selectTag(),e.preventDefault()):this.close():this.close())}_handleEnter(e){if(this.isOpen||this._manualOpen)this.itemsList.markedItem?this.toggleItem(this.itemsList.markedItem):this.showAddTag&&this.selectTag();else{if(!this.openOnEnter)return;this.open()}e.preventDefault()}_handleSpace(e){this.isOpen||this._manualOpen||(this.open(),e.preventDefault())}_handleArrowDown(e){this._nextItemIsTag(1)?(this.itemsList.unmarkItem(),this._scrollToTag()):(this.itemsList.markNextItem(),this._scrollToMarked()),this.open(),e.preventDefault()}_handleArrowUp(e){this.isOpen&&(this._nextItemIsTag(-1)?(this.itemsList.unmarkItem(),this._scrollToTag()):(this.itemsList.markPreviousItem(),this._scrollToMarked()),e.preventDefault())}_nextItemIsTag(e){const t=this.itemsList.markedIndex+e;return this.addTag&&this.searchTerm&&this.itemsList.markedItem&&(t<0||t===this.itemsList.filteredItems.length)}_handleBackspace(){!this.searchTerm&&this.clearable&&this.clearOnBackspace&&this.hasValue&&(this.multiple?this.unselect(this.itemsList.lastSelectedItem):this.clearModel())}get _isTypeahead(){return this.typeahead&&this.typeahead.observers.length>0}get _validTerm(){const e=this.searchTerm&&this.searchTerm.trim();return e&&e.length>=this.minTermLength}_mergeGlobalConfig(e){this.placeholder=this.placeholder||e.placeholder,this.notFoundText=this.notFoundText||e.notFoundText,this.typeToSearchText=this.typeToSearchText||e.typeToSearchText,this.addTagText=this.addTagText||e.addTagText,this.loadingText=this.loadingText||e.loadingText,this.clearAllText=this.clearAllText||e.clearAllText,this.virtualScroll=u(this.virtualScroll)?this.virtualScroll:!!u(e.disableVirtualScroll)&&!e.disableVirtualScroll,this.openOnEnter=u(this.openOnEnter)?this.openOnEnter:e.openOnEnter,this.appendTo=this.appendTo||e.appendTo,this.bindValue=this.bindValue||e.bindValue,this.bindLabel=this.bindLabel||e.bindLabel,this.appearance=this.appearance||e.appearance}}function N(){return new V}R.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:R,deps:[{token:"class",attribute:!0},{token:"autofocus",attribute:!0},{token:A},{token:W},{token:s.ElementRef},{token:s.ChangeDetectorRef},{token:F}],target:s["ɵɵFactoryTarget"].Component}),R.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.2.10",type:R,selector:"ng-select",inputs:{bindLabel:"bindLabel",bindValue:"bindValue",markFirst:"markFirst",placeholder:"placeholder",notFoundText:"notFoundText",typeToSearchText:"typeToSearchText",addTagText:"addTagText",loadingText:"loadingText",clearAllText:"clearAllText",appearance:"appearance",dropdownPosition:"dropdownPosition",appendTo:"appendTo",loading:"loading",closeOnSelect:"closeOnSelect",hideSelected:"hideSelected",selectOnTab:"selectOnTab",openOnEnter:"openOnEnter",maxSelectedItems:"maxSelectedItems",groupBy:"groupBy",groupValue:"groupValue",bufferAmount:"bufferAmount",virtualScroll:"virtualScroll",selectableGroup:"selectableGroup",selectableGroupAsModel:"selectableGroupAsModel",searchFn:"searchFn",trackByFn:"trackByFn",clearOnBackspace:"clearOnBackspace",labelForId:"labelForId",inputAttrs:"inputAttrs",tabIndex:"tabIndex",readonly:"readonly",searchWhileComposing:"searchWhileComposing",minTermLength:"minTermLength",editableSearchTerm:"editableSearchTerm",keyDownFn:"keyDownFn",typeahead:"typeahead",multiple:"multiple",addTag:"addTag",searchable:"searchable",clearable:"clearable",isOpen:"isOpen",items:"items",compareWith:"compareWith",clearSearchOnAdd:"clearSearchOnAdd"},outputs:{blurEvent:"blur",focusEvent:"focus",changeEvent:"change",openEvent:"open",closeEvent:"close",searchEvent:"search",clearEvent:"clear",addEvent:"add",removeEvent:"remove",scroll:"scroll",scrollToEnd:"scrollToEnd"},host:{listeners:{keydown:"handleKeyDown($event)"},properties:{"class.ng-select-typeahead":"this.typeahead","class.ng-select-multiple":"this.multiple","class.ng-select-taggable":"this.addTag","class.ng-select-searchable":"this.searchable","class.ng-select-clearable":"this.clearable","class.ng-select-opened":"this.isOpen","class.ng-select":"this.useDefaultClass","class.ng-select-disabled":"this.disabled","class.ng-select-filtered":"this.filtered","class.ng-select-single":"this.single"}},providers:[{provide:r.NG_VALUE_ACCESSOR,useExisting:(0,s.forwardRef)((()=>R)),multi:!0},I],queries:[{propertyName:"optionTemplate",first:!0,predicate:g,descendants:!0,read:s.TemplateRef},{propertyName:"optgroupTemplate",first:!0,predicate:y,descendants:!0,read:s.TemplateRef},{propertyName:"labelTemplate",first:!0,predicate:M,descendants:!0,read:s.TemplateRef},{propertyName:"multiLabelTemplate",first:!0,predicate:f,descendants:!0,read:s.TemplateRef},{propertyName:"headerTemplate",first:!0,predicate:L,descendants:!0,read:s.TemplateRef},{propertyName:"footerTemplate",first:!0,predicate:Y,descendants:!0,read:s.TemplateRef},{propertyName:"notFoundTemplate",first:!0,predicate:D,descendants:!0,read:s.TemplateRef},{propertyName:"typeToSearchTemplate",first:!0,predicate:k,descendants:!0,read:s.TemplateRef},{propertyName:"loadingTextTemplate",first:!0,predicate:v,descendants:!0,read:s.TemplateRef},{propertyName:"tagTemplate",first:!0,predicate:b,descendants:!0,read:s.TemplateRef},{propertyName:"loadingSpinnerTemplate",first:!0,predicate:w,descendants:!0,read:s.TemplateRef},{propertyName:"ngOptions",predicate:C,descendants:!0}],viewQueries:[{propertyName:"dropdownPanel",first:!0,predicate:s.forwardRef((function(){return P})),descendants:!0},{propertyName:"searchInput",first:!0,predicate:["searchInput"],descendants:!0,static:!0}],usesOnChanges:!0,ngImport:a||(a=n.t(s,2)),template:'\n\n
\n
{{placeholder}}
\n\n \n
\n \n \n \n \n\n \n \n
\n
\n\n \n \n\n
\n\n \n
\n
\n\n \n \n
\n
\n\n \n \n
\n\n \n \n \n\n \n \n \n\n\n\n\n \n
\n\n \n \n \n\n \n \n
\n\n
\n \n {{addTagText}}"{{searchTerm}}"\n \n\n \n \n
\n
\n\n \n \n
{{notFoundText}}
\n
\n\n \n \n
\n\n \n \n
{{typeToSearchText}}
\n
\n\n \n \n
\n\n \n \n
{{loadingText}}
\n
\n\n \n \n
\n\n
\n',styles:['@charset "UTF-8";.ng-select{position:relative;display:block;box-sizing:border-box}.ng-select div,.ng-select input,.ng-select span{box-sizing:border-box}.ng-select [hidden]{display:none}.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input{opacity:1}.ng-select.ng-select-opened .ng-select-container{z-index:1001}.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder,.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value{-webkit-user-select:none;user-select:none;cursor:default}.ng-select.ng-select-disabled .ng-arrow-wrapper{cursor:default}.ng-select.ng-select-filtered .ng-placeholder{display:none}.ng-select .ng-select-container{cursor:default;display:flex;outline:none;overflow:hidden;position:relative;width:100%}.ng-select .ng-select-container .ng-value-container{display:flex;flex:1}.ng-select .ng-select-container .ng-value-container .ng-input{opacity:0}.ng-select .ng-select-container .ng-value-container .ng-input>input{box-sizing:content-box;background:none transparent;border:0 none;box-shadow:none;outline:none;padding:0;cursor:default;width:100%}.ng-select .ng-select-container .ng-value-container .ng-input>input::-ms-clear{display:none}.ng-select .ng-select-container .ng-value-container .ng-input>input[readonly]{-webkit-user-select:none;user-select:none;width:0;padding:0}.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value{visibility:hidden}.ng-select.ng-select-single .ng-select-container .ng-value-container,.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:none}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{position:absolute;left:0;width:100%}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-icon{display:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{flex-wrap:wrap}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{position:absolute}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{white-space:nowrap}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-icon{display:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{cursor:pointer}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{flex:1;z-index:2}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{z-index:1}.ng-select .ng-clear-wrapper{cursor:pointer;position:relative;width:17px;-webkit-user-select:none;user-select:none}.ng-select .ng-clear-wrapper .ng-clear{display:inline-block;font-size:18px;line-height:1;pointer-events:none}.ng-select .ng-spinner-loader{border-radius:50%;width:17px;height:17px;margin-right:5px;font-size:10px;position:relative;text-indent:-9999em;border-top:2px solid rgba(66,66,66,.2);border-right:2px solid rgba(66,66,66,.2);border-bottom:2px solid rgba(66,66,66,.2);border-left:2px solid #424242;transform:translateZ(0);animation:load8 .8s infinite linear}.ng-select .ng-spinner-loader:after{border-radius:50%;width:17px;height:17px}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ng-select .ng-arrow-wrapper{cursor:pointer;position:relative;text-align:center;-webkit-user-select:none;user-select:none}.ng-select .ng-arrow-wrapper .ng-arrow{pointer-events:none;display:inline-block;height:0;width:0;position:relative}.ng-dropdown-panel{box-sizing:border-box;position:absolute;opacity:0;width:100%;z-index:1050;-webkit-overflow-scrolling:touch}.ng-dropdown-panel .ng-dropdown-panel-items{display:block;height:auto;box-sizing:border-box;max-height:240px;overflow-y:auto}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{box-sizing:border-box;cursor:pointer;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label:empty:before{content:"\\200b"}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted{font-weight:700;text-decoration:underline}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled{cursor:default}.ng-dropdown-panel .scroll-host{overflow:hidden;overflow-y:auto;position:relative;display:block;-webkit-overflow-scrolling:touch}.ng-dropdown-panel .scrollable-content{top:0;left:0;width:100%;height:100%;position:absolute}.ng-dropdown-panel .total-padding{width:1px;opacity:0}\n'],dependencies:[{kind:"directive",type:d.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:d.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:d.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:d.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"component",type:P,selector:"ng-dropdown-panel",inputs:["items","markedItem","position","appendTo","bufferAmount","virtualScroll","headerTemplate","footerTemplate","filterValue"],outputs:["update","scroll","scrollToEnd","outsideClick"]},{kind:"directive",type:p,selector:"[ngItemLabel]",inputs:["ngItemLabel","escape"]}],changeDetection:s.ChangeDetectionStrategy.OnPush,encapsulation:s.ViewEncapsulation.None}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:R,decorators:[{type:s.Component,args:[{selector:"ng-select",providers:[{provide:r.NG_VALUE_ACCESSOR,useExisting:(0,s.forwardRef)((()=>R)),multi:!0},I],encapsulation:s.ViewEncapsulation.None,changeDetection:s.ChangeDetectionStrategy.OnPush,template:'\n\n
\n
{{placeholder}}
\n\n \n
\n \n \n \n \n\n \n \n
\n
\n\n \n \n\n
\n\n \n
\n
\n\n \n \n
\n
\n\n \n \n
\n\n \n \n \n\n \n \n \n\n\n\n\n \n
\n\n \n \n \n\n \n \n
\n\n
\n \n {{addTagText}}"{{searchTerm}}"\n \n\n \n \n
\n
\n\n \n \n
{{notFoundText}}
\n
\n\n \n \n
\n\n \n \n
{{typeToSearchText}}
\n
\n\n \n \n
\n\n \n \n
{{loadingText}}
\n
\n\n \n \n
\n\n
\n',styles:['@charset "UTF-8";.ng-select{position:relative;display:block;box-sizing:border-box}.ng-select div,.ng-select input,.ng-select span{box-sizing:border-box}.ng-select [hidden]{display:none}.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input{opacity:1}.ng-select.ng-select-opened .ng-select-container{z-index:1001}.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder,.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value{-webkit-user-select:none;user-select:none;cursor:default}.ng-select.ng-select-disabled .ng-arrow-wrapper{cursor:default}.ng-select.ng-select-filtered .ng-placeholder{display:none}.ng-select .ng-select-container{cursor:default;display:flex;outline:none;overflow:hidden;position:relative;width:100%}.ng-select .ng-select-container .ng-value-container{display:flex;flex:1}.ng-select .ng-select-container .ng-value-container .ng-input{opacity:0}.ng-select .ng-select-container .ng-value-container .ng-input>input{box-sizing:content-box;background:none transparent;border:0 none;box-shadow:none;outline:none;padding:0;cursor:default;width:100%}.ng-select .ng-select-container .ng-value-container .ng-input>input::-ms-clear{display:none}.ng-select .ng-select-container .ng-value-container .ng-input>input[readonly]{-webkit-user-select:none;user-select:none;width:0;padding:0}.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value{visibility:hidden}.ng-select.ng-select-single .ng-select-container .ng-value-container,.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:none}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{position:absolute;left:0;width:100%}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-icon{display:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{flex-wrap:wrap}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{position:absolute}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{white-space:nowrap}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-icon{display:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{cursor:pointer}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{flex:1;z-index:2}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{z-index:1}.ng-select .ng-clear-wrapper{cursor:pointer;position:relative;width:17px;-webkit-user-select:none;user-select:none}.ng-select .ng-clear-wrapper .ng-clear{display:inline-block;font-size:18px;line-height:1;pointer-events:none}.ng-select .ng-spinner-loader{border-radius:50%;width:17px;height:17px;margin-right:5px;font-size:10px;position:relative;text-indent:-9999em;border-top:2px solid rgba(66,66,66,.2);border-right:2px solid rgba(66,66,66,.2);border-bottom:2px solid rgba(66,66,66,.2);border-left:2px solid #424242;transform:translateZ(0);animation:load8 .8s infinite linear}.ng-select .ng-spinner-loader:after{border-radius:50%;width:17px;height:17px}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ng-select .ng-arrow-wrapper{cursor:pointer;position:relative;text-align:center;-webkit-user-select:none;user-select:none}.ng-select .ng-arrow-wrapper .ng-arrow{pointer-events:none;display:inline-block;height:0;width:0;position:relative}.ng-dropdown-panel{box-sizing:border-box;position:absolute;opacity:0;width:100%;z-index:1050;-webkit-overflow-scrolling:touch}.ng-dropdown-panel .ng-dropdown-panel-items{display:block;height:auto;box-sizing:border-box;max-height:240px;overflow-y:auto}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{box-sizing:border-box;cursor:pointer;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label:empty:before{content:"\\200b"}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted{font-weight:700;text-decoration:underline}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled{cursor:default}.ng-dropdown-panel .scroll-host{overflow:hidden;overflow-y:auto;position:relative;display:block;-webkit-overflow-scrolling:touch}.ng-dropdown-panel .scrollable-content{top:0;left:0;width:100%;height:100%;position:absolute}.ng-dropdown-panel .total-padding{width:1px;opacity:0}\n']}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Attribute,args:["class"]}]},{type:void 0,decorators:[{type:s.Attribute,args:["autofocus"]}]},{type:A},{type:void 0,decorators:[{type:s.Inject,args:[W]}]},{type:s.ElementRef},{type:s.ChangeDetectorRef},{type:F}]},propDecorators:{bindLabel:[{type:s.Input}],bindValue:[{type:s.Input}],markFirst:[{type:s.Input}],placeholder:[{type:s.Input}],notFoundText:[{type:s.Input}],typeToSearchText:[{type:s.Input}],addTagText:[{type:s.Input}],loadingText:[{type:s.Input}],clearAllText:[{type:s.Input}],appearance:[{type:s.Input}],dropdownPosition:[{type:s.Input}],appendTo:[{type:s.Input}],loading:[{type:s.Input}],closeOnSelect:[{type:s.Input}],hideSelected:[{type:s.Input}],selectOnTab:[{type:s.Input}],openOnEnter:[{type:s.Input}],maxSelectedItems:[{type:s.Input}],groupBy:[{type:s.Input}],groupValue:[{type:s.Input}],bufferAmount:[{type:s.Input}],virtualScroll:[{type:s.Input}],selectableGroup:[{type:s.Input}],selectableGroupAsModel:[{type:s.Input}],searchFn:[{type:s.Input}],trackByFn:[{type:s.Input}],clearOnBackspace:[{type:s.Input}],labelForId:[{type:s.Input}],inputAttrs:[{type:s.Input}],tabIndex:[{type:s.Input}],readonly:[{type:s.Input}],searchWhileComposing:[{type:s.Input}],minTermLength:[{type:s.Input}],editableSearchTerm:[{type:s.Input}],keyDownFn:[{type:s.Input}],typeahead:[{type:s.Input},{type:s.HostBinding,args:["class.ng-select-typeahead"]}],multiple:[{type:s.Input},{type:s.HostBinding,args:["class.ng-select-multiple"]}],addTag:[{type:s.Input},{type:s.HostBinding,args:["class.ng-select-taggable"]}],searchable:[{type:s.Input},{type:s.HostBinding,args:["class.ng-select-searchable"]}],clearable:[{type:s.Input},{type:s.HostBinding,args:["class.ng-select-clearable"]}],isOpen:[{type:s.Input},{type:s.HostBinding,args:["class.ng-select-opened"]}],items:[{type:s.Input}],compareWith:[{type:s.Input}],clearSearchOnAdd:[{type:s.Input}],blurEvent:[{type:s.Output,args:["blur"]}],focusEvent:[{type:s.Output,args:["focus"]}],changeEvent:[{type:s.Output,args:["change"]}],openEvent:[{type:s.Output,args:["open"]}],closeEvent:[{type:s.Output,args:["close"]}],searchEvent:[{type:s.Output,args:["search"]}],clearEvent:[{type:s.Output,args:["clear"]}],addEvent:[{type:s.Output,args:["add"]}],removeEvent:[{type:s.Output,args:["remove"]}],scroll:[{type:s.Output,args:["scroll"]}],scrollToEnd:[{type:s.Output,args:["scrollToEnd"]}],optionTemplate:[{type:s.ContentChild,args:[g,{read:s.TemplateRef}]}],optgroupTemplate:[{type:s.ContentChild,args:[y,{read:s.TemplateRef}]}],labelTemplate:[{type:s.ContentChild,args:[M,{read:s.TemplateRef}]}],multiLabelTemplate:[{type:s.ContentChild,args:[f,{read:s.TemplateRef}]}],headerTemplate:[{type:s.ContentChild,args:[L,{read:s.TemplateRef}]}],footerTemplate:[{type:s.ContentChild,args:[Y,{read:s.TemplateRef}]}],notFoundTemplate:[{type:s.ContentChild,args:[D,{read:s.TemplateRef}]}],typeToSearchTemplate:[{type:s.ContentChild,args:[k,{read:s.TemplateRef}]}],loadingTextTemplate:[{type:s.ContentChild,args:[v,{read:s.TemplateRef}]}],tagTemplate:[{type:s.ContentChild,args:[b,{read:s.TemplateRef}]}],loadingSpinnerTemplate:[{type:s.ContentChild,args:[w,{read:s.TemplateRef}]}],dropdownPanel:[{type:s.ViewChild,args:[(0,s.forwardRef)((()=>P))]}],searchInput:[{type:s.ViewChild,args:["searchInput",{static:!0}]}],ngOptions:[{type:s.ContentChildren,args:[C,{descendants:!0}]}],useDefaultClass:[{type:s.HostBinding,args:["class.ng-select"]}],disabled:[{type:s.HostBinding,args:["class.ng-select-disabled"]}],filtered:[{type:s.HostBinding,args:["class.ng-select-filtered"]}],single:[{type:s.HostBinding,args:["class.ng-select-single"]}],handleKeyDown:[{type:s.HostListener,args:["keydown",["$event"]]}]}});class V{constructor(){this._selected=[]}get value(){return this._selected}select(e,t,n){if(e.selected=!0,(!e.children||!t&&n)&&this._selected.push(e),t)if(e.parent){const t=e.parent.children.length,n=e.parent.children.filter((e=>e.selected)).length;e.parent.selected=t===n}else e.children&&(this._setChildrenSelectedState(e.children,!0),this._removeChildren(e),n&&this._activeChildren(e)?this._selected=[...this._selected.filter((t=>t.parent!==e)),e]:this._selected=[...this._selected,...e.children.filter((e=>!e.disabled))])}unselect(e,t){if(this._selected=this._selected.filter((t=>t!==e)),e.selected=!1,t)if(e.parent&&e.parent.selected){const t=e.parent.children;this._removeParent(e.parent),this._removeChildren(e.parent),this._selected.push(...t.filter((t=>t!==e&&!t.disabled))),e.parent.selected=!1}else e.children&&(this._setChildrenSelectedState(e.children,!1),this._removeChildren(e))}clear(e){this._selected=e?this._selected.filter((e=>e.disabled)):[]}_setChildrenSelectedState(e,t){for(const n of e)n.disabled||(n.selected=t)}_removeChildren(e){this._selected=[...this._selected.filter((t=>t.parent!==e)),...e.children.filter((t=>t.parent===e&&t.disabled&&t.selected))]}_removeParent(e){this._selected=this._selected.filter((t=>t!==e))}_activeChildren(e){return e.children.every((e=>!e.disabled||e.selected))}}class z{}z.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:z,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),z.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:z,declarations:[P,C,R,y,g,M,f,L,Y,D,k,v,b,w,p],imports:[d.CommonModule],exports:[R,C,y,g,M,f,L,Y,D,k,v,b,w]}),z.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:z,providers:[{provide:W,useValue:N}],imports:[d.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.2.10",ngImport:a||(a=n.t(s,2)),type:z,decorators:[{type:s.NgModule,args:[{declarations:[P,C,R,y,g,M,f,L,Y,D,k,v,b,w,p],imports:[d.CommonModule],exports:[R,C,y,g,M,f,L,Y,D,k,v,b,w],providers:[{provide:W,useValue:N}]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30602.146df9953e4de814eb7a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30602.146df9953e4de814eb7a.js.LICENSE.txt new file mode 100644 index 0000000..f81ca97 --- /dev/null +++ b/dist/apps/processing-runtime-widget/30602.146df9953e4de814eb7a.js.LICENSE.txt @@ -0,0 +1,11 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +//! moment.js + +//! moment.js locale configuration diff --git a/dist/apps/processing-runtime-widget/30743.87cd1ca68d2958c0c7ad.js b/dist/apps/processing-runtime-widget/30743.87cd1ca68d2958c0c7ad.js new file mode 100644 index 0000000..05147ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/30743.87cd1ca68d2958c0c7ad.js @@ -0,0 +1,2 @@ +/*! For license information please see 30743.87cd1ca68d2958c0c7ad.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30743],{30743:function(m,a,n){n.r(a);const s=void 0;a.default=["ln-CF",[["ntɔ́ngɔ́","mpókwa"],s,s],s,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],s,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],s,[["libóso ya","nsima ya Y"],s,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","Falánga CFA BEAC",{CDF:["FC"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(m){const a=m;return a===Math.floor(a)&&a>=0&&a<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30743.87cd1ca68d2958c0c7ad.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30743.87cd1ca68d2958c0c7ad.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30743.87cd1ca68d2958c0c7ad.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/30977.1513f7f7fa76e018be27.js b/dist/apps/processing-runtime-widget/30977.1513f7f7fa76e018be27.js new file mode 100644 index 0000000..6b0cc3f --- /dev/null +++ b/dist/apps/processing-runtime-widget/30977.1513f7f7fa76e018be27.js @@ -0,0 +1,2 @@ +/*! For license information please see 30977.1513f7f7fa76e018be27.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[30977],{30977:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/30977.1513f7f7fa76e018be27.js.LICENSE.txt b/dist/apps/processing-runtime-widget/30977.1513f7f7fa76e018be27.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/30977.1513f7f7fa76e018be27.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31010.b3292cc4de06bd048476.js b/dist/apps/processing-runtime-widget/31010.b3292cc4de06bd048476.js new file mode 100644 index 0000000..3dd3c54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31010.b3292cc4de06bd048476.js @@ -0,0 +1,2 @@ +/*! For license information please see 31010.b3292cc4de06bd048476.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31010],{31010:function(a,i,k){k.r(i);const K=void 0;i.default=["nyn",[["AM","PM"],K,K],K,[["S","K","R","S","N","T","M"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"],["Sande","Orwokubanza","Orwakabiri","Orwakashatu","Orwakana","Orwakataano","Orwamukaaga"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"]],K,[["J","F","M","A","M","J","J","A","S","O","N","D"],["KBZ","KBR","KST","KKN","KTN","KMK","KMS","KMN","KMW","KKM","KNK","KNB"],["Okwokubanza","Okwakabiri","Okwakashatu","Okwakana","Okwakataana","Okwamukaaga","Okwamushanju","Okwamunaana","Okwamwenda","Okwaikumi","Okwaikumi na kumwe","Okwaikumi na ibiri"]],K,[["BC","AD"],K,["Kurisito Atakaijire","Kurisito Yaijire"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",K,K,K],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"UGX","USh","Eshiringi ya Uganda",{JPY:["JP¥","¥"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31010.b3292cc4de06bd048476.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31010.b3292cc4de06bd048476.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31010.b3292cc4de06bd048476.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31034.9e7229651a0b3bcd7f93.js b/dist/apps/processing-runtime-widget/31034.9e7229651a0b3bcd7f93.js new file mode 100644 index 0000000..d0562b3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31034.9e7229651a0b3bcd7f93.js @@ -0,0 +1,2 @@ +/*! For license information please see 31034.9e7229651a0b3bcd7f93.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31034],{31034:function(s,u,e){e.r(u);const c=void 0;u.default=["ff-Adlm-SL",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],c],[["𞤀𞤎","𞤇𞤎"],c,c],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],c,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],c],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],c,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,"{1} 𞤉 {0}",c],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SLL","Le","𞤂𞤫𞤴𞤮𞤲 𞤅𞤫𞤪𞤢𞤤𞤭𞤴𞤢𞤲𞤳𞤮",{BYN:[c,"р."],GNF:[c,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],SLL:["Le"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31034.9e7229651a0b3bcd7f93.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31034.9e7229651a0b3bcd7f93.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31034.9e7229651a0b3bcd7f93.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3108.1884a3eb46d5bb768685.js b/dist/apps/processing-runtime-widget/3108.1884a3eb46d5bb768685.js new file mode 100644 index 0000000..4e1d7a8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3108.1884a3eb46d5bb768685.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3108],{3108:function(e,n,t){var s;t.r(n),t.d(n,{TimepickerActions:function(){return d},TimepickerComponent:function(){return _},TimepickerConfig:function(){return E},TimepickerModule:function(){return V},TimepickerStore:function(){return C}});var i=t(40761),r=t(24219),o=t(89754),a=t(19501),c=t(80179);class d{writeValue(e){return{type:d.WRITE_VALUE,payload:e}}changeHours(e){return{type:d.CHANGE_HOURS,payload:e}}changeMinutes(e){return{type:d.CHANGE_MINUTES,payload:e}}changeSeconds(e){return{type:d.CHANGE_SECONDS,payload:e}}setTime(e){return{type:d.SET_TIME_UNIT,payload:e}}updateControls(e){return{type:d.UPDATE_CONTROLS,payload:e}}}d.WRITE_VALUE="[timepicker] write value from ng model",d.CHANGE_HOURS="[timepicker] change hours",d.CHANGE_MINUTES="[timepicker] change minutes",d.CHANGE_SECONDS="[timepicker] change seconds",d.SET_TIME_UNIT="[timepicker] set time unit",d.UPDATE_CONTROLS="[timepicker] update controls",d.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:d,deps:[],target:i["ɵɵFactoryTarget"].Injectable}),d.ɵprov=i["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:d,providedIn:"platform"}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:d,decorators:[{type:i.Injectable,args:[{providedIn:"platform"}]}]});function l(e){return!!e&&(!(e instanceof Date&&isNaN(e.getHours()))&&("string"!=typeof e||l(new Date(e))))}function h(e,n){return!(e.min&&ne.max)}function u(e){return void 0===e?NaN:"number"==typeof e?e:parseInt(e,10)}function p(e,n=!1){const t=u(e);return isNaN(t)||t<0||t>(n?12:24)?NaN:t}function m(e){const n=u(e);return isNaN(n)||n<0||n>60?NaN:n}function g(e){const n=u(e);return isNaN(n)||n<0||n>60?NaN:n}function b(e){return"string"==typeof e?new Date(e):e}function w(e,n){if(!e)return w(y(new Date,0,0,0),n);if(!n)return e;let t=e.getHours(),s=e.getMinutes(),i=e.getSeconds();return n.hour&&(t+=u(n.hour)),n.minute&&(s+=u(n.minute)),n.seconds&&(i+=u(n.seconds)),y(e,t,s,i)}function f(e,n){let t=p(n.hour);const s=m(n.minute),i=g(n.seconds)||0;return n.isPM&&12!==t&&(t+=12),e?isNaN(t)||isNaN(s)?e:y(e,t,s,i):isNaN(t)||isNaN(s)?e:y(new Date,t,s,i)}function y(e,n,t,s){const i=new Date(e.getFullYear(),e.getMonth(),e.getDate(),n,t,s,e.getMilliseconds());return i.setFullYear(e.getFullYear()),i.setMonth(e.getMonth()),i.setDate(e.getDate()),i}function v(e){const n=e.toString();return n.length>1?n:`0${n}`}function S(e,n){return!isNaN(p(e,n))}function I(e){return!isNaN(m(e))}function M(e){return!isNaN(g(e))}function x(e,n="0",t="0",s){return S(e,s)&&I(n)&&M(t)}function k(e,n){if(e.readonlyInput||e.disabled)return!1;if(n){if("wheel"===n.source&&!e.mousewheel)return!1;if("key"===n.source&&!e.arrowkeys)return!1}return!0}function D(e){const{hourStep:n,minuteStep:t,secondsStep:s,readonlyInput:i,disabled:r,mousewheel:o,arrowkeys:a,showSpinners:c,showMeridian:d,showSeconds:l,meridians:h,min:u,max:p}=e;return{hourStep:n,minuteStep:t,secondsStep:s,readonlyInput:i,disabled:r,mousewheel:o,arrowkeys:a,showSpinners:c,showMeridian:d,showSeconds:l,meridians:h,min:u,max:p}}class E{constructor(){this.hourStep=1,this.minuteStep=5,this.secondsStep=10,this.showMeridian=!0,this.meridians=["AM","PM"],this.readonlyInput=!1,this.disabled=!1,this.allowEmptyTime=!1,this.mousewheel=!0,this.arrowkeys=!0,this.showSpinners=!0,this.showSeconds=!1,this.showMinutes=!0,this.hoursPlaceholder="HH",this.minutesPlaceholder="MM",this.secondsPlaceholder="SS",this.ariaLabelHours="hours",this.ariaLabelMinutes="minutes",this.ariaLabelSeconds="seconds"}}E.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:E,deps:[],target:i["ɵɵFactoryTarget"].Injectable}),E.ɵprov=i["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:E,providedIn:"root"}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:E,decorators:[{type:i.Injectable,args:[{providedIn:"root"}]}]});const H={value:void 0,config:new E,controls:{canIncrementHours:!0,canIncrementMinutes:!0,canIncrementSeconds:!0,canDecrementHours:!0,canDecrementMinutes:!0,canDecrementSeconds:!0,canToggleMeridian:!0}};function T(e=H,n){switch(n.type){case d.WRITE_VALUE:return Object.assign({},e,{value:n.payload});case d.CHANGE_HOURS:{if(!k(e.config,n.payload)||(t=n.payload,s=e.controls,!t.step||t.step>0&&!s.canIncrementHours||t.step<0&&!s.canDecrementHours))return e;const i=w(e.value,{hour:n.payload.step});return!e.config.max&&!e.config.min||h(e.config,i)?Object.assign({},e,{value:i}):e}case d.CHANGE_MINUTES:{if(!k(e.config,n.payload)||!function(e,n){return!(!e.step||e.step>0&&!n.canIncrementMinutes||e.step<0&&!n.canDecrementMinutes)}(n.payload,e.controls))return e;const t=w(e.value,{minute:n.payload.step});return!e.config.max&&!e.config.min||h(e.config,t)?Object.assign({},e,{value:t}):e}case d.CHANGE_SECONDS:{if(!k(e.config,n.payload)||!function(e,n){return!(!e.step||e.step>0&&!n.canIncrementSeconds||e.step<0&&!n.canDecrementSeconds)}(n.payload,e.controls))return e;const t=w(e.value,{seconds:n.payload.step});return!e.config.max&&!e.config.min||h(e.config,t)?Object.assign({},e,{value:t}):e}case d.SET_TIME_UNIT:{if(!k(e.config))return e;const t=f(e.value,n.payload);return Object.assign({},e,{value:t})}case d.UPDATE_CONTROLS:{const t=function(e,n){const{min:t,max:s,hourStep:i,minuteStep:r,secondsStep:o,showSeconds:a}=n,c={canIncrementHours:!0,canIncrementMinutes:!0,canIncrementSeconds:!0,canDecrementHours:!0,canDecrementMinutes:!0,canDecrementSeconds:!0,canToggleMeridian:!0};if(!e)return c;if(s){const n=w(e,{hour:i});if(c.canIncrementHours=s>n&&e.getHours()+i<24,!c.canIncrementHours){const n=w(e,{minute:r});c.canIncrementMinutes=a?s>n:s>=n}if(!c.canIncrementMinutes){const n=w(e,{seconds:o});c.canIncrementSeconds=s>=n}e.getHours()<12&&(c.canToggleMeridian=w(e,{hour:12})=12&&(c.canToggleMeridian=w(e,{hour:-12})>t)}return c}(e.value,n.payload),s={value:e.value,config:n.payload,controls:t};return e.config.showMeridian!==s.config.showMeridian&&e.value&&(s.value=new Date(e.value)),Object.assign({},e,s)}default:return e}var t,s}class C extends a.MiniStore{constructor(){const e=new o.BehaviorSubject({type:"[mini-ngrx] dispatcher init"});super(e,T,new a.MiniState(H,e,T))}}C.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:C,deps:[],target:i["ɵɵFactoryTarget"].Injectable}),C.ɵprov=i["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:C,providedIn:"platform"}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:C,decorators:[{type:i.Injectable,args:[{providedIn:"platform"}]}],ctorParameters:function(){return[]}});const N={provide:r.NG_VALUE_ACCESSOR,useExisting:(0,i.forwardRef)((()=>_)),multi:!0};class _{constructor(e,n,t,s){this._cd=n,this._store=t,this._timepickerActions=s,this.hourStep=1,this.minuteStep=5,this.secondsStep=10,this.readonlyInput=!1,this.disabled=!1,this.mousewheel=!0,this.arrowkeys=!0,this.showSpinners=!0,this.showMeridian=!0,this.showMinutes=!0,this.showSeconds=!1,this.meridians=["AM","PM"],this.hoursPlaceholder="HH",this.minutesPlaceholder="MM",this.secondsPlaceholder="SS",this.isValid=new i.EventEmitter,this.meridianChange=new i.EventEmitter,this.hours="",this.minutes="",this.seconds="",this.meridian="",this.invalidHours=!1,this.invalidMinutes=!1,this.invalidSeconds=!1,this.labelHours="hours",this.labelMinutes="minutes",this.labelSeconds="seconds",this.canIncrementHours=!0,this.canIncrementMinutes=!0,this.canIncrementSeconds=!0,this.canDecrementHours=!0,this.canDecrementMinutes=!0,this.canDecrementSeconds=!0,this.canToggleMeridian=!0,this.onChange=Function.prototype,this.onTouched=Function.prototype,this.config=e,Object.assign(this,this.config),this.timepickerSub=t.select((e=>e.value)).subscribe((e=>{this._renderTime(e),this.onChange(e),this._store.dispatch(this._timepickerActions.updateControls(D(this)))})),t.select((e=>e.controls)).subscribe((e=>{const t=x(this.hours,this.minutes,this.seconds,this.isPM()),s=this.config.allowEmptyTime&&this.isOneOfDatesIsEmpty()||t;this.isValid.emit(s),Object.assign(this,e),n.markForCheck()}))}get isSpinnersVisible(){return this.showSpinners&&!this.readonlyInput}get isEditable(){return!(this.readonlyInput||this.disabled)}resetValidation(){this.invalidHours=!1,this.invalidMinutes=!1,this.invalidSeconds=!1}isPM(){return this.showMeridian&&this.meridian===this.meridians[1]}prevDef(e){e.preventDefault()}wheelSign(e){return-1*Math.sign(e.deltaY||0)}ngOnChanges(){this._store.dispatch(this._timepickerActions.updateControls(D(this)))}changeHours(e,n=""){this.resetValidation(),this._store.dispatch(this._timepickerActions.changeHours({step:e,source:n}))}changeMinutes(e,n=""){this.resetValidation(),this._store.dispatch(this._timepickerActions.changeMinutes({step:e,source:n}))}changeSeconds(e,n=""){this.resetValidation(),this._store.dispatch(this._timepickerActions.changeSeconds({step:e,source:n}))}updateHours(e){this.resetValidation(),this.hours=e.value;const n=S(this.hours,this.isPM())&&this.isValidLimit();if(!(this.config.allowEmptyTime&&this.isOneOfDatesIsEmpty()||n))return this.invalidHours=!0,this.isValid.emit(!1),void this.onChange(null);this._updateTime()}updateMinutes(e){this.resetValidation(),this.minutes=e.value;const n=I(this.minutes)&&this.isValidLimit();if(!(this.config.allowEmptyTime&&this.isOneOfDatesIsEmpty()||n))return this.invalidMinutes=!0,this.isValid.emit(!1),void this.onChange(null);this._updateTime()}updateSeconds(e){this.resetValidation(),this.seconds=e.value;const n=M(this.seconds)&&this.isValidLimit();if(!(this.config.allowEmptyTime&&this.isOneOfDatesIsEmpty()||n))return this.invalidSeconds=!0,this.isValid.emit(!1),void this.onChange(null);this._updateTime()}isValidLimit(){return function(e,n,t){const s=f(new Date,e);return!(!s||n&&s>n||t&&s=12?1:0],this.meridianChange.emit(this.meridian),t%=12,0===t&&(t=12)),this.hours=v(t),this.minutes=v(n.getMinutes()),this.seconds=v(n.getUTCSeconds())}}_.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:_,deps:[{token:E},{token:i.ChangeDetectorRef},{token:C},{token:d}],target:i["ɵɵFactoryTarget"].Component}),_.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:_,selector:"timepicker",inputs:{hourStep:"hourStep",minuteStep:"minuteStep",secondsStep:"secondsStep",readonlyInput:"readonlyInput",disabled:"disabled",mousewheel:"mousewheel",arrowkeys:"arrowkeys",showSpinners:"showSpinners",showMeridian:"showMeridian",showMinutes:"showMinutes",showSeconds:"showSeconds",meridians:"meridians",min:"min",max:"max",hoursPlaceholder:"hoursPlaceholder",minutesPlaceholder:"minutesPlaceholder",secondsPlaceholder:"secondsPlaceholder"},outputs:{isValid:"isValid",meridianChange:"meridianChange"},providers:[N,C],usesOnChanges:!0,ngImport:s||(s=t.t(i,2)),template:'\n \n \n \x3c!-- increment hours button--\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- increment minutes button --\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- increment seconds button --\x3e\n \n \x3c!-- space between --\x3e\n \n \x3c!-- meridian placeholder--\x3e\n \n \n \n \x3c!-- hours --\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- minutes --\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- seconds --\x3e\n \n \x3c!-- space between --\x3e\n \n \x3c!-- meridian --\x3e\n \n \n \n \x3c!-- decrement hours button--\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- decrement minutes button--\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- decrement seconds button--\x3e\n \n \x3c!-- space between --\x3e\n \n \x3c!-- meridian placeholder--\x3e\n \n \n \n
\n \n    \n \n  \n \n \n \n    
\n  : \n \n  : \n \n    \n \n
\n \n \n \n    \n \n \n \n  \n \n \n \n    
\n',styles:[".bs-chevron{border-style:solid;display:block;width:9px;height:9px;position:relative;border-width:3px 0px 0 3px}.bs-chevron-up{transform:rotate(45deg);top:2px}.bs-chevron-down{transform:rotate(-135deg);top:-2px}.bs-timepicker-field{width:65px;padding:.375rem .55rem}\n"],dependencies:[{kind:"directive",type:c.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}],changeDetection:i.ChangeDetectionStrategy.OnPush,encapsulation:i.ViewEncapsulation.None}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:_,decorators:[{type:i.Component,args:[{selector:"timepicker",changeDetection:i.ChangeDetectionStrategy.OnPush,providers:[N,C],encapsulation:i.ViewEncapsulation.None,template:'\n \n \n \x3c!-- increment hours button--\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- increment minutes button --\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- increment seconds button --\x3e\n \n \x3c!-- space between --\x3e\n \n \x3c!-- meridian placeholder--\x3e\n \n \n \n \x3c!-- hours --\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- minutes --\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- seconds --\x3e\n \n \x3c!-- space between --\x3e\n \n \x3c!-- meridian --\x3e\n \n \n \n \x3c!-- decrement hours button--\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- decrement minutes button--\x3e\n \n \x3c!-- divider --\x3e\n \n \x3c!-- decrement seconds button--\x3e\n \n \x3c!-- space between --\x3e\n \n \x3c!-- meridian placeholder--\x3e\n \n \n \n
\n \n    \n \n  \n \n \n \n    
\n  : \n \n  : \n \n    \n \n
\n \n \n \n    \n \n \n \n  \n \n \n \n    
\n',styles:[".bs-chevron{border-style:solid;display:block;width:9px;height:9px;position:relative;border-width:3px 0px 0 3px}.bs-chevron-up{transform:rotate(45deg);top:2px}.bs-chevron-down{transform:rotate(-135deg);top:-2px}.bs-timepicker-field{width:65px;padding:.375rem .55rem}\n"]}]}],ctorParameters:function(){return[{type:E},{type:i.ChangeDetectorRef},{type:C},{type:d}]},propDecorators:{hourStep:[{type:i.Input}],minuteStep:[{type:i.Input}],secondsStep:[{type:i.Input}],readonlyInput:[{type:i.Input}],disabled:[{type:i.Input}],mousewheel:[{type:i.Input}],arrowkeys:[{type:i.Input}],showSpinners:[{type:i.Input}],showMeridian:[{type:i.Input}],showMinutes:[{type:i.Input}],showSeconds:[{type:i.Input}],meridians:[{type:i.Input}],min:[{type:i.Input}],max:[{type:i.Input}],hoursPlaceholder:[{type:i.Input}],minutesPlaceholder:[{type:i.Input}],secondsPlaceholder:[{type:i.Input}],isValid:[{type:i.Output}],meridianChange:[{type:i.Output}]}});class V{static forRoot(){return{ngModule:V,providers:[d,C]}}}V.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:V,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),V.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:V,declarations:[_],imports:[c.CommonModule],exports:[_]}),V.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:V,providers:[C],imports:[c.CommonModule]}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=t.t(i,2)),type:V,decorators:[{type:i.NgModule,args:[{imports:[c.CommonModule],declarations:[_],exports:[_],providers:[C]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31132.3a3d861679200eae639d.js b/dist/apps/processing-runtime-widget/31132.3a3d861679200eae639d.js new file mode 100644 index 0000000..6d1c92e --- /dev/null +++ b/dist/apps/processing-runtime-widget/31132.3a3d861679200eae639d.js @@ -0,0 +1,2 @@ +/*! For license information please see 31132.3a3d861679200eae639d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31132],{31132:function(a,e,d){d.r(e);const m=void 0;e.default=["ee-TG",[["ŋ","ɣ"],["ŋdi","ɣetrɔ"],m],m,[["k","d","b","k","y","f","m"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"],["kɔsiɖa","dzoɖa","blaɖa","kuɖa","yawoɖa","fiɖa","memleɖa"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"]],m,[["d","d","t","a","d","m","s","d","a","k","a","d"],["dzv","dzd","ted","afɔ","dam","mas","sia","dea","any","kel","ade","dzm"],["dzove","dzodze","tedoxe","afɔfĩe","dama","masa","siamlɔm","deasiamime","anyɔnyɔ","kele","adeɛmekpɔxe","dzome"]],m,[["HYV","Yŋ"],m,["Hafi Yesu Va","Yesu ŋɔli"]],1,[6,0],["M/d/yy","MMM d 'lia', y","MMMM d 'lia' y","EEEE, MMMM d 'lia' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{0} {1}",m,m,m],[".",",",";","%","+","-","E","×","‰","∞","mnn",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XOF","F CFA","ɣetoɖofe afrikaga CFA franc BCEAO",{AUD:["AU$","$"],BYN:[m,"р."],GHS:["GH₵"],JPY:["JP¥","¥"],THB:["฿"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31132.3a3d861679200eae639d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31132.3a3d861679200eae639d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31132.3a3d861679200eae639d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31242.055b59c08311d76cd5b6.js b/dist/apps/processing-runtime-widget/31242.055b59c08311d76cd5b6.js new file mode 100644 index 0000000..01822c3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31242.055b59c08311d76cd5b6.js @@ -0,0 +1,2 @@ +/*! For license information please see 31242.055b59c08311d76cd5b6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31242],{31242:function(u,c,i){i.r(c);const e=void 0;c.default=[[["түнгі","түскі","таңғы","түстен кейінгі","кешкі","түнгі"],["түн жарымы","түскі","таңғы","түстен кейінгі","кешкі","түнгі"],e],[["түн жарымы","талтүс","таң","түстен кейін","кеш","түн"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31242.055b59c08311d76cd5b6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31242.055b59c08311d76cd5b6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31242.055b59c08311d76cd5b6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31362.1854ba2921091fb6da20.js b/dist/apps/processing-runtime-widget/31362.1854ba2921091fb6da20.js new file mode 100644 index 0000000..b855472 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31362.1854ba2921091fb6da20.js @@ -0,0 +1,2 @@ +/*! For license information please see 31362.1854ba2921091fb6da20.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31362],{31362:function(s,D,M){M.r(D);const $=void 0;D.default=["ky",[["тң","тк"],$,["таңкы","түштөн кийинки"]],$,[["Ж","Д","Ш","Ш","Б","Ж","И"],["жек.","дүй.","шейш.","шарш.","бейш.","жума","ишм."],["жекшемби","дүйшөмбү","шейшемби","шаршемби","бейшемби","жума","ишемби"],["жш.","дш.","шш.","шр.","бш.","жм.","иш."]],$,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","фев.","мар.","апр.","май","июн.","июл.","авг.","сен.","окт.","ноя.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]],[["б.з.ч.","б.з."],$,["биздин заманга чейин","биздин заман"]],1,[6,0],["d/M/yy","y-'ж'., d-MMM","y-'ж'., d-MMMM","y-'ж'., d-MMMM, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",$,$,$],[","," ",";","%","+","-","E","×","‰","∞","сан эмес",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"KGS","сом","Кыргызстан сому",{AUD:[$,"$"],BMD:[$,"BD$"],BRL:[$,"R$"],BSD:[$,"B$"],BYN:[$,"р."],BZD:[$,"BZ$"],CAD:[$,"C$"],DOP:[$,"RD$"],EGP:[$,"LE"],GBP:[$,"£"],HKD:[$,"HK$"],HRK:[$,"Kn"],ILS:[$,"₪"],INR:[$,"₹"],JMD:[$,"J$"],JPY:["JP¥","¥"],KGS:["сом"],KRW:[$,"₩"],MXN:[$,"$"],NZD:[$,"$"],PHP:[$,"₱"],THB:["฿"],TTD:[$,"TT$"],TWD:[$,"NT$"],USD:[$,"$"],XCD:[$,"$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31362.1854ba2921091fb6da20.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31362.1854ba2921091fb6da20.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31362.1854ba2921091fb6da20.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31428.bf6f9d77db911d222c64.js b/dist/apps/processing-runtime-widget/31428.bf6f9d77db911d222c64.js new file mode 100644 index 0000000..ab08c8e --- /dev/null +++ b/dist/apps/processing-runtime-widget/31428.bf6f9d77db911d222c64.js @@ -0,0 +1,2 @@ +/*! For license information please see 31428.bf6f9d77db911d222c64.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31428],{31428:function(a,e,u){u.r(e);const M=void 0;e.default=["en-MY",[["a","p"],["am","pm"],M],[["am","pm"],M,M],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],M,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],M,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} 'at' {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MYR","RM","Malaysian Ringgit",{JPY:["JP¥","¥"],MYR:["RM"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31428.bf6f9d77db911d222c64.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31428.bf6f9d77db911d222c64.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31428.bf6f9d77db911d222c64.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31591.1a716aa72ce620c202a0.js b/dist/apps/processing-runtime-widget/31591.1a716aa72ce620c202a0.js new file mode 100644 index 0000000..1373547 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31591.1a716aa72ce620c202a0.js @@ -0,0 +1,2 @@ +/*! For license information please see 31591.1a716aa72ce620c202a0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31591],{31591:function(s,u,n){n.r(u);const c=void 0;u.default=["ne-IN",[["पूर्वाह्न","अपराह्न"],c,c],c,[["आ","सो","म","बु","बि","शु","श"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"],["आइतबार","सोमबार","मङ्गलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"]],c,[["जन","फेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"],c],[["जन","फेेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"],c],[["ईसा पूर्व","सन्"],c,c],0,[0,0],["yy/M/d","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"INR","₹","भारतीय रूपिँया",{BYN:[c,"р."],JPY:["JP¥","¥"],NPR:["नेरू","रू"],PHP:[c,"₱"],THB:["฿"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31591.1a716aa72ce620c202a0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31591.1a716aa72ce620c202a0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31591.1a716aa72ce620c202a0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31737.7a710f4d4ab6503c6928.js b/dist/apps/processing-runtime-widget/31737.7a710f4d4ab6503c6928.js new file mode 100644 index 0000000..e69c116 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31737.7a710f4d4ab6503c6928.js @@ -0,0 +1,2 @@ +/*! For license information please see 31737.7a710f4d4ab6503c6928.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31737],{31737:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31737.7a710f4d4ab6503c6928.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31737.7a710f4d4ab6503c6928.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31737.7a710f4d4ab6503c6928.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31882.89d215f5556720a1e29d.js b/dist/apps/processing-runtime-widget/31882.89d215f5556720a1e29d.js new file mode 100644 index 0000000..992894b --- /dev/null +++ b/dist/apps/processing-runtime-widget/31882.89d215f5556720a1e29d.js @@ -0,0 +1,2 @@ +/*! For license information please see 31882.89d215f5556720a1e29d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31882],{31882:function(s,u,n){n.r(u);const t=void 0;u.default=["yue-Hant",[["上午","下午"],t,t],t,[["日","一","二","三","四","五","六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],t,["日","一","二","三","四","五","六"]],t,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],t],t,[["西元前","西元"],t,t],0,[6,0],["y/M/d","y年M月d日",t,"y年M月d日 EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HKD","HK$","港幣",{AUD:["AU$","$"],BYN:[t,"р."],KRW:["₩","₩"],PHP:[t,"₱"],RUR:[t,"р."],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31882.89d215f5556720a1e29d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31882.89d215f5556720a1e29d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31882.89d215f5556720a1e29d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31895.e6535cdb852cbe1ca8f4.js b/dist/apps/processing-runtime-widget/31895.e6535cdb852cbe1ca8f4.js new file mode 100644 index 0000000..9c56302 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31895.e6535cdb852cbe1ca8f4.js @@ -0,0 +1,2 @@ +/*! For license information please see 31895.e6535cdb852cbe1ca8f4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31895],{31895:function(u,a,i){i.r(a);const t=void 0;a.default=[[["pituna pyterupé","iandé-ara-pyturepé","kuêma ramẽ","karuka ramẽ","pituna ramẽ","pitunaeté ramẽ"],t,t],t,["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31895.e6535cdb852cbe1ca8f4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31895.e6535cdb852cbe1ca8f4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31895.e6535cdb852cbe1ca8f4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/31936.d5240cd8b2525ed453ad.js b/dist/apps/processing-runtime-widget/31936.d5240cd8b2525ed453ad.js new file mode 100644 index 0000000..e16c6e6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/31936.d5240cd8b2525ed453ad.js @@ -0,0 +1,2 @@ +/*! For license information please see 31936.d5240cd8b2525ed453ad.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[31936],{31936:function(u,c,i){i.r(c);const e=void 0;c.default=[[["կգ․","կօ․","առվ","ցրկ","երկ","գշր"],["կեսգիշեր","կեսօր","առավոտյան","ցերեկը","երեկոյան","գիշերը"],["կեսգիշերին","կեսօրին","առավոտյան","ցերեկվա","երեկոյան","գիշերվա"]],[["կեսգիշեր","կեսօր","առավոտ","ցերեկ","երեկո","գիշեր"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/31936.d5240cd8b2525ed453ad.js.LICENSE.txt b/dist/apps/processing-runtime-widget/31936.d5240cd8b2525ed453ad.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/31936.d5240cd8b2525ed453ad.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32020.86523f0f9c72edeb176f.js b/dist/apps/processing-runtime-widget/32020.86523f0f9c72edeb176f.js new file mode 100644 index 0000000..1ac9a77 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32020.86523f0f9c72edeb176f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32020],{32020:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32421.0675f913ea742cb5c5e2.js b/dist/apps/processing-runtime-widget/32421.0675f913ea742cb5c5e2.js new file mode 100644 index 0000000..0ea6b36 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32421.0675f913ea742cb5c5e2.js @@ -0,0 +1,2 @@ +/*! For license information please see 32421.0675f913ea742cb5c5e2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32421],{32421:function(e,d,s){s.r(d);const r=void 0;d.default=["ca",[["a. m.","p. m."],r,r],r,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],r,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],r,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}","{1}, {0}","{1}, 'a' 'les' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],MXN:[r,"$"],PHP:[r,"₱"],THB:["฿"],USD:[r,"$"],VEF:[r,"Bs F"],XCD:[r,"$"],XXX:[]},"ltr",function(e){const d=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length;return 1===d&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32421.0675f913ea742cb5c5e2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32421.0675f913ea742cb5c5e2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32421.0675f913ea742cb5c5e2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3243.1508640f027343275028.js b/dist/apps/processing-runtime-widget/3243.1508640f027343275028.js new file mode 100644 index 0000000..93cf19f --- /dev/null +++ b/dist/apps/processing-runtime-widget/3243.1508640f027343275028.js @@ -0,0 +1,2 @@ +/*! For license information please see 3243.1508640f027343275028.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3243],{3243:function(i,e,A){A.r(e);const r=void 0;e.default=["luo",[["OD","OT"],r,r],r,[["J","W","T","T","T","T","N"],["JMP","WUT","TAR","TAD","TAN","TAB","NGS"],["Jumapil","Wuok Tich","Tich Ariyo","Tich Adek","Tich Ang’wen","Tich Abich","Ngeso"],["JMP","WUT","TAR","TAD","TAN","TAB","NGS"]],r,[["C","R","D","N","B","U","B","B","C","P","C","P"],["DAC","DAR","DAD","DAN","DAH","DAU","DAO","DAB","DOC","DAP","DGI","DAG"],["Dwe mar Achiel","Dwe mar Ariyo","Dwe mar Adek","Dwe mar Ang’wen","Dwe mar Abich","Dwe mar Auchiel","Dwe mar Abiriyo","Dwe mar Aboro","Dwe mar Ochiko","Dwe mar Apar","Dwe mar gi achiel","Dwe mar Apar gi ariyo"]],r,[["BC","AD"],r,["Kapok Kristo obiro","Ka Kristo osebiro"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"KES","Ksh","Siling mar Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(i){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3243.1508640f027343275028.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3243.1508640f027343275028.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3243.1508640f027343275028.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32450.2d0cf807c707cb2c4e06.js b/dist/apps/processing-runtime-widget/32450.2d0cf807c707cb2c4e06.js new file mode 100644 index 0000000..ef92935 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32450.2d0cf807c707cb2c4e06.js @@ -0,0 +1,2 @@ +/*! For license information please see 32450.2d0cf807c707cb2c4e06.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32450],{32450:function(a,e,M){M.r(e);const i=void 0;e.default=["ki",[["Kiroko","Hwaĩ-inĩ"],i,i],i,[["K","N","N","N","A","N","N"],["KMA","NTT","NMN","NMT","ART","NMA","NMM"],["Kiumia","Njumatatũ","Njumaine","Njumatana","Aramithi","Njumaa","Njumamothi"],["KMA","NTT","NMN","NMT","ART","NMA","NMM"]],i,[["J","K","G","K","G","G","M","K","K","I","I","D"],["JEN","WKR","WGT","WKN","WTN","WTD","WMJ","WNN","WKD","WIK","WMW","DIT"],["Njenuarĩ","Mwere wa kerĩ","Mwere wa gatatũ","Mwere wa kana","Mwere wa gatano","Mwere wa gatandatũ","Mwere wa mũgwanja","Mwere wa kanana","Mwere wa kenda","Mwere wa ikũmi","Mwere wa ikũmi na ũmwe","Ndithemba"]],i,[["MK","TK"],i,["Mbere ya Kristo","Thutha wa Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,i,i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Ciringi ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32450.2d0cf807c707cb2c4e06.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32450.2d0cf807c707cb2c4e06.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32450.2d0cf807c707cb2c4e06.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32460.28cf920a64abcddcf464.js b/dist/apps/processing-runtime-widget/32460.28cf920a64abcddcf464.js new file mode 100644 index 0000000..5dfb869 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32460.28cf920a64abcddcf464.js @@ -0,0 +1,2 @@ +/*! For license information please see 32460.28cf920a64abcddcf464.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32460],{32460:function(D,$,M){M.r($);const B=void 0;$.default=["ar-OM",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"OMR","ر.ع.‏","ريال عماني",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32460.28cf920a64abcddcf464.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32460.28cf920a64abcddcf464.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32460.28cf920a64abcddcf464.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32479.821187040f1b7ac5c330.js b/dist/apps/processing-runtime-widget/32479.821187040f1b7ac5c330.js new file mode 100644 index 0000000..8a381b1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32479.821187040f1b7ac5c330.js @@ -0,0 +1,2 @@ +/*! For license information please see 32479.821187040f1b7ac5c330.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32479],{32479:function(a,n,r){r.r(n);const e=void 0;n.default=["az",[["a","p"],["AM","PM"],e],[["AM","PM"],e,e],[["7","1","2","3","4","5","6"],["B.","B.e.","Ç.a.","Ç.","C.a.","C.","Ş."],["bazar","bazar ertəsi","çərşənbə axşamı","çərşənbə","cümə axşamı","cümə","şənbə"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."]],[["7","1","2","3","4","5","6"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."],["bazar","bazar ertəsi","çərşənbə axşamı","çərşənbə","cümə axşamı","cümə","şənbə"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]],e,[["e.ə.","y.e."],e,["eramızdan əvvəl","yeni era"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","d MMMM y, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AZN","₼","Azərbaycan Manatı",{AZN:["₼"],BYN:[e,"р."],JPY:["JP¥","¥"],PHP:[e,"₱"],RON:[e,"ley"],SYP:[e,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32479.821187040f1b7ac5c330.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32479.821187040f1b7ac5c330.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32479.821187040f1b7ac5c330.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32498.999d9944e38ce57a6e07.js b/dist/apps/processing-runtime-widget/32498.999d9944e38ce57a6e07.js new file mode 100644 index 0000000..026e985 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32498.999d9944e38ce57a6e07.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32498],{32498:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32610.7b67efad42b94549a0ca.js b/dist/apps/processing-runtime-widget/32610.7b67efad42b94549a0ca.js new file mode 100644 index 0000000..42dc923 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32610.7b67efad42b94549a0ca.js @@ -0,0 +1,2 @@ +/*! For license information please see 32610.7b67efad42b94549a0ca.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32610],{32610:function(e,a,u){u.r(a);const n=void 0;a.default=["en-FK",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"FKP","£","Falkland Islands Pound",{FKP:["£"],GBP:["GB£","£"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32610.7b67efad42b94549a0ca.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32610.7b67efad42b94549a0ca.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32610.7b67efad42b94549a0ca.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32765.7bc8ab79a08d1670a14a.js b/dist/apps/processing-runtime-widget/32765.7bc8ab79a08d1670a14a.js new file mode 100644 index 0000000..b6d2eab --- /dev/null +++ b/dist/apps/processing-runtime-widget/32765.7bc8ab79a08d1670a14a.js @@ -0,0 +1,2 @@ +/*! For license information please see 32765.7bc8ab79a08d1670a14a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32765],{32765:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","清晨","朝早","中午","下晝","夜晚","凌晨"],e,e],e,["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32765.7bc8ab79a08d1670a14a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32765.7bc8ab79a08d1670a14a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32765.7bc8ab79a08d1670a14a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32771.45e338b8752eb458f8a7.js b/dist/apps/processing-runtime-widget/32771.45e338b8752eb458f8a7.js new file mode 100644 index 0000000..238b1b3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32771.45e338b8752eb458f8a7.js @@ -0,0 +1,2 @@ +/*! For license information please see 32771.45e338b8752eb458f8a7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32771],{32771:function(s,t,M){M.r(t);const u=void 0;t.default=["am",[["ጠ","ከ"],["ጥዋት","ከሰዓት"],u],u,[["እ","ሰ","ማ","ረ","ሐ","ዓ","ቅ"],["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],["እ","ሰ","ማ","ረ","ሐ","ዓ","ቅ"]],u,[["ጃ","ፌ","ማ","ኤ","ሜ","ጁ","ጁ","ኦ","ሴ","ኦ","ኖ","ዲ"],["ጃንዩ","ፌብሩ","ማርች","ኤፕሪ","ሜይ","ጁን","ጁላይ","ኦገስ","ሴፕቴ","ኦክቶ","ኖቬም","ዲሴም"],["ጃንዩወሪ","ፌብሩወሪ","ማርች","ኤፕሪል","ሜይ","ጁን","ጁላይ","ኦገስት","ሴፕቴምበር","ኦክቶበር","ኖቬምበር","ዲሴምበር"]],u,[["ዓ/ዓ","ዓ/ም"],u,["ዓመተ ዓለም","ዓመተ ምሕረት"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ETB","ብር","የኢትዮጵያ ብር",{AUD:["AU$","$"],BYN:[u,"р."],CNH:["የቻይና ዩዋን"],ETB:["ብር"],JPY:["JP¥","¥"],PHP:[u,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){const t=s;return 0===Math.floor(Math.abs(s))||1===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32771.45e338b8752eb458f8a7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32771.45e338b8752eb458f8a7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32771.45e338b8752eb458f8a7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32796.3babdb8c47b63e2d08f2.js b/dist/apps/processing-runtime-widget/32796.3babdb8c47b63e2d08f2.js new file mode 100644 index 0000000..e197fa6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32796.3babdb8c47b63e2d08f2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32796],{32796:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32800.be0ed481793ae15e44bb.js b/dist/apps/processing-runtime-widget/32800.be0ed481793ae15e44bb.js new file mode 100644 index 0000000..82040c6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32800.be0ed481793ae15e44bb.js @@ -0,0 +1,2 @@ +/*! For license information please see 32800.be0ed481793ae15e44bb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32800],{32800:function(e,a,n){n.r(a);const s=void 0;a.default=[[["gece","ö","sabah","öğleden önce","öğleden sonra","akşamüstü","akşam","gece"],["gece yarısı","öğle","sabah","öğleden önce","öğleden sonra","akşamüstü","akşam","gece"],s],[["gece yarısı","öğle","sabah","öğleden önce","öğleden sonra","akşamüstü","akşam","gece"],s,s],["00:00","12:00",["06:00","11:00"],["11:00","12:00"],["12:00","18:00"],["18:00","19:00"],["19:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32800.be0ed481793ae15e44bb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32800.be0ed481793ae15e44bb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32800.be0ed481793ae15e44bb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/32836.5beb1b658c754e60ac08.js b/dist/apps/processing-runtime-widget/32836.5beb1b658c754e60ac08.js new file mode 100644 index 0000000..11bb382 --- /dev/null +++ b/dist/apps/processing-runtime-widget/32836.5beb1b658c754e60ac08.js @@ -0,0 +1,2 @@ +/*! For license information please see 32836.5beb1b658c754e60ac08.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32836],{32836:function(D,$,M){M.r($);const B=void 0;$.default=["ar-EH",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MAD","د.م.‏","درهم مغربي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/32836.5beb1b658c754e60ac08.js.LICENSE.txt b/dist/apps/processing-runtime-widget/32836.5beb1b658c754e60ac08.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/32836.5beb1b658c754e60ac08.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33080.a26894045eef51649f0c.js b/dist/apps/processing-runtime-widget/33080.a26894045eef51649f0c.js new file mode 100644 index 0000000..6f03a74 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33080.a26894045eef51649f0c.js @@ -0,0 +1,2 @@ +/*! For license information please see 33080.a26894045eef51649f0c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33080],{33080:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ҝеҹәјары","ҝ","сүбһ","сәһәр","ҝүндүз","ахшамүстү","ахшам","ҝеҹә"],["ҝеҹәјары","ҝүнорта","сүбһ","сәһәр","ҝүндүз","ахшамүстү","ахшам","ҝеҹә"],e],[["ҝеҹәјары","ҝүнорта","сүбһ","сәһәр","ҝүндүз","ахшамүстү","ахшам","ҝеҹә"],e,e],["00:00","12:00",["04:00","06:00"],["06:00","12:00"],["12:00","17:00"],["17:00","19:00"],["19:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33080.a26894045eef51649f0c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33080.a26894045eef51649f0c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33080.a26894045eef51649f0c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3312.b0087adca6c5b0550de0.js b/dist/apps/processing-runtime-widget/3312.b0087adca6c5b0550de0.js new file mode 100644 index 0000000..77b3280 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3312.b0087adca6c5b0550de0.js @@ -0,0 +1,2 @@ +/*! For license information please see 3312.b0087adca6c5b0550de0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3312],{3312:function(e,u,a){a.r(u);const n=void 0;u.default=["en-GG",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","UK Pound",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3312.b0087adca6c5b0550de0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3312.b0087adca6c5b0550de0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3312.b0087adca6c5b0550de0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33131.3e04c7636a10bc337d77.js b/dist/apps/processing-runtime-widget/33131.3e04c7636a10bc337d77.js new file mode 100644 index 0000000..1ee4951 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33131.3e04c7636a10bc337d77.js @@ -0,0 +1,2 @@ +/*! For license information please see 33131.3e04c7636a10bc337d77.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33131],{33131:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-GQ",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","franco CFA (BEAC)",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33131.3e04c7636a10bc337d77.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33131.3e04c7636a10bc337d77.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33131.3e04c7636a10bc337d77.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33175.a71bebdd0d9b1d5c22d7.js b/dist/apps/processing-runtime-widget/33175.a71bebdd0d9b1d5c22d7.js new file mode 100644 index 0000000..9527440 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33175.a71bebdd0d9b1d5c22d7.js @@ -0,0 +1,2 @@ +/*! For license information please see 33175.a71bebdd0d9b1d5c22d7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33175],{33175:function(s,n,u){u.r(n);const M=void 0;n.default=["mni-Beng",[["নুমাং","PM"],M,["এ এম","পি এম"]],[["নুমাং","PM"],M,M],[["নোং","নিং","লৈবা","য়ুম","শগো","ইরা","থাং"],["নোংমাইজিং","নিংথৌকাবা","লৈবাকপোকপা","য়ুমশকৈশা","শগোলশেন","ইরাই","থাংজ"],M,M],[["নো","নিং","লৈ","য়ুম","শগ","ইরা","থাং"],["নোংমাইজিং","নিংথৌকাবা","লৈবাকপোকপা","য়ুমশকৈশা","শগোলশেন","ইরাই","থাংজ"],M,M],[["জা","ফে","মার","এপ","মে","জুন","জুল","আ","সে","ওক","নব","ডি"],["জানুৱারি","ফেব্রুৱারি","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","ওক্টোবর","নভেম্বর","ডিসেম্বর"],M],[["জা","ফে","মার","এপ","মে","জুন","জুল","আ","সে","ও","নব","ডি"],["জানু","ফেব্রু","মার","এপ্রি","মে","জুন","জুলা","আগ","সেপ্ট","ওক্টো","নভে","ডিসে"],["জানুৱারি","ফেব্রুৱারি","মার্চ","এপ্রিল","মে","জুন","জুলাই","ওগষ্ট","সেপ্টেম্বর","ওক্টোবর","নবেম্বর","ডিসেম্বর"]],[["খৃ: মমাং","খৃ: মতুং"],M,M],0,[0,0],["d/M/yy","MMM d, y","MMMM d, y","MMMM d, y, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} গী {0} দা",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","ইন্দিয়ান রুপী",{JPY:["JP¥","¥"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33175.a71bebdd0d9b1d5c22d7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33175.a71bebdd0d9b1d5c22d7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33175.a71bebdd0d9b1d5c22d7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33187.021d016724a28be38aec.js b/dist/apps/processing-runtime-widget/33187.021d016724a28be38aec.js new file mode 100644 index 0000000..a104706 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33187.021d016724a28be38aec.js @@ -0,0 +1,2 @@ +/*! For license information please see 33187.021d016724a28be38aec.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33187],{33187:function(e,a,i){i.r(a);const r=void 0;a.default=["dyo",[["AM","PM"],r,r],r,[["D","T","T","A","A","A","S"],["Dim","Ten","Tal","Ala","Ara","Arj","Sib"],["Dimas","Teneŋ","Talata","Alarbay","Aramisay","Arjuma","Sibiti"],["Dim","Ten","Tal","Ala","Ara","Arj","Sib"]],r,[["S","F","M","A","M","S","S","U","S","O","N","D"],["Sa","Fe","Ma","Ab","Me","Su","Sú","Ut","Se","Ok","No","De"],["Sanvie","Fébirie","Mars","Aburil","Mee","Sueŋ","Súuyee","Ut","Settembar","Oktobar","Novembar","Disambar"]],r,[["ArY","AtY"],r,["Ariŋuu Yeesu","Atooŋe Yeesu"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","seefa yati BCEAO",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33187.021d016724a28be38aec.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33187.021d016724a28be38aec.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33187.021d016724a28be38aec.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33318.e6b29089727190fc4e88.js b/dist/apps/processing-runtime-widget/33318.e6b29089727190fc4e88.js new file mode 100644 index 0000000..72459d9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33318.e6b29089727190fc4e88.js @@ -0,0 +1,2 @@ +/*! For license information please see 33318.e6b29089727190fc4e88.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33318],{33318:function(e,a,u){u.r(a);const r=void 0;a.default=["und",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33318.e6b29089727190fc4e88.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33318.e6b29089727190fc4e88.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33318.e6b29089727190fc4e88.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33351.9612e24e2ee5a1c0e26e.js b/dist/apps/processing-runtime-widget/33351.9612e24e2ee5a1c0e26e.js new file mode 100644 index 0000000..c33907f --- /dev/null +++ b/dist/apps/processing-runtime-widget/33351.9612e24e2ee5a1c0e26e.js @@ -0,0 +1,2 @@ +/*! For license information please see 33351.9612e24e2ee5a1c0e26e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33351],{33351:function(t,M,o){o.r(M);const s=void 0;M.default=["ru-UA",[["AM","PM"],s,s],s,[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],s,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"UAH","₴","украинская гривна",{BYN:[s,"р."],GEL:[s,"ლ"],PHP:[s,"₱"],RON:[s,"L"],RUB:["₽"],RUR:["р."],THB:["฿"],TMT:["ТМТ"],TWD:["NT$"],UAH:["₴"],XXX:["XXXX"]},"ltr",function(t){const M=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&M%10==1&&M%100!=11?1:0===o&&M%10===Math.floor(M%10)&&M%10>=2&&M%10<=4&&!(M%100>=12&&M%100<=14)?3:0===o&&M%10==0||0===o&&M%10===Math.floor(M%10)&&M%10>=5&&M%10<=9||0===o&&M%100===Math.floor(M%100)&&M%100>=11&&M%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33351.9612e24e2ee5a1c0e26e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33351.9612e24e2ee5a1c0e26e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33351.9612e24e2ee5a1c0e26e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33647.c6c1f2d89186d0228f63.js b/dist/apps/processing-runtime-widget/33647.c6c1f2d89186d0228f63.js new file mode 100644 index 0000000..8122fd3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33647.c6c1f2d89186d0228f63.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33647],{33647:function(u,e,i){i.r(e);e.default=[[["полн.","полд.","утра","дня","веч.","ночи"],["полн.","полд.","утра","дня","вечера","ночи"],["полночь","полдень","утра","дня","вечера","ночи"]],[["полн.","полд.","утро","день","веч.","ночь"],undefined,["полночь","полдень","утро","день","вечер","ночь"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33698.c0bc07b639ddc8c73fc7.js b/dist/apps/processing-runtime-widget/33698.c0bc07b639ddc8c73fc7.js new file mode 100644 index 0000000..507c31e --- /dev/null +++ b/dist/apps/processing-runtime-widget/33698.c0bc07b639ddc8c73fc7.js @@ -0,0 +1,2 @@ +/*! For license information please see 33698.c0bc07b639ddc8c73fc7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33698],{33698:function(i,t,u){u.r(t);const r=void 0;t.default=["gsw",[["vorm.","nam."],r,["am Vormittag","am Namittag"]],[["vorm.","nam."],r,["Vormittag","Namittag"]],[["S","M","D","M","D","F","S"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"]],r,[["v. Chr.","n. Chr."],r,r],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CHF","CHF","Schwiizer Franke",{ATS:["öS"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33698.c0bc07b639ddc8c73fc7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33698.c0bc07b639ddc8c73fc7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33698.c0bc07b639ddc8c73fc7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3375.16475db76c2c72ce46f4.js b/dist/apps/processing-runtime-widget/3375.16475db76c2c72ce46f4.js new file mode 100644 index 0000000..2798f89 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3375.16475db76c2c72ce46f4.js @@ -0,0 +1,2 @@ +/*! For license information please see 3375.16475db76c2c72ce46f4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3375],{3375:function(D,$,M){M.r($);const B=void 0;$.default=["ar-PS",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ILS","₪","شيكل إسرائيلي جديد",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3375.16475db76c2c72ce46f4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3375.16475db76c2c72ce46f4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3375.16475db76c2c72ce46f4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33801.bdfe9f63e84423a8e49b.js b/dist/apps/processing-runtime-widget/33801.bdfe9f63e84423a8e49b.js new file mode 100644 index 0000000..2a30854 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33801.bdfe9f63e84423a8e49b.js @@ -0,0 +1,2 @@ +/*! For license information please see 33801.bdfe9f63e84423a8e49b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33801],{33801:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33801.bdfe9f63e84423a8e49b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33801.bdfe9f63e84423a8e49b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33801.bdfe9f63e84423a8e49b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/33812.6bde3886e7e5848e857a.js b/dist/apps/processing-runtime-widget/33812.6bde3886e7e5848e857a.js new file mode 100644 index 0000000..db33757 --- /dev/null +++ b/dist/apps/processing-runtime-widget/33812.6bde3886e7e5848e857a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33812],{33812:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33986.7d160eff57d819af9972.js b/dist/apps/processing-runtime-widget/33986.7d160eff57d819af9972.js new file mode 100644 index 0000000..db3162a --- /dev/null +++ b/dist/apps/processing-runtime-widget/33986.7d160eff57d819af9972.js @@ -0,0 +1,2 @@ +/*! For license information please see 33986.7d160eff57d819af9972.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[33986],{33986:function(i,e,a){a.r(e);const n=void 0;e.default=[[["tengah malam","tengah hari","pagi","siang","sore","malam"],n,n],n,["00:00","12:00",["00:00","10:00"],["10:00","15:00"],["15:00","18:00"],["18:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/33986.7d160eff57d819af9972.js.LICENSE.txt b/dist/apps/processing-runtime-widget/33986.7d160eff57d819af9972.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/33986.7d160eff57d819af9972.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34010.ebdf110e48b8183f4783.js b/dist/apps/processing-runtime-widget/34010.ebdf110e48b8183f4783.js new file mode 100644 index 0000000..ed4f9b6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34010.ebdf110e48b8183f4783.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34010],{34010:function(n,i,a){a.r(i);i.default=[[["mi","in the morning","in the afternoon","in the evening","at night"],["midnight","in the morning","in the afternoon","in the evening","at night"],["aadhi raat","subah","dopahar","shaam","raat"]],[["midnight","morning","afternoon","evening","night"],undefined,["aadhi raat","subah","dopahar","shaam","raat"]],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34143.1d1ccf54152d4764e20b.js b/dist/apps/processing-runtime-widget/34143.1d1ccf54152d4764e20b.js new file mode 100644 index 0000000..35b7b69 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34143.1d1ccf54152d4764e20b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34143],{34143:function(n,e,r){r.r(e),r.d(e,{ArgumentOutOfRangeError:function(){return L.W},AsyncSubject:function(){return a.c},BehaviorSubject:function(){return s.X},ConnectableObservable:function(){return u.c},EMPTY:function(){return M.E},EmptyError:function(){return P.K},GroupedObservable:function(){return i.T},NEVER:function(){return vn},Notification:function(){return S.P},NotificationKind:function(){return S.W},ObjectUnsubscribedError:function(){return N.N},Observable:function(){return t.y},ReplaySubject:function(){return f.t},Scheduler:function(){return j.b},Subject:function(){return o.xQ},Subscriber:function(){return _.L},Subscription:function(){return E.w},TimeoutError:function(){return U.W},UnsubscriptionError:function(){return T.B},VirtualAction:function(){return k},VirtualTimeScheduler:function(){return w},animationFrame:function(){return g},animationFrameScheduler:function(){return x},asap:function(){return l.e},asapScheduler:function(){return l.E},async:function(){return d.P},asyncScheduler:function(){return d.z},bindCallback:function(){return z},bindNodeCallback:function(){return W},combineLatest:function(){return G.aj},concat:function(){return H.z},config:function(){return Ln.v},defer:function(){return J.P},empty:function(){return M.c},forkJoin:function(){return $},from:function(){return X.D},fromEvent:function(){return rn},fromEventPattern:function(){return un},generate:function(){return cn},identity:function(){return I.y},iif:function(){return sn},interval:function(){return an},isObservable:function(){return F},merge:function(){return dn.T},never:function(){return hn},noop:function(){return O.Z},observable:function(){return c.L},of:function(){return pn.of},onErrorResumeNext:function(){return bn},pairs:function(){return yn},partition:function(){return kn},pipe:function(){return A.z},queue:function(){return v.c},queueScheduler:function(){return v.N},race:function(){return jn.S3},range:function(){return En},scheduled:function(){return Fn.x},throwError:function(){return Sn._},timer:function(){return An.H},using:function(){return On},zip:function(){return In.$R}});var t=r(92772),u=r(33140),i=r(11120),c=r(15050),o=r(70211),s=r(89233),f=r(12630),a=r(60364),l=r(6650),d=r(90964),v=r(92546),h=r(58156),p=r(96114),b=function(n){function e(e,r){var t=n.call(this,e,r)||this;return t.scheduler=e,t.work=r,t}return h.__extends(e,n),e.prototype.requestAsyncId=function(e,r,t){return void 0===t&&(t=0),null!==t&&t>0?n.prototype.requestAsyncId.call(this,e,r,t):(e.actions.push(this),e.scheduled||(e.scheduled=requestAnimationFrame((function(){return e.flush(null)}))))},e.prototype.recycleAsyncId=function(e,r,t){if(void 0===t&&(t=0),null!==t&&t>0||null===t&&this.delay>0)return n.prototype.recycleAsyncId.call(this,e,r,t);0===e.actions.length&&(cancelAnimationFrame(r),e.scheduled=void 0)},e}(p.o),y=r(78399),m=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return h.__extends(e,n),e.prototype.flush=function(n){this.active=!0,this.scheduled=void 0;var e,r=this.actions,t=-1,u=r.length;n=n||r.shift();do{if(e=n.execute(n.state,n.delay))break}while(++te.index?1:-1:n.delay>e.delay?1:-1},e}(p.o),j=r(38725),E=r(36395),_=r(10979),S=r(42632),A=r(62561),O=r(33306),I=r(43608);function F(n){return!!n&&(n instanceof t.y||"function"==typeof n.lift&&"function"==typeof n.subscribe)}var L=r(76565),P=r(26929),N=r(41016),T=r(28782),U=r(81462),q=r(55709),K=r(93642),C=r(59026),R=r(17507);function z(n,e,r){if(e){if(!(0,R.K)(e))return function(){for(var t=[],u=0;u1?t.next(Array.prototype.slice.call(arguments)):t.next(n)}),t,r)}))}function tn(n,e,r,t,u){var i;if(function(n){return n&&"function"==typeof n.addEventListener&&"function"==typeof n.removeEventListener}(n)){var c=n;n.addEventListener(e,r,u),i=function(){return c.removeEventListener(e,r,u)}}else if(function(n){return n&&"function"==typeof n.on&&"function"==typeof n.off}(n)){var o=n;n.on(e,r),i=function(){return o.off(e,r)}}else if(function(n){return n&&"function"==typeof n.addListener&&"function"==typeof n.removeListener}(n)){var s=n;n.addListener(e,r),i=function(){return s.removeListener(e,r)}}else{if(!n||!n.length)throw new TypeError("Invalid event target");for(var f=0,a=n.length;f=e){t.complete();break}if(t.next(i++),t.closed)break}}))}function _n(n){var e=n.start,r=n.index,t=n.count,u=n.subscriber;r>=t?u.complete():(u.next(e),u.closed||(n.index=r+1,n.start=e+1,this.schedule(n)))}var Sn=r(64944),An=r(69604);function On(n,e){return new t.y((function(r){var t,u;try{t=n()}catch(n){return void r.error(n)}try{u=e(t)}catch(n){return void r.error(n)}var i=(u?(0,X.D)(u):M.E).subscribe(r);return function(){i.unsubscribe(),t&&t.unsubscribe()}}))}var In=r(25080),Fn=r(38107),Ln=r(30150)}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3415.740d4971a5e3ade30a81.js b/dist/apps/processing-runtime-widget/3415.740d4971a5e3ade30a81.js new file mode 100644 index 0000000..5f5bcbc --- /dev/null +++ b/dist/apps/processing-runtime-widget/3415.740d4971a5e3ade30a81.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3415],{3415:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34258.b1b2166c330ea456cfb4.js b/dist/apps/processing-runtime-widget/34258.b1b2166c330ea456cfb4.js new file mode 100644 index 0000000..7f26b81 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34258.b1b2166c330ea456cfb4.js @@ -0,0 +1,2 @@ +/*! For license information please see 34258.b1b2166c330ea456cfb4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34258],{34258:function(s,u,e){e.r(u);const c=void 0;u.default=["el-CY",[["πμ","μμ"],["π.μ.","μ.μ."],c],c,[["Κ","Δ","Τ","Τ","Π","Π","Σ"],["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"],["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],["Κυ","Δε","Τρ","Τε","Πέ","Πα","Σά"]],c,[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μαρ","Απρ","Μαΐ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"]],[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μάρ","Απρ","Μάι","Ιούν","Ιούλ","Αύγ","Σεπ","Οκτ","Νοέ","Δεκ"],["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"]],[["π.Χ.","μ.Χ."],c,["προ Χριστού","μετά Χριστόν"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} - {0}",c],[",",".",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Ευρώ",{BYN:[c,"р."],GRD:["Δρχ"],JPY:["JP¥","¥"],PHP:[c,"₱"],THB:["฿"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34258.b1b2166c330ea456cfb4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34258.b1b2166c330ea456cfb4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34258.b1b2166c330ea456cfb4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34280.2f33312dba51385a0b96.js b/dist/apps/processing-runtime-widget/34280.2f33312dba51385a0b96.js new file mode 100644 index 0000000..a95f846 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34280.2f33312dba51385a0b96.js @@ -0,0 +1,2 @@ +/*! For license information please see 34280.2f33312dba51385a0b96.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34280],{34280:function(e,$,r){r.r($);const a=void 0;$.default=["fr-RW",[["AM","PM"],a,a],a,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],a,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],a,[["av. J.-C.","ap. J.-C."],a,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",a],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RWF","RF","franc rwandais",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[a,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[a,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[a,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[a,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[a,"¥"],KMF:[a,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[a,"$C"],NZD:["$NZ","$"],PHP:[a,"₱"],RHD:["$RH"],RON:[a,"L"],RWF:["RF","FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[a,"$T"],TTD:["$TT","$"],TWD:[a,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[a,"$"],XPF:["FCFP"],ZMW:[a,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===a&&0!==$&&$%1e6==0&&0===r||!(a>=0&&a<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34280.2f33312dba51385a0b96.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34280.2f33312dba51385a0b96.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34280.2f33312dba51385a0b96.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34336.dfc5f2c5bb228f1457ac.js b/dist/apps/processing-runtime-widget/34336.dfc5f2c5bb228f1457ac.js new file mode 100644 index 0000000..71bffb0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34336.dfc5f2c5bb228f1457ac.js @@ -0,0 +1,2 @@ +/*! For license information please see 34336.dfc5f2c5bb228f1457ac.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34336],{34336:function(i,a,e){e.r(a);const M=void 0;a.default=["xh",[["AM","PM"],M,M],M,[["S","M","T","W","T","F","S"],["Caw","Mvu","Bin","Tha","Sin","Hla","Mgq"],["Cawe","Mvulo","Lwesibini","Lwesithathu","Lwesine","Lwesihlanu","Mgqibelo"],["Caw","Mvu","Bin","Tha","Sin","Hla","Mgq"]],M,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Jan","Feb","Mat","Epr","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"],["Janyuwari","Februwari","Matshi","Epreli","Meyi","Juni","Julayi","Agasti","Septemba","Okthoba","Novemba","Disemba"]],M,[["BC","AD"],M,M],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",M,M,M],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","R","iRandi yaseMzanzi Afrika",{JPY:["JP¥","¥"],USD:["US$","$"],ZAR:["R"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34336.dfc5f2c5bb228f1457ac.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34336.dfc5f2c5bb228f1457ac.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34336.dfc5f2c5bb228f1457ac.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34374.d51abc4184cad7ada39e.js b/dist/apps/processing-runtime-widget/34374.d51abc4184cad7ada39e.js new file mode 100644 index 0000000..e0fc369 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34374.d51abc4184cad7ada39e.js @@ -0,0 +1,2 @@ +/*! For license information please see 34374.d51abc4184cad7ada39e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34374],{34374:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34374.d51abc4184cad7ada39e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34374.d51abc4184cad7ada39e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34374.d51abc4184cad7ada39e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34402.4b813ce8bd8e5a9446b7.js b/dist/apps/processing-runtime-widget/34402.4b813ce8bd8e5a9446b7.js new file mode 100644 index 0000000..4d83666 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34402.4b813ce8bd8e5a9446b7.js @@ -0,0 +1,2 @@ +/*! For license information please see 34402.4b813ce8bd8e5a9446b7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34402],{34402:function(e,$,a){a.r($);const i=void 0;$.default=["fr-MA",[["AM","PM"],i,["a.m.","p.m."]],[["AM","PM"],i,i],[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fév.","mar.","avr.","mai","jui.","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MAD","MAD","dirham marocain",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===a||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34402.4b813ce8bd8e5a9446b7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34402.4b813ce8bd8e5a9446b7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34402.4b813ce8bd8e5a9446b7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34502.1cac672c0eb60a4a5744.css b/dist/apps/processing-runtime-widget/34502.1cac672c0eb60a4a5744.css new file mode 100644 index 0000000..c48d910 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34502.1cac672c0eb60a4a5744.css @@ -0,0 +1,16 @@ +@charset "UTF-8";body.ui-dark-theme{--body-background-color:#243138;--gray-text:hsla(0,0%,100%,.8);--root-link-color:var(--brand-light,#5faeec);--root-link-color-hover:var(--brand-primary,#1776bf);--text-muted:hsla(0,0%,100%,.6);--navigator-dark-bg-color:#1c2831;--navigator-dark-header-bg:var(--navigator-dark-bg-color);--navigator-dark-text-color:hsla(0,0%,100%,.7);--navigator-dark-title-color:var(--navigator-dark-text-color);--navigator-dark-separator-color:hsla(0,0%,100%,.15);--navigator-dark-scrollbar-thumb:hsla(0,0%,100%,.1);--navigator-dark-active-color:#fff;--navigator-dark-icon:var(--brand-light,#5faeec);--navigator-light-icon:hsla(0,0%,100%,.8);--header-dark-color:var(--navigator-dark-bg-color);--header-dark-text-color:var(--navigator-dark-text-color);--header-dark-hover-color:var(--brand-light,#5faeec);--header-dark-border-color:var(--navigator-dark-separator-color);--root-component-background:#17222b;--root-component-color:hsla(0,0%,100%,.8);--root-component-odd-background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--root-component-background);--root-component-expanded-background:#1b2832;--root-component-realtime-added:#1c8ce3;--root-component-text-muted:var(--text-muted);--root-component-label-color:hsla(0,0%,100%,.65);--root-component-legend-color:hsla(0,0%,100%,.5);--root-component-link-color:var(--brand-light,#5faeec);--root-component-link-color-hover:var(--brand-light,#5faeec);--root-component-border:hsla(0,0%,100%,.15);--root-component-input-border:hsla(0,0%,100%,.25);--root-component-placeholder-color:hsla(0,0%,100%,.45);--root-component-actions-color:var(--gray-2,#333);--root-component-actions-color-hover:var(--brand-light,#5faeec);--root-component-brand-primary:var(--brand-light,#5faeec);--root-component-active-color:var(--brand-light,#5faeec);--root-component-active-background:var(--root-component-background);--root-component-disabled-opacity:0.6;--root-component-spinner-color:var(--brand-light,#5faeec);--root-component-icon-dark-color-light:hsla(0,0%,100%,.8);--root-component-icon-dark-color-dark:var(--brand-light,#5faeec);--dropdown-background:var(--gray-9,#f6f7f8);--dropdown-actions-color:hsla(0,0%,100%,.7);--dropdown-divider-color:hsla(0,0%,100%,.05);--tooltip-background:var(--gray-6);--popover-background:var(--gray-5);--alert-background:var(--gray-1);--alert-color:#333;--alert-text-muted:var(--gray-5,#677680);--toolbar-actions-color:var(--navigator-text-color);--page-tabs-actions-color:var(--navigator-text-color);--page-tabs-background:var(--body-background-color);--modal-background:var(--gray-9);--modal-disabled-opacity:0.6;--table-background-hover:var(--gray-8);--gray-10:#1e292f;--gray-9:#354045;--gray-8:#3f4a50;--gray-7:#465158;--gray-6:#58656d;--gray-5:#677680;--gray-4:#7a8a94;--gray-3:#93a0a8;--gray-2:#b1bac0;--gray-1:#d4d9dc}.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded,.c8y-grid-dashboard.dashboard-theme-branded,.dashboard-preview-slot.dashboard-theme-branded,body .dashboard-preview-slot.panel-content-branded,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-branded{--dashboard-background:linear-gradient(to top,rgba(0,0,0,.43),rgba(0,0,0,.43)) var(--brand-primary,#1776bf);--component-text-muted:hsla(0,0%,100%,.8);background:var(--dashboard-background)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded.card.card-dashboard,.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded.card.card-dashboard .card-header-actions,.c8y-grid-dashboard.dashboard-theme-branded .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-branded .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-branded .card.card-dashboard,body.c8y-grid-dashboard .panel-content-branded.card.card-dashboard.cdk-drag{--component-background:var(--brand-primary,#1776bf);--component-color:hsla(0,0%,100%,.8);--component-actions-color:#96caf3;--component-actions-color-hover:#5faeec;--component-border:hsla(0,0%,100%,.15)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded.card.card-dashboard,.c8y-grid-dashboard.dashboard-theme-branded .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-branded .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-branded .card.card-dashboard,body c8y-dashboard-gridstack:not([name]):not([use-context]) .card.card-dashboard.panel-content-branded,body.c8y-grid-dashboard .panel-content-branded.card.card-dashboard.cdk-drag,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-branded .card.card-dashboard{--card-background:var(--brand-primary,#1776bf);--card-color:hsla(0,0%,100%,.9);--card-odd-background:linear-gradient(to top,rgba(0,0,0,.05),rgba(0,0,0,.05)) var(--brand-primary,#1776bf);--card-expanded-background:var(--brand-primary,#1776bf);--card-expanded-color:var(--card-color);--card-text-muted:hsla(0,0%,100%,.7);--card-label-color:hsla(0,0%,100%,.65);--card-legend-color:hsla(0,0%,100%,.65);--card-link-color:#fff;--card-link-color-hover:#fff;--card-border:hsla(0,0%,100%,.25);--card-input-border:hsla(0,0%,100%,.35);--card-placeholder-color:hsla(0,0%,100%,.55);--card-actions-color:var(--brand-dark,#0b385b);--card-actions-color-hover:var(--brand-light,#5faeec);--card-brand-primary:var(--brand-light,#5faeec);--card-active-background:#1c8ce3;--card-active-color:#fff;--card-disabled-opacity:0.6;--card-scrollbar-thumb:hsla(0,0%,100%,.4);--card-scrollbar-track:hsla(0,0%,100%,.2);--dropdown-background:var(--root-component-background,#fff);--dropdown-actions-color:var(--root-component-actions-color,var(--brand-dark,#0b385b));--dropdown-actions-color-hover:var(--root-component-actions-color-hover,var(--brand-primary,#1776bf));--dropdown-actions-opacity:var(--root-component-actions-opacity,0.5);--dropdown-border:var(--root-component-border,rgba(0,0,0,.05));fill:var(--card-color);background:var(--card-background)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded.card.card-dashboard .axis text,.c8y-grid-dashboard.dashboard-theme-branded .card.card-dashboard .axis text,.modal-content .dashboard-preview-slot.dashboard-theme-branded .card.card-dashboard .axis text,body .modal-content .dashboard-preview-slot.panel-content-branded .card.card-dashboard .axis text,body c8y-dashboard-gridstack:not([name]):not([use-context]) .card.card-dashboard.panel-content-branded .axis text,body.c8y-grid-dashboard .panel-content-branded.card.card-dashboard.cdk-drag .axis text,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-branded .card.card-dashboard .axis text{fill:var(--card-color)!important}.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded.card.card-dashboard,.c8y-grid-dashboard c8y-dashboard-child .panel-content-branded.card.card-dashboard *,.c8y-grid-dashboard.dashboard-theme-branded .card.card-dashboard,.c8y-grid-dashboard.dashboard-theme-branded .card.card-dashboard *,.modal-content .dashboard-preview-slot.dashboard-theme-branded .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-branded .card.card-dashboard *,body .modal-content .dashboard-preview-slot.panel-content-branded .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-branded .card.card-dashboard *,body c8y-dashboard-gridstack:not([name]):not([use-context]) .card.card-dashboard.panel-content-branded,body c8y-dashboard-gridstack:not([name]):not([use-context]) .card.card-dashboard.panel-content-branded *,body.c8y-grid-dashboard .panel-content-branded.card.card-dashboard.cdk-drag,body.c8y-grid-dashboard .panel-content-branded.card.card-dashboard.cdk-drag *,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-branded .card.card-dashboard,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-branded .card.card-dashboard *{--component-background:var(--card-background);--component-color:var(--card-color);--component-odd-background:var(--card-odd-background);--component-active-background:var(--card-active-background);--component-active-color:var(--card-active-color);--component-expanded-background:var(--card-expanded-background);--component-expanded-color:var(--card-expanded-color);--component-border:var(--card-border);--component-input-border:var(--card-input-border);--component-link-color:var(--card-link-color);--component-link-color-hover:var(--card-link-color-hover);--link-color:var(--card-link-color);--link-color-hover:var(--card-link-color-hover);--component-actions-color:var(--card-actions-color);--component-actions-color-hover:var(--card-actions-color-hover);--component-actions-opacity:var(--card-actions-opacity);--component-label-color:var(--card-label-color);--component-legend-color:var(--card-legend-color);--component-placeholder-color:var(--card-placeholder-color);--component-focus-color:var(--card-focus-color);--component-focus-background:var(--card-focus-background);--component-focus-border:var(--card-focus-border);--component-text-muted:var(--card-text-muted);--component-highlight-color:var(--card-highlight-color);--component-brand-primary:var(--card-brand-primary);--component-realtime-added:var(--card-realtime-added);--component-pulse-color:var(--card-pulse-color);--component-spinner-color:var(--card-spinner-color);--component-disabled-color:var(--card-disabled-color);--component-disabled-opacity:var(--card-disabled-opacity);--component-icon-white-color-light:var(--card-icon-white-color-light);--component-icon-white-color-dark:var(--card-icon-white-color-dar);--component-icon-dark-color-light:var(--card-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--card-icon-dark-color-dark);--component-icon-color:var(--card-icon-color);--component-scrollbar-track:var(--card-scrollbar-track);--component-scrollbar-thumb:var(--card-scrollbar-thumb);--component-padding:var(--card-padding)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark,.c8y-grid-dashboard.dashboard-theme-dark,.dashboard-preview-slot.dashboard-theme-dark,body .dashboard-preview-slot.panel-content-dark,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-dark{--dashboard-background:#243138;--component-icon-dark-color-light:hsla(0,0%,100%,.8);--component-icon-dark-color-dark:var(--brand-light,#5faeec);background-color:#243138}.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark.card.card-dashboard,.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark.card.card-dashboard .card-header-actions,.c8y-grid-dashboard.dashboard-theme-dark .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-dark .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-dark .card.card-dashboard,body.c8y-grid-dashboard .panel-content-dark.card.card-dashboard.cdk-drag{--component-background:#13202a;--component-color:hsla(0,0%,100%,.8);--component-border:hsla(0,0%,100%,.15);--component-actions-color:#96caf3;--component-actions-color-hover:#5faeec}.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark.card.card-dashboard,.c8y-grid-dashboard.dashboard-theme-dark .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-dark .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-dark .card.card-dashboard,body c8y-dashboard-gridstack:not([use-context]):not([use-context]) .card.card-dashboard.panel-content-dark,body.c8y-grid-dashboard .panel-content-dark.card.card-dashboard.cdk-drag,c8y-dashboard-gridstack:not([use-context]):not([use-context])>.dashboard-theme-dark .card.card-dashboard{--card-background:#13202a;--card-color:hsla(0,0%,100%,.8);--card-odd-background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--card-background);--card-expanded-background:#1b2832;--card-expanded-color:var(--card-color);--card-text-muted:hsla(0,0%,100%,.6);--card-label-color:hsla(0,0%,100%,.65);--card-legend-color:hsla(0,0%,100%,.5);--card-link-color:#5faeec;--card-link-color-hover:#5faeec;--card-border:hsla(0,0%,100%,.15);--card-input-border:hsla(0,0%,100%,.25);--card-placeholder-color:hsla(0,0%,100%,.45);--card-actions-color:#96caf3;--card-actions-color-hover:#5faeec;--card-brand-primary:#96caf3;--card-active-color:#5faeec;--card-active-background:hsla(0,0%,100%,.3);--card-disabled-opacity:0.6;--card-icon-dark-color-light:#cde6f9;--card-icon-dark-color-dark:#5faeec;--card-scrollbar-thumb:hsla(0,0%,100%,.4);--card-scrollbar-track:hsla(0,0%,100%,.2);--dropdown-background:var(--root-component-background,#fff);--dropdown-actions-color:var(--root-component-actions-color,var(--brand-dark,#0b385b));--dropdown-actions-color-hover:var(--root-component-actions-color-hover,var(--brand-primary,#1776bf));--dropdown-actions-opacity:var(--root-component-actions-opacity,0.5);--dropdown-border:var(--root-component-border,rgba(0,0,0,.05));--gray-10:#243138;--gray-9:#354045;--gray-8:#3f4a50;--gray-7:#465158;--gray-6:#58656d;--gray-5:#677680;--gray-4:#7a8a94;--gray-3:#93a0a8;--gray-2:#b1bac0;--gray-1:#d4d9dc;--tooltip-color:#fff;fill:var(--card-color);background:var(--card-background)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark.card.card-dashboard,.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark.card.card-dashboard *,.c8y-grid-dashboard.dashboard-theme-dark .card.card-dashboard,.c8y-grid-dashboard.dashboard-theme-dark .card.card-dashboard *,.modal-content .dashboard-preview-slot.dashboard-theme-dark .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-dark .card.card-dashboard *,body .modal-content .dashboard-preview-slot.panel-content-dark .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-dark .card.card-dashboard *,body c8y-dashboard-gridstack:not([use-context]):not([use-context]) .card.card-dashboard.panel-content-dark,body c8y-dashboard-gridstack:not([use-context]):not([use-context]) .card.card-dashboard.panel-content-dark *,body.c8y-grid-dashboard .panel-content-dark.card.card-dashboard.cdk-drag,body.c8y-grid-dashboard .panel-content-dark.card.card-dashboard.cdk-drag *,c8y-dashboard-gridstack:not([use-context]):not([use-context])>.dashboard-theme-dark .card.card-dashboard,c8y-dashboard-gridstack:not([use-context]):not([use-context])>.dashboard-theme-dark .card.card-dashboard *{--component-background:var(--card-background);--component-color:var(--card-color);--component-odd-background:var(--card-odd-background);--component-active-background:var(--card-active-background);--component-active-color:var(--card-active-color);--component-expanded-background:var(--card-expanded-background);--component-expanded-color:var(--card-expanded-color);--component-border:var(--card-border);--component-input-border:var(--card-input-border);--component-link-color:var(--card-link-color);--component-link-color-hover:var(--card-link-color-hover);--link-color:var(--card-link-color);--link-color-hover:var(--card-link-color-hover);--component-actions-color:var(--card-actions-color);--component-actions-color-hover:var(--card-actions-color-hover);--component-actions-opacity:var(--card-actions-opacity);--component-label-color:var(--card-label-color);--component-legend-color:var(--card-legend-color);--component-placeholder-color:var(--card-placeholder-color);--component-focus-color:var(--card-focus-color);--component-focus-background:var(--card-focus-background);--component-focus-border:var(--card-focus-border);--component-text-muted:var(--card-text-muted);--component-highlight-color:var(--card-highlight-color);--component-brand-primary:var(--card-brand-primary);--component-realtime-added:var(--card-realtime-added);--component-pulse-color:var(--card-pulse-color);--component-spinner-color:var(--card-spinner-color);--component-disabled-color:var(--card-disabled-color);--component-disabled-opacity:var(--card-disabled-opacity);--component-icon-white-color-light:var(--card-icon-white-color-light);--component-icon-white-color-dark:var(--card-icon-white-color-dar);--component-icon-dark-color-light:var(--card-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--card-icon-dark-color-dark);--component-icon-color:var(--card-icon-color);--component-scrollbar-track:var(--card-scrollbar-track);--component-scrollbar-thumb:var(--card-scrollbar-thumb);--component-padding:var(--card-padding)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-light,.c8y-grid-dashboard.dashboard-theme-light,.dashboard-preview-slot.dashboard-theme-light,body .dashboard-preview-slot.panel-content-light,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-light{background-color:var(--body-background-color,#f2f3f4)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-light.card.card-dashboard,.c8y-grid-dashboard c8y-dashboard-child .panel-content-light.card.card-dashboard .card-header-actions,.c8y-grid-dashboard.dashboard-theme-light .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-light .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-light .card.card-dashboard,body.c8y-grid-dashboard .panel-content-light.card.card-dashboard.cdk-drag{--component-background:#fff;--component-color:#333;--component-actions-color:#0b385b;--component-actions-color-hover:#0b385b;--component-border:rgba(0,0,0,.05)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-light.card.card-dashboard,.c8y-grid-dashboard.dashboard-theme-light .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-light .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-light .card.card-dashboard,body c8y-dashboard-gridstack:not([name]):not([use-context]) .card.card-dashboard.panel-content-light,body.c8y-grid-dashboard .panel-content-light.card.card-dashboard.cdk-drag,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-light .card.card-dashboard{--card-background:#fff;--card-color:#333;--card-odd-background:linear-gradient(0deg,rgba(0,0,0,.03),rgba(0,0,0,.03)) #fff;--card-active-background:transparent;--card-active-color:var(--brand-primary,#1776bf);--card-expanded-background:var(--gray-10,#fbfbfc);--card-expanded-color:#333;--card-border:rgba(0,0,0,.05);--card-input-border:var(--gray-8,#ccd2d6);--card-link-color:var(--link-color,var(--brand-primary,#1776bf));--card-link-color-hover:var(--link-color-hover,var(--brand-primary,#1776bf));--card-actions-color:var(--brand-dark,#0b385b);--card-actions-color-hover:var(--brand-primary,#1776bf);--card-actions-opacity:0.5;--card-label-color:#333;--card-legend-color:var(--gray-5,#677680);--card-placeholder-color:var(--gray-5,#677680);--card-focus-color:#333;--card-focus-background:#fff;--card-focus-border:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));--card-text-muted:var(--text-muted,#677680);--card-highlight-color:var(--brand-primary,#1776bf);--card-brand-primary:var(--brand-primary,#1776bf);--card-realtime-added:#cde6f9;--card-pulse-color:#0b0;--card-spinner-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));--card-disabled-color:var(--gray-7,#b0b9bf);--card-disabled-opacity:0.5;--card-icon-white-color-light:var(--brand-light,#5faeec);--card-icon-white-color-dark:#fff;--card-icon-dark-color-light:var(--brand-light,#5faeec);--card-icon-dark-color-dark:var(--brand-dark,#0b385b);--card-icon-color:var(--component-icon-dark-color-dark,var(--root-component-icon-dark-color-dark,var(--brand-dark,#0b385b)));--card-scrollbar-thumb:var(--gray-3,#394852);--card-scrollbar-track:rgba(0,0,0,.03);--gray-10:#fbfbfc;--gray-9:#f6f7f8;--gray-8:#ccd2d6;--gray-7:#b0b9bf;--gray-6:#8a98a1;--gray-5:#677680;--gray-4:#58656d;--gray-3:#394852;--gray-2:#333;--gray-1:#000;fill:var(--card-color);background:var(--card-background)}.c8y-grid-dashboard c8y-dashboard-child .panel-content-transparent .card.card-dashboard.panel-content-transparent,.c8y-grid-dashboard.dashboard-theme-transparent,.dashboard-preview-slot.dashboard-theme-transparent,body .dashboard-preview-slot.panel-content-transparent,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-transparent{background-color:var(--dashboard-background,var(--body-background-color,#f2f3f4))}.c8y-grid-dashboard c8y-dashboard-child .panel-content-transparent.card.card-dashboard,.c8y-grid-dashboard.dashboard-theme-transparent .card.card-dashboard,.modal-content .dashboard-preview-slot.dashboard-theme-transparent .card.card-dashboard,body .modal-content .dashboard-preview-slot.panel-content-transparent .card.card-dashboard,body c8y-dashboard-gridstack:not([name]):not([use-context]) .card.card-dashboard.panel-content-transparent,body.c8y-grid-dashboard .panel-content-transparent.card.card-dashboard.cdk-drag,c8y-dashboard-gridstack:not([name]):not([use-context])>.dashboard-theme-transparent .card.card-dashboard{--card-background:var(--dashboard-background,var(--body-background-color,#f2f3f4));--dropdown-background:var(--root-component-background,#fff);--dropdown-actions-color:var(--root-component-actions-color,var(--brand-dark,#0b385b));--dropdown-actions-color-hover:var(--root-component-actions-color-hover,var(--brand-primary,#1776bf));--dropdown-actions-opacity:var(--root-component-actions-opacity,0.5);--dropdown-border:var(--root-component-border,rgba(0,0,0,.05));background:var(--card-background);-webkit-box-shadow:none;box-shadow:none}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(Roboto-Regular-770a8fca674a3550e241.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(Roboto-RegularItalic-33d48155cd9f38c64e71.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(Roboto-Bold-8bd7856b64b4313341eb.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(Roboto-Light-8dc942c71385e7509b87.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(Roboto-Medium-eb797abfa6a5cca2463e.woff) format("woff")}.c8y-scrollbar::-webkit-scrollbar{height:4px;width:4px}.c8y-scrollbar::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.c8y-scrollbar::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.c8y-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.hide-scrollbars{-ms-overflow-style:none;overflow:-moz-scrollbars-none}.hide-scrollbars::-webkit-scrollbar{display:none}.shadow-scroll{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.1);box-shadow:0 2px 3px rgba(0,0,0,.1)}[class*=content-flex-]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;--margin:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 calc(var(--margin)*-1)}[class*=content-flex-]>*{-ms-flex-preferred-size:calc(var(--multiplier)*999);flex-basis:calc(var(--multiplier)*999);margin:0 var(--margin);max-width:100%}.content-flex-20{--multiplier:calc(20rem - 100%)}.content-flex-21{--multiplier:calc(21rem - 100%)}.content-flex-22{--multiplier:calc(22rem - 100%)}.content-flex-23{--multiplier:calc(23rem - 100%)}.content-flex-24{--multiplier:calc(24rem - 100%)}.content-flex-25{--multiplier:calc(25rem - 100%)}.content-flex-26{--multiplier:calc(26rem - 100%)}.content-flex-27{--multiplier:calc(27rem - 100%)}.content-flex-28{--multiplier:calc(28rem - 100%)}.content-flex-29{--multiplier:calc(29rem - 100%)}.content-flex-30{--multiplier:calc(30rem - 100%)}.content-flex-31{--multiplier:calc(31rem - 100%)}.content-flex-32{--multiplier:calc(32rem - 100%)}.content-flex-33{--multiplier:calc(33rem - 100%)}.content-flex-34{--multiplier:calc(34rem - 100%)}.content-flex-35{--multiplier:calc(35rem - 100%)}.content-flex-36{--multiplier:calc(36rem - 100%)}.content-flex-37{--multiplier:calc(37rem - 100%)}.content-flex-38{--multiplier:calc(38rem - 100%)}.content-flex-39{--multiplier:calc(39rem - 100%)}.content-flex-40{--multiplier:calc(40rem - 100%)}.content-flex-41{--multiplier:calc(41rem - 100%)}.content-flex-42{--multiplier:calc(42rem - 100%)}.content-flex-43{--multiplier:calc(43rem - 100%)}.content-flex-44{--multiplier:calc(44rem - 100%)}.content-flex-45{--multiplier:calc(45rem - 100%)}.content-flex-46{--multiplier:calc(46rem - 100%)}.content-flex-47{--multiplier:calc(47rem - 100%)}.content-flex-48{--multiplier:calc(48rem - 100%)}.content-flex-49{--multiplier:calc(49rem - 100%)}.content-flex-50{--multiplier:calc(50rem - 100%)}.content-flex-51{--multiplier:calc(51rem - 100%)}.content-flex-52{--multiplier:calc(52rem - 100%)}.content-flex-53{--multiplier:calc(53rem - 100%)}.content-flex-54{--multiplier:calc(54rem - 100%)}.content-flex-55{--multiplier:calc(55rem - 100%)}.content-flex-56{--multiplier:calc(56rem - 100%)}.content-flex-57{--multiplier:calc(57rem - 100%)}.content-flex-58{--multiplier:calc(58rem - 100%)}.content-flex-59{--multiplier:calc(59rem - 100%)}.content-flex-60{--multiplier:calc(60rem - 100%)}.content-flex-61{--multiplier:calc(61rem - 100%)}.content-flex-62{--multiplier:calc(62rem - 100%)}.content-flex-63{--multiplier:calc(63rem - 100%)}.content-flex-64{--multiplier:calc(64rem - 100%)}.content-flex-65{--multiplier:calc(65rem - 100%)}.content-flex-66{--multiplier:calc(66rem - 100%)}.content-flex-67{--multiplier:calc(67rem - 100%)}.content-flex-68{--multiplier:calc(68rem - 100%)}.content-flex-69{--multiplier:calc(69rem - 100%)}.content-flex-70{--multiplier:calc(70rem - 100%)}.content-flex-71{--multiplier:calc(71rem - 100%)}.content-flex-72{--multiplier:calc(72rem - 100%)}.content-flex-73{--multiplier:calc(73rem - 100%)}.content-flex-74{--multiplier:calc(74rem - 100%)}.content-flex-75{--multiplier:calc(75rem - 100%)}.content-flex-76{--multiplier:calc(76rem - 100%)}.content-flex-77{--multiplier:calc(77rem - 100%)}.content-flex-78{--multiplier:calc(78rem - 100%)}.content-flex-79{--multiplier:calc(79rem - 100%)}.content-flex-80{--multiplier:calc(80rem - 100%)}.content-flex-81{--multiplier:calc(81rem - 100%)}.content-flex-82{--multiplier:calc(82rem - 100%)}.content-flex-83{--multiplier:calc(83rem - 100%)}.content-flex-84{--multiplier:calc(84rem - 100%)}.content-flex-85{--multiplier:calc(85rem - 100%)}.content-flex-86{--multiplier:calc(86rem - 100%)}.content-flex-87{--multiplier:calc(87rem - 100%)}.content-flex-88{--multiplier:calc(88rem - 100%)}.content-flex-89{--multiplier:calc(89rem - 100%)}.content-flex-90{--multiplier:calc(90rem - 100%)}.content-flex-91{--multiplier:calc(91rem - 100%)}.content-flex-92{--multiplier:calc(92rem - 100%)}.content-flex-93{--multiplier:calc(93rem - 100%)}.content-flex-94{--multiplier:calc(94rem - 100%)}.content-flex-95{--multiplier:calc(95rem - 100%)}.content-flex-96{--multiplier:calc(96rem - 100%)}.content-flex-97{--multiplier:calc(97rem - 100%)}.content-flex-98{--multiplier:calc(98rem - 100%)}.content-flex-99{--multiplier:calc(99rem - 100%)}.content-flex-100{--multiplier:calc(100rem - 100%)}.content-flex-101{--multiplier:calc(101rem - 100%)}.content-flex-102{--multiplier:calc(102rem - 100%)}.content-flex-103{--multiplier:calc(103rem - 100%)}.content-flex-104{--multiplier:calc(104rem - 100%)}.content-flex-105{--multiplier:calc(105rem - 100%)}.content-flex-106{--multiplier:calc(106rem - 100%)}.content-flex-107{--multiplier:calc(107rem - 100%)}.content-flex-108{--multiplier:calc(108rem - 100%)}.content-flex-109{--multiplier:calc(109rem - 100%)}.content-flex-110{--multiplier:calc(110rem - 100%)}.content-flex-111{--multiplier:calc(111rem - 100%)}.content-flex-112{--multiplier:calc(112rem - 100%)}.content-flex-113{--multiplier:calc(113rem - 100%)}.content-flex-114{--multiplier:calc(114rem - 100%)}.content-flex-115{--multiplier:calc(115rem - 100%)}.content-flex-116{--multiplier:calc(116rem - 100%)}.content-flex-117{--multiplier:calc(117rem - 100%)}.content-flex-118{--multiplier:calc(118rem - 100%)}.content-flex-119{--multiplier:calc(119rem - 100%)}.content-flex-120{--multiplier:calc(120rem - 100%)}.content-flex-121{--multiplier:calc(121rem - 100%)}.content-flex-122{--multiplier:calc(122rem - 100%)}.content-flex-123{--multiplier:calc(123rem - 100%)}.content-flex-124{--multiplier:calc(124rem - 100%)}.content-flex-125{--multiplier:calc(125rem - 100%)}.content-flex-126{--multiplier:calc(126rem - 100%)}.content-flex-127{--multiplier:calc(127rem - 100%)}.content-flex-128{--multiplier:calc(128rem - 100%)}.content-flex-129{--multiplier:calc(129rem - 100%)}.content-flex-130{--multiplier:calc(130rem - 100%)}.content-flex-131{--multiplier:calc(131rem - 100%)}.content-flex-132{--multiplier:calc(132rem - 100%)}.content-flex-133{--multiplier:calc(133rem - 100%)}.content-flex-134{--multiplier:calc(134rem - 100%)}.content-flex-135{--multiplier:calc(135rem - 100%)}.content-flex-136{--multiplier:calc(136rem - 100%)}.content-flex-137{--multiplier:calc(137rem - 100%)}.content-flex-138{--multiplier:calc(138rem - 100%)}.content-flex-139{--multiplier:calc(139rem - 100%)}.content-flex-140{--multiplier:calc(140rem - 100%)}.content-flex-141{--multiplier:calc(141rem - 100%)}.content-flex-142{--multiplier:calc(142rem - 100%)}.content-flex-143{--multiplier:calc(143rem - 100%)}.content-flex-144{--multiplier:calc(144rem - 100%)}.content-flex-145{--multiplier:calc(145rem - 100%)}.content-flex-146{--multiplier:calc(146rem - 100%)}.content-flex-147{--multiplier:calc(147rem - 100%)}.content-flex-148{--multiplier:calc(148rem - 100%)}.content-flex-149{--multiplier:calc(149rem - 100%)}.content-flex-150{--multiplier:calc(150rem - 100%)}[class*=content-flex-] .col-1{min-width:calc(8.33333% - var(--margin)*2)}[class*=content-flex-] .col-2{min-width:calc(16.66667% - var(--margin)*2)}[class*=content-flex-] .col-3{min-width:calc(25% - var(--margin)*2)}[class*=content-flex-] .col-4{min-width:calc(33.33333% - var(--margin)*2)}[class*=content-flex-] .col-5{min-width:calc(41.66667% - var(--margin)*2)}[class*=content-flex-] .col-6{min-width:calc(50% - var(--margin)*2)}[class*=content-flex-] .col-7{min-width:calc(58.33333% - var(--margin)*2)}[class*=content-flex-] .col-8{min-width:calc(66.66667% - var(--margin)*2)}[class*=content-flex-] .col-9{min-width:calc(75% - var(--margin)*2)}[class*=content-flex-] .col-10{min-width:calc(83.33333% - var(--margin)*2)}[class*=content-flex-] .col-11{min-width:calc(91.66667% - var(--margin)*2)}[class*=content-flex-] .col-12{min-width:calc(100% - var(--margin)*2)} +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#fff01f;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid var(--gray-7,#b0b9bf);margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid var(--gray-6,#8a98a1);page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:var(--component-background,var(--root-component-background,#fff))!important}.table-bordered td,.table-bordered th{border:1px solid var(--gray-9,#f6f7f8)!important}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in,.fade.show{opacity:1}.collapse{display:none}.collapse.in{display:block}tr .collapse.in{display:table-row}tbody .collapse.in{display:table-row-group}.collapsing{height:0;overflow:hidden;position:relative;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;width:100%}.component-pulse{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:pulseComponent;animation-name:pulseComponent}@-webkit-keyframes pulseComponent{0%,20%,50%{background-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))}35%,to{background-color:var(--component-background,var(--root-component-background,#fff))}}@keyframes pulseComponent{0%,20%,50%{background-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))}35%,to{background-color:var(--component-background,var(--root-component-background,#fff))}}.fadeAnim.ng-enter,.fadeAnim.ng-leave{-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.fadeAnim.ng-enter,.fadeAnim.ng-leave-active{opacity:0}.fadeAnim.ng-enter-active,.fadeAnim.ng-leave{opacity:1} +/*! + * animate.css -http://daneden.me/animate + * Version - 3.6.1 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2018 Daniel Eden + */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.fast{-webkit-animation-duration:.35s;animation-duration:.35s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes vibrate{0%,10%,12%,14%,16%,18%,2%,4%,6%,8%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}1%,11%,13%,15%,17%,19%,3%,5%,7%,9%{-webkit-transform:translate3d(1px,0,0);transform:translate3d(1px,0,0)}20%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes vibrate{0%,10%,12%,14%,16%,18%,2%,4%,6%,8%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}1%,11%,13%,15%,17%,19%,3%,5%,7%,9%{-webkit-transform:translate3d(1px,0,0);transform:translate3d(1px,0,0)}20%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.vibrate{-webkit-animation:vibrate 2s cubic-bezier(.36,.07,.19,.97) infinite;animation:vibrate 2s cubic-bezier(.36,.07,.19,.97) infinite;-webkit-animation-name:vibrate;animation-name:vibrate;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:300px;perspective:300px;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.ui-select-offscreen{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;left:0!important;margin:0!important;outline:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:0!important;width:1px!important}body .selectize-input{background-color:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));background-image:none;border-radius:var(--form-control-border-radius,0);-webkit-box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));display:block;font-family:var(--form-control-font-family,inherit);font-size:var(--font-size-base,14px);font-weight:var(--form-control-font-weight,normal);height:var(--form-control-height-base,32px);line-height:var(--form-control-line-height,1.42857143);min-height:0;padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}body .selectize-input:focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));border-color:var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));outline:0}body .selectize-input::-moz-placeholder{font-style:italic}body .selectize-input:-ms-input-placeholder{font-style:italic}body .selectize-input::-webkit-input-placeholder{font-style:italic}body .selectize-input::-moz-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic);opacity:1}body .selectize-input:-ms-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}body .selectize-input::-webkit-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}body .selectize-input[disabled],fieldset[disabled] body .selectize-input{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}body .selectize-input[readonly],body .selectize-input[readonly]:focus{background-color:var(--component-background,var(--root-component-background,#fff));color:var(--text-muted,#677680);opacity:1}body .selectize-input[disabled],fieldset[disabled] body .selectize-input{cursor:not-allowed}textarea body .selectize-input{height:auto}body .selectize-input:not(:first-child):not(:last-child){border-radius:0}body .selectize-input.focus{border:0;-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));outline:0}body .selectize-control.single .selectize-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:24px;position:relative}body .selectize-control.single .selectize-input:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;border:0;color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));content:"\f101";display:inline-block;font-family:c8y-glyphs!important;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;height:auto;line-height:1;margin:0;pointer-events:none;position:absolute;right:5px;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:auto}body .form-control.selectize-control.single.ng-invalid-required.ng-touched .selectize-input{-webkit-box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-error,#e0000e);box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-error,#e0000e)}body .form-control.selectize-control.single.ng-invalid-required.ng-touched .selectize-input.focus,body .form-control.selectize-control.single.ng-invalid-required.ng-touched .selectize-input.selectize-focus{-webkit-box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-error,#e0000e);box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-error,#e0000e)}body>.ui-select-container{z-index:1050}body .selectize-container .form-control.selectize-control.open{position:relative}body .selectize-container .form-control.selectize-control.open:before{background-color:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));border-bottom:0;-webkit-box-shadow:0 20px 15px rgba(0,0,0,.1);box-shadow:0 20px 15px rgba(0,0,0,.1);height:15px;left:-15px;position:absolute;right:-15px;top:-15px;z-index:0}body .selectize-container .form-control.selectize-control.open .selectize-input{position:relative;z-index:10}body .selectize-container label{position:relative;z-index:5}body .selectize-container label+.form-control.selectize-control.open:before{height:30px;top:-30px}body .ui-select-match{overflow:hidden;padding-right:40px;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;top:5px;white-space:nowrap;width:100%}body .ui-select-choices{opacity:1!important}body .ui-select-choices.ng-hide{opacity:0!important}body .ui-select-choices-row-inner,body .ui-select-choices-row-inner>*,body input.ui-select-search[placeholder]{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%}body .ui-select-choices-row-inner,body .ui-select-choices-row-inner>*{white-space:nowrap}body .selectize-dropdown,body .selectize-input,body .selectize-input input{-webkit-font-smoothing:inherit;color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));font-family:inherit;font-size:inherit;line-height:1.42857143}body .selectize-control.single .selectize-input.input-active,body .selectize-input{background:var(--component-background,var(--root-component-background,#fff));color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));cursor:text;display:inline-block}body .selectize-input{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;z-index:1}.selectize-control.multi body .selectize-input.has-items{padding:4px 10px 1px}body .selectize-input.full{background-color:#fff}body .selectize-input.disabled,body .selectize-input.disabled *{cursor:default!important}body .selectize-input.focus,body .selectize-input.selectize-focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));outline:0;position:relative;z-index:13}body .selectize-input.focus,body .selectize-input.focus~input,body .selectize-input.selectize-focus,body .selectize-input.selectize-focus~input{color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)))}body .selectize-input>*{zoom:1;display:-moz-inline-stack;display:inline-block;*display:inline;vertical-align:baseline}.selectize-control.multi body .selectize-input>div{background:#f2f3f4;border:0 solid var(--gray-8,#ccd2d6);color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));cursor:pointer;margin:0 3px 3px 0;padding:2px 6px}.selectize-control.multi body .selectize-input>div.active{background:var(--gray-9,#f6f7f8);border:0 solid var(--gray-8,#ccd2d6);color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.selectize-control.multi body .selectize-input.disabled>div,.selectize-control.multi body .selectize-input.disabled>div.active{border:0 solid var(--gray-8,#ccd2d6);-webkit-filter:brightness(1.2);filter:brightness(1.2)}body .selectize-input>input{background:none!important;border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;line-height:inherit!important;margin:0 2px 0 0!important;max-height:none!important;max-width:100%!important;min-height:0!important;padding:0!important;text-indent:0!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;-webkit-user-select:auto!important}body .selectize-input>input:focus{outline:none!important}body .selectize-input:after{clear:left;content:" ";display:block}body .selectize-input.dropdown-active:before{background:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));bottom:0;content:" ";display:block;height:1px;left:0;position:absolute;right:0}body .selectize-dropdown{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));border:1px solid var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));-webkit-box-shadow:0 20px 15px rgba(0,0,0,.1);box-shadow:0 20px 15px rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:-1px 0 0;position:absolute;z-index:9}body .selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}body .selectize-dropdown [data-selectable] .highlight{background:rgba(95,174,236,.2)}body .selectize-dropdown .optgroup-header,body .selectize-dropdown [data-selectable]{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,.1);padding:5px 10px}body .selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0}body .selectize-dropdown .optgroup-header{background:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));cursor:default}body .selectize-dropdown .active,body .selectize-dropdown .ui-select-choices-row:hover{background-color:var(--dropdown-active-background,var(--component-active-background,var(--root-component-active-background,#fff)))}body .selectize-dropdown .active,body .selectize-dropdown .active.create,body .selectize-dropdown .create,body .selectize-dropdown .ui-select-choices-row:hover,body .selectize-dropdown .ui-select-choices-row:hover.create{color:var(--dropdown-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.selectize-dropdown-content{max-height:200px;overflow-x:hidden;overflow-y:auto;padding:0!important}.selectize-control.single .selectize-input+.selectize-dropdown{border:1px solid rgba(0,0,0,.05);border-radius:0;left:-7px;padding-top:42px;right:-7px;top:-7px;width:auto;z-index:9}.selectize-control.single.direction-up .selectize-input.focus+.selectize-dropdown{margin-top:-2px;padding-bottom:40px;padding-top:0;z-index:9}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input.dropdown-active:after{border-color:transparent;border-bottom-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));border-width:0 5px 5px;margin-top:-4px}.selectize-control.rtl.single .selectize-input:after{left:16px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{background-color:var(--gray-10,#fbfbfc);opacity:.5}.form-control.selectize-control{background:0 0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;height:auto;padding:0;position:relative}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:10px}body{background-color:var(--body-background-color,#f2f3f4);color:var(--gray-text,#333);font-family:var(--font-family-base,var(--font-family-base,var(--font-family-sans-serif,"Roboto",Helvetica,Arial,sans-serif)));font-size:var(--font-size-base,14px);line-height:var(--line-height-base,1.42857143);overflow-x:hidden}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:var(--root-link-color,var(--link-color,var(--brand-primary,#1776bf)));text-decoration:none}a:focus,a:hover{color:var(--root-link-hover-color,var(--link-color-hover,var(--brand-primary,#1776bf)));text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a.no-decoration:focus,a.no-decoration:hover{outline:none;text-decoration:none}a.text-muted:focus,a.text-muted:hover{color:var(--root-link-color,var(--link-color,var(--brand-primary,#1776bf)));text-decoration:none}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:2px}.img-thumbnail{background-color:var(--body-background-color,#f2f3f4);border:1px solid transparent;border-radius:0;display:inline-block;height:auto;line-height:var(--line-height-base,1.42857143);max-width:100%;padding:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{border:0;border-top:1px solid var(--hr-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));margin-top:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143))}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--headings-color,inherit);font-family:var(--font-family-headings,var(--headings-font-family,inherit));font-weight:var(--headings-font-weight,300);line-height:var(--headings-line-height,1.15)}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{color:var(--gray-5,#677680);font-weight:400;line-height:1}.h1,.h2,.h3,h1,h2,h3{margin-bottom:0;margin-top:0}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-bottom:0;margin-top:0}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:calc(var(--font-size-base, 14px)*2.6)}.h2,h2{font-size:calc(var(--font-size-base, 14px)*2.15)}.h3,h3{font-size:calc(var(--font-size-base, 14px)*1.7)}.h4,h4{font-size:calc(var(--font-size-base, 14px)*1.25)}.h5,h5{font-size:var(--font-size-base,14px)}.h6,h6{font-size:calc(var(--font-size-base, 14px)*.85)}p{margin:0}.lead{font-size:calc(var(--font-size-base, 14px)*1.14286);font-weight:300;line-height:1.4;margin-bottom:16px}.small,small{font-size:var(--small-font-size,calc(var(--font-size-base, 14px)*.85))}.mark,mark{background-color:transparent;padding:.2em}ol,ul{margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)/2);margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.check-bullets{list-style:none;margin:0 0 10px;padding:0;text-align:left}.check-bullets>li{margin-bottom:5px;padding:0 0 0 20px}.check-bullets>li:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\eaee";display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:120%;margin-left:-20px;text-rendering:auto;width:20px}.check-bullets.success>li:before{color:#080}.check-bullets.brand-primary>li:before{color:var(--brand-primary,#1776bf)}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));margin-top:0}dd,dt{line-height:var(--line-height-base,1.42857143)}dt{font-weight:700}dd{margin-left:0}dl.dl-inline{margin-bottom:0}dl.dl-inline dt{margin-right:5px}dl.dl-inline dd,dl.dl-inline dt{display:inline-block;vertical-align:top}dl.dl-inline dd:after{content:"\A";white-space:pre}@media (min-width:1200px){.dl-horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:calc((var(--dl-horizontal-offset, var(--component-offset-horizontal, 180)) - 20)*1px)}.dl-horizontal dd{margin-bottom:8px;margin-left:calc(var(--dl-horizontal-offset, var(--component-offset-horizontal, 180))*1px)}}abbr[data-original-title],abbr[title]{border-bottom:1px dotted var(--gray-8,#ccd2d6);cursor:help}.initialism{font-size:90%;text-transform:uppercase!important}blockquote{border-left:4px solid var(--blockquote-border-color,transparent);font-size:var(--blockquote-font-size,calc(var(--font-size-base, 14px)*1.25));margin:0 0 calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));padding:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)/2) calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143))}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{color:var(--gray-5,#677680);display:block;font-size:80%;line-height:var(--line-height-base,1.42857143)}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{border-left:0;border-right:5px solid var(--blockquote-border-color,transparent);padding-left:0;padding-right:15px;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{font-style:normal;line-height:var(--line-height-base,1.42857143);margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143))}:lang(ja),:lang(ja-JP),:lang(ja-jp),:lang(ja_JP),:lang(ja_jp){font-family:ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,MS Pゴシック,MS PGothic,sans-serif}:lang(zh-Hans),:lang(zh-cn),:lang(zh-tw),:lang(zh_CN){font-family:Microsoft YaHei New,Microsoft Yahei,微软雅黑,宋体,SimSun,STXihei,华文细黑,sans-serif}.label{border-radius:.25em;color:#fff;display:inline;font-size:75%;font-weight:700;line-height:1;padding:.2em .6em;text-align:center;vertical-align:baseline;white-space:nowrap}a .label:focus,a .label:hover{color:#fff;cursor:pointer;text-decoration:none}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:var(--gray-8,#ccd2d6);color:#333}.label-default[href]:focus,.label-default[href]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.label-primary{background-color:var(--brand-primary,#1776bf)}.label-primary[href]:focus,.label-primary[href]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.label-success{background-color:#080}.label-success[href]:focus,.label-success[href]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.label-info{background-color:#1c8ce3}.label-info[href]:focus,.label-info[href]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.label-warning{background-color:#ff801f}.label-warning[href]:focus,.label-warning[href]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.label-danger{background-color:#e0000e}.label-danger[href]:focus,.label-danger[href]:hover{-webkit-filter:brightness(.9);filter:brightness(.9)}.label-truncated{display:inline-block;max-width:150px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.badge{background-color:var(--gray-5,#677680);border-radius:10px;color:#fff;display:inline-block;font-size:calc(var(--font-size-base, 14px)*.85);font-weight:700;line-height:1;min-width:10px;padding:.25em .4em .15em;text-align:center;white-space:nowrap}.badge.badge-success{background-color:#080!important}.badge.badge-danger{background-color:#e0000e!important}.badge.badge-warning{background-color:#ff801f!important}.badge.badge-brand{background-color:var(--brand-primary,#1776bf)!important}.badge.badge-info{background-color:#1c8ce3!important}.badge.badge-light{background-color:var(--gray-9,#f6f7f8)!important;color:#333!important}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a .badge:focus,a .badge:hover{color:#fff;cursor:pointer;text-decoration:none}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{background-color:#fff;color:var(--link-color,var(--brand-primary,#1776bf))}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.text-code,code,kbd,pre,samp{font-family:var(--font-family-monospace,Menlo,Monaco,Consolas,"Courier New",monospace)}code{background-color:var(--code-background,#f2f3f4);color:var(--code-color,#c7254e)}code,kbd{border-radius:0;font-size:90%;padding:2px 4px}kbd{background-color:#000;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);color:#fff}kbd kbd{-webkit-box-shadow:none;box-shadow:none;font-size:100%;font-weight:700;padding:0}pre{background-color:var(--pre-background,var(--gray-9,#f6f7f8));border:1px solid var(--pre-border,var(--gray-8,#ccd2d6));color:var(--pre-color,var(--gray-4,#58656d));display:block;font-size:calc(var(--font-size-base, 14px) - 1);line-height:var(--line-height-base,1.42857143);margin:0 0 calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)/2);padding:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)/2 - .5);word-break:break-all}pre,pre code{border-radius:0;overflow-wrap:break-word}pre code{background-color:transparent;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-break:break-word}.pre-scrollable{max-height:340px;overflow-y:scroll}.pre-wrapped,.text-code{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap}table{background-color:var(--table-background,var(--component-background,var(--root-component-background,#fff)))}caption{color:var(--table-text-muted,var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680))));padding-bottom:8px;padding-top:8px}caption,th{text-align:left}.table{clear:both;margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));max-width:100%;width:100%}.card .table{margin-bottom:0}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{border-top:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));line-height:var(--line-height-base,1.42857143);vertical-align:top}.table>tbody>tr>td label,.table>tbody>tr>th label,.table>tfoot>tr>td label,.table>tfoot>tr>th label,.table>thead>tr>td label,.table>thead>tr>th label{margin:0}.table>tbody>tr>td label.c8y-checkbox,.table>tbody>tr>td label.c8y-radio,.table>tbody>tr>th label.c8y-checkbox,.table>tbody>tr>th label.c8y-radio,.table>tfoot>tr>td label.c8y-checkbox,.table>tfoot>tr>td label.c8y-radio,.table>tfoot>tr>th label.c8y-checkbox,.table>tfoot>tr>th label.c8y-radio,.table>thead>tr>td label.c8y-checkbox,.table>thead>tr>td label.c8y-radio,.table>thead>tr>th label.c8y-checkbox,.table>thead>tr>th label.c8y-radio{line-height:1.6}.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th{padding:10px 8px}.table>tbody>tr>td,.table>tfoot>tr>td,.table>thead>tr>td{padding:9px 8px 8px}.table thead+tbody tr:first-child>td{border-top:0}.table>thead>tr>th{border-bottom:0;border-top:0;-webkit-box-shadow:inset 0 -2px 0 var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -2px 0 var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));vertical-align:bottom}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{color:var(--table-label-color,var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333))));font-size:12px;line-height:20px;text-transform:uppercase;vertical-align:bottom}.table>caption+thead>tr:first-child>td [class*=" dlt-c8y-icon-"],.table>caption+thead>tr:first-child>td [class^=dlt-c8y-icon-],.table>caption+thead>tr:first-child>th [class*=" dlt-c8y-icon-"],.table>caption+thead>tr:first-child>th [class^=dlt-c8y-icon-],.table>colgroup+thead>tr:first-child>td [class*=" dlt-c8y-icon-"],.table>colgroup+thead>tr:first-child>td [class^=dlt-c8y-icon-],.table>colgroup+thead>tr:first-child>th [class*=" dlt-c8y-icon-"],.table>colgroup+thead>tr:first-child>th [class^=dlt-c8y-icon-],.table>thead:first-child>tr:first-child>td [class*=" dlt-c8y-icon-"],.table>thead:first-child>tr:first-child>td [class^=dlt-c8y-icon-],.table>thead:first-child>tr:first-child>th [class*=" dlt-c8y-icon-"],.table>thead:first-child>tr:first-child>th [class^=dlt-c8y-icon-]{font-size:14px}.table>tbody+tbody{border-top:2px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.table .table{background-color:transparent}.table>thead>tr>th.fixed{white-space:nowrap;width:1px}.table>thead>tr>th.text-truncate{display:table-cell;max-width:1px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table>thead>tr>th.auto-grow{min-width:150px;overflow-wrap:break-word}.table>tbody>tr>td.fixed{white-space:nowrap}.table>tbody>tr>td.text-truncate{display:table-cell;max-width:1px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table>tbody>tr>td.auto-grow{min-width:150px;overflow-wrap:break-word}.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td,.table-condensed>thead>tr>td{font-size:12px;padding:7px 8px}.table-condensed>tbody>tr>td>c8y-device-status-display,.table-condensed>tfoot>tr>td>c8y-device-status-display,.table-condensed>thead>tr>td>c8y-device-status-display{display:block;height:12px}.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>th{font-size:10px!important;padding:8px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background:var(--table-odd-background,var(--component-odd-background,var(--root-component-odd-background,linear-gradient(to top,rgba(0,0,0,.03),rgba(0,0,0,.03)) #fff)))}.table-hover>tbody>tr:hover{background:var(--table-background-hover,#f6fafe)}.table-header-branding-line>thead>tr>th{border-bottom-color:var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));border-bottom-width:1px}.table-header-branding-line>tbody:first-child>tr>td{border-top-color:var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));border-top-width:1px}table col[class*=col-]{display:table-column;float:none;position:static}table td[class*=col-],table th[class*=col-]{display:table-cell;float:none;position:static}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:var(--table-active-background,var(--component-active-background,var(--root-component-active-background,#fff)))}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05))) var(--table-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));background:-o-linear-gradient(bottom,rgba(0,0,0,.05),rgba(0,0,0,.05)) var(--table-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));background:linear-gradient(to top,rgba(0,0,0,.05),rgba(0,0,0,.05)) var(--table-active-background,var(--component-active-background,var(--root-component-active-background,#fff)))}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:transparent}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05))) transparent;background:-o-linear-gradient(bottom,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent;background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:transparent}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05))) transparent;background:-o-linear-gradient(bottom,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent;background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:transparent}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05))) transparent;background:-o-linear-gradient(bottom,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent;background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:transparent}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05))) transparent;background:-o-linear-gradient(bottom,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent;background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)) transparent}.table-responsive{min-height:.01%;overflow-x:auto}.table-responsive.full-page{max-height:calc(100vh - 145px);overflow-y:auto}@media (min-width:768px){.table-responsive.full-page{max-height:calc(100vh - 256px)}}@media screen and (max-width:767px){.table-responsive{-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)*.75);overflow-y:hidden;width:100%}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{max-width:767px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.table-borderless td,.table-borderless th,.table-borderless tr{border:0!important}.table-vertical-middle *{vertical-align:middle!important}.table-cell-truncate{position:relative}.table-cell-truncate .truncated-cell-content{max-width:100%;overflow:hidden;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table-fixed{table-layout:fixed}.table-fixed td,.table-fixed th{word-break:break-all}.table-header-sticky th{background-color:var(--table-background,var(--component-background,var(--root-component-background,#fff)));position:sticky}.table-permissions>tbody:nth-child(odd){background-color:var(--table-odd-background,var(--component-odd-background,var(--root-component-odd-background,linear-gradient(to top,rgba(0,0,0,.03),rgba(0,0,0,.03)) #fff)))}.c8y-table-responsive thead{display:none}.c8y-table-responsive>tbody>tr{border-bottom:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.c8y-table-responsive>tbody>tr>td,.c8y-table-responsive>tbody>tr>th{border:0;display:block;padding:6px 10px}.c8y-table-responsive>tbody>tr>td:before,.c8y-table-responsive>tbody>tr>th:before{content:attr(data-label);display:inline-block;font-size:10px;font-weight:700;min-width:20%;padding-right:10px;text-transform:uppercase}@media (min-width:768px){.c8y-table-responsive thead{display:table-header-group}.c8y-table-responsive>tbody>tr{border:0}.c8y-table-responsive>tbody>tr>td,.c8y-table-responsive>tbody>tr>th{border-top:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:table-cell}.c8y-table-responsive>tbody>tr>td:before,.c8y-table-responsive>tbody>tr>th:before{display:none}}fieldset{border:0;margin:0;min-width:0;padding:0}fieldset.c8y-fieldset{-webkit-margin-start:2px;-webkit-margin-end:2px;-webkit-padding-before:.25rem;-webkit-padding-end:.75em;-webkit-padding-after:0;-webkit-padding-start:.75em;border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));display:block;margin-inline-end:2px;margin-inline-start:2px;margin:1rem 0;min-inline-size:-webkit-min-content;min-inline-size:-moz-min-content;min-inline-size:min-content;padding-block-end:0;padding-block-start:.25rem;padding-inline-end:.75em;padding-inline-start:.75em}fieldset.c8y-fieldset.expanded{margin:1rem -1.15rem}fieldset.c8y-fieldset legend{-webkit-padding-start:4px;-webkit-padding-end:4px;margin:0;padding-inline-end:4px;padding-inline-start:4px;text-transform:none;width:auto}fieldset.c8y-fieldset legend[align=left]{justify-self:left}fieldset.c8y-fieldset legend[align=center]{justify-self:center}fieldset.c8y-fieldset legend[align=right]{justify-self:right}.legend,legend{border:0;color:var(--legend-color,var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680))));display:block;font-size:var(--legend-font-size,calc(var(--font-size-base, 14px)*.85));font-weight:var(--legend-font-weight,400);line-height:inherit;margin:16px 0 8px;padding:0;text-transform:var(--legend-text-transform,uppercase);width:100%}.legend.form-block,legend.form-block{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.legend.form-block:after,legend.form-block:after{margin-left:8px}.legend.form-block.center:before,.legend.form-block:after,legend.form-block.center:before,legend.form-block:after{-ms-flex-item-align:center;-webkit-box-flex:1;align-self:center;border-top-style:solid;border-top-width:1px;content:"";-ms-flex:1 1 auto;flex:1 1 auto;opacity:.5}.legend.form-block.center:before,legend.form-block.center:before{margin-right:8px}.legend.form-block.last-record,legend.form-block.last-record{margin-left:auto;margin-right:auto;max-width:180px}.legend.form-block.last-record>[class*=" dlt-c8y-icon-"],.legend.form-block.last-record>[class^=dlt-c8y-icon-],legend.form-block.last-record>[class*=" dlt-c8y-icon-"],legend.form-block.last-record>[class^=dlt-c8y-icon-]{font-size:.5rem}.legend>.dot,legend>.dot{font-size:14px;height:30px;line-height:32px;margin-right:5px;width:30px}label{color:var(--label-text-color,var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333))));font-family:var(--font-family-base,var(--font-family-base,var(--font-family-sans-serif,"Roboto",Helvetica,Arial,sans-serif)));font-size:var(--label-font-size,var(--font-size-base,14px));font-weight:var(--label-font-weight,500);margin-bottom:4px;max-width:100%;text-transform:var(--label-text-transform,none)}label,label>a{display:inline-block}label>a{font-size:inherit}label [tooltip],label [uib-tooltip],label[tooltip]{cursor:pointer}.form-group label{display:block}fieldset[disabled] label:not(.c8y-checkbox):not(.c8y-radio){opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{font-size:16px;line-height:normal;margin:1px 0 0;margin-top:1px\9}.plain input[type=checkbox]{margin:3px 0 0}input[type=file]{display:block}select[multiple],select[size]{height:auto}output{line-height:inherit}.form-control,output{color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));display:block;font-size:var(--font-size-base,14px)}.form-control{background-color:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:var(--form-control-border-radius,0);-webkit-box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));font-family:var(--form-control-font-family,inherit);font-weight:var(--form-control-font-weight,normal);height:var(--form-control-height-base,32px);line-height:var(--form-control-line-height,1.42857143);padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}.form-control:focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));border-color:var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));outline:0}.form-control::-moz-placeholder{font-style:italic}.form-control:-ms-input-placeholder{font-style:italic}.form-control::-webkit-input-placeholder{font-style:italic}.form-control::-moz-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic);opacity:1}.form-control:-ms-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}.form-control::-webkit-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}.form-control[disabled],fieldset[disabled] .form-control{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}.form-control[readonly],.form-control[readonly]:focus{background-color:var(--component-background,var(--root-component-background,#fff));color:var(--text-muted,#677680);opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea .form-control{height:auto}textarea.form-control{height:auto;min-height:var(--form-control-height-base,32px);resize:vertical}textarea.form-control::-webkit-scrollbar{height:4px;width:4px}textarea.form-control::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}textarea.form-control::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}textarea.form-control:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}textarea.form-control.no-resize{resize:none}.c8y-colorpicker{height:20px;position:relative;width:20px}.c8y-colorpicker input{-webkit-box-sizing:border-box;box-sizing:border-box;height:20px;left:0;opacity:0;position:absolute;top:0;width:20px;z-index:10}.c8y-colorpicker input+span{border-radius:50%;bottom:0;left:0;position:absolute;right:0;top:0;z-index:9}.c8y-colorpicker input:focus+span{-webkit-box-shadow:0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}select,select.form-control{background-color:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:var(--form-control-border-radius,0);-webkit-box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));display:block;font-family:var(--form-control-font-family,inherit);font-size:var(--font-size-base,14px);font-weight:var(--form-control-font-weight,normal);height:var(--form-control-height-base,32px);line-height:var(--form-control-line-height,1.42857143);padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}select.form-control:focus,select:focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));border-color:var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));outline:0}select.form-control::-moz-placeholder,select::-moz-placeholder{font-style:italic}select.form-control:-ms-input-placeholder,select:-ms-input-placeholder{font-style:italic}select.form-control::-webkit-input-placeholder,select::-webkit-input-placeholder{font-style:italic}select.form-control::-moz-placeholder,select::-moz-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic);opacity:1}select.form-control:-ms-input-placeholder,select:-ms-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}select.form-control::-webkit-input-placeholder,select::-webkit-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}fieldset[disabled] select,fieldset[disabled] select.form-control,select.form-control[disabled],select[disabled]{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}select.form-control[readonly],select.form-control[readonly]:focus,select[readonly],select[readonly]:focus{background-color:var(--component-background,var(--root-component-background,#fff));color:var(--text-muted,#677680);opacity:1}fieldset[disabled] select,fieldset[disabled] select.form-control,select.form-control[disabled],select[disabled]{cursor:not-allowed}textarea select,textarea select.form-control{height:auto}select.form-control:not(:first-child):not(:last-child),select:not(:first-child):not(:last-child){border-radius:0}select.form-control[multiple],select.form-control[size],select[multiple],select[size]{background-image:none;height:auto}.c8y-select-wrapper{position:relative}.c8y-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;padding-right:24px!important}.c8y-select-wrapper select::-ms-expand{display:none}.c8y-select-wrapper:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;color:var(--form-control-icon-color,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));content:"\f101";display:inline-block;font-family:c8y-glyphs!important;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;right:5px;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.form-group{display:block;margin-bottom:24px}td.form-group,th.form-group{margin-bottom:0}label.c8y-checkbox,label.c8y-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;font-weight:var(--form-control-font-weight,normal);line-height:var(--form-control-height-base,32px);margin:0;position:relative;text-transform:none}label.c8y-checkbox input[type=checkbox],label.c8y-checkbox input[type=radio],label.c8y-radio input[type=checkbox],label.c8y-radio input[type=radio]{left:0;margin:0;opacity:0;position:absolute;top:0;z-index:1}label.c8y-checkbox input+span,label.c8y-radio input+span{display:inline-block;position:relative;z-index:2}label.c8y-checkbox input[type=checkbox]+span,label.c8y-checkbox input[type=radio]+span,label.c8y-radio input[type=checkbox]+span,label.c8y-radio input[type=radio]+span{-ms-flex-negative:0;background-color:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));border-radius:var(--form-control-border-radius,0);-webkit-box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));display:inline-block;flex-shrink:0;height:16px;margin:0;position:relative;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:16px}label.c8y-checkbox input[type=checkbox]+span+span,label.c8y-checkbox input[type=radio]+span+span,label.c8y-radio input[type=checkbox]+span+span,label.c8y-radio input[type=radio]+span+span{line-height:var(--line-height-base,1.42857143);margin-left:8px}label.c8y-checkbox input[type=radio]+span,label.c8y-radio input[type=radio]+span{border-radius:50%}label.c8y-checkbox input:focus+span,label.c8y-checkbox:hover+span,label.c8y-radio input:focus+span,label.c8y-radio:hover+span{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)))}label.c8y-checkbox input[type=checkbox]:checked+span:after,label.c8y-radio input[type=checkbox]:checked+span:after{border-bottom:2px solid;border-left:2px solid;color:var(--brand-primary,#1776bf);content:"";display:block;height:5px;left:3.7px;position:absolute;top:4.4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:9px}label.c8y-checkbox input[type=radio]:checked+span:after,label.c8y-radio input[type=radio]:checked+span:after{background-color:var(--brand-primary,#1776bf);border-radius:50%;content:"";display:inline-block;font-size:10px;height:8px;left:50%;line-height:inherit;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:8px}label.c8y-checkbox input[type=checkbox]:indeterminate+span:after,label.c8y-radio input[type=checkbox]:indeterminate+span:after{border-bottom:2px solid;border-left:0;color:var(--brand-primary,#1776bf);content:"";display:block;height:5px;left:4px;position:absolute;top:4.4px;width:8px}label.c8y-checkbox input[disabled],label.c8y-checkbox input[disabled]:checked,label.c8y-radio input[disabled],label.c8y-radio input[disabled]:checked{cursor:not-allowed}label.c8y-checkbox input[disabled]+span,label.c8y-checkbox input[disabled]:checked+span,label.c8y-radio input[disabled]+span,label.c8y-radio input[disabled]:checked+span{background-color:rgba(0,0,0,.05);cursor:not-allowed;opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}label.c8y-checkbox input[disabled]:checked~span,label.c8y-checkbox input[disabled]~span,label.c8y-radio input[disabled]:checked~span,label.c8y-radio input[disabled]~span{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}label.c8y-checkbox input[readonly],label.c8y-checkbox input[readonly]:checked,label.c8y-radio input[readonly],label.c8y-radio input[readonly]:checked{pointer-events:none}label.c8y-checkbox input[readonly]:checked~span,label.c8y-checkbox input[readonly]~span,label.c8y-radio input[readonly]:checked~span,label.c8y-radio input[readonly]~span{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}[disabled] label.c8y-checkbox,[disabled] label.c8y-radio,label.c8y-checkbox.disabled,label.c8y-radio.disabled{cursor:not-allowed}[disabled] label.c8y-checkbox span,[disabled] label.c8y-radio span,label.c8y-checkbox.disabled span,label.c8y-radio.disabled span{cursor:not-allowed;opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}[disabled] label.c8y-checkbox span:before,[disabled] label.c8y-radio span:before,label.c8y-checkbox.disabled span:before,label.c8y-radio.disabled span:before{opacity:1}label.c8y-checkbox.checkbox-inline,label.c8y-checkbox.radio-inline,label.c8y-radio.checkbox-inline,label.c8y-radio.radio-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0}label.c8y-checkbox.checkbox-inline:not(:last-child),label.c8y-checkbox.radio-inline:not(:last-child),label.c8y-radio.checkbox-inline:not(:last-child),label.c8y-radio.radio-inline:not(:last-child){margin-right:8px}label.c8y-checkbox.has-error input+span,label.c8y-radio.has-error input+span{-webkit-box-shadow:inset 0 0 0 2px var(--input-validation-error,#e0000e);box-shadow:inset 0 0 0 2px var(--input-validation-error,#e0000e)}.c8y-messages,c8y-error-feedback,c8y-messages{display:block;margin-bottom:-24px;min-height:24px}.has-error.form-group--tooltip-validation .c8y-messages,.has-error.form-group--tooltip-validation c8y-error-feedback,.has-error.form-group--tooltip-validation c8y-messages,.input-group-array .has-error .c8y-messages,.input-group-array .has-error c8y-error-feedback,.input-group-array .has-error c8y-messages{display:none}.has-error.form-group--tooltip-validation .c8y-messages .form-control-feedback-message:not(.ng-inactive),.has-error.form-group--tooltip-validation c8y-error-feedback .form-control-feedback-message:not(.ng-inactive),.has-error.form-group--tooltip-validation c8y-messages .form-control-feedback-message:not(.ng-inactive),.input-group-array .has-error .c8y-messages .form-control-feedback-message:not(.ng-inactive),.input-group-array .has-error c8y-error-feedback .form-control-feedback-message:not(.ng-inactive),.input-group-array .has-error c8y-messages .form-control-feedback-message:not(.ng-inactive){padding-top:3px}.has-error.form-group--tooltip-validation .c8y-messages .form-control-feedback-message:not(.ng-inactive):before,.has-error.form-group--tooltip-validation c8y-error-feedback .form-control-feedback-message:not(.ng-inactive):before,.has-error.form-group--tooltip-validation c8y-messages .form-control-feedback-message:not(.ng-inactive):before,.input-group-array .has-error .c8y-messages .form-control-feedback-message:not(.ng-inactive):before,.input-group-array .has-error c8y-error-feedback .form-control-feedback-message:not(.ng-inactive):before,.input-group-array .has-error c8y-messages .form-control-feedback-message:not(.ng-inactive):before{color:var(--tooltip-color,#fff)}.has-error.form-group--tooltip-validation:hover .c8y-messages,.has-error.form-group--tooltip-validation:hover c8y-error-feedback,.has-error.form-group--tooltip-validation:hover c8y-messages,.input-group-array .has-error:hover .c8y-messages,.input-group-array .has-error:hover c8y-error-feedback,.input-group-array .has-error:hover c8y-messages{background-color:#8f0009;border-radius:3px;bottom:44px;color:var(--tooltip-color,#fff);display:block;left:8px;max-width:calc(100% - 16px);padding:2px 5px 3px;position:absolute;z-index:10}.has-error.form-group--tooltip-validation:hover .c8y-messages:after,.has-error.form-group--tooltip-validation:hover c8y-error-feedback:after,.has-error.form-group--tooltip-validation:hover c8y-messages:after,.input-group-array .has-error:hover .c8y-messages:after,.input-group-array .has-error:hover c8y-error-feedback:after,.input-group-array .has-error:hover c8y-messages:after{border-color:#8f0009 transparent transparent;border-style:solid;border-width:5px 5px 0;bottom:-5px;content:"";height:0;left:50%;margin-top:0;opacity:.95;position:absolute;width:0}.form-group .form-control-feedback-message,.form-group .help-block{display:block;font-size:calc(var(--font-size-base, 14px)*.85);line-height:1.2;min-height:calc(var(--form-validation-bottom-margin, 14px) + 4);position:relative}.help-block{font-style:italic}.form-control-feedback-message:before,.form-control~.help-block:before,.input-group+.help-block:before,c8y-field-input~.help-block:before,file-picker~.help-block:before,input~.help-block:before,select~.help-block:before,textarea~.help-block:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:16px;left:1px;position:absolute;text-rendering:auto;top:2px}.form-control-feedback-message:not(.ng-inactive),.form-control~.help-block,.input-group+.help-block,c8y-field-input~.help-block,file-picker~.help-block,input~.help-block,select~.help-block,textarea~.help-block{padding-left:20px;padding-top:4px;position:relative}file-picker~.help-block{margin-top:-24px}.has-success:not(.schema-form-text) .checkbox,.has-success:not(.schema-form-text) .checkbox-inline,.has-success:not(.schema-form-text) .control-label,.has-success:not(.schema-form-text) .help-block,.has-success:not(.schema-form-text) .radio,.has-success:not(.schema-form-text) .radio-inline,.has-success:not(.schema-form-text).checkbox label,.has-success:not(.schema-form-text).checkbox-inline label,.has-success:not(.schema-form-text).radio label,.has-success:not(.schema-form-text).radio-inline label{color:#333!important}.has-success:not(.schema-form-text) .form-control{-webkit-box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-success,#080)!important;box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-success,#080)!important}.has-success:not(.schema-form-text) .form-control:focus{-webkit-box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-success,#080)!important;box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-success,#080)!important}.has-success:not(.schema-form-text) label.c8y-checkbox input+span:before,.has-success:not(.schema-form-text) label.c8y-radio input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-validation-success,#080);box-shadow:inset 0 0 0 2px var(--input-validation-success,#080)}.has-success:not(.schema-form-text) label.c8y-checkbox input:focus+span:before,.has-success:not(.schema-form-text) label.c8y-checkbox:focus input+span:before,.has-success:not(.schema-form-text) label.c8y-radio input:focus+span:before,.has-success:not(.schema-form-text) label.c8y-radio:focus input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}.has-success:not(.schema-form-text) .input-group-addon{background-color:var(--input-validation-success,#080);border-color:var(--input-validation-success,#080);color:#fff}.has-success:not(.schema-form-text) .form-control-feedback-message:before{color:var(--input-validation-success,#080);content:var(--alert-success-icon,"\eb00")}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#333!important}.has-warning .form-control{-webkit-box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-warning,#ff801f)!important;box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-warning,#ff801f)!important}.has-warning .form-control:focus{-webkit-box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-warning,#ff801f)!important;box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-warning,#ff801f)!important}.has-warning label.c8y-checkbox input+span:before,.has-warning label.c8y-radio input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-validation-warning,#ff801f);box-shadow:inset 0 0 0 2px var(--input-validation-warning,#ff801f)}.has-warning label.c8y-checkbox input:focus+span:before,.has-warning label.c8y-checkbox:focus input+span:before,.has-warning label.c8y-radio input:focus+span:before,.has-warning label.c8y-radio:focus input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}.has-warning .input-group-addon{background-color:var(--input-validation-warning,#ff801f);border-color:var(--input-validation-warning,#ff801f);color:#fff}.has-warning .form-control-feedback-message:before{color:var(--input-validation-warning,#ff801f);content:var(--alert-warning-icon,"\eae5")}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#333!important}.has-error .form-control{-webkit-box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-error,#e0000e)!important;box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-error,#e0000e)!important}.has-error .form-control:focus{-webkit-box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-error,#e0000e)!important;box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-error,#e0000e)!important}.has-error label.c8y-checkbox input+span:before,.has-error label.c8y-radio input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-validation-error,#e0000e);box-shadow:inset 0 0 0 2px var(--input-validation-error,#e0000e)}.has-error label.c8y-checkbox input:focus+span:before,.has-error label.c8y-checkbox:focus input+span:before,.has-error label.c8y-radio input:focus+span:before,.has-error label.c8y-radio:focus input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}.has-error .input-group-addon{background-color:var(--input-validation-error,#e0000e);border-color:var(--input-validation-error,#e0000e);color:#fff}.has-error .form-control-feedback-message:before{color:var(--input-validation-error,#e0000e);content:var(--alert-danger-icon,"\e97b")}.form-control-feedback-message.has-error{line-height:1.2;margin-bottom:8px}.form-control-feedback-message.has-error:before{color:var(--input-validation-error,#e0000e);content:var(--alert-danger-icon,"\e97b")}.has-info .checkbox,.has-info .checkbox-inline,.has-info .control-label,.has-info .help-block,.has-info .radio,.has-info .radio-inline,.has-info.checkbox label,.has-info.checkbox-inline label,.has-info.radio label,.has-info.radio-inline label{color:#333!important}.has-info .form-control{-webkit-box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-info,#1c8ce3)!important;box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-info,#1c8ce3)!important}.has-info .form-control:focus{-webkit-box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-info,#1c8ce3)!important;box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-info,#1c8ce3)!important}.has-info label.c8y-checkbox input+span:before,.has-info label.c8y-radio input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-validation-info,#1c8ce3);box-shadow:inset 0 0 0 2px var(--input-validation-info,#1c8ce3)}.has-info label.c8y-checkbox input:focus+span:before,.has-info label.c8y-checkbox:focus input+span:before,.has-info label.c8y-radio input:focus+span:before,.has-info label.c8y-radio:focus input+span:before{-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}.has-info .input-group-addon{background-color:var(--input-validation-info,#1c8ce3);border-color:var(--input-validation-info,#1c8ce3);color:#fff}.form-control~.help-block:not(:empty):before,.has-info .form-control-feedback-message:before,.input-group~.help-block:not(:empty):before,c8y-field-input~.help-block:not(:empty):before,file-picker~.help-block:not(:empty):before,input~.help-block:not(:empty):before,select~.help-block:not(:empty):before,textarea~.help-block:not(:empty):before{color:var(--input-validation-info,#1c8ce3);content:var(--alert-info-icon,"\eae4")}.form-control.ng-invalid.ng-invalid-required.ng-touched,.form-control.ng-invalid.ng-touched{-webkit-box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-error,#e0000e);box-shadow:inset 1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset -1px 0 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 1px 0 0 var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),inset 0 -4px 0 var(--input-validation-error,#e0000e)}.form-control.ng-invalid.ng-invalid-required.ng-touched:focus,.form-control.ng-invalid.ng-touched:focus{-webkit-box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-error,#e0000e);box-shadow:inset 2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset -2px 0 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 2px 0 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))),inset 0 -4px 0 var(--input-validation-error,#e0000e)}.form-control.ng-invalid.ng-invalid-required.ng-touched+*>.form-control-feedback-message:not(:empty):before,.form-control.ng-invalid.ng-touched+*>.form-control-feedback-message:not(:empty):before{color:var(--input-validation-error,#e0000e);content:var(--alert-danger-icon,"\e97b")}.drop-zone .has-errors .form-control-feedback-message{font-size:var(--font-size-base,14px)}.drop-zone .has-errors .form-control-feedback-message:not(:empty):before{color:var(--input-validation-error,#e0000e);content:var(--alert-danger-icon,"\e97b")}.form-control-feedback{display:none!important}.form-control-static{line-height:var(--form-control-line-height,1.42857143);margin:1px 0 0;min-height:var(--form-control-height-base,32px);padding-bottom:var(--form-control-padding-base-vertical,5px);padding-top:var(--form-control-padding-base-vertical,5px)}.form-group-sm>label{font-size:calc(var(--font-size-base, 14px)*.85);margin-bottom:0}.form-group-sm .form-control-static:not(.c8y-radio):not(.c8y-checkbox),.form-group-sm .form-control:not(.c8y-radio):not(.c8y-checkbox),.input-sm:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*.85);height:calc(var(--form-control-height-base, 32px)*.875);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}.form-group-lg>label{font-size:calc(var(--font-size-base, 14px)*1.21)}.form-group-lg .form-control-static:not(.c8y-radio):not(.c8y-checkbox),.form-group-lg .form-control:not(.c8y-radio):not(.c8y-checkbox),.input-lg:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*1.21);height:calc(var(--form-control-height-base, 32px)*1.25);max-height:unset!important;padding:calc(var(--form-control-padding-base-vertical, 5px)*1.25) calc(var(--form-control-padding-base-horizontal, 8px)*1.25)}.form-read-only{position:relative}.form-read-only:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1000}.form-read-only.hidden-labels .form-group>label{display:none}.form-read-only .form-group{margin:0}.form-read-only .form-group label{color:var(--label-text-color,var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333))))!important;margin:0;opacity:1!important}.form-read-only .form-control,.form-read-only .form-control.input-lg,.form-read-only .form-control.input-sm{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;opacity:1!important;padding:0;resize:none}.form-read-only .form-control.input-lg.ng-empty,.form-read-only .form-control.input-sm.ng-empty,.form-read-only .form-control.ng-empty{display:none}.form-read-only textarea.form-control{height:auto;line-height:1.42857143}.form-read-only .btn:not(.form-edit-btn){display:none}.form-read-only .form-edit-btn{display:inline-block}.form-read-only input[type=number]{-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.form-edit-btn{background:none;border:0;color:var(--link-color,var(--brand-primary,#1776bf));cursor:pointer;display:none;font-size:calc(var(--font-size-base, 14px)*.85);margin:0;padding:0;position:relative;z-index:1001}.form-edit-btn:hover{color:var(--link-color-hover,var(--brand-primary,#1776bf));text-decoration:none}.form-edit-btn:focus{-webkit-box-shadow:inset 0 -2px 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 -2px 0 var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));outline:none}label.editable{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;font-weight:inherit;margin:0;padding:0;position:relative;text-transform:none}label.editable .form-control{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;max-width:100%;min-width:4ch}label.editable .form-control::-webkit-inner-spin-button,label.editable .form-control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}label.editable .form-control[c8y-textarea-autoresize]{-webkit-transition:border-color .15s ease-in-out,padding .35s ease,-webkit-box-shadow .15s ease-in-out!important;transition:border-color .15s ease-in-out,padding .35s ease,-webkit-box-shadow .15s ease-in-out!important;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .35s ease!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .35s ease!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .35s ease,-webkit-box-shadow .15s ease-in-out!important}label.editable:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));content:"\ece9";display:inline-block;font-family:dlt-c8y-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.7rem;position:relative;text-transform:none}label.editable:after:before{font-size:1.1em}label.editable .form-control+span{display:none}label.editable:not(.updated) .form-control{position:relative;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;z-index:9}label.editable:not(.updated) .form-control[c8y-textarea-autoresize]{-webkit-transition:border-color .15s ease-in-out,padding .35s ease,-webkit-box-shadow .15s ease-in-out!important;transition:border-color .15s ease-in-out,padding .35s ease,-webkit-box-shadow .15s ease-in-out!important;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .35s ease!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .35s ease!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,padding .35s ease,-webkit-box-shadow .15s ease-in-out!important}label.editable:not(.updated) .form-control:not(:focus):not(:hover){background-color:transparent;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;padding-left:0;padding-right:0;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}label.editable.updated{width:100%}label.editable.updated:after{display:none}label.editable .form-control:focus,label.editable.updated .form-control{margin-right:-24px;min-width:100%;opacity:1;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}label.editable .form-control:focus~span,label.editable.updated .form-control~span{display:none}label.editable:not(.updated):hover .form-control{min-width:100%}label.editable:not(.updated):hover:after{opacity:0}label.editable:not(.updated):hover .form-control:not(:focus){background-color:transparent}label.editable .form-control.ng-invalid-required+span,label.editable .form-control.ng-invalid-required+span span,label.editable .form-control.ng-invalid-required+span span:after,label.editable .form-control.ng-invalid-required+span:after{color:var(--gray-text,#333)!important}.has-error label.editable:after,.has-info label.editable:after,.has-success label.editable:after,.has-warning label.editable:after{display:none}.has-error label.editable .form-control,.has-info label.editable .form-control,.has-success label.editable .form-control,.has-warning label.editable .form-control{padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px)!important}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;max-height:32px!important;vertical-align:middle}.form-inline .form-group>label{margin-right:8px}.form-inline .form-group+.form-group{margin-left:8px}.form-inline label{display:inline-block;margin-bottom:0}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;width:auto}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .c8y-select-wrapper{display:inline-block;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-bottom:0;margin-top:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{margin-left:0;position:relative}.form-inline .has-feedback .form-control-feedback{top:0}.form-inline .has-feedback .form-control-feedback-message{top:var(--form-control-height-base,32px)}}.checkbox label,.radio label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 0 8px;padding-left:0}.checkbox label>input[type=checkbox],.checkbox label>input[type=radio],.radio label>input[type=checkbox],.radio label>input[type=radio]{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;height:18px;margin:0 8px 0 0}.checkbox label>input[type=checkbox]+span,.checkbox label>input[type=radio]+span,.radio label>input[type=checkbox]+span,.radio label>input[type=radio]+span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-weight:400}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-bottom:0;margin-top:0;padding-top:6px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143) + 5px + 1)}.form-horizontal .form-group{margin-left:-12px;margin-right:-12px}.form-horizontal .form-group .form-group{margin-left:0;margin-right:0;position:relative}.form-horizontal .form-group .form-group .form-control-feedback{right:5px}@media (min-width:768px){.form-horizontal .control-label{margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:17px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{font-size:calc(var(--font-size-base, 14px)*1.21);padding-top:12.9999997px}.form-horizontal .form-group-sm .control-label{font-size:calc(var(--font-size-base, 14px)*.85);padding-top:6px}}.btn-save-wrapper{-webkit-animation-duration:.5s;animation-duration:.5s}.btn-save-wrapper.changed-remove-active{-webkit-animation-duration:0;animation-duration:0}.btn-save-wrapper.changed{background-color:var(--component-background,var(--root-component-background,#fff));bottom:0;-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:0 -6px 19px rgba(0,0,0,.05),0 -9px 22px rgba(0,0,0,.05);box-shadow:0 -6px 19px rgba(0,0,0,.05),0 -9px 22px rgba(0,0,0,.05);left:0;padding:16px 48px;position:fixed;right:0;-webkit-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out;z-index:1029}.mcontainerHorizontal .btn-save-wrapper.changed{left:0;padding:10px 15px}.open .btn-save-wrapper.changed{left:240px}.open .has-tabs.page-tabs-vertical+.container-fluid .btn-save-wrapper.changed{left:410px}.c8y-switch{color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));font-size:inherit;font-weight:400;letter-spacing:0;line-height:var(--form-control-height-base,32px);margin:0;min-height:var(--form-control-height-base,32px);overflow:hidden;padding:0 3px 0 45px;position:relative;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.c8y-switch+.c8y-switch{margin-left:6px}.c8y-switch:hover{cursor:pointer}.c8y-switch input[type=checkbox]{left:0;opacity:0;position:absolute;top:0}.c8y-switch input[type=checkbox]+span{background-color:transparent;border:0;height:20px;left:0;position:absolute;top:6px;z-index:1}.c8y-switch input[type=checkbox]+span:after,.c8y-switch input[type=checkbox]+span:before{content:"";position:absolute}.c8y-switch input[type=checkbox]+span:before{background-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));border-radius:10px;bottom:0;-webkit-box-shadow:none;box-shadow:none;left:0;top:0;-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease;width:38px;z-index:-1}.c8y-switch input[type=checkbox]+span:after{background-color:#fff;border-radius:10px!important;bottom:3px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2);content:"";left:3px;position:absolute;top:3px;-webkit-transition:all .25s ease!important;-o-transition:all .25s ease!important;transition:all .25s ease!important;width:14px;z-index:-1}.c8y-switch input[disabled]+span{opacity:.5}.c8y-switch input[disabled]+span:after,.c8y-switch input[disabled]+span:before{cursor:not-allowed}.c8y-switch input:checked+span:before{background-color:var(--brand-light,#5faeec)}.c8y-switch input:checked+span:after{left:20px}.c8y-switch--inline{line-height:var(--line-height-base,1.42857143);min-height:20px;overflow:visible}.c8y-switch--inline input[type=checkbox]+span{position:absolute;top:0}.btn{background-image:none;border:1px solid transparent;border-radius:0;cursor:pointer;display:inline-block;font-size:var(--btn-font-size-base,var(--font-size-base,14px));font-weight:400;line-height:var(--line-height-base,1.42857143);margin-bottom:0;padding:5px 16px;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:border .25s ease,background .25s ease,-webkit-box-shadow .25s ease;transition:border .25s ease,background .25s ease,-webkit-box-shadow .25s ease;-o-transition:border .25s ease,box-shadow .25s ease,background .25s ease;transition:border .25s ease,box-shadow .25s ease,background .25s ease;transition:border .25s ease,box-shadow .25s ease,background .25s ease,-webkit-box-shadow .25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn.btn-icon{padding-left:9px;padding-right:9px}.btn>i{vertical-align:text-top}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:none}.btn.focus,.btn:focus,.btn:hover{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));text-decoration:none}.btn.active,.btn:active{background-image:none;-webkit-box-shadow:none;box-shadow:none;outline:0}.btn.disabled,.btn.disabled:focus,.btn.disabled:hover,.btn[disabled],.btn[disabled]:focus,.btn[disabled]:hover,fieldset[disabled] .btn,fieldset[disabled] .btn:focus,fieldset[disabled] .btn:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed!important;filter:alpha(opacity=65);opacity:.65}a .btn.disabled,fieldset[disabled] a .btn{pointer-events:none}.btn+.btn:not(.btn-block){margin-left:8px}.btn-default{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-color:#cde6f9;background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-default .badge{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff}.btn-default.btn-gray{border-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.btn-default.btn-gray.focus,.btn-default.btn-gray:focus,.btn-default.btn-gray:hover{border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-default.btn-gray.active,.btn-default.btn-gray.focus,.btn-default.btn-gray:active,.btn-default.btn-gray:focus,.btn-default.btn-gray:hover,.open>.dropdown-toggle .btn-default.btn-gray{-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-default.btn-gray.active,.btn-default.btn-gray:active,.open>.dropdown-toggle .btn-default.btn-gray{background-image:none}.btn-primary{background-color:var(--brand-primary,#1776bf);border-color:var(--brand-primary,#1776bf);color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background:#fff;border-color:var(--brand-primary,#1776bf);-webkit-box-shadow:inset 0 0 0 1px var(--brand-primary,#1776bf);box-shadow:inset 0 0 0 1px var(--brand-primary,#1776bf);color:var(--brand-primary,#1776bf)}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-color:var(--brand-dark,#0b385b);background-image:none}.btn-primary.active,.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{border-color:var(--brand-dark,#0b385b);-webkit-box-shadow:inset 0 0 0 1px var(--brand-dark,#0b385b);box-shadow:inset 0 0 0 1px var(--brand-dark,#0b385b);color:#fff}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:var(--brand-primary,#1776bf);border-color:var(--brand-primary,#1776bf);color:#fff}.btn-primary .badge{background-color:#fff;color:var(--brand-primary,#1776bf)}.btn-success{background-color:#080;border-color:#080;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background:#fff;border-color:#080;-webkit-box-shadow:inset 0 0 0 1px #080;box-shadow:inset 0 0 0 1px #080;color:#080}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-color:#005b00;background-image:none}.btn-success.active,.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{border-color:#005b00;-webkit-box-shadow:inset 0 0 0 1px #005b00;box-shadow:inset 0 0 0 1px #005b00;color:#fff}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#080;border-color:#080;color:#fff}.btn-success .badge{background-color:#fff;color:#080}.btn-emphasis{background-color:#e0007f;border-color:#e0007f;color:#fff}.btn-emphasis.focus,.btn-emphasis:focus,.btn-emphasis:hover{background:#fff;border-color:#e0007f;-webkit-box-shadow:inset 0 0 0 1px #e0007f;box-shadow:inset 0 0 0 1px #e0007f;color:#e0007f}.btn-emphasis.active,.btn-emphasis:active,.open>.dropdown-toggle.btn-emphasis{background-color:#7a0045;background-image:none}.btn-emphasis.active,.btn-emphasis.active.focus,.btn-emphasis.active:focus,.btn-emphasis.active:hover,.btn-emphasis:active,.btn-emphasis:active.focus,.btn-emphasis:active:focus,.btn-emphasis:active:hover,.open>.dropdown-toggle.btn-emphasis,.open>.dropdown-toggle.btn-emphasis.focus,.open>.dropdown-toggle.btn-emphasis:focus,.open>.dropdown-toggle.btn-emphasis:hover{border-color:#7a0045;-webkit-box-shadow:inset 0 0 0 1px #7a0045;box-shadow:inset 0 0 0 1px #7a0045;color:#fff}.btn-emphasis.disabled,.btn-emphasis.disabled.active,.btn-emphasis.disabled.focus,.btn-emphasis.disabled:active,.btn-emphasis.disabled:focus,.btn-emphasis.disabled:hover,.btn-emphasis[disabled],.btn-emphasis[disabled].active,.btn-emphasis[disabled].focus,.btn-emphasis[disabled]:active,.btn-emphasis[disabled]:focus,.btn-emphasis[disabled]:hover,fieldset[disabled] .btn-emphasis,fieldset[disabled] .btn-emphasis.active,fieldset[disabled] .btn-emphasis.focus,fieldset[disabled] .btn-emphasis:active,fieldset[disabled] .btn-emphasis:focus,fieldset[disabled] .btn-emphasis:hover{background-color:#e0007f;border-color:#e0007f;color:#fff}.btn-emphasis .badge{background-color:#fff;color:#e0007f}.btn-info{background-color:#1c8ce3;border-color:#1c8ce3;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background:#fff;border-color:#1c8ce3;-webkit-box-shadow:inset 0 0 0 1px #1c8ce3;box-shadow:inset 0 0 0 1px #1c8ce3;color:#1c8ce3}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-color:#0f4c7b;background-image:none}.btn-info.active,.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{border-color:#0f4c7b;-webkit-box-shadow:inset 0 0 0 1px #0f4c7b;box-shadow:inset 0 0 0 1px #0f4c7b;color:#fff}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#1c8ce3;border-color:#1c8ce3;color:#fff}.btn-info .badge{background-color:#fff;color:#1c8ce3}.btn-warning{background-color:#ff801f;border-color:#ff801f;color:#fff}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background:#fff;border-color:#ff801f;-webkit-box-shadow:inset 0 0 0 1px #ff801f;box-shadow:inset 0 0 0 1px #ff801f;color:#ff801f}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-color:#e66400;background-image:none}.btn-warning.active,.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{border-color:#e66400;-webkit-box-shadow:inset 0 0 0 1px #e66400;box-shadow:inset 0 0 0 1px #e66400;color:#fff}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#ff801f;border-color:#ff801f;color:#fff}.btn-warning .badge{background-color:#fff;color:#ff801f}.btn-danger{background-color:#e0000e;border-color:#e0000e;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background:#fff;border-color:#e0000e;-webkit-box-shadow:inset 0 0 0 1px #e0000e;box-shadow:inset 0 0 0 1px #e0000e;color:#e0000e}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-color:#8f0009;background-image:none}.btn-danger.active,.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{border-color:#8f0009;-webkit-box-shadow:inset 0 0 0 1px #8f0009;box-shadow:inset 0 0 0 1px #8f0009;color:#fff}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#e0000e;border-color:#e0000e;color:#fff}.btn-danger .badge{background-color:#fff;color:#e0000e}.btn-group-lg>.btn,.btn-lg{border-radius:var(--btn-border-radius-base,0);font-size:calc(var(--font-size-base, 14px)*1.21);height:calc(var(--form-control-height-base, 32px)*1.25);line-height:1.3333333;padding:9px 16px}.btn-group-sm>.btn,.btn-sm{border-radius:var(--btn-border-radius-base,0);padding:5px 14px}.btn-group-sm>.btn,.btn-group-xs>.btn,.btn-sm,.btn-xs{font-size:calc(var(--font-size-base, 14px)*.85);line-height:1.4}.btn-group-xs>.btn,.btn-xs{border-radius:11px;padding:1px 12px;position:relative}.btn-xs>.icon-spin{line-height:10px}.c8y-list__item .btn-xs:not(:hover),.list-group .btn-xs:not(:hover){background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item .btn-xs:not(:hover).focus,.c8y-list__item .btn-xs:not(:hover):focus,.c8y-list__item .btn-xs:not(:hover):hover,.list-group .btn-xs:not(:hover).focus,.list-group .btn-xs:not(:hover):focus,.list-group .btn-xs:not(:hover):hover{-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item .btn-xs:not(:hover).active,.c8y-list__item .btn-xs:not(:hover):active,.list-group .btn-xs:not(:hover).active,.list-group .btn-xs:not(:hover):active,.open>.dropdown-toggle.c8y-list__item .btn-xs:not(:hover),.open>.dropdown-toggle.list-group .btn-xs:not(:hover){background-color:#cde6f9;background-image:none;-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item .btn-xs:not(:hover).disabled,.c8y-list__item .btn-xs:not(:hover).disabled.active,.c8y-list__item .btn-xs:not(:hover).disabled.focus,.c8y-list__item .btn-xs:not(:hover).disabled:active,.c8y-list__item .btn-xs:not(:hover).disabled:focus,.c8y-list__item .btn-xs:not(:hover).disabled:hover,.c8y-list__item .btn-xs:not(:hover)[disabled],.c8y-list__item .btn-xs:not(:hover)[disabled].active,.c8y-list__item .btn-xs:not(:hover)[disabled].focus,.c8y-list__item .btn-xs:not(:hover)[disabled]:active,.c8y-list__item .btn-xs:not(:hover)[disabled]:focus,.c8y-list__item .btn-xs:not(:hover)[disabled]:hover,.list-group .btn-xs:not(:hover).disabled,.list-group .btn-xs:not(:hover).disabled.active,.list-group .btn-xs:not(:hover).disabled.focus,.list-group .btn-xs:not(:hover).disabled:active,.list-group .btn-xs:not(:hover).disabled:focus,.list-group .btn-xs:not(:hover).disabled:hover,.list-group .btn-xs:not(:hover)[disabled],.list-group .btn-xs:not(:hover)[disabled].active,.list-group .btn-xs:not(:hover)[disabled].focus,.list-group .btn-xs:not(:hover)[disabled]:active,.list-group .btn-xs:not(:hover)[disabled]:focus,.list-group .btn-xs:not(:hover)[disabled]:hover,fieldset[disabled] .c8y-list__item .btn-xs:not(:hover),fieldset[disabled] .c8y-list__item .btn-xs:not(:hover).active,fieldset[disabled] .c8y-list__item .btn-xs:not(:hover).focus,fieldset[disabled] .c8y-list__item .btn-xs:not(:hover):active,fieldset[disabled] .c8y-list__item .btn-xs:not(:hover):focus,fieldset[disabled] .c8y-list__item .btn-xs:not(:hover):hover,fieldset[disabled] .list-group .btn-xs:not(:hover),fieldset[disabled] .list-group .btn-xs:not(:hover).active,fieldset[disabled] .list-group .btn-xs:not(:hover).focus,fieldset[disabled] .list-group .btn-xs:not(:hover):active,fieldset[disabled] .list-group .btn-xs:not(:hover):focus,fieldset[disabled] .list-group .btn-xs:not(:hover):hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item .btn-xs:not(:hover) .badge,.list-group .btn-xs:not(:hover) .badge{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff}.c8y-list__item .btn-xs:not(:hover).btn-gray,.list-group .btn-xs:not(:hover).btn-gray{border-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.c8y-list__item .btn-xs:not(:hover).btn-gray.focus,.c8y-list__item .btn-xs:not(:hover).btn-gray:focus,.c8y-list__item .btn-xs:not(:hover).btn-gray:hover,.list-group .btn-xs:not(:hover).btn-gray.focus,.list-group .btn-xs:not(:hover).btn-gray:focus,.list-group .btn-xs:not(:hover).btn-gray:hover{border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item .btn-xs:not(:hover).btn-gray.active,.c8y-list__item .btn-xs:not(:hover).btn-gray:active,.list-group .btn-xs:not(:hover).btn-gray.active,.list-group .btn-xs:not(:hover).btn-gray:active,.open>.dropdown-toggle .c8y-list__item .btn-xs:not(:hover).btn-gray,.open>.dropdown-toggle .list-group .btn-xs:not(:hover).btn-gray{background-image:none;-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item .btn-xs:not(:hover).btn-link,.list-group .btn-xs:not(:hover).btn-link{background-color:transparent}.btn-xs .badge{position:absolute;right:-8px;top:-8px}.btn-wide{min-width:140px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin:8px 0 0}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-clean{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:none;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:inherit;cursor:pointer;display:inline-block;margin-bottom:0;max-width:100%;padding:0;text-align:left;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.btn-clean:hover{text-decoration:none}.btn-clean:focus,.btn-clean:hover{color:var(--brand-primary,#1776bf)}.btn-clean:focus{outline:none;text-decoration:underline}.btn-clean.text-truncate{max-width:100%}.btn-clean[disabled],.btn-clean[disabled]:focus,.btn-clean[disabled]:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}label>.btn-clean{vertical-align:baseline}.btn-help,.btn-link{background:transparent;border:none;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:var(--root-link-color,var(--link-color,var(--brand-primary,#1776bf)));font-weight:400;min-width:0}.btn-help:not(.btn-xs):not(.btn-sm),.btn-link:not(.btn-xs):not(.btn-sm){min-height:var(--form-control-height-base,32px);padding:5px 8px}.btn-help [class*=" dlt-c8y-icon-"]~span,.btn-help [class*=" dlt-c8y-icon-"]~translate,.btn-help [class^=dlt-c8y-icon-]~span,.btn-help [class^=dlt-c8y-icon-]~translate,.btn-link [class*=" dlt-c8y-icon-"]~span,.btn-link [class*=" dlt-c8y-icon-"]~translate,.btn-link [class^=dlt-c8y-icon-]~span,.btn-link [class^=dlt-c8y-icon-]~translate{color:inherit}.btn-help>i,.btn-link>i{vertical-align:text-top}.btn-help,.btn-help.active,.btn-help:active,.btn-help[disabled],.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-help,fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-help,.btn-help:active,.btn-help:focus,.btn-help:hover,.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-help:focus,.btn-help:hover,.btn-link:focus,.btn-link:hover{background-color:transparent;color:var(--root-link-hover-color,var(--link-color-hover,var(--brand-primary,#1776bf)));cursor:pointer;outline:none;text-decoration:underline}.btn-help[disabled]:focus,.btn-help[disabled]:hover,.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-help:focus,fieldset[disabled] .btn-help:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)));cursor:not-allowed;pointer-events:none;text-decoration:none}.btn-navbar{background-color:transparent;color:var(--toolbar-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));opacity:1;padding:3px 8px}@media (max-width:767px){.btn-navbar{display:block;max-width:100%;padding:10px 16px;text-align:left;width:100%}}.btn-navbar:focus{color:inherit;text-decoration:none}.btn-navbar .c8y-icon,.btn-navbar [class*=" dlt-c8y-icon-"],.btn-navbar [class^=dlt-c8y-icon-]{color:var(--toolbar-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));opacity:var(--toolbar-actions-opacity,var(--component-actions-opacity,var(--root-component-actions-opacity,.5)))}.btn-navbar:active,.btn-navbar:hover{color:var(--toolbar-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));text-decoration:none}.btn-navbar:active .c8y-icon,.btn-navbar:active [class*=" dlt-c8y-icon-"],.btn-navbar:active>[class^=dlt-c8y-icon-],.btn-navbar:hover .c8y-icon,.btn-navbar:hover [class*=" dlt-c8y-icon-"],.btn-navbar:hover>[class^=dlt-c8y-icon-]{color:var(--toolbar-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));opacity:1}.btn-add-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--component-background,var(--root-component-background,#fff));background-image:none;border:0;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.02);box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.02);color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;padding:12px 16px;text-decoration:none!important;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;width:100%}.btn-add-block.disabled,.btn-add-block[disabled]{cursor:not-allowed;opacity:.5;pointer-events:none}.btn-add-block [class*=" dlt-c8y-icon-"],.btn-add-block [class^=dlt-c8y-icon-]{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));font-size:2em;margin-right:8px;-webkit-transition:transform .35s ease;-o-transition:transform .35s ease;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease,-webkit-transform .35s ease}.btn-add-block:hover{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1)}.btn-add-block:hover [class*=" dlt-c8y-icon-"],.btn-add-block:hover>[class^=dlt-c8y-icon-]{-webkit-transform:scale(1.1);transform:scale(1.1)}.btn-add-block:active,.btn-add-block:focus{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1),inset 0 0 0 2px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1),inset 0 0 0 2px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));outline:none}.btn-add-block.load-more{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center;margin-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px);min-height:56px}.btn-add-block.load-more [class*=" dlt-c8y-icon-"],.btn-add-block.load-more>[class^=dlt-c8y-icon-]{color:inherit}.btn-add-block.load-more:hover{color:var(--brand-primary,#1776bf)}.btn.c8y-btn-checkbox,.btn[btnCheckbox],.btn[uib-btn-checkbox]{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;color:#333;height:30px;line-height:1;margin-bottom:10px;margin-right:10px;padding:0 32px 0 16px;position:relative;-webkit-transition:all .25s ease!important;-o-transition:all .25s ease!important;transition:all .25s ease!important;z-index:2}.btn.c8y-btn-checkbox *,.btn[btnCheckbox] *,.btn[uib-btn-checkbox] *{position:relative;z-index:1}.btn.c8y-btn-checkbox:focus,.btn.c8y-btn-checkbox:hover,.btn[btnCheckbox]:focus,.btn[btnCheckbox]:hover,.btn[uib-btn-checkbox]:focus,.btn[uib-btn-checkbox]:hover{background-color:transparent;background-image:none;outline:none}.btn.c8y-btn-checkbox:before,.btn[btnCheckbox]:before,.btn[uib-btn-checkbox]:before{background-color:var(--gray-8,#ccd2d6);border-radius:15px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease;z-index:-1}.btn.c8y-btn-checkbox:after,.btn[btnCheckbox]:after,.btn[uib-btn-checkbox]:after{background-color:#fff;border-radius:15px!important;bottom:2px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2);content:"";left:2px;position:absolute;right:18px;top:2px;-webkit-transition:all .25s ease!important;-o-transition:all .25s ease!important;transition:all .25s ease!important;z-index:-1}.btn.c8y-btn-checkbox.active,.btn[btnCheckbox].active,.btn[uib-btn-checkbox].active{background-color:transparent;border:0!important;-webkit-box-shadow:none;box-shadow:none;padding:0 16px 0 32px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn.c8y-btn-checkbox.active:before,.btn[btnCheckbox].active:before,.btn[uib-btn-checkbox].active:before{background-color:var(--brand-light,#5faeec);-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease}.btn.c8y-btn-checkbox.active:after,.btn[btnCheckbox].active:after,.btn[uib-btn-checkbox].active:after{left:18px;right:2px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.btn.c8y-btn-checkbox--inline{margin:-5px 0;vertical-align:unset}.btn-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:none;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:inherit;cursor:pointer;display:inline-block;font-size:16px;height:20px;line-height:1;margin-bottom:0;max-width:100%;padding:0;text-align:left;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.btn-dot:hover{text-decoration:none}.btn-dot:focus,.btn-dot:hover{color:var(--brand-primary,#1776bf)}.btn-dot:focus{outline:none;text-decoration:underline}.btn-dot.text-truncate{max-width:100%}.btn-dot[disabled],.btn-dot[disabled]:focus,.btn-dot[disabled]:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}.btn-dot.btn-dot--danger{color:#e0000e}.btn-dot.btn-dot--warning{color:#ff801f}.btn-dot.btn-dot--info{color:#1c8ce3}.btn-dot.btn-dot--success{color:#080}.btn-pending,.btn-pending:focus,.btn-pending:hover{-webkit-animation:progress-bar-stripes .5s linear infinite;animation:progress-bar-stripes .5s linear infinite;background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px;outline:none;pointer-events:none}.btn-pending.btn-default{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-pending.btn-default.active,.btn-pending.btn-default.focus,.btn-pending.btn-default:active,.btn-pending.btn-default:focus,.btn-pending.btn-default:hover,.open>.dropdown-toggle.btn-pending.btn-default{-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-pending.btn-default.active,.btn-pending.btn-default:active,.open>.dropdown-toggle.btn-pending.btn-default{background-color:#cde6f9;background-image:none}.btn-pending.btn-default.disabled,.btn-pending.btn-default.disabled.active,.btn-pending.btn-default.disabled.focus,.btn-pending.btn-default.disabled:active,.btn-pending.btn-default.disabled:focus,.btn-pending.btn-default.disabled:hover,.btn-pending.btn-default[disabled],.btn-pending.btn-default[disabled].active,.btn-pending.btn-default[disabled].focus,.btn-pending.btn-default[disabled]:active,.btn-pending.btn-default[disabled]:focus,.btn-pending.btn-default[disabled]:hover,fieldset[disabled] .btn-pending.btn-default,fieldset[disabled] .btn-pending.btn-default.active,fieldset[disabled] .btn-pending.btn-default.focus,fieldset[disabled] .btn-pending.btn-default:active,fieldset[disabled] .btn-pending.btn-default:focus,fieldset[disabled] .btn-pending.btn-default:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-pending.btn-default .badge{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff}.btn-pending.btn-default.btn-gray{border-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.btn-pending.btn-default.btn-gray.focus,.btn-pending.btn-default.btn-gray:focus,.btn-pending.btn-default.btn-gray:hover{border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-pending.btn-default.btn-gray.active,.btn-pending.btn-default.btn-gray:active,.open>.dropdown-toggle .btn-pending.btn-default.btn-gray{background-image:none;-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.btn-pending.btn-primary{background-color:var(--brand-primary,#1776bf);color:var(--component-background,var(--root-component-background,#fff))}.settings{width:40px}.settings .dropdown-toggle{opacity:.3}.settings .dropdown-toggle:focus,.settings .dropdown-toggle:hover,.settings.open .dropdown-toggle{opacity:1}.collapse-btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;background-image:none;border:0;color:var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b)));display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;height:40px;justify-content:center;opacity:var(--component-actions-opacity,var(--root-component-actions-opacity,.5));padding:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:40px}.collapse-btn:focus,.collapse-btn:hover{opacity:1;outline:none;text-decoration:none}.collapse-btn.active,.expanded .collapse-btn,.panel-open .collapse-btn{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));opacity:1!important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-sort{background:none;border:0;margin-right:8px;padding:0}.btn-header{-webkit-box-flex:1;-ms-flex-positive:1;background:none;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;max-width:calc(100% - 10px)}.btn-header c8y-cell-renderer,.btn-header>span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.btn-header .dlt-c8y-icon-filter{display:none;line-height:inherit}.btn-header:hover .dlt-c8y-icon-filter,.dropdown.open .btn-header .dlt-c8y-icon-filter,.filtered .btn-header .dlt-c8y-icon-filter{display:block;opacity:1}.filtered .btn-header{color:var(--brand-primary,#1776bf)!important}.btn-header.c8y-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.btn-header.c8y-dropdown:before{display:none}.dropdown.open .btn-header.c8y-dropdown{background:#fff;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05)!important;box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05)!important}.btn-header:focus,.btn-sort:focus{outline:none}.btn-sort{opacity:0}.btn-sort>.dlt-c8y-icon-exchange{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-sort:hover{color:var(--brand-primary,#1776bf)}.sorted .btn-sort,th:hover .btn-sort{opacity:1}.sorted .btn-sort{color:var(--brand-primary,#1776bf)}.btnbar .btnbar-btn,.btnbar .dropdown .c8y-dropdown{background:none;border:0;color:var(--toolbar-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;opacity:1;padding:14px 8px;white-space:nowrap}@media (max-width:767px){.btnbar .btnbar-btn,.btnbar .dropdown .c8y-dropdown{display:block;max-width:100%;padding:10px 16px;text-align:left}}.btnbar .btnbar-btn:focus,.btnbar .dropdown .c8y-dropdown:focus{color:var(--brand-primary,#1776bf);outline:none;text-decoration:none}.btnbar .btnbar-btn .c8y-icon,.btnbar .btnbar-btn [class*=" dlt-c8y-icon-"],.btnbar .btnbar-btn>[class^=dlt-c8y-icon-],.btnbar .dropdown .c8y-dropdown .c8y-icon,.btnbar .dropdown .c8y-dropdown [class*=" dlt-c8y-icon-"],.btnbar .dropdown .c8y-dropdown>[class^=dlt-c8y-icon-]{opacity:.9}.btnbar .btnbar-btn:active,.btnbar .btnbar-btn:hover,.btnbar .dropdown .c8y-dropdown:active,.btnbar .dropdown .c8y-dropdown:hover{color:var(--root-link-color,var(--link-color,var(--brand-primary,#1776bf)));text-decoration:none}.btnbar .btnbar-btn:active .c8y-icon,.btnbar .btnbar-btn:active [class*=" dlt-c8y-icon-"],.btnbar .btnbar-btn:active>[class^=dlt-c8y-icon-],.btnbar .btnbar-btn:hover .c8y-icon,.btnbar .btnbar-btn:hover [class*=" dlt-c8y-icon-"],.btnbar .btnbar-btn:hover>[class^=dlt-c8y-icon-],.btnbar .dropdown .c8y-dropdown:active .c8y-icon,.btnbar .dropdown .c8y-dropdown:active [class*=" dlt-c8y-icon-"],.btnbar .dropdown .c8y-dropdown:active>[class^=dlt-c8y-icon-],.btnbar .dropdown .c8y-dropdown:hover .c8y-icon,.btnbar .dropdown .c8y-dropdown:hover [class*=" dlt-c8y-icon-"],.btnbar .dropdown .c8y-dropdown:hover>[class^=dlt-c8y-icon-]{opacity:1}.table-data-grid-header-bulk-actions .btnbar .btnbar-btn,.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:focus,.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown,.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:focus{color:#fff}.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:active,.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:hover,.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:active,.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:hover{color:#cde6f9;text-decoration:none}.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:active .c8y-icon,.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:active [class*=" dlt-c8y-icon-"],.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:active>[class^=dlt-c8y-icon-],.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:hover .c8y-icon,.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:hover [class*=" dlt-c8y-icon-"],.table-data-grid-header-bulk-actions .btnbar .btnbar-btn:hover>[class^=dlt-c8y-icon-],.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:active .c8y-icon,.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:active [class*=" dlt-c8y-icon-"],.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:active>[class^=dlt-c8y-icon-],.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:hover .c8y-icon,.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:hover [class*=" dlt-c8y-icon-"],.table-data-grid-header-bulk-actions .btnbar .dropdown .c8y-dropdown:hover>[class^=dlt-c8y-icon-]{opacity:1}.input-group{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;width:100%}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group>.c8y-select-wrapper,.input-group>.form-control,.input-group>.form-group,.input-group>div[c8y-device-group-selector]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0;max-height:var(--form-control-height-base,32px)!important;position:relative;width:1%;z-index:2}.input-group c8y-software-type,.input-group c8y-software-type c8y-typeahead .input-group input{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.input-group.typeahead>div:not(.input-group-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.input-group.typeahead>div:not(.input-group-btn) .form-control{width:100%}.input-group-addon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--form-control-border-radius,0);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--form-control-font-family,inherit);font-weight:var(--form-control-font-weight,normal);line-height:var(--form-control-line-height,1.42857143);padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px)}.form-group-sm .input-group-addon,.input-group-addon.input-sm{font-size:calc(var(--font-size-base, 14px)*.85);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}.input-group-addon label.c8y-checkbox,.input-group-addon label.c8y-radio{line-height:1;margin:0}.input-group-addon label.c8y-checkbox input[type=checkbox]+span:before,.input-group-addon label.c8y-checkbox input[type=radio]+span:before,.input-group-addon label.c8y-radio input[type=checkbox]+span:before,.input-group-addon label.c8y-radio input[type=radio]+span:before{margin:0}.input-group-btn{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.form-control+.input-group-btn{margin-left:-1px}.input-group.input-group-search .form-control,.input-group.input-group-search .form-control:first-child,.input-group.input-group-search .form-control:last-child{border-radius:calc(var(--form-control-height-base, 32px)*.5);padding-left:calc(var(--form-control-padding-base-horizontal, 8px)*2);padding-right:calc(var(--form-control-height-base, 32px) + var(--form-control-padding-base-horizontal, 8px))}.input-group.input-group-search .input-group-addon,.input-group.input-group-search .input-group-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--form-control-height-base,32px);min-width:var(--form-control-height-base,32px);position:absolute;right:0;z-index:2}.input-group.input-group-search .input-group-addon .btn,.input-group.input-group-search .input-group-btn .btn{height:100%;width:100%}.input-group.input-group-search.input-group-sm .form-control:not(.c8y-radio):not(.c8y-checkbox){padding-left:12px}.input-group.input-group-search.input-group-sm .input-group-addon,.input-group.input-group-search.input-group-sm .input-group-btn{height:calc(var(--form-control-height-base, 32px)*.875)}.input-group.input-group-dropdown .input-group-addon,.input-group.input-group-dropdown .input-group-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--form-control-height-base,32px);min-width:var(--form-control-height-base,32px);position:absolute;right:0;z-index:2}.input-group.input-group-dropdown .input-group-addon .btn,.input-group.input-group-dropdown .input-group-btn .btn{height:100%;width:100%}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-editable .input-group-btn .btn-clean{padding:6px;position:relative}.input-group-editable .input-group-btn .btn-clean:after{background-color:rgba(0,0,0,.1);content:"";display:block;height:20px;margin-top:-10px;position:absolute;right:0;top:50%;width:1px}.input-group-editable .input-group-btn:last-child .btn-clean:after{display:none}.input-group-editable textarea.form-control{height:var(--form-control-height-base,32px);max-height:unset!important}.input-group-editable input[type=number]:not(:focus){-moz-appearance:textfield}.input-group-editable input[type=number]:not(:focus)::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-group-editable .form-control:not(.ng-dirty){-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.input-group-editable .form-control:not(.ng-dirty)[disabled]{-webkit-box-shadow:none;box-shadow:none;opacity:var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7));padding-left:0;-webkit-transition:none;-o-transition:none;transition:none}.input-group-editable .form-control:not(.ng-dirty)~.input-group-btn{display:none}.input-group-editable:not(:hover) textarea.form-control{resize:none}.input-group-editable:not(:hover) .form-control:not(:focus):not(.ng-dirty){-webkit-box-flex:0;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:12px;max-width:100%;overflow:hidden;padding-left:0;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2}.input-group-editable:not(:hover) .form-control:not(:focus):not(.ng-dirty)+span:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));content:"\ece9";display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:12px;line-height:32px;margin-left:-16px;opacity:.5;text-rendering:auto;z-index:5}.form-group-lg .input-group-editable:not(:hover) .form-control:not(:focus):not(.ng-dirty)+span:after{line-height:40px}.input-group-editable:not(:hover) .form-control:not(:focus):not(.ng-dirty)[disabled]+span:after{display:none}.input-group-editable:hover .form-control:not(:focus):not(.ng-dirty){-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.input-group-lg>.form-control:not(.c8y-radio):not(.c8y-checkbox),.input-group-lg>.input-group-addon:not(.c8y-radio):not(.c8y-checkbox),.input-group-lg>.input-group-btn>.btn:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*1.21);height:calc(var(--form-control-height-base, 32px)*1.25);max-height:unset!important;padding:calc(var(--form-control-padding-base-vertical, 5px)*1.25) calc(var(--form-control-padding-base-horizontal, 8px)*1.25)}.input-group-sm>.form-control:not(.c8y-radio):not(.c8y-checkbox),.input-group-sm>.input-group-addon:not(.c8y-radio):not(.c8y-checkbox),.input-group-sm>.input-group-btn>.btn:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*.85);height:calc(var(--form-control-height-base, 32px)*.875);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}.input-group-addon{background-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));border:1px solid var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));border-radius:0;color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));font-size:var(--font-size-base,14px);font-weight:400;line-height:1;padding:5px 8px;text-align:center}.input-group-addon.input-sm{border-radius:0;font-size:calc(var(--font-size-base, 14px)*.85);padding:5px 8px}.input-group-addon.input-lg{border-radius:2px;font-size:calc(var(--font-size-base, 14px)*1.21);padding:9px 16px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-btn{font-size:0;position:relative;white-space:nowrap}.input-group-btn>.btn{padding:5px 12px;position:relative}.input-group-btn>.btn+.btn{border-left-color:rgba(0,0,0,.15);margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn>.btn.btn-default{border-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))))}.input-group-btn>.btn.btn-link[disabled]{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)))!important;cursor:not-allowed!important;opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))!important;pointer-events:auto!important}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{border-right-color:rgba(0,0,0,.15);margin-right:0}.input-group-btn:first-child>.btn:last-child{border-right:0}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{border-left-color:rgba(0,0,0,.15);z-index:2}.input-group-btn:last-child>.btn:first-child{border-left:0}.input-group-array{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-array .form-group{position:relative}.input-group-array .form-group,.input-group-array .input-group-btn{margin-bottom:4px}.input-group-array formly-field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.input-group-array+.input-group-array .input-group-btn{margin-top:0}.input-group-array+.input-group-array .form-group>label{display:none}.formly-group-array-cols .input-group-array{gap:8px}.formly-group-array-cols .input-group-array>formly-field,.formly-group-array-cols .input-group-array>formly-field>formly-group{display:contents}.formly-group-array-cols .input-group-array formly-field{-ms-flex-preferred-size:50%;flex-basis:50%}formly-field label.c8y-checkbox{margin:8px 0}.btn-group,.btn-group-vertical{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.btn-group-vertical>.btn,.btn-group>.btn{position:relative}.btn-group-vertical>.btn:not(.btn-xs):not(.btn-sm),.btn-group>.btn:not(.btn-xs):not(.btn-sm){padding:5px 8px}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group-vertical .btn,.btn-group-vertical>.btn.active,.btn-group>.btn.active{-webkit-box-shadow:none;box-shadow:none}.btn-group{padding:0}.c8y-toolbar .btn-group{padding:4px 15px}.btn-group .btn{display:inline-block;margin:0;min-width:0;width:auto}.btn-group:not(.dropdown) .btn{border-radius:17px}.btn-group:not(.dropdown) .btn:first-child{padding-left:17px}.btn-group:not(.dropdown) .btn.dropdown-toggle,.btn-group:not(.dropdown) .btn:last-child{padding-right:17px}.btn-group.btn-group-sm:not(.dropdown) .btn,.btn-group.btn-group-sm:not(.dropdown) .btn-sm{border-radius:17px}.btn-group.btn-group-sm:not(.dropdown) .btn-sm:first-child,.btn-group.btn-group-sm:not(.dropdown) .btn:first-child{padding-left:17px/2}.btn-group.btn-group-sm:not(.dropdown) .btn-sm.dropdown-toggle,.btn-group.btn-group-sm:not(.dropdown) .btn-sm:last-child,.btn-group.btn-group-sm:not(.dropdown) .btn.dropdown-toggle,.btn-group.btn-group-sm:not(.dropdown) .btn:last-child{padding-right:17px/2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:10px}.btn-group.dropdown>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group:not(.dropdown)>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.dropup .btn-lg .caret{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;max-width:100%;width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-left:0;margin-top:-1px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.btn-group-justified>.btn,.btn-group-justified>.btn-group{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;float:none}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.navigatorContent::-webkit-scrollbar{height:8px;width:8px}.navigatorContent::-webkit-scrollbar-track{background:var(--navigator-scrollbar-track,rgba(0,0,0,.1))}.navigatorContent::-webkit-scrollbar-thumb{background:var(--navigator-scrollbar-thumb,rgba(0,0,0,.1))}.c8y-list__group.dropdown-menu,.card--grid__inner-scroll,.card-inner-scroll,.data-grid__dropdown,.flex-scroll .flex-content-scroll,.inner-scroll,.modal-inner-scroll,.modal-inner-scroll-sm,.multiselect-item-container,.panel-inner-scroll,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body,.panel.panel-dashboard>.panel-heading+.panel-body,.selectize-dropdown-content,.table-data-grid-scroll,.user-picker-scroll{overflow:auto}.c8y-list__group.dropdown-menu::-webkit-scrollbar,.card--grid__inner-scroll::-webkit-scrollbar,.card-inner-scroll::-webkit-scrollbar,.data-grid__dropdown::-webkit-scrollbar,.flex-scroll .flex-content-scroll::-webkit-scrollbar,.inner-scroll::-webkit-scrollbar,.modal-inner-scroll-sm::-webkit-scrollbar,.modal-inner-scroll::-webkit-scrollbar,.multiselect-item-container::-webkit-scrollbar,.panel-inner-scroll::-webkit-scrollbar,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body::-webkit-scrollbar,.panel.panel-dashboard>.panel-heading+.panel-body::-webkit-scrollbar,.selectize-dropdown-content::-webkit-scrollbar,.table-data-grid-scroll::-webkit-scrollbar,.user-picker-scroll::-webkit-scrollbar{height:4px;width:4px}.c8y-list__group.dropdown-menu::-webkit-scrollbar-track,.card--grid__inner-scroll::-webkit-scrollbar-track,.card-inner-scroll::-webkit-scrollbar-track,.data-grid__dropdown::-webkit-scrollbar-track,.flex-scroll .flex-content-scroll::-webkit-scrollbar-track,.inner-scroll::-webkit-scrollbar-track,.modal-inner-scroll-sm::-webkit-scrollbar-track,.modal-inner-scroll::-webkit-scrollbar-track,.multiselect-item-container::-webkit-scrollbar-track,.panel-inner-scroll::-webkit-scrollbar-track,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body::-webkit-scrollbar-track,.panel.panel-dashboard>.panel-heading+.panel-body::-webkit-scrollbar-track,.selectize-dropdown-content::-webkit-scrollbar-track,.table-data-grid-scroll::-webkit-scrollbar-track,.user-picker-scroll::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.c8y-list__group.dropdown-menu::-webkit-scrollbar-thumb,.card--grid__inner-scroll::-webkit-scrollbar-thumb,.card-inner-scroll::-webkit-scrollbar-thumb,.data-grid__dropdown::-webkit-scrollbar-thumb,.flex-scroll .flex-content-scroll::-webkit-scrollbar-thumb,.inner-scroll::-webkit-scrollbar-thumb,.modal-inner-scroll-sm::-webkit-scrollbar-thumb,.modal-inner-scroll::-webkit-scrollbar-thumb,.multiselect-item-container::-webkit-scrollbar-thumb,.panel-inner-scroll::-webkit-scrollbar-thumb,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body::-webkit-scrollbar-thumb,.panel.panel-dashboard>.panel-heading+.panel-body::-webkit-scrollbar-thumb,.selectize-dropdown-content::-webkit-scrollbar-thumb,.table-data-grid-scroll::-webkit-scrollbar-thumb,.user-picker-scroll::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.c8y-list__group.dropdown-menu:hover::-webkit-scrollbar-thumb,.card--grid__inner-scroll:hover::-webkit-scrollbar-thumb,.card-inner-scroll:hover::-webkit-scrollbar-thumb,.data-grid__dropdown:hover::-webkit-scrollbar-thumb,.flex-scroll .flex-content-scroll:hover::-webkit-scrollbar-thumb,.inner-scroll:hover::-webkit-scrollbar-thumb,.modal-inner-scroll-sm:hover::-webkit-scrollbar-thumb,.modal-inner-scroll:hover::-webkit-scrollbar-thumb,.multiselect-item-container:hover::-webkit-scrollbar-thumb,.panel-inner-scroll:hover::-webkit-scrollbar-thumb,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body:hover::-webkit-scrollbar-thumb,.panel.panel-dashboard>.panel-heading+.panel-body:hover::-webkit-scrollbar-thumb,.selectize-dropdown-content:hover::-webkit-scrollbar-thumb,.table-data-grid-scroll:hover::-webkit-scrollbar-thumb,.user-picker-scroll:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.card-inner-scroll .card-inner-scroll{overflow:visible;padding:0}.card-inner-scroll .card-inner-scroll>p{padding:0}@media (min-width:992px){@-moz-document url-prefix(){.ff-scroll-fix{padding-bottom:64px!important}}}.table.table-data-grid{border-collapse:collapse;display:grid;margin:0;min-width:100%}.table.table-data-grid.table-bordered{border:0}.table.table-data-grid.table-hover tr:hover,.table.table-data-grid.table-hover tr:hover td{background:var(--table-background-hover,#f6fafe)!important}.table.table-data-grid col,.table.table-data-grid col>tr,.table.table-data-grid colgroup,.table.table-data-grid colgroup>tr,.table.table-data-grid>tbody,.table.table-data-grid>tbody>tr,.table.table-data-grid>tfoot,.table.table-data-grid>tfoot>tr,.table.table-data-grid>thead,.table.table-data-grid>thead>tr{display:contents}.table.table-data-grid col td.cdk-cell,.table.table-data-grid col td.cdk-cell>c8y-cell-renderer,.table.table-data-grid col td.cdk-cell>div:not(.dropdown),.table.table-data-grid col th.cdk-header-cell,.table.table-data-grid col th.cdk-header-cell>c8y-cell-renderer,.table.table-data-grid col th.cdk-header-cell>div:not(.dropdown),.table.table-data-grid colgroup td.cdk-cell,.table.table-data-grid colgroup td.cdk-cell>c8y-cell-renderer,.table.table-data-grid colgroup td.cdk-cell>div:not(.dropdown),.table.table-data-grid colgroup th.cdk-header-cell,.table.table-data-grid colgroup th.cdk-header-cell>c8y-cell-renderer,.table.table-data-grid colgroup th.cdk-header-cell>div:not(.dropdown),.table.table-data-grid>tbody td.cdk-cell,.table.table-data-grid>tbody td.cdk-cell>c8y-cell-renderer,.table.table-data-grid>tbody td.cdk-cell>div:not(.dropdown),.table.table-data-grid>tbody th.cdk-header-cell,.table.table-data-grid>tbody th.cdk-header-cell>c8y-cell-renderer,.table.table-data-grid>tbody th.cdk-header-cell>div:not(.dropdown),.table.table-data-grid>tfoot td.cdk-cell,.table.table-data-grid>tfoot td.cdk-cell>c8y-cell-renderer,.table.table-data-grid>tfoot td.cdk-cell>div:not(.dropdown),.table.table-data-grid>tfoot th.cdk-header-cell,.table.table-data-grid>tfoot th.cdk-header-cell>c8y-cell-renderer,.table.table-data-grid>tfoot th.cdk-header-cell>div:not(.dropdown),.table.table-data-grid>thead td.cdk-cell,.table.table-data-grid>thead td.cdk-cell>c8y-cell-renderer,.table.table-data-grid>thead td.cdk-cell>div:not(.dropdown),.table.table-data-grid>thead th.cdk-header-cell,.table.table-data-grid>thead th.cdk-header-cell>c8y-cell-renderer,.table.table-data-grid>thead th.cdk-header-cell>div:not(.dropdown){display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table.table-data-grid col th.cdk-header-cell,.table.table-data-grid colgroup th.cdk-header-cell,.table.table-data-grid>tbody th.cdk-header-cell,.table.table-data-grid>tfoot th.cdk-header-cell,.table.table-data-grid>thead th.cdk-header-cell{overflow:unset}.table.table-data-grid col td.cdk-cell,.table.table-data-grid colgroup td.cdk-cell,.table.table-data-grid>tbody td.cdk-cell,.table.table-data-grid>tfoot td.cdk-cell,.table.table-data-grid>thead td.cdk-cell{position:relative}.table.table-data-grid col td.cdk-cell>*,.table.table-data-grid colgroup td.cdk-cell>*,.table.table-data-grid>tbody td.cdk-cell>*,.table.table-data-grid>tfoot td.cdk-cell>*,.table.table-data-grid>thead td.cdk-cell>*{position:relative;z-index:1}.table.table-data-grid col td.cdk-cell>.dropdown,.table.table-data-grid colgroup td.cdk-cell>.dropdown,.table.table-data-grid>tbody td.cdk-cell>.dropdown,.table.table-data-grid>tfoot td.cdk-cell>.dropdown,.table.table-data-grid>thead td.cdk-cell>.dropdown{margin:-10px 0;z-index:unset}.table.table-data-grid>caption+thead>tr:first-child>td,.table.table-data-grid>caption+thead>tr:first-child>th,.table.table-data-grid>colgroup+thead>tr:first-child>td,.table.table-data-grid>colgroup+thead>tr:first-child>th,.table.table-data-grid>thead:first-child>tr:first-child>td,.table.table-data-grid>thead:first-child>tr:first-child>th{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;font-size:var(--font-size-base,14px);text-transform:none}.table.table-data-grid>caption+thead>tr:first-child>td .btn-header:not(.resize-handle):not(.dropdown),.table.table-data-grid>caption+thead>tr:first-child>td>div:not(.resize-handle):not(.dropdown),.table.table-data-grid>caption+thead>tr:first-child>td>span:not(.resize-handle):not(.dropdown),.table.table-data-grid>caption+thead>tr:first-child>th .btn-header:not(.resize-handle):not(.dropdown),.table.table-data-grid>caption+thead>tr:first-child>th>div:not(.resize-handle):not(.dropdown),.table.table-data-grid>caption+thead>tr:first-child>th>span:not(.resize-handle):not(.dropdown),.table.table-data-grid>colgroup+thead>tr:first-child>td .btn-header:not(.resize-handle):not(.dropdown),.table.table-data-grid>colgroup+thead>tr:first-child>td>div:not(.resize-handle):not(.dropdown),.table.table-data-grid>colgroup+thead>tr:first-child>td>span:not(.resize-handle):not(.dropdown),.table.table-data-grid>colgroup+thead>tr:first-child>th .btn-header:not(.resize-handle):not(.dropdown),.table.table-data-grid>colgroup+thead>tr:first-child>th>div:not(.resize-handle):not(.dropdown),.table.table-data-grid>colgroup+thead>tr:first-child>th>span:not(.resize-handle):not(.dropdown),.table.table-data-grid>thead:first-child>tr:first-child>td .btn-header:not(.resize-handle):not(.dropdown),.table.table-data-grid>thead:first-child>tr:first-child>td>div:not(.resize-handle):not(.dropdown),.table.table-data-grid>thead:first-child>tr:first-child>td>span:not(.resize-handle):not(.dropdown),.table.table-data-grid>thead:first-child>tr:first-child>th .btn-header:not(.resize-handle):not(.dropdown),.table.table-data-grid>thead:first-child>tr:first-child>th>div:not(.resize-handle):not(.dropdown),.table.table-data-grid>thead:first-child>tr:first-child>th>span:not(.resize-handle):not(.dropdown){padding:12.5px 8px;text-align:left;width:100%}@media (max-width:991px){.table.table-data-grid>caption+thead>tr:first-child>td,.table.table-data-grid>caption+thead>tr:first-child>th,.table.table-data-grid>colgroup+thead>tr:first-child>td,.table.table-data-grid>colgroup+thead>tr:first-child>th,.table.table-data-grid>thead:first-child>tr:first-child>td,.table.table-data-grid>thead:first-child>tr:first-child>th{display:none}}.table.table-data-grid tbody>tr:first-child>td{border-top:0}.table.table-data-grid tr>td:last-child,.table.table-data-grid tr>th:last-child{grid-column-end:-1;overflow:visible}@media (max-width:991px){.table.table-data-grid{display:block}.table.table-data-grid tbody tr{border-top:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:grid;grid-template-columns:minmax(0,44px) repeat(auto-fit,minmax(152px,100%)) minmax(0,44px);padding:8px 0}.table.table-data-grid tbody>tr:first-child{border-top:0}.table.table-data-grid td:not(.cdk-column-actions):not(.cdk-column-checkbox):not([data-type=icon]){grid-column:2}.table.table-data-grid .cdk-column-checkbox,.table.table-data-grid [data-type=icon]{grid-column:1/span 1}.table.table-data-grid .cdk-column-checkbox:before,.table.table-data-grid [data-type=icon]:before{display:none}.table.table-data-grid .data-record-header{grid-row:1}.table.table-data-grid .cdk-column-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column;gap:8px;grid-column:3;grid-row:1/span 15;padding-left:0;padding-right:0;padding-top:0}.table.table-data-grid .cdk-column-actions:before{display:none}.table.table-data-grid .cdk-column-actions .btn+.btn{margin:0}.table.table-data-grid thead tr{display:none}.table.table-data-grid tbody>tr>td{border:0}.table.table-data-grid tbody>tr>td:before{color:var(--legend-color,var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680))));content:attr(data-cell-title);display:block;font-size:10px;position:relative;text-transform:uppercase;z-index:1}.table.table-data-grid .data-record-icon:before{display:none}.table.table-data-grid .data-record-header{font-weight:700}.table.table-data-grid .data-record-header:before{font-weight:400}.table.table-data-grid .data-record-icon{text-align:left!important}.table.table-data-grid td:last-child{border-top:0}}.table.table-data-grid.table-striped tr>td{background:var(--component-background,var(--root-component-background,#fff))}.table.table-data-grid.table-striped tr:not(.cdk-footer-row):nth-of-type(odd)>td{background:var(--table-odd-background,var(--component-odd-background,var(--root-component-odd-background,linear-gradient(to top,rgba(0,0,0,.03),rgba(0,0,0,.03)) #fff)))}@media (min-width:992px){.table.table-data-grid thead tr>th{background-color:var(--table-background,var(--component-background,var(--root-component-background,#fff)));display:unset;padding:0;position:sticky;top:0;white-space:nowrap;z-index:3}.table.table-data-grid thead tr>th .dropdown{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:calc(100% - 10px)}.table.table-data-grid .data-record-icon{grid-column-end:2;grid-column-start:1;text-align:center!important}.table.table-data-grid .data-record-icon+.data-record-header{grid-column-end:3;grid-column-start:2}.table.table-data-grid .cdk-column-actions{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.table.table-data-grid .cdk-column-actions .btn-icon{-ms-flex-item-align:start;align-self:flex-start}.table.table-data-grid .cdk-column-actions .dropdown{margin:-9px -8px -8px 0}}@media (min-width:992px){@-moz-document url-prefix(){.table-data-grid{padding-bottom:64px}}}.table-data-grid-scroll{background-color:var(--component-background,var(--root-component-background,#fff));height:100%;overflow:auto;position:relative;width:100%}.content-fullpage .table-data-grid-scroll{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:var(--card-border-radius,2px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.table-data-grid .resize-handle{background:transparent;bottom:0;-webkit-box-shadow:inset -1px 0 0 var(--table-brand-primary,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));box-shadow:inset -1px 0 0 var(--table-brand-primary,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));cursor:col-resize;opacity:0;position:absolute;right:0;top:0;width:8px}.table-data-grid .resize-handle:hover{opacity:.5}.header--being-resized{overflow:visible!important;z-index:10}.header--being-resized .resize-handle{height:100vh;opacity:.5}.table-data-grid-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--table-background,var(--component-background,var(--root-component-background,#fff)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;left:0;min-height:56px;padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:sticky;top:0;z-index:15}.table-data-grid-header h4{font-weight:500}@media (max-width:767px){.table-data-grid-header{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}}.table-data-grid-header.separator{-webkit-box-shadow:inset 0 -1px 0 var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.table-data-grid-header+.table.table-data-grid thead>tr>th{border-left:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));top:56px}.table-data-grid-header+.table.table-data-grid thead>tr>th:first-child{border-left:0}.table-data-grid-header-bulk-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--table-brand-primary,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));bottom:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;left:0;padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:absolute;right:0;top:0;z-index:12}.table-data-grid-header-bulk-actions a{color:#fff!important;opacity:.8;text-decoration:underline}.table-data-grid-header-bulk-actions a:hover{opacity:1}.table-data-grid-footer{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--table-background,var(--component-background,var(--root-component-background,#fff)));bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;left:0;margin-top:auto;padding:8px calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:sticky;z-index:10}.table-data-grid-footer.separator{-webkit-box-shadow:inset 0 1px 0 var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.table-data-grid-footer .form-group .c8y-select-wrapper,.table-data-grid-footer .form-group label{display:inline-block;vertical-align:middle}.table-data-grid-footer pagination{display:inline-block;height:32px}.table-data-grid-footer .form-group{margin:8px 0;padding:0 8px}.table-data-grid-footer .form-group label{margin-bottom:0}@media (min-width:768px){.table-data-grid-footer{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.table-data-grid-footer>.form-group{justify-self:center}.table-data-grid-footer pagination{justify-self:end}}c8y-filtering-form .form-inline{margin-right:0!important}c8y-filtering-form .list-inline.flex-row{display:block;margin:0}c8y-filtering-form .list-inline-item.ui-sortable-handle{cursor:default!important;padding:0!important;pointer-events:none;width:100%!important}c8y-filtering-form .list-inline-item.ui-sortable-handle>*{pointer-events:all}c8y-filtering-form .list-inline-item.ui-sortable-handle:hover{outline:none!important}c8y-filtering-form .form-group{margin-bottom:4px}c8y-filtering-form sf-decorator{width:100%}c8y-filtering-form .btn-add-block{margin-bottom:0;padding:8px}c8y-filtering-form .btn-add-block>[class*=" dlt-c8y-icon-"],c8y-filtering-form .btn-add-block>[class^=dlt-c8y-icon-]{font-size:1.4em}c8y-filtering-form .btn-add-block:active,c8y-filtering-form .btn-add-block:focus,c8y-filtering-form .btn-add-block:hover{-webkit-box-shadow:none;box-shadow:none}c8y-filtering-form .c8y-schema-form-empty:not(:first-child){display:block;margin-top:1rem}.table-data-grid__overlay{position:relative}.table-data-grid__overlay>:not(.table-data-grid-header){opacity:.4;pointer-events:none}.table-data-grid__loading--wrapper{opacity:1!important;position:sticky;top:0;z-index:200}.table-data-grid__loading--loader{font-weight:500;left:50%;padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:absolute;top:0;-webkit-transform:translate(-50%,130px);transform:translate(-50%,130px);z-index:200}.data-grid__dropdown,.table-data-grid__loading--loader{background-color:var(--component-background,var(--root-component-background,#fff))}.data-grid__dropdown{--dropdown-padding:16;font-weight:400;width:300px}.data-grid__dropdown c8y-object-type div p{font-size:inherit;font-weight:700!important;margin:8px 0 4px!important;text-align:left!important}@media screen and (min-width:992px){.data-grid__dropdown{max-height:max(42vh,240px)}}.data-grid__dropdown c8y-filtering-form-renderer{display:block;padding-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px);padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer .data-grid__dropdown__footer,.data-grid__dropdown c8y-filtering-form-renderer .data-grid__dropdown__header{background-color:var(--component-background,var(--root-component-background,#fff));margin-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1);margin-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1);padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:sticky;z-index:900}.data-grid__dropdown c8y-filtering-form-renderer c8y-asset-selector{display:block;margin-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-.5);margin-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-.5)}.data-grid__dropdown c8y-filtering-form-renderer .data-grid__dropdown__header{top:0}.data-grid__dropdown c8y-filtering-form-renderer .data-grid__dropdown__footer{bottom:0}.data-grid__dropdown c8y-filtering-form-renderer c8y-form-group:first-child,.data-grid__dropdown c8y-filtering-form-renderer c8y-schema-form:first-child{display:block;padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer c8y-form-group:first-child+.data-grid__dropdown__footer,.data-grid__dropdown c8y-filtering-form-renderer c8y-schema-form:first-child+.data-grid__dropdown__footer{margin-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator{display:block}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator.c8y-schema-form-empty label{display:block;padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator.c8y-schema-form-empty:first-child label{padding-top:0}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator .checkbox label{margin:0}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator .ui-sortable .ui-sortable-handle{width:auto}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator sf-decorator{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.data-grid__dropdown c8y-filtering-form-renderer bootstrap-decorator sf-decorator .form-group{margin:0}.data-grid__dropdown c8y-filtering-form-renderer formly-form:first-child{display:block;padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer formly-form:first-child+.data-grid__dropdown__footer{margin-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer formly-field{display:block}.data-grid__dropdown c8y-filtering-form-renderer formly-field:first-child>formly-label-type label{padding-top:0}.data-grid__dropdown c8y-filtering-form-renderer formly-field formly-label-type>label{display:block;padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.data-grid__dropdown c8y-filtering-form-renderer formly-field .checkbox label{margin:0}.data-grid__dropdown c8y-filtering-form-renderer formly-field .ui-sortable .ui-sortable-handle{width:auto}.data-grid__dropdown c8y-filtering-form-renderer formly-field sf-decorator{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.data-grid__dropdown c8y-filtering-form-renderer formly-field sf-decorator .form-group{margin:0}.mcontainer{margin:0;min-height:calc(100vh - 16px);padding-top:70px;-webkit-transition:margin-left .4s ease-in-out;-o-transition:margin-left .4s ease-in-out;transition:margin-left .4s ease-in-out}@media (min-width:768px){.mcontainer{padding-left:24px;padding-right:24px;padding-top:88px}.mcontainer.has-action-bar{padding-top:136px}.mcontainer.has-tabs.horizontal-tabs{padding-top:152px}.mcontainer.has-tabs.horizontal-tabs.has-action-bar{padding-top:200px}.mcontainer.has-tabs.vertical-tabs{padding-left:194px;padding-top:100px}.mcontainer.has-tabs.vertical-tabs.has-action-bar{padding-top:136px}}@media (min-width:1200px){.mcontainer.has-tabs.horizontal-tabs{padding-top:136px}.mcontainer.has-tabs.horizontal-tabs.has-action-bar{padding-top:184px}.mcontainer.open{margin-left:240px}}@media (min-width:768px){.mcontainer>.container-fluid{padding-left:0;padding-right:0}}.mcontainer>.container-fluid .grid-stack>.grid-stack-item{min-width:16.66666667%}.mcontainer>.container-fluid .grid-stack>.grid-stack-item>.grid-stack-item-content{bottom:12px;left:12px;right:12px}.mcontainer>.container-fluid .dashboard{margin:0 -16px;min-height:calc(100vh - 46px);padding:0 16px 12px}@media (min-width:768px){.mcontainer>.container-fluid .dashboard{margin:0 -24px;min-height:calc(100vh - 176px);padding:0 24px}}@media (min-width:1200px){.mcontainer>.container-fluid .dashboard{min-height:calc(100vh - 172px)}}.mcontainer.no-apps-margin{margin-left:0}.page-tabs{left:0;margin:0;padding:0;position:fixed;right:0;z-index:1030}.page-tabs,.page-tabs *{--component-background:var(--page-tabs-background);--component-color:var(--page-tabs-color);--component-odd-background:var(--page-tabs-odd-background);--component-active-background:var(--page-tabs-active-background);--component-active-color:var(--page-tabs-active-color);--component-expanded-background:var(--page-tabs-expanded-background);--component-expanded-color:var(--page-tabs-expanded-color);--component-border:var(--page-tabs-border);--component-input-border:var(--page-tabs-input-border);--component-link-color:var(--page-tabs-link-color);--component-link-color-hover:var(--page-tabs-link-color-hover);--link-color:var(--page-tabs-link-color);--link-color-hover:var(--page-tabs-link-color-hover);--component-actions-color:var(--page-tabs-actions-color);--component-actions-color-hover:var(--page-tabs-actions-color-hover);--component-actions-opacity:var(--page-tabs-actions-opacity);--component-label-color:var(--page-tabs-label-color);--component-legend-color:var(--page-tabs-legend-color);--component-placeholder-color:var(--page-tabs-placeholder-color);--component-focus-color:var(--page-tabs-focus-color);--component-focus-background:var(--page-tabs-focus-background);--component-focus-border:var(--page-tabs-focus-border);--component-text-muted:var(--page-tabs-text-muted);--component-highlight-color:var(--page-tabs-highlight-color);--component-brand-primary:var(--page-tabs-brand-primary);--component-realtime-added:var(--page-tabs-realtime-added);--component-pulse-color:var(--page-tabs-pulse-color);--component-spinner-color:var(--page-tabs-spinner-color);--component-disabled-color:var(--page-tabs-disabled-color);--component-disabled-opacity:var(--page-tabs-disabled-opacity);--component-icon-white-color-light:var(--page-tabs-icon-white-color-light);--component-icon-white-color-dark:var(--page-tabs-icon-white-color-dar);--component-icon-dark-color-light:var(--page-tabs-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--page-tabs-icon-dark-color-dark);--component-icon-color:var(--page-tabs-icon-color);--component-scrollbar-track:var(--page-tabs-scrollbar-track);--component-scrollbar-thumb:var(--page-tabs-scrollbar-thumb);--component-padding:var(--page-tabs-padding)}@media (max-width:767px){.page-tabs{top:-6px;-webkit-transition:top .35s ease;-o-transition:top .35s ease;transition:top .35s ease}.head-open .page-tabs{top:92px}}.page-tabs-horizontal:not(.page-tabs){display:none}@media (min-width:768px){.page-tabs-horizontal{background-color:var(--component-background,var(--root-component-background,#fff));border-bottom:0;-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);left:0;min-height:48px;right:0;top:64px;z-index:1030}.page-tabs-horizontal,.page-tabs-horizontal:after{-webkit-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out}}@media (min-width:1200px){.page-tabs-horizontal.navigator-open{left:240px}}.page-tabs-horizontal .tabContainer{-ms-overflow-style:none;overflow-x:auto;overflow:-moz-scrollbars-none;padding-left:30px;padding-top:6px}.page-tabs-horizontal .tabContainer::-webkit-scrollbar{display:none}@media (min-width:1200px){.page-tabs-horizontal .tabContainer{padding-top:8px}}.page-tabs-horizontal .tabContainer .nav-tabs{border-bottom:0;padding-right:30px}.page-tabs-horizontal .tabContainer .nav-tabs:after{-webkit-box-flex:0;content:"";display:block;-ms-flex:0 0 auto;flex:0 0 auto;width:30px}.page-tabs-horizontal .tabContainer .nav-tabs>li>.btn,.page-tabs-horizontal .tabContainer .nav-tabs>li>a{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));display:block;max-width:14vw;max-width:100%!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.page-tabs-horizontal .tabContainer .nav-tabs>li>.btn:focus,.page-tabs-horizontal .tabContainer .nav-tabs>li>.btn:hover,.page-tabs-horizontal .tabContainer .nav-tabs>li>a:focus,.page-tabs-horizontal .tabContainer .nav-tabs>li>a:hover{color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}@media (max-width:1199px){.page-tabs-horizontal .tabContainer .nav-tabs>li>.btn,.page-tabs-horizontal .tabContainer .nav-tabs>li>a{min-height:58px}}.page-tabs-horizontal .tabContainer .nav-tabs>li.active>a,.page-tabs-horizontal .tabContainer .nav-tabs>li.active>a:hover{border-bottom-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.tabs-slider{background:none;background-color:rgba(var(--page-tabs-background,var(--component-background,var(--root-component-background,white))),.9);border:0;border-radius:0;bottom:1px;color:var(--page-tabs-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));padding:3px 0 0;position:absolute;top:0;width:31px;z-index:1}.tabs-slider [class*=" dlt-c8y-icon-"],.tabs-slider [class^=dlt-c8y-icon-]{position:relative;z-index:3}.tabs-slider:focus,.tabs-slider:hover{color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));outline:none}.tabs-slider-left{left:0}.tabs-slider-right{right:0}.page-tabs-vertical .tabs-slider,.page-tabs-vertical:not(.page-tabs){display:none}.page-tabs-vertical .nav-tabs{border:0;display:block;padding-top:48px;width:170px}.page-tabs-vertical .nav-tabs>li{float:none}.page-tabs-vertical .nav-tabs>li>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;-webkit-box-shadow:inset 0 -1px 0 var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;margin:0;padding:10px 16px;text-transform:none;-webkit-transition:border .25s ease;-o-transition:border .25s ease;transition:border .25s ease}.page-tabs-vertical .nav-tabs>li>a .c8y-icon,.page-tabs-vertical .nav-tabs>li>a [class*=" dlt-c8y-icon-"],.page-tabs-vertical .nav-tabs>li>a [class^=dlt-c8y-icon-]{margin:0 8px 0 0;width:1.25em}.page-tabs-vertical .nav-tabs>li>a .c8y-icon~span,.page-tabs-vertical .nav-tabs>li>a [class*=" dlt-c8y-icon-"]~span,.page-tabs-vertical .nav-tabs>li>a [class^=dlt-c8y-icon-]~span{display:inline-block;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.page-tabs-vertical .nav-tabs>li.active a:hover,.page-tabs-vertical .nav-tabs>li.active>a{background-color:var(--page-tabs-background,var(--component-background,var(--root-component-background,#fff)));border-left:4px solid var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))));color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.page-tabs-vertical .nav-tabs>li.active a:hover:before,.page-tabs-vertical .nav-tabs>li.active>a:before{width:100%}.page-tabs-vertical .nav-tabs>li.active a:hover:after,.page-tabs-vertical .nav-tabs>li.active>a:after{border-width:20px 0 20px 8px;height:100%;left:100%}.page-tabs-vertical .nav-tabs>li>a>.c8y-icon,.page-tabs-vertical .nav-tabs>li>a>[class*=" dlt-c8y-icon-"],.page-tabs-vertical .nav-tabs>li>a>[class^=dlt-c8y-icon-]{display:inline-block}@media (min-width:768px){.page-tabs-vertical{bottom:0;left:0;overflow:visible;padding-right:24px/2;right:auto;top:64px;-webkit-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out;z-index:101}.page-tabs-vertical:before{background:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:1px 0 1px rgba(0,0,0,.1);box-shadow:1px 0 1px rgba(0,0,0,.1);content:"";min-height:100%;position:absolute;top:0;width:170px}.page-tabs-vertical .tabContainer{max-height:100%;overflow-y:auto}.page-tabs-vertical .tabContainer::-webkit-scrollbar{height:4px;width:4px}.page-tabs-vertical .tabContainer::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.page-tabs-vertical .tabContainer::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.page-tabs-vertical .tabContainer:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}}@media (min-width:1200px){.page-tabs-vertical.navigator-open{left:240px}}.container{margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px}@media (min-width:768px){.container{width:744px}}@media (min-width:992px){.container{width:964px}}@media (min-width:1200px){.container{width:1164px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px}.row{margin-left:-12px;margin-right:-12px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{min-height:1px;padding-left:12px;padding-right:12px;position:relative}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}.no-gutter{padding-left:0}.no-gutter,.no-gutter-r{padding-right:0}.no-gutter-l{padding-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}.no-gutter-sm{padding-left:0}.no-gutter-sm,.no-gutter-sm-r{padding-right:0}.no-gutter-sm-l{padding-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}.no-gutter-md{padding-left:0}.no-gutter-md,.no-gutter-md-r{padding-right:0}.no-gutter-md-l{padding-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}.no-gutter-lg{padding-left:0}.no-gutter-lg,.no-gutter-lg-r{padding-right:0}.no-gutter-lg-l{padding-left:0}}.col-lg-max{max-width:1400px}.tight-grid{margin-left:-4px!important;margin-left:-12px;margin-right:-4px!important;margin-right:-12px}.tight-grid [class*=col-lg-],.tight-grid [class*=col-md-],.tight-grid [class*=col-sm-],.tight-grid [class*=col-xs-]{padding-left:4px!important;padding-right:4px!important}.flex-row,.flex-row-sm{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}@media (min-width:768px){.flex-row,.flex-row-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.flex-row-sm.wrap,.flex-row.wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (max-width:991px){.flex-row-sm.wrap-sm,.flex-row.wrap-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media (max-width:1199px){.flex-row-sm.wrap-md,.flex-row.wrap-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}@media (max-width:767px){.flex-row-sm{display:block}}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.flex-col:not(.no-align-items){-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}}.flex-col.wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}@media (max-width:991px){.flex-col.wrap-sm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}}@media (max-width:1199px){.flex-col.wrap-md{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}}.flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-stretch{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.flex-stretch [class*=col-],.flex-stretch [class^=col-]{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}@media (min-width:768px){.flex-end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-around-sm{-ms-flex-pack:distribute;justify-content:space-around}.flex-between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-evenly-sm{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-stretch-sm{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.flex-stretch-sm [class*=col-],.flex-stretch-sm [class^=col-]{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}}@media (min-width:992px){.flex-end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-around-md{-ms-flex-pack:distribute;justify-content:space-around}.flex-between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-evenly-md{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-stretch-md{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.flex-stretch-md [class*=col-],.flex-stretch-md [class^=col-]{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}}@media (min-width:1200px){.flex-end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-around-lg{-ms-flex-pack:distribute;justify-content:space-around}.flex-between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-evenly-lg{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-stretch-lg{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.flex-stretch-lg [class*=col-],.flex-stretch-lg [class^=col-]{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}}.flex-item-left{margin-right:auto}.flex-item-right{margin-left:auto}.flex-item-center{margin-left:auto;margin-right:auto}.flex-item-top{margin-bottom:auto}.flex-item-bottom{margin-top:auto}.flex-item-middle{margin-bottom:auto;margin-top:auto}.flex-item-v-center{-ms-flex-item-align:center;align-self:center}.flex-item-v-start{-ms-flex-item-align:start;align-self:flex-start}.flex-item-v-end{-ms-flex-item-align:end;align-self:flex-end}.flex-item-v-stretch{-ms-flex-item-align:stretch;align-self:stretch}.flex-item-v-auto{-ms-flex-item-align:auto;align-self:auto}.flex-item-v-baseline{-ms-flex-item-align:baseline;align-self:baseline}@media (min-width:768px){.flex-item-left-sm{margin-right:auto}.flex-item-right-sm{margin-left:auto}.flex-item-center-sm{margin-left:auto;margin-right:auto}.flex-item-top-sm{margin-bottom:auto}.flex-item-bottom-sm{margin-top:auto}.flex-item-middle-sm{margin-bottom:auto;margin-top:auto}.flex-item-v-center-sm{-ms-flex-item-align:center;align-self:center}.flex-item-v-start-sm{-ms-flex-item-align:start;align-self:flex-start}.flex-item-v-end-sm{-ms-flex-item-align:end;align-self:flex-end}.flex-item-v-stretch-sm{-ms-flex-item-align:stretch;align-self:stretch}.flex-item-v-auto-sm{-ms-flex-item-align:auto;align-self:auto}.flex-item-v-baseline-sm{-ms-flex-item-align:baseline;align-self:baseline}}@media (min-width:992px){.flex-item-left-md{margin-right:auto}.flex-item-right-md{margin-left:auto}.flex-item-center-md{margin-left:auto;margin-right:auto}.flex-item-top-md{margin-bottom:auto}.flex-item-bottom-md{margin-top:auto}.flex-item-middle-md{margin-bottom:auto;margin-top:auto}.flex-item-v-center-md{-ms-flex-item-align:center;align-self:center}.flex-item-v-start-md{-ms-flex-item-align:start;align-self:flex-start}.flex-item-v-end-md{-ms-flex-item-align:end;align-self:flex-end}.flex-item-v-stretch-md{-ms-flex-item-align:stretch;align-self:stretch}.flex-item-v-auto-md{-ms-flex-item-align:auto;align-self:auto}.flex-item-v-baseline-md{-ms-flex-item-align:baseline;align-self:baseline}}@media (min-width:1200px){.flex-item-left-lg{margin-right:auto}.flex-item-right-lg{margin-left:auto}.flex-item-center-lg{margin-left:auto;margin-right:auto}.flex-item-top-lg{margin-bottom:auto}.flex-item-bottom-lg{margin-top:auto}.flex-item-middle-lg{margin-bottom:auto;margin-top:auto}.flex-item-v-center-lg{-ms-flex-item-align:center;align-self:center}.flex-item-v-start-lg{-ms-flex-item-align:start;align-self:flex-start}.flex-item-v-end-lg{-ms-flex-item-align:end;align-self:flex-end}.flex-item-v-stretch-lg{-ms-flex-item-align:stretch;align-self:stretch}.flex-item-v-auto-lg{-ms-flex-item-align:auto;align-self:auto}.flex-item-v-baseline-lg{-ms-flex-item-align:baseline;align-self:baseline}}.flex-scroll{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.flex-scroll .flex-content-scroll{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:1%;overflow-y:auto}.btn-add-block-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (min-width:992px){.btn-add-block-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.btn-add-block-row .btn-add-block{-ms-flex-item-align:stretch;align-self:stretch;line-height:1;text-align:left}.group-info{margin:0 -30px;padding:0 30px 20px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.group-info .form-editable{-ms-flex-item-align:start;align-self:flex-start;padding-top:0;z-index:999}.group-info .form-editable.form-read-only{padding-top:0}c8y-dashboard-gridstack.welcome .grid-stack{height:auto!important}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater){height:auto;position:relative;top:inherit}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content{position:static}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-header-actions:after{display:none}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll{height:auto;overflow:visible}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll:after,c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll:before{display:none}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll>*{margin-bottom:0}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll .card-group-block>.card{background-color:var(--component-background,var(--root-component-background,#fff));border-radius:0}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll .quicklinks>.card{-webkit-box-flex:1;-ms-flex:1 0 120px;flex:1 0 120px;min-width:120px}@media (min-width:768px){c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll .quicklinks>.card{-webkit-box-flex:1;-ms-flex:1 0 230px;flex:1 0 230px;min-width:230px}}c8y-dashboard-gridstack.welcome .grid-stack-item.ui-draggable-disabled:not(.grid-floater) .grid-stack-item-content .card-inner-scroll .quicklinks>.card .card-block{width:100%}c8y-dashboard-gridstack.welcome .grid-floater iframe:not(.twitter-timeline){height:100%!important;width:100%!important}c8y-dashboard-gridstack.welcome .grid-floater .grid-stack-item-content{margin:0 15px 0 0!important}@media (max-width:767px){c8y-dashboard-gridstack.welcome .grid-floater.ui-draggable-disabled{display:none}}[ng-controller=HelpAndSupportCtrl]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}[ng-controller=HelpAndSupportCtrl]>.card{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}@media (min-width:768px){[ng-controller=HelpAndSupportCtrl]>.card{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width:992px){[ng-controller=HelpAndSupportCtrl]>.card{-webkit-box-flex:1;-ms-flex:1 0 14.28571429%;flex:1 0 14.28571429%}}a.help-and-support-doc{min-height:130px;padding-bottom:100%;width:100%}a.help-and-support-doc>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px 10px 0}a.help-and-support-doc>div img{margin-bottom:10px;max-height:24px;max-width:24px}a.help-and-support-doc>div p{color:var(--brand-primary,#1776bf);font-size:85%}.quick-link-bgcolor-a{background-color:var(--brand-complementary,#14629f)!important}.quick-link-bgcolor-b{background-color:var(--brand-primary,#1776bf)!important}.quick-link-bgcolor-c{background-color:var(--brand-complementary,#14629f)!important}.quick-link-bgcolor-d{background-color:var(--brand-primary,#1776bf)!important}.quick-link-bgcolor-e{background-color:var(--brand-complementary,#14629f)!important}.quick-link-bgcolor-f{background-color:var(--brand-primary,#1776bf)!important}.quick-link-bgcolor-a,.quick-link-bgcolor-b .quick-link-bgcolor-c,.quick-link-bgcolor-d,.quick-link-bgcolor-e,.quick-link-bgcolor-f{border:0!important;position:relative}.quick-link-bgcolor-a:before,.quick-link-bgcolor-b .quick-link-bgcolor-c:before,.quick-link-bgcolor-d:before,.quick-link-bgcolor-e:before,.quick-link-bgcolor-f:before{background-color:#000;bottom:0;content:"";left:0;opacity:.05;position:absolute;right:0;top:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.quick-link-bgcolor-a:hover:before,.quick-link-bgcolor-b .quick-link-bgcolor-c:hover:before,.quick-link-bgcolor-d:hover:before,.quick-link-bgcolor-e:hover:before,.quick-link-bgcolor-f:hover:before{opacity:0}.welcome-dont-show{margin-top:-15px;padding:5px 0}@media (min-width:768px){.welcome-dont-show{margin-bottom:27px;margin-top:-24px}}@media (min-width:1200px){.welcome-dont-show{padding:5px 15px}}.card-total{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;border-top:1px solid rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;justify-content:center;padding:30px}@media (min-width:992px){.card-total{border-left:1px solid rgba(0,0,0,.05);border-top:0}}.card-total h2{font-size:46px}.edition-promo .edition-name{font-weight:300;letter-spacing:.15em;min-height:39px;text-transform:uppercase}.edition-promo .edition-icon{font-size:120px}.edition-promo .lead{font-size:18px;margin-bottom:10px}.edition-promo a{text-decoration:underline}.edition-promo a,.result-message .bg-success{color:var(--component-background,var(--root-component-background,#fff))}.result-message .bg-success{background-color:#080}.card .card-header+.card-block.billing-status{border-top:1px solid rgba(0,0,0,.1);padding-top:15px}.billing-error{background-color:#e0000e;color:var(--component-background,var(--root-component-background,#fff))}.billing-error .text-muted,.billing-error label{color:#fff}.billing-error .selected-payment-method{opacity:.6}.split-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 80px);position:relative;width:100%}.scroll-column{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.scroll-column,.scroll-column .scroll-column-nested-content,.scroll-column>.card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%}.scroll-column .scroll-column-nested-content,.scroll-column>.card{-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.scroll-column .card-footer,.scroll-column .card-header,.scroll-column .scroll-column-footer{-webkit-box-flex:0;-ms-flex:0;flex:0}.scroll-column .inner-scroll{max-height:100%;overflow-y:auto}.scroll-column .scroll-column-footer{padding:16px 0 0}.scroll-column .scroll-column-footer .btn-add-block{margin-bottom:0}@media (max-width:991px){.split-scroll .scroll-column+.scroll-column{bottom:-16px;left:0;padding:0;position:absolute;top:0;width:100%;z-index:10}.split-scroll .scroll-column+.scroll-column .card:not(.flex-scroll){min-height:100%}.split-scroll .c8y-nav-stacked .c8y-stacked-item{margin-right:0}.split-scroll .c8y-nav-stacked .c8y-stacked-item:after{display:none}}@media (min-width:768px){.split-scroll{height:calc(100vh - 118px)}.has-tabs.horizontal-tabs .split-scroll{height:calc(100vh - 165px)}.has-action-bar .split-scroll{height:calc(100vh - 150px)}}.split-scroll .split-row-2{height:50%}.split-scroll .split-row-2:last-child{margin-bottom:0}.split-scroll .split-row-3{height:33.3333333%}.split-scroll .split-row-3:last-child{margin-bottom:0}.split-scroll .split-row-4{height:25%}.split-scroll .split-row-4:last-child{margin-bottom:0}.card--grid .c8y-list__item__block.sticky-top,.card.card--grid .c8y-list__item__block.sticky-top{background-color:inherit;-webkit-box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));z-index:90}.card--grid .c8y-list__item__collapse--container,.card.card--grid .c8y-list__item__collapse--container{padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card--grid .expanded .c8y-list__item__block.sticky-top,.card.card--grid .expanded .c8y-list__item__block.sticky-top{background-color:var(--component-active-background,var(--root-component-active-background,#fff))!important;-webkit-box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.card--grid .expanded .c8y-list__item__collapse--container,.card.card--grid .expanded .c8y-list__item__collapse--container{padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card--grid__separator-top--white{border-top:4px solid var(--component-background,var(--root-component-background,#fff))}.card--grid__separator-top{border-top:4px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.card--grid--fullpage{margin-bottom:0!important}@media (min-width:992px){.card--grid--fullpage{height:calc(100vh - 118px)}.has-tabs.horizontal-tabs .card--grid--fullpage{height:calc(100vh - 165px)}.has-action-bar .card--grid--fullpage{height:calc(100vh - 150px)}}.card--grid__inner-scroll{height:100%;overflow:auto;position:relative}.card--grid__inner-scroll .card-header{background-color:inherit;position:sticky;top:0;z-index:15}.card--grid__inner-scroll .card-footer{background-color:inherit;bottom:0;position:sticky;z-index:15}.card--grid__inner-scroll .card-block .legend:first-child{margin-top:0}.welcome-widget{background-position:100% 0;background-repeat:no-repeat;background-size:auto;height:100%;padding-top:55%}.welcome-widget.welcome-cockpit{background-image:url(cockpit-welcome-image-ac1ed91d02c905c84c3e.svg)}.welcome-widget>.flex-row{height:100%}.welcome-widget .card-group.interact-grid{margin-bottom:0}.welcome-widget .card-group.interact-grid .card{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.02);box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.02);cursor:pointer;margin-bottom:8px;-webkit-transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-o-transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}.welcome-widget .card-group.interact-grid .card:focus,.welcome-widget .card-group.interact-grid .card:hover{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);outline:none;text-decoration:none;z-index:1000}@media (min-width:992px){.welcome-widget{padding-top:0}}body::-webkit-scrollbar{height:4px;width:4px}body::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}body::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}body:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.mcontainer{overflow:unset}.inner-scroll{background-color:inherit;height:100%;overflow:auto}.inner-scroll::-webkit-scrollbar{height:4px;width:4px}.inner-scroll::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.inner-scroll::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.inner-scroll:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.inner-scroll>.list-group:last-child{margin-bottom:0}.grid__col--11-1{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}@media (max-width:767px){.grid__col--11-1--xs{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}}@media (min-width:768px){.grid__col--11-1--sm{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}}@media (min-width:992px){.grid__col--11-1--md{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}}@media (min-width:1200px){.grid__col--11-1--lg{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}}.grid__col--10-2{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}@media (max-width:767px){.grid__col--10-2--xs{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}}@media (min-width:768px){.grid__col--10-2--sm{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}}@media (min-width:992px){.grid__col--10-2--md{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}}@media (min-width:1200px){.grid__col--10-2--lg{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}}.grid__col--9-3{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}@media (max-width:767px){.grid__col--9-3--xs{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}}@media (min-width:768px){.grid__col--9-3--sm{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}}@media (min-width:992px){.grid__col--9-3--md{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}}@media (min-width:1200px){.grid__col--9-3--lg{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}}.grid__col--8-4{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}@media (max-width:767px){.grid__col--8-4--xs{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}@media (min-width:768px){.grid__col--8-4--sm{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}@media (min-width:992px){.grid__col--8-4--md{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}@media (min-width:1200px){.grid__col--8-4--lg{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}.grid__col--7-5{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}@media (max-width:767px){.grid__col--7-5--xs{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}}@media (min-width:768px){.grid__col--7-5--sm{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}}@media (min-width:992px){.grid__col--7-5--md{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}}@media (min-width:1200px){.grid__col--7-5--lg{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}}.grid__col--6-6{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}@media (max-width:767px){.grid__col--6-6--xs{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}}@media (min-width:768px){.grid__col--6-6--sm{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}}@media (min-width:992px){.grid__col--6-6--md{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}}@media (min-width:1200px){.grid__col--6-6--lg{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}}.grid__col--5-7{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}@media (max-width:767px){.grid__col--5-7--xs{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}@media (min-width:768px){.grid__col--5-7--sm{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}@media (min-width:992px){.grid__col--5-7--md{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}@media (min-width:1200px){.grid__col--5-7--lg{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}}.grid__col--4-8{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}@media (max-width:767px){.grid__col--4-8--xs{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}}@media (min-width:768px){.grid__col--4-8--sm{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}}@media (min-width:992px){.grid__col--4-8--md{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}}@media (min-width:1200px){.grid__col--4-8--lg{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}}.grid__col--3-9{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}@media (max-width:767px){.grid__col--3-9--xs{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}}@media (min-width:768px){.grid__col--3-9--sm{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}}@media (min-width:992px){.grid__col--3-9--md{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}}@media (min-width:1200px){.grid__col--3-9--lg{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}}.grid__col--2-10{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}@media (max-width:767px){.grid__col--2-10--xs{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}}@media (min-width:768px){.grid__col--2-10--sm{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}}@media (min-width:992px){.grid__col--2-10--md{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}}@media (min-width:1200px){.grid__col--2-10--lg{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}}.grid__col--1-11{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}@media (max-width:767px){.grid__col--1-11--xs{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}}@media (min-width:768px){.grid__col--1-11--sm{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}}@media (min-width:992px){.grid__col--1-11--md{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}}@media (min-width:1200px){.grid__col--1-11--lg{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}}.grid__col--0-12{grid-template-columns:minmax(0,0fr) minmax(0,12fr)}@media (max-width:767px){.grid__col--0-12--xs{grid-template-columns:minmax(0,0fr) minmax(0,12fr)}}@media (min-width:768px){.grid__col--0-12--sm{grid-template-columns:minmax(0,0fr) minmax(0,12fr)}}@media (min-width:992px){.grid__col--0-12--md{grid-template-columns:minmax(0,0fr) minmax(0,12fr)}}@media (min-width:1200px){.grid__col--0-12--lg{grid-template-columns:minmax(0,0fr) minmax(0,12fr)}}.grid__col--fullspan{grid-column-end:-1;grid-column-start:1}.grid__col--5-2-5{grid-template-columns:minmax(0,5fr) minmax(0,2fr) minmax(0,5fr)}@media (max-width:767px){.grid__col--5-2-5--xs{grid-template-columns:minmax(0,5fr) minmax(0,2fr) minmax(0,5fr)}}@media (min-width:768px){.grid__col--5-2-5--sm{grid-template-columns:minmax(0,5fr) minmax(0,2fr) minmax(0,5fr)}}@media (min-width:992px){.grid__col--5-2-5--md{grid-template-columns:minmax(0,5fr) minmax(0,2fr) minmax(0,5fr)}}@media (min-width:1200px){.grid__col--5-2-5--lg{grid-template-columns:minmax(0,5fr) minmax(0,2fr) minmax(0,5fr)}}.grid__col--4-4-4{grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr)}@media (max-width:767px){.grid__col--4-4-4--xs{grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr)}}@media (min-width:768px){.grid__col--4-4-4--sm{grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr)}}@media (min-width:992px){.grid__col--4-4-4--md{grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr)}}@media (min-width:1200px){.grid__col--4-4-4--lg{grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr)}}.grid__col--3-6-3{grid-template-columns:minmax(0,3fr) minmax(0,6fr) minmax(0,3fr)}@media (max-width:767px){.grid__col--3-6-3--xs{grid-template-columns:minmax(0,3fr) minmax(0,6fr) minmax(0,3fr)}}@media (min-width:768px){.grid__col--3-6-3--sm{grid-template-columns:minmax(0,3fr) minmax(0,6fr) minmax(0,3fr)}}@media (min-width:992px){.grid__col--3-6-3--md{grid-template-columns:minmax(0,3fr) minmax(0,6fr) minmax(0,3fr)}}@media (min-width:1200px){.grid__col--3-6-3--lg{grid-template-columns:minmax(0,3fr) minmax(0,6fr) minmax(0,3fr)}}.grid__col--2-8-2{grid-template-columns:minmax(0,2fr) minmax(0,8fr) minmax(0,2fr)}@media (max-width:767px){.grid__col--2-8-2--xs{grid-template-columns:minmax(0,2fr) minmax(0,8fr) minmax(0,2fr)}}@media (min-width:768px){.grid__col--2-8-2--sm{grid-template-columns:minmax(0,2fr) minmax(0,8fr) minmax(0,2fr)}}@media (min-width:992px){.grid__col--2-8-2--md{grid-template-columns:minmax(0,2fr) minmax(0,8fr) minmax(0,2fr)}}@media (min-width:1200px){.grid__col--2-8-2--lg{grid-template-columns:minmax(0,2fr) minmax(0,8fr) minmax(0,2fr)}}.grid__col--1-10-1{grid-template-columns:minmax(0,1fr) minmax(0,10fr) minmax(0,1fr)}@media (max-width:767px){.grid__col--1-10-1--xs{grid-template-columns:minmax(0,1fr) minmax(0,10fr) minmax(0,1fr)}}@media (min-width:768px){.grid__col--1-10-1--sm{grid-template-columns:minmax(0,1fr) minmax(0,10fr) minmax(0,1fr)}}@media (min-width:992px){.grid__col--1-10-1--md{grid-template-columns:minmax(0,1fr) minmax(0,10fr) minmax(0,1fr)}}@media (min-width:1200px){.grid__col--1-10-1--lg{grid-template-columns:minmax(0,1fr) minmax(0,10fr) minmax(0,1fr)}}.grid__col--0-12-0{grid-template-columns:minmax(0,0fr) minmax(0,12fr) minmax(0,0fr)}@media (max-width:767px){.grid__col--0-12-0--xs{grid-template-columns:minmax(0,0fr) minmax(0,12fr) minmax(0,0fr)}}@media (min-width:768px){.grid__col--0-12-0--sm{grid-template-columns:minmax(0,0fr) minmax(0,12fr) minmax(0,0fr)}}@media (min-width:992px){.grid__col--0-12-0--md{grid-template-columns:minmax(0,0fr) minmax(0,12fr) minmax(0,0fr)}}@media (min-width:1200px){.grid__col--0-12-0--lg{grid-template-columns:minmax(0,0fr) minmax(0,12fr) minmax(0,0fr)}}.grid__row--11-1{grid-template-rows:11fr 1fr}@media (max-width:767px){.grid__row--11-1--xs{grid-template-rows:11fr 1fr}}@media (min-width:768px){.grid__row--11-1--sm{grid-template-rows:11fr 1fr}}@media (min-width:992px){.grid__row--11-1--md{grid-template-rows:11fr 1fr}}@media (min-width:1200px){.grid__row--11-1--lg{grid-template-rows:11fr 1fr}}.grid__row--10-2{grid-template-rows:10fr 2fr}@media (max-width:767px){.grid__row--10-2--xs{grid-template-rows:10fr 2fr}}@media (min-width:768px){.grid__row--10-2--sm{grid-template-rows:10fr 2fr}}@media (min-width:992px){.grid__row--10-2--md{grid-template-rows:10fr 2fr}}@media (min-width:1200px){.grid__row--10-2--lg{grid-template-rows:10fr 2fr}}.grid__row--9-3{grid-template-rows:9fr 3fr}@media (max-width:767px){.grid__row--9-3--xs{grid-template-rows:9fr 3fr}}@media (min-width:768px){.grid__row--9-3--sm{grid-template-rows:9fr 3fr}}@media (min-width:992px){.grid__row--9-3--md{grid-template-rows:9fr 3fr}}@media (min-width:1200px){.grid__row--9-3--lg{grid-template-rows:9fr 3fr}}.grid__row--8-4{grid-template-rows:8fr 4fr}@media (max-width:767px){.grid__row--8-4--xs{grid-template-rows:8fr 4fr}}@media (min-width:768px){.grid__row--8-4--sm{grid-template-rows:8fr 4fr}}@media (min-width:992px){.grid__row--8-4--md{grid-template-rows:8fr 4fr}}@media (min-width:1200px){.grid__row--8-4--lg{grid-template-rows:8fr 4fr}}.grid__row--7-5{grid-template-rows:7fr 5fr}@media (max-width:767px){.grid__row--7-5--xs{grid-template-rows:7fr 5fr}}@media (min-width:768px){.grid__row--7-5--sm{grid-template-rows:7fr 5fr}}@media (min-width:992px){.grid__row--7-5--md{grid-template-rows:7fr 5fr}}@media (min-width:1200px){.grid__row--7-5--lg{grid-template-rows:7fr 5fr}}.grid__row--6-6{grid-template-rows:6fr 6fr}@media (max-width:767px){.grid__row--6-6--xs{grid-template-rows:6fr 6fr}}@media (min-width:768px){.grid__row--6-6--sm{grid-template-rows:6fr 6fr}}@media (min-width:992px){.grid__row--6-6--md{grid-template-rows:6fr 6fr}}@media (min-width:1200px){.grid__row--6-6--lg{grid-template-rows:6fr 6fr}}.grid__row--5-7{grid-template-rows:5fr 7fr}@media (max-width:767px){.grid__row--5-7--xs{grid-template-rows:5fr 7fr}}@media (min-width:768px){.grid__row--5-7--sm{grid-template-rows:5fr 7fr}}@media (min-width:992px){.grid__row--5-7--md{grid-template-rows:5fr 7fr}}@media (min-width:1200px){.grid__row--5-7--lg{grid-template-rows:5fr 7fr}}.grid__row--4-8{grid-template-rows:4fr 8fr}@media (max-width:767px){.grid__row--4-8--xs{grid-template-rows:4fr 8fr}}@media (min-width:768px){.grid__row--4-8--sm{grid-template-rows:4fr 8fr}}@media (min-width:992px){.grid__row--4-8--md{grid-template-rows:4fr 8fr}}@media (min-width:1200px){.grid__row--4-8--lg{grid-template-rows:4fr 8fr}}.grid__row--3-9{grid-template-rows:3fr 9fr}@media (max-width:767px){.grid__row--3-9--xs{grid-template-rows:3fr 9fr}}@media (min-width:768px){.grid__row--3-9--sm{grid-template-rows:3fr 9fr}}@media (min-width:992px){.grid__row--3-9--md{grid-template-rows:3fr 9fr}}@media (min-width:1200px){.grid__row--3-9--lg{grid-template-rows:3fr 9fr}}.grid__row--2-10{grid-template-rows:2fr 10fr}@media (max-width:767px){.grid__row--2-10--xs{grid-template-rows:2fr 10fr}}@media (min-width:768px){.grid__row--2-10--sm{grid-template-rows:2fr 10fr}}@media (min-width:992px){.grid__row--2-10--md{grid-template-rows:2fr 10fr}}@media (min-width:1200px){.grid__row--2-10--lg{grid-template-rows:2fr 10fr}}.grid__row--1-11{grid-template-rows:1fr 11fr}@media (max-width:767px){.grid__row--1-11--xs{grid-template-rows:1fr 11fr}}@media (min-width:768px){.grid__row--1-11--sm{grid-template-rows:1fr 11fr}}@media (min-width:992px){.grid__row--1-11--md{grid-template-rows:1fr 11fr}}@media (min-width:1200px){.grid__row--1-11--lg{grid-template-rows:1fr 11fr}}.grid__row--0-12{grid-template-rows:0fr 12fr}@media (max-width:767px){.grid__row--0-12--xs{grid-template-rows:0fr 12fr}}@media (min-width:768px){.grid__row--0-12--sm{grid-template-rows:0fr 12fr}}@media (min-width:992px){.grid__row--0-12--md{grid-template-rows:0fr 12fr}}@media (min-width:1200px){.grid__row--0-12--lg{grid-template-rows:0fr 12fr}}.gap-4{gap:4px}.gap-40{gap:40px!important}@media (max-width:767px){.gap-xs-40{gap:40px!important}}@media (min-width:768px){.gap-sm-40{gap:40px!important}}@media (min-width:992px){.gap-md-40{gap:40px!important}}@media (min-width:1200px){.gap-lg-40{gap:40px!important}}.gap-32{gap:32px!important}@media (max-width:767px){.gap-xs-32{gap:32px!important}}@media (min-width:768px){.gap-sm-32{gap:32px!important}}@media (min-width:992px){.gap-md-32{gap:32px!important}}@media (min-width:1200px){.gap-lg-32{gap:32px!important}}.gap-24{gap:24px!important}@media (max-width:767px){.gap-xs-24{gap:24px!important}}@media (min-width:768px){.gap-sm-24{gap:24px!important}}@media (min-width:992px){.gap-md-24{gap:24px!important}}@media (min-width:1200px){.gap-lg-24{gap:24px!important}}.gap-16{gap:16px!important}@media (max-width:767px){.gap-xs-16{gap:16px!important}}@media (min-width:768px){.gap-sm-16{gap:16px!important}}@media (min-width:992px){.gap-md-16{gap:16px!important}}@media (min-width:1200px){.gap-lg-16{gap:16px!important}}.gap-8{gap:8px!important}@media (max-width:767px){.gap-xs-8{gap:8px!important}}@media (min-width:768px){.gap-sm-8{gap:8px!important}}@media (min-width:992px){.gap-md-8{gap:8px!important}}@media (min-width:1200px){.gap-lg-8{gap:8px!important}}.gap-0{gap:0!important}@media (max-width:767px){.gap-xs-0{gap:0!important}}@media (min-width:768px){.gap-sm-0{gap:0!important}}@media (min-width:992px){.gap-md-0{gap:0!important}}@media (min-width:1200px){.gap-lg-0{gap:0!important}}.grid__row--fit-auto{grid-auto-rows:-webkit-min-content auto -webkit-min-content!important;grid-auto-rows:min-content auto min-content!important}.grid__row--1{grid-template-rows:minmax(0,auto)!important}.content-fullpage,.content-fullpage--md,.content-fullpage--sm{margin-bottom:24px}.card--grid,.card.card--grid{display:grid}.table-responsive.full-page thead th{background-color:var(--table-background,var(--component-background,var(--root-component-background,#fff)));position:sticky;top:0;z-index:10}.sticky-top{background-color:inherit;position:sticky;top:0;z-index:10}.sticky-top.has-sticky-card-header{top:48px}.sticky-bottom{background-color:inherit;bottom:0;position:sticky;z-index:10}.large-padding{padding-left:16px!important;padding-right:16px!important}@media screen and (max-width:767px){.content-fullpage--xs{height:calc(100vh - 90px)}}@media screen and (min-width:768px){.inner-scroll--sm{background-color:inherit;height:100%;overflow:auto}.inner-scroll--sm::-webkit-scrollbar{height:4px;width:4px}.inner-scroll--sm::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.inner-scroll--sm::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.inner-scroll--sm:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.inner-scroll--sm>.list-group:last-child{margin-bottom:0}.large-padding{padding-left:24px!important;padding-right:24px!important}.page-sticky-header{--component-border:var(--gray-8,#ccd2d6)!important;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 4px 5px 1px rgba(0,0,0,.05)!important;box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 4px 5px 1px rgba(0,0,0,.05)!important;color:var(--label-text-color,var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333))));font-size:var(--label-font-size,var(--font-size-base,14px));font-weight:var(--label-font-weight,500);margin-bottom:8px!important;min-height:48px!important;position:sticky!important;text-transform:var(--label-text-transform,none);top:64px;width:100%;z-index:20}.card .page-sticky-header,.collapse .page-sticky-header,.collapsible .page-sticky-header{display:none!important}.page-sticky-header.c8y-list__item{padding-bottom:4px;padding-top:4px}.page-sticky-header label,.page-sticky-header p{margin:0}.card-group.interact-grid .page-sticky-header{display:none}.card-group.interact-list .page-sticky-header{background-color:var(--component-background,var(--root-component-background,#fff));margin:0 12px}.dd-low .page-sticky-header{padding-bottom:0!important;padding-top:0!important}.dd-low .page-sticky-header.c8y-list__item{padding-bottom:4px!important;padding-top:4px!important}.has-tabs.horizontal-tabs .page-sticky-header{top:127px}.has-action-bar .page-sticky-header{top:110px}.has-tabs.horizontal-tabs.has-action-bar .page-sticky-header{top:176px}.content-fullpage--md,.content-fullpage--sm{height:calc(100vh - 112px);margin-bottom:0!important}.has-action-bar .content-fullpage--md,.has-action-bar .content-fullpage--sm,.has-tabs.horizontal-tabs .content-fullpage--md,.has-tabs.horizontal-tabs .content-fullpage--sm{height:calc(100vh - 160px)}.has-tabs.horizontal-tabs.has-action-bar .content-fullpage--md,.has-tabs.horizontal-tabs.has-action-bar .content-fullpage--sm{height:calc(100vh - 224px)}.card.card--fullpage{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 112px)}.card.card--fullpage>.card-block,.card.card--fullpage>.card-footer,.card.card--fullpage>.card-header,.card.card--fullpage>.inner-scroll>.card-block{padding-left:24px;padding-right:24px}.card.card--fullpage::-webkit-scrollbar{height:4px;width:4px}.card.card--fullpage::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.card.card--fullpage::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.card.card--fullpage:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.has-action-bar .card.card--fullpage,.has-tabs.horizontal-tabs .card.card--fullpage{max-height:calc(100vh - 160px)}.has-tabs.horizontal-tabs.has-action-bar .card.card--fullpage{max-height:calc(100vh - 224px)}}@media screen and (min-width:992px){.content-fullpage,.content-fullpage--md{height:calc(100vh - 112px);margin-bottom:0!important}.has-action-bar .content-fullpage,.has-action-bar .content-fullpage--md,.has-tabs.horizontal-tabs .content-fullpage,.has-tabs.horizontal-tabs .content-fullpage--md{height:calc(100vh - 160px)}.has-tabs.horizontal-tabs.has-action-bar .content-fullpage,.has-tabs.horizontal-tabs.has-action-bar .content-fullpage--md{height:calc(100vh - 224px)}.inner-scroll--md{background-color:inherit;height:100%;overflow:auto}.inner-scroll--md::-webkit-scrollbar{height:4px;width:4px}.inner-scroll--md::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.inner-scroll--md::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.inner-scroll--md:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.inner-scroll--md>.list-group:last-child{margin-bottom:0}}@media screen and (min-width:1200px){.page-sticky-header{position:sticky!important;top:64px}.has-tabs.horizontal-tabs .page-sticky-header{top:112px}.has-tabs.horizontal-tabs.has-action-bar .page-sticky-header{top:160px}.content-fullpage,.content-fullpage--md,.content-fullpage--sm{height:calc(100vh - 112px);margin-bottom:0!important}.has-action-bar .content-fullpage,.has-action-bar .content-fullpage--md,.has-action-bar .content-fullpage--sm,.has-tabs.horizontal-tabs .content-fullpage,.has-tabs.horizontal-tabs .content-fullpage--md,.has-tabs.horizontal-tabs .content-fullpage--sm{height:calc(100vh - 160px)}.has-tabs.horizontal-tabs.has-action-bar .content-fullpage,.has-tabs.horizontal-tabs.has-action-bar .content-fullpage--md,.has-tabs.horizontal-tabs.has-action-bar .content-fullpage--sm{height:calc(100vh - 208px)}}.bottom-drawer{background-color:var(--component-background,var(--root-component-background,#fff));bottom:0;overflow-y:auto;position:fixed;right:10px;top:70px;-webkit-transform:translateY(100vh);transform:translateY(100vh);-webkit-transition:width .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:width .4s ease-in-out,-webkit-transform .4s ease-in-out;-o-transition:transform .4s ease-in-out,width .4s ease-in-out;transition:transform .4s ease-in-out,width .4s ease-in-out;transition:transform .4s ease-in-out,width .4s ease-in-out,-webkit-transform .4s ease-in-out;width:calc(100vw - 20px);z-index:1030}.drawerOpen .bottom-drawer{-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-transform:translate(0);transform:translate(0)}@media (min-width:1200px){.bottom-drawer{right:24px;width:calc(100vw - 48px)}.open .bottom-drawer{width:calc(100vw - 288px)}}.split-view__detail,.split-view__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--component-background,var(--root-component-background,#fff));border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (max-width:991px){.split-view--5-7,.split-view--7-5,.split-view--8-4{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 108px);margin-bottom:0!important;overflow:hidden;position:relative}.split-view--5-7{height:calc(100vh - 108px)}.split-view--7-5,.split-view--8-4{height:calc(100vh - 166px)}.split-view__list{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:auto}.split-view__detail{left:100%;min-height:calc(100vh - 200px);position:absolute;top:0;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out;width:100%;z-index:100}.split-view__detail--selected{left:0}}@media (max-width:767px){.split-view--5-7,.split-view--7-5,.split-view--8-4{height:calc(100vh - 82px)}}@media (min-width:992px){.split-view--5-7,.split-view--7-5,.split-view--8-4{display:grid!important;grid-template-rows:-webkit-min-content auto;grid-template-rows:min-content auto}.split-view--5-7{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.split-view--7-5{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}.split-view--8-4{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content ol,.markdown-content p,.markdown-content ul{margin-bottom:1rem;max-width:800px}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5{font-weight:500;margin-bottom:2rem}.markdown-content h2{border-bottom:1px dotted var(--gray-5,#677680);border-top:1px solid var(--gray-5,#677680);margin:2rem 0;padding:2rem 0}.markdown-content img{height:auto;max-width:100%}.caret{display:inline-block;margin-top:-2px;position:relative;vertical-align:inherit;width:.8em}.caret:after{left:4px}.caret:after,.dropdown-caret:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;color:var(--form-control-icon-color,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));content:"\f101";display:inline-block;font-family:c8y-glyphs!important;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.dropdown-caret:after{right:5px}.dropdown,.dropup{display:inline-block;position:relative}.dropdown,.dropdown *,.dropup,.dropup *{--component-background:var(--dropdown-background);--component-color:var(--dropdown-color);--component-odd-background:var(--dropdown-odd-background);--component-active-background:var(--dropdown-active-background);--component-active-color:var(--dropdown-active-color);--component-expanded-background:var(--dropdown-expanded-background);--component-expanded-color:var(--dropdown-expanded-color);--component-border:var(--dropdown-border);--component-input-border:var(--dropdown-input-border);--component-link-color:var(--dropdown-link-color);--component-link-color-hover:var(--dropdown-link-color-hover);--link-color:var(--dropdown-link-color);--link-color-hover:var(--dropdown-link-color-hover);--component-actions-color:var(--dropdown-actions-color);--component-actions-color-hover:var(--dropdown-actions-color-hover);--component-actions-opacity:var(--dropdown-actions-opacity);--component-label-color:var(--dropdown-label-color);--component-legend-color:var(--dropdown-legend-color);--component-placeholder-color:var(--dropdown-placeholder-color);--component-focus-color:var(--dropdown-focus-color);--component-focus-background:var(--dropdown-focus-background);--component-focus-border:var(--dropdown-focus-border);--component-text-muted:var(--dropdown-text-muted);--component-highlight-color:var(--dropdown-highlight-color);--component-brand-primary:var(--dropdown-brand-primary);--component-realtime-added:var(--dropdown-realtime-added);--component-pulse-color:var(--dropdown-pulse-color);--component-spinner-color:var(--dropdown-spinner-color);--component-disabled-color:var(--dropdown-disabled-color);--component-disabled-opacity:var(--dropdown-disabled-opacity);--component-icon-white-color-light:var(--dropdown-icon-white-color-light);--component-icon-white-color-dark:var(--dropdown-icon-white-color-dar);--component-icon-dark-color-light:var(--dropdown-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--dropdown-icon-dark-color-dark);--component-icon-color:var(--dropdown-icon-color);--component-scrollbar-track:var(--dropdown-scrollbar-track);--component-scrollbar-thumb:var(--dropdown-scrollbar-thumb);--component-padding:var(--dropdown-padding)}.dropdown-toggle:focus{outline:0}.dropdown-menu{background-clip:padding-box;background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));border:0;border-color:transparent;border-radius:0;border-top-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);display:none;float:left;font-size:var(--font-size-base,14px);left:0;list-style:none;margin:-3px 0 0;min-width:160px;padding:0;position:absolute;text-align:left;text-transform:none;top:100%;z-index:1001}.dropdown-menu--date-range{min-width:240px}.dropdown-menu--date-range c8y-wrapper-form-field>.form-group{margin-bottom:8px}.dropdown-menu--modal{z-index:1051!important}.dropdown-menu--modal .p-l-24{padding-left:16px!important}.dropdown-menu--modal .p-r-24{padding-right:16px!important}.dropdown-menu--modal .m-l-24{margin-left:16px!important}.dropdown-menu--modal .m-r-24{margin-right:16px!important}.dropdown-menu--modal .m-l-16{margin-left:0!important}.dropdown-menu--modal .m-r-16{margin-right:0!important}.dropdown-menu.pull-right{left:auto;right:0}.dropdown-menu .divider{background:-webkit-gradient(linear,left bottom,left top,from(var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))),to(var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))))) var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));background:-o-linear-gradient(bottom,var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))) var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));background:linear-gradient(to top,var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))) var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));height:2px;margin:0!important;overflow:hidden}.dropdown-menu>li a:not(.btn):not(.c8y-asset-selector__btn):not(.btn-add-block),.dropdown-menu>li button:not(.btn):not(.c8y-asset-selector__btn):not(.btn-add-block){background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:0;border-top:1px solid var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));color:var(--dropdown-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));display:block;padding:9px 15px 10px;text-align:left;white-space:nowrap;width:100%}.dropdown-menu>li a:not(.btn):not(.c8y-asset-selector__btn):not(.btn-add-block):hover,.dropdown-menu>li button:not(.btn):not(.c8y-asset-selector__btn):not(.btn-add-block):hover{color:var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));text-decoration:none}.dropdown-menu>li a:not(.btn):not(.c8y-asset-selector__btn):not(.btn-add-block):focus,.dropdown-menu>li button:not(.btn):not(.c8y-asset-selector__btn):not(.btn-add-block):focus{-webkit-box-shadow:inset 0 0 0 1px var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));box-shadow:inset 0 0 0 1px var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));outline:none}.dropdown-menu .divider+li>a,.dropdown-menu>li:first-child a,.dropdown-menu>li:first-child>button{border-top-color:transparent!important}.dropdown-menu>.dropdown-form{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));min-width:250px;padding:16px}.dropdown-menu .form-group.datepicker .uib-datepicker-popup{min-width:281px}.dropdown.open .dropdown-menu-grid-4{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr}.dropdown.open .dropdown-menu-grid-4 li>a{border-width:0;padding:9px 8px;text-align:center;-webkit-transition:-webkit-box-shadow .25s ease;transition:-webkit-box-shadow .25s ease;-o-transition:box-shadow .25s ease;transition:box-shadow .25s ease;transition:box-shadow .25s ease,-webkit-box-shadow .25s ease}.dropdown.open .dropdown-menu-grid-4 li>a.active,.dropdown.open .dropdown-menu-grid-4 li>a:hover{-webkit-box-shadow:inset 0 0 0 2px var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));box-shadow:inset 0 0 0 2px var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));color:var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}.dropdown.open>.dropdown-menu,.uib-dropdown-open>.dropdown-menu{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);display:block;height:auto}.dropdown.open>.dropdown-menu.visible-overflow,.uib-dropdown-open>.dropdown-menu.visible-overflow{overflow:visible}.dropdown.open>.dropdown-menu li,.uib-dropdown-open>.dropdown-menu li{top:0!important}.dropdown.open>a,.uib-dropdown-open>a{outline:0}.dropdown.open.dropup .dropdown-menu li,.uib-dropdown-open.dropup .dropdown-menu li{bottom:0!important;top:auto!important}.dropdown-menu>li>a:not(.btn):focus,.dropdown-menu>li>a:not(.btn):hover{color:var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));text-decoration:none}.dropdown-menu>.active>a:not(.btn),.dropdown-menu>.active>a:not(.btn):focus,.dropdown-menu>.active>a:not(.btn):hover,.dropdown-menu>.active>button:not(.btn),.dropdown-menu>.active>button:not(.btn):focus,.dropdown-menu>.active>button:not(.btn):hover{color:var(--dropdown-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))!important;outline:0;text-decoration:none}.dropdown-menu button[disabled]:not(.btn),.dropdown-menu button[disabled]:not(.btn):focus,.dropdown-menu button[disabled]:not(.btn):hover,.dropdown-menu>.disabled>a:not(.btn),.dropdown-menu>.disabled>a:not(.btn):focus,.dropdown-menu>.disabled>a:not(.btn):hover{color:var(--dropdown-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))!important}.dropdown-menu button[disabled]:not(.btn):focus,.dropdown-menu button[disabled]:not(.btn):hover,.dropdown-menu>.disabled>a:not(.btn):focus,.dropdown-menu>.disabled>a:not(.btn):hover{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));background-image:none;color:var(--dropdown-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))!important;cursor:not-allowed;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration:none}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-right-grid{left:auto;right:9px}.dropdown-menu-left{left:0;right:auto}.uib-dropdown-open .dropdown-menu-action-bar{max-height:calc(100vh - 112px);overflow:auto;position:fixed;top:112px!important}.dropdown-header{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));border-top:1px solid rgba(0,0,0,.05);color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))!important;display:block;font-size:10px!important;line-height:var(--line-height-base,1.42857143);padding:4px 15px 3px;text-transform:uppercase!important}.dropdown-header:not(:first-child){border-top:2px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.dropdown-backdrop{bottom:0;left:0;position:fixed;right:0;top:0;z-index:991}.pull-right>.dropdown-menu{left:auto;right:0}@media (min-width:1200px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-grid{left:auto;right:9px}.navbar-right .dropdown-menu-left{left:0;right:auto}}.more-wrapper .dropdown-menu>li>.btn.btn-link{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));border-top:1px solid var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));color:var(--dropdown-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));display:block;font-weight:400;line-height:var(--line-height-base,1.42857143);padding:10px 15px 9px!important;text-align:left;white-space:nowrap;width:100%}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-bottom:6px solid;border-top:0;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{bottom:100%;margin-bottom:1px;margin-top:0;top:auto}.c8y-dropdown{display:inline-block;margin:0;position:relative}.c8y-dropdown:not(.btn){background-color:transparent;background-image:none;border:0;border-radius:0;color:var(--dropdown-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));padding:10px}.c8y-dropdown:hover,.open .c8y-dropdown{text-decoration:none}.c8y-dropdown:hover>span,.open .c8y-dropdown>span{position:relative;z-index:10}.c8y-dropdown [class*=" dlt-c8y-icon-"],.c8y-dropdown [class^=dlt-c8y-icon-]{position:relative}.c8y-dropdown:before{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));bottom:0;content:"";left:0;position:absolute;right:0;top:100%;-webkit-transition:none;-o-transition:none;transition:none;z-index:0}.c8y-dropdown+.dropdown-menu{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;display:block;height:0;margin:-3px 0 0;overflow:hidden}.c8y-dropdown+.dropdown-menu>li a:not(.btn),.c8y-dropdown+.dropdown-menu>li button:not(.btn){background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:0;border-top:1px solid var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));color:var(--dropdown-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));display:block;padding:9px 16px 10px;text-align:left;white-space:nowrap;width:100%}.c8y-dropdown+.dropdown-menu>li a:not(.btn):hover,.c8y-dropdown+.dropdown-menu>li button:not(.btn):hover{color:var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));text-decoration:none}.btn-group.open .c8y-dropdown:not([aria-expanded=false]):not(.btn),.btn-group.open .c8y-dropdown[aria-expanded=true]:not(.btn),.dropdown.open .c8y-dropdown:not([aria-expanded=false]):not(.btn),.dropdown.open .c8y-dropdown[aria-expanded=true]:not(.btn),.dropdown[dropdown-append-to-body=true] .c8y-dropdown:not([aria-expanded=false]):not(.btn),.dropdown[dropdown-append-to-body=true] .c8y-dropdown[aria-expanded=true]:not(.btn),[dropdown].open .c8y-dropdown:not([aria-expanded=false]):not(.btn),[dropdown].open .c8y-dropdown[aria-expanded=true]:not(.btn){-webkit-box-shadow:none;box-shadow:none;color:var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));opacity:1;-webkit-transition:none;-o-transition:none;transition:none}.btn-group.open .c8y-dropdown:not([aria-expanded=false]):not(.btn):before,.btn-group.open .c8y-dropdown[aria-expanded=true]:not(.btn):before,.dropdown.open .c8y-dropdown:not([aria-expanded=false]):not(.btn):before,.dropdown.open .c8y-dropdown[aria-expanded=true]:not(.btn):before,.dropdown[dropdown-append-to-body=true] .c8y-dropdown:not([aria-expanded=false]):not(.btn):before,.dropdown[dropdown-append-to-body=true] .c8y-dropdown[aria-expanded=true]:not(.btn):before,[dropdown].open .c8y-dropdown:not([aria-expanded=false]):not(.btn):before,[dropdown].open .c8y-dropdown[aria-expanded=true]:not(.btn):before{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);top:0}.btn-group.open .c8y-dropdown:not([aria-expanded=false])+.dropdown-menu,.btn-group.open .c8y-dropdown[aria-expanded=true]+.dropdown-menu,.dropdown.open .c8y-dropdown:not([aria-expanded=false])+.dropdown-menu,.dropdown.open .c8y-dropdown[aria-expanded=true]+.dropdown-menu,.dropdown[dropdown-append-to-body=true] .c8y-dropdown:not([aria-expanded=false])+.dropdown-menu,.dropdown[dropdown-append-to-body=true] .c8y-dropdown[aria-expanded=true]+.dropdown-menu,[dropdown].open .c8y-dropdown:not([aria-expanded=false])+.dropdown-menu,[dropdown].open .c8y-dropdown[aria-expanded=true]+.dropdown-menu{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);height:auto}.btn-group.open.dropup .c8y-dropdown,.dropdown.open.dropup .c8y-dropdown,.dropdown[dropdown-append-to-body=true].dropup .c8y-dropdown,[dropdown].open.dropup .c8y-dropdown{position:relative;z-index:1002}.dropup.open .c8y-dropdown:not(.btn),[dropup].open .c8y-dropdown:not(.btn){-webkit-box-shadow:none;box-shadow:none;color:currentColor;opacity:1;-webkit-transition:none;-o-transition:none;transition:none}.dropup.open .c8y-dropdown:not(.btn):before,[dropup].open .c8y-dropdown:not(.btn):before{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));top:0}.dropup.open .c8y-dropdown+.dropdown-menu,.dropup.open .c8y-dropdown:not(.btn):before,[dropup].open .c8y-dropdown+.dropdown-menu,[dropup].open .c8y-dropdown:not(.btn):before{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1)}.dropup.open .c8y-dropdown+.dropdown-menu,[dropup].open .c8y-dropdown+.dropdown-menu{height:auto;z-index:1031}body>.dropdown-menu{background-color:transparent;border:0;height:0;margin:-3px 0 0;overflow:hidden}body>.dropdown-menu>li{position:relative}body>.dropdown-menu>li a:not(.btn),body>.dropdown-menu>li button:not(.btn){background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:0;border-top:1px solid var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:block;padding:10px 15px 9px;text-align:left;white-space:nowrap;width:100%}body>.dropdown-menu>li a:not(.btn):hover,body>.dropdown-menu>li button:not(.btn):hover{color:var(--dropdown-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));text-decoration:none}body.uib-dropdown-open>.dropdown-menu{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);height:auto;z-index:1051!important}body>bs-dropdown-container{z-index:1051!important}[uib-typeahead-popup].dropdown-menu{max-height:200px;overflow:auto;width:100%}[uib-typeahead-popup].dropdown-menu::-webkit-scrollbar{height:4px;width:4px}[uib-typeahead-popup].dropdown-menu::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}[uib-typeahead-popup].dropdown-menu::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}[uib-typeahead-popup].dropdown-menu:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}[uib-typeahead-popup].dropdown-menu:not(.uib-datepicker-popup) li{position:static}.c8y-search-dropdown .input-group-dropdown{z-index:1}.range-display{background-color:var(--component-background,var(--root-component-background,#fff));border:4px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-radius:44px;display:block;min-width:240px;padding:32px 38px 32px 34px;position:relative}.range-display--compact:not(.range-display--vertical) .range-display{padding:8px 10px}.range-display--inline:not(.range-display--vertical) .range-display{border-width:3px;min-width:auto;padding:9px 12px}.range-display--compact:not(.range-display--vertical){-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.range-display--compact:not(.range-display--vertical):before{content:attr(data-label);display:inline-block;font-weight:700;padding-right:8px}.range-display--compact:not(.range-display--vertical) .range-display{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:auto}.range-display__range{background-color:transparent;border-bottom:1px dotted var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));border-radius:0;border-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:4px;left:34px;position:absolute;right:37px}.range-display--compact:not(.range-display--vertical) .range-display__range{left:10px;right:10px}.range-display--inline:not(.range-display--vertical) .range-display__range{left:12px;right:12px}.range-display__range__unit{font-weight:700;position:absolute;top:-24px}.range-display--compact:not(.range-display--vertical) .range-display__range__unit,.range-display--inline:not(.range-display--vertical) .range-display__range__unit{display:none}.range-display__range__max,.range-display__range__min{border-radius:0;height:8px;max-width:100%;position:absolute;top:-4px}.range-display__range__max{background-color:var(--input-validation-error,#e0000e);left:var(--range-r-min);width:calc(var(--range-r-max) - var(--range-r-min))}.range-display__range__min{background-color:var(--input-validation-warning,#ff801f);border-right:1px solid var(--component-background,var(--root-component-background,#fff));left:var(--range-y-min);width:calc(var(--range-y-max) - var(--range-y-min))}.range-display__range__target{pointer-events:none;position:relative;top:-2px;width:var(--measurement-target);z-index:11}.range-display--compact:not(.range-display--vertical) .range-display__range__target,.range-display--inline:not(.range-display--vertical) .range-display__range__target{display:none}.range-display__range__target:before{background-color:#080;border-radius:0;content:"";cursor:pointer;display:block;height:26px;opacity:1;pointer-events:all;position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:2px}.range-display__range__target:after{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#080;border:0;border-radius:8px;color:#fff;content:attr(data-label);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:11px;height:auto;justify-content:center;padding:0 6px;position:absolute;right:0;-webkit-transform:translate(50%,-24px);transform:translate(50%,-24px);white-space:nowrap;width:auto}.range-display__range__current{background-color:transparent;border-top:2px solid var(--brand-light,#5faeec);height:12px;opacity:1;position:absolute;top:4px;-webkit-transition:width .15s ease;-o-transition:width .15s ease;transition:width .15s ease;width:var(--measurement-current);z-index:12}.range-display__range__current:before{border-radius:0;color:transparent;content:"";height:44px;text-align:center;top:-4px;-webkit-transform:translate(50%,-32px);transform:translate(50%,-32px);-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:2px}.range-display__range__current:after,.range-display__range__current:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--gray-3,#394852);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:absolute;right:0}.range-display__range__current:after{border:0;border-radius:8px;-webkit-box-shadow:0 1px 6px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:0 1px 6px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--gray-10,#fbfbfc);content:attr(data-label);font-size:12px;overflow:hidden;padding:0 6px;-webkit-transform:translate(50%,-56px);transform:translate(50%,-56px);-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease;white-space:pre;width:auto}.range-display__ruler{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;border-left:0;border-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:8px;justify-content:space-between;position:relative;width:100%}.range-display__tick{position:relative}.range-display__tick:before{border:0;border-left:1px solid var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));content:"";display:block;height:5px;left:0;position:absolute;top:4px;width:4px}.range-display__tick:after{content:attr(data-label);font-size:12px;left:50%;position:absolute;text-align:center;top:0;-webkit-transform:translate(-50%,14px);transform:translate(-50%,14px)}.range-display--compact:not(.range-display--vertical) .range-display__tick:after{top:4px}.range-display--compact:not(.range-display--vertical) .range-display__tick:not(:first-child):not(:last-child):not(:nth-child(6)):after,.range-display--inline:not(.range-display--vertical) .range-display__tick:not(:first-child):not(:last-child):not(:nth-child(6)):after,.range-display--inline:not(.range-display--vertical) .range-display__tick:not(:first-child):not(:last-child):not(:nth-child(6)):before{display:none}.range-display--inline:not(.range-display--vertical) .range-display__tick:first-child:before,.range-display--inline:not(.range-display--vertical) .range-display__tick:last-child:before,.range-display--inline:not(.range-display--vertical) .range-display__tick:nth-child(6):before{height:3px}.range-display--inline:not(.range-display--vertical) .range-display__tick:first-child:after,.range-display--inline:not(.range-display--vertical) .range-display__tick:last-child:after,.range-display--inline:not(.range-display--vertical) .range-display__tick:nth-child(6):after{font-size:10px}.range-display--inline:not(.range-display--vertical) .range-display__tick:first-child:after{-webkit-transform:translateY(5px);transform:translateY(5px)}.range-display--inline:not(.range-display--vertical) .range-display__tick:nth-child(6):after{-webkit-transform:translate(-50%,5px);transform:translate(-50%,5px)}.range-display--inline:not(.range-display--vertical) .range-display__tick:last-child:after{-webkit-transform:translate(-100%,5px);transform:translate(-100%,5px)}.range-display--vertical{height:100%}.range-display--vertical,.range-display--vertical .range-display{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.range-display--vertical .range-display{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 auto;min-height:240px;min-width:unset;padding:38px 32px 34px;width:80px}.range-display--vertical .range-display__range{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-bottom:0;border-radius:0;border-right:1px dotted var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));border-top:0;bottom:34px;-ms-flex-direction:column;flex-direction:column;height:unset;left:28px;right:32px;top:38px;width:4px}.range-display--vertical .range-display__range__unit{bottom:-24px;top:unset}.range-display--vertical .range-display__range__max,.range-display--vertical .range-display__range__min{border-radius:0;height:unset;left:-4px;max-width:100%;position:absolute;top:unset;width:8px}.range-display--vertical .range-display__range__max{background-color:var(--input-validation-error,#e0000e);height:calc(var(--range-r-max) - var(--range-r-min));left:unset;top:calc(100% - var(--range-r-max))}.range-display--vertical .range-display__range__min{border-right:unset;border-top:1px solid var(--component-background,var(--root-component-background,#fff));height:calc(var(--range-y-max) - var(--range-y-min));left:unset;top:calc(100% - var(--range-y-max))}.range-display--vertical .range-display__range__target{height:calc(100% - var(--measurement-target));left:-2px;top:unset;width:unset}.range-display--vertical .range-display__range__target:before{bottom:0;content:"";height:2px;left:0;right:unset;top:unset;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);width:26px}.range-display--vertical .range-display__range__target:after{bottom:0;right:unset;-webkit-transform:translate(-40px,50%);transform:translate(-40px,50%)}.range-display--vertical .range-display__range__current{background-color:transparent;border-left:2px solid var(--brand-light,#5faeec);border-top:unset;bottom:0;height:var(--measurement-current);left:4px;opacity:1;top:unset;width:12px}.range-display--vertical .range-display__range__current:before{-webkit-box-orient:vertical;-webkit-box-direction:normal;bottom:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:2px;left:-12px;right:unset;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:32px}.range-display--vertical .range-display__range__current:after{left:0;margin-left:-20px;right:unset;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.range-display--vertical .range-display__ruler{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-pack:justify;-ms-flex-pack:justify;border-left:0;border-top:0;-ms-flex-flow:column-reverse nowrap;flex-flow:column-reverse nowrap;flex-grow:1;justify-content:space-between;position:relative;width:8px}.range-display--vertical .range-display__tick{position:relative}.range-display--vertical .range-display__tick:before{border:0;border-top:1px solid var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));content:"";display:block;height:5px;left:0;position:absolute;top:0;width:4px}.range-display--vertical .range-display__tick:after{content:attr(data-label);font-size:12px;left:50%;position:absolute;text-align:center;top:0;-webkit-transform:translate(4px,-50%);transform:translate(4px,-50%)}.breadcrumbs-container{color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));display:block;font-size:12px;overflow:visible}.breadcrumbs-container .breadcrumbs.text-muted{color:inherit}.breadcrumbs-container .text-muted{opacity:1!important}.breadcrumbs-container.multiple{padding-left:14px;position:relative}.breadcrumbs-container.multiple .btn-show-all-breadcrumbs{position:absolute}.breadcrumbs-container.multiple .breadcrumbs{width:100%}.breadcrumbs-container.multiple.open{background-color:var(--header-color,var(--header-dark-color,#fff));-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);margin-left:-5px;padding-left:19px}.breadcrumbs-container.multiple.open .btn-show-all-breadcrumbs{left:5px}.breadcrumbs-container li{display:inline-block}.breadcrumbs-container li:last-child>a{color:inherit}.breadcrumbs-container li>span{display:inline-block;min-width:14px;text-align:center}.breadcrumbs-container ul{margin:0}.breadcrumbs-container .btn-show-all-breadcrumbs{background-color:transparent;background-image:none;border:0;color:var(--brand-primary,#1776bf);font-size:14px;left:0;line-height:13px;margin:0;padding:0;text-align:left;top:0;width:12px}.breadcrumbs-container .btn-show-all-breadcrumbs [class*=" dlt-c8y-icon-"],.breadcrumbs-container .btn-show-all-breadcrumbs [class^=dlt-c8y-icon-]{line-height:12px;width:7px}.breadcrumbs-container .btn-show-all-breadcrumbs:focus{outline:none}.breadcrumbs-container .breadcrumbs{font-size:12px;list-style:none;margin:0!important;overflow:hidden;padding:0!important}.breadcrumbs-container .breadcrumbs>li{display:block;display:inline-block;max-width:100%!important;max-width:150px;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.breadcrumbs-container .breadcrumbs>li:last-child>a{color:inherit}.breadcrumbs-container .breadcrumbs>li>span{display:inline-block;min-width:14px;text-align:center;vertical-align:top}.add-card,.card.add-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--component-background,var(--root-component-background,#fff));border:0;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;justify-content:center;min-height:90px;text-align:center;text-decoration:none;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.add-card .c8y-icon,.add-card .c8y-icon.c8y-icon-duocolor,.add-card [class*=" dlt-c8y-icon-"],.add-card [class^=dlt-c8y-icon-],.card.add-card .c8y-icon,.card.add-card .c8y-icon.c8y-icon-duocolor,.card.add-card [class*=" dlt-c8y-icon-"],.card.add-card [class^=dlt-c8y-icon-]{font-size:36px;margin-bottom:10px;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.add-card .c8y-icon+br,.add-card .c8y-icon.c8y-icon-duocolor+br,.add-card [class*=" dlt-c8y-icon-"]+br,.add-card [class^=dlt-c8y-icon-]+br,.card.add-card .c8y-icon+br,.card.add-card .c8y-icon.c8y-icon-duocolor+br,.card.add-card [class*=" dlt-c8y-icon-"]+br,.card.add-card [class^=dlt-c8y-icon-]+br{display:none}.add-card .c8y-icon:after,.card.add-card .c8y-icon:after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.add-card:hover,.card.add-card:hover{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1)}.add-card:hover [class*=" dlt-c8y-icon-"],.add-card:hover [class^=dlt-c8y-icon-],.card.add-card:hover [class*=" dlt-c8y-icon-"],.card.add-card:hover [class^=dlt-c8y-icon-]{-webkit-transform:scale(1.1);transform:scale(1.1)}.add-card:active,.add-card:focus,.card.add-card:active,.card.add-card:focus{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1),inset 0 0 0 2px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1),inset 0 0 0 2px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.add-card.disabled,.card.add-card.disabled{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);cursor:not-allowed;opacity:.5}.close{color:var(--gray-5,#677680);float:right;font-size:30.54px;font-weight:lighter;line-height:16px;text-shadow:0 0 0 transparent}.close:focus,.close:hover{color:var(--gray-4,#58656d);cursor:pointer;text-decoration:none}button.close{-webkit-appearance:none;background:transparent;border:0;cursor:pointer;padding:0}button.close:focus{outline:none}.tooltip{word-wrap:normal;display:block;filter:alpha(opacity=0);font-family:var(--font-family-base,var(--font-family-base,var(--font-family-sans-serif,"Roboto",Helvetica,Arial,sans-serif)));font-size:calc(var(--font-size-base, 14px)*.85);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:var(--line-height-base,1.42857143);opacity:0;position:absolute;text-align:left;text-align:flex-start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.in{filter:alpha(opacity=95);opacity:.95}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{background-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-radius:3px;color:var(--tooltip-color,#fff);max-width:200px;padding:3px 8px;text-align:center;white-space:pre-wrap}.tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.tooltip.top .tooltip-arrow{border-top-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{border-top-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-width:5px 5px 0;bottom:0;margin-bottom:-5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{border-right-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.tooltip.left .tooltip-arrow{border-left-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.tooltip.bottom .tooltip-arrow{border-bottom-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.tooltip.bottom-left .tooltip-arrow{right:5px}.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-bottom-color:var(--tooltip-background,var(--brand-dark,#0b385b));border-width:0 5px 5px;margin-top:-5px;top:0}.tooltip.bottom-right .tooltip-arrow{left:5px}bs-tooltip-container{left:-9999px;top:-9999px}.card{fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)));--hr-border:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));--label-text-color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));--legend-text-color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));--link-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));--link-color-hover:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));background:var(--component-background,var(--root-component-background,#fff));border-radius:var(--card-border-radius,2px);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;margin-bottom:24px/2;padding:0;position:relative}.card,.card *{--component-background:var(--card-background);--component-color:var(--card-color);--component-odd-background:var(--card-odd-background);--component-active-background:var(--card-active-background);--component-active-color:var(--card-active-color);--component-expanded-background:var(--card-expanded-background);--component-expanded-color:var(--card-expanded-color);--component-border:var(--card-border);--component-input-border:var(--card-input-border);--component-link-color:var(--card-link-color);--component-link-color-hover:var(--card-link-color-hover);--link-color:var(--card-link-color);--link-color-hover:var(--card-link-color-hover);--component-actions-color:var(--card-actions-color);--component-actions-color-hover:var(--card-actions-color-hover);--component-actions-opacity:var(--card-actions-opacity);--component-label-color:var(--card-label-color);--component-legend-color:var(--card-legend-color);--component-placeholder-color:var(--card-placeholder-color);--component-focus-color:var(--card-focus-color);--component-focus-background:var(--card-focus-background);--component-focus-border:var(--card-focus-border);--component-text-muted:var(--card-text-muted);--component-highlight-color:var(--card-highlight-color);--component-brand-primary:var(--card-brand-primary);--component-realtime-added:var(--card-realtime-added);--component-pulse-color:var(--card-pulse-color);--component-spinner-color:var(--card-spinner-color);--component-disabled-color:var(--card-disabled-color);--component-disabled-opacity:var(--card-disabled-opacity);--component-icon-white-color-light:var(--card-icon-white-color-light);--component-icon-white-color-dark:var(--card-icon-white-color-dar);--component-icon-dark-color-light:var(--card-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--card-icon-dark-color-dark);--component-icon-color:var(--card-icon-color);--component-scrollbar-track:var(--card-scrollbar-track);--component-scrollbar-thumb:var(--card-scrollbar-thumb);--component-padding:var(--card-padding)}.card .text-muted{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))}.card.active{background:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.card .expanded,.card.expanded{background:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.card a:not([class]){color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.card a:not([class]):hover{color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))))}.hide-inner-cards .card{-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.hide-inner-cards .card .card-inner-scroll{overflow:unset;position:unset}@media (min-width:768px){.card{margin-bottom:24px}}.card.card-highlight{border:3px solid var(--card-highlight-color,var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf))))}.card>hr{margin:0}.card.danger{background-color:#e0000e;color:#fff}.card.danger .card-subtitle{color:#fff}.card.warning{background-color:#ff801f;color:#fff}.card.warning .card-subtitle{color:#fff}.card.success{background-color:#080;color:#fff}.card.success .card-subtitle{color:#fff}.card.info{background-color:#1c8ce3;color:#fff}.card.info .card-subtitle{color:#fff}.card.brand{background-color:var(--brand-primary,#1776bf);color:#fff}.card.brand .card-subtitle{color:#fff}.card.not-active{background:transparent;cursor:default;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:var(--card-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}.card-has-tabs .nav.nav-tabs{padding:0 16px}.card-has-tabs .nav.nav-tabs .nav-item{padding-top:7px}.card-has-tabs .nav.nav-tabs .nav-item:last-child:first-child{display:none}.card-has-tabs .tab-container{height:100%}.card-has-tabs .tab-container,.card-has-tabs .tab-container .tab-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-has-tabs .tab-container .tab-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-height:100%}.card-has-tabs .tab-container .tab-content .card--grid,.card-has-tabs .tab-container .tab-content .tab-pane{height:100%}.card-tabs-wrapper{display:contents}.card-tabs-wrapper .nav-tabs{padding-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px);padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card-tabs-wrapper .tab-content{display:contents}.card-tabs-wrapper .tab-pane .card{margin-bottom:0}@media (min-width:992px){.card-tabs-wrapper .tab-pane{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:10rem;overflow:auto}.card-tabs-wrapper .tab-pane::-webkit-scrollbar{height:4px;width:4px}.card-tabs-wrapper .tab-pane::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.card-tabs-wrapper .tab-pane::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.card-tabs-wrapper .tab-pane:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}}.page-footer{border-top:0;min-height:56px}.card-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:14px calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card-header.separator{-webkit-box-shadow:inset 0 -1px 0 var(--card-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--card-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.card-header .card-bulk-check,.card-header .card-icon,.card-header .card-title{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-right:8px}.card-header .card-bulk-check{max-height:20px}.card-header .card-icon{min-width:30px}.card-header .card-icon,.card-header .card-title .statusContainer{font-size:20px}.interact-list .card-header .card-icon,.interact-list .card-header .card-title .statusContainer{font-size:20px;margin-top:0;max-height:20px}.interact-list .card-header .card-icon .c8y-icon,.interact-list .card-header .card-title .statusContainer .c8y-icon{vertical-align:top}.card-header .card-title .statusContainer{line-height:1}.card-header .card-icon{font-size:22px;line-height:1;margin-top:-6px;max-height:20px}.card-header .card-title,.card-header .card-title.h4,.card-header h4,.card-header h4.card-title{font-size:18px;font-weight:500;height:auto;min-height:18px}.card-header:not(.separator)+.card-block{padding-top:0}.card-appicon{font-size:36px;height:66px;line-height:1;padding:24px 8px 0}.card-header .card-title{margin:0;overflow:hidden;padding:0;-o-text-overflow:ellipsis;text-overflow:ellipsis}.interact-grid .card-header .card-title{line-height:1.15}.interact-list .card-header .card-title{font-size:var(--font-size-base,14px);font-weight:400;height:auto}.card-subtitle{color:var(--card-text-muted,var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680))));font-size:110%;margin:4px 0 0;width:100%}.card-inner-scroll{overflow-y:auto;position:relative}@media screen and (min-width:1200px){.c8y-alarm-list .card-inner-scroll{height:50vh}}.card-inner-scroll>p{padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card-inner-scroll>p:first-child{padding-top:10px}.card-inner-scroll svg{padding-bottom:4px;padding-top:4px}.card-header-actions-no-title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:4px;justify-content:flex-start;padding:0 4px 0 8px;position:absolute;width:100%;z-index:13}.card-header-actions-no-title .card-header-title{display:none}.card-header-actions-no-title .header-actions{margin-right:-20px;margin-top:-6px}.card-header-actions-no-title .header-actions .optionsBtn:not(.open){background-color:var(--card-background,var(--component-background,var(--root-component-background,#fff)));border-radius:50%;opacity:0}.card-block{min-height:56px;overflow:hidden;padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px);-o-text-overflow:ellipsis;text-overflow:ellipsis}.card-block p:last-child{margin-bottom:0}.card-block hr{margin:8px calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1)}.card-block .flex-row.row{margin-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1);margin-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1)}.card-footer{padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}@media (min-width:768px){.card-footer .btn:not(.btn-xs){min-width:100px}}.card-footer.separator{-webkit-box-shadow:inset 0 1px 0 var(--card-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--card-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.card-actions{position:absolute;right:0;top:8px}.card-actions.collapsible{width:80px}.card-actions.collapsible,.card-actions>.dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.card-actions>.dropdown{-webkit-box-ordinal-group:1001;-ms-flex-order:1000;order:1000}.card-actions .dropdown>.c8y-dropdown,.card-actions>.btn{min-width:40px;padding:8px 11.25px}.card-actions .dropdown>.c8y-dropdown>[class*=" dlt-c8y-icon-"],.card-actions .dropdown>.c8y-dropdown>[class^=dlt-c8y-icon-],.card-actions>.btn>[class*=" dlt-c8y-icon-"],.card-actions>.btn>[class^=dlt-c8y-icon-]{-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.card-actions .btn-collapse.active{background-color:transparent;opacity:1}.card-actions .btn-collapse.active [class*=" dlt-c8y-icon-"],.card-actions .btn-collapse.active [class^=dlt-c8y-icon-]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.card-actions .btn-link,.card-actions .dropdown-toggle{color:var(--card-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));opacity:var(--card-actions-opacity,var(--component-actions-opacity,var(--root-component-actions-opacity,.5)))}.card-actions .btn-link:hover,.card-actions .dropdown-toggle:hover{opacity:1;text-decoration:none}.card-actions .btn-link[disabled],.card-actions .dropdown-toggle[disabled]{color:var(--card-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))!important;cursor:not-allowed!important;opacity:var(--card-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))!important;pointer-events:auto!important}.card-actions .btn-link.active,.card-actions .dropdown.open .dropdown-toggle{opacity:1}.card-actions-group{padding:10px calc(var(--component-padding, var(--root-component-padding, 16))*1px);text-align:center}.card-actions-group.separator{-webkit-box-shadow:inset 0 1px 0 var(--card-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--card-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.card-actions-group a:not(.btn),.card-actions-group button:not(.btn){background-color:transparent;background-image:none;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:var(--card-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));font-size:10px;font-weight:700;line-height:1.5;padding:1px 5px;text-transform:uppercase}.card-actions-group a:not(.btn):focus,.card-actions-group a:not(.btn):hover,.card-actions-group button:not(.btn):focus,.card-actions-group button:not(.btn):hover{color:var(--card-brand-primary,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));outline:none;text-decoration:none}.card-actions-group .btn-xs{margin-bottom:3px;margin-top:3px}.card-header-actions{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;justify-content:flex-start;padding:0 0 0 calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card-header-actions:after{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.1);box-shadow:0 2px 3px rgba(0,0,0,.1);content:"";display:block;height:4px;left:0;position:absolute;top:44px;width:100%;z-index:10}.card-header-actions.no-scroll:after,c8y-alarm-list .card-header-actions:after{display:none}.card-header-actions.critical .card-icon,.card-header-actions.critical .card-title{background-color:#e0000e;color:#fff}.card-header-actions.critical .title{opacity:1}.card-header-actions.major .card-icon,.card-header-actions.major .card-title{background-color:#e66400;color:#fff}.card-header-actions.major .title{opacity:1}.card-header-actions.minor .card-icon,.card-header-actions.minor .card-title{background-color:#ff801f;color:#fff}.card-header-actions.minor .title{opacity:1}.card-header-actions.warning .card-icon,.card-header-actions.warning .card-title{background-color:#1c8ce3;color:#fff}.card-header-actions.warning .title{opacity:1}.card-header-actions .card-title{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:stretch;align-items:center;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:calc(var(--font-size-base, 14px)*.85);min-height:48px;padding:0}.card-header-actions .card-title>span{text-transform:uppercase}.card-header-actions .card-icon{-ms-flex-item-align:stretch;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1);text-align:center;width:48px}.card-header-actions .card-icon+.card-title{padding:0 16px 0 0}.card-header-actions .header-actions{margin-left:auto}.card-header-actions .header-actions .btn-link{color:var(--card-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));min-width:40px}.card-header-actions .header-actions .btn-link:hover{color:var(--card-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));opacity:.8;text-decoration:none}.card-header-actions .header-actions .btn-link:focus{opacity:1;outline:none;text-decoration:none}.card-header-actions .header-actions .btn+.btn{margin:0}.card-header-actions .header-actions .optionsBtn{margin-right:4px}.card-header-actions .header-actions .optionsBtn .btnIcon{color:var(--card-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));min-width:40px;opacity:var(--card-actions-opacity,var(--component-actions-opacity,var(--root-component-actions-opacity,.5)));text-align:center}.card-header-actions .header-actions .optionsBtn .btnIcon:hover{color:var(--card-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));opacity:1}.card-header-actions+.card-inner-scroll:before{background-color:var(--card-background,var(--component-background,var(--root-component-background,#fff)));content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:10}.card-navbar{padding:4px calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card-select .card{cursor:pointer;outline:0 solid var(--card-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));-webkit-transition:outline .15s linear;-o-transition:outline .15s linear;transition:outline .15s linear}.card-select .card.active,.card-select .card:hover{outline:3px solid var(--card-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)))}c8y-device-request-card{display:contents}.card-flip-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .6s;-o-transition:-o-transform .6s;transition:-webkit-transform .6s;-o-transition:transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;width:100%}.card-flip-container.ng-animate{z-index:3}.card-flip-container>.card-flip{position:relative}.card-flip-container>.card-flip,.card-flip-container>.card-flip .card-back,.card-flip-container>.card-flip .card-front{-webkit-transition:-webkit-transform .6s;-o-transition:-o-transform .6s;transition:-webkit-transform .6s;-o-transition:transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;width:100%}.card-flip-container>.card-flip .card-back,.card-flip-container>.card-flip .card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:var(--component-background,var(--root-component-background,#fff));position:absolute}.card-flip-container>.card-flip .card-front{position:relative;text-align:center}.card-flip-container>.card-flip .card-back{bottom:0;display:none;position:absolute;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);z-index:1}.card-flip-container>.card-flip.flipped-add,.card-flip-container>.card-flip.flipped-remove{-webkit-perspective:800px;-o-perspective:800px;perspective:800px}.card-flip-container>.card-flip.flipped-add .card-back,.card-flip-container>.card-flip.flipped-add .card-front,.card-flip-container>.card-flip.flipped-remove .card-back,.card-flip-container>.card-flip.flipped-remove .card-front{-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.1);box-shadow:0 2px 4px 1px rgba(0,0,0,.1);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.card-flip-container>.card-flip.flipped-add .card-back .card-inner-scroll,.card-flip-container>.card-flip.flipped-add .card-front .card-inner-scroll,.card-flip-container>.card-flip.flipped-remove .card-back .card-inner-scroll,.card-flip-container>.card-flip.flipped-remove .card-front .card-inner-scroll{overflow-y:hidden}.card-flip-container>.card-flip.flipped-add .card-front,.card-flip-container>.card-flip.flipped-remove .card-front{position:relative}.card-flip-container>.card-flip.flipped-add .card-back,.card-flip-container>.card-flip.flipped-remove .card-back{display:block}.interact-grid .card-flip-container>.card-flip.flipped .card-front{position:relative;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.interact-grid .card-flip-container>.card-flip.flipped .card-back{display:block;-webkit-transform:rotateY(0);transform:rotateY(0)}.interact-grid .card-flip-container>.card-flip.flipped .card-back [class*=" col-lg"],.interact-grid .card-flip-container>.card-flip.flipped .card-back [class*=" col-md"],.interact-grid .card-flip-container>.card-flip.flipped .card-back [class*=" col-sm"],.interact-grid .card-flip-container>.card-flip.flipped .card-back [class^=col-lg-],.interact-grid .card-flip-container>.card-flip.flipped .card-back [class^=col-md-],.interact-grid .card-flip-container>.card-flip.flipped .card-back [class^=col-sm-]{float:none;width:100%}.card.card-dashboard .card-title,.card.card-dashboard .card-title span{display:block;max-width:100%!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.card.card-dashboard .card-title{display:-webkit-box;display:-ms-flexbox;display:flex}.card.card-dashboard c8y-dashboard-child-title{max-width:calc(100% - 40px)}.card.card-dashboard>.card-inner-scroll{height:calc(100% - 48px);position:relative}.card.card-dashboard>.card-inner-scroll:before{background:var(--card-background,var(--root-component-background,#fff))}.card.card-dashboard>.card-inner-scroll.has-footer{height:calc(100% - 80px - var(--form-control-height-base, 32px))}.card.card-dashboard>.card-inner-scroll>.component-map{height:100%;position:relative;z-index:11}.card.card-dashboard>.fixed-header .table{margin-bottom:0}.card.card-dashboard>.fixed-header+.card-inner-scroll{height:calc(100% - 125px)}.card.card-dashboard>.fixed-header.datepicker{padding-top:5px}.card.card-dashboard>.fixed-header.datepicker+.card-inner-scroll{height:calc(100% - 174px)}.card.card-dashboard>.card-header-actions-no-title+.card-inner-scroll{height:100%}.card.card-dashboard .card{-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.card.card-dashboard .card .card-inner-scroll{overflow:visible}.card.card-dashboard .card-header-actions .card-title{opacity:.6}.card.card-dashboard .card-header-actions.drag-handle:hover .header-actions .optionsBtn{color:var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b)));opacity:1}.card.card-dashboard .card-header-actions.drag-handle:hover .card-title,.card.card-dashboard .card-header-actions.drag-handle:hover .card-title span,.card.card-dashboard .card-header-actions.drag-handle:hover .header-actions .drag-handle{opacity:1}.card.card-dashboard .card-inner-scroll>*{padding-top:0}.card.card-dashboard .card-inner-scroll .table,.card.card-dashboard .card-inner-scroll>[c8y-html-widget]>table{margin:0}.card.card-dashboard .card-inner-scroll .table td:first-child,.card.card-dashboard .card-inner-scroll .table th:first-child,.card.card-dashboard .card-inner-scroll>[c8y-html-widget]>table td:first-child,.card.card-dashboard .card-inner-scroll>[c8y-html-widget]>table th:first-child{padding-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card.card-dashboard .card-inner-scroll .table td:last-child,.card.card-dashboard .card-inner-scroll .table th:last-child,.card.card-dashboard .card-inner-scroll>[c8y-html-widget]>table td:last-child,.card.card-dashboard .card-inner-scroll>[c8y-html-widget]>table th:last-child{padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card.card-dashboard c8y-device-status,.card.card-dashboard group-assignment{display:block;height:100%}.grid-stack-item .card+.ui-resizable-handle{margin-bottom:-8px}.grid-stack>.grid-stack-item>.grid-stack-item-content{bottom:0!important;left:0!important;overflow:visible!important;right:0!important}@media (max-width:768px){.grid-stack-item{margin-bottom:0!important}}.c8y-multistate-group{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--gray-8,#ccd2d6);border-radius:15px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;justify-content:space-between;position:relative}.c8y-multistate-group .c8y-multistate-track{background-color:var(--brand-primary,#1776bf);border-radius:15px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.2);max-width:100%;width:0}.c8y-multistate-group .c8y-multistate-switch,.c8y-multistate-group .c8y-multistate-track{bottom:0;left:0;position:absolute;top:0;-webkit-transition:all .25s ease!important;-o-transition:all .25s ease!important;transition:all .25s ease!important}.c8y-multistate-group .c8y-multistate-switch{background-color:var(--component-background,var(--root-component-background,#fff));border-radius:15px!important;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2);margin-left:-1px;width:100px}.c8y-multistate{-webkit-box-flex:1;-ms-flex:1 0 10%;flex:1 0 10%;font-family:inherit;font-size:inherit;font-weight:400;line-height:30px;margin:0;padding:0;position:relative;text-align:center;text-transform:none;z-index:100}.c8y-multistate>[data-toggle=dropdown]{bottom:0;display:none;left:0;position:absolute;right:0;top:0}.c8y-multistate .dropdown-menu{left:50%;margin-top:10px;min-width:240px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.c8y-multistate .dropdown-menu:after,.c8y-multistate .dropdown-menu:before{border:11px solid transparent;display:block;height:0;position:absolute;width:0}.c8y-multistate .dropdown-menu:before{border-bottom-color:rgba(0,0,0,.05);border-top-width:0;content:"";left:50%;margin-left:-11px;top:-11px}.c8y-multistate .dropdown-menu:after{border-bottom-color:var(--component-background,var(--root-component-background,#fff));border-top-width:0;content:" ";left:50%;margin-left:-11px;top:-10px}.c8y-multistate .dropdown-menu form{padding:8px 10px}.c8y-multistate span{color:rgba(var(--component-background,var(--root-component-background,white)),.85)}.c8y-multistate input[type=radio]{opacity:0;position:absolute}.c8y-multistate input[type=radio]:checked~span{color:var(--gray-text,#333)}.c8y-multistate input[type=radio]:checked~div[data-toggle=dropdown]{display:block}.c8y-multistate:hover{cursor:pointer}.c8y-pulse{background:var(--component-pulse-color,var(--root-component-pulse-color,#0b0));border-radius:50%;display:inline-block!important;height:8px;margin:0 5px 0 0!important;position:relative;width:8px}.c8y-pulse:before{background-color:var(--component-pulse-color,var(--root-component-pulse-color,#0b0));border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transform:rotate(1turn);transform:rotate(1turn);z-index:-1}.c8y-realtime:focus,.c8y-realtime:hover{text-decoration:none}.c8y-realtime .c8y-pulse.inactive{-webkit-animation:none;animation:none;background-color:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));-webkit-transition:border .25s ease;-o-transition:border .25s ease;transition:border .25s ease}.c8y-realtime .c8y-pulse.inactive:before{display:none}.c8y-realtime .c8y-pulse.active{background-color:var(--component-pulse-color,var(--root-component-pulse-color,#0b0));border:1px solid var(--component-background,var(--root-component-background,#fff))}.c8y-realtime .c8y-pulse.active:before{-webkit-animation:c8ypulse 2s infinite;animation:c8ypulse 2s infinite}@-webkit-keyframes c8ypulse{0%{opacity:1;-webkit-transform:rotate(1turn);transform:rotate(1turn);-webkit-transform:scale(1);transform:scale(1)}70%{opacity:0;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform:scale(3);transform:scale(3)}to{opacity:0;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes c8ypulse{0%{opacity:1;-webkit-transform:rotate(1turn);transform:rotate(1turn);-webkit-transform:scale(1);transform:scale(1)}70%{opacity:0;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform:scale(3);transform:scale(3)}to{opacity:0;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform:scale(1);transform:scale(1)}}.popover{word-wrap:normal;background-clip:padding-box;background-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));border:1px solid var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));border-radius:4px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);-webkit-box-shadow:-1px 4px 4px rgba(0,0,0,.03),-3px 6px 6px rgba(0,0,0,.03),-8px 12px 12px rgba(0,0,0,.05),-12px 20px 24px rgba(0,0,0,.05);box-shadow:-1px 4px 4px rgba(0,0,0,.03),-3px 6px 6px rgba(0,0,0,.03),-8px 12px 12px rgba(0,0,0,.05),-12px 20px 24px rgba(0,0,0,.05);display:none;font-family:var(--font-family-base,var(--font-family-base,var(--font-family-sans-serif,"Roboto",Helvetica,Arial,sans-serif)));font-size:var(--font-size-base,14px);font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:var(--line-height-base,1.42857143);max-width:276px;padding:1px;position:absolute;text-align:left;text-align:flex-start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover *{--component-background:var(--popover-background);--component-color:var(--popover-color);--component-odd-background:var(--popover-odd-background);--component-active-background:var(--popover-active-background);--component-active-color:var(--popover-active-color);--component-expanded-background:var(--popover-expanded-background);--component-expanded-color:var(--popover-expanded-color);--component-border:var(--popover-border);--component-input-border:var(--popover-input-border);--component-link-color:var(--popover-link-color);--component-link-color-hover:var(--popover-link-color-hover);--link-color:var(--popover-link-color);--link-color-hover:var(--popover-link-color-hover);--component-actions-color:var(--popover-actions-color);--component-actions-color-hover:var(--popover-actions-color-hover);--component-actions-opacity:var(--popover-actions-opacity);--component-label-color:var(--popover-label-color);--component-legend-color:var(--popover-legend-color);--component-placeholder-color:var(--popover-placeholder-color);--component-focus-color:var(--popover-focus-color);--component-focus-background:var(--popover-focus-background);--component-focus-border:var(--popover-focus-border);--component-text-muted:var(--popover-text-muted);--component-highlight-color:var(--popover-highlight-color);--component-brand-primary:var(--popover-brand-primary);--component-realtime-added:var(--popover-realtime-added);--component-pulse-color:var(--popover-pulse-color);--component-spinner-color:var(--popover-spinner-color);--component-disabled-color:var(--popover-disabled-color);--component-disabled-opacity:var(--popover-disabled-opacity);--component-icon-white-color-light:var(--popover-icon-white-color-light);--component-icon-white-color-dark:var(--popover-icon-white-color-dar);--component-icon-dark-color-light:var(--popover-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--popover-icon-dark-color-dark);--component-icon-color:var(--popover-icon-color);--component-scrollbar-track:var(--popover-scrollbar-track);--component-scrollbar-thumb:var(--popover-scrollbar-thumb);--component-padding:var(--popover-padding)}.popover.high-popover{z-index:1062}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{background-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));border-radius:3px 3px 0 0;font-size:16px;font-weight:500;letter-spacing:-.03em;margin:0;padding:16px 16px 0}.popover-content{overflow-wrap:break-word;padding:16px;word-break:break-word}.popover>.arrow,.popover>.arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{border-bottom-width:0;border-top-color:var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));bottom:-11px;left:50%;margin-left:-11px}.popover.top>.arrow:after{border-bottom-width:0;border-top-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));bottom:1px;content:" ";margin-left:-10px}.popover.right>.arrow{border-left-width:0;border-right-color:var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));left:-11px;margin-top:-11px;top:50%}.popover.right>.arrow:after{border-left-width:0;border-right-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));bottom:-10px;content:" ";left:1px}.popover.bottom>.arrow{border-bottom-color:var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));border-top-width:0;left:50%;margin-left:-11px;top:-11px}.popover.bottom>.arrow:after{border-bottom-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));border-top-width:0;content:" ";margin-left:-10px;top:1px}.popover.left>.arrow{border-left-color:var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));border-right-width:0;margin-top:-11px;right:-11px;top:50%}.popover.left>.arrow:after{border-left-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));border-right-width:0;bottom:-10px;content:" ";right:1px}.popover.navigator-popover{left:220px!important}.popover.lns-connection-popover{left:140px!important;top:10px!important}.edit-in-place{text-transform:none}.edit-in-place .editable{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:calc(100% - 20px);min-height:32px;position:relative}.edit-in-place .editable:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ece9";display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:10px;margin-left:10px;opacity:.6;text-rendering:auto;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.edit-in-place .editable>span{display:block;margin:0;max-width:100%!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.edit-in-place .editable>span:hover{background-color:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:var(--form-control-border-radius,0);-webkit-box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));display:block;font-family:var(--form-control-font-family,inherit);font-size:var(--font-size-base,14px);font-weight:var(--form-control-font-weight,normal);height:var(--form-control-height-base,32px);line-height:var(--form-control-line-height,1.42857143);padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}.edit-in-place .editable>span:hover:focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));border-color:var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));outline:0}.edit-in-place .editable>span:hover::-moz-placeholder{font-style:italic}.edit-in-place .editable>span:hover:-ms-input-placeholder{font-style:italic}.edit-in-place .editable>span:hover::-webkit-input-placeholder{font-style:italic}.edit-in-place .editable>span:hover::-moz-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic);opacity:1}.edit-in-place .editable>span:hover:-ms-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}.edit-in-place .editable>span:hover::-webkit-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}.edit-in-place .editable>span:hover[disabled],fieldset[disabled] .edit-in-place .editable>span:hover{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}.edit-in-place .editable>span:hover[readonly],.edit-in-place .editable>span:hover[readonly]:focus{background-color:var(--component-background,var(--root-component-background,#fff));color:var(--text-muted,#677680);opacity:1}.edit-in-place .editable>span:hover[disabled],fieldset[disabled] .edit-in-place .editable>span:hover{cursor:not-allowed}textarea .edit-in-place .editable>span:hover{height:auto}.edit-in-place .editable>span:hover:not(:first-child):not(:last-child){border-radius:0}.edit-in-place:hover .editable{cursor:pointer}.edit-in-place:hover .editable:after{opacity:1}.edit-in-place .form-group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:0}.edit-in-place .form-control-feedback-message [ng-transclude]:empty{display:none}.edit-in-place input[type=text]{font-size:inherit;min-width:120px;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;width:100%!important}.edit-in-place .text-sizer{display:none;white-space:pre}.edit-in-place .edit-group .input-group-btn{display:inline-block;margin:-5px 0 -2px}.edit-in-place .edit-group .input-group-btn .btn{border-radius:50%!important;-webkit-box-shadow:none;box-shadow:none;margin:0 3px;padding:0 .09em}.edit-in-place .btn-link{display:inline;padding:0}.edit-in-place.form-group-lg .editable{font-size:calc(var(--font-size-base, 14px)*1.21);min-height:calc(var(--form-control-height-base, 32px)*1.25)}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{background-color:rgba(0,0,0,.05);border-radius:10px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);height:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));overflow:hidden}.progress-bar{background-color:var(--brand-primary,#1776bf);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);color:#fff;float:left;font-size:calc(var(--font-size-base, 14px)*.85);height:100%;line-height:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));text-align:center;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;width:0}.progress-bar-striped,.progress-striped .progress-bar{background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#080}.progress-striped .progress-bar-success{background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#1c8ce3}.progress-striped .progress-bar-info{background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#ff801f}.progress-striped .progress-bar-warning{background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#e0000e}.progress-striped .progress-bar-danger{background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.alert{word-wrap:break-word;border:0 transparent;border-radius:0;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.02);box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.02);margin-bottom:8px;max-width:600px;overflow-wrap:break-word;padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.alert,.alert *{--component-background:var(--alert-background);--component-color:var(--alert-color);--component-odd-background:var(--alert-odd-background);--component-active-background:var(--alert-active-background);--component-active-color:var(--alert-active-color);--component-expanded-background:var(--alert-expanded-background);--component-expanded-color:var(--alert-expanded-color);--component-border:var(--alert-border);--component-input-border:var(--alert-input-border);--component-link-color:var(--alert-link-color);--component-link-color-hover:var(--alert-link-color-hover);--link-color:var(--alert-link-color);--link-color-hover:var(--alert-link-color-hover);--component-actions-color:var(--alert-actions-color);--component-actions-color-hover:var(--alert-actions-color-hover);--component-actions-opacity:var(--alert-actions-opacity);--component-label-color:var(--alert-label-color);--component-legend-color:var(--alert-legend-color);--component-placeholder-color:var(--alert-placeholder-color);--component-focus-color:var(--alert-focus-color);--component-focus-background:var(--alert-focus-background);--component-focus-border:var(--alert-focus-border);--component-text-muted:var(--alert-text-muted);--component-highlight-color:var(--alert-highlight-color);--component-brand-primary:var(--alert-brand-primary);--component-realtime-added:var(--alert-realtime-added);--component-pulse-color:var(--alert-pulse-color);--component-spinner-color:var(--alert-spinner-color);--component-disabled-color:var(--alert-disabled-color);--component-disabled-opacity:var(--alert-disabled-opacity);--component-icon-white-color-light:var(--alert-icon-white-color-light);--component-icon-white-color-dark:var(--alert-icon-white-color-dar);--component-icon-dark-color-light:var(--alert-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--alert-icon-dark-color-dark);--component-icon-color:var(--alert-icon-color);--component-scrollbar-track:var(--alert-scrollbar-track);--component-scrollbar-thumb:var(--alert-scrollbar-thumb);--component-padding:var(--alert-padding)}.alert .text-muted{color:var(--alert-text-muted,var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680))))}.alert>span{white-space:pre-line}.alert:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-left:4px solid transparent;bottom:0;display:inline-block;font-family:var(--alert-icon-font-family,"dlt-c8y-icons");font-size:24px;left:0;line-height:2.2;position:absolute;text-align:center;text-rendering:auto;top:0;-webkit-transform:translate(0);transform:translate(0);width:44px}.alert h4{color:inherit;margin-top:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert>.close{margin-left:8px}.alert.c8y-prompt{margin-bottom:0;padding:40px}.alert.c8y-prompt:before{content:""!important}.alert.c8y-prompt h3{font-size:20px;font-weight:500}.alert.c8y-prompt h3>[class*=" dlt-c8y-icon-"],.alert.c8y-prompt h3>[class^=dlt-c8y-icon-]{font-size:24px;margin-right:4px}.alert.c8y-prompt .alert-footer{padding:32px 0 0;text-align:right}.alert.c8y-prompt .alert-footer button{margin-bottom:0!important}.alert.c8y-prompt.alert-success h3>[class*=" dlt-c8y-icon-"],.alert.c8y-prompt.alert-success h3>[class^=dlt-c8y-icon-],.alert.c8y-prompt.alert-success h3>i{color:#080}.alert.c8y-prompt.alert-warning h3>[class*=" dlt-c8y-icon-"],.alert.c8y-prompt.alert-warning h3>[class^=dlt-c8y-icon-],.alert.c8y-prompt.alert-warning h3>i{color:#ff801f}.alert.c8y-prompt.alert-danger h3>[class*=" dlt-c8y-icon-"],.alert.c8y-prompt.alert-danger h3>[class^=dlt-c8y-icon-],.alert.c8y-prompt.alert-danger h3>i{color:#e0000e}.alert.c8y-prompt.alert-info h3>[class*=" dlt-c8y-icon-"],.alert.c8y-prompt.alert-info h3>[class^=dlt-c8y-icon-],.alert.c8y-prompt.alert-info h3>i{color:#1c8ce3}.alert-dismissable,.alert-dismissible{padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px + 20)}.alert-dismissable .close,.alert-dismissible .close{position:relative;right:-21px;top:-2px}.alert-success{background-color:var(--alert-background,var(--component-background,var(--root-component-background,#fff)));border-color:#080;color:var(--alert-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));padding-left:48px;position:relative}.alert-success:before{border-color:#080;color:#080;content:var(--alert-success-icon,"\eb00")}.alert-success hr{border-top-color:#080;opacity:.05}.alert-success .alert-link{text-decoration:underline}.alert-info,.alert-success .alert-link{color:var(--alert-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.alert-info{background-color:var(--alert-background,var(--component-background,var(--root-component-background,#fff)));border-color:#1c8ce3;padding-left:48px;position:relative}.alert-info:before{border-color:#1c8ce3;color:#1c8ce3;content:var(--alert-info-icon,"\eae4")}.alert-info hr{border-top-color:#1c8ce3;opacity:.05}.alert-info .alert-link{text-decoration:underline}.alert-info .alert-link,.alert-system{color:var(--alert-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.alert-system{background-color:var(--alert-background,var(--component-background,var(--root-component-background,#fff)));padding-left:48px;position:relative}.alert-system,.alert-system:before{border-color:var(--brand-primary,#1776bf)}.alert-system:before{color:var(--brand-primary,#1776bf);content:var(--alert-system-icon,"\f717")}.alert-system hr{border-top-color:var(--brand-primary,#1776bf);opacity:.05}.alert-system .alert-link{text-decoration:underline}.alert-system .alert-link,.alert-warning{color:var(--alert-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.alert-warning{background-color:var(--alert-background,var(--component-background,var(--root-component-background,#fff)));border-color:#ff801f;padding-left:48px;position:relative}.alert-warning:before{border-color:#ff801f;color:#ff801f;content:var(--alert-warning-icon,"\eae5")}.alert-warning hr{border-top-color:#ff801f;opacity:.05}.alert-warning .alert-link{text-decoration:underline}.alert-danger,.alert-warning .alert-link{color:var(--alert-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.alert-danger{background-color:var(--alert-background,var(--component-background,var(--root-component-background,#fff)));border-color:#e0000e;padding-left:48px;position:relative}.alert-danger:before{border-color:#e0000e;color:#e0000e;content:var(--alert-danger-icon,"\e97b")}.alert-danger hr{border-top-color:#e0000e;opacity:.05}.alert-danger .alert-link{color:var(--alert-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));text-decoration:underline}.alerts{-webkit-box-orient:vertical;-webkit-box-direction:normal;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;left:auto;max-width:100vw;pointer-events:none;position:fixed;right:0;top:0;z-index:1080}.static .alerts{padding:0;position:static}.alerts>c8y-alert-outlet:not(:empty){display:block;height:100vh;overflow-y:auto;padding:64px 16px 16px 48px;pointer-events:auto}.alerts>c8y-alert-outlet:not(:empty)::-webkit-scrollbar{height:4px;width:4px}.alerts>c8y-alert-outlet:not(:empty)::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.alerts>c8y-alert-outlet:not(:empty)::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.alerts>c8y-alert-outlet:not(:empty):hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.alerts .alert{-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);margin:8px 24px 16px auto;pointer-events:auto;-webkit-transition:width .35s ease-in-out;-o-transition:width .35s ease-in-out;transition:width .35s ease-in-out;width:280px}.alerts .alert.expanded{width:480px}@media (max-width:767px){.alerts .alert.expanded{width:280px}}.navigator.open~.alerts{left:240px}.overlay-center-vertically{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;overflow:auto;position:absolute;top:0;width:100%;z-index:1000}.overlay-center-vertically::-webkit-scrollbar{height:4px;width:4px}.overlay-center-vertically::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.overlay-center-vertically::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.overlay-center-vertically:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.overlay-center-vertically .alert{max-width:100%}.alerts-overlay .card-inner-scroll{overflow:hidden!important}.inner-alert{left:15px;position:absolute;right:15px;z-index:1035}.inner-alert .alert{margin:0 auto 10px}.measurement-icon-bar .inner-alert{top:130px}@media (min-width:768px){.measurement-icon-bar .inner-alert{top:90px}}@media (min-width:992px){.measurement-icon-bar .inner-alert{top:60px}}.panel{border:0 solid transparent;border-radius:0;-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.2);margin-bottom:16px}.panel-heading{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-top-left-radius:-1;border-top-right-radius:-1;font-family:var(--font-family-headings,var(--headings-font-family,inherit));font-size:12px;padding:0;position:relative;width:100%}.panel-heading .btn[btn-checkbox]{margin:0}.panel-heading .form-control{font-size:inherit;font-weight:400}.panel-title{font-size:inherit;font-weight:inherit;margin:0}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{background-color:var(--component-background,var(--root-component-background,#fff));border-bottom-left-radius:-1;border-bottom-right-radius:-1;border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));padding:8px 16px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-radius:0;border-width:1px 0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:-1;border-top-right-radius:-1}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:16px;padding-right:16px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid var(--table-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143))}.panel-group .panel{border-radius:0;margin-bottom:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.panel-clean,.panel-clean>.panel-heading,.panel-default,.panel-default>.panel-heading{border-color:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.panel-clean>.panel-heading,.panel-default>.panel-heading{background-color:transparent;background-image:none;color:var(--component-color,var(--root-component-color,var(--gray-text,#333)))}.panel-clean>.panel-heading+.panel-collapse>.panel-body,.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.panel-clean>.panel-heading .badge,.panel-default>.panel-heading .badge{background-color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));color:transparent}.panel-clean>.panel-footer+.panel-collapse>.panel-body,.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.panel-clean .panel-body,.panel-clean .panel-filters,.panel-clean .panel-heading,.panel-default .panel-body,.panel-default .panel-filters,.panel-default .panel-heading{padding:10px 15px}.panel-clean .panel-heading>.btn-link,.panel-default .panel-heading>.btn-link{margin-top:-10px!important}.panel-clean.panel{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;margin-left:0;margin-right:0}.panel-clean .panel-heading{margin-bottom:24px;padding-bottom:8px}.panel-clean .panel-heading [class*=" dlt-c8y-icon-"],.panel-clean .panel-heading [class^=dlt-c8y-icon-]{color:var(--brand-primary,#1776bf);font-size:16px}.panel-primary,.panel-primary>.panel-heading{border-color:var(--brand-primary,#1776bf)}.panel-primary>.panel-heading{background-color:var(--brand-primary,#1776bf);background-image:none;color:#fff}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:var(--brand-primary,#1776bf)}.panel-primary>.panel-heading .badge{background-color:#fff;color:var(--brand-primary,#1776bf)}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:var(--brand-primary,#1776bf)}.panel-success{border-color:#080}.panel-success>.panel-heading{background-color:transparent;background-image:none;border-color:#080;color:var(--gray-text,#333)}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#080}.panel-success>.panel-heading .badge{background-color:var(--gray-text,#333);color:transparent}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#080}.panel-info{border-color:#1c8ce3}.panel-info>.panel-heading{background-color:transparent;background-image:none;border-color:#1c8ce3;color:var(--gray-text,#333)}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#1c8ce3}.panel-info>.panel-heading .badge{background-color:var(--gray-text,#333);color:transparent}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#1c8ce3}.panel-warning{border-color:#ff801f}.panel-warning>.panel-heading{background-color:transparent;background-image:none;border-color:#ff801f;color:var(--gray-text,#333)}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ff801f}.panel-warning>.panel-heading .badge{background-color:var(--gray-text,#333);color:transparent}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ff801f}.panel-danger{border-color:#e0000e}.panel-danger>.panel-heading{background-color:transparent;background-image:none;border-color:#e0000e;color:var(--gray-text,#333)}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e0000e}.panel-danger>.panel-heading .badge{background-color:var(--gray-text,#333);color:transparent}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e0000e}.panel.panel-dashboard{background-color:var(--component-background,var(--root-component-background,#fff));margin-bottom:12px}.panel.panel-dashboard>.panel-heading .optionsBtn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:40px;position:absolute;right:0;top:0;width:40px}.panel.panel-dashboard>.panel-heading .optionsBtn .btnIcon{color:var(--gray-5,#677680);line-height:1;text-align:center;width:100%}.panel.panel-icon>.panel-heading [ng-show=title],.panel.panel-icon>.panel-heading span{text-transform:uppercase}.panel.panel-icon>.panel-heading.critical{background-color:#e0000e}.panel.panel-icon>.panel-heading.critical,.panel.panel-icon>.panel-heading.critical .btn-link,.panel.panel-icon>.panel-heading.major{color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading.major{background-color:#e66400}.panel.panel-icon>.panel-heading.major .btn-link,.panel.panel-icon>.panel-heading.minor{color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading.minor{background-color:#ff801f}.panel.panel-icon>.panel-heading.minor .btn-link,.panel.panel-icon>.panel-heading.warning{color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading.warning{background-color:#1c8ce3}.panel.panel-icon>.panel-heading .pull-right span .btn-link,.panel.panel-icon>.panel-heading.warning .btn-link{color:var(--component-background,var(--root-component-background,#fff))}.property-label{background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.property-label:focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));border-color:var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));outline:0;padding:6px 12px}div .property{line-height:34px}div .property:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05))) var(--table-background,var(--component-background,var(--root-component-background,#fff)));background:-o-linear-gradient(bottom,rgba(0,0,0,.05),rgba(0,0,0,.05)) var(--table-background,var(--component-background,var(--root-component-background,#fff)));background:linear-gradient(to top,rgba(0,0,0,.05),rgba(0,0,0,.05)) var(--table-background,var(--component-background,var(--root-component-background,#fff)))}div .property:nth-child(odd){background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.03)),to(rgba(0,0,0,.03))) var(--table-background,var(--component-background,var(--root-component-background,#fff)));background:-o-linear-gradient(bottom,rgba(0,0,0,.03),rgba(0,0,0,.03)) var(--table-background,var(--component-background,var(--root-component-background,#fff)));background:linear-gradient(to top,rgba(0,0,0,.03),rgba(0,0,0,.03)) var(--table-background,var(--component-background,var(--root-component-background,#fff)))}div .property.bg-info:nth-child(odd){background-color:#d9edf7}.column-name{line-height:23px}.spin-up{position:relative;top:3px}.spin-down,.spin-up{color:var(--gray-8,#ccd2d6);display:block;height:5px}.spin:hover .spin.active{color:#333}.icon-sort-down{position:relative;top:-9px}.asset-table .btn-xs{font-size:10px;line-height:1.1em}.asset-table .headers .header-cell{position:relative;vertical-align:middle}.asset-table .headers .widget-sort{margin-top:-9.5px;position:absolute;right:0;top:50%}.asset-table .headers .column-name{line-height:1.1em;margin-right:8px}.asset-table .headers .column-name:hover{color:var(--brand-primary,#1776bf)}.value-warning{background-color:#000;border-color:#000;display:block;float:left;margin-top:20px;padding:5px}.table-hover tr:hover td,.table-kpi-list tbody:hover td[rowspan]{background:var(--table-background-hover,#f6fafe)}.bright-hover tr:hover td{background-color:var(--gray-10,#fbfbfc)}.table-kpi-list .disabled-detector-container{position:relative}.table-kpi-list .disabled-detector{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.linearGauge{background:var(--gray-8,#ccd2d6);border-radius:40px;height:80px;margin:10px auto;position:relative;width:90%}.linearGauge .ranges{border:5px solid var(--component-background,var(--root-component-background,#fff));border-radius:40px;bottom:5px;left:5px;overflow:hidden;position:absolute;right:5px;top:5px}.silo{height:100%;position:absolute;width:100%}.linearGauge.vertical{height:300px;width:20px}.linearGaugeRange{bottom:0;position:absolute;top:0}.linearGaugeRange.vertical,.siloRange{left:0;position:absolute;right:0}.yellowRange{background:#ff801f}.redRange{background:#e0000e}.linearGaugePointer{border:1px solid var(--gray-4,#58656d);bottom:7px;left:auto;position:absolute;top:7px;width:0}.siloPointer{border:1px solid transparent;height:0;left:7px!important;position:absolute;right:7px!important}.siloPointer-wrapper{bottom:10px;left:0;position:absolute;right:0;top:10px}.linearGaugePointer-wrapper{bottom:0;left:10px;position:absolute;right:10px;top:0}.siloPointer>div{display:inline-block;font-size:14px;left:70px;line-height:1;position:absolute;top:-32px;width:auto;z-index:100}.siloPointer>div .popover-content{padding:8px}.linearGaugePointer>div{display:inline-block;font-size:14px;line-height:1;position:absolute;top:100%;-webkit-transform:translate(-50%,2px);transform:translate(-50%,2px);width:auto}.linearGaugePointer>div .popover-content{padding:8px}.linearGaugePointer.target,.siloPointer.target{border-color:#080}.linearGaugeLabel{bottom:-30px}.linearGaugeLabel,.siloLabel{font-size:12px;position:absolute}.siloLabel{display:table;left:85px;white-space:nowrap}.nv-pieLabels text{fill:var(--component-background,var(--root-component-background,#fff))!important}.linearGauge .graphHoverInfoCurrent,.silo .graphHoverInfoCurrent{background-color:var(--tooltip-background,var(--brand-dark,#0b385b));-webkit-box-shadow:none;box-shadow:none;color:var(--component-background,var(--root-component-background,#fff));font-size:12px;overflow:visible;padding:2px 5px 0;position:absolute;-webkit-transform:translate(-50%,-30px);transform:translate(-50%,-30px);width:auto;z-index:1000}.linearGauge .graphHoverInfoCurrent:after,.silo .graphHoverInfoCurrent:after{background-color:transparent;border-bottom:0 solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid transparent;border-top-color:var(--tooltip-background,var(--brand-dark,#0b385b));content:"";height:0;left:50%;margin-left:-5px;position:absolute;top:100%;width:0}.linearGauge .graphHoverInfoCurrent{-webkit-transform:translate(-50%,-40px);transform:translate(-50%,-40px)}.kpiRange{background-color:var(--gray-9,#f6f7f8);border-radius:11px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);height:22px;margin:8px 0 5px;overflow:hidden;position:relative;z-index:1}.interact-list .kpiRange{margin:0}.kpiRange .bar,.kpiRange .number{position:absolute}.kpiRange .number{top:4px;z-index:10}.kpiRange .number.min{left:8px}.kpiRange .number.max{right:8px}.kpiRange .bar{bottom:0;top:0}.kpiRange .range-holder{border-radius:11px;height:100%;overflow:hidden!important;position:absolute;width:100%}.kpiRange .bar.yellow{background-color:#ff801f}.kpiRange .bar.red{background-color:#e0000e}.kpi-widget__container{padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px) calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.panel-title-hidden .kpi-widget__container{padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.kpi-widget__container small{color:var(--text-muted,#677680);font-size:clamp(14px,75%,54px)}.kpi-widget__container .dot-info{-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pie-chart-warning{bottom:12px;margin-left:16px;position:absolute}.timeline-list{list-style:none;margin:0;padding:0}.timeline-list .timeline-item-date{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));font-size:10px;line-height:1;margin-right:35px;width:40px}.timeline-list>div,.timeline-list>li{position:relative}.timeline-list>div:before,.timeline-list>li:before{border:1px dotted var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));bottom:1px;content:"";left:53px;position:absolute;top:0;-webkit-transition:top .35s linear;-o-transition:top .35s linear;transition:top .35s linear}.timeline-list>div.expanded:before,.timeline-list>li.expanded:before{-webkit-transition:none;-o-transition:none;transition:none}.timeline-list>div:first-child:before,.timeline-list>li:first-child:before{top:50%}.timeline-list>div:last-child:before,.timeline-list>li:last-child:before{bottom:50%}.timeline-list>div:after,.timeline-list>li:after{background-color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)));border-radius:50%;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);content:"";height:12px;left:48px;margin:-6px 0 0;position:absolute;top:50%;-webkit-transition:background .5s linear;-o-transition:background .5s linear;transition:background .5s linear;width:12px;z-index:10}.timeline-list>div.active:after,.timeline-list>li.active:after{background-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)))}.timeline-list>div.active .timeline-item-content,.timeline-list>li.active .timeline-item-content{border-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)))}.timeline-list>div.active .timeline-item-content .list-item-actions:before,.timeline-list>li.active .timeline-item-content .list-item-actions:before{background-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)));border-radius:10px;color:#fff;content:attr(data-active);display:inline-block;font-size:12px;font-weight:700;margin-right:8px;margin-top:10px;padding:.2em .6em 0}.timeline-list>div.active .timeline-item-content .list-item-actions .dropdown,.timeline-list>li.active .timeline-item-content .list-item-actions .dropdown{display:none}.timeline-list>div.active .timeline-item-content:before,.timeline-list>li.active .timeline-item-content:before{border-color:transparent var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf))) transparent transparent;border-width:13px 13px 13px 0;left:-13px;margin-top:-13px}.timeline-list>div.active .timeline-item-content:after,.timeline-list>li.active .timeline-item-content:after{left:-10px}.timeline-list .timeline-item-content{-webkit-box-flex:1;background:var(--component-background,var(--root-component-background,#fff));border:2px solid var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));-ms-flex:1 1 0%;flex:1 1 0%;margin-bottom:8px;margin-top:0;min-height:40px;overflow-wrap:break-word;padding:8px calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:relative;-webkit-transition:background .5s linear,border .5s linear;-o-transition:background .5s linear,border .5s linear;transition:background .5s linear,border .5s linear}.timeline-list .timeline-item-content:before{border-color:transparent rgba(0,0,0,.05) transparent transparent;left:-12px}.timeline-list .timeline-item-content:after,.timeline-list .timeline-item-content:before{border-style:solid;border-width:10px 10px 10px 0;content:"";height:0;margin-top:-10px;position:absolute;top:50%;width:0}.timeline-list .timeline-item-content:after{border-color:transparent var(--component-background,var(--root-component-background,#fff)) transparent transparent;left:-11px;-webkit-transition:border .5s linear;-o-transition:border .5s linear;transition:border .5s linear}.timeline-list .timeline-item-content .list-item-icon{-ms-flex-item-align:start;align-self:flex-start}.timeline-list .timeline-item-content .list-item-icon,.timeline-list .timeline-item-content .list-item-icon [class*=" dlt-c8y-icon-"],.timeline-list .timeline-item-content .list-item-icon [class^=dlt-c8y-icon-]{font-size:20px}.timeline-list .timeline-item-content .list-item-body{-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-all}.timeline-list .timeline-item-content .collapse,.timeline-list .timeline-item-content .collapsing{-webkit-box-flex:1;-webkit-box-ordinal-group:11001;-ms-flex-order:11000;-ms-flex:1 1 100%;flex:1 1 100%;min-width:100%;order:11000;width:auto}.timeline-list .expanded{background:transparent}.timeline-list .expanded .timeline-item-date{font-weight:700}.timeline-list .expanded:after{background-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)))}.timeline-list .expanded .timeline-item-content{background-color:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));border-color:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.timeline-list .expanded .timeline-item-content:after{background-color:transparent;border-color:transparent var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc))) transparent transparent}.timeline-list.list-condensed .timeline-item-content{border-width:0 0 0 2px;margin:0 0 4px}@media (min-width:768px){.timeline-list .timeline-item-date{width:60px}.timeline-list>div:before,.timeline-list>li:before{left:73px}.timeline-list>div:after,.timeline-list>li:after{left:68px}}.timeline-list-item.ng-enter{opacity:0;-webkit-transition:background 1s linear .5s,opacity .5s linear;-o-transition:background 1s linear .5s,opacity .5s linear;transition:background 1s linear .5s,opacity .5s linear}.timeline-list-item.ng-enter.ng-enter-active{opacity:1}.timeline-list-item.ng-enter .timeline-item-content,.timeline-list-item.ng-enter:after{background-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))}.timeline-list-item.ng-enter .timeline-item-content{border-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))}.timeline-list-item.ng-enter .timeline-item-content:after{border-color:transparent var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9)) transparent transparent}.user-dot{-webkit-box-flex:0;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.4))) var(--brand-primary,#1776bf);background:-o-linear-gradient(bottom,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4)) var(--brand-primary,#1776bf);background:linear-gradient(to top,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4)) var(--brand-primary,#1776bf);border-radius:50%;color:var(--component-background,var(--root-component-background,#fff));display:inline-block;-ms-flex:0 0 30px;flex:0 0 30px;margin-right:10px;text-align:center;text-transform:capitalize;vertical-align:middle}.list-group-item .user-dot,.owned .user-dot,.user-dot{font-size:16px;height:30px;line-height:32px;width:30px}.user-dot.user-disabled{background-color:var(--gray-8,#ccd2d6)}.user-list-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;background-color:var(--component-background,var(--root-component-background,#fff));border-radius:var(--card-border-radius,2px);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:16px;padding:16px}.user-list-row:first-child{margin-top:0}.user-list-row .col-actions .c8y-dropdown{color:var(--gray-4,#58656d);opacity:.5}.open.dropdown .user-list-row .col-actions .c8y-dropdown,.user-list-row .col-actions .c8y-dropdown:hover{opacity:1}.user-list-row.user-list-header{background-color:transparent;display:none;min-height:24px;padding:0}.user-list-row .col-expand{-webkit-box-ordinal-group:101;-ms-flex-order:100;order:100;width:30px}@media (max-width:991px){.user-list-row .col-expand{text-align:center;width:100%!important}}.user-list-row .col-expand [class*=" dlt-c8y-icon-"],.user-list-row .col-expand [class^=dlt-c8y-icon-]{-webkit-transition:transform .25s ease;-o-transition:transform .25s ease;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.user-list-row .col-expand [class*=" dlt-c8y-icon-"].open,.user-list-row .col-expand [class^=dlt-c8y-icon-].open{color:var(--brand-primary,#1776bf);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.user-list-row .col-subaccounts{display:none}.user-list-row .col-selector{display:none;font-size:20px}.user-list-row .col-globalroles{-webkit-box-ordinal-group:11;-ms-flex-order:10;margin:8px 0;order:10;padding:4px 0;width:100%}.user-list-row .col-globalroles .c8y-child-assets-selector .dropdown-menu.multiselect-container{max-width:100%;width:100%}.user-list-row .col-passwordstrength,.user-list-row .col-twofactorauth{display:none}.user-list-row .col-username{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-ordinal-group:2;-ms-flex-order:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-bottom:10px;order:1}@media (max-width:768px){.user-list-row .col-username{width:calc(100% - 24px)!important}}.user-list-row .col-username .h4{margin:0}.user-list-row .col-actions{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin:-16px -16px 0 auto;order:2}.user-list-row .col-fullname{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.user-list-row.owned{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.1);margin-top:0}.user-list-row .disabled{color:var(--gray-text,#333);font-style:italic;padding-right:5px}@media (min-width:992px){.user-list-row.user-list-header{-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:40px}.user-list-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:8px;min-height:56px;padding:6px 40px 10px 0;position:relative}.user-list-row.page-sticky-header{min-height:48px;padding-bottom:0;padding-top:0}.user-list-row .col-expand{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;text-align:center}.user-list-row .col-expand [class*=" dlt-c8y-icon-"],.user-list-row .col-expand [class^=dlt-c8y-icon-]{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.user-list-row .col-expand [class*=" dlt-c8y-icon-"].open,.user-list-row .col-expand [class^=dlt-c8y-icon-].open{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.user-list-row .col-selector{-webkit-box-flex:0;display:block;-ms-flex:0 0 50px;flex:0 0 50px}.user-list-row .col-username{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;padding-right:10px;width:250px}.user-list-row .col-username .h4{font-size:100%}.user-list-row .col-subaccounts{-webkit-box-flex:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;display:block;-ms-flex:0 0 30px;flex:0 0 30px;order:2}.user-list-row .col-fullname{-webkit-box-flex:0;-webkit-box-ordinal-group:6;-ms-flex-order:5;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;order:5;padding-right:10px;width:230px}.user-list-row .col-globalroles{-webkit-box-flex:0;-webkit-box-ordinal-group:8;-ms-flex-order:7;border:0;-ms-flex:0 0 240px;flex:0 0 240px;margin:0;max-width:240px;order:7;padding:0}.user-list-row .col-globalroles .c8y-child-assets-selector{display:block;max-width:100%}.user-list-row .col-passwordstrength{-webkit-box-flex:0;-webkit-box-ordinal-group:11;-ms-flex-order:10;display:block;-ms-flex:0 0 72px;flex:0 0 72px;margin-left:auto;order:10}.user-list-row .col-twofactorauth{-webkit-box-flex:0;-webkit-box-ordinal-group:11;-ms-flex-order:10;display:block;-ms-flex:0 0 20px;flex:0 0 20px;order:10}.user-list-row .col-actions{-webkit-box-flex:0;-webkit-box-ordinal-group:101;-ms-flex-order:100;-ms-flex:0 0 40px;flex:0 0 40px;margin:0 0 0 auto;order:100;position:absolute;right:0;top:4px;width:40px}.user-list-row.owns{margin-bottom:16px}.user-list-row.owns .tip{-webkit-box-flex:0;-webkit-box-ordinal-group:901;-ms-flex-order:900;-ms-flex:0 0 100%;flex:0 0 100%;height:0;order:900;position:relative}.user-list-row.owns .tip:not(.expanded):after{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.1);content:"";height:10px;left:5px;position:absolute;right:-35px;top:5px;z-index:-1}.user-list-row.owns+.owned{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 2px rgba(0,0,0,.1);margin-top:-16px}.user-list-row.owned{margin-top:1px}}.list-group-item.user .col-expand{display:inline-block;padding-right:5px;text-align:center;width:20px}.list-group-item.user .col-expand [class*=" dlt-c8y-icon-"],.list-group-item.user .col-expand [class^=dlt-c8y-icon-]{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.list-group-item.user .col-expand [class*=" dlt-c8y-icon-"].open,.list-group-item.user .col-expand [class^=dlt-c8y-icon-].open{color:var(--brand-primary,#1776bf);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.list-group-item.user .selection-icon{display:none;font-size:20px;margin-left:auto}.list-group-item.user input[type=checkbox]{opacity:0;width:0}.list-group-item.user input[type=checkbox]:checked~.selection-icon{display:block}.list-group-item.user.selected{background-color:#080!important}.list-group-item.user.selected,.list-group-item.user.selected .col-expand,.list-group-item.user.selected .col-expand .open[class*=" dlt-c8y-icon-"],.list-group-item.user.selected .col-expand .open[class^=dlt-c8y-icon-]{color:var(--component-background,var(--root-component-background,#fff))}.list-group-item.user.selected .text-muted{color:rgba(var(--component-background,var(--root-component-background,white)),.5)}.list-group-item.user.selected .user-dot:not(.user-disabled){background-color:var(--component-background,var(--root-component-background,#fff));color:var(--brand-primary,#1776bf)}.item-list-row,.list-group-item.item-list-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.item-list-row:first-child,.list-group-item.item-list-row:first-child{border-top:0}.item-list-row c8y-app-icon,.list-group-item.item-list-row c8y-app-icon{font-size:30px;line-height:30px}.item-list-row c8y-app-icon .app-noicon,.list-group-item.item-list-row c8y-app-icon .app-noicon{font-size:18px;height:30px;line-height:30px;margin-bottom:-7px;width:30px}.item-list-row>label:not(.c8y-checkbox),.list-group-item.item-list-row>label:not(.c8y-checkbox){-webkit-box-flex:1;cursor:pointer;-ms-flex:1 1 100%;flex:1 1 100%;font-size:100%;font-weight:400;letter-spacing:0;line-height:1;margin-bottom:0;overflow-wrap:break-word;text-transform:none}.user-picker-scroll{margin:0;max-height:220px;overflow-x:hidden;overflow-y:auto}.user-picker-scroll .list-group{margin-bottom:0}.role-card{padding-bottom:40px;position:relative;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.role-card:hover{-webkit-box-shadow:0 20px 15px rgba(0,0,0,.1);box-shadow:0 20px 15px rgba(0,0,0,.1);-webkit-transform:scale(1.05);transform:scale(1.05);z-index:1}.role-card h4{font-weight:200;letter-spacing:-.03em;margin:0}.role-card .card-actions{position:absolute;right:0;top:0}.role-card .bottom-right-info{bottom:20px;position:absolute;right:20px}.card-row-add-remove{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);margin-bottom:1px;margin-right:80px;min-height:54px;padding:10px calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:relative}.card-row-add-remove label{margin-bottom:0}.card-row-add-remove .add-remove-btns{left:100%;min-width:80px;position:absolute;top:0}.card-row-add-remove .btn-add,.card-row-add-remove .btn-remove{font-size:16px;padding:6px 10px;width:40px}.card-row-add-remove .btn-remove:hover .text-muted{color:#e0000e}.card-row-add-remove .btn-add{display:none}.card-row-add-remove:last-child .btn-add{display:inline-block}@media (min-width:1200px){.card-row-add-remove .form-group+.form-group{margin-left:10px}.card-row-add-remove .add-remove-btns{display:-webkit-box;display:-ms-flexbox;display:flex;top:10px}}.roles-asset-tree-list{margin:20px 0}.role-asset-tree-item{min-height:40px}.role-asset-tree-item:nth-child(2n){background-color:var(--gray-9,#f6f7f8)}@media (min-width:768px){.role-asset-tree-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}}.role-asset-tree-item_group{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:8px}@media (min-width:768px){.role-asset-tree-item_group{-webkit-box-flex:1;-ms-flex:1 1 calc(100% - 250px);flex:1 1 calc(100% - 250px);max-width:calc(100% - 250px);padding-left:4px}}.role-asset-tree-item_selector{-webkit-box-flex:1;-ms-flex:1 1 240px;flex:1 1 240px;max-width:240px;padding:8px}@media (min-width:768px){.role-asset-tree-item_selector{-webkit-box-flex:0;-ms-flex:0 1 240px;flex:0 1 240px;max-width:240px;padding:0}}@media (max-width:767px){.role-asset-tree-item_selector .dropdown-menu{left:auto;right:0}}.welcome .availabilityPie{overflow:hidden;padding-bottom:100%;position:relative}.welcome .availabilityPie svg{position:absolute;-webkit-transform:scale(1.7);transform:scale(1.7)}.welcome .availabilityPie .percentage{font-size:16px}.availabilityPie .title{text-align:center}.availabilityPie .percentage{font-size:24px;left:0;margin-top:-11px;position:absolute;right:0;text-align:center;top:50%}.drop-zone{display:block;height:0;padding-bottom:100%;position:relative}.drop-zone .alert{bottom:0;margin:0;position:absolute;width:100%}.drop-zone .upload-placeholder,.drop-zone .upload-status{padding:0 16px;width:100%}.drop-zone .file-placeholder{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:2px dashed var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;justify-content:center;position:absolute;text-align:center;-webkit-transition:border .25s ease;-o-transition:border .25s ease;transition:border .25s ease;width:100%}.drop-zone .file-placeholder .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-zone .file-placeholder .hint-placeholder [class^=dlt-c8y-icon-]{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));font-size:36px;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.drop-zone .file-placeholder.drag-over,.drop-zone .file-placeholder:hover{border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.drop-zone .file-placeholder.drag-over .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-zone .file-placeholder.drag-over .hint-placeholder [class^=dlt-c8y-icon-],.drop-zone .file-placeholder:hover .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-zone .file-placeholder:hover .hint-placeholder [class^=dlt-c8y-icon-]{-webkit-transform:scale(1.1);transform:scale(1.1)}.drop-zone.has-errors .file-placeholder{border-bottom-color:var(--input-validation-error,#e0000e);border-bottom-style:solid}.drop-area-sm .drop-zone,.drop-zone.drop-zone-sm{height:auto;min-height:unset!important;padding:0}.drop-area-sm .drop-zone .alert,.drop-zone.drop-zone-sm .alert{position:relative}.drop-area-sm .drop-zone .file-placeholder,.drop-zone.drop-zone-sm .file-placeholder{display:block;position:static}.drop-area-sm .drop-zone .file-placeholder .hint-placeholder,.drop-zone.drop-zone-sm .file-placeholder .hint-placeholder{padding:10px 10px 10px 50px;position:relative;text-align:left}.drop-area-sm .drop-zone .file-placeholder .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-area-sm .drop-zone .file-placeholder .hint-placeholder [class^=dlt-c8y-icon-],.drop-zone.drop-zone-sm .file-placeholder .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-zone.drop-zone-sm .file-placeholder .hint-placeholder [class^=dlt-c8y-icon-]{left:3px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.drop-area-sm .drop-zone .file-placeholder .hint-placeholder p,.drop-zone.drop-zone-sm .file-placeholder .hint-placeholder p{margin-bottom:0}.drop-area-sm .drop-zone .file-placeholder.drag-over .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-area-sm .drop-zone .file-placeholder.drag-over .hint-placeholder [class^=dlt-c8y-icon-],.drop-area-sm .drop-zone .file-placeholder:hover .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-area-sm .drop-zone .file-placeholder:hover .hint-placeholder [class^=dlt-c8y-icon-],.drop-zone.drop-zone-sm .file-placeholder.drag-over .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-zone.drop-zone-sm .file-placeholder.drag-over .hint-placeholder [class^=dlt-c8y-icon-],.drop-zone.drop-zone-sm .file-placeholder:hover .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-zone.drop-zone-sm .file-placeholder:hover .hint-placeholder [class^=dlt-c8y-icon-]{-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.drop-area-sm .drop-zone .file-placeholder .hint-placeholder [class*=" dlt-c8y-icon-"],.drop-area-sm .drop-zone .file-placeholder .hint-placeholder [class^=dlt-c8y-icon-]{font-size:28px;left:8px}.drop-area-sm .drop-zone .file-placeholder .hint-placeholder p br{display:contents}.drop-area-sm .drop-zone .file-placeholder .hint-placeholder p br+span{margin-left:6px}uib-accordion .panel-group .panel{border-bottom:1px solid rgba(0,0,0,.05);border-left:0;border-right:0;border-top:1px solid rgba(0,0,0,.05);-webkit-box-shadow:none;box-shadow:none}uib-accordion .panel-open,uib-accordion .panel-open.panel-billing{background-color:var(--gray-10,#fbfbfc)}uib-accordion .accordion-toggle:focus{outline:none}uib-accordion .accordion-toggle:hover .showOnHover{visibility:visible}uib-accordion .panel-group .panel+.panel{margin-top:-1px}uib-accordion .fragments .input-group-btn .btn{font-size:18px;padding:3px 7px}uib-accordion .fragments .btn-danger{color:#e0000e}uib-accordion .billing-toggle{color:var(--gray-text,#333);font-size:14px;font-weight:400;padding:8px 0;text-transform:none;width:100%}uib-accordion .billing-toggle input[type=radio]{margin-right:10px}uib-accordion .billing-toggle:focus{outline:none}.modal .panel-billing{padding:0 20px}.accordion-billing .panel-group{margin-bottom:0}.label-value-unit-gauge{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 20px}.label-value-unit-gauge .gauge-legend,.label-value-unit-gauge .gauge-svg{width:100%}@media (min-width:768px){.label-value-unit-gauge .gauge-legend,.label-value-unit-gauge .gauge-svg{width:50%}}.label-value-unit-gauge .gauge-legend h3{margin:0}.label-value-unit-gauge circle.empty{stroke:transparent;stroke-width:24px;fill:none}.label-value-unit-gauge .center-date-time,.label-value-unit-gauge .center-label,.label-value-unit-gauge .center-unit,.label-value-unit-gauge .center-value{text-anchor:middle;fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)))}.label-value-unit-gauge .center-value{font-size:26px;letter-spacing:-1px}.label-value-unit-gauge .center-label{font-size:14px}.label-value-unit-gauge .center-date-time{font-style:italic}.label-value-unit-gauge .center-date-time,.label-value-unit-gauge .center-unit{font-size:10px;opacity:.5}.label-value-unit-gauge .gauge-svg svg path.track,.label-value-unit-gauge .gauge-svg svg path.track-value{stroke-linejoin:miter;stroke-linecap:miter;fill:none;stroke-width:22px;stroke-dasharray:503;stroke-dashoffset:-503px;stroke:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));display:block}.label-value-unit-gauge .gauge-svg svg path.track{stroke-dashoffset:-125.75px;stroke:var(--component-active-background,var(--root-component-active-background,#fff))}.label-value-unit-gauge .gauge-svg svg path.track-value{-webkit-transition:stroke-dashoffset .25s ease;-o-transition:stroke-dashoffset .25s ease;transition:stroke-dashoffset .25s ease}.label-value-unit-gauge .gauge-svg svg path.track-scale{stroke:var(--component-active-background,var(--root-component-active-background,#fff));stroke-width:7;fill:none;stroke-dasharray:.03em,5}.label-value-unit-gauge #mask{fill:var(--component-background,var(--root-component-background,#fff))}.minicolors.minicolors-theme-hidden-input{background-color:var(--component-background,var(--root-component-background,#fff));border:var(--form-control-border-width,1px) solid var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));height:var(--form-control-height-base,32px)}.minicolors.minicolors-theme-hidden-input .minicolors-swatch{border:0;height:0;width:0}.minicolors.minicolors-theme-hidden-input input[type=hidden]+.minicolors-swatch{min-width:32px;width:auto}.minicolors.minicolors-theme-hidden-input .minicolors-swatch-color{border-radius:50%;bottom:auto;height:24px;left:50%;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px}.minicolors.minicolors-theme-hidden-input.minicolors-position-top .minicolors-panel{top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body .minicolors-sprite{background:url(jquery.minicolors-0e61411589c771c12035.png) 0 0 repeat}[ui-ace] .ace_tooltip{max-width:600px;white-space:pre-wrap}body .ace_editor *{font-family:var(--font-family-monospace,Menlo,Monaco,Consolas,"Courier New",monospace)!important}c8y-schema-form.widget{-webkit-box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin-bottom:16px;padding-left:0;padding-top:16px;position:relative}c8y-schema-form.widget.borderless,c8y-schema-form.widget.borderless-top{-webkit-box-shadow:none!important;box-shadow:none!important}c8y-schema-form.widget bootstrap-decorator,c8y-schema-form.widget sf-decorator{-webkit-box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:block;margin-bottom:0}c8y-schema-form.widget bootstrap-decorator .form-group,c8y-schema-form.widget bootstrap-decorator .help-block,c8y-schema-form.widget bootstrap-decorator .legend,c8y-schema-form.widget sf-decorator .form-group,c8y-schema-form.widget sf-decorator .help-block,c8y-schema-form.widget sf-decorator .legend{padding-left:16px;padding-right:16px}c8y-schema-form.widget bootstrap-decorator .form-group,c8y-schema-form.widget sf-decorator .form-group{margin-bottom:0;padding:3px 16px 20px}c8y-schema-form.widget bootstrap-decorator .form-group .form-control[disabled],c8y-schema-form.widget bootstrap-decorator .form-group .form-control[readonly],c8y-schema-form.widget bootstrap-decorator .form-group fieldset[disabled] .form-control,c8y-schema-form.widget sf-decorator .form-group .form-control[disabled],c8y-schema-form.widget sf-decorator .form-group .form-control[readonly],c8y-schema-form.widget sf-decorator .form-group fieldset[disabled] .form-control{color:var(--gray-text,#333)}c8y-schema-form.widget bootstrap-decorator+ng-form{-webkit-box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:block;margin-bottom:0}c8y-schema-form.widget bootstrap-decorator+ng-form>.form-group{margin-bottom:0;padding:3px 16px 20px}c8y-schema-form.widget bootstrap-decorator+ng-form>.form-group .form-control[disabled],c8y-schema-form.widget bootstrap-decorator+ng-form>.form-group .form-control[readonly],c8y-schema-form.widget bootstrap-decorator+ng-form>.form-group fieldset[disabled] .form-control{color:var(--gray-text,#333)}c8y-schema-form.widget bootstrap-decorator .legend{margin-bottom:8px;margin-top:20px}c8y-schema-form.widget sf-decorator .legend{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:inset 0 1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--label-text-color,var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333))));margin-bottom:7px;margin-top:0;padding-top:8px}c8y-schema-form.widget sf-decorator .legend.form-block:after{display:none}c8y-schema-form.widget.form-read-only bootstrap-decorator,c8y-schema-form.widget.form-read-only sf-decorator{height:auto;min-height:0}c8y-schema-form.widget.form-read-only .form-group{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3px 16px}c8y-schema-form.widget.form-read-only .form-group label{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;line-height:1.3;margin:0 8px 0 0}c8y-schema-form.widget.form-read-only .form-group .form-control,c8y-schema-form.widget.form-read-only .form-group .text-pre-wrap,c8y-schema-form.widget.form-read-only .form-group label+div{-webkit-box-flex:1;background-color:transparent;-ms-flex:1 1 60%;flex:1 1 60%;height:auto;padding:0!important;-o-text-overflow:ellipsis;text-overflow:ellipsis}.dashboard c8y-schema-form.widget.form-read-only .form-group .form-control,.dashboard c8y-schema-form.widget.form-read-only .form-group .text-pre-wrap,.dashboard c8y-schema-form.widget.form-read-only .form-group label+div{color:inherit}c8y-schema-form.widget.form-read-only .form-group .help-block{margin:0;width:100%}c8y-schema-form.widget.form-read-only .form-group.datepicker{padding:0}c8y-schema-form.widget.form-read-only .form-group.datepicker .form-control{cursor:not-allowed;pointer-events:none}c8y-schema-form.widget.form-read-only .form-group.datepicker [uib-datepicker-popup-wrap]{display:none}c8y-schema-form.widget.form-read-only .form-group.timepicker,c8y-schema-form.widget.form-read-only .form-group.timepicker .form-group.uib-time{padding:0}c8y-schema-form.widget.form-read-only .form-group.timepicker .form-group.uib-time .form-control{cursor:not-allowed;pointer-events:none;width:20px}c8y-schema-form.widget.form-read-only .schema-form-checkbox{padding:0 0 16px 16px!important}c8y-schema-form.widget.form-read-only .schema-form-textarea{padding:16px}c8y-schema-form.widget.form-read-only .c8y-schema-form-empty{display:none}c8y-schema-form.widget bootstrap-decorator>fieldset>sf-decorator:last-child{border-bottom:0;padding-bottom:0}c8y-schema-form.widget bootstrap-decorator>fieldset>sf-decorator:last-child .schema-form-checkbox{padding:0 0 16px 16px!important}c8y-schema-form.generic-ui .form-group{margin-bottom:0}c8y-schema-form.generic-ui .form-group .help-block{margin:0}c8y-schema-form.generic-ui .c8y-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}c8y-schema-form.generic-ui .c8y-checkbox input+span{margin-right:8px}c8y-schema-form.generic-ui .c8y-checkbox.no-label span+span{display:none}.schema-form-grid{display:grid;margin:0 -1rem}.schema-form-grid>div,.schema-form-grid>div>ng-form{display:contents}.schema-form-grid bootstrap-decorator{padding:0 1rem}.schema-form-grid bootstrap-decorator:first-child:last-child{display:contents;padding:0}.schema-form-grid bootstrap-decorator:first-child:last-child>fieldset{display:contents}.schema-form-grid bootstrap-decorator:first-child:last-child sf-decorator{padding:0 1rem}.schema-form-checkbox{padding-bottom:8px}body>.c8y-timelines-chart-tooltip{background:var(--component-background,var(--root-component-background,#fff));border:0;font:12px sans-serif;padding:2px;pointer-events:none;position:absolute;z-index:1060}.c8y-timelines-chart{position:relative}.c8y-timelines-chart .axis line,.c8y-timelines-chart .axis path{fill:none;stroke:var(--gray-6,#8a98a1);shape-rendering:crispEdges}.c8y-timelines-chart .axis text{font-size:10px}.c8y-timelines-chart .axis .domain,.c8y-timelines-chart .axis .tick line{stroke:var(--gray-8,#ccd2d6)}.ui-sortable.inner-scroll{position:static}.ui-sortable .ui-sortable-handle{cursor:move}.ui-sortable .ui-sortable-handle:hover{cursor:move;outline:1px solid #5faeec}.ui-sortable .ui-sortable-handle .c8y-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.ui-sortable .ui-sortable-handle .c8y-checkbox input+span{margin-right:8px}.ui-sortable .panel-heading{font-size:14px;font-weight:400}.ui-sortable .ui-sortable-handle:not(.list-group-item):not(.list-inline-item){width:40px}.ui-sortable .ui-sortable-handle.list-inline-item:not(.list-group-item){-webkit-box-flex:1;-ms-flex:1 0 20%;flex:1 0 20%;min-width:55px}.modal-body .ui-sortable .ui-sortable-handle.list-inline-item:not(.list-group-item){-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.modal-body .ui-sortable .ui-sortable-handle.list-inline-item:not(.list-group-item) .c8y-schema-form-empty{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.popover-content .ui-sortable .ui-sortable-handle.list-inline-item:not(.list-group-item){-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.ui-sortable .ui-sortable-title{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.ui-sortable .ui-sortable-actions{margin-left:auto;margin-right:-15px;width:40px}.ui-sortable .ui-sortable-actions .btn{color:var(--gray-text,#333)}.ui-sortable .ui-sortable-actions .btn:focus{outline:none}.spinner-snake{-webkit-animation:rotator 1.95s linear infinite;animation:rotator 1.95s linear infinite;border-radius:50%;-webkit-box-shadow:inset 0 0 0 .6em;box-shadow:inset 0 0 0 .6em;color:var(--brand-primary,#1776bf);height:4em;margin:16px auto;position:relative;text-indent:-99999em;-webkit-transform:translateZ(0) rotate(180deg);transform:translateZ(0) rotate(180deg);width:4em}.spinner-snake:before{-webkit-animation:rotator 1s ease .75s infinite;animation:rotator 1s ease .75s infinite;border-radius:2.2em 0 0 2.2em;height:4.2em;left:-.1em;top:-.1em;-webkit-transform-origin:2.2em 2.1em;transform-origin:2.2em 2.1em;width:2.2em}.spinner-snake:after,.spinner-snake:before{background:var(--body-background-color,#f2f3f4);content:"";position:absolute}.card .spinner-snake:after,.card .spinner-snake:before,.modal .spinner-snake:after,.modal .spinner-snake:before,.table-data-grid__loading--wrapper .spinner-snake:after,.table-data-grid__loading--wrapper .spinner-snake:before{background:var(--card-background,var(--component-background,var(--root-component-background,#fff)))}.spinner-snake:after{-webkit-animation:rotator 1s ease infinite;animation:rotator 1s ease infinite;border-radius:0 2.2em 2.2em 0;height:4.2em;left:2.1em;top:-.1em;-webkit-transform-origin:0 2.1em;transform-origin:0 2.1em;width:2.2em}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.c8y-browser-mock .browser-container{border:0}.c8y-browser-mock .browser-row{background:inherit;padding:10px;position:relative}.c8y-browser-mock .column{float:left}.c8y-browser-mock .buttons{width:60px}.c8y-browser-mock .buttons .dot{background-color:var(--gray-7,#b0b9bf);border-radius:50%;display:inline-block;height:12px;margin-top:4px;width:12px}.c8y-browser-mock .tab{background-color:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-bottom:0;border-radius:5px 5px 0 0;color:var(--gray-4,#58656d);left:80px;padding:10px;position:absolute;top:2px;width:20%}.c8y-browser-mock .tab img{float:left;height:16px;margin:1px 6px 1px 2px;width:16px}.c8y-browser-mock .browser-content{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));margin:0}.c8y-browser-mock iframe{border:0;height:calc(100vh - 337px)}.cdk-tree>.cdk-nested-tree-node{padding-left:0}.cdk-tree>.cdk-nested-tree-node:after,.cdk-tree>.cdk-nested-tree-node:before{display:none}.cdk-tree-node{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.cdk-nested-tree-node{padding-left:16px;position:relative}.cdk-nested-tree-node:before{border-left:1px dotted var(--gray-8,#ccd2d6);bottom:1px;content:"";left:7px;position:absolute;top:0}.cdk-nested-tree-node:after{border-top:1px dotted var(--gray-8,#ccd2d6);content:"";left:7px;position:absolute;top:10px;width:10px}.cdk-nested-tree-node>span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:dlt-c8y-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cdk-nested-tree-node>span:before:before{font-size:1.1em}.cdk-nested-tree-node>button+span:before{display:none}.cdk-tree-node-toggle{cursor:pointer}.cdk-tree-node-toggle>[class*=" dlt-c8y-icon-"],.cdk-tree-node-toggle>[class^=dlt-c8y-icon-]{color:var(--brand-primary,#1776bf);margin-right:4px}.list-group.cdk-drop-list{min-width:220px}.cdk-drag-preview:not(.resize-handle){-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1051!important}.cdk-drag-preview:not(.resize-handle)>*,.cdk-drag-preview:not(.resize-handle)>*>*{cursor:move!important;pointer-events:auto!important}.cdk-drag-preview:not(.resize-handle)[cdkDragLockAxis=y]>*,.cdk-drag-preview:not(.resize-handle)[cdkDragLockAxis=y]>*>*{cursor:ns-resize!important;pointer-events:auto!important}.cdk-drag-preview:not(.resize-handle)[cdkDragLockAxis=x]>*,.cdk-drag-preview:not(.resize-handle)[cdkDragLockAxis=x]>*>*{cursor:ew-resize!important;pointer-events:auto!important}.cdk-drag-placeholder,.cdk-drag-placeholder>.list-group-item:after,.cdk-drag-placeholder>.list-group-item>*{opacity:0}.cdk-drag-animating,.cdk-drop-list-dragging .draggable-el:not(.cdk-drag-placeholder),c8y-list-group.cdk-drop-list-dragging c8y-datapoint-selector-list-item:not(.cdk-drag-placeholder){-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);-o-transition:transform .25s cubic-bezier(0,0,.2,1);transition:transform .25s cubic-bezier(0,0,.2,1);transition:transform .25s cubic-bezier(0,0,.2,1),-webkit-transform .25s cubic-bezier(0,0,.2,1)}.cdk-drop-list-disabled c8y-datapoint-selector-list-item.cdk-drag .c8y-list__item__block:before{display:none!important}.bs-datepicker{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:stretch;background:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;z-index:1}.bs-datepicker:after{clear:both;content:"";display:block}.bs-datepicker bs-day-picker{float:left}.bs-datepicker button:active,.bs-datepicker button:focus,.bs-datepicker button:hover,.bs-datepicker input:active,.bs-datepicker input:focus,.bs-datepicker input:hover,.bs-datepicker-btns button:active,.bs-datepicker-btns button:focus,.bs-datepicker-btns button:hover,.bs-datepicker-predefined-btns button:active,.bs-datepicker-predefined-btns button:focus{outline:none}.bs-datepicker-head{border-radius:0;height:50px;min-width:270px;padding:8px;text-align:justify}.bs-datepicker-head:after{content:"";display:inline-block;vertical-align:top;width:100%}.bs-datepicker-head button{background:transparent;border:0;cursor:pointer;display:inline-block;height:32px;line-height:32px;padding:0;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;vertical-align:top}.bs-datepicker-head button[disabled],.bs-datepicker-head button[disabled]:active,.bs-datepicker-head button[disabled]:hover{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)));cursor:not-allowed;opacity:var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7))}.bs-datepicker-head button.next,.bs-datepicker-head button.previous{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:0;color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));display:inline-block;font-family:dlt-c8y-icons!important;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;height:32px;line-height:1;position:relative;text-transform:none;width:32px}.bs-datepicker-head button.next:before,.bs-datepicker-head button.previous:before{font-size:1.1em}.bs-datepicker-head button.next span,.bs-datepicker-head button.previous span{display:none}.bs-datepicker-head button.next:before{content:"\e92b"}.bs-datepicker-head button.previous:before{content:"\e907"}.bs-datepicker-head button.current{border-radius:0;max-width:155px;padding:0 13px}.bs-datepicker-head button{color:var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b)));font-size:16px;font-weight:500}.bs-datepicker-head button:hover{color:var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf)))}.bs-datepicker-head button:active:not(.previous):not(.next){background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))) var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));background:-o-linear-gradient(bottom,rgba(0,0,0,.3),rgba(0,0,0,.3)) var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,.3)) var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff}.bs-datepicker-body{border-radius:0;min-height:232px;min-width:278px;padding:10px}.bs-datepicker-body .days.weeks{position:relative;z-index:1}.bs-datepicker-body table{border-collapse:separate;border-spacing:0;width:100%}.bs-datepicker-body table th{font-size:13px;font-weight:500}.bs-datepicker-body table td,.bs-datepicker-body table th{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));text-align:center}.bs-datepicker-body table td{padding:0;position:relative}.bs-datepicker-body table td span{border-radius:0;display:block;font-size:13px;margin:0 auto;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker-body table td.week span{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));font-weight:500}.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month){cursor:pointer}.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected),.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span{background:transparent;-webkit-box-shadow:inset 0 0 0 2px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 2px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));-webkit-transition:0s;-o-transition:0s;transition:0s}.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected),.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span{background-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)));cursor:pointer;-webkit-transition:0s;-o-transition:0s;transition:0s}.bs-datepicker-body table td span.disabled,.bs-datepicker-body table td.disabled span{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)))}.bs-datepicker-body table td .today{font-weight:600}.bs-datepicker-body table td .today:after{bottom:0;content:"•";left:0;line-height:1;position:absolute;width:100%}.bs-datepicker-body table td span.selected,.bs-datepicker-body table td.selected span{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff}.bs-datepicker-body table td span.is-other-month,.bs-datepicker-body table td.is-other-month span{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)))}.bs-datepicker-body table td.active{position:relative}.bs-datepicker-body table td.active.select-start:before{left:35%}.bs-datepicker-body table td.active.select-end:before{left:-85%}.bs-datepicker-body table td span.active.select-end:after,.bs-datepicker-body table td span.active.select-start:after,.bs-datepicker-body table td.active.select-end span:after,.bs-datepicker-body table td.active.select-start span:after{border-radius:50%;content:"";display:block;height:100%;position:absolute;top:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%;z-index:-1}.bs-datepicker-body table td span:before,.bs-datepicker-body table td:before{background:transparent;bottom:6px;-webkit-box-sizing:content-box;box-sizing:content-box;content:"";display:block;left:-2px;position:absolute;right:-2px;top:6px;z-index:-1}.bs-datepicker-body table td.active.select-start+td.active:before{left:-20%}.bs-datepicker-body table td:last-child.active:before{border-radius:0;left:-25%;width:125%}.bs-datepicker-body table td span[class*=select-],.bs-datepicker-body table td[class*=select-] span{border-radius:0;color:var(--component-background,var(--root-component-background,#fff))}.bs-datepicker-body table.days span.active:not(.select-start):before,.bs-datepicker-body table.days span.in-range:not(.select-start):before,.bs-datepicker-body table.days td.active:not(.select-start):before,.bs-datepicker-body table.days td.in-range:not(.select-start):before{background:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))}.bs-datepicker-body table.days span{height:32px;line-height:32px;width:32px}.bs-datepicker-body table.days span.select-start{border-radius:50% 0 0 50%;z-index:2}.bs-datepicker-body table.days span.select-end{border-radius:0 50% 50% 0;z-index:2}.bs-datepicker-body table.days span.in-range.select-end:before,.bs-datepicker-body table.days span.is-highlighted.in-range:before{background:none;left:0;right:0}.bs-datepicker-body table.days td.active+td.is-highlighted:before,.bs-datepicker-body table.days td.active+td.select-end:before,.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,.bs-datepicker-body table.days td.in-range+td.select-end:before,.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,.bs-datepicker-body table.days td.select-start+td.select-end:before{width:100%}.bs-datepicker-body table.weeks tr td:nth-child(2).active:before{border-radius:0;left:0;width:100%}.bs-datepicker-body table:not(.weeks) tr td:first-child:before{border-radius:0}.bs-datepicker-body table.years td span{height:46px;line-height:45px;margin:0 auto;width:46px}.bs-datepicker-body table.years tr:not(:last-child) td span{margin-bottom:8px}.bs-datepicker-body table.months td{height:52px}.bs-datepicker-body table.months td span{border-radius:0;padding:6px}.bs-datepicker .current-timedate{border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-radius:0;color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));cursor:pointer;font-size:15px;height:30px;line-height:30px;margin-bottom:10px;text-align:center;text-transform:uppercase;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker .current-timedate span:not(:empty):before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);content:"";display:inline-block;height:16px;margin-right:4px;vertical-align:text-bottom;width:15px}.bs-datepicker-multiple{border-radius:0}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-left:10px}.bs-datepicker-multiple .bs-datepicker{-webkit-box-shadow:none;box-shadow:none;position:relative}.bs-datepicker-multiple .bs-datepicker:not(:last-child){padding-right:10px}.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);content:"";display:block;height:10px;left:-8px;position:absolute;top:25px;width:14px}.bs-datepicker-multiple .bs-datepicker .left{float:left}.bs-datepicker-multiple .bs-datepicker .right{float:right}.bs-datepicker-container{padding:0}.bs-datepicker .bs-media-container{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.bs-datepicker .bs-media-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bs-datepicker-custom-range{background:var(--component-odd-background,var(--root-component-odd-background,linear-gradient(to top,rgba(0,0,0,.03),rgba(0,0,0,.03)) #fff))}.bs-datepicker-predefined-btns button{background-color:var(--component-background,var(--root-component-background,#fff));border:0;border-radius:0;color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;height:32px;margin-bottom:10px;padding:0 18px;text-align:left;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%}.bs-datepicker-predefined-btns button:active,.bs-datepicker-predefined-btns button:hover{background-color:var(--component-active-background,var(--root-component-active-background,#fff))}.bs-datepicker-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:flex-end;padding-top:10px}.bs-datepicker-buttons .btn-default{margin-left:10px}.bs-timepicker-container{padding:10px 0}.bs-timepicker-label{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));margin-bottom:10px}.bs-timepicker-controls{display:inline-block;margin-right:10px;vertical-align:top}.bs-timepicker-controls button{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));border:0;border-radius:50%;color:#fff;font-size:16px;font-weight:700;height:20px;line-height:0;padding:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;vertical-align:middle;width:20px}.bs-timepicker-controls button:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))) var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));background:-o-linear-gradient(bottom,rgba(0,0,0,.3),rgba(0,0,0,.3)) var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,.3)) var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.bs-timepicker-controls input{border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-radius:13px;height:25px;text-align:center;width:35px}.bs-timepicker .switch-time-format{background:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-radius:20px;color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));font-size:13px;height:25px;min-width:54px;text-transform:uppercase}.bs-timepicker .switch-time-format img{margin-left:4px;vertical-align:initial}bs-datepicker-container,bs-daterangepicker-container{z-index:1080}@media (max-width:768px){.bs-datepicker-multiple{display:-webkit-box;display:-ms-flexbox;display:flex}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-left:0;margin-top:10px}}c8y-time-picker table,timepicker table{background-color:transparent}c8y-time-picker table .bs-timepicker-field,timepicker table .bs-timepicker-field{width:40px!important}.form-group-sm c8y-time-picker table .bs-timepicker-field,.form-group-sm timepicker table .bs-timepicker-field{width:36px!important}c8y-time-picker table .btn-default,timepicker table .btn-default{padding-left:8px;padding-right:8px}.form-group-sm c8y-time-picker table .btn-default,.form-group-sm timepicker table .btn-default{border-radius:var(--btn-border-radius-base,0);font-size:calc(var(--font-size-base, 14px)*.85);line-height:1.4;padding:5px 8px}.datetime-picker{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.datetime-picker .datepicker{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:0;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;flex-shrink:0;margin-bottom:0;margin-right:8px}.datetime-picker c8y-time-picker,.datetime-picker timepicker{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-bottom:0}.c8y-stepper{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin-bottom:0;margin-top:0;padding:8px;position:relative}.c8y-stepper:before{border-top:2px solid var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));content:"";left:2rem;position:absolute;right:2rem;top:50%;z-index:0}.c8y-stepper>li{margin-right:auto;position:relative}.c8y-stepper>li:last-child{margin-right:0}.c8y-stepper:not([class*=col-]){margin:0}.c8y-step__label{color:var(--text-muted,#677680);display:none;font-size:calc(var(--font-size-base, 14px)*.85);left:50%;margin-top:4px;max-width:120px;overflow:hidden;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}@media (min-width:768px){.c8y-step__label{display:block}}.active+.c8y-step__label{color:var(--gray-text,#333);font-weight:500}.c8y-step{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--component-background,var(--root-component-background,#fff));background-image:none;border:0;border-radius:50%;-webkit-box-shadow:inset 0 0 0 1px var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));box-shadow:inset 0 0 0 1px var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)));display:-webkit-box;display:-ms-flexbox;display:flex;height:28px;justify-content:center;width:28px}.c8y-step.active{background-color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)));border-width:3px}.c8y-step.active,.c8y-step.step-done{-webkit-box-shadow:none;box-shadow:none;color:#fff}.c8y-step.step-done{background-color:#080}.c8y-step.step-error{background-color:#e0000e}.c8y-step.step-error,.c8y-step.step-warning{-webkit-box-shadow:none;box-shadow:none;color:#fff}.c8y-step.step-warning{background-color:#ff801f}.c8y-step:focus{outline:none}.c8y-stepper--no-btns .c8y-step{pointer-events:none}c8y-preview-selection-frame,c8y-select-step-frame{display:contents}.c8y-list__group{list-style:none;margin:0;padding:0}.c8y-list__group:not(.dropdown-menu){display:block}.c8y-list__group.separator-top{padding-top:1px}.c8y-list__group.dropdown-menu{max-height:240px;overflow-y:auto;width:100%}.c8y-list__item{fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)));--hr-border:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));--label-text-color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));--legend-text-color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));--link-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));--link-color-hover:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));background:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;-webkit-transition:padding .25s ease;-o-transition:padding .25s ease;transition:padding .25s ease}.c8y-list__item .text-muted{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))}.c8y-list__item.active{background:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.c8y-list__item .expanded,.c8y-list__item.expanded{background:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.c8y-list__item a:not([class]){color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.c8y-list__item a:not([class]):hover{color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))))}.c8y-list__item,.c8y-list__item *{--component-background:var(--c8y-list-group-background);--component-color:var(--c8y-list-group-color);--component-odd-background:var(--c8y-list-group-odd-background);--component-active-background:var(--c8y-list-group-active-background);--component-active-color:var(--c8y-list-group-active-color);--component-expanded-background:var(--c8y-list-group-expanded-background);--component-expanded-color:var(--c8y-list-group-expanded-color);--component-border:var(--c8y-list-group-border);--component-input-border:var(--c8y-list-group-input-border);--component-link-color:var(--c8y-list-group-link-color);--component-link-color-hover:var(--c8y-list-group-link-color-hover);--link-color:var(--c8y-list-group-link-color);--link-color-hover:var(--c8y-list-group-link-color-hover);--component-actions-color:var(--c8y-list-group-actions-color);--component-actions-color-hover:var(--c8y-list-group-actions-color-hover);--component-actions-opacity:var(--c8y-list-group-actions-opacity);--component-label-color:var(--c8y-list-group-label-color);--component-legend-color:var(--c8y-list-group-legend-color);--component-placeholder-color:var(--c8y-list-group-placeholder-color);--component-focus-color:var(--c8y-list-group-focus-color);--component-focus-background:var(--c8y-list-group-focus-background);--component-focus-border:var(--c8y-list-group-focus-border);--component-text-muted:var(--c8y-list-group-text-muted);--component-highlight-color:var(--c8y-list-group-highlight-color);--component-brand-primary:var(--c8y-list-group-brand-primary);--component-realtime-added:var(--c8y-list-group-realtime-added);--component-pulse-color:var(--c8y-list-group-pulse-color);--component-spinner-color:var(--c8y-list-group-spinner-color);--component-disabled-color:var(--c8y-list-group-disabled-color);--component-disabled-opacity:var(--c8y-list-group-disabled-opacity);--component-icon-white-color-light:var(--c8y-list-group-icon-white-color-light);--component-icon-white-color-dark:var(--c8y-list-group-icon-white-color-dar);--component-icon-dark-color-light:var(--c8y-list-group-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--c8y-list-group-icon-dark-color-dark);--component-icon-color:var(--c8y-list-group-icon-color);--component-scrollbar-track:var(--c8y-list-group-scrollbar-track);--component-scrollbar-thumb:var(--c8y-list-group-scrollbar-thumb);--component-padding:var(--c8y-list-group-padding)}.dd-low .c8y-list__item{padding:8px}.dd-low .c8y-list__item.c8y-list__item--empty-actions{padding-right:3rem}.dd-high .c8y-list__item{padding:0}.dd-low .c8y-list__item[ng-reflect-collapsed=false]{padding-bottom:0}.dd-low .c8y-list__item[ng-reflect-collapsed=false] .collapse{margin-top:1rem}.c8y-list__item.disabled{opacity:.5;pointer-events:none}.c8y-list__item.expanded,.c8y-list__item>.expanded{background-color:transparent}.c8y-list__item.expanded .sticky-top,.c8y-list__item>.expanded .sticky-top{background-color:inherit}.c8y-list__item--empty-actions{padding-right:40px}.c8y-list__item.has-error{-webkit-box-shadow:inset 0 -2px 0 #e0000e;box-shadow:inset 0 -2px 0 #e0000e}.c8y-list__group--strip .c8y-list__item:nth-child(odd){background:var(--component-odd-background,var(--root-component-odd-background,linear-gradient(to top,rgba(0,0,0,.03),rgba(0,0,0,.03)) #fff))}.no-border-last .c8y-list__item:last-child{-webkit-box-shadow:none;box-shadow:none}a.c8y-list__item:hover{text-decoration:none}.c8y-list--pulse{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:pulseComponent;animation-name:pulseComponent}c8y-load-more.c8y-list__item .btn{margin-bottom:8px;margin-top:8px}.c8y-list__item--double-actions .c8y-list__item__actions{min-width:80px}.c8y-list__item--no-expand .collapse-btn{display:none;pointer-events:none}.c8y-list__item--link{cursor:pointer}.c8y-list__item--link:focus,.c8y-list__item--link:hover{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list__item__block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.c8y-list__item__block.sticky-top{background-color:unset}.c8y-list__item__block .progress{margin-bottom:0;margin-top:3px}c8y-li-drag-handle{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:stretch;align-items:center;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:0;overflow:hidden;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}c8y-li-drag-handle c8y-li-drag-handle{cursor:move;max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important;padding:0!important}c8y-li-drag-handle[cdkdraghandle]{cursor:move}c8y-li-drag-handle[cdkdraghandle]:hover{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.cdk-drag-disabled c8y-li-drag-handle{display:none}.c8y-list__item:hover c8y-li-drag-handle:not(:empty){max-width:100px;padding-left:8px}.c8y-list__item__actions{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:40px}.c8y-list__item__actions .c8y-dropdown,.c8y-list__item__actions .collapse-btn{min-width:40px;opacity:var(--component-actions-opacity,var(--root-component-actions-opacity,.5))}.c8y-list__item__actions .c8y-dropdown:hover,.c8y-list__item__actions .collapse-btn:hover{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));opacity:1}.c8y-list__item__actions .c8y-dropdown.disabled,.c8y-list__item__actions .c8y-dropdown[disabled],.c8y-list__item__actions .collapse-btn.disabled,.c8y-list__item__actions .collapse-btn[disabled]{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)))}.c8y-list__item__actions .c8y-dropdown.disabled:hover,.c8y-list__item__actions .c8y-dropdown[disabled]:hover,.c8y-list__item__actions .collapse-btn.disabled:hover,.c8y-list__item__actions .collapse-btn[disabled]:hover{cursor:not-allowed!important;opacity:.5;pointer-events:auto!important}.c8y-list__item__appicon,.c8y-list__item__check,.c8y-list__item__colorpicker,.c8y-list__item__icon,.c8y-list__item__radio{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:40px;padding:7px calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.c8y-list__item__body .c8y-list__item__appicon,.c8y-list__item__body .c8y-list__item__check,.c8y-list__item__body .c8y-list__item__colorpicker,.c8y-list__item__body .c8y-list__item__icon,.c8y-list__item__body .c8y-list__item__radio{min-height:auto}.c8y-list__item__check,.c8y-list__item__radio{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:40px}.c8y-list__item__check .c8y-checkbox,.c8y-list__item__check .c8y-radio,.c8y-list__item__radio .c8y-checkbox,.c8y-list__item__radio .c8y-radio{line-height:1.3}.c8y-list__item__appicon{font-size:36px}.c8y-list__item__icon{color:var(--component-icon-color,var(--root-component-icon-color,var(--component-icon-dark-color-dark,var(--root-component-icon-dark-color-dark,var(--brand-dark,#0b385b)))));font-size:22px;line-height:1;min-height:40px}.c8y-list__item__icon>i+i{display:block;margin-top:-2px;text-align:center;-webkit-transform:scale(.65);transform:scale(.65)}.c8y-list__item__icon>device-status{line-height:1}.c8y-list__item__body{-webkit-box-flex:1;-ms-flex-positive:1;display:block;flex-grow:1;overflow:hidden;padding-bottom:10px;padding-top:10px;-o-text-overflow:ellipsis;text-overflow:ellipsis}.c8y-list__item__body:last-child{padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.c8y-list__item__body:first-child{padding-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.c8y-list__item__footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:var(--font-size-small,12px);line-height:1.2}.c8y-list__item__footer>*{padding:.5rem 0 0}.c8y-list__item__collapse{width:100%}.c8y-list__item__collapse--container{background-image:var(--component-expanded-gradient,var(--root-component-expanded-gradient,linear-gradient(0,rgba(0,0,0,.03) 0,var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc))) 12px,var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc))) calc(100% - 12px),rgba(0,0,0,.03) 100%)));padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}@media (min-width:992px){.c8y-list__item__collapse--container{padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px) 4rem 2rem}.c8y-list__item__collapse--container-small .c8y-list__item__collapse--container{padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px) calc(var(--component-padding, var(--root-component-padding, 16))*1px) 2rem}}.dd-low .c8y-list__item__collapse--container{margin:1rem -8px -8px}.card-header.sticky-top{z-index:100}.card-header.sticky-top+.c8y-list__group .c8y-list__item__block.sticky-top{top:48px}.c8y-list--timeline{-webkit-box-shadow:none;box-shadow:none}.c8y-list--timeline .c8y-list--timeline__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:none;box-shadow:none;position:relative}.c8y-list--timeline .c8y-list--timeline__item:after{-webkit-transition:all 1s linear .25s;-o-transition:all 1s linear .25s;transition:all 1s linear .25s}.c8y-list--timeline .c8y-list--timeline__item .c8y-list__item{background:var(--component-background,var(--root-component-background,#fff));max-width:calc(100% - 86px);-webkit-transition:background 1s linear .25s,border 1s linear .25s;-o-transition:background 1s linear .25s,border 1s linear .25s;transition:background 1s linear .25s,border 1s linear .25s}.c8y-list--timeline .c8y-list--timeline__item .c8y-list__item:after{-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.c8y-list--timeline .c8y-list--timeline__item.ng-enter .c8y-list__item,.c8y-list--timeline .c8y-list--timeline__item.ng-enter:after{background:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))!important;-webkit-transition:none;-o-transition:none;transition:none}.c8y-list--timeline .c8y-list--timeline__item.ng-enter .c8y-list__item:after{border-color:transparent var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9)) transparent transparent}.c8y-list--timeline .c8y-list--timeline__item:after,.c8y-list--timeline .c8y-list--timeline__item:before{border:1px dotted rgba(0,0,0,.05);bottom:1px;content:"";left:75px;position:absolute;top:0;-webkit-transition:top .35s linear;-o-transition:top .35s linear;transition:top .35s linear}.c8y-list--timeline .c8y-list--timeline__item:first-child:before{top:50%}.c8y-list--timeline .c8y-list--timeline__item:last-of-type:before{bottom:50%}.c8y-list--timeline .c8y-list--timeline__item:after{background-color:#b0b9bf;border-radius:50%;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);content:"";height:12px;left:70px;margin:-10px 0 0;position:absolute;top:50%;-webkit-transition:background .5s linear;-o-transition:background .5s linear;transition:background .5s linear;width:12px;z-index:10}.c8y-list--timeline .c8y-list--timeline__item,.c8y-list--timeline .c8y-list--timeline__item.expanded{-webkit-box-orient:horizontal;-webkit-box-direction:normal;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.c8y-list--timeline .c8y-list--timeline__item.expanded:after{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-list--timeline .c8y-list--timeline__item .c8y-list__item__actions{margin-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1)}.c8y-list--timeline .c8y-list--timeline__item__date{-ms-flex-negative:0;display:block;flex-shrink:0;font-size:10px;line-height:1;margin-right:36px;overflow:hidden;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:60px}.c8y-list--timeline .c8y-list--timeline__item__date:first-line{font-size:10px;font-weight:700}.c8y-list--timeline .c8y-list__item__block{padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.c8y-list--timeline .c8y-list__item{-webkit-box-flex:1;-ms-flex-positive:1;border:2px solid transparent;border-radius:.25rem;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);flex-grow:1;margin-bottom:8px;margin-top:0;overflow:visible;position:relative}.c8y-list--timeline .c8y-list__item:before{border-color:transparent rgba(0,0,0,.05) transparent transparent;left:-11px;-webkit-transition:border-color 1s linear;-o-transition:border-color 1s linear;transition:border-color 1s linear}.c8y-list--timeline .c8y-list__item:after,.c8y-list--timeline .c8y-list__item:before{border-style:solid;border-width:10px 10px 10px 0;content:"";height:0;margin-top:-10px;position:absolute;top:50%;width:0}.c8y-list--timeline .c8y-list__item:after{border-color:transparent var(--component-background,var(--root-component-background,#fff)) transparent transparent;left:-10px;-webkit-transition:border .5s linear;-o-transition:border .5s linear;transition:border .5s linear}.c8y-list--timeline .c8y-list__item__check,.c8y-list--timeline .c8y-list__item__icon,.c8y-list--timeline .c8y-list__item__radio{padding-left:0}.c8y-list--timeline .c8y-list--timeline__item.active:after{background-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)))}.c8y-list--timeline .c8y-list--timeline__item.active .c8y-list__item{border-color:var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf)))}.c8y-list--timeline .c8y-list--timeline__item.active .c8y-list__item:before{border-color:transparent var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf))) transparent transparent;border-width:13px 13px 13px 0;left:-13px;margin-top:-13px}.pagination{border-radius:calc(var(--form-control-height-base, 32px)*.5);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding-left:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{background-color:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));float:left;line-height:var(--line-height-base,1.42857143);margin-left:-1px;padding:5px 8px;position:relative;text-decoration:none}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));z-index:2}.pagination>li:first-child>a,.pagination>li:first-child>span{border-bottom-left-radius:calc(var(--form-control-height-base, 32px)*.5);border-top-left-radius:calc(var(--form-control-height-base, 32px)*.5);margin-left:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:calc(var(--form-control-height-base, 32px)*.5);border-top-right-radius:calc(var(--form-control-height-base, 32px)*.5)}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff;cursor:default;z-index:3}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)));color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)));cursor:not-allowed}.pagination-next>a,.pagination-prev>a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:dlt-c8y-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;overflow:hidden;position:relative;text-transform:none;width:32px}.pagination-next>a:before,.pagination-prev>a:before{font-size:1.1em}.pagination-prev a:before{content:"\e907";font-size:1em}.pagination-next a:before{content:"\e92b";font-size:1em}.pagination-lg>li>a,.pagination-lg>li>span{font-size:calc(var(--font-size-base, 14px)*1.21);line-height:1.3333333;padding:9px 16px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:2px;border-top-left-radius:2px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.pagination-sm>li>a,.pagination-sm>li>span{font-size:calc(var(--font-size-base, 14px)*.85);line-height:1.4;padding:5px 8px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}@media (min-width:992px){c8y-bulk-operation-details-tabs{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:40px minmax(150px,1fr) minmax(150px,1fr);max-height:calc(100vh - 440px);min-height:340px}}.body{display:none}.cdk-virtual-scroll-viewport[autosize],.cdk-virtual-scroll-viewport[windowVirtualScrollStrategy]{contain:none;display:block;overflow:visible;position:relative}.cdk-virtual-scroll-viewport[autosize] .cdk-virtual-scroll-spacer,.cdk-virtual-scroll-viewport[windowVirtualScrollStrategy] .cdk-virtual-scroll-spacer{position:relative}c8y-asset-selector-miller{background:var(--component-background,var(--root-component-background,#fff));display:contents}.miller-view-wrapper{background:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow:auto;scroll-behavior:smooth}.miller-view-wrapper::-webkit-scrollbar{height:4px;width:4px}.miller-view-wrapper::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.miller-view-wrapper::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.miller-view-wrapper:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.miller-view-wrapper.single-column{overflow:hidden}.miller-view-wrapper.single-column .miller-column{border-right:0;max-width:none;min-width:100%}.miller-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;max-width:33.333%;min-width:200px;overflow-x:hidden;overflow-y:auto}.miller-column::-webkit-scrollbar{height:4px;width:4px}.miller-column::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.miller-column::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.miller-column:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.miller-column__header{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,.1);padding:8px}.miller-column__header.sticky-top{z-index:20}.miller-column__header+c8y-asset-selector-node{background:inherit;display:block;position:relative;z-index:10}.miller-column__item{--root-component-padding:8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--component-background,var(--root-component-background,#fff));display:-webkit-box;display:-ms-flexbox;display:flex;min-height:32px}.miller-column__item.active,.miller-column__item:hover:not(.miller-column__item--more){-webkit-box-shadow:inset 2px 0 0 0 var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))));box-shadow:inset 2px 0 0 0 var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))}.miller-column__item.active{background-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))!important}.miller-column__item__btn{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:stretch;align-items:center;align-self:stretch;background:transparent;border:0;color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px);text-align:left;width:100%}.active .miller-column__item__btn{pointer-events:none}.miller-column__item__btn:focus{outline:2px solid var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));outline-offset:-2px}.miller-column__item__checkbox{padding-left:4px}.miller-column__item__checkbox+.miller-column__item__btn{padding-left:4px;width:calc(100% - 20px)}.collapse .c8y-asset-selector__item{position:relative}.collapse .c8y-asset-selector__item:after{border-left:1px solid var(--component-icon-dark-color-light,var(--root-component-icon-dark-color-light,var(--brand-light,#5faeec)));bottom:18px;content:"";display:block;left:6px;position:absolute;top:32px}.collapse .c8y-asset-selector__item .c8y-asset-selector__item:before{border-top:1px solid var(--component-icon-dark-color-light,var(--root-component-icon-dark-color-light,var(--brand-light,#5faeec)));content:"";display:block;left:-10px;position:absolute;top:15px;width:8px}.collapse .c8y-asset-selector__item .c8y-asset-selector__item--more:after,.collapse .c8y-asset-selector__item .c8y-asset-selector__item--more:before{display:none}.collapse .c8y-asset-selector__item .c8y-asset-selector__item--more .btn.btn-default:before{background:var(--component-background,var(--root-component-background,#fff));content:"";display:block;height:40px;left:-11px;position:absolute;top:-17px;width:5px;z-index:10}.c8y-asset-selector__node{display:-webkit-box;display:-ms-flexbox;display:flex}.c8y-asset-selector__node .collapse-btn{height:32px;opacity:1}.c8y-asset-selector__node .collapse-btn:focus{outline:2px solid var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));outline-offset:-2px}.c8y-asset-selector__node--open .collapse-btn>i{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c8y-asset-selector__btn{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:none;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:inherit;cursor:pointer;display:inline-block!important;flex-grow:1;margin-bottom:0;max-width:100%;padding:6px 8px 6px 0;text-align:left;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.c8y-asset-selector__btn:focus{outline:2px solid var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));outline-offset:-2px}c8y-asset-selector c8y-search-input .input-group .form-control,c8y-asset-selector c8y-search-input .input-group .form-control:first-child,c8y-asset-selector c8y-search-input .input-group .form-control:last-child{border-radius:calc(var(--form-control-height-base, 32px)*.5);padding-left:calc(var(--form-control-padding-base-horizontal, 8px)*2);padding-right:calc(var(--form-control-height-base, 32px) + var(--form-control-padding-base-horizontal, 8px))}.c8y-asset-selector__item--start .c8y-asset-selector__node+.collapse .c8y-asset-selector__item{margin-left:16px!important}@media (min-width:992px){c8y-software-device-tab .split-view--7-5{grid-template-columns:minmax(0,7fr) minmax(284px,5fr)}}c8y-software-device-tab c8y-installed-software #software-list{max-height:calc(100vh - 344px)}@media (max-width:767px){c8y-software-device-tab c8y-installed-software #software-list{max-height:calc(100vh - 260px)}}c8y-software-device-tab c8y-installed-software #operation-block~#software-list{max-height:calc(100vh - 416px)}@media (max-width:767px){c8y-software-device-tab c8y-installed-software #operation-block~#software-list{max-height:calc(100vh - 332px)}}c8y-software-device-tab c8y-device-software-changes{height:100%}@media (min-width:992px){c8y-software-device-tab c8y-device-software-changes #software-changes-list{max-height:calc(100vh - 280px)}}.c8y-datapoint-pill{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--component-background,var(--root-component-background,#fff));border-radius:16px;-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:calc(var(--font-size-base, 14px)*.85);line-height:1;max-width:100%;min-height:24px;overflow:hidden}.c8y-datapoint-pill__btn{-ms-flex-item-align:stretch;align-self:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:none;border:0;border-right:1px solid var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));-webkit-box-shadow:none!important;box-shadow:none!important;color:inherit;color:var(--text-muted,#677680);cursor:pointer;display:inline-block;line-height:1;margin-bottom:0;max-width:100%;padding:4px 4px 4px 8px;text-align:left;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.c8y-datapoint-pill__btn:hover{color:var(--brand-primary,#1776bf);text-decoration:none}.c8y-datapoint-pill__btn:focus{color:var(--brand-primary,#1776bf);outline:none;text-decoration:underline}.c8y-datapoint-pill__btn.text-truncate{max-width:100%}.c8y-datapoint-pill__btn[disabled],.c8y-datapoint-pill__btn[disabled]:focus,.c8y-datapoint-pill__btn[disabled]:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}.c8y-datapoint-pill__label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;overflow:hidden;padding:4px 12px 4px 4px}.dtm-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width:768px){.dtm-icon-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:992px){.dtm-icon-grid{grid-template-columns:repeat(8,minmax(0,1fr))}}.dtm-icon-grid__item{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:stretch}.dtm-icon-grid__item--selected>button{-webkit-box-shadow:inset 0 0 0 2px var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))!important;box-shadow:inset 0 0 0 2px var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))!important}.dtm-icon-grid__btn{background-image:none;background:var(--component-background,var(--root-component-background,#fff));border:1px solid transparent;border-radius:0;cursor:pointer;display:inline-block;font-size:var(--btn-font-size-base,var(--font-size-base,14px));font-weight:400;line-height:var(--line-height-base,1.42857143);margin-bottom:0;padding:8px;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:border .25s ease,background .25s ease,-webkit-box-shadow .25s ease;transition:border .25s ease,background .25s ease,-webkit-box-shadow .25s ease;-o-transition:border .25s ease,box-shadow .25s ease,background .25s ease;transition:border .25s ease,box-shadow .25s ease,background .25s ease;transition:border .25s ease,box-shadow .25s ease,background .25s ease,-webkit-box-shadow .25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;white-space:normal;width:100%}.dtm-icon-grid__btn.btn-icon{padding-left:9px;padding-right:9px}.dtm-icon-grid__btn>i{vertical-align:text-top}.dtm-icon-grid__btn.active.focus,.dtm-icon-grid__btn.active:focus,.dtm-icon-grid__btn.focus,.dtm-icon-grid__btn:active.focus,.dtm-icon-grid__btn:active:focus,.dtm-icon-grid__btn:focus{outline:none}.dtm-icon-grid__btn.focus,.dtm-icon-grid__btn:focus,.dtm-icon-grid__btn:hover{color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));text-decoration:none}.dtm-icon-grid__btn.active,.dtm-icon-grid__btn:active{background-image:none;-webkit-box-shadow:none;box-shadow:none;outline:0}.dtm-icon-grid__btn.disabled,.dtm-icon-grid__btn.disabled:focus,.dtm-icon-grid__btn.disabled:hover,.dtm-icon-grid__btn[disabled],.dtm-icon-grid__btn[disabled]:focus,.dtm-icon-grid__btn[disabled]:hover,fieldset[disabled] .dtm-icon-grid__btn,fieldset[disabled] .dtm-icon-grid__btn:focus,fieldset[disabled] .dtm-icon-grid__btn:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed!important;filter:alpha(opacity=65);opacity:.65}a .dtm-icon-grid__btn.disabled,fieldset[disabled] a .dtm-icon-grid__btn{pointer-events:none}.dtm-icon-grid__btn.c8y-btn-checkbox,.dtm-icon-grid__btn[btnCheckbox],.dtm-icon-grid__btn[uib-btn-checkbox]{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;color:#333;height:30px;line-height:1;margin-bottom:10px;margin-right:10px;padding:0 32px 0 16px;position:relative;-webkit-transition:all .25s ease!important;-o-transition:all .25s ease!important;transition:all .25s ease!important;z-index:2}.dtm-icon-grid__btn.c8y-btn-checkbox *,.dtm-icon-grid__btn[btnCheckbox] *,.dtm-icon-grid__btn[uib-btn-checkbox] *{position:relative;z-index:1}.dtm-icon-grid__btn.c8y-btn-checkbox:focus,.dtm-icon-grid__btn.c8y-btn-checkbox:hover,.dtm-icon-grid__btn[btnCheckbox]:focus,.dtm-icon-grid__btn[btnCheckbox]:hover,.dtm-icon-grid__btn[uib-btn-checkbox]:focus,.dtm-icon-grid__btn[uib-btn-checkbox]:hover{background-color:transparent;background-image:none;outline:none}.dtm-icon-grid__btn.c8y-btn-checkbox:before,.dtm-icon-grid__btn[btnCheckbox]:before,.dtm-icon-grid__btn[uib-btn-checkbox]:before{background-color:var(--gray-8,#ccd2d6);border-radius:15px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease;z-index:-1}.dtm-icon-grid__btn.c8y-btn-checkbox:after,.dtm-icon-grid__btn[btnCheckbox]:after,.dtm-icon-grid__btn[uib-btn-checkbox]:after{background-color:#fff;border-radius:15px!important;bottom:2px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2);content:"";left:2px;position:absolute;right:18px;top:2px;-webkit-transition:all .25s ease!important;-o-transition:all .25s ease!important;transition:all .25s ease!important;z-index:-1}.dtm-icon-grid__btn.c8y-btn-checkbox.active,.dtm-icon-grid__btn[btnCheckbox].active,.dtm-icon-grid__btn[uib-btn-checkbox].active{background-color:transparent;border:0!important;-webkit-box-shadow:none;box-shadow:none;padding:0 16px 0 32px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.dtm-icon-grid__btn.c8y-btn-checkbox.active:before,.dtm-icon-grid__btn[btnCheckbox].active:before,.dtm-icon-grid__btn[uib-btn-checkbox].active:before{background-color:var(--brand-light,#5faeec);-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease}.dtm-icon-grid__btn.c8y-btn-checkbox.active:after,.dtm-icon-grid__btn[btnCheckbox].active:after,.dtm-icon-grid__btn[uib-btn-checkbox].active:after{left:18px;right:2px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.dtm-icon-grid__btn.c8y-btn-checkbox--inline{margin:-5px 0;vertical-align:unset}.dtm-icon-grid__btn>i{color:#0b385b;margin-bottom:4px}.dtm-icon-grid__btn:focus,.dtm-icon-grid__btn:hover{-webkit-box-shadow:inset 0 0 0 1px var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))));box-shadow:inset 0 0 0 1px var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))));color:inherit}.dtm-icon-grid__btn:active{-webkit-box-shadow:inset 0 0 0 2px var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))));box-shadow:inset 0 0 0 2px var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))}.navigator{-webkit-box-orient:vertical;-webkit-box-direction:normal;--component-background-color:var(--navigator-text-color,var(--navigator-dark-text-color,#fff));background:var(--navigator-bg-color,var(--navigator-dark-bg-color,var(--brand-primary,#1776bf)));bottom:0;color:var(--navigator-text-color,var(--navigator-dark-text-color,#fff));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-family:var(--navigator-font-family,var(--font-family-base,var(--font-family-base,var(--font-family-sans-serif,"Roboto",Helvetica,Arial,sans-serif))));left:-250px;padding-bottom:24px;padding-top:0;position:fixed;top:0;-webkit-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out;width:240px;z-index:1031}.navigator.open{-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:6px 0 19px rgba(0,0,0,.1),9px 0 22px rgba(0,0,0,.1);box-shadow:6px 0 19px rgba(0,0,0,.1),9px 0 22px rgba(0,0,0,.1);left:0}@media (min-width:1200px){.navigator.open{-webkit-box-shadow:none;box-shadow:none}}.navigator.minheight{height:64px;padding-bottom:0;padding-top:0}.navigator .title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-pack:distribute;-webkit-box-flex:0;color:var(--navigator-title-color,var(--navigator-dark-title-color,#fff));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-size:var(--navigator-app-name-size,16px);font-weight:200;justify-content:space-around;line-height:1.6;margin:0;padding:var(--navigator-app-name-size,16px) 0 0;position:relative;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;z-index:100}.navigator .title,.navigator .title:after{background-color:var(--navigator-header-bg,var(--navigator-dark-bg-color,var(--brand-primary,#1776bf)))}.navigator .title:after{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.1);box-shadow:0 2px 3px rgba(0,0,0,.1);content:"";display:block;height:4px;left:0;position:absolute;top:100%;width:100%;z-index:10}.navigator .title .app-noicon+span,.navigator .title .c8y-icon+span{display:block}.navigator .title .c8y-icon{font-size:var(--navigator-app-icon-size,46px)}.navigator .title .c8y-icon:before{color:var(--navigator-dark-icon,currentColor)}.navigator .title .c8y-icon:after{color:var(--navigator-light-icon,var(--component-icon-dark-color-light,var(--root-component-icon-dark-color-light,var(--brand-light,#5faeec))))}.navigator .title .app-noicon{background-color:#fff;color:var(--gray-4,#58656d);height:48px;line-height:48px;margin-bottom:6px;margin-top:8px;width:48px}.navigator .title .tenant-brand{background-image:var(--navigator-platform-logo,url(logo-white-114bbf92dfcc8ef16669.svg));background-position:top;background-repeat:no-repeat;background-size:contain;display:block;margin:0 auto 8px;padding-bottom:var(--navigator-platform-logo-height,28px);width:208px}.navigatorContent{list-style:none;margin:4px 0 0;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:4px 0 0;position:relative}.navigatorContent:before{background-color:var(--navigator-bg-color,var(--navigator-dark-bg-color,var(--brand-primary,#1776bf)));content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1001}.navigatorContent .expander{-ms-flex-negative:0;flex-shrink:0;font-size:10px;line-height:30px;margin:-10px -20px -10px auto;text-align:center;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;width:24px}.navigatorContent .dragged{opacity:.5}.navigatorContent .link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:4px solid transparent;color:var(--navigator-text-color,var(--navigator-dark-text-color,#fff));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;font-size:14px;min-height:40px;outline:none;padding:9px 24px 9px 16px;position:relative;text-decoration:none;-webkit-transition:background .35s ease;-o-transition:background .35s ease;transition:background .35s ease}.navigatorContent .link>span{display:block;max-width:100%!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.navigatorContent .link:hover{background:rgba(0,0,0,.05)}.navigatorContent .link.active{background:var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));border-left-color:var(--navigator-active-color,var(--navigator-dark-active-color,#fff));color:var(--navigator-active-color,var(--navigator-dark-active-color,#fff))}.navigatorContent .link.active+.children.in{background:-webkit-gradient(linear,left bottom,left top,from(transparent),to(rgba(0,0,0,.1))) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:-o-linear-gradient(bottom,transparent,rgba(0,0,0,.1)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:linear-gradient(to top,transparent,rgba(0,0,0,.1)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));-webkit-box-shadow:inset 4px 0 0 var(--navigator-active-color,var(--navigator-dark-active-color,#fff)),inset 0 -1px 0 hsla(0,0%,100%,.2);box-shadow:inset 4px 0 0 var(--navigator-active-color,var(--navigator-dark-active-color,#fff)),inset 0 -1px 0 hsla(0,0%,100%,.2)}.navigatorContent .link.dragged-hover{background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.2))) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:-o-linear-gradient(bottom,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:linear-gradient(to top,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f))}.navigatorContent .link.dragged-hover+.children.in{background-color:var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.25)),to(hsla(0,0%,100%,.25))) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:-o-linear-gradient(bottom,hsla(0,0%,100%,.25),hsla(0,0%,100%,.25)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));background:linear-gradient(to top,hsla(0,0%,100%,.25),hsla(0,0%,100%,.25)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f))}.navigatorContent .link.dragged-hover+.children.in .link{background-color:var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f))!important;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.25)),to(hsla(0,0%,100%,.25))) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f))!important;background:-o-linear-gradient(bottom,hsla(0,0%,100%,.25),hsla(0,0%,100%,.25)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f))!important;background:linear-gradient(to top,hsla(0,0%,100%,.25),hsla(0,0%,100%,.25)) var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f))!important}.navigatorContent .link.dragged-hover *{pointer-events:none}.navigatorContent .link.open{-webkit-box-shadow:inset 0 1px 0 var(--navigator-separator-color,var(--navigator-dark-separator-color,rgba(0,0,0,.05)));box-shadow:inset 0 1px 0 var(--navigator-separator-color,var(--navigator-dark-separator-color,rgba(0,0,0,.05)))}.navigatorContent .link.open,.navigatorContent .link.open+.children.in{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.03)),to(rgba(0,0,0,.03))) transparent;background:-o-linear-gradient(bottom,rgba(0,0,0,.03),rgba(0,0,0,.03)) transparent;background:linear-gradient(0deg,rgba(0,0,0,.03),rgba(0,0,0,.03)) transparent}.navigatorContent .link.open+.children.in{-webkit-box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.2);box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.2)}.navigatorContent .link.open .expander{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.navigatorContent .link.open.active{background:var(--navigator-active-bg,var(--navigator-dark-active-bg,#14629f));-webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 0 0 rgba(0,0,0,.2)}.navigatorContent .link.parent.open:not(.active){-webkit-box-shadow:inset 0 1px 0 0 var(--navigator-separator-color,var(--navigator-dark-separator-color,rgba(0,0,0,.05)));box-shadow:inset 0 1px 0 0 var(--navigator-separator-color,var(--navigator-dark-separator-color,rgba(0,0,0,.05)))}.navigatorContent .link.parent.open:not(.active)~.children{-webkit-box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.2);box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.2)}.navigatorContent .link .icon{font-size:20px}.navigatorContent .link.root-link{font-size:16px;padding:8px 24px 8px 16px}.navigatorContent .link.root-link .icon{font-size:24px}.navigatorContent .children{-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.navigatorContent .children .link{padding-left:32px}.navigatorContent .children .children .link{padding-left:40px}.navigatorContent .children .children .children .link{padding-left:48px}.navigatorContent .children .children .children .children .link{padding-left:56px}.navigatorContent .children .children .children .children .children .link{padding-left:64px}.navigatorContent .children .children .children .children .children .children .link{padding-left:72px}.navigatorContent .children .children .children .children .children .children .children .link{padding-left:80px}.navigatorContent .slot{position:relative}.navigatorContent .slot .loadingIndicator{left:10px;margin-top:-8px;opacity:.3;position:absolute;top:50%}.navigatorContent .slot c8y-device-status-display{height:16px}.navigatorContent .slot .statusContainer{background-color:#fff;border-radius:50%;font-size:14px;height:20px;margin-right:16px;overflow:hidden;padding:3px 0;-webkit-transform:scale(.8);transform:scale(.8);width:20px}.navigatorContent .slot .disabled{pointer-events:none}.navigatorContent .icon{display:inline-block;margin-right:16px;text-align:center}.navigatorContent .empty,.navigatorContent .showMore{font-size:.93em;font-style:italic;opacity:.6}.navigatorContent .link.empty:hover{background-color:transparent;opacity:.8}.powered-by{background:var(--navigator-bg-color,var(--navigator-dark-bg-color,var(--brand-primary,#1776bf)));bottom:0;font-size:11px;position:absolute;width:100%}.powered-by p{height:15px;margin:4px;opacity:.4;text-align:center}.app-main-header{left:0;max-width:100vw;position:fixed;right:0;top:0;-webkit-transition:left .4s ease-in-out,right .4s ease-in-out;-o-transition:left .4s ease-in-out,right .4s ease-in-out;transition:left .4s ease-in-out,right .4s ease-in-out;z-index:1031}.app-main-header.open{left:240px}.app-main-header.open .app-view .app-noicon,.app-main-header.open .app-view .c8y-app-icon,.app-main-header.open .app-view .txt{margin-left:0;margin-right:0;-webkit-transform:scale(0);transform:scale(0);width:0!important}.app-main-header.open .navigator-toggle>.c8y-icon,.app-main-header.open .navigator-toggle>[class*=" dlt-c8y-icon-"],.app-main-header.open .navigator-toggle>[class^=dlt-c8y-icon-]{text-align:center;width:1em}.app-main-header.drawerOpen{right:240px}.app-main-header.drawerOpen .drawer-toggle>.c8y-icon,.app-main-header.drawerOpen .drawer-toggle>[class*=" dlt-c8y-icon-"],.app-main-header.drawerOpen .drawer-toggle>[class^=dlt-c8y-icon-]{text-align:center;width:1em}.app-main-header .dropdown-menu:not(.app-switcher-dropdown-menu):not(.search-mobile-menu) .btn,.app-main-header .dropdown-menu:not(.app-switcher-dropdown-menu):not(.search-mobile-menu) a{display:block;max-width:100%!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app-main-header .btn-group.open .c8y-dropdown+.dropdown-menu,.app-main-header .dropdown.open .c8y-dropdown+.dropdown-menu,.app-main-header [dropdown].open .c8y-dropdown+.dropdown-menu{-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);-webkit-box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1)}.app-main-header .app-switcher .appLink{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)))}.head-toggler{height:0;overflow:visible}.head-toggler button{background-color:var(--header-color,var(--header-dark-color,#fff));border:0;border-radius:0 0 24px 24px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));display:block;height:24px;margin:0 auto;-webkit-transition:margin .5s ease .35s;-o-transition:margin .5s ease .35s;transition:margin .5s ease .35s;width:48px}.head-toggler button:focus{outline:none}.head-toggler button:hover{color:var(--header-hover-color,var(--header-dark-hover-color,var(--brand-primary,#1776bf)))}.head-toggler button [class*=" dlt-c8y-icon-"],.head-toggler button [class^=dlt-c8y-icon-]{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .5s ease .35s;transition:-webkit-transform .5s ease .35s;-o-transition:transform .5s ease .35s;transition:transform .5s ease .35s;transition:transform .5s ease .35s,-webkit-transform .5s ease .35s}.head-open .head-toggler button [class*=" dlt-c8y-icon-"],.head-open .head-toggler button [class^=dlt-c8y-icon-]{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media (min-width:768px){.head-toggler button{display:none}}.header-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--header-color,var(--header-dark-color,#fff));-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;right:0;top:0}@media (min-width:768px){.header-bar{min-height:64px}}.header-bar .c8y-app-icon{display:inline-block;font-size:30px}.header-bar .app-noicon{display:inline-block}.header-bar .app-noicon:empty{display:none}.header-bar .app-noicon,.header-bar .c8y-app-icon,.header-bar .txt{margin-left:8px;margin-right:8px;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:32px}.header-bar .main-header-button,.header-bar .main-header-button>button{background-color:transparent;border:0;-webkit-box-shadow:inset 1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));margin:0;min-height:46px;padding:5px 15px;text-decoration:none}.header-bar .main-header-button:focus,.header-bar .main-header-button:hover,.header-bar .main-header-button>button:focus,.header-bar .main-header-button>button:hover{color:var(--header-hover-color,var(--header-dark-hover-color,var(--brand-primary,#1776bf)));outline:none}.header-bar .main-header-button>button,.header-bar .main-header-button>button>button{-webkit-box-shadow:none;box-shadow:none;min-height:auto;padding:0}.header-bar .drawer-toggle,.header-bar .navigator-toggle{font-size:16px;padding-left:8px;padding-right:8px}.header-bar .drawer-toggle>.c8y-icon,.header-bar .drawer-toggle>[class*=" dlt-c8y-icon-"],.header-bar .drawer-toggle>[class^=dlt-c8y-icon-],.header-bar .navigator-toggle>.c8y-icon,.header-bar .navigator-toggle>[class*=" dlt-c8y-icon-"],.header-bar .navigator-toggle>[class^=dlt-c8y-icon-]{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;-o-transition:transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}@media (max-width:767px){.header-bar{max-height:46px;overflow:hidden;-webkit-transition:max-height .35s ease;-o-transition:max-height .35s ease;transition:max-height .35s ease}.head-open .header-bar{max-height:92px;overflow:visible}}.app-view{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-flex:3;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:stretch;align-items:center;align-self:stretch;border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:3 1 auto;flex:3 1 auto;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-right:auto;max-height:46px;width:calc(100% - 92px)}.app-view .c8y-icon.c8y-icon-duocolor:before,.app-view .c8y-icon:before{color:currentColor}.app-view .spinner{margin:0 0 0 8px;position:relative}.page-header{max-height:46px;max-width:calc(100% - 50px);padding:0 5px 0 0;width:100%}.page-header .c8y-ui-title{height:25px;position:relative;z-index:11}.page-header .c8y-ui-title h1{display:inline-block;font-size:18px;font-weight:200;letter-spacing:-.03em;margin:0;width:100%}.page-header .c8y-ui-title .c8y-ui-title-extra-info{position:absolute;right:0;top:calc(100% - 6px);z-index:12}.page-header .c8y-ui-title .edit-in-place c8y-error-feedback,.page-header .c8y-ui-title .edit-in-place c8y-messages{display:none}.app-breadcrumbs{display:block;margin-top:-3px;max-height:14px;position:relative;z-index:10}.search-header-menu{-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);-webkit-box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);max-width:calc(100vw - 364px);min-width:300px;top:92px;width:100vw}.search-header-menu .c8y-search-form .c8y-search-dropdown .input-group{background-color:var(--component-background,var(--root-component-background,#fff));padding:16px 16px 0}.search-header-menu .c8y-search-form .c8y-search-dropdown .input-group .input-group-btn{right:16px;top:8px}.search-header-menu c8y-typeahead .c8y-search-dropdown.dropdown .dropdown-menu{-webkit-box-shadow:none;box-shadow:none;display:block;height:auto;left:0;max-height:calc(100vh - 240px);padding-top:0;position:relative;right:0;top:0;width:100%}.search-header-menu c8y-typeahead .input-group-dropdown .form-control{background-color:var(--header-color,var(--header-dark-color,#fff));border:0;border-radius:0!important;-webkit-box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 5px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 5px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));font-size:calc(var(--font-size-base, 14px)*1.21);height:auto;max-height:unset!important;padding:16px 54px 16px 16px}.search-header-menu c8y-typeahead .input-group-dropdown .form-control:focus{-webkit-box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 6px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 6px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}.search-header-menu c8y-typeahead .input-group-btn{height:100%!important}.search-header-menu c8y-typeahead .input-group-btn .btn{color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));font-size:20px;height:auto!important;padding:14px 16px}.search-header-menu c8y-typeahead .input-group-btn .btn:hover{color:var(--header-hover-color,var(--header-dark-hover-color,var(--brand-primary,#1776bf)))}.search-header-menu c8y-typeahead c8y-load-more{padding:0 16px}.search-header-menu c8y-typeahead c8y-load-more>.c8y-list__item{-webkit-box-shadow:none;box-shadow:none}@media (min-width:768px){.header-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}.header-bar .main-header-button{min-height:64px}.app-view{max-height:64px;width:calc(100% - 384px)}.page-header{max-height:64px;padding:5px}.page-header .c8y-ui-title{height:34px}.page-header .c8y-ui-title h1{font-size:26px}.page-header .c8y-ui-title h1 small:not(.form-control-feedback-message),.page-header .text-muted{color:var(--header-text-color,var(--header-dark-text-color,var(--brand-dark,#0b385b)));opacity:.8}.search-header-menu{margin-left:auto;margin-right:auto;top:64px}}@media (min-width:1200px){.app-main-header.open .search-header-menu{max-width:calc(100vw - 500px)}}@media (max-width:767px){.header-bar .navigator-toggle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header-bar .app-view{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header-bar .drawer-toggle{-webkit-box-ordinal-group:4;-ms-flex-order:3;margin-left:8px;order:3;padding-right:8px}.header-bar .main-header-item{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.main-header-item{-webkit-box-flex:1;-webkit-box-shadow:inset 0 1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));-ms-flex:1 1 auto;flex:1 1 auto}.main-header-item .dropdown,.main-header-item .main-header-button{width:100%}.main-header-item .dropdown-menu:not(.app-switcher-dropdown-menu){inset:auto!important;min-width:100vw}.app-main-header.drawerOpen .header-bar,.app-main-header.open .header-bar{overflow:hidden}.app-main-header.drawerOpen .app-view .app-noicon,.app-main-header.drawerOpen .app-view .c8y-app-icon,.app-main-header.drawerOpen .app-view .txt,.app-main-header.open .app-view .app-noicon,.app-main-header.open .app-view .c8y-app-icon,.app-main-header.open .app-view .txt{margin-left:0;margin-right:0;-webkit-transform:scale(0);transform:scale(0);width:0!important}.app-main-header.drawerOpen .page-header,.app-main-header.drawerOpen.open .main-header-item,.app-main-header.open .page-header{display:none}}.nav{list-style:none;margin-bottom:0;padding-left:0}.nav>li,.nav>li>a{display:block;position:relative}.nav>li>a{padding:8px 16px}.nav>li>a:focus,.nav>li>a:hover{background-color:transparent;text-decoration:none}.nav>li.disabled>a{color:var(--gray-8,#ccd2d6)}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{background-color:transparent;color:var(--gray-8,#ccd2d6);cursor:not-allowed;text-decoration:none}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:transparent;border-color:var(--root-link-color,var(--link-color,var(--brand-primary,#1776bf)))}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0;margin:0;padding:8px 16px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{background-color:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-left:0;margin-top:2px}.nav-justified{width:100%}.nav-justified>li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;float:none}.nav-justified>li>a{text-align:center}.nav-justified>.dropdown .dropdown-menu{left:auto;top:auto}@media (min-width:768px){.nav-justified>li>a{margin-bottom:0}}.navbar{background-color:transparent;margin-bottom:30px;min-height:48px;position:relative}@media (min-width:1200px){.navbar{border-radius:0}.navbar-header{float:left}}.navbar-collapse{-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);overflow-x:visible;padding-left:12px;padding-right:12px}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{border-top:0;-webkit-box-shadow:none;box-shadow:none;padding-left:12px;padding-right:12px;width:auto}.navbar-collapse.collapse{display:block!important;height:auto!important;overflow:visible!important;padding-bottom:0}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-collapse{padding-left:8px;padding-right:8px}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-left:-12px;margin-right:-12px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-left:0;margin-right:0}}.navbar-static-top{border-width:0 0 1px;z-index:1001}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{left:0;position:fixed;right:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{border-width:0 0 1px;top:0}.navbar-fixed-bottom{border-width:1px 0 0;bottom:0;margin-bottom:0}.navbar-brand{float:left;font-size:calc(var(--font-size-base, 14px)*1.21);height:48px;line-height:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));padding:14px 12px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-12px}}.navbar-toggle{background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0;float:right;margin-bottom:7px;margin-right:12px;margin-top:7px;padding:9px 10px;position:relative}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{background-color:var(--page-tabs-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));border-radius:1px;display:block;height:2px;width:22px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar-toggle:focus,.navbar-toggle:hover{background-color:transparent}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7px -12px}.navbar-nav>li>a{line-height:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143));padding-bottom:10px;padding-top:10px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;float:none;margin-top:0;position:static;width:auto}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:calc(var(--font-size-base, 14px)*var(--line-height-base, 1.42857143))}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.navbar-nav,.navbar-nav>li{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;min-width:0}.navbar-nav>li>.btn-link,.navbar-nav>li>a{padding-bottom:14px;padding-top:14px}.navbar-nav>li>.btn-link:focus,.navbar-nav>li>a:focus{outline:none}.navbar-nav.navbar-center{display:inline-block;float:none}}.navbar-form{border-bottom:1px solid transparent;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);padding:0 12px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;max-height:32px!important;vertical-align:middle}.navbar-form .form-group>label{margin-right:8px}.navbar-form .form-group+.form-group{margin-left:8px}.navbar-form label{display:inline-block;margin-bottom:0}.navbar-form .form-control{display:inline-block;vertical-align:middle;width:auto}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;width:auto}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .c8y-select-wrapper{display:inline-block;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-bottom:0;margin-top:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{margin-left:0;position:relative}.navbar-form .has-feedback .form-control-feedback{top:0}.navbar-form .has-feedback .form-control-feedback-message{top:var(--form-control-height-base,32px)}}@media (max-width:768px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{border:0;-webkit-box-shadow:none;box-shadow:none;margin-left:0;margin-right:0;padding-bottom:0;padding-top:0;width:auto}}.navbar-nav>li>.dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;margin-bottom:0}.navbar-btn{margin-bottom:calc(24px - 16);margin-top:calc(24px - 16)}.navbar-btn.btn-sm{margin-bottom:calc(24px - 14);margin-top:calc(24px - 14)}.navbar-btn.btn-xs{margin-bottom:calc(24px - 11);margin-top:calc(24px - 11)}.navbar-text{margin-bottom:calc(24px - var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)/2);margin-top:calc(24px - var(--font-size-base, 14px)*var(--line-height-base, 1.42857143)/2)}@media (min-width:768px){.navbar-text{float:left;margin-left:12px;margin-right:12px}.navbar-left{float:left!important}.navbar-right{float:right!important}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:transparent;border-color:var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))))}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:transparent;color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{background-color:var(--page-tabs-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{background-color:transparent;color:var(--page-tabs-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:var(--page-tabs-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}@media (max-width:768px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))))}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{background-color:transparent;color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{background-color:var(--page-tabs-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{background-color:transparent;color:var(--page-tabs-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))}}.navbar-default .navbar-link{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))))}.navbar-default .navbar-link:hover{color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}.navbar-default .btn-link{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))))}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:var(--page-tabs-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))}.c8y-ui-action-bar{background-color:var(--toolbar-background,var(--component-background,var(--root-component-background,#fff)));-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);color:var(--toolbar-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));left:0;margin:0;max-width:100vw;min-height:32px;position:fixed;right:0;top:-40px;z-index:1030}.c8y-ui-action-bar,.c8y-ui-action-bar *{--component-background:var(--toolbar-background);--component-color:var(--toolbar-color);--component-odd-background:var(--toolbar-odd-background);--component-active-background:var(--toolbar-active-background);--component-active-color:var(--toolbar-active-color);--component-expanded-background:var(--toolbar-expanded-background);--component-expanded-color:var(--toolbar-expanded-color);--component-border:var(--toolbar-border);--component-input-border:var(--toolbar-input-border);--component-link-color:var(--toolbar-link-color);--component-link-color-hover:var(--toolbar-link-color-hover);--link-color:var(--toolbar-link-color);--link-color-hover:var(--toolbar-link-color-hover);--component-actions-color:var(--toolbar-actions-color);--component-actions-color-hover:var(--toolbar-actions-color-hover);--component-actions-opacity:var(--toolbar-actions-opacity);--component-label-color:var(--toolbar-label-color);--component-legend-color:var(--toolbar-legend-color);--component-placeholder-color:var(--toolbar-placeholder-color);--component-focus-color:var(--toolbar-focus-color);--component-focus-background:var(--toolbar-focus-background);--component-focus-border:var(--toolbar-focus-border);--component-text-muted:var(--toolbar-text-muted);--component-highlight-color:var(--toolbar-highlight-color);--component-brand-primary:var(--toolbar-brand-primary);--component-realtime-added:var(--toolbar-realtime-added);--component-pulse-color:var(--toolbar-pulse-color);--component-spinner-color:var(--toolbar-spinner-color);--component-disabled-color:var(--toolbar-disabled-color);--component-disabled-opacity:var(--toolbar-disabled-opacity);--component-icon-white-color-light:var(--toolbar-icon-white-color-light);--component-icon-white-color-dark:var(--toolbar-icon-white-color-dar);--component-icon-dark-color-light:var(--toolbar-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--toolbar-icon-dark-color-dark);--component-icon-color:var(--toolbar-icon-color);--component-scrollbar-track:var(--toolbar-scrollbar-track);--component-scrollbar-thumb:var(--toolbar-scrollbar-thumb);--component-padding:var(--toolbar-padding)}@media (max-width:767px){.c8y-ui-action-bar{-webkit-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease}.head-open .c8y-ui-action-bar{top:92px}.c8y-ui-action-bar.has-tabs{top:0;-webkit-transition:top .35s ease;-o-transition:top .35s ease;transition:top .35s ease}.head-open .c8y-ui-action-bar.has-tabs{top:140px}}@media (min-width:768px){.c8y-ui-action-bar{clip:rect(0,10000px,2000px,0);top:64px}.c8y-ui-action-bar.horizontal-tabs.has-tabs{border-top:1px solid var(--toolbar-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));top:128px}}@media (min-width:1200px){.c8y-ui-action-bar{-webkit-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out}.c8y-ui-action-bar.navigator-open{left:240px}.c8y-ui-action-bar.horizontal-tabs.has-tabs{top:112px}}.c8y-ui-action-bar .navbar-toggle{margin:0}.c8y-ui-action-bar .navbar-brand{opacity:1}.c8y-ui-action-bar .navbar-collapse{border:0;max-height:0;overflow:hidden;padding-left:24px/2;padding-right:24px/2;-webkit-transition:max-height .35s ease;-o-transition:max-height .35s ease;transition:max-height .35s ease}@media (min-width:768px){.c8y-ui-action-bar .navbar-collapse{min-height:48px;overflow:visible!important}.c8y-ui-action-bar .navbar-collapse.collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.c8y-ui-action-bar .navbar-collapse.collapse .navbar-right{margin-left:auto}}@media (min-width:992px){.c8y-ui-action-bar .navbar-collapse{padding-left:24px;padding-right:24px}}.c8y-ui-action-bar .navbar-collapse.in,.head-open .c8y-ui-action-bar .navbar-collapse{max-height:calc(100vh - 180px);overflow:auto}@media (min-width:768px){.c8y-ui-action-bar .navbar-header{display:none}.c8y-ui-action-bar .navbar-nav .dropdown-menu{max-width:280px}.c8y-ui-action-bar .navbar-nav .dropdown-menu.uib-datepicker-popup{width:280px}}.c8y-ui-action-bar .navbar-nav>.dropdown{margin-top:5px;vertical-align:top}.c8y-ui-action-bar .navbar-nav .dropdown-menu>li>*{display:block;max-width:100%!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;white-space:nowrap!important}.c8y-ui-action-bar .navbar-nav>.btn-group,.c8y-ui-action-bar .navbar-nav>.navbar-form{display:block;margin:0;padding:3px 16px}@media (min-width:768px){.c8y-ui-action-bar .navbar-nav>.btn-group,.c8y-ui-action-bar .navbar-nav>.navbar-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:7px 8px}.c8y-ui-action-bar .navbar-nav>.btn-group .form-group,.c8y-ui-action-bar .navbar-nav>.navbar-form .form-group{margin-bottom:0}}.c8y-ui-action-bar .navbar-nav>.btn-group>.btn,.c8y-ui-action-bar .navbar-nav>.navbar-form>.btn{float:none}.c8y-ui-action-bar .navbar-nav>.pull-right{-webkit-box-ordinal-group:101;-ms-flex-order:100;order:100}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form){position:relative}@media (max-width:767px){.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form){float:none!important}}@media (min-width:768px){.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form){z-index:10}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form):after{content:"";height:20px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form):last-child:after{background-color:transparent}}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-help{font-size:1.3em;line-height:0;padding:14px 8px}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a{color:var(--toolbar-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));opacity:1;padding:14px 8px}@media (max-width:767px){.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a{display:block;max-width:100%;padding:10px 16px;text-align:left;width:100%}}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:focus,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:focus,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:focus{color:inherit;text-decoration:none}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a [class^=dlt-c8y-icon-]{color:var(--toolbar-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));opacity:var(--toolbar-actions-opacity,var(--component-actions-opacity,var(--root-component-actions-opacity,.5)))}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:active,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:hover,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:active,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:hover,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:active,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:hover{color:var(--toolbar-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));text-decoration:none}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:active .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:active [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:active [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:hover .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:hover [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-link:hover [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:active .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:active [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:active [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:hover .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:hover [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown:hover [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:active .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:active [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:active [class^=dlt-c8y-icon-],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:hover .c8y-icon,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:hover [class*=" dlt-c8y-icon-"],.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>a:hover [class^=dlt-c8y-icon-]{color:var(--toolbar-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));opacity:1}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .btn-group.open .c8y-dropdown+.dropdown-menu,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown.open .c8y-dropdown+.dropdown-menu,.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) [dropdown].open .c8y-dropdown+.dropdown-menu{-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);-webkit-box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1)}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown.open .c8y-dropdown{color:var(--toolbar-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))))}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form)>.navbar-info{padding:15px 10px}@media (max-width:767px){.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown{padding:0;width:100%}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .c8y-dropdown{display:none!important}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .dropdown-menu{-webkit-box-shadow:none;box-shadow:none;display:block;height:auto;margin-top:0;position:static;width:100%}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .dropdown-menu li{top:1px}.c8y-ui-action-bar .navbar-nav>li:not(.navbar-form) .dropdown .dropdown-menu li button:not(.btn){padding:8px 16px}.c8y-ui-action-bar .navbar-nav{margin-bottom:0;margin-top:0}.c8y-ui-action-bar .navbar-nav>li{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}.c8y-ui-action-bar .navbar-nav>li.navbar-form{display:block;margin-top:0;padding:2px 16px}.c8y-ui-action-bar .navbar-nav>li.navbar-form>.c8y-select-wrapper{width:100%}}.c8y-ui-action-bar .navbar-text{color:var(--toolbar-text-muted,var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680))));margin-left:0}.c8y-ui-action-bar .navbar-form{margin-left:-12px;margin-right:-12px;margin-top:8px}.c8y-ui-action-bar .navbar-form>.btn+.btn{margin-left:0}@media (min-width:768px){.c8y-ui-action-bar .navbar-form .datepicker>input{text-align:center;width:120px}}.c8y-ui-action-bar .navbar-form label{-ms-flex-item-align:center;align-self:center;color:var(--toolbar-text-muted,var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680))));display:inline-block;font-size:inherit;font-weight:400;margin-bottom:0;margin-right:4px;text-transform:none;vertical-align:middle}@media (max-width:767px){.c8y-ui-action-bar .navbar-form{margin-top:0;padding:0}.c8y-ui-action-bar .navbar-form .form-group:not(.datepicker){display:block;padding:5px 0}.c8y-ui-action-bar .navbar-form .datepicker>input{text-align:left;width:100%}}.c8y-ui-action-bar .navbar-form .btn[uib-btn-checkbox]{margin:3px 0 0}.c8y-ui-action-bar .btn[disabled]:not(.btn-primary){pointer-events:auto!important}.c8y-ui-action-bar .btn[disabled]:not(.btn-primary),.c8y-ui-action-bar .btn[disabled]:not(.btn-primary) i,.c8y-ui-action-bar .btn[disabled]:not(.btn-primary):focus,.c8y-ui-action-bar .btn[disabled]:not(.btn-primary):hover{color:var(--toolbar-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))!important;cursor:not-allowed!important;opacity:var(--toolbar-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))!important}.c8y-right-drawer{background-color:var(--navigator-bg-color,var(--navigator-dark-bg-color,var(--brand-primary,#1776bf)));bottom:0;color:var(--navigator-text-color,var(--navigator-dark-text-color,#fff));overflow-y:auto;padding:16px;position:fixed;right:0;top:0;-webkit-transform:translate(240px);transform:translate(240px);-webkit-transition:transform .4s ease-in-out;-o-transition:transform .4s ease-in-out;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;width:240px;z-index:1031}.drawerOpen .c8y-right-drawer{-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-transform:translate(0);transform:translate(0)}.c8y-right-drawer .legend{color:var(--navigator-text-color,var(--navigator-dark-text-color,#fff))}.c8y-right-drawer .summary{padding-bottom:8px}.c8y-right-drawer .summary .close{color:var(--navigator-text-color,var(--navigator-dark-text-color,#fff));font-weight:lighter;margin-top:-21px;opacity:.5;text-shadow:none}.c8y-right-drawer .summary .close:focus,.c8y-right-drawer .summary .close:hover{opacity:1;outline:none}.c8y-right-drawer .summary h4{margin:8px 0}.c8y-right-drawer .quick-links-drawer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:8px}.c8y-right-drawer .quick-links-drawer .quick-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;border-color:hsla(0,0%,100%,.05) rgba(0,0,0,.05) rgba(0,0,0,.05) hsla(0,0%,100%,.05);border-style:solid;border-width:1px;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-size:11px;justify-content:center;min-height:95px;overflow:hidden;padding:4px;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease;width:50%}.c8y-right-drawer .quick-links-drawer .quick-link:focus,.c8y-right-drawer .quick-links-drawer .quick-link:hover{background:var(--brand-complementary,#14629f);text-decoration:none}.c8y-right-drawer .quick-links-drawer .quick-link:active{-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.325);box-shadow:inset 0 3px 8px rgba(0,0,0,.325)}.c8y-right-drawer .quick-links-drawer .add-shortcut{color:inherit;display:block;padding:8px 4px;text-align:center;width:50%}.c8y-right-drawer .quick-links-drawer .add-shortcut>span{border:2px dashed var(--navigator-text-color,var(--navigator-dark-text-color,#fff));display:block;font-size:11px;font-style:italic;padding:10px}.c8y-right-drawer .quick-links-drawer .add-shortcut [class*=" dlt-c8y-icon-"],.c8y-right-drawer .quick-links-drawer .add-shortcut [class^=dlt-c8y-icon-]{display:inline-block;font-size:20px}.c8y-right-drawer .quick-links-drawer .add-shortcut:focus,.c8y-right-drawer .quick-links-drawer .add-shortcut:hover{text-decoration:none}.c8y-right-drawer .quick-links-drawer .add-shortcut:focus>span,.c8y-right-drawer .quick-links-drawer .add-shortcut:hover>span{background-color:var(--brand-complementary,#14629f)}.c8y-right-drawer .help-support{margin:0 -16px}.c8y-right-drawer .help-support .help-and-support-link{border-bottom:1px solid rgba(0,0,0,.05);border-top:1px solid hsla(0,0%,100%,.05);color:inherit;display:block;padding:9px 16px;text-align:left;width:100%}.c8y-right-drawer .help-support .help-and-support-link .c8y-icon,.c8y-right-drawer .help-support .help-and-support-link [class*=" dlt-c8y-icon-"],.c8y-right-drawer .help-support .help-and-support-link [class^=dlt-c8y-icon-],.c8y-right-drawer .help-support .help-and-support-link span{display:inline-block;vertical-align:middle}.c8y-right-drawer .help-support .help-and-support-link .c8y-icon,.c8y-right-drawer .help-support .help-and-support-link [class*=" dlt-c8y-icon-"],.c8y-right-drawer .help-support .help-and-support-link [class^=dlt-c8y-icon-]{font-size:24px;margin-right:5px}.c8y-right-drawer .help-support .help-and-support-link:focus,.c8y-right-drawer .help-support .help-and-support-link:hover{background-color:var(--brand-complementary,#14629f);text-decoration:none}.c8y-right-drawer .help-support .help-and-support-link:focus .c8y-icon,.c8y-right-drawer .help-support .help-and-support-link:focus [class*=" dlt-c8y-icon-"],.c8y-right-drawer .help-support .help-and-support-link:focus [class^=dlt-c8y-icon-],.c8y-right-drawer .help-support .help-and-support-link:hover .c8y-icon,.c8y-right-drawer .help-support .help-and-support-link:hover [class*=" dlt-c8y-icon-"],.c8y-right-drawer .help-support .help-and-support-link:hover [class^=dlt-c8y-icon-]{color:inherit}.c8y-right-drawer .help-support .help-and-support-link:active{-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.325);box-shadow:inset 0 3px 8px rgba(0,0,0,.325)}.c8y-help-drawer{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));left:0;margin:0;max-height:calc(100vh - 140px);max-width:100vw;min-height:32px;overflow:auto;padding-top:48px;position:fixed;right:0;top:0;z-index:1029}.c8y-help-drawer,.c8y-help-drawer *{--component-background:var(--c8y-help-drawer-background);--component-color:var(--c8y-help-drawer-color);--component-odd-background:var(--c8y-help-drawer-odd-background);--component-active-background:var(--c8y-help-drawer-active-background);--component-active-color:var(--c8y-help-drawer-active-color);--component-expanded-background:var(--c8y-help-drawer-expanded-background);--component-expanded-color:var(--c8y-help-drawer-expanded-color);--component-border:var(--c8y-help-drawer-border);--component-input-border:var(--c8y-help-drawer-input-border);--component-link-color:var(--c8y-help-drawer-link-color);--component-link-color-hover:var(--c8y-help-drawer-link-color-hover);--link-color:var(--c8y-help-drawer-link-color);--link-color-hover:var(--c8y-help-drawer-link-color-hover);--component-actions-color:var(--c8y-help-drawer-actions-color);--component-actions-color-hover:var(--c8y-help-drawer-actions-color-hover);--component-actions-opacity:var(--c8y-help-drawer-actions-opacity);--component-label-color:var(--c8y-help-drawer-label-color);--component-legend-color:var(--c8y-help-drawer-legend-color);--component-placeholder-color:var(--c8y-help-drawer-placeholder-color);--component-focus-color:var(--c8y-help-drawer-focus-color);--component-focus-background:var(--c8y-help-drawer-focus-background);--component-focus-border:var(--c8y-help-drawer-focus-border);--component-text-muted:var(--c8y-help-drawer-text-muted);--component-highlight-color:var(--c8y-help-drawer-highlight-color);--component-brand-primary:var(--c8y-help-drawer-brand-primary);--component-realtime-added:var(--c8y-help-drawer-realtime-added);--component-pulse-color:var(--c8y-help-drawer-pulse-color);--component-spinner-color:var(--c8y-help-drawer-spinner-color);--component-disabled-color:var(--c8y-help-drawer-disabled-color);--component-disabled-opacity:var(--c8y-help-drawer-disabled-opacity);--component-icon-white-color-light:var(--c8y-help-drawer-icon-white-color-light);--component-icon-white-color-dark:var(--c8y-help-drawer-icon-white-color-dar);--component-icon-dark-color-light:var(--c8y-help-drawer-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--c8y-help-drawer-icon-dark-color-dark);--component-icon-color:var(--c8y-help-drawer-icon-color);--component-scrollbar-track:var(--c8y-help-drawer-scrollbar-track);--component-scrollbar-thumb:var(--c8y-help-drawer-scrollbar-thumb);--component-padding:var(--c8y-help-drawer-padding)}.c8y-help-drawer::-webkit-scrollbar{height:4px;width:4px}.c8y-help-drawer::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.c8y-help-drawer::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.c8y-help-drawer:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}.c8y-help-drawer .help-content{-webkit-columns:55ch 3;-moz-columns:55ch 3;columns:55ch 3;gap:32px;orphans:3;padding-bottom:calc(var(--component-padding, var(--root-component-padding, 16))*1px);widows:10}.c8y-help-drawer .help-content p+p{margin-top:8px}@media (min-height:600px){.c8y-help-drawer .c8y-help-drawer-block{height:100%}}@media (max-width:767px){.c8y-help-drawer{-webkit-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease}.head-open .c8y-help-drawer{top:92px}.has-tabs .c8y-help-drawer{top:0;-webkit-transition:top .35s ease;-o-transition:top .35s ease;transition:top .35s ease}.has-tabs .head-open .c8y-help-drawer{top:140px}}@media (min-width:768px){.c8y-help-drawer{clip:rect(0,10000px,2000px,0);top:64px}.horizontal-tabs.has-tabs .c8y-help-drawer{border-top:1px solid var(--toolbar-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));top:128px}}@media (min-width:1200px){.c8y-help-drawer{-webkit-transition:left .4s ease-in-out;-o-transition:left .4s ease-in-out;transition:left .4s ease-in-out}.open .c8y-help-drawer{left:240px}.horizontal-tabs.has-tabs .c8y-help-drawer{top:112px}}.c8y-help-drawer-block{padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px*1.5) calc(var(--component-padding, var(--root-component-padding, 16))*1px*2) 0 calc(var(--component-padding, var(--root-component-padding, 16))*1px*1.5)}.c8y-help-drawer-footer{background-color:var(--component-background,var(--root-component-background,#fff));bottom:0;padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px) calc(var(--component-padding, var(--root-component-padding, 16))*1px*2) calc(var(--component-padding, var(--root-component-padding, 16))*1px*1.5) 84px;position:sticky}.nav-tabs{border-bottom:1px solid var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:-webkit-box;display:-ms-flexbox;display:flex}.nav-tabs>li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.nav-tabs>li>a,.nav-tabs>li>button:not(.btn-clean){background-color:transparent;border-bottom:4px solid transparent;color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));line-height:var(--line-height-base,1.42857143);margin-right:16px;padding:8px 0;-webkit-transition:color .15s ease;-o-transition:color .15s ease;transition:color .15s ease}.nav-tabs>li>a>.c8y-icon,.nav-tabs>li>a>[class*=" dlt-c8y-icon-"],.nav-tabs>li>a>[class^=dlt-c8y-icon-],.nav-tabs>li>button:not(.btn-clean)>.c8y-icon,.nav-tabs>li>button:not(.btn-clean)>[class*=" dlt-c8y-icon-"],.nav-tabs>li>button:not(.btn-clean)>[class^=dlt-c8y-icon-]{display:block;font-size:16px;margin:1px auto 0;opacity:.6;width:1em}@media (min-width:1200px){.nav-tabs>li>a>.c8y-icon,.nav-tabs>li>a>[class*=" dlt-c8y-icon-"],.nav-tabs>li>a>[class^=dlt-c8y-icon-],.nav-tabs>li>button:not(.btn-clean)>.c8y-icon,.nav-tabs>li>button:not(.btn-clean)>[class*=" dlt-c8y-icon-"],.nav-tabs>li>button:not(.btn-clean)>[class^=dlt-c8y-icon-]{display:inline-block;margin-right:4px;margin-top:0;vertical-align:text-top}}.nav-tabs>li>a:focus,.nav-tabs>li>a:hover:not([disabled]),.nav-tabs>li>button:not(.btn-clean):focus,.nav-tabs>li>button:not(.btn-clean):hover:not([disabled]){background-color:transparent;color:var(--page-tabs-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));outline:none;text-decoration:none}.nav-tabs>li>a[disabled],.nav-tabs>li>button:not(.btn-clean)[disabled]{color:var(--page-tabs-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))!important;cursor:not-allowed!important;opacity:var(--page-tabs-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))!important}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>button:not([disabled]),.nav-tabs>li.active>button:not([disabled]):focus,.nav-tabs>li.active>button:not([disabled]):hover{background-color:transparent;border-bottom-color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))));border-top-color:transparent;color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))));cursor:default}.nav-tabs>li.active>a>.c8y-icon,.nav-tabs>li.active>a>[class*=" dlt-c8y-icon-"],.nav-tabs>li.active>a>[class^=dlt-c8y-icon-],.nav-tabs>li.active>button:not([disabled])>.c8y-icon,.nav-tabs>li.active>button:not([disabled])>[class*=" dlt-c8y-icon-"],.nav-tabs>li.active>button:not([disabled])>[class^=dlt-c8y-icon-]{opacity:1}.nav-tabs.nav-justified{width:100%}.nav-tabs.nav-justified>li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;float:none}.nav-tabs.nav-justified>li>a{text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{left:auto;top:auto}@media (min-width:768px){.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{border-radius:0;margin-right:0}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-radius:0 0 0 0}}.nav-tabs-justified>li>a{border-radius:0;margin-right:0}@media (min-width:768px){.nav-tabs-justified>li>a{border-radius:0 0 0 0}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.mobile-tabs{background-color:var(--navigator-bg-color,var(--brand-primary,#1776bf));color:var(--navigator-text-color,#fff);margin:0;min-height:48px;padding:4px 8px}.mobile-tabs .c8y-select-wrapper{background-color:transparent;border-color:transparent;font-size:18px}.mobile-tabs .c8y-select-wrapper:after{color:var(--navigator-text-color,#fff)}.mobile-tabs .c8y-select-wrapper select{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:var(--navigator-text-color,#fff);height:40px}.mobile-tabs .c8y-select-wrapper select option{color:var(--gray-text,#333)}.nav-tabs-vertical{border:0;display:block;padding-top:48px;width:170px}.nav-tabs-vertical>li{float:none}.nav-tabs-vertical>li>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;-webkit-box-shadow:inset 0 -1px 0 var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--page-tabs-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;margin:0;padding:10px 16px;text-transform:none;-webkit-transition:border .25s ease;-o-transition:border .25s ease;transition:border .25s ease}.nav-tabs-vertical>li>a .c8y-icon,.nav-tabs-vertical>li>a [class*=" dlt-c8y-icon-"],.nav-tabs-vertical>li>a [class^=dlt-c8y-icon-]{margin:0 8px 0 0;width:1.25em}.nav-tabs-vertical>li>a .c8y-icon~span,.nav-tabs-vertical>li>a [class*=" dlt-c8y-icon-"]~span,.nav-tabs-vertical>li>a [class^=dlt-c8y-icon-]~span{display:inline-block;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.nav-tabs-vertical>li.active a:hover,.nav-tabs-vertical>li.active>a{background-color:var(--page-tabs-background,var(--component-background,var(--root-component-background,#fff)));border-left:4px solid var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))));color:var(--page-tabs-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.nav-tabs-vertical>li.active a:hover:before,.nav-tabs-vertical>li.active>a:before{width:100%}.nav-tabs-vertical>li.active a:hover:after,.nav-tabs-vertical>li.active>a:after{border-width:20px 0 20px 8px;height:100%;left:100%}.tabs_ctrl+.container-fluid .tab-content-spacer{border:0;margin:0 -30px;padding-bottom:20px}c8y-roles-overview>.page-tabs{margin-top:-30px}.page-tabs .tab-content{padding-top:67px}.c8y-nav-stacked{display:block;list-style:none;margin-bottom:0;padding-left:0;position:relative;width:100%;z-index:10}.c8y-nav-stacked .c8y-stacked-item{fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)));--hr-border:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));--label-text-color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));--legend-text-color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));--link-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));--link-color-hover:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;background:var(--component-background,var(--root-component-background,#fff));background-color:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));-webkit-box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;float:none;padding:9px 0 9px 16px;position:relative;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.c8y-nav-stacked .c8y-stacked-item,.c8y-nav-stacked .c8y-stacked-item *{--component-background:var(--c8y-nav-stacked-background);--component-color:var(--c8y-nav-stacked-color);--component-odd-background:var(--c8y-nav-stacked-odd-background);--component-active-background:var(--c8y-nav-stacked-active-background);--component-active-color:var(--c8y-nav-stacked-active-color);--component-expanded-background:var(--c8y-nav-stacked-expanded-background);--component-expanded-color:var(--c8y-nav-stacked-expanded-color);--component-border:var(--c8y-nav-stacked-border);--component-input-border:var(--c8y-nav-stacked-input-border);--component-link-color:var(--c8y-nav-stacked-link-color);--component-link-color-hover:var(--c8y-nav-stacked-link-color-hover);--link-color:var(--c8y-nav-stacked-link-color);--link-color-hover:var(--c8y-nav-stacked-link-color-hover);--component-actions-color:var(--c8y-nav-stacked-actions-color);--component-actions-color-hover:var(--c8y-nav-stacked-actions-color-hover);--component-actions-opacity:var(--c8y-nav-stacked-actions-opacity);--component-label-color:var(--c8y-nav-stacked-label-color);--component-legend-color:var(--c8y-nav-stacked-legend-color);--component-placeholder-color:var(--c8y-nav-stacked-placeholder-color);--component-focus-color:var(--c8y-nav-stacked-focus-color);--component-focus-background:var(--c8y-nav-stacked-focus-background);--component-focus-border:var(--c8y-nav-stacked-focus-border);--component-text-muted:var(--c8y-nav-stacked-text-muted);--component-highlight-color:var(--c8y-nav-stacked-highlight-color);--component-brand-primary:var(--c8y-nav-stacked-brand-primary);--component-realtime-added:var(--c8y-nav-stacked-realtime-added);--component-pulse-color:var(--c8y-nav-stacked-pulse-color);--component-spinner-color:var(--c8y-nav-stacked-spinner-color);--component-disabled-color:var(--c8y-nav-stacked-disabled-color);--component-disabled-opacity:var(--c8y-nav-stacked-disabled-opacity);--component-icon-white-color-light:var(--c8y-nav-stacked-icon-white-color-light);--component-icon-white-color-dark:var(--c8y-nav-stacked-icon-white-color-dar);--component-icon-dark-color-light:var(--c8y-nav-stacked-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--c8y-nav-stacked-icon-dark-color-dark);--component-icon-color:var(--c8y-nav-stacked-icon-color);--component-scrollbar-track:var(--c8y-nav-stacked-scrollbar-track);--component-scrollbar-thumb:var(--c8y-nav-stacked-scrollbar-thumb);--component-padding:var(--c8y-nav-stacked-padding)}.c8y-nav-stacked .c8y-stacked-item .text-muted{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))}.c8y-nav-stacked .c8y-stacked-item.active{background:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.c8y-nav-stacked .c8y-stacked-item .expanded,.c8y-nav-stacked .c8y-stacked-item.expanded{background:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.c8y-nav-stacked .c8y-stacked-item a:not([class]){color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.c8y-nav-stacked .c8y-stacked-item a:not([class]):hover{color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))))}.c8y-nav-stacked .c8y-stacked-item:hover:not(.active){background-color:var(--component-active-background,var(--root-component-active-background,#fff));-webkit-box-shadow:inset 0 0 0 1px var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf)))}.c8y-nav-stacked .c8y-stacked-item:hover:not(.active) .ui-sortable-handle{margin-left:-16px;outline:none;width:30px}.c8y-nav-stacked .c8y-stacked-item.active{background-color:var(--component-background,var(--root-component-background,#fff));border-left:4px solid var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.c8y-nav-stacked .c8y-stacked-item.active .btn-remove{display:none}.c8y-nav-stacked .c8y-stacked-item>.c8y-switch{margin:-7px 0 -8px}.c8y-nav-stacked .c8y-stacked-item .msgid{display:inline-block;min-width:40px}.c8y-nav-stacked.ui-sortable .c8y-stacked-item{max-height:40px!important}.c8y-nav-stacked.ui-sortable .c8y-stacked-item .ui-sortable-handle{margin-left:0;overflow:hidden;text-align:center;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:0}.c8y-rectangle-spinner,c8y-rectangle-spinner{color:var(--text-muted,#677680);display:block;font-size:var(--font-size-base,14px);min-height:40px;min-width:50px;padding-top:45px;position:relative;text-align:center}.c8y-rectangle-spinner .spinner,c8y-rectangle-spinner .spinner{left:50%;margin-left:-25px}.c8y-rectangle-spinner.spinner-xs,c8y-rectangle-spinner.spinner-xs{min-height:30px;min-width:30px;padding-top:35px}.c8y-rectangle-spinner.spinner-xs .spinner,c8y-rectangle-spinner.spinner-xs .spinner{margin-left:-15px}.c8y-rectangle-spinner.spinner-inline,c8y-rectangle-spinner.spinner-inline{display:inline-block;padding-left:50px;padding-top:11px;text-align:left;vertical-align:middle}.c8y-rectangle-spinner.spinner-inline .spinner,c8y-rectangle-spinner.spinner-inline .spinner{left:0;margin-left:0}.c8y-rectangle-spinner.spinner-inline.spinner-xs,c8y-rectangle-spinner.spinner-inline.spinner-xs{padding-left:35px;padding-top:5px}.spinner{font-size:10px;height:40px;left:0;margin:0 auto;opacity:.5;position:absolute;text-align:center;top:0;width:50px}.spinner-xs .spinner,.spinner.spinner-xs{height:30px;width:30px}.spinner-xs .spinner>div,.spinner.spinner-xs>div{margin:0;width:4px}.spinner>div{-webkit-animation:stretchdelay 1.2s ease-in-out infinite;animation:stretchdelay 1.2s ease-in-out infinite;background-color:var(--component-spinner-color,var(--root-component-spinner-color,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))));display:inline-block;height:100%;margin-right:1px;width:6px}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}@keyframes stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.spinner-panel-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,100%,.7);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;right:0;top:0;z-index:100}.grid-stack-item .spinner-panel-wrapper{left:10px;right:10px}.spinner-panel-wrapper .spinner{left:50%;margin-left:-25px;top:0}.spinner-inline-wrapper{display:inline-block;position:relative;vertical-align:middle;width:60px}.spinner-inline-wrapper .spinner{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.spinner-btn{display:inline-block;position:relative;-webkit-transform:scale(.5) translateY(-28px);transform:scale(.5) translateY(-28px);width:45px}.loading-bar{height:0;overflow:visible;position:relative}.loading-bar:before{background:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));content:"";display:none;height:2px;left:0;min-width:32px;position:absolute;width:5%}.loading-bar.active{-webkit-animation:loading 1.5s ease-in-out infinite alternate;animation:loading 1.5s ease-in-out infinite alternate}.loading-bar.active:before{display:block}@-webkit-keyframes loading{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(95%);transform:translateX(95%)}}@keyframes loading{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(95%);transform:translateX(95%)}}.app-switcher-dropdown{position:static}@media (min-width:768px){.app-switcher-dropdown{position:relative}}.app-switcher,.app-switcher-sagcloud{-webkit-box-orient:horizontal;-webkit-box-direction:normal;background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:8px}.app-switcher .appLink,.app-switcher-sagcloud .appLink{-webkit-box-flex:0;border:1px solid transparent;border-radius:2px;color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));-ms-flex:0 1 33.3333%;flex:0 1 33.3333%;font-size:12px;margin:4px 0;min-width:30%;padding:12px 8px 8px;text-align:center;-webkit-transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-o-transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}.app-switcher .appLink:hover,.app-switcher-sagcloud .appLink:hover{-webkit-box-shadow:inset 0 0 0 1px var(--brand-primary,#1776bf),inset 0 0 0 2px var(--component-background,var(--root-component-background,#fff));box-shadow:inset 0 0 0 1px var(--brand-primary,#1776bf),inset 0 0 0 2px var(--component-background,var(--root-component-background,#fff));text-decoration:none}.app-switcher .appLink.active,.app-switcher-sagcloud .appLink.active{-webkit-box-shadow:inset 0 0 0 2px var(--brand-primary,#1776bf);box-shadow:inset 0 0 0 2px var(--brand-primary,#1776bf);text-decoration:none}.app-switcher .appLink>span,.app-switcher-sagcloud .appLink>span{display:block;font-size:12px;line-height:1.2}.app-switcher .appLink .c8y-app-icon,.app-switcher-sagcloud .appLink .c8y-app-icon{display:block;width:auto}.app-switcher .appLink .c8y-icon,.app-switcher-sagcloud .appLink .c8y-icon{font-size:36px;margin-bottom:6px}.app-switcher-sagcloud{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.05);box-shadow:inset 0 -1px 0 rgba(0,0,0,.05)}.dropdown-menu.app-switcher-dropdown-menu{left:50%;margin-left:-160px!important;max-height:calc(95vh - 64px);overflow-y:auto;width:320px}@media (min-width:560px) and (max-width:768px){.dropdown-menu.app-switcher-dropdown-menu{margin-left:-100px!important;width:340px}}@media (min-width:768px){.dropdown-menu.app-switcher-dropdown-menu{margin-left:-235px!important;width:340px}}.steps-navbar.c8y-wizard-nav{min-width:600px;padding:0}.register-devices .steps-navbar.c8y-wizard-nav{min-width:300px}@media (min-width:768px){.register-devices .steps-navbar.c8y-wizard-nav{min-width:420px}}.steps-navbar .nav-tabs.nav-justified{-webkit-box-orient:horizontal;-webkit-box-direction:normal;border-bottom:1px solid rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:hidden}.steps-navbar .nav-tabs.nav-justified>li{-webkit-box-flex:1;display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:50%;position:relative}.steps-navbar .nav-tabs.nav-justified>li a{background-color:var(--component-background,var(--root-component-background,#fff));border:0;color:var(--gray-3,#394852);font-size:12px;margin:0;padding:8px 12px}@media (min-width:768px){.steps-navbar .nav-tabs.nav-justified>li a{font-size:inherit}}.steps-navbar .nav-tabs.nav-justified>li a:focus{background-color:inherit;border:0;outline:none}.steps-navbar .nav-tabs.nav-justified>li a:hover{background-color:inherit;border:0}.steps-navbar .nav-tabs.nav-justified>li a:before{border-color:transparent transparent transparent rgba(0,0,0,.1);margin-left:1px}.steps-navbar .nav-tabs.nav-justified>li a:after,.steps-navbar .nav-tabs.nav-justified>li a:before{border-style:solid;border-width:18px 0 18px 10px;content:"";height:0;left:100%;position:absolute;top:0;width:0;z-index:10}.steps-navbar .nav-tabs.nav-justified>li a:after{border-color:transparent transparent transparent var(--component-background,var(--root-component-background,#fff))}.steps-navbar .nav-tabs.nav-justified>li:last-child>a:after,.steps-navbar .nav-tabs.nav-justified>li:last-child>a:before{display:none}.steps-navbar .nav-tabs.nav-justified>li.active>a{background-color:var(--gray-3,#394852);border:0;color:var(--component-background,var(--root-component-background,#fff))}.steps-navbar .nav-tabs.nav-justified>li.active>a:after{border-color:transparent transparent transparent var(--gray-3,#394852)}.steps-navbar .nav-tabs.nav-justified>li.completed>a{background-color:#080;border:0;color:var(--component-background,var(--root-component-background,#fff))}.steps-navbar .nav-tabs.nav-justified>li.completed>a:after{border-color:transparent transparent transparent #080}.c8y-cookie-banner{background-color:rgba(0,0,0,.8);bottom:0;color:#fff;left:0;position:fixed;right:0;top:auto;z-index:1047}.cookie-banner-content{-webkit-column-width:26rem;-moz-column-width:26rem;column-width:26rem}c8y-asset-notes{display:block;padding:calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:relative}c8y-asset-notes .asset-notes-icon{-ms-flex-item-align:start;align-self:flex-start;font-size:62px;margin-right:10px}c8y-asset-notes .asset-notes-content{-webkit-box-flex:1;-ms-flex:1 0 200px;flex:1 0 200px}c8y-asset-notes .asset-notes-body{padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card.card-dashboard>.card-inner-scroll>c8y-ui-component,.card.card-dashboard>.card-inner-scroll>c8y-ui-component>c8y-asset-notes{display:block;height:100%}.password-strength{margin-bottom:20px;width:180px}.table .password-strength{margin-left:auto;margin-right:auto;width:100px}.password-strength>div{background-color:var(--gray-9,#f6f7f8);height:4px;overflow:hidden;position:relative;width:100%}.password-strength>.password-strength-label{color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));float:left}.password-green .password-bar,.password-red .password-bar,.password-yellow .password-bar{height:100%;left:0;position:absolute;top:0}.password-green .password-bar{background-color:#080;width:100%}.password-green span.small{color:#080}.password-yellow .password-bar{background-color:#ff801f;width:50%}.password-yellow span.small{color:#ff801f}.password-red .password-bar{background-color:#e0000e;width:25%}.password-red span.small{color:#e0000e}.loading{border-radius:2px;height:auto;margin:auto;max-width:320px;min-height:300px;padding:30px}@media (min-width:768px){.loading{margin-top:50px;max-width:400px}}.init-load{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100vh;justify-content:center;margin:0 auto;max-width:100%}@media (min-width:768px){.init-load{max-width:320px}}.mainlogo{background-image:var(--brand-logo-img,url(logo-eea3a6f7ecb45f1cdd3a.svg));background-position:top;background-repeat:no-repeat;background-size:contain;display:block;margin:0 auto;max-height:110px;max-width:90%;padding-bottom:var(--brand-logo-img-height,20%);width:100%}.mainlogo[src]{background:none;padding-bottom:0}.modal-open{overflow:hidden}modal-container{background-color:#0008;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}bs-modal-backdrop{opacity:0!important}.modal{-webkit-overflow-scrolling:touch;bottom:0;display:none;left:0;outline:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1048}.modal.error-detail{z-index:1090!important}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog,.modal.show .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{margin:10px;position:relative;width:auto}.modal-content{fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)));--hr-border:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));--label-text-color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));--legend-text-color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));--link-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));--link-color-hover:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));background-clip:padding-box;background:var(--component-background,var(--root-component-background,#fff));border-radius:4px;-webkit-box-shadow:-1px 0 4px rgba(0,0,0,.1),0 8px 8px rgba(0,0,0,.1),0 16px 34px rgba(0,0,0,.05),0 36px 52px rgba(0,0,0,.05),0 42px 84px rgba(0,0,0,.1);box-shadow:-1px 0 4px rgba(0,0,0,.1),0 8px 8px rgba(0,0,0,.1),0 16px 34px rgba(0,0,0,.05),0 36px 52px rgba(0,0,0,.05),0 42px 84px rgba(0,0,0,.1);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));outline:0;position:relative}.modal-content,.modal-content *{--component-background:var(--modal-background);--component-color:var(--modal-color);--component-odd-background:var(--modal-odd-background);--component-active-background:var(--modal-active-background);--component-active-color:var(--modal-active-color);--component-expanded-background:var(--modal-expanded-background);--component-expanded-color:var(--modal-expanded-color);--component-border:var(--modal-border);--component-input-border:var(--modal-input-border);--component-link-color:var(--modal-link-color);--component-link-color-hover:var(--modal-link-color-hover);--link-color:var(--modal-link-color);--link-color-hover:var(--modal-link-color-hover);--component-actions-color:var(--modal-actions-color);--component-actions-color-hover:var(--modal-actions-color-hover);--component-actions-opacity:var(--modal-actions-opacity);--component-label-color:var(--modal-label-color);--component-legend-color:var(--modal-legend-color);--component-placeholder-color:var(--modal-placeholder-color);--component-focus-color:var(--modal-focus-color);--component-focus-background:var(--modal-focus-background);--component-focus-border:var(--modal-focus-border);--component-text-muted:var(--modal-text-muted);--component-highlight-color:var(--modal-highlight-color);--component-brand-primary:var(--modal-brand-primary);--component-realtime-added:var(--modal-realtime-added);--component-pulse-color:var(--modal-pulse-color);--component-spinner-color:var(--modal-spinner-color);--component-disabled-color:var(--modal-disabled-color);--component-disabled-opacity:var(--modal-disabled-opacity);--component-icon-white-color-light:var(--modal-icon-white-color-light);--component-icon-white-color-dark:var(--modal-icon-white-color-dar);--component-icon-dark-color-light:var(--modal-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--modal-icon-dark-color-dark);--component-icon-color:var(--modal-icon-color);--component-scrollbar-track:var(--modal-scrollbar-track);--component-scrollbar-thumb:var(--modal-scrollbar-thumb);--component-padding:var(--modal-padding)}.modal-content .text-muted{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))}.modal-content.active{background:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.modal-content .expanded,.modal-content.expanded{background:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.modal-content a:not([class]){color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.modal-content a:not([class]):hover{color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))))}.modal-content .viewport-modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 100px)}.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in,.modal-backdrop.show{filter:alpha(opacity=50);opacity:.5}.modal-header{border-bottom:0;padding:24px}.modal-header.separator{-webkit-box-shadow:inset 0 -1px 0 var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.modal-header .input-group-search{margin:5px 0 -10px}.modal-header.dialog-header{-ms-flex-negative:0;background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff;flex-shrink:0;text-align:center}.modal-header.dialog-header .c8y-icon,.modal-header.dialog-header>[class*=" dlt-c8y-icon-"],.modal-header.dialog-header>[class^=dlt-c8y-icon-]{font-size:62px}.modal-header.dialog-header>h4{letter-spacing:.15em;margin:8px 0 0;text-transform:uppercase}.modal-header.dialog-header~* .modal-inner-scroll{max-height:calc(100vh - 319px)}.modal-header.dialog-header~* .modal-inner-scroll--fixed{height:calc(100vh - 319px)}.modal-header.dialog-header~.modal-inner-scroll{max-height:calc(100vh - 319px)}.modal-header.dialog-header~.modal-inner-scroll--fixed{height:calc(100vh - 319px)}.modal-header .close{margin-top:-2px}.modal-header h1,.modal-header h2,.modal-header h3,.modal-header h4,.modal-title{line-height:.96;margin:0}.modal-body{padding:24px;position:relative}.modal-body.separator{-webkit-box-shadow:0 -1px 0 var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:0 -1px 0 var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.modal-header:not(.separator)+.modal-body{padding-top:0}.modal-footer{-webkit-box-shadow:inset 0 1px 0 var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:block;padding:24px;text-align:center}.modal-footer>.btn{min-width:100px}.modal-footer .btn+.btn{margin-bottom:0;margin-left:16px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:768px){.modal-dialog{margin:30px auto;width:600px}.modal-sm{max-width:450px}}@media (min-width:992px){.modal-lg{width:900px}}.modal-header{border:0}.modal-header.modal-header-primary{color:var(--modal-brand-primary,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))));text-align:center}.modal-header.modal-header-success{color:#080;text-align:center}.modal-header.modal-header-info{color:#1c8ce3;text-align:center}.modal-header.modal-header-warning{color:#ff801f;text-align:center}.modal-header.modal-header-danger{color:#e0000e;text-align:center}.c8y-prompt .modal-header{text-align:center}.c8y-prompt .modal-header [class*=" dlt-c8y-icon-"],.c8y-prompt .modal-header [class^=dlt-c8y-icon-]{font-size:5em;padding-top:30px}.c8y-prompt .modal-footer{border:0;padding-bottom:40px}.c8y-prompt .alert-footer>.btn{margin-bottom:8px}.modal-header .btn-modal-close{color:#fff;font-size:15pt;position:relative;right:-8px;top:-8px}.modal-status-icon{font-size:30px}@media (min-width:768px){.modal-dialog{margin:50px auto}}.modal-inner-scroll{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;max-height:calc(100vh - 290px);overflow-x:hidden;overflow-y:auto}.modal-inner-scroll--fixed{height:calc(100vh - 290px)}.modal-body .modal-inner-scroll{margin:0 -8px -8px}.modal-inner-scroll-sm{border-top:1px solid var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin:0;max-height:35vh;overflow-x:hidden;overflow-y:auto}.modal-inner-scroll-sm--fixed{height:35vh}.modal-body .modal-inner-scroll-sm{margin:0 -8px -8px}.modal-list-header{position:relative}.modal-list-header:after{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.1);box-shadow:0 2px 3px rgba(0,0,0,.1);content:"";display:block;height:4px;left:0;margin-top:-4px;position:absolute;top:100%;width:100%;z-index:10}.modal-body .modal-list-header{margin-left:-24px;margin-right:-24px}.modal-list-header+.modal-inner-scroll,.modal-list-header+.modal-inner-scroll-sm{padding-top:4px;position:relative}.modal-list-header+.modal-inner-scroll-sm:before,.modal-list-header+.modal-inner-scroll:before{background-color:var(--component-background,var(--root-component-background,#fff));content:"";height:4px;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}.modal-map{position:relative}.modal-map .angular-leaflet-map{width:calc(100% - 200px)!important}.modal-map .panel-map{background-color:rgba(var(--component-background,var(--root-component-background,white)),.9);bottom:0;padding:30px 15px;position:absolute;right:0;top:0;width:200px}[datepicker] .btn,[datepicker] .btn-default,[uib-datepicker] .btn,[uib-datepicker] .btn-default,[uib-daypicker] .btn,[uib-daypicker] .btn-default{border:0;-webkit-box-shadow:none;box-shadow:none}[datepicker] table,[uib-datepicker] table,[uib-daypicker] table{font-size:12px;outline:none}[datepicker] tbody .btn,[datepicker] tbody .btn-default,[uib-datepicker] tbody .btn,[uib-datepicker] tbody .btn-default,[uib-daypicker] tbody .btn,[uib-daypicker] tbody .btn-default{border:1px solid #fff;font-size:inherit;position:relative}[datepicker] tbody .btn .text-info,[datepicker] tbody .btn-default .text-info,[uib-datepicker] tbody .btn .text-info,[uib-datepicker] tbody .btn-default .text-info,[uib-daypicker] tbody .btn .text-info,[uib-daypicker] tbody .btn-default .text-info{color:var(--brand-primary,#1776bf);font-weight:bolder}[datepicker] tbody .btn-default.active,[datepicker] tbody .btn.active,[uib-datepicker] tbody .btn-default.active,[uib-datepicker] tbody .btn.active,[uib-daypicker] tbody .btn-default.active,[uib-daypicker] tbody .btn.active{background-color:var(--brand-primary,#1776bf);color:#fff}[datepicker] tbody .btn-default.active .text-info,[datepicker] tbody .btn.active .text-info,[uib-datepicker] tbody .btn-default.active .text-info,[uib-datepicker] tbody .btn.active .text-info,[uib-daypicker] tbody .btn-default.active .text-info,[uib-daypicker] tbody .btn.active .text-info{color:#fff}[datepicker] tbody .btn-sm,[uib-datepicker] tbody .btn-sm,[uib-daypicker] tbody .btn-sm{padding:5px 8px}[datepicker] tbody .uib-years .btn-default,[uib-datepicker] tbody .uib-years .btn-default,[uib-daypicker] tbody .uib-years .btn-default{padding:5px 13px}.c8y-datetime-picker .form-inline .form-group{display:inline-block;vertical-align:top}.form-group.datepicker{position:relative}.form-group.datepicker .form-control{padding-right:28px!important}.form-group-sm .form-group.datepicker .form-control{width:100px!important}.form-group.datepicker:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;color:var(--brand-primary,#1776bf);content:"\f100";display:inline-block;font-family:c8y-glyphs!important;font-size:24px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;right:5px;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.form-group.datepicker+.timepicker{margin-left:2px!important}.meausurements2 .timeField .btn{padding:4px}.meausurements2 .timeField input{border-radius:0!important}.uib-datepicker-popup.dropdown-menu:focus,.uib-datepicker-popup.dropdown-menu>*,.uib-daypicker{outline:none}.timepicker input.form-control{width:44px}.form-group-sm .timepicker input.form-control{width:30px}.form-inline .timepicker .form-group{margin-right:0}body.modal-open>div[uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu,body>div[uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu{z-index:1051}.c8y-smart-rest-tab{-webkit-box-flex:1;background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);-ms-flex:1 1 100%;flex:1 1 100%;padding:20px;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.c8y-smart-rest-tab .row{display:block;margin-left:-5px;margin-right:-5px}.c8y-smart-rest-tab .row>[class*=" col-lg"],.c8y-smart-rest-tab .row>[class*=" col-md"],.c8y-smart-rest-tab .row>[class*=" col-sm"],.c8y-smart-rest-tab .row>[class*=" col-xs"],.c8y-smart-rest-tab .row>[class^=col-lg-],.c8y-smart-rest-tab .row>[class^=col-md-],.c8y-smart-rest-tab .row>[class^=col-sm-],.c8y-smart-rest-tab .row>[class^=col-xs-]{padding-left:5px;padding-right:5px}@media (max-width:991px){.smart-rest-editor{position:relative}.smart-rest-editor .col-xs-12{position:static}.smart-rest-editor .c8y-smart-rest-tab{left:0;position:absolute;top:0;width:100%;z-index:100}}@media (max-width:767px){.smart-rest-editor .c8y-smart-rest-tab{left:-15px;padding-left:30px;padding-right:30px;right:-15px;width:auto}}.smart-rest-csv-viewer code,.smart-rest-request-editor code{background-color:transparent;color:var(--gray-5,#677680)}.statusContainer{display:inline-block;font-size:14px;position:relative;text-align:center;vertical-align:middle}.statusContainer .pushStatus,.statusContainer .sendStatus{line-height:.9}.statusContainer .sendStatus{display:block;margin:-.15em auto -.5em;padding-left:0}.statusContainer .pushStatus{display:block;margin:0 auto;padding-right:2px}.statusContainer .statusUnknown{color:var(--gray-4,#58656d)}.statusContainer .maintenanceStatus{display:block;line-height:1;margin:0 auto}.status-toggle .c8y-switch+a{display:inline-block;line-height:34px;vertical-align:top}.c8y-data-explorer{background-color:inherit;color:inherit;margin-top:10px}c8y-chart{z-index:10}.top-chart-bar{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:2px 0 0;position:relative;z-index:2}.top-chart-bar+hr{margin:9px calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1)}.top-chart-bar+hr+.chart-container{top:100px!important}@media (min-width:768px){.top-chart-bar+hr+.chart-container{top:75px!important}}@media (min-width:992px){.top-chart-bar+hr+.chart-container{top:30px!important}}.top-chart-bar .measurement-icon-bar-wrapper{-webkit-box-flex:1;-ms-flex:1 0 90px;flex:1 0 90px}.top-chart-bar c8y-item-selector{display:none;max-width:170px}@media (min-width:992px){.top-chart-bar c8y-item-selector{max-width:240px}}.top-chart-bar c8y-item-selector .c8y-child-assets-selector>.btn{background-position:right 6px top 6px;background-size:calc(var(--font-size-base, 14px)*.85);padding-right:24px!important}.top-chart-bar c8y-item-selector .c8y-child-assets-selector>.btn:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*.85);height:calc(var(--form-control-height-base, 32px)*.875);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}.top-chart-bar.has-data-selector c8y-item-selector{display:block}.c8yGraphFill{min-height:540px}@media screen and (min-width:1200px){.c8yGraphFill{min-height:unset}}.card-dashboard .top-chart-bar{margin:0}.card-dashboard c8y-measurements-icon-bar{width:100%}.card-dashboard .top-chart-bar{padding-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px);padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card-dashboard .top-chart-bar+hr{display:none}.card-dashboard .top-chart-bar c8y-item-selector{max-width:170px}.has-aggregation .measurement-icon-bar .c8y-realtime{display:none}.c8y-timelines-chart svg,.chart-container svg{padding:0}.c8y-timelines-chart .strictValue rect,.chart-container .strictValue rect{fill:var(--tooltip-background,var(--brand-dark,#0b385b))}.c8y-timelines-chart .strictValue rect+text,.chart-container .strictValue rect+text{fill:var(--tooltip-color,#fff)}.measurements-tab .fragment-chart .realtime-form{text-align:right}@media (min-width:768px){.measurements-tab .fragment-chart .realtime-form{position:absolute;right:calc(var(--component-padding, var(--root-component-padding, 16))*1px);top:10px}.measurements-tab .fragment-chart .top-chart-bar+hr{display:none}}.tab-pane .realtime-form{float:right}.c8y-chart-hover-box{background-color:var(--popover-background,var(--component-background,var(--root-component-background,#fff)));-webkit-box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);-webkit-box-shadow:-1px 4px 4px rgba(0,0,0,.03),-3px 6px 6px rgba(0,0,0,.03),-8px 12px 12px rgba(0,0,0,.05),-12px 20px 24px rgba(0,0,0,.05);box-shadow:-1px 4px 4px rgba(0,0,0,.03),-3px 6px 6px rgba(0,0,0,.03),-8px 12px 12px rgba(0,0,0,.05),-12px 20px 24px rgba(0,0,0,.05);display:inline-block;padding:10px;pointer-events:none;position:absolute;top:0;z-index:1100}.c8y-chart-hover-box .dlt-c8y-icon-circle{font-size:10px}.c8y-chart-hover-box .label{color:var(--popover-label-color,var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333))));font-size:100%;font-weight:700;margin:0;padding:0 5px 0 0}.c8y-chart-hover-box .value{color:var(--popover-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.c8y-chart-hover-box .value-holder{font-size:12px;line-height:10px;margin-top:3px}.c8y-chart-hover-box .time-holder{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));font-size:10px}.c8y-chart .clock{color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));font-size:12px}.c8y-chart .axis line,.c8y-chart .axis path{stroke:var(--component-color,var(--root-component-color,var(--gray-text,#333)))}.chart-help,.chart-loading,.truncated{bottom:3px;font-size:12px;left:15px;position:absolute;right:7px}.chart-loading{bottom:5px;left:17px}.chart-help,.chart-loading{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)))}.chart-help,.truncated{left:56px}.meausurements2 c8y-measurements-icon-bar{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;padding-top:5px}.meausurements2 .measurement-icon-bar{padding-left:10px;position:relative;z-index:120}.meausurements2 .measurement-icon{background:none;font-size:12px;margin:1px;padding:3px;position:static}.meausurements2 .timeField input{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 10px}.meausurements2 .timeField table{margin-top:-24px}.meausurements2 .timeField .btn{height:24px}.meausurements2 .timeField .btn-link{color:var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b)))!important}.meausurements2 .timeField tr:hover td{background:transparent}.meausurements2 .timeField tr:nth-child(3) a{position:relative;top:-3px}.meausurements2 .measurements-time-control{bottom:1px;left:5px;min-width:404px;position:absolute;right:5px;z-index:100}.meausurements2 .top-controls{margin-bottom:10px;position:relative;z-index:100}@media (max-width:768px){.meausurements2 .measurements-date-from,.meausurements2 .measurements-date-to,.meausurements2 .top-controls{position:absolute;-webkit-transform:scale(.8);transform:scale(.8)}.meausurements2 .measurements-date-from,.meausurements2 .measurements-date-to{bottom:0}.meausurements2 .measurements-date-from{left:-35px}.meausurements2 .measurements-date-to{right:-35px}.meausurements2 .top-controls{right:-35px;top:0}}c8y-measurements-icon-bar{display:block}.c8y-datetime-picker:after,.c8y-datetime-picker:before,.measurements-time-control:after,.measurements-time-control:before{content:" ";display:table}.c8y-datetime-picker:after,.measurements-time-control:after{clear:both}.c8y-datetime-picker .form-group,.measurements-time-control .form-group{height:auto;margin:0;padding:0}.c8y-datetime-picker .form-group.input-sm,.measurements-time-control .form-group.input-sm{padding:0}.c8y-datetime-picker .form-group.input-sm input .uib-time .form-control,.measurements-time-control .form-group.input-sm input .uib-time .form-control{padding:5px!important;width:30px}.c8y-datetime-picker .form-group.input-sm input .uib-time .form-control:not(.c8y-radio):not(.c8y-checkbox),.measurements-time-control .form-group.input-sm input .uib-time .form-control:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*.85);height:calc(var(--form-control-height-base, 32px)*.875);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}.c8y-datetime-picker .uib-time .form-control,.measurements-time-control .uib-time .form-control{width:50px}.c8y-datetime-picker .input-sm .uib-time .form-control,.measurements-time-control .input-sm .uib-time .form-control{padding:5px!important;width:30px}.c8y-datetime-picker .input-sm .uib-time .form-control:not(.c8y-radio):not(.c8y-checkbox),.measurements-time-control .input-sm .uib-time .form-control:not(.c8y-radio):not(.c8y-checkbox){font-size:calc(var(--font-size-base, 14px)*.85);height:calc(var(--form-control-height-base, 32px)*.875);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}.c8y-datetime-picker .measurements-date-to,.measurements-time-control .measurements-date-to{margin-left:10px}@media (max-width:550px){.c8y-datetime-picker,.measurements-time-control{width:100%}.c8y-datetime-picker .measurements-date-from,.c8y-datetime-picker .measurements-date-to,.measurements-time-control .measurements-date-from,.measurements-time-control .measurements-date-to{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}.c8y-datetime-picker .measurements-date-from .date-time-picker,.c8y-datetime-picker .measurements-date-to .date-time-picker,.measurements-time-control .measurements-date-from .date-time-picker,.measurements-time-control .measurements-date-to .date-time-picker{margin-left:auto}.c8y-datetime-picker .measurements-date-to,.measurements-time-control .measurements-date-to{margin-top:5px}}.measurements-time-control,.measurements-time-control .measurements-date-from,.measurements-time-control .measurements-date-to{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.measurements-time-control .measurements-date-from .date-time-picker,.measurements-time-control .measurements-date-to .date-time-picker{margin-left:auto}.measurements-time-control .measurements-date-from .uib-datepicker-popup,.measurements-time-control .measurements-date-to .uib-datepicker-popup{z-index:1036}.card-dashboard .measurements-time-control{width:100%}.card-dashboard .measurements-time-control .measurements-date-from,.card-dashboard .measurements-time-control .measurements-date-to{padding-top:4px}.card-dashboard .measurements-time-control .measurements-date-to{margin-left:auto}[data-gs-width] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width] .card-dashboard .measurements-time-control .measurements-date-to{width:100%}[data-gs-width] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:100px!important}@media (min-width:460px) and (max-width:768px){[data-gs-width] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width] .card-dashboard .measurements-time-control .measurements-date-to{width:auto}[data-gs-width] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:65px!important}}@media (min-width:768px){[data-gs-width] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width] .card-dashboard .measurements-time-control .measurements-date-to{width:100%}[data-gs-width] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:100px!important}[data-gs-width="10"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="10"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="11"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="11"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="12"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="12"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="7"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="7"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="8"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="8"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="9"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="9"] .card-dashboard .measurements-time-control .measurements-date-to{width:auto}[data-gs-width="10"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="11"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="12"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="7"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="8"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="9"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:65px!important}}@media (min-width:992px){[data-gs-width="6"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="6"] .card-dashboard .measurements-time-control .measurements-date-to{width:auto}[data-gs-width="6"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:65px!important}}@media (min-width:1200px) and (max-width:1350px){[data-gs-width="5"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="5"] .card-dashboard .measurements-time-control .measurements-date-to{width:auto}[data-gs-width="5"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:65px!important}.open [data-gs-width="5"] .card-dashboard .measurements-time-control .measurements-date-from,.open [data-gs-width="5"] .card-dashboard .measurements-time-control .measurements-date-to{width:100%}.open [data-gs-width="5"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:100px!important}}@media (min-width:1351px){[data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="5"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="5"] .card-dashboard .measurements-time-control .measurements-date-to{width:auto}[data-gs-width="4"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="5"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:65px!important}.open [data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-from,.open [data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-to{width:100%}.open [data-gs-width="4"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:100px!important}}@media (min-width:1620px){.open [data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-from,.open [data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-to,[data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-from,[data-gs-width="4"] .card-dashboard .measurements-time-control .measurements-date-to{width:auto}.open [data-gs-width="4"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container,[data-gs-width="4"] .card-dashboard .top-chart-bar.showtime+hr+.chart-container{top:65px!important}}.smart-rule-list-card .card-header .card-title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0;min-height:40px}.smart-rule-list-card .card-actions .btn-collapse{display:none}.smart-rule-list-card .card-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow:visible;padding-top:0}.smart-rule-list-card .card-back .card-header-actions{background-color:var(--brand-dark,#0b385b);display:none}.smart-rule-list-card .card-back .card-header-actions,.smart-rule-list-card .card-back .card-header-actions .smart-list-icon-label>i{color:var(--component-background,var(--root-component-background,#fff))}.smart-rule-list-card .smart-rule-description{-webkit-box-ordinal-group:3;-ms-flex-order:2;line-height:1;order:2;text-align:center}.smart-rule-list-card .smart-rule-description .smart-rule-name{display:none}.smart-rule-list-card .smart-rule-state{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;padding:20px 0 10px;width:auto}.smart-rule-list-card .smart-rule-state .list-icon{display:none}.smart-rule-list-card .smart-rule-state [class*=" dlt-c8y-icon-"],.smart-rule-list-card .smart-rule-state [class^=dlt-c8y-icon-]{font-size:20px}.smart-rule-list-card .smart-rule-state .card-icon i{vertical-align:bottom}.smart-rule-list-card .smart-rule-state .card-icon span{vertical-align:middle}.smart-rule-list-card .smart-rule-group-switch{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding:24px 0 8px}.smart-rule-list-card .smart-rule-group-switch>.c8y-switch{display:none}.smart-rule-list-card .smart-rule-children{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;width:100%}.smart-rule-list-card .smart-rule-children .c8y-child-assets-selector .dropdown-menu.multiselect-container{width:100%}.smart-rule-list-card .card-actions-group{position:static}@media (max-width:767px){.smart-rule-list-card{margin-bottom:8px!important}.smart-rule-list-card .card-back .card-header-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.smart-rule-list-card .card-back .card-header-actions+.card-inner-scroll:before{display:block}.smart-rule-list-card .card-header{display:block;margin:0 40px!important}.smart-rule-list-card .card-actions{position:absolute!important;right:0;top:0;width:auto}.smart-rule-list-card .card-back.collapse{height:auto!important}.smart-rule-list-card .smart-rule-details{height:calc(100% - 88px)}.smart-rule-list-card .smart-rule-details .row{margin:0}.smart-rule-list-card .smart-rule-details .col-sm-3,.smart-rule-list-card .smart-rule-details .col-sm-9{padding:0 8px;width:100%}}.interact-grid .smart-rule-list-card .card-header-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.interact-grid .smart-rule-list-card .card-header-actions+.card-inner-scroll:before{display:block}.interact-grid .smart-rule-list-card .collapse{height:auto!important}.interact-grid .smart-rule-list-card .smart-rule-details{height:calc(100% - 88px)}.interact-grid .smart-rule-list-card .smart-rule-details .row{margin:0}.interact-grid .smart-rule-list-card .smart-rule-details .col-sm-3,.interact-grid .smart-rule-list-card .smart-rule-details .col-sm-9{padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px);width:100%}.interact-grid .smart-rule-list-card .smart-rule-details .audit-list{margin:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1)}.interact-grid .smart-rule-list-card .smart-rule-details .audit-list .table tr td:first-child,.interact-grid .smart-rule-list-card .smart-rule-details .audit-list .table tr th:first-child{padding-left:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.interact-grid .smart-rule-list-card .smart-rule-details .audit-list .table tr td:last-child,.interact-grid .smart-rule-list-card .smart-rule-details .audit-list .table tr th:last-child{padding-right:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.interact-grid .smart-rule-list-card .card-actions.collapsible{width:40px}.interact-grid .smart-rule-list-card .card-actions.collapsible+.card-header{display:block;margin:0 40px}@media (min-width:768px){.interact-list .smart-rule-list-card{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));padding-right:8px}.interact-list .smart-rule-list-card.active{background-color:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)))}.interact-list .smart-rule-list-card .card-actions-group,.interact-list .smart-rule-list-card .card-header,.interact-list .smart-rule-list-card .card-header-actions+.card-inner-scroll:before{display:none}.interact-list .smart-rule-list-card .smart-rule-state{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding:0;width:60px}.interact-list .smart-rule-list-card .smart-rule-state .list-icon{display:block}.interact-list .smart-rule-list-card .smart-rule-state .card-icon{display:none}.interact-list .smart-rule-list-card .smart-rule-state .card-icon i{vertical-align:bottom}.interact-list .smart-rule-list-card .smart-rule-state .card-icon span{vertical-align:middle}.interact-list .smart-rule-list-card .card-back,.interact-list .smart-rule-list-card .card-front{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.interact-list .smart-rule-list-card .card-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;min-height:23px;padding:0}.interact-list .smart-rule-list-card .card-block>.smart-rule-name{display:none}.interact-list .smart-rule-list-card .smart-rule-group-switch{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-box-ordinal-group:1;-ms-flex-order:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 4%;flex:0 0 4%;min-width:65px;order:0;padding:0 10px}.interact-list .smart-rule-list-card .smart-rule-group-switch .c8y-btn-checkbox{display:none}.interact-list .smart-rule-list-card .smart-rule-group-switch .c8y-switch{display:block}.interact-list .smart-rule-list-card .smart-rule-children{-webkit-box-flex:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;-ms-flex:0 0 175px;flex:0 0 175px;order:1;position:relative}.interact-list .smart-rule-list-card .smart-rule-children .icon-spin{left:50%;margin-left:-14px;position:absolute;top:14px}.interact-list .smart-rule-list-card .smart-rule-children>label{display:none}.interact-list .smart-rule-list-card .smart-rule-children .c8y-child-assets-selector .dropdown-menu.multiselect-container{min-width:240px}.interact-list .smart-rule-list-card .smart-list-icon-label{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin:0 8px;order:2}.interact-list .smart-rule-list-card .smart-rule-description{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:left}.interact-list .smart-rule-list-card .smart-rule-description .smart-rule-name{display:block}.interact-list .smart-rule-list-card .card-actions{top:10px}.interact-list .smart-rule-list-card .card-actions .btn-collapse{display:block}.interact-list .smart-rule-list-card .card-back{display:inherit;overflow:hidden;position:static;-webkit-transform:none;transform:none}.interact-list .smart-rule-list-card .card-back .smart-rule-details{background-color:transparent;max-height:none;overflow-y:visible;padding:0 15px}.interact-list .smart-rules-list-head{display:-webkit-box;display:-ms-flexbox;display:flex}}.smart-rules-list-head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:none;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 24px/2;padding:3px 0;width:100%}.smart-rules-list-head>label{padding-left:8px}.smart-rules-list-head .smart-rule-group{-webkit-box-flex:0;-ms-flex:0 0 4%;flex:0 0 4%;min-width:70px}.smart-rules-list-head .smart-rule-children{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;min-width:187px}.smart-rules-list-head .smart-rule-description{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:calc(75% - 95px)}.panel.panel-dashboard{fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)));--hr-border:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));--label-text-color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));--legend-text-color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));--link-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));--link-color-hover:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));background:var(--component-background,var(--root-component-background,#fff));border-radius:var(--card-border-radius,2px);bottom:0;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;left:12px;margin-bottom:24px/2;overflow:inherit;padding:0;position:relative;right:12px}.panel.panel-dashboard,.panel.panel-dashboard *{--component-background:var(--card-background);--component-color:var(--card-color);--component-odd-background:var(--card-odd-background);--component-active-background:var(--card-active-background);--component-active-color:var(--card-active-color);--component-expanded-background:var(--card-expanded-background);--component-expanded-color:var(--card-expanded-color);--component-border:var(--card-border);--component-input-border:var(--card-input-border);--component-link-color:var(--card-link-color);--component-link-color-hover:var(--card-link-color-hover);--link-color:var(--card-link-color);--link-color-hover:var(--card-link-color-hover);--component-actions-color:var(--card-actions-color);--component-actions-color-hover:var(--card-actions-color-hover);--component-actions-opacity:var(--card-actions-opacity);--component-label-color:var(--card-label-color);--component-legend-color:var(--card-legend-color);--component-placeholder-color:var(--card-placeholder-color);--component-focus-color:var(--card-focus-color);--component-focus-background:var(--card-focus-background);--component-focus-border:var(--card-focus-border);--component-text-muted:var(--card-text-muted);--component-highlight-color:var(--card-highlight-color);--component-brand-primary:var(--card-brand-primary);--component-realtime-added:var(--card-realtime-added);--component-pulse-color:var(--card-pulse-color);--component-spinner-color:var(--card-spinner-color);--component-disabled-color:var(--card-disabled-color);--component-disabled-opacity:var(--card-disabled-opacity);--component-icon-white-color-light:var(--card-icon-white-color-light);--component-icon-white-color-dark:var(--card-icon-white-color-dar);--component-icon-dark-color-light:var(--card-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--card-icon-dark-color-dark);--component-icon-color:var(--card-icon-color);--component-scrollbar-track:var(--card-scrollbar-track);--component-scrollbar-thumb:var(--card-scrollbar-thumb);--component-padding:var(--card-padding)}.panel.panel-dashboard .text-muted{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))}.panel.panel-dashboard.active{background:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.panel.panel-dashboard .expanded,.panel.panel-dashboard.expanded{background:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.panel.panel-dashboard a:not([class]){color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.panel.panel-dashboard a:not([class]):hover{color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))))}.hide-inner-cards .panel.panel-dashboard{-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.hide-inner-cards .panel.panel-dashboard .card-inner-scroll{overflow:unset;position:unset}@media (min-width:768px){.panel.panel-dashboard{margin-bottom:24px}}.panel.panel-dashboard.card-highlight{border:3px solid var(--card-highlight-color,var(--component-highlight-color,var(--root-component-highlight-color,var(--brand-primary,#1776bf))))}.panel.panel-dashboard>hr{margin:0}.panel.panel-dashboard.danger{background-color:#e0000e;color:#fff}.panel.panel-dashboard.danger .card-subtitle{color:#fff}.panel.panel-dashboard.warning{background-color:#ff801f;color:#fff}.panel.panel-dashboard.warning .card-subtitle{color:#fff}.panel.panel-dashboard.success{background-color:#080;color:#fff}.panel.panel-dashboard.success .card-subtitle{color:#fff}.panel.panel-dashboard.info{background-color:#1c8ce3;color:#fff}.panel.panel-dashboard.info .card-subtitle{color:#fff}.panel.panel-dashboard.brand{background-color:var(--brand-primary,#1776bf);color:#fff}.panel.panel-dashboard.brand .card-subtitle{color:#fff}.panel.panel-dashboard.not-active{background:transparent;cursor:default;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:var(--card-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}.panel.panel-dashboard .c8y-empty-state{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:0;padding:8px;text-align:left!important}.panel.panel-dashboard .c8y-empty-state .c8y-icon,.panel.panel-dashboard .c8y-empty-state [class*=" dlt-c8y-icon-"],.panel.panel-dashboard .c8y-empty-state [class^=dlt-c8y-icon-]{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;font-size:30px;margin-bottom:0;margin-right:5px}.panel.panel-dashboard .c8y-empty-state h3{-ms-flex-item-align:center;align-self:center;font-size:inherit;font-weight:700;margin-right:5px}.panel.panel-dashboard .c8y-empty-state p{-ms-flex-item-align:center;-webkit-box-flex:1;align-self:center;color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0}.panel.panel-dashboard .card-block .c8y-empty-state{padding:8px 0}.panel.panel-dashboard .list-group{-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.panel.panel-dashboard .list-group .list-group-item{border:0;-webkit-box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin:0;padding:10px calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.panel.panel-dashboard .list-group .list-group-item:not(.active):not(.expanded){background:transparent}.panel.panel-dashboard .list-group .list-group-item:last-child{-webkit-box-shadow:none;box-shadow:none}.panel.panel-dashboard .list-group a.list-group-item:not(.active):hover,.panel.panel-dashboard .list-group button.list-group-item:not(.active):hover{background-color:var(--list-group-active-background,var(--component-active-background,var(--root-component-active-background,#fff)))}.panel.panel-dashboard+.ui-resizable-handle{bottom:15px!important;right:22px!important}.panel.panel-dashboard>.panel-heading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:flex-start;padding-left:15px}.panel.panel-dashboard>.panel-heading:after{content:"";height:10px;left:20px;margin-left:-2px;margin-top:-5px;position:absolute;top:50%;width:4px}.panel.panel-dashboard>.panel-heading>.panel-title,.panel.panel-dashboard>.panel-heading>span{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));display:inline-block;font-size:10px;margin-right:auto;opacity:.5;overflow:hidden;padding-left:0;padding-right:45px;padding-top:4px;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.panel.panel-dashboard>.panel-heading .optionsBtn .btnIcon{opacity:.2}.panel.panel-dashboard>.panel-heading .optionsBtn .btnIcon [class*=" dlt-c8y-icon-"],.panel.panel-dashboard>.panel-heading .optionsBtn .btnIcon [class^=dlt-c8y-icon-]{font-size:12px}.panel.panel-dashboard>.panel-heading .optionsBtn .btnIcon:hover{color:var(--brand-primary,#1776bf);opacity:1}.panel.panel-dashboard>.panel-heading .optionsBtn.open .btnIcon{opacity:1}.panel.panel-dashboard>.panel-heading .btn-link{-webkit-box-ordinal-group:31;-ms-flex-order:30;order:30}.panel.panel-dashboard>.panel-heading+.fixed-header{background-color:var(--component-background,var(--root-component-background,#fff));overflow:hidden;position:relative;z-index:2}.panel.panel-dashboard>.panel-heading+.fixed-header table{margin-bottom:0}.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body,.panel.panel-dashboard>.panel-heading+.panel-body{bottom:0;left:0;overflow:auto;padding:0;position:absolute;right:0;top:40px}.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .panel-filters,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body>.lead,.panel.panel-dashboard>.panel-heading+.panel-body .panel-filters,.panel.panel-dashboard>.panel-heading+.panel-body>.lead{padding:16px}.panel.panel-dashboard>.panel-heading+.fixed-header .table h1,.panel.panel-dashboard>.panel-heading+.fixed-header .table h2,.panel.panel-dashboard>.panel-heading+.fixed-header .table h3,.panel.panel-dashboard>.panel-heading+.fixed-header .table h4,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table h1,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table h2,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table h3,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table h4,.panel.panel-dashboard>.panel-heading+.panel-body .table h1,.panel.panel-dashboard>.panel-heading+.panel-body .table h2,.panel.panel-dashboard>.panel-heading+.panel-body .table h3,.panel.panel-dashboard>.panel-heading+.panel-body .table h4{margin:15px 0 0}.panel.panel-dashboard>.panel-heading+.fixed-header .table tr td:first-child,.panel.panel-dashboard>.panel-heading+.fixed-header .table tr th:first-child,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table tr td:first-child,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table tr th:first-child,.panel.panel-dashboard>.panel-heading+.panel-body .table tr td:first-child,.panel.panel-dashboard>.panel-heading+.panel-body .table tr th:first-child{padding-left:15px}.panel.panel-dashboard>.panel-heading+.fixed-header .table tr td:last-child,.panel.panel-dashboard>.panel-heading+.fixed-header .table tr th:last-child,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table tr td:last-child,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table tr th:last-child,.panel.panel-dashboard>.panel-heading+.panel-body .table tr td:last-child,.panel.panel-dashboard>.panel-heading+.panel-body .table tr th:last-child{padding-right:15px}.panel.panel-dashboard>.panel-heading+.fixed-header .table tbody tr:first-child td,.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table tbody tr:first-child td,.panel.panel-dashboard>.panel-heading+.panel-body .table tbody tr:first-child td{border-top:0}.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body{top:82px}.panel.panel-dashboard>.panel-heading+.fixed-header+.panel-body .table{margin-top:-42px}.panel.panel-icon{background-color:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.panel.panel-icon>.panel-heading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:flex-start;padding-right:15px}.panel.panel-icon>.panel-heading [ng-show=title],.panel.panel-icon>.panel-heading span{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:stretch;-webkit-box-ordinal-group:2;-ms-flex-order:1;align-items:center;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;order:1;padding-top:4px}.panel.panel-icon>.panel-heading [ng-show=title] [class*=" dlt-c8y-icon-"],.panel.panel-icon>.panel-heading [ng-show=title] [class^=dlt-c8y-icon-],.panel.panel-icon>.panel-heading span [class*=" dlt-c8y-icon-"],.panel.panel-icon>.panel-heading span [class^=dlt-c8y-icon-]{margin-right:10px!important}.panel.panel-icon>.panel-heading .pull-right span{display:inline}.panel.panel-icon>.panel-heading [ng-show=title] [class*=" dlt-c8y-icon-"],.panel.panel-icon>.panel-heading [ng-show=title] [class^=dlt-c8y-icon-],.panel.panel-icon>.panel-heading span [class*=" dlt-c8y-icon-"],.panel.panel-icon>.panel-heading span [class^=dlt-c8y-icon-],.panel.panel-icon>.panel-heading>[class*=" dlt-c8y-icon-"],.panel.panel-icon>.panel-heading>[class^=dlt-c8y-icon-]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:center;margin-right:auto;margin-top:-4px;width:40px}.panel.panel-icon>.panel-heading [ng-show=title] [class*=" dlt-c8y-icon-"].critical,.panel.panel-icon>.panel-heading [ng-show=title] [class^=dlt-c8y-icon-].critical,.panel.panel-icon>.panel-heading span [class*=" dlt-c8y-icon-"].critical,.panel.panel-icon>.panel-heading span [class^=dlt-c8y-icon-].critical,.panel.panel-icon>.panel-heading>[class*=" dlt-c8y-icon-"].critical,.panel.panel-icon>.panel-heading>[class^=dlt-c8y-icon-].critical{background-color:#8f0009;color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading [ng-show=title] [class*=" dlt-c8y-icon-"].major,.panel.panel-icon>.panel-heading [ng-show=title] [class^=dlt-c8y-icon-].major,.panel.panel-icon>.panel-heading span [class*=" dlt-c8y-icon-"].major,.panel.panel-icon>.panel-heading span [class^=dlt-c8y-icon-].major,.panel.panel-icon>.panel-heading>[class*=" dlt-c8y-icon-"].major,.panel.panel-icon>.panel-heading>[class^=dlt-c8y-icon-].major{background-color:#e66400;color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading [ng-show=title] [class*=" dlt-c8y-icon-"].minor,.panel.panel-icon>.panel-heading [ng-show=title] [class^=dlt-c8y-icon-].minor,.panel.panel-icon>.panel-heading span [class*=" dlt-c8y-icon-"].minor,.panel.panel-icon>.panel-heading span [class^=dlt-c8y-icon-].minor,.panel.panel-icon>.panel-heading>[class*=" dlt-c8y-icon-"].minor,.panel.panel-icon>.panel-heading>[class^=dlt-c8y-icon-].minor{background-color:#ff801f;color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading [ng-show=title] [class*=" dlt-c8y-icon-"].warning,.panel.panel-icon>.panel-heading [ng-show=title] [class^=dlt-c8y-icon-].warning,.panel.panel-icon>.panel-heading span [class*=" dlt-c8y-icon-"].warning,.panel.panel-icon>.panel-heading span [class^=dlt-c8y-icon-].warning,.panel.panel-icon>.panel-heading>[class*=" dlt-c8y-icon-"].warning,.panel.panel-icon>.panel-heading>[class^=dlt-c8y-icon-].warning{background-color:#1c8ce3;color:var(--component-background,var(--root-component-background,#fff))}.panel.panel-icon>.panel-heading .btn-link{color:var(--page-tabs-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));font-size:inherit;text-transform:none}.panel.panel-icon>.panel-heading .btn{font-size:inherit}.panel.panel-icon>.panel-heading .pull-right{-webkit-box-ordinal-group:1001;-ms-flex-order:1000;order:1000}.panel.panel-icon .panel-body.text-muted{padding:0 16px}.panel.panel-icon .panel-body.text-muted>.text-muted{padding:10px 0}input[type=range]{-webkit-appearance:none;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));height:8px;margin:24px/2 0;width:100%}input[type=range]::-moz-focus-outer{border:0}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background:-webkit-gradient(linear,left top,right top,from(var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))),to(var(--component-background,var(--root-component-background,#fff))));background:linear-gradient(90deg,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))) var(--track-width,0),var(--component-background,var(--root-component-background,#fff)) var(--track-width,0));border:0;border-radius:4px;-webkit-box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));cursor:pointer;height:8px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--component-background,var(--root-component-background,#fff));border:0;border-radius:24px;-webkit-box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),1px 1px 1px rgba(0,0,0,.1),0 0 1px hsla(0,0%,5%,.1);box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),1px 1px 1px rgba(0,0,0,.1),0 0 1px hsla(0,0%,5%,.1);cursor:pointer;height:24px;margin-top:-9px;width:24px}input[type=range]:focus::-webkit-slider-thumb{-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}input[type=range]::-moz-range-track{background:linear-gradient(90deg,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))) var(--track-width,0),var(--component-background,var(--root-component-background,#fff)) var(--track-width,0));border:0;border-radius:4px;box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));cursor:pointer;height:8px;-moz-transition:all .2s ease;transition:all .2s ease;width:100%}input[type=range]::-moz-range-thumb{background:var(--component-background,var(--root-component-background,#fff));border:0;border-radius:24px;box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),1px 1px 1px rgba(0,0,0,.1),0 0 1px hsla(0,0%,5%,.1);cursor:pointer;height:24px;width:24px}input[type=range]:focus::-moz-range-thumb{box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))))}input[type=range]::-ms-track{background:transparent;border-color:transparent;border-radius:4px;border-width:24px 0;box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:transparent;cursor:pointer;height:8px;width:100%}input[type=range]::-ms-fill-lower{background:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));border:0;border-radius:8px}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{box-shadow:inset 0 1px 2px var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))}input[type=range]::-ms-fill-upper{background:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));border:1px solid transparent;border-radius:8px}input[type=range]::-ms-thumb{background:var(--component-background,var(--root-component-background,#fff));border:0;border-radius:24px;box-shadow:inset 0 0 0 1px var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6)))),1px 1px 1px rgba(0,0,0,.1),0 0 1px hsla(0,0%,5%,.1);cursor:pointer;height:24px;width:24px}input[type=range][disabled]{cursor:not-allowed!important;opacity:.5}.range-wrap{padding-top:2rem;position:relative}.range-wrap input[type=range]{width:100%}.range-value{position:absolute;top:0;-webkit-transform:translateY(-9px);transform:translateY(-9px)}.range-value span{background:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));border-radius:4px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);-webkit-box-shadow:-1px 4px 4px rgba(0,0,0,.03),-3px 6px 6px rgba(0,0,0,.03),-8px 12px 12px rgba(0,0,0,.05),-12px 20px 24px rgba(0,0,0,.05);box-shadow:-1px 4px 4px rgba(0,0,0,.03),-3px 6px 6px rgba(0,0,0,.03),-8px 12px 12px rgba(0,0,0,.05),-12px 20px 24px rgba(0,0,0,.05);display:block;font-size:calc(var(--font-size-base, 14px)*.85);height:24px;left:50%;line-height:24px;padding:0 8px;position:absolute;text-align:center;-webkit-transform:translate(-50%);transform:translate(-50%);white-space:nowrap;width:auto}.range-value span:after,.range-value span:before{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--component-background,var(--root-component-background,#fff));content:"";height:0;left:50%;margin-top:-1px;position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0}.range-value span:before{border-top:8px solid var(--popover-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin-top:0}.c8y-empty-state{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));margin:0 auto;max-width:600px;text-align:center;width:100%}.c8y-empty-state>.c8y-icon,.c8y-empty-state>[class*=" dlt-c8y-icon-"],.c8y-empty-state>[class^=dlt-c8y-icon-]{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));font-size:90px;margin-bottom:8px;opacity:.6}.dashboard.dashboard-theme-branded .c8y-empty-state>.c8y-icon,.dashboard.dashboard-theme-branded .c8y-empty-state>[class*=" dlt-c8y-icon-"],.dashboard.dashboard-theme-branded .c8y-empty-state>[class^=dlt-c8y-icon-],.dashboard.dashboard-theme-dark .c8y-empty-state>.c8y-icon,.dashboard.dashboard-theme-dark .c8y-empty-state>[class*=" dlt-c8y-icon-"],.dashboard.dashboard-theme-dark .c8y-empty-state>[class^=dlt-c8y-icon-]{color:var(--component-background,var(--root-component-background,#fff))}.c8y-empty-state .btn-link{background-color:var(--brand-primary,#1776bf);border-color:var(--brand-primary,#1776bf);color:#fff}.c8y-empty-state .btn-link.focus,.c8y-empty-state .btn-link:focus,.c8y-empty-state .btn-link:hover{background:#fff;border-color:var(--brand-primary,#1776bf);-webkit-box-shadow:inset 0 0 0 1px var(--brand-primary,#1776bf);box-shadow:inset 0 0 0 1px var(--brand-primary,#1776bf);color:var(--brand-primary,#1776bf)}.c8y-empty-state .btn-link.active,.c8y-empty-state .btn-link:active,.open>.dropdown-toggle.c8y-empty-state .btn-link{background-color:var(--brand-dark,#0b385b);background-image:none}.c8y-empty-state .btn-link.active,.c8y-empty-state .btn-link.active.focus,.c8y-empty-state .btn-link.active:focus,.c8y-empty-state .btn-link.active:hover,.c8y-empty-state .btn-link:active,.c8y-empty-state .btn-link:active.focus,.c8y-empty-state .btn-link:active:focus,.c8y-empty-state .btn-link:active:hover,.open>.dropdown-toggle.c8y-empty-state .btn-link,.open>.dropdown-toggle.c8y-empty-state .btn-link.focus,.open>.dropdown-toggle.c8y-empty-state .btn-link:focus,.open>.dropdown-toggle.c8y-empty-state .btn-link:hover{border-color:var(--brand-dark,#0b385b);-webkit-box-shadow:inset 0 0 0 1px var(--brand-dark,#0b385b);box-shadow:inset 0 0 0 1px var(--brand-dark,#0b385b);color:#fff}.c8y-empty-state .btn-link.disabled,.c8y-empty-state .btn-link.disabled.active,.c8y-empty-state .btn-link.disabled.focus,.c8y-empty-state .btn-link.disabled:active,.c8y-empty-state .btn-link.disabled:focus,.c8y-empty-state .btn-link.disabled:hover,.c8y-empty-state .btn-link[disabled],.c8y-empty-state .btn-link[disabled].active,.c8y-empty-state .btn-link[disabled].focus,.c8y-empty-state .btn-link[disabled]:active,.c8y-empty-state .btn-link[disabled]:focus,.c8y-empty-state .btn-link[disabled]:hover,fieldset[disabled] .c8y-empty-state .btn-link,fieldset[disabled] .c8y-empty-state .btn-link.active,fieldset[disabled] .c8y-empty-state .btn-link.focus,fieldset[disabled] .c8y-empty-state .btn-link:active,fieldset[disabled] .c8y-empty-state .btn-link:focus,fieldset[disabled] .c8y-empty-state .btn-link:hover{background-color:var(--brand-primary,#1776bf);border-color:var(--brand-primary,#1776bf);color:#fff}.c8y-empty-state .btn-link .badge{background-color:#fff;color:var(--brand-primary,#1776bf)}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:hover,.open>.dropdown-toggle.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary{-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:active,.open>.dropdown-toggle.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary{background-color:#cde6f9;background-image:none}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.disabled,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.disabled.active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.disabled.focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.disabled:active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.disabled:focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.disabled:hover,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary[disabled],.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary[disabled].active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary[disabled].focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary[disabled]:active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary[disabled]:focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary[disabled]:hover,fieldset[disabled] .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary,fieldset[disabled] .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.active,fieldset[disabled] .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.focus,fieldset[disabled] .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:active,fieldset[disabled] .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:focus,fieldset[disabled] .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary .badge{background-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));color:#fff}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray{border-color:var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray.focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray:focus,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray:hover{border-color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray.active,.dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray:active,.open>.dropdown-toggle .dashboard.dashboard-theme-branded .c8y-empty-state .btn-primary.btn-gray{background-image:none;-webkit-box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));box-shadow:inset 0 0 0 1px var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.dashboard.dashboard-theme-branded .c8y-empty-state a{color:var(--component-background,var(--root-component-background,#fff));text-decoration:underline}.c8y-empty-state.empty-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;text-align:left}.c8y-empty-state.empty-list>.c8y-icon,.c8y-empty-state.empty-list>[class*=" dlt-c8y-icon-"],.c8y-empty-state.empty-list>[class^=dlt-c8y-icon-]{-webkit-box-flex:0;color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));-ms-flex:0 0 auto;flex:0 0 auto;font-size:30px;margin-right:5px}.c8y-empty-state.empty-list p{-ms-flex-item-align:center;-webkit-box-flex:1;align-self:center;color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0}.c8y-empty-state--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;max-width:100%;padding:8px;text-align:left!important}.c8y-empty-state--horizontal .c8y-icon,.c8y-empty-state--horizontal [class*=" dlt-c8y-icon-"],.c8y-empty-state--horizontal [class^=dlt-c8y-icon-]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:30px;margin-bottom:0;margin-right:4px}.c8y-empty-state--horizontal h3{-ms-flex-item-align:center;align-self:center;font-size:inherit}.c8y-empty-state--horizontal p{-ms-flex-item-align:center;-webkit-box-flex:1;align-self:center;color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0}.c8y-empty-state .card-block .c8y-empty-state{padding:8px 0}.c8y-list__item .c8y-empty-state,.c8y-nav-stacked .c8y-empty-state,.card .c8y-empty-state,.modal-content .c8y-empty-state,.panel .c8y-empty-state,.smart-rest-editor .c8y-empty-state,c8y-data-grid .c8y-empty-state,td .c8y-empty-state{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:0;padding:8px;text-align:left!important}.c8y-list__item .c8y-empty-state .c8y-icon,.c8y-list__item .c8y-empty-state [class*=" dlt-c8y-icon-"],.c8y-list__item .c8y-empty-state [class^=dlt-c8y-icon-],.c8y-nav-stacked .c8y-empty-state .c8y-icon,.c8y-nav-stacked .c8y-empty-state [class*=" dlt-c8y-icon-"],.c8y-nav-stacked .c8y-empty-state [class^=dlt-c8y-icon-],.card .c8y-empty-state .c8y-icon,.card .c8y-empty-state [class*=" dlt-c8y-icon-"],.card .c8y-empty-state [class^=dlt-c8y-icon-],.modal-content .c8y-empty-state .c8y-icon,.modal-content .c8y-empty-state [class*=" dlt-c8y-icon-"],.modal-content .c8y-empty-state [class^=dlt-c8y-icon-],.panel .c8y-empty-state .c8y-icon,.panel .c8y-empty-state [class*=" dlt-c8y-icon-"],.panel .c8y-empty-state [class^=dlt-c8y-icon-],.smart-rest-editor .c8y-empty-state .c8y-icon,.smart-rest-editor .c8y-empty-state [class*=" dlt-c8y-icon-"],.smart-rest-editor .c8y-empty-state [class^=dlt-c8y-icon-],c8y-data-grid .c8y-empty-state .c8y-icon,c8y-data-grid .c8y-empty-state [class*=" dlt-c8y-icon-"],c8y-data-grid .c8y-empty-state [class^=dlt-c8y-icon-],td .c8y-empty-state .c8y-icon,td .c8y-empty-state [class*=" dlt-c8y-icon-"],td .c8y-empty-state [class^=dlt-c8y-icon-]{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;font-size:30px;margin-bottom:0;margin-right:5px}.c8y-list__item .c8y-empty-state h3,.c8y-nav-stacked .c8y-empty-state h3,.card .c8y-empty-state h3,.modal-content .c8y-empty-state h3,.panel .c8y-empty-state h3,.smart-rest-editor .c8y-empty-state h3,c8y-data-grid .c8y-empty-state h3,td .c8y-empty-state h3{-ms-flex-item-align:center;align-self:center;font-size:inherit;font-weight:700;margin-right:5px}.c8y-list__item .c8y-empty-state p,.c8y-nav-stacked .c8y-empty-state p,.card .c8y-empty-state p,.modal-content .c8y-empty-state p,.panel .c8y-empty-state p,.smart-rest-editor .c8y-empty-state p,c8y-data-grid .c8y-empty-state p,td .c8y-empty-state p{-ms-flex-item-align:center;-webkit-box-flex:1;align-self:center;color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)));-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0}.c8y-list__item .card-block .c8y-empty-state,.c8y-nav-stacked .card-block .c8y-empty-state,.card .card-block .c8y-empty-state,.modal-content .card-block .c8y-empty-state,.panel .card-block .c8y-empty-state,.smart-rest-editor .card-block .c8y-empty-state,c8y-data-grid .card-block .c8y-empty-state,td .card-block .c8y-empty-state{padding:8px 0}.c8y-nav-stacked .c8y-empty-state,.smart-rest-editor .c8y-empty-state{padding:0}.no-results{padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px);text-align:center}.no-results .c8y-empty-state{display:inline-block;max-width:280px;text-align:center!important}@media (max-width:480px){.c8y-empty-state:not(.c8y-empty-state--horizontal){padding:8rem 4rem}}.card-group,.card-group-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:flex-start;margin-bottom:16px}.card-group{margin-left:-12px;margin-right:-12px}.card-group>[class*=" col-lg"],.card-group>[class*=" col-md"],.card-group>[class*=" col-sm"],.card-group>[class*=" col-xs"],.card-group>[class^=col-lg-],.card-group>[class^=col-md-],.card-group>[class^=col-sm-],.card-group>[class^=col-xs-]{display:-webkit-box;display:-ms-flexbox;display:flex}.card-group>[class*=" col-lg"]>.card,.card-group>[class*=" col-lg"]>.d-contents>.card,.card-group>[class*=" col-lg"]>span,.card-group>[class*=" col-md"]>.card,.card-group>[class*=" col-md"]>.d-contents>.card,.card-group>[class*=" col-md"]>span,.card-group>[class*=" col-sm"]>.card,.card-group>[class*=" col-sm"]>.d-contents>.card,.card-group>[class*=" col-sm"]>span,.card-group>[class*=" col-xs"]>.card,.card-group>[class*=" col-xs"]>.d-contents>.card,.card-group>[class*=" col-xs"]>span,.card-group>[class^=col-lg-]>.card,.card-group>[class^=col-lg-]>.d-contents>.card,.card-group>[class^=col-lg-]>span,.card-group>[class^=col-md-]>.card,.card-group>[class^=col-md-]>.d-contents>.card,.card-group>[class^=col-md-]>span,.card-group>[class^=col-sm-]>.card,.card-group>[class^=col-sm-]>.d-contents>.card,.card-group>[class^=col-sm-]>span,.card-group>[class^=col-xs-]>.card,.card-group>[class^=col-xs-]>.d-contents>.card,.card-group>[class^=col-xs-]>span{width:100%}.card-group>[class*=" col-lg"]>span,.card-group>[class*=" col-md"]>span,.card-group>[class*=" col-sm"]>span,.card-group>[class*=" col-xs"]>span,.card-group>[class^=col-lg-]>span,.card-group>[class^=col-md-]>span,.card-group>[class^=col-sm-]>span,.card-group>[class^=col-xs-]>span{-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.card-group>[class*=" col-lg"]>span>.card,.card-group>[class*=" col-md"]>span>.card,.card-group>[class*=" col-sm"]>span>.card,.card-group>[class*=" col-xs"]>span>.card,.card-group>[class^=col-lg-]>span>.card,.card-group>[class^=col-md-]>span>.card,.card-group>[class^=col-sm-]>span>.card,.card-group>[class^=col-xs-]>span>.card{width:100%}.card-group .card{-ms-flex-item-align:stretch;align-self:stretch}.card-group:not(.interact-list) .card--d-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group:not(.interact-list) .card--d-col .card-footer{margin-top:auto}.card-group-block .card{-webkit-box-shadow:0 0 1px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.1);margin-bottom:0}@media (min-width:768px){.card-group-block.interact-list>[class*=" col-lg"],.card-group-block.interact-list>[class*=" col-md"],.card-group-block.interact-list>[class*=" col-sm"],.card-group-block.interact-list>[class*=" col-xs"],.card-group-block.interact-list>[class^=col-lg-],.card-group-block.interact-list>[class^=col-md-],.card-group-block.interact-list>[class^=col-sm-],.card-group-block.interact-list>[class^=col-xs-],.card-group.interact-list>[class*=" col-lg"],.card-group.interact-list>[class*=" col-md"],.card-group.interact-list>[class*=" col-sm"],.card-group.interact-list>[class*=" col-xs"],.card-group.interact-list>[class^=col-lg-],.card-group.interact-list>[class^=col-md-],.card-group.interact-list>[class^=col-sm-],.card-group.interact-list>[class^=col-xs-]{width:100%}.card-group-block.interact-list>[class*=" col-lg"]>.card,.card-group-block.interact-list>[class*=" col-lg"]>.d-contents>.card,.card-group-block.interact-list>[class*=" col-md"]>.card,.card-group-block.interact-list>[class*=" col-md"]>.d-contents>.card,.card-group-block.interact-list>[class*=" col-sm"]>.card,.card-group-block.interact-list>[class*=" col-sm"]>.d-contents>.card,.card-group-block.interact-list>[class*=" col-xs"]>.card,.card-group-block.interact-list>[class*=" col-xs"]>.d-contents>.card,.card-group-block.interact-list>[class^=col-lg-]>.card,.card-group-block.interact-list>[class^=col-lg-]>.d-contents>.card,.card-group-block.interact-list>[class^=col-md-]>.card,.card-group-block.interact-list>[class^=col-md-]>.d-contents>.card,.card-group-block.interact-list>[class^=col-sm-]>.card,.card-group-block.interact-list>[class^=col-sm-]>.d-contents>.card,.card-group-block.interact-list>[class^=col-xs-]>.card,.card-group-block.interact-list>[class^=col-xs-]>.d-contents>.card,.card-group.interact-list>[class*=" col-lg"]>.card,.card-group.interact-list>[class*=" col-lg"]>.d-contents>.card,.card-group.interact-list>[class*=" col-md"]>.card,.card-group.interact-list>[class*=" col-md"]>.d-contents>.card,.card-group.interact-list>[class*=" col-sm"]>.card,.card-group.interact-list>[class*=" col-sm"]>.d-contents>.card,.card-group.interact-list>[class*=" col-xs"]>.card,.card-group.interact-list>[class*=" col-xs"]>.d-contents>.card,.card-group.interact-list>[class^=col-lg-]>.card,.card-group.interact-list>[class^=col-lg-]>.d-contents>.card,.card-group.interact-list>[class^=col-md-]>.card,.card-group.interact-list>[class^=col-md-]>.d-contents>.card,.card-group.interact-list>[class^=col-sm-]>.card,.card-group.interact-list>[class^=col-sm-]>.d-contents>.card,.card-group.interact-list>[class^=col-xs-]>.card,.card-group.interact-list>[class^=col-xs-]>.d-contents>.card{-webkit-box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset -1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset -1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.card-group-block.interact-list>[class*=" col-lg"]>.card>hr,.card-group-block.interact-list>[class*=" col-lg"]>.d-contents>.card>hr,.card-group-block.interact-list>[class*=" col-md"]>.card>hr,.card-group-block.interact-list>[class*=" col-md"]>.d-contents>.card>hr,.card-group-block.interact-list>[class*=" col-sm"]>.card>hr,.card-group-block.interact-list>[class*=" col-sm"]>.d-contents>.card>hr,.card-group-block.interact-list>[class*=" col-xs"]>.card>hr,.card-group-block.interact-list>[class*=" col-xs"]>.d-contents>.card>hr,.card-group-block.interact-list>[class^=col-lg-]>.card>hr,.card-group-block.interact-list>[class^=col-lg-]>.d-contents>.card>hr,.card-group-block.interact-list>[class^=col-md-]>.card>hr,.card-group-block.interact-list>[class^=col-md-]>.d-contents>.card>hr,.card-group-block.interact-list>[class^=col-sm-]>.card>hr,.card-group-block.interact-list>[class^=col-sm-]>.d-contents>.card>hr,.card-group-block.interact-list>[class^=col-xs-]>.card>hr,.card-group-block.interact-list>[class^=col-xs-]>.d-contents>.card>hr,.card-group.interact-list>[class*=" col-lg"]>.card>hr,.card-group.interact-list>[class*=" col-lg"]>.d-contents>.card>hr,.card-group.interact-list>[class*=" col-md"]>.card>hr,.card-group.interact-list>[class*=" col-md"]>.d-contents>.card>hr,.card-group.interact-list>[class*=" col-sm"]>.card>hr,.card-group.interact-list>[class*=" col-sm"]>.d-contents>.card>hr,.card-group.interact-list>[class*=" col-xs"]>.card>hr,.card-group.interact-list>[class*=" col-xs"]>.d-contents>.card>hr,.card-group.interact-list>[class^=col-lg-]>.card>hr,.card-group.interact-list>[class^=col-lg-]>.d-contents>.card>hr,.card-group.interact-list>[class^=col-md-]>.card>hr,.card-group.interact-list>[class^=col-md-]>.d-contents>.card>hr,.card-group.interact-list>[class^=col-sm-]>.card>hr,.card-group.interact-list>[class^=col-sm-]>.d-contents>.card>hr,.card-group.interact-list>[class^=col-xs-]>.card>hr,.card-group.interact-list>[class^=col-xs-]>.d-contents>.card>hr{display:none}.card-group-block.interact-list>[class*=" col-lg"]:last-child>.card,.card-group-block.interact-list>[class*=" col-md"]:last-child>.card,.card-group-block.interact-list>[class*=" col-sm"]:last-child>.card,.card-group-block.interact-list>[class*=" col-xs"]:last-child>.card,.card-group-block.interact-list>[class^=col-lg-]:last-child>.card,.card-group-block.interact-list>[class^=col-md-]:last-child>.card,.card-group-block.interact-list>[class^=col-sm-]:last-child>.card,.card-group-block.interact-list>[class^=col-xs-]:last-child>.card,.card-group.interact-list>[class*=" col-lg"]:last-child>.card,.card-group.interact-list>[class*=" col-md"]:last-child>.card,.card-group.interact-list>[class*=" col-sm"]:last-child>.card,.card-group.interact-list>[class*=" col-xs"]:last-child>.card,.card-group.interact-list>[class^=col-lg-]:last-child>.card,.card-group.interact-list>[class^=col-md-]:last-child>.card,.card-group.interact-list>[class^=col-sm-]:last-child>.card,.card-group.interact-list>[class^=col-xs-]:last-child>.card{-webkit-box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset -1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset -1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))))}.card-group-block.interact-list .card-header,.card-group.interact-list .card-header{-webkit-box-flex:0;border-bottom:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:10px 16px;width:20%}.card-group-block.interact-list .card-header.separator,.card-group.interact-list .card-header.separator{-webkit-box-shadow:none;box-shadow:none}.card-group-block.interact-list .card-header .statusContainer,.card-group.interact-list .card-header .statusContainer{font-size:20px;margin-left:-2px}.card-group-block.interact-list .card-appicon,.card-group.interact-list .card-appicon{font-size:22px;height:22px;margin-right:8px;padding-top:0}.card-group-block.interact-list .card-block,.card-group-block.interact-list .card-footer,.card-group.interact-list .card-block,.card-group.interact-list .card-footer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;flex-grow:1;min-height:48px;padding:10px}.card-group-block.interact-list .card-block p,.card-group-block.interact-list .card-footer p,.card-group.interact-list .card-block p,.card-group.interact-list .card-footer p{margin:0;padding:0 5px}.card-group-block.interact-list .card-block .text-label-small,.card-group-block.interact-list .card-footer .text-label-small,.card-group.interact-list .card-block .text-label-small,.card-group.interact-list .card-footer .text-label-small{display:none}.card-group-block.interact-list .card-block.separator,.card-group-block.interact-list .card-footer.separator,.card-group.interact-list .card-block.separator,.card-group.interact-list .card-footer.separator{-webkit-box-shadow:none;box-shadow:none}.card-group-block.interact-list .card-hidden-list,.card-group.interact-list .card-hidden-list{display:none!important}.card-group-block.interact-list .page-sticky-header .card-actions-group,.card-group-block.interact-list .page-sticky-header .card-block,.card-group-block.interact-list .page-sticky-header .card-footer,.card-group-block.interact-list .page-sticky-header .card-header,.card-group.interact-list .page-sticky-header .card-actions-group,.card-group.interact-list .page-sticky-header .card-block,.card-group.interact-list .page-sticky-header .card-footer,.card-group.interact-list .page-sticky-header .card-header{min-height:48px;padding-bottom:4px;padding-top:4px;text-align:left}.card-group-block.interact-list .card-actions-group.text-center,.card-group-block.interact-list .card-block.text-center,.card-group-block.interact-list .card-footer.text-center,.card-group-block.interact-list .card-header.text-center,.card-group.interact-list .card-actions-group.text-center,.card-group.interact-list .card-block.text-center,.card-group.interact-list .card-footer.text-center,.card-group.interact-list .card-header.text-center{text-align:left!important}.card-group-block.interact-list .card-column-20,.card-group.interact-list .card-column-20{width:20%}.card-group-block.interact-list .card-column-30,.card-group.interact-list .card-column-30{width:30%}.card-group-block.interact-list .card-column-40,.card-group.interact-list .card-column-40{width:40%}.card-group-block.interact-list .card-column-50,.card-group.interact-list .card-column-50{width:50%}.card-group-block.interact-list .card-column-60,.card-group.interact-list .card-column-60{width:60%}.card-group-block.interact-list .card-column-70,.card-group.interact-list .card-column-70{width:70%}.card-group-block.interact-list .card-column-80,.card-group.interact-list .card-column-80{width:80%}.card-group-block.interact-list .card-column-90,.card-group.interact-list .card-column-90{width:90%}.card-group-block.interact-list .card-column-100,.card-group.interact-list .card-column-100{width:100%}.card-group-block.interact-list .card-actions,.card-group.interact-list .card-actions{top:4px}.card-group-block.interact-list .card-actions~.card-block,.card-group.interact-list .card-actions~.card-block{margin-right:44px}.card-group-block.interact-list .card-actions~.card-block.card-block-list,.card-group.interact-list .card-actions~.card-block.card-block-list{display:block;margin-right:0}.card-group-block.interact-list .card-actions~.card-block+.card-footer,.card-group.interact-list .card-actions~.card-block+.card-footer{margin-left:auto;margin-right:40px;padding:10px}.card-group-block.interact-list .card-actions~.card-block+.card-footer.separator,.card-group.interact-list .card-actions~.card-block+.card-footer.separator{border-top:0}.card-group-block.interact-list .card-item-last,.card-group.interact-list .card-item-last{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;margin-left:auto}.card-group-block.interact-list .card-actions-group,.card-group.interact-list .card-actions-group{-webkit-box-ordinal-group:100;-ms-flex-order:99;margin-left:auto;order:99}.card-group-block.interact-list .smart-rule-list-card .card-actions,.card-group.interact-list .smart-rule-list-card .card-actions{top:10px}.interact-list .card-hidden-list{display:none!important}.interact-list .text-center-list{text-align:center}}@media (max-width:767px){.card-hidden-grid{display:none!important}}.interact-grid .card.pointer,.interact-grid .card[ng-click]:not(.add-card):not(.not-active),.interact-grid a.card:not(.add-card){-webkit-transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-o-transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}.interact-grid .card.pointer:focus,.interact-grid .card.pointer:hover,.interact-grid .card[ng-click]:not(.add-card):not(.not-active):focus,.interact-grid .card[ng-click]:not(.add-card):not(.not-active):hover,.interact-grid a.card:not(.add-card):focus,.interact-grid a.card:not(.add-card):hover{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);text-decoration:none;z-index:1000}.interact-grid .card.pointer:focus .dropdown.open .dropdown-menu,.interact-grid .card.pointer:hover .dropdown.open .dropdown-menu,.interact-grid .card[ng-click]:not(.add-card):not(.not-active):focus .dropdown.open .dropdown-menu,.interact-grid .card[ng-click]:not(.add-card):not(.not-active):hover .dropdown.open .dropdown-menu,.interact-grid a.card:not(.add-card):focus .dropdown.open .dropdown-menu,.interact-grid a.card:not(.add-card):hover .dropdown.open .dropdown-menu{-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);-webkit-box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1)}.interact-grid .card.pointer .card-header .statusContainer,.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header .statusContainer,.interact-grid a.card:not(.add-card) .card-header .statusContainer{font-size:20px;margin-left:-2px}.interact-grid .card.pointer .card-header .statusContainer .sendStatus,.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header .statusContainer .sendStatus,.interact-grid a.card:not(.add-card) .card-header .statusContainer .sendStatus{margin-top:-3px}.interact-grid .card.pointer .card-header .card-icon,.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header .card-icon,.interact-grid a.card:not(.add-card) .card-header .card-icon{line-height:1;margin-top:-3px}.interact-grid .card.pointer .card-header .card-icon>c8y-device-status-display,.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header .card-icon>c8y-device-status-display,.interact-grid a.card:not(.add-card) .card-header .card-icon>c8y-device-status-display{display:block;max-height:20px}.interact-grid .card.pointer .card-header~.card-block,.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block,.interact-grid a.card:not(.add-card) .card-header~.card-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;padding-top:calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.interact-grid .card.pointer .card-header~.card-block>p,.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>p,.interact-grid a.card:not(.add-card) .card-header~.card-block>p{width:100%}.interact-grid .card.pointer .card-header~.card-block>[class*=" col-lg"],.interact-grid .card.pointer .card-header~.card-block>[class*=" col-md"],.interact-grid .card.pointer .card-header~.card-block>[class*=" col-sm"],.interact-grid .card.pointer .card-header~.card-block>[class*=" col-xs"],.interact-grid .card.pointer .card-header~.card-block>[class^=col-lg-],.interact-grid .card.pointer .card-header~.card-block>[class^=col-md-],.interact-grid .card.pointer .card-header~.card-block>[class^=col-sm-],.interact-grid .card.pointer .card-header~.card-block>[class^=col-xs-],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class*=" col-lg"],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class*=" col-md"],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class*=" col-sm"],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class*=" col-xs"],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class^=col-lg-],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class^=col-md-],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class^=col-sm-],.interact-grid .card[ng-click]:not(.add-card):not(.not-active) .card-header~.card-block>[class^=col-xs-],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class*=" col-lg"],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class*=" col-md"],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class*=" col-sm"],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class*=" col-xs"],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class^=col-lg-],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class^=col-md-],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class^=col-sm-],.interact-grid a.card:not(.add-card) .card-header~.card-block>[class^=col-xs-]{padding:0;width:100%}.interact-grid .card-hidden-grid{display:none!important}.interact-grid .text-center-grid{text-align:center}.interact-grid .card-actions+.card-header .card-title:not(.smart-rule-name){margin-right:24px}.card-inner-scroll .interact-grid .card[ng-click]:not(.add-card):focus,.card-inner-scroll .interact-grid .card[ng-click]:not(.add-card):hover,.card-inner-scroll .interact-grid a.card:not(.add-card):focus,.card-inner-scroll .interact-grid a.card:not(.add-card):hover{-webkit-transform:scale(1);transform:scale(1)}@media (max-width:767px){.interact-list .card.pointer,.interact-list .card[ng-click]{-webkit-transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;transition:-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;-o-transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out}.interact-list .card.pointer:focus,.interact-list .card.pointer:hover,.interact-list .card[ng-click]:focus,.interact-list .card[ng-click]:hover{-webkit-box-shadow:0 20px 15px rgba(0,0,0,.1),0 -2px 10px 1px rgba(0,0,0,.03);box-shadow:0 20px 15px rgba(0,0,0,.1),0 -2px 10px 1px rgba(0,0,0,.03);text-decoration:none;-webkit-transform:scale(1.05);transform:scale(1.05);z-index:1000}.interact-list .card.pointer .card-header~.card-block,.interact-list .card[ng-click] .card-header~.card-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.interact-list .card.pointer .card-header~.card-block>p,.interact-list .card[ng-click] .card-header~.card-block>p{width:100%}.interact-list .text-center-grid{text-align:center}.interact-list .card-actions+.card-header .card-title{margin-right:44px}}c8y-item-selector{display:block}@media (min-width:767px){.c8y-list__item c8y-item-selector.form-group-sm{margin-bottom:-4px;margin-top:-4px}}.c8y-child-assets-selector{display:block;margin:0;position:relative;z-index:1}.c8y-child-assets-selector>.btn{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--form-control-bg-color,var(--component-background,var(--root-component-background,#fff)));background-image:none;border:0;border-radius:var(--form-control-border-radius,0);-webkit-box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));box-shadow:inset 0 0 0 var(--form-control-border-width,1px) var(--input-border-color,var(--component-input-border,var(--root-component-input-border,var(--gray-8,#ccd2d6))));color:var(--form-control-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));display:block;font-family:var(--form-control-font-family,inherit);font-size:var(--font-size-base,14px);font-weight:var(--form-control-font-weight,normal);height:var(--form-control-height-base,32px);line-height:var(--form-control-line-height,1.42857143);padding:var(--form-control-padding-base-vertical,5px) var(--form-control-padding-base-horizontal,8px);padding-right:24px;position:relative;text-align:left;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}.c8y-child-assets-selector>.btn::-moz-placeholder{font-style:italic}.c8y-child-assets-selector>.btn:-ms-input-placeholder{font-style:italic}.c8y-child-assets-selector>.btn::-webkit-input-placeholder{font-style:italic}.c8y-child-assets-selector>.btn::-moz-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic);opacity:1}.c8y-child-assets-selector>.btn:-ms-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}.c8y-child-assets-selector>.btn::-webkit-input-placeholder{color:var(--placeholder-color,var(--component-placeholder-color,var(--root-component-placeholder-color,var(--gray-5,#677680))));font-style:var(--placeholder-font-style,italic)}.c8y-child-assets-selector>.btn[disabled],fieldset[disabled] .c8y-child-assets-selector>.btn{opacity:var(--input-disabled-opacity,var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7)))}.c8y-child-assets-selector>.btn[readonly],.c8y-child-assets-selector>.btn[readonly]:focus{background-color:var(--component-background,var(--root-component-background,#fff));color:var(--text-muted,#677680);opacity:1}.c8y-child-assets-selector>.btn[disabled],fieldset[disabled] .c8y-child-assets-selector>.btn{cursor:not-allowed}textarea .c8y-child-assets-selector>.btn{height:auto}.c8y-child-assets-selector>.btn:not(:first-child):not(:last-child){border-radius:0}.c8y-child-assets-selector>.btn:focus{background-color:var(--input-focus-background-color,var(--component-focus-background,var(--root-component-focus-background,#fff)));border-color:var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));-webkit-box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));box-shadow:inset 0 0 0 2px var(--input-focus-border-color,var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf))))));color:var(--input-focus-color,var(--component-focus-color,var(--root-component-focus-color,#333)));outline:0}.c8y-child-assets-selector>.btn[aria-expanded=true]{border-color:var(--component-focus-border,var(--root-component-focus-border,var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))))}.c8y-child-assets-selector>.btn:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;color:var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)));content:"\f101";display:inline-block;font-family:c8y-glyphs!important;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;right:5px;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c8y-child-assets-selector.dropdown.open{z-index:1031}.form-group-sm .c8y-child-assets-selector>.btn{font-size:calc(var(--font-size-base, 14px)*.85);height:calc(var(--form-control-height-base, 32px)*.875);padding:calc(var(--form-control-padding-base-vertical, 5px)*.875) 24px calc(var(--form-control-padding-base-vertical, 5px)*.875) calc(var(--form-control-padding-base-horizontal, 8px)*.875)}@media (min-width:768px){.dropdown.open .dropdown-menu.multiselect-container{height:unset!important;max-height:278px!important;overflow:auto!important;width:240px}.dropdown.open .dropdown-menu.multiselect-container::-webkit-scrollbar{height:4px;width:4px}.dropdown.open .dropdown-menu.multiselect-container::-webkit-scrollbar-track{background:var(--component-scrollbar-track,var(--root-component-scrollbar-track,var(--component-background,var(--root-component-background,#fff))))}.dropdown.open .dropdown-menu.multiselect-container::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb,var(--root-component-scrollbar-thumb,rgba(57,72,82,.2)));border-radius:1px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:4px}.dropdown.open .dropdown-menu.multiselect-container:hover::-webkit-scrollbar-thumb{background:var(--component-scrollbar-thumb-hover,var(--root-component-scrollbar-thumb,var(--gray-5,#677680)))}}.dropdown-menu.multiselect-container .divider{margin:0}.dropdown-menu.multiselect-container .input-group{width:100%}.dropdown-menu.multiselect-container label{color:var(--dropdown-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))))!important;display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown-menu.multiselect-container .multiselect-item{background-color:var(--dropdown-background,var(--component-background,var(--root-component-background,#fff)));border-bottom:1px solid var(--dropdown-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));padding:6px 10px}.dropdown-menu.multiselect-container .multiselect-item label.c8y-checkbox.input-sm{font-size:12px;height:auto;line-height:20px;margin-right:30px}.dropdown-menu.multiselect-container .multiselect-item .checkbox,.dropdown-menu.multiselect-container .multiselect-item .radio{color:var(--dropdown-color,var(--component-color,var(--root-component-color,var(--gray-text,#333))));font-weight:400;margin:0;overflow:hidden;padding-left:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.dropdown-menu.multiselect-container .multiselect-item .checkbox .label-text,.dropdown-menu.multiselect-container .multiselect-item .radio .label-text{display:inline-block;vertical-align:text-top}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(50){bottom:-340px;-webkit-transition-delay:2.5s;-o-transition-delay:2.5s;transition-delay:2.5s;z-index:50}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(49){bottom:-340px;-webkit-transition-delay:2.45s;-o-transition-delay:2.45s;transition-delay:2.45s;z-index:51}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(48){bottom:-340px;-webkit-transition-delay:2.4s;-o-transition-delay:2.4s;transition-delay:2.4s;z-index:52}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(47){bottom:-340px;-webkit-transition-delay:2.35s;-o-transition-delay:2.35s;transition-delay:2.35s;z-index:53}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(46){bottom:-340px;-webkit-transition-delay:2.3s;-o-transition-delay:2.3s;transition-delay:2.3s;z-index:54}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(45){bottom:-340px;-webkit-transition-delay:2.25s;-o-transition-delay:2.25s;transition-delay:2.25s;z-index:55}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(44){bottom:-340px;-webkit-transition-delay:2.2s;-o-transition-delay:2.2s;transition-delay:2.2s;z-index:56}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(43){bottom:-340px;-webkit-transition-delay:2.15s;-o-transition-delay:2.15s;transition-delay:2.15s;z-index:57}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(42){bottom:-340px;-webkit-transition-delay:2.1s;-o-transition-delay:2.1s;transition-delay:2.1s;z-index:58}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(41){bottom:-340px;-webkit-transition-delay:2.05s;-o-transition-delay:2.05s;transition-delay:2.05s;z-index:59}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(40){bottom:-340px;-webkit-transition-delay:2s;-o-transition-delay:2s;transition-delay:2s;z-index:60}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(39){bottom:-340px;-webkit-transition-delay:1.95s;-o-transition-delay:1.95s;transition-delay:1.95s;z-index:61}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(38){bottom:-340px;-webkit-transition-delay:1.9s;-o-transition-delay:1.9s;transition-delay:1.9s;z-index:62}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(37){bottom:-340px;-webkit-transition-delay:1.85s;-o-transition-delay:1.85s;transition-delay:1.85s;z-index:63}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(36){bottom:-340px;-webkit-transition-delay:1.8s;-o-transition-delay:1.8s;transition-delay:1.8s;z-index:64}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(35){bottom:-340px;-webkit-transition-delay:1.75s;-o-transition-delay:1.75s;transition-delay:1.75s;z-index:65}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(34){bottom:-340px;-webkit-transition-delay:1.7s;-o-transition-delay:1.7s;transition-delay:1.7s;z-index:66}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(33){bottom:-340px;-webkit-transition-delay:1.65s;-o-transition-delay:1.65s;transition-delay:1.65s;z-index:67}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(32){bottom:-340px;-webkit-transition-delay:1.6s;-o-transition-delay:1.6s;transition-delay:1.6s;z-index:68}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(31){bottom:-340px;-webkit-transition-delay:1.55s;-o-transition-delay:1.55s;transition-delay:1.55s;z-index:69}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(30){bottom:-340px;-webkit-transition-delay:1.5s;-o-transition-delay:1.5s;transition-delay:1.5s;z-index:70}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(29){bottom:-340px;-webkit-transition-delay:1.45s;-o-transition-delay:1.45s;transition-delay:1.45s;z-index:71}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(28){bottom:-340px;-webkit-transition-delay:1.4s;-o-transition-delay:1.4s;transition-delay:1.4s;z-index:72}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(27){bottom:-340px;-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s;z-index:73}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(26){bottom:-340px;-webkit-transition-delay:1.3s;-o-transition-delay:1.3s;transition-delay:1.3s;z-index:74}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(25){bottom:-340px;-webkit-transition-delay:1.25s;-o-transition-delay:1.25s;transition-delay:1.25s;z-index:75}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(24){bottom:-340px;-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s;z-index:76}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(23){bottom:-340px;-webkit-transition-delay:1.15s;-o-transition-delay:1.15s;transition-delay:1.15s;z-index:77}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(22){bottom:-340px;-webkit-transition-delay:1.1s;-o-transition-delay:1.1s;transition-delay:1.1s;z-index:78}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(21){bottom:-340px;-webkit-transition-delay:1.05s;-o-transition-delay:1.05s;transition-delay:1.05s;z-index:79}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(20){bottom:-340px;-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;z-index:80}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(19){bottom:-340px;-webkit-transition-delay:.95s;-o-transition-delay:.95s;transition-delay:.95s;z-index:81}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(18){bottom:-340px;-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s;z-index:82}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(17){bottom:-340px;-webkit-transition-delay:.85s;-o-transition-delay:.85s;transition-delay:.85s;z-index:83}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(16){bottom:-340px;-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s;z-index:84}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(15){bottom:-340px;-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s;z-index:85}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(14){bottom:-340px;-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s;z-index:86}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(13){bottom:-340px;-webkit-transition-delay:.65s;-o-transition-delay:.65s;transition-delay:.65s;z-index:87}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(12){bottom:-340px;-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s;z-index:88}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(11){bottom:-340px;-webkit-transition-delay:.55s;-o-transition-delay:.55s;transition-delay:.55s;z-index:89}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(10){bottom:-340px;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;z-index:90}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(9){bottom:-340px;-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s;z-index:91}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(8){bottom:-340px;-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s;z-index:92}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(7){bottom:-340px;-webkit-transition-delay:.35s;-o-transition-delay:.35s;transition-delay:.35s;z-index:93}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(6){bottom:-340px;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s;z-index:94}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(5){bottom:-340px;-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s;z-index:95}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(4){bottom:-340px;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s;z-index:96}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(3){bottom:-340px;-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s;z-index:97}.dropdown-menu.multiselect-container li.multiselect-item:nth-child(2){bottom:-340px;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;z-index:98}.dropdown-menu.multiselect-container li.multiselect-item:first-child{bottom:-340px;-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s;z-index:99}.dropdown-menu.multiselect-container .multiselect-item-container{max-height:278px;overflow-y:auto}.dropdown-menu.multiselect-container .multiselect-item-container+.divider{display:none}c8y-typeahead .input-group{z-index:1052}c8y-typeahead .c8y-child-assets-selector.dropdown .dropdown-menu{left:-4px;padding-top:40px;right:-4px;top:-4px;width:unset}c8y-typeahead .c8y-child-assets-selector.dropdown.dropup .dropdown-menu{bottom:-4px;padding-bottom:40px;padding-top:0;top:auto}c8y-typeahead .c8y-child-assets-selector.dropdown.open .input-group.input-group-dropdown:before{background-color:var(--component-background,var(--root-component-background,#fff));bottom:-4px;content:"";display:block;left:-4px;position:absolute;right:-4px;top:-4px}.list-group{-webkit-box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin-bottom:16px;padding-left:0;position:relative}.list-group.borderless,.list-group.borderless-top{-webkit-box-shadow:none!important;box-shadow:none!important}.list-group-item{fill:var(--component-color,var(--root-component-color,var(--gray-text,#333)));--hr-border:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));--label-text-color:var(--component-label-color,var(--root-component-label-color,var(--gray-text,#333)));--legend-text-color:var(--component-legend-color,var(--root-component-legend-color,var(--gray-5,#677680)));--link-color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))));--link-color-hover:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))));background:var(--component-background,var(--root-component-background,#fff));border:0;-webkit-box-shadow:inset 1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset -1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))),inset -1px 0 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;min-height:40px;padding:10px calc(var(--component-padding, var(--root-component-padding, 16))*1px);position:relative;width:100%}.list-group-item .text-muted{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))}.list-group-item.active{background:var(--component-active-background,var(--root-component-active-background,#fff));color:var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf)))}.list-group-item .expanded,.list-group-item.expanded{background:var(--component-expanded-background,var(--root-component-expanded-background,var(--gray-10,#fbfbfc)));color:var(--component-expanded-color,var(--root-component-expanded-color,var(--gray-text,#333)))}.list-group-item a:not([class]){color:var(--component-link-color,var(--root-component-link-color,var(--link-color,var(--brand-primary,#1776bf))))}.list-group-item a:not([class]):hover{color:var(--component-link-color-hover,var(--root-component-link-color-hover,var(--link-color-hover,var(--brand-primary,#1776bf))))}.list-group-item,.list-group-item *{--component-background:var(--list-group-background);--component-color:var(--list-group-color);--component-odd-background:var(--list-group-odd-background);--component-active-background:var(--list-group-active-background);--component-active-color:var(--list-group-active-color);--component-expanded-background:var(--list-group-expanded-background);--component-expanded-color:var(--list-group-expanded-color);--component-border:var(--list-group-border);--component-input-border:var(--list-group-input-border);--component-link-color:var(--list-group-link-color);--component-link-color-hover:var(--list-group-link-color-hover);--link-color:var(--list-group-link-color);--link-color-hover:var(--list-group-link-color-hover);--component-actions-color:var(--list-group-actions-color);--component-actions-color-hover:var(--list-group-actions-color-hover);--component-actions-opacity:var(--list-group-actions-opacity);--component-label-color:var(--list-group-label-color);--component-legend-color:var(--list-group-legend-color);--component-placeholder-color:var(--list-group-placeholder-color);--component-focus-color:var(--list-group-focus-color);--component-focus-background:var(--list-group-focus-background);--component-focus-border:var(--list-group-focus-border);--component-text-muted:var(--list-group-text-muted);--component-highlight-color:var(--list-group-highlight-color);--component-brand-primary:var(--list-group-brand-primary);--component-realtime-added:var(--list-group-realtime-added);--component-pulse-color:var(--list-group-pulse-color);--component-spinner-color:var(--list-group-spinner-color);--component-disabled-color:var(--list-group-disabled-color);--component-disabled-opacity:var(--list-group-disabled-opacity);--component-icon-white-color-light:var(--list-group-icon-white-color-light);--component-icon-white-color-dark:var(--list-group-icon-white-color-dar);--component-icon-dark-color-light:var(--list-group-icon-dark-color-ligh);--component-icon-dark-color-dark:var(--list-group-icon-dark-color-dark);--component-icon-color:var(--list-group-icon-color);--component-scrollbar-track:var(--list-group-scrollbar-track);--component-scrollbar-thumb:var(--list-group-scrollbar-thumb);--component-padding:var(--list-group-padding)}.dd-low .list-group-item{padding-bottom:14px;padding-top:14px}.list-group-item.draggable-after{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.list-group-item.draggable-after>:last-child{padding-right:32px}.list-group-item.draggable-after>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cdk-drag-preview .list-group-item.draggable-after:after,.list-group-item.draggable-after:hover:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-flex:0;-ms-flex-positive:0;content:"\ec87";display:inline-block;flex-grow:0;font-family:dlt-c8y-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:4px;pointer-events:none;position:absolute;right:12px;text-transform:none}.cdk-drag-preview .list-group-item.draggable-after:after:before,.list-group-item.draggable-after:hover:after:before{font-size:1.1em}.list-group-item.ng-enter{background-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9))}.list-group-item:last-child{margin-bottom:0}.borderless .list-group-item{-webkit-box-shadow:none!important;box-shadow:none!important}.list-group-item>.c8y-checkbox,.list-group-item>.c8y-radio{line-height:inherit}.card .list-group,.modal-content .list-group,.panel .list-group{-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.card .list-group .list-group-item,.modal-content .list-group .list-group-item,.panel .list-group .list-group-item{border:0;-webkit-box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));box-shadow:inset 0 -1px 0 var(--list-group-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));margin:0;padding:10px calc(var(--component-padding, var(--root-component-padding, 16))*1px)}.card .list-group .list-group-item:not(.active):not(.expanded),.modal-content .list-group .list-group-item:not(.active):not(.expanded),.panel .list-group .list-group-item:not(.active):not(.expanded){background:transparent}.card .list-group .list-group-item:last-child,.modal-content .list-group .list-group-item:last-child,.panel .list-group .list-group-item:last-child{-webkit-box-shadow:none;box-shadow:none}.card .list-group a.list-group-item:not(.active):hover,.card .list-group button.list-group-item:not(.active):hover,.modal-content .list-group a.list-group-item:not(.active):hover,.modal-content .list-group button.list-group-item:not(.active):hover,.panel .list-group a.list-group-item:not(.active):hover,.panel .list-group button.list-group-item:not(.active):hover{background-color:var(--list-group-active-background,var(--component-active-background,var(--root-component-active-background,#fff)))}.list-group-links a.list-group-item,.list-group-links button.list-group-item{padding-right:32px!important;position:relative}.list-group-links a.list-group-item:focus,.list-group-links a.list-group-item:hover,.list-group-links button.list-group-item:focus,.list-group-links button.list-group-item:hover{background-color:var(--list-group-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));color:var(--list-group-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.list-group-links a.list-group-item:after,.list-group-links button.list-group-item:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;content:"\e92b";display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:inherit;position:absolute;right:12px;text-rendering:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}a.list-group-item,button.list-group-item{color:var(--list-group-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));text-align:left;width:100%}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:inherit}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:var(--list-group-actions-color-hover,var(--component-actions-color-hover,var(--root-component-actions-color-hover,var(--brand-primary,#1776bf))));outline:none;text-decoration:none}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:var(--list-group-background,var(--component-background,var(--root-component-background,#fff)));color:var(--list-group-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))));cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:var(--list-group-disabled-color,var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf))))}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background-color:var(--list-group-active-background,var(--component-active-background,var(--root-component-active-background,#fff)));border-color:transparent;border-left:0;border-right:0;color:var(--list-group-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))));z-index:2}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:var(--list-group-active-color,var(--component-active-color,var(--root-component-active-color,var(--brand-primary,#1776bf))))}.list-group-item-success{background-color:transparent!important}.list-group-item-success,a.list-group-item-success,button.list-group-item-success{color:var(--component-background,var(--root-component-background,#fff))}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:var(--component-background,var(--root-component-background,#fff));-webkit-filter:brightness(.9);filter:brightness(.9)}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-background,var(--root-component-background,#fff));color:#fff}.list-group-item-info{background-color:transparent!important}.list-group-item-info,a.list-group-item-info,button.list-group-item-info{color:var(--gray-text,#333)}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:var(--gray-text,#333);-webkit-filter:brightness(.9);filter:brightness(.9)}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{background-color:var(--gray-text,#333);border-color:var(--gray-text,#333);color:#fff}.list-group-item-warning{background-color:transparent!important}.list-group-item-warning,a.list-group-item-warning,button.list-group-item-warning{color:var(--component-background,var(--root-component-background,#fff))}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:var(--component-background,var(--root-component-background,#fff));-webkit-filter:brightness(.9);filter:brightness(.9)}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-background,var(--root-component-background,#fff));color:#fff}.list-group-item-danger{background-color:transparent!important}.list-group-item-danger,a.list-group-item-danger,button.list-group-item-danger{color:var(--component-background,var(--root-component-background,#fff))}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:var(--component-background,var(--root-component-background,#fff));-webkit-filter:brightness(.9);filter:brightness(.9)}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-background,var(--root-component-background,#fff));color:#fff}.list-group-item-active{background-color:var(--brand-primary,#1776bf)!important}.list-group-item-active,a.list-group-item-active,button.list-group-item-active{color:var(--component-background,var(--root-component-background,#fff))}a.list-group-item-active .list-group-item-heading,button.list-group-item-active .list-group-item-heading{color:inherit}a.list-group-item-active:focus,a.list-group-item-active:hover,button.list-group-item-active:focus,button.list-group-item-active:hover{color:var(--component-background,var(--root-component-background,#fff));-webkit-filter:brightness(.9);filter:brightness(.9)}a.list-group-item-active.active,a.list-group-item-active.active:focus,a.list-group-item-active.active:hover,button.list-group-item-active.active,button.list-group-item-active.active:focus,button.list-group-item-active.active:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-color:var(--component-background,var(--root-component-background,#fff));color:#fff}.list-group-item-heading{margin-bottom:8px;margin-top:0}.list-group-item-text{line-height:1.3;margin-bottom:0}.list-item-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-wrap:anywhere}.list-item-icon{-webkit-box-flex:0;display:inline-block;-ms-flex:0 0 auto;flex:0 0 auto;font-size:20px;line-height:1;margin-right:8px;max-height:20px}.list-item-icon>i{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.list-item-checkbox{-ms-flex-item-align:start;-webkit-box-flex:0;align-self:flex-start;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:8px}.list-item-checkbox .c8y-checkbox{height:20px;line-height:20px}.list-item-checkbox+label{-webkit-box-flex:1;cursor:pointer;-ms-flex:1;flex:1;font-size:inherit;font-weight:400;letter-spacing:0;line-height:1.1;margin-bottom:0;overflow:hidden;overflow-wrap:break-word;text-transform:none}.list-item-actions{-ms-flex-item-align:start;-webkit-box-flex:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-ordinal-group:10001;-ms-flex-order:10000;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:-10px calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1) -10px 0;order:10000;position:relative;text-align:right}.list-item-actions .btn+.btn{margin:0}.list-item-actions>.has-error{color:#e0000e;font-size:14px;height:40px;left:-10px;line-height:40px;position:absolute}.list-item-actions .settings>.dropdown-toggle,.list-item-actions>.btn-link{-webkit-box-ordinal-group:101;-ms-flex-order:100;color:var(--list-group-actions-color,var(--component-actions-color,var(--root-component-actions-color,var(--brand-dark,#0b385b))));font-size:14px;height:40px;opacity:var(--list-group-actions-opacity,var(--component-actions-opacity,var(--root-component-actions-opacity,.5)));order:100;padding:6px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;width:40px}.list-item-actions .settings>.dropdown-toggle:focus,.list-item-actions .settings>.dropdown-toggle:hover,.list-item-actions>.btn-link:focus,.list-item-actions>.btn-link:hover{opacity:1;outline:none;text-decoration:none}.list-item-actions label.c8y-checkbox,.list-item-actions label.c8y-radio{line-height:40px!important}.list-group-item.flex-row,.list-group-item>.flex-row{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.list-group-item .collapsible,.list-group-item.collapsible{-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.list-group-item .collapsible.expanded,.list-group-item.collapsible.expanded{z-index:10}.list-group-item .collapsible .collapse,.list-group-item .collapsible .collapsing,.list-group-item.collapsible .collapse,.list-group-item.collapsible .collapsing{-webkit-box-flex:1;-webkit-box-ordinal-group:11001;-ms-flex-order:11000;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.03);box-shadow:inset 0 1px 1px rgba(0,0,0,.03);-ms-flex:1 1 100%;flex:1 1 100%;margin:10px calc(var(--component-padding, var(--root-component-padding, 16))*1px*-1) 0;min-width:100%;order:11000;padding:0 calc(var(--component-padding, var(--root-component-padding, 16))*1px) calc(var(--component-padding, var(--root-component-padding, 16))*1px);width:auto}.list-item-switch{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;width:48px}.list-item-switch .c8y-switch{margin:1px 0 -10px;min-height:23px}.list-item-switch .c8y-switch input[type=checkbox]+span{top:0}.list-item-colopicker{width:30px}.list-item-colopicker,.list-item-colorpicker{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}.list-item-colorpicker{position:relative;text-align:center}.list-item-colorpicker .minicolors{margin:0 auto;min-height:20px;width:20px}.list-item-colorpicker .minicolors .minicolors-swatch{border:0;width:20px}.list-item-colorpicker .minicolors .minicolors-swatch-color{border-radius:14px;bottom:0;top:0}.list-item-colorpicker+.list-item-body{padding-top:3px}.list-group-item-sticky-header{-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.c8y-data-point-list{font-size:12px}.c8y-data-point-list .data-point-details{padding-top:10px}.modal-inner-scroll .c8y-data-point-list .data-point-details,.modal-inner-scroll-sm .c8y-data-point-list .data-point-details{padding-left:57px}.smart-list-icon-label{-webkit-box-flex:0;display:inline-block;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 2px 10px}.smart-list-icon-label>i{color:var(--gray-5,#677680);display:inline-block;width:auto}.smart-list-icon-label .dot:last-child{background-color:#080}.card-header-actions .smart-list-icon-label,.edit-smart-rule-details .smart-list-icon-label{margin:0 10px 0 0}.card-header-actions .smart-list-icon-label .dot,.edit-smart-rule-details .smart-list-icon-label .dot{font-size:14px;height:30px;line-height:32px;width:30px}@media (min-width:768px){.interact-list .smart-list-icon-label{margin:0 2px}.interact-list .smart-list-icon-label .dot{font-size:16px;height:34px;line-height:36px;width:34px}}.smart-rule-templates-list .smart-list-icon-label{margin:10px 2px}.smart-rule-templates-list .smart-list-icon-label .dot{font-size:16px;height:34px;line-height:36px;width:34px}.deviceBtn{border-bottom:1px solid var(--gray-6,#8a98a1);display:block;padding:5px}.deviceRow{padding-left:12px;position:relative}.deviceRow:before{border-left:1px dotted var(--gray-8,#ccd2d6);bottom:1px;top:0}.deviceRow:after,.deviceRow:before{content:"";left:10px;position:absolute}.deviceRow:after{border-top:1px dotted var(--gray-8,#ccd2d6);top:10px;width:10px}.deviceRow:last-child:before{bottom:11px}.deviceRow .deviceSelectorCombo{padding-left:8px}.deviceRow .symbol{color:var(--gray-9,#f6f7f8);display:inline-block;font-size:1.2em;-webkit-transform:scaleY(1.1);transform:scaleY(1.1)}.device-list.noContext>.deviceRow:before{display:none}.deviceSelectorCombo .expandBtn{font-size:12px;padding:2px 1px 0;position:relative;z-index:10}.deviceSelectorCombo .expandBtn:before{background-color:var(--component-background,var(--root-component-background,#fff));content:"";height:10px;left:4px;position:absolute;top:4px;width:10px;z-index:1}.deviceSelectorCombo .expandBtn .c8y-icon,.deviceSelectorCombo .expandBtn [class*=" dlt-c8y-icon-"],.deviceSelectorCombo .expandBtn [class^=dlt-c8y-icon-]{position:relative;z-index:10}.deviceSelectorCombo a{color:var(--brand-dark,#0b385b)}.deviceSelectorCombo a:focus,.deviceSelectorCombo a:hover{color:var(--brand-primary,#1776bf);outline:none;text-decoration:none}.deviceSelectorCombo a:focus .text-muted,.deviceSelectorCombo a:hover .text-muted{color:var(--brand-primary,#1776bf)}.deviceSelectorCombo .btn-clean{max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.deviceSelectorCombo .selectedDevice{color:var(--brand-primary,#1776bf);font-weight:700}.deviceContainer{padding-left:10px}.smart-rule-templates-list{margin-bottom:0;overflow:hidden}.edit-smart-rule-details{margin:0;padding-bottom:0;padding-top:0}.edit-smart-rule-details .card{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.edit-smart-rule-details .smart-rule-control{margin-top:10px}.edit-smart-rule-details .card-group{margin-bottom:0}.modal-inner-scroll.smart-rule-control{margin:0;max-height:55vh}.c8y-map-internal,.c8y-map-internal:after{bottom:0;left:0;position:absolute;right:0;top:0}.c8y-map-internal:after{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:leaflet-touch-warning-fadein .8s backwards;animation:leaflet-touch-warning-fadein .8s backwards;background:rgba(0,0,0,.5);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:15px;pointer-events:none;z-index:461}@-webkit-keyframes leaflet-touch-warning-fadein{0%{opacity:0}to{opacity:1}}@keyframes leaflet-touch-warning-fadein{0%{opacity:0}to{opacity:1}}.c8y-map-internal .touch-warning:after{-webkit-animation:leaflet-touch-warning-fadein .8s forwards;animation:leaflet-touch-warning-fadein .8s forwards}.c8y-map-internal.touch-warning:after{content:attr(data-touch-warning-content)}.container-fluid .fullpage-map{margin:-24px -24px 0;min-height:calc(100vh - 64px);position:relative}.container-fluid .fullpage-map .leaflet-top.leaflet-left{top:50px}.container-fluid .fullpage-map .leaflet-top.leaflet-right{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;left:auto;min-height:50px;padding-left:30px;padding-right:0}.container-fluid .fullpage-map .leaflet-top.leaflet-right>.leaflet-control .btn-link{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.15)!important;box-shadow:0 1px 2px 1px rgba(0,0,0,.15)!important;color:var(--gray-4,#58656d);height:36px;overflow:hidden;padding:8px 10px;width:36px}.container-fluid .fullpage-map .leaflet-top.leaflet-right>.leaflet-control .btn-link i{margin-right:20px}.container-fluid .fullpage-map .legend{background-color:hsla(0,0%,100%,.8);border-radius:5px;font-size:12px;padding:5px}.container-fluid .fullpage-map .legend>*{margin-bottom:1px}.container-fluid .fullpage-map .legend i{background-repeat:no-repeat;background-size:contain;float:left;height:18px;width:18px}.container-fluid .fullpage-map .legend i.critical{background-image:url(critical-marker-icon-478ad102309ed8a73a5d.png)}.container-fluid .fullpage-map .legend i.major{background-image:url(major-marker-icon-259a35c3fc4330f99c91.png)}.container-fluid .fullpage-map .legend i.minor{background-image:url(minor-marker-icon-de126f3f17b37594c1d4.png)}.container-fluid .fullpage-map .legend i.warning{background-image:url(warning-marker-icon-c79dbca2623230ea3d3a.png)}.container-fluid .fullpage-map .legend i.normal{background-image:url(normal-marker-icon-683119eaf222eb6350a9.png)}.container-fluid .fullpage-map .leaflet-marker-icon.blink{-webkit-animation:blink .5s ease-in-out infinite alternate;animation:blink .5s ease-in-out infinite alternate}.container-fluid .fullpage-map .leaflet-top.leaflet-left{top:0}.tracker-selection .radio+.radio{margin-top:0}.tracker-selection .radio label{background-color:#fff;-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.2);color:var(--gray-4,#58656d);display:block;margin-bottom:10px;padding:30px 22px}.tracker-selection .radio label input[type=radio]{left:21px;margin:-8px 0 0;position:absolute;top:50%}.tracker-selection .radio label input[type=radio]:checked~span{color:var(--brand-primary,#1776bf)}.tracker-selection .radio label input[type=radio]:checked~span:before{background:var(--brand-primary,#1776bf);border:3px solid var(--brand-primary,#1776bf);border-radius:50%;content:"";height:22px;left:17px;margin-top:-11px;position:absolute;top:50%;width:22px}.tracker-selection .radio label input[type=radio]:checked~span:after{border:2px solid var(--brand-primary,#1776bf);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.tracker-selection .radio label input[type=radio]+span{display:inline-block;margin-left:110px}.tracker-selection .radio label[data-tracker-model]{background-position:35px;background-repeat:no-repeat;background-size:contain;position:relative}.c8y-wizard{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin:0;width:100%}.c8y-wizard .modal-header{color:#fff}.c8y-wizard .modal-content{border:0;min-width:300px}@media (min-width:768px){.c8y-wizard .modal-content{max-width:420px;min-width:300px;width:auto}}.c8y-wizard-nav{color:var(--gray-5,#677680);font-weight:400;padding:8px;text-align:center;text-transform:uppercase}.c8y-wizard-nav a:hover{text-decoration:none}.c8y-wizard-title{background-color:var(--gray-9,#f6f7f8);font-size:18px;font-weight:100;padding:8px 8px 4px;text-align:center;text-transform:uppercase}.c8y-wizard-title>[class*=" dlt-c8y-icon-"],.c8y-wizard-title>[class^=dlt-c8y-icon-]{color:var(--brand-primary,#1776bf)}.c8y-wizard-content{min-height:200px;overflow:hidden;position:relative;-webkit-transition:height .3s ease;-o-transition:height .3s ease;transition:height .3s ease}.c8y-wizard-content .edition-modal{height:calc(100vh - 300px)}.c8y-wizard-content .c8y-wizard-panel{-webkit-animation-duration:.25s;animation-duration:.25s;display:none;height:auto;position:absolute;width:100%}.c8y-wizard-content .c8y-wizard-panel.active,.c8y-wizard-content .c8y-wizard-panel.animated{display:block}.c8y-wizard-content .drop-zone{margin:8px auto;max-width:280px;min-height:254px;padding-bottom:0}.c8y-wizard-body{padding:4px 16px}.c8y-wizard-list-nav .list-group-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;-webkit-box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));box-shadow:inset 0 -1px 0 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;padding:4px 24px 4px 16px;position:relative}.c8y-wizard-list-nav .list-group-item .list-group-icon{margin-right:8px;max-height:32px}.c8y-wizard-list-nav .list-group-item .list-group-icon .app-noicon{font-size:18px;height:30px;line-height:34px;margin:0;width:30px}.c8y-wizard-list-nav .list-group-item .c8y-icon,.c8y-wizard-list-nav .list-group-item [class*=" dlt-c8y-icon-"],.c8y-wizard-list-nav .list-group-item [class^=dlt-c8y-icon-]{font-size:24px;margin-right:8px;vertical-align:middle;width:26px}.c8y-wizard-list-nav .list-group-item c8y-app-icon .c8y-icon{font-size:30px;width:30px}.c8y-wizard-list-nav .list-group-item .app-icon{display:inline-block;font-size:24px;height:26px;margin-right:8px;margin-top:-2px}.c8y-wizard-list-nav .list-group-item:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gray-5,#677680);content:"\e92b";display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:inherit;position:absolute;right:16px;text-rendering:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c8y-wizard-footer{border-top:1px solid var(--modal-border,var(--component-border,var(--root-component-border,rgba(0,0,0,.05))));padding:24px;text-align:center}.c8y-wizard-footer .btn{min-width:100px}.c8y-wizard-form{background-color:var(--gray-10,#fbfbfc);border-top:1px solid rgba(0,0,0,.03);padding:8px 0;position:relative}.c8y-wizard-form hr{border-top-color:var(--gray-8,#ccd2d6)}.c8y-wizard-form .form-group{padding:0 16px}.c8y-wizard-processing{background-color:rgba(var(--component-background,var(--root-component-background,white)),.7);bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.c8y-wizard-processing .spinner{left:50%;margin:-20px 0 0 -25px;top:50%}@media screen and (min-width:768px){.c8y-wizard .modal-dialog{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin:0;width:100%}.c8y-wizard .modal-content{max-width:600px;min-width:420px}.c8y-wizard .modal-content .register-devices{display:block;max-width:420px}}.modal-body .row{margin:0 -15px}.modal-body .row [class*=col-]{padding-left:15px;padding-right:15px}.btn-toggle-panel{background-color:transparent;background-image:none;border:0;color:var(--root-link-color,var(--link-color,var(--brand-primary,#1776bf)));display:block;padding:0;text-align:center}.btn-toggle-panel [class*=" dlt-c8y-icon-"],.btn-toggle-panel [class^=dlt-c8y-icon-]{-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.btn-toggle-panel.open [class*=" dlt-c8y-icon-"],.btn-toggle-panel.open [class^=dlt-c8y-icon-]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-toggle-panel:hover{color:var(--root-link-hover-color,var(--link-color-hover,var(--brand-primary,#1776bf)))}.btn-toggle-panel:focus{outline:none}.dashboard-preview-list{border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);margin-bottom:10px;max-height:125px;overflow-y:auto}.dashboard-preview-list>.dashboard-preview-item:first-child{border-top:0}.dashboard-preview-list>.dashboard-preview-item:last-child{border-bottom:0}.dashboard-preview-item{color:inherit;cursor:pointer;display:block;font-size:100%;font-weight:400;margin:0;min-height:10px;padding:5px 10px;position:relative;text-transform:none}.dashboard-preview-item:hover{color:var(--brand-primary,#1776bf)}.dashboard-preview-item input[type=radio]{opacity:0;position:absolute}.dashboard-preview-item input[type=radio]:checked~.preview-label{color:var(--brand-primary,#1776bf)}.dashboard-preview-item input[type=radio]:checked~.preview-label:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--brand-primary,#1776bf);content:"\eaee";font:normal normal normal 20px/1 dlt-c8y-icons;font-size:inherit;height:28px;line-height:28px;position:absolute;right:0;text-align:center;text-rendering:auto;top:1px;width:28px}.statusOk{color:#080}.statusNok{color:#e0000e}.statusAlert{color:#ff801f}.statusUnknown{color:var(--gray-5,#677680)}.pushStatus,.sendStatus{fill:url(#smallGradient)}.color.warning,.status.warning{color:#1c8ce3}.color.minor,.status.minor{color:#ff801f}.color.major,.status.major{color:#e66400}.color.critical,.status.critical{color:#e0000e}path.statusUnknown{fill:var(--gray-8,#ccd2d6)}path.statusUnknown.pushStatus{fill:var(--gray-7,#b0b9bf)}path.statusOk{fill:#080}path.statusOk.pushStatus{fill:#00a200}path.statusNok{fill:#e0000e}path.statusNok.pushStatus{fill:#fa0010}.fill-warning{fill:#ff801f}.embed-responsive{display:block;height:0;overflow:hidden;padding:0;position:relative}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-webkit-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-o-transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1);will-change:transform}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));outline:0}.leaflet-container a{color:var(--component-icon-dark-color-dark,var(--root-component-icon-dark-color-dark,var(--brand-dark,#0b385b)))}.leaflet-container a.leaflet-active{outline:2px solid #ff801f}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted var(--component-brand-primary,var(--root-component-brand-primary,var(--brand-primary,#1776bf)))}.leaflet-container{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif}.leaflet-bar{border-radius:4px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.65);box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a,.leaflet-bar a:hover{background-color:var(--component-background,var(--root-component-background,#fff));border-bottom:1px solid var(--gray-8,#ccd2d6);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:var(--gray-9,#f6f7f8)}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{color:var(--component-disabled-color,var(--root-component-disabled-color,var(--gray-7,#b0b9bf)));cursor:default;opacity:var(--component-disabled-opacity,var(--root-component-disabled-opacity,.7));pointer-events:none}.leaflet-touch .leaflet-bar a{height:30px;line-height:26px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:var(--component-background,var(--root-component-background,#fff));border-radius:5px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.4);box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(layers-9289d694e7a832e81549.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(layers-2x-69c05e3b67e218d56e67.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:var(--component-background,var(--root-component-background,#fff));color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(marker-icon-c79dbca2623230ea3d3a.png)}.leaflet-container .leaflet-control-attribution{background:var(--component-background,var(--root-component-background,#fff));background:hsla(0,0%,100%,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:var(--component-background,var(--root-component-background,#fff));background:hsla(0,0%,100%,.5);border:2px solid var(--gray-5,#677680);border-top:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:11px;line-height:1.1;overflow:hidden;padding:2px 5px 1px;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid var(--gray-5,#677680);margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid var(--gray-5,#677680)}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{-webkit-box-shadow:none;box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{line-height:1.4;margin:13px 19px}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--component-background,var(--root-component-background,#fff));-webkit-box-shadow:0 3px 14px rgba(0,0,0,.4);box-shadow:0 3px 14px rgba(0,0,0,.4);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)))}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:var(--gray-7,#b0b9bf);font:16px/14px Tahoma,Verdana,sans-serif;font-weight:700;height:14px;padding:4px 4px 0 0;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:18px}.leaflet-container a.leaflet-popup-close-button:hover{color:var(--gray-6,#8a98a1)}.leaflet-popup-scrolled{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid var(--gray-6,#8a98a1)}.leaflet-div-icon{background:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--gray-5,#677680)}.leaflet-tooltip{background-color:var(--component-background,var(--root-component-background,#fff));border:1px solid var(--component-background,var(--root-component-background,#fff));border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4);color:var(--component-color,var(--root-component-color,var(--gray-text,#333)));padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:var(--component-background,var(--root-component-background,#fff));bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:var(--component-background,var(--root-component-background,#fff));margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:var(--component-background,var(--root-component-background,#fff));margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:var(--component-background,var(--root-component-background,#fff));left:0;margin-left:-12px}svg:not(.leaflet-zoom-animated){display:block;height:100%;width:100%}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}@media (min-width:1200px){.showOnHover:not(.open){visibility:hidden}.c8y-list__item__body:hover .showOnHover,div:hover>.showOnHover,div:hover>p>.showOnHover,li:hover>.showOnHover,tr:hover .showOnHover{visibility:visible}}.listLink{color:inherit!important;display:inline-block;text-decoration:none!important;width:100%}.interact{cursor:pointer}.leaflet-container svg:not(.leaflet-zoom-animated){height:auto;width:auto}.draggableCursor{cursor:move}.tooltip-no-max-width+.tooltip .tooltip-inner{max-width:none;white-space:pre}.checkbox label{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ie10up,_:-ms-lang(x),img[src*=".svg"]{width:100%}input[type=number].no-spinners::-webkit-inner-spin-button,input[type=number].no-spinners::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.disabled{outline:0!important}.wide-linebreak-tooltip .tooltip-inner{min-width:360px;white-space:pre-wrap}.realtime-animation-list.ng-change,.realtime-animation-list.ng-enter{background-color:var(--component-realtime-added,var(--root-component-realtime-added,#cde6f9));-webkit-transition:all 1s linear;-o-transition:all 1s linear;transition:all 1s linear}.realtime-animation-list.ng-change,.realtime-animation-list.ng-enter-active{background-color:var(--component-background,var(--root-component-background,#fff))}@font-face{font-family:c8yicon-dark;font-style:normal;font-weight:400;src:url(c8yicon-dark-8925136b220530640e05.eot);src:url(c8yicon-dark-8925136b220530640e05.eot?#iefix) format("embedded-opentype"),url(c8yicon-dark-35802ebf89fbd041af24.woff) format("woff"),url(c8yicon-dark-eebd2fcc24b69d035e12.ttf) format("truetype"),url(c8yicon-dark-11f17305ae01f2c83861.svg#c8yicon-dark) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:c8yicon-dark;src:url(c8yicon-dark-11f17305ae01f2c83861.svg#c8yicon-dark) format("svg")}}@font-face{font-family:c8yicon-light;font-style:normal;font-weight:400;src:url(c8yicon-light-3d9b7c4f778d4b626e3b.eot);src:url(c8yicon-light-3d9b7c4f778d4b626e3b.eot?#iefix) format("embedded-opentype"),url(c8yicon-light-558706066bd556c9f7f0.woff) format("woff"),url(c8yicon-light-31b517c20b90ca3701b1.ttf) format("truetype"),url(c8yicon-light-a2eee177c4d24559f2d5.svg#c8yicon-light) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:c8yicon-light;src:url(c8yicon-light-a2eee177c4d24559f2d5.svg#c8yicon-light) format("svg")}}.c8y-icon{display:inline-block;line-height:1;padding:0;position:relative}.c8y-icon:not([class^=fa-]):not([class*=" fa-"]):not([class^=dlt-c8y-icon-]):not([class*=" dlt-c8y-icon-"]):before{font-family:c8yicon-dark}.c8y-icon:not([class^=fa-]):not([class*=" fa-"]):not([class^=dlt-c8y-icon-]):not([class*=" dlt-c8y-icon-"]):after,.c8y-icon:not([class^=fa-]):not([class*=" fa-"]):not([class^=dlt-c8y-icon-]):not([class*=" dlt-c8y-icon-"]):before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.c8y-icon:not([class^=fa-]):not([class*=" fa-"]):not([class^=dlt-c8y-icon-]):not([class*=" dlt-c8y-icon-"]):after{font-family:c8yicon-light;left:0;position:absolute;right:0;top:0}.c8y-icon-white:before{color:var(--component-icon-white-color-dark,var(--root-component-icon-white-color-dark,#fff))}.c8y-icon-white:after{color:var(--component-icon-white-color-light,var(--root-component-icon-white-color-light,var(--brand-light,#5faeec)))}.c8y-icon-duocolor:before{color:var(--component-icon-dark-color-dark,var(--root-component-icon-dark-color-dark,var(--brand-dark,#0b385b)))}.c8y-icon-duocolor.text-danger:before{color:#e0000e}.c8y-icon-duocolor.text-warning:before{color:#ff801f}.c8y-icon-duocolor.text-info:before{color:#1c8ce3}.c8y-icon-duocolor.text-success:before{color:#080}.c8y-icon-duocolor.text-muted:before{color:var(--text-muted,#677680)}.c8y-icon-duocolor:after{color:var(--component-icon-dark-color-light,var(--root-component-icon-dark-color-light,var(--brand-light,#5faeec)))}.c8y-icon-aab-icon-model:after,.c8y-icon-aab-icon-model:before{content:"\f100"}.c8y-icon-aab-icon-template-model:after,.c8y-icon-aab-icon-template-model:before{content:"\f101"}.c8y-icon-accounts:after,.c8y-icon-accounts:before{content:"\f102"}.c8y-icon-add-user:after,.c8y-icon-add-user:before{content:"\f103"}.c8y-icon-administration:after,.c8y-icon-administration:before{content:"\f104"}.c8y-icon-alarm:after,.c8y-icon-alarm:before{content:"\f105"}.c8y-icon-alert-idle:after,.c8y-icon-alert-idle:before{content:"\f106"}.c8y-icon-alfabet:after,.c8y-icon-alfabet:before{content:"\f107"}.c8y-icon-analytic-model:after,.c8y-icon-analytic-model:before{content:"\f108"}.c8y-icon-analytics-builder:after,.c8y-icon-analytics-builder:before{content:"\f109"}.c8y-icon-apama-epl:after,.c8y-icon-apama-epl:before{content:"\f10a"}.c8y-icon-apama-machine-learning:after,.c8y-icon-apama-machine-learning:before{content:"\f10b"}.c8y-icon-apama-machine-learning-workbench:after,.c8y-icon-apama-machine-learning-workbench:before{content:"\f10c"}.c8y-icon-archive:after,.c8y-icon-archive:before{content:"\f10d"}.c8y-icon-aris:after,.c8y-icon-aris:before{content:"\f10e"}.c8y-icon-atom:after,.c8y-icon-atom:before{content:"\f10f"}.c8y-icon-book:after,.c8y-icon-book:before{content:"\f110"}.c8y-icon-bookmark:after,.c8y-icon-bookmark:before{content:"\f111"}.c8y-icon-bulb:after,.c8y-icon-bulb:before{content:"\f112"}.c8y-icon-business-rules:after,.c8y-icon-business-rules:before{content:"\f113"}.c8y-icon-c8y:after,.c8y-icon-c8y:before{content:"\f114"}.c8y-icon-c8y-data:after,.c8y-icon-c8y-data:before{content:"\f115"}.c8y-icon-c8y-support:after,.c8y-icon-c8y-support:before{content:"\f116"}.c8y-icon-calendar:after,.c8y-icon-calendar:before{content:"\f117"}.c8y-icon-chart:after,.c8y-icon-chart:before{content:"\f118"}.c8y-icon-circle-star:after,.c8y-icon-circle-star:before{content:"\f119"}.c8y-icon-cloud-container:after,.c8y-icon-cloud-container:before{content:"\f11a"}.c8y-icon-cockpit:after,.c8y-icon-cockpit:before{content:"\f11b"}.c8y-icon-component:after,.c8y-icon-component:before{content:"\f11c"}.c8y-icon-connector-in:after,.c8y-icon-connector-in:before{content:"\f11d"}.c8y-icon-connector-out:after,.c8y-icon-connector-out:before{content:"\f11e"}.c8y-icon-css:after,.c8y-icon-css:before{content:"\f11f"}.c8y-icon-cumulocity-iot:after,.c8y-icon-cumulocity-iot:before{content:"\f120"}.c8y-icon-data-broker:after,.c8y-icon-data-broker:before{content:"\f121"}.c8y-icon-data-explorer:after,.c8y-icon-data-explorer:before{content:"\f122"}.c8y-icon-data-hub:after,.c8y-icon-data-hub:before{content:"\f123"}.c8y-icon-data-points:after,.c8y-icon-data-points:before{content:"\f124"}.c8y-icon-design:after,.c8y-icon-design:before{content:"\f125"}.c8y-icon-device:after,.c8y-icon-device:before{content:"\f126"}.c8y-icon-device-connect:after,.c8y-icon-device-connect:before{content:"\f127"}.c8y-icon-device-control:after,.c8y-icon-device-control:before{content:"\f128"}.c8y-icon-device-management:after,.c8y-icon-device-management:before{content:"\f129"}.c8y-icon-device-profile:after,.c8y-icon-device-profile:before{content:"\f12a"}.c8y-icon-device-protocols:after,.c8y-icon-device-protocols:before{content:"\f12b"}.c8y-icon-e2e-monitoring:after,.c8y-icon-e2e-monitoring:before{content:"\f167"}.c8y-icon-energy:after,.c8y-icon-energy:before{content:"\f12c"}.c8y-icon-enterprise:after,.c8y-icon-enterprise:before{content:"\f12d"}.c8y-icon-event-processing:after,.c8y-icon-event-processing:before{content:"\f12e"}.c8y-icon-events:after,.c8y-icon-events:before{content:"\f12f"}.c8y-icon-fieldbus:after,.c8y-icon-fieldbus:before{content:"\f130"}.c8y-icon-find-map:after,.c8y-icon-find-map:before{content:"\f131"}.c8y-icon-firmware:after,.c8y-icon-firmware:before{content:"\f132"}.c8y-icon-grid-off:after,.c8y-icon-grid-off:before{content:"\f133"}.c8y-icon-grid-on:after,.c8y-icon-grid-on:before{content:"\f134"}.c8y-icon-group:after,.c8y-icon-group:before{content:"\f135"}.c8y-icon-group-add:after,.c8y-icon-group-add:before{content:"\f136"}.c8y-icon-group-open:after,.c8y-icon-group-open:before{content:"\f137"}.c8y-icon-group-remote:after,.c8y-icon-group-remote:before{content:"\f138"}.c8y-icon-group-remote-inactive:after,.c8y-icon-group-remote-inactive:before{content:"\f139"}.c8y-icon-group-remote-open:after,.c8y-icon-group-remote-open:before{content:"\f13a"}.c8y-icon-group-smart:after,.c8y-icon-group-smart:before{content:"\f13b"}.c8y-icon-group-smart-open:after,.c8y-icon-group-smart-open:before{content:"\f13c"}.c8y-icon-java:after,.c8y-icon-java:before{content:"\f13d"}.c8y-icon-layers:after,.c8y-icon-layers:before{content:"\f13e"}.c8y-icon-layout:after,.c8y-icon-layout:before{content:"\f13f"}.c8y-icon-location:after,.c8y-icon-location:before{content:"\f140"}.c8y-icon-machine-portal:after,.c8y-icon-machine-portal:before{content:"\f166"}.c8y-icon-management:after,.c8y-icon-management:before{content:"\f141"}.c8y-icon-metering:after,.c8y-icon-metering:before{content:"\f163"}.c8y-icon-mft:after,.c8y-icon-mft:before{content:"\f168"}.c8y-icon-mobile-add:after,.c8y-icon-mobile-add:before{content:"\f142"}.c8y-icon-mobile-config:after,.c8y-icon-mobile-config:before{content:"\f143"}.c8y-icon-modules:after,.c8y-icon-modules:before{content:"\f144"}.c8y-icon-mycloud:after,.c8y-icon-mycloud:before{content:"\f145"}.c8y-icon-notification:after,.c8y-icon-notification:before{content:"\f146"}.c8y-icon-oee:after,.c8y-icon-oee:before{content:"\f164"}.c8y-icon-onnx:after,.c8y-icon-onnx:before{content:"\f147"}.c8y-icon-overviews:after,.c8y-icon-overviews:before{content:"\f148"}.c8y-icon-parameters:after,.c8y-icon-parameters:before{content:"\f149"}.c8y-icon-parameters-on:after,.c8y-icon-parameters-on:before{content:"\f14a"}.c8y-icon-parking:after,.c8y-icon-parking:before{content:"\f14b"}.c8y-icon-report:after,.c8y-icon-report:before{content:"\f14c"}.c8y-icon-reports:after,.c8y-icon-reports:before{content:"\f14d"}.c8y-icon-rocket:after,.c8y-icon-rocket:before{content:"\f14e"}.c8y-icon-saas:after,.c8y-icon-saas:before{content:"\f14f"}.c8y-icon-security:after,.c8y-icon-security:before{content:"\f150"}.c8y-icon-shield:after,.c8y-icon-shield:before{content:"\f151"}.c8y-icon-simulator:after,.c8y-icon-simulator:before{content:"\f152"}.c8y-icon-smart-rest:after,.c8y-icon-smart-rest:before{content:"\f153"}.c8y-icon-smart-rules:after,.c8y-icon-smart-rules:before{content:"\f154"}.c8y-icon-solution-accelerator:after,.c8y-icon-solution-accelerator:before{content:"\f155"}.c8y-icon-streaming-analytics:after,.c8y-icon-streaming-analytics:before{content:"\f156"}.c8y-icon-sub-tenants:after,.c8y-icon-sub-tenants:before{content:"\f157"}.c8y-icon-tenant-policies:after,.c8y-icon-tenant-policies:before{content:"\f158"}.c8y-icon-tools:after,.c8y-icon-tools:before{content:"\f159"}.c8y-icon-tracking:after,.c8y-icon-tracking:before{content:"\f15a"}.c8y-icon-usage-statistics:after,.c8y-icon-usage-statistics:before{content:"\f15b"}.c8y-icon-user:after,.c8y-icon-user:before{content:"\f15c"}.c8y-icon-users:after,.c8y-icon-users:before{content:"\f15d"}.c8y-icon-waste-bin:after,.c8y-icon-waste-bin:before{content:"\f15e"}.c8y-icon-wm-api:after,.c8y-icon-wm-api:before{content:"\f15f"}.c8y-icon-wm-b2b:after,.c8y-icon-wm-b2b:before{content:"\f160"}.c8y-icon-wm-dynamicapps:after,.c8y-icon-wm-dynamicapps:before{content:"\f161"}.c8y-icon-wm-integration:after,.c8y-icon-wm-integration:before{content:"\f162"}.app-noicon{background-color:var(--component-icon-dark-color-dark,var(--root-component-icon-dark-color-dark,var(--brand-dark,#0b385b)));border-radius:4px;color:#fff;font-size:21px;height:36px;line-height:36px;margin-top:0;text-align:center;text-transform:capitalize;width:36px}.app-noicon,.app-noicon>span{display:inline-block;overflow:hidden}.interact-list .app-noicon{font-size:14px;height:22px;line-height:22px;width:22px}.c8y-plugin-icon{font-style:normal;position:relative}.c8y-plugin-icon span{color:var(--component-background,var(--root-component-background,#fff));display:block;font-size:14px;line-height:35px;position:absolute;text-align:center;top:0;width:100%;z-index:3}.c8y-plugin-icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--brand-dark,#0b385b);content:"\f32f";display:inline-block;font-family:dlt-c8y-icons!important;font-size:1.4em;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:relative;text-transform:none;z-index:1}.c8y-plugin-icon:before:before{font-size:1.1em}.app-title{margin:0}.app-title .c8y-icon{font-size:150%;width:1.5em}.dot{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--brand-primary,#1776bf);border-radius:50%;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:24px;height:50px;justify-content:center;margin:1px 0;width:50px}.dot.dot-danger{background-color:#e0000e}.dot.dot-warning{background-color:#ff801f}.dot.dot-success{background-color:#080}.dot.dot-default{background-color:var(--gray-8,#ccd2d6)}.dot.dot-info{background-color:#1c8ce3}.dot.small{font-size:14px;height:20px;line-height:inherit;width:20px}.dot.small .c8y-icon,.dot.small .fa{font-size:12px;line-height:20px}.dot.dot-30{font-size:14px;height:30px;line-height:32px;width:30px}.dot.dot-64{height:64px;width:64px}.dlt-c8y-icon-circle-o-notch.icon-spin{-webkit-animation:icon-spin 1s linear infinite;animation:icon-spin 1s linear infinite;width:1em}.glyphicon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 dlt-c8y-icons;font-size:inherit;text-align:center;text-rendering:auto;-webkit-transform:translate(0);transform:translate(0);width:1.25em}.glyphicon-chevron-left:before{content:"\e907"}.glyphicon-chevron-right:before{content:"\e92b"}.glyphicon-chevron-up:before{content:"\e917"}.glyphicon-chevron-down:before{content:"\e92a"}.glyphicon-ok:before{content:"\eaee"}.glyphicon-remove:before{content:"\e977"}@font-face{font-display:block;font-family:dlt-c8y-icons;font-style:normal;font-weight:400;src:url(dlt-c8y-icons-a5cf9dcd32424c30ed7b.ttf) format("truetype"),url(dlt-c8y-icons-ff636b279ab0121a1f2d.woff) format("woff"),url(dlt-c8y-icons-60358a26d508e94ba7df.svg#dlt-c8y-icons) format("svg")}.dlt-c8y-icon,[class*=" dlt-c8y-icon-"],[class^=dlt-c8y-icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:dlt-c8y-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.dlt-c8y-icon:before,[class*=" dlt-c8y-icon-"]:before,[class^=dlt-c8y-icon-]:before{font-size:1.1em}.icon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.icon-2x{font-size:2em}.icon-3x{font-size:3em}.icon-4x{font-size:4em}.icon-5x{font-size:5em}.icon-fw{text-align:center;width:1.28571429em}.icon-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.icon-ul>li{position:relative}.icon-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.icon-li.icon-lg{left:-1.85714286em}.icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.icon-pull-left{float:left}.icon-pull-right{float:right}.icon-pull-left{margin-right:.3em}.icon-pull-right{margin-left:.3em}.icon-spin{-webkit-animation:icon-spin 2s linear infinite;animation:icon-spin 2s linear infinite}.icon-pulse{-webkit-animation:icon-spin 1s steps(8) infinite;animation:icon-spin 1s steps(8) infinite}@-webkit-keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.icon-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icon-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icon-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.icon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .icon-flip-horizontal,:root .icon-flip-vertical,:root .icon-rotate-180,:root .icon-rotate-270,:root .icon-rotate-90{-webkit-filter:none;filter:none}.icon-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.icon-stack-1x,.icon-stack-2x{left:0;position:absolute;text-align:center;width:100%}.icon-stack-1x{line-height:inherit}.icon-stack-2x{font-size:2em}.icon-inverse{color:#fff}.dlt-c8y-icon-angle-up:before,.dlt-c8y-icon-chevron-up:before,.dlt-c8y-icon-collapse-arrow:before{content:"\e917"}.dlt-c8y-icon-angle-right:before,.dlt-c8y-icon-chevron-breadcrumb:before,.dlt-c8y-icon-chevron-right:before,.dlt-c8y-icon-forward:before{content:"\e92b"}.dlt-c8y-icon-angle-down:before,.dlt-c8y-icon-chevron-down:before,.dlt-c8y-icon-expand-arrow:before{content:"\e92a"}.dlt-c8y-icon-angle-left:before,.dlt-c8y-icon-caret-back:before,.dlt-c8y-icon-chevron-left:before{content:"\e907"}.dlt-c8y-icon-chevron-double-left:before{content:"\e97a"}.dlt-c8y-icon-chevron-double-right:before{content:"\e97c"}.dlt-c8y-icon-chevron-double-up:before{content:"\e97d"}.dlt-c8y-icon-chevron-double-down:before{content:"\e98d"}.dlt-c8y-icon-chevron-circle-up:before{content:"\e96a"}.dlt-c8y-icon-chevron-circle-right:before{content:"\e992"}.dlt-c8y-icon-chevron-circle-down:before{content:"\e9a5"}.dlt-c8y-icon-chevron-circle-left:before{content:"\e9aa"}.dlt-c8y-icon-arrow-up:before{content:"\e95e"}.dlt-c8y-icon-arrow-right:before{content:"\e95d"}.dlt-c8y-icon-arrow-down:before{content:"\e95f"}.dlt-c8y-icon-arrow-left:before{content:"\e95c"}.dlt-c8y-icon-angle-double-up:before,.dlt-c8y-icon-panel-control-up:before{content:"\e9b3"}.dlt-c8y-icon-angle-double-right:before,.dlt-c8y-icon-panel-control-right:before{content:"\e9b4"}.dlt-c8y-icon-angle-double-down:before,.dlt-c8y-icon-panel-control-down:before{content:"\e9b5"}.dlt-c8y-icon-angle-double-left:before,.dlt-c8y-icon-panel-control-left:before{content:"\e9b6"}.dlt-c8y-icon-download:before{content:"\e937"}.dlt-c8y-icon-upload:before{content:"\e940"}.dlt-c8y-icon-internal:before{content:"\f6b0"}.dlt-c8y-icon-external:before{content:"\f68c"}.dlt-c8y-icon-undo:before{content:"\e948"}.dlt-c8y-icon-redo:before{content:"\e958"}.dlt-c8y-icon-signout:before{content:"\e9b9"}.dlt-c8y-icon-signin:before{content:"\e9ba"}.dlt-c8y-icon-login:before,.dlt-c8y-icon-sign-in:before{content:"\e923"}.dlt-c8y-icon-logout:before,.dlt-c8y-icon-sign-out:before{content:"\e928"}.dlt-c8y-icon-arrow-circle-up:before{content:"\e962"}.dlt-c8y-icon-arrow-circle-o-up:before{content:"\e962"}.dlt-c8y-icon-arrow-circle-right:before{content:"\e912"}.dlt-c8y-icon-arrow-circle-o-right:before{content:"\e912"}.dlt-c8y-icon-arrow-circle-down:before{content:"\e906"}.dlt-c8y-icon-arrow-circle-o-down:before{content:"\e906"}.dlt-c8y-icon-arrow-circle-left:before{content:"\e92e"}.dlt-c8y-icon-arrow-circle-o-left:before{content:"\e92e"}.dlt-c8y-icon-arrow-circle-up-left:before{content:"\e913"}.dlt-c8y-icon-arrow-circle-down-left:before{content:"\e90e"}.dlt-c8y-icon-arrow-circle-up-right:before{content:"\e914"}.dlt-c8y-icon-arrow-circle-bottom-right:before{content:"\e910"}.dlt-c8y-icon-arrow-circle-diameter:before{content:"\f382"}.dlt-c8y-icon-arrow-circle-divide-horizontal:before{content:"\e91b"}.dlt-c8y-icon-arrow-circle-minimize-horizontal:before{content:"\e901"}.dlt-c8y-icon-caret-square-o-up:before{content:"\ea31"}.dlt-c8y-icon-toggle-up:before{content:"\ea31"}.dlt-c8y-icon-caret-square-o-down:before{content:"\ea35"}.dlt-c8y-icon-toggle-down:before{content:"\ea35"}.dlt-c8y-icon-caret-square-o-left:before{content:"\ea39"}.dlt-c8y-icon-toggle-left:before{content:"\ea39"}.dlt-c8y-icon-caret-square-o-right:before{content:"\ea3a"}.dlt-c8y-icon-toggle-right:before{content:"\ea3a"}.dlt-c8y-icon-enter-bottom:before{content:"\e9df"}.dlt-c8y-icon-enter-right:before{content:"\e9e0"}.dlt-c8y-icon-enter-top:before{content:"\e9e2"}.dlt-c8y-icon-enter-left:before{content:"\e9ed"}.dlt-c8y-icon-exit-top:before{content:"\e9f7"}.dlt-c8y-icon-exit-right:before{content:"\e9f8"}.dlt-c8y-icon-exit-bottom:before{content:"\e9f9"}.dlt-c8y-icon-exit-left:before{content:"\e9fa"}.dlt-c8y-icon-input-output:before{content:"\ea0b"}.dlt-c8y-icon-repeat:before,.dlt-c8y-icon-rotate-right:before,.dlt-c8y-icon-rotate:before{content:"\ea4c"}.dlt-c8y-icon-reset:before,.dlt-c8y-icon-rotate-left:before{content:"\ea53"}.dlt-c8y-icon-restore:before{content:"\e946"}.dlt-c8y-icon-refresh:before{content:"\e947"}.dlt-c8y-icon-process:before,.dlt-c8y-icon-recycle:before{content:"\ea36"}.dlt-c8y-icon-refresh-exception:before{content:"\ea43"}.dlt-c8y-icon-lock-orientation:before{content:"\ecc7"}.dlt-c8y-icon-arrow-dotted-up:before{content:"\e900"}.dlt-c8y-icon-arrow-advance:before,.dlt-c8y-icon-arrow-dotted-right:before{content:"\e904"}.dlt-c8y-icon-arrow-dotted-down:before{content:"\e90b"}.dlt-c8y-icon-arrow-dotted-left:before{content:"\e916"}.dlt-c8y-icon-arrows-dotted-left-right:before{content:"\e91a"}.dlt-c8y-icon-arrows-dotted-up-down:before,.dlt-c8y-icon-up-down-arrows:before{content:"\e921"}.dlt-c8y-icon-collect:before{content:"\e990"}.dlt-c8y-icon-merge-horizontal:before{content:"\e935"}.dlt-c8y-icon-split-horizontal:before{content:"\e951"}.dlt-c8y-icon-merge-vertical:before{content:"\e936"}.dlt-c8y-icon-divider:before,.dlt-c8y-icon-split-vertical:before{content:"\e91c"}.dlt-c8y-icon-arrows:before,.dlt-c8y-icon-drag:before,.dlt-c8y-icon-move-step:before{content:"\e927"}.dlt-c8y-icon-arrows-alt:before,.dlt-c8y-icon-expand:before,.dlt-c8y-icon-resize-expand:before{content:"\ecff"}.dlt-c8y-icon-compress:before{content:"\e918"}.dlt-c8y-icon-collapse:before,.dlt-c8y-icon-resize-collapse:before{content:"\ecfb"}.dlt-c8y-icon-fullscreen:before{content:"\e941"}.dlt-c8y-icon-fullscreen-exit:before{content:"\e942"}.dlt-c8y-icon-long-arrow-up:before{content:"\e934"}.dlt-c8y-icon-long-arrow-right:before{content:"\e943"}.dlt-c8y-icon-long-arrow-down:before{content:"\e902"}.dlt-c8y-icon-long-arrow-left:before{content:"\e933"}.dlt-c8y-icon-arrows-v:before{content:"\e93f"}.dlt-c8y-icon-arrows-h:before{content:"\e93e"}.dlt-c8y-icon-enlarge:before{content:"\e929"}.dlt-c8y-icon-data-transfer:before,.dlt-c8y-icon-exchange:before{content:"\eb16"}.dlt-c8y-icon-sort-arrow:before{content:"\eb17"}.dlt-c8y-icon-arrows-left-right-diagonal:before{content:"\e931"}.dlt-c8y-icon-level-down:before{content:"\e956"}.dlt-c8y-icon-u-turn:before{content:"\e957"}.dlt-c8y-icon-u-turn-right:before{content:"\e959"}.dlt-c8y-icon-u-turn-left:before{content:"\e922"}.dlt-c8y-icon-undo1:before{content:"\e95a"}.dlt-c8y-icon-redo1:before{content:"\e93b"}.dlt-c8y-icon-sort:before,.dlt-c8y-icon-unsorted:before{content:"\e94c"}.dlt-c8y-icon-sort-desc:before,.dlt-c8y-icon-sort-down:before{content:"\e94d"}.dlt-c8y-icon-sort-asc:before,.dlt-c8y-icon-sort-up:before{content:"\e950"}.dlt-c8y-icon-caret-up:before{content:"\eba8"}.dlt-c8y-icon-caret-right:before{content:"\e94f"}.dlt-c8y-icon-caret-down:before{content:"\eba9"}.dlt-c8y-icon-caret-left:before{content:"\e94e"}.dlt-c8y-icon-squiggly-arrow:before{content:"\e952"}.dlt-c8y-icon-curly-arrow:before{content:"\e919"}.dlt-c8y-icon-swap:before{content:"\e953"}.dlt-c8y-icon-environment:before{content:"\eed9"}.dlt-c8y-icon-random:before,.dlt-c8y-icon-shuffle:before{content:"\f083"}.dlt-c8y-icon-swipe-up:before{content:"\f1c1"}.dlt-c8y-icon-swipe-right:before{content:"\f1bf"}.dlt-c8y-icon-swipe-down:before{content:"\f1bd"}.dlt-c8y-icon-swipe-left:before{content:"\f1be"}.dlt-c8y-icon-two-finger-swipe-up:before{content:"\f1d0"}.dlt-c8y-icon-two-finger-swipe-right:before{content:"\f1cf"}.dlt-c8y-icon-two-finger-swipe-down:before{content:"\f1cd"}.dlt-c8y-icon-two-finger-swipe-left:before{content:"\f1ce"}.dlt-c8y-icon-pinch:before{content:"\f1a4"}.dlt-c8y-icon-hospital-o:before{content:"\e911"}.dlt-c8y-icon-h-square:before{content:"\eb2b"}.dlt-c8y-icon-bank:before,.dlt-c8y-icon-institution:before,.dlt-c8y-icon-university:before{content:"\f400"}.dlt-c8y-icon-ios-themes:before{content:"\f170"}.dlt-c8y-icon-building-o:before,.dlt-c8y-icon-building:before{content:"\ee8f"}.dlt-c8y-icon-apartment:before{content:"\ee6f"}.dlt-c8y-icon-department1:before{content:"\e9b7"}.dlt-c8y-icon-organization:before{content:"\ea1d"}.dlt-c8y-icon-office:before{content:"\ea15"}.dlt-c8y-icon-building-with-rooftop-terrace:before{content:"\ee90"}.dlt-c8y-icon-company:before{content:"\e999"}.dlt-c8y-icon-warehouse:before{content:"\efc0"}.dlt-c8y-icon-shop:before{content:"\ea5c"}.dlt-c8y-icon-work-from-home:before{content:"\ea8f"}.dlt-c8y-icon-house:before{content:"\ef0a"}.dlt-c8y-icon-dog-house:before{content:"\eec7"}.dlt-c8y-icon-home-automation:before{content:"\ef07"}.dlt-c8y-icon-garage-door:before{content:"\eef6"}.dlt-c8y-icon-depot:before{content:"\eebf"}.dlt-c8y-icon-garage:before{content:"\eef5"}.dlt-c8y-icon-open-garage-door:before{content:"\ef56"}.dlt-c8y-icon-close-garage-door:before{content:"\eea3"}.dlt-c8y-icon-barn:before{content:"\ee77"}.dlt-c8y-icon-bungalow:before{content:"\ee91"}.dlt-c8y-icon-exterior:before{content:"\eedd"}.dlt-c8y-icon-equal-housing-opportunity:before{content:"\eeda"}.dlt-c8y-icon-heating-room:before{content:"\ef06"}.dlt-c8y-icon-mortgage:before{content:"\ef47"}.dlt-c8y-icon-home-safety:before{content:"\ef09"}.dlt-c8y-icon-enterprise-resource-planning:before{content:"\e9c7"}.dlt-c8y-icon-travel-agency:before{content:"\ea80"}.dlt-c8y-icon-department-shop:before{content:"\e9b8"}.dlt-c8y-icon-book-shelf:before{content:"\ee89"}.dlt-c8y-icon-emergency-exit:before{content:"\eed5"}.dlt-c8y-icon-stairs:before{content:"\ef94"}.dlt-c8y-icon-stairs-down:before{content:"\ef95"}.dlt-c8y-icon-stairs-up:before{content:"\ef96"}.dlt-c8y-icon-temperature-inside:before{content:"\efa1"}.dlt-c8y-icon-tree:before,.dlt-c8y-icon-treehouse:before{content:"\efb1"}.dlt-c8y-icon-water-heater:before{content:"\efc9"}.dlt-c8y-icon-clean:before,.dlt-c8y-icon-magic:before{content:"\eea1"}.dlt-c8y-icon-storage:before{content:"\e9fb"}.dlt-c8y-icon-60-degrees:before{content:"\eae8"}.dlt-c8y-icon-120-degrees:before{content:"\eadc"}.dlt-c8y-icon-225-degrees:before{content:"\eae0"}.dlt-c8y-icon-300-degrees:before{content:"\eae2"}.dlt-c8y-icon-360-degrees:before{content:"\eae6"}.dlt-c8y-icon-pie-chart:before{content:"\eb51"}.dlt-c8y-icon-bar-chart-o:before,.dlt-c8y-icon-bar-chart:before{content:"\eaf8"}.dlt-c8y-icon-data-account:before{content:"\eb07"}.dlt-c8y-icon-data-decline:before{content:"\eb08"}.dlt-c8y-icon-increase:before{content:"\eb36"}.dlt-c8y-icon-neutral-trading:before{content:"\eb48"}.dlt-c8y-icon-decrease:before{content:"\eb1f"}.dlt-c8y-icon-timeline:before{content:"\e924"}.dlt-c8y-icon-increase-profits:before{content:"\eb37"}.dlt-c8y-icon-combo-chart:before,.dlt-c8y-icon-graph:before,.dlt-c8y-icon-line-chart:before{content:"\eb04"}.dlt-c8y-icon-area-chart:before{content:"\eaf6"}.dlt-c8y-icon-sliders:before,.dlt-c8y-icon-sorting-slider:before{content:"\eb6b"}.dlt-c8y-icon-hierarchy:before{content:"\e9e5"}.dlt-c8y-icon-b2b:before{content:"\e973"}.dlt-c8y-icon-flow-chart:before,.dlt-c8y-icon-sitemap:before{content:"\e9d9"}.dlt-c8y-icon-tree-structure:before{content:"\ea81"}.dlt-c8y-icon-flow:before{content:"\e9d8"}.dlt-c8y-icon-multicast:before{content:"\eb47"}.dlt-c8y-icon-unicast:before{content:"\eb73"}.dlt-c8y-icon-broadcasting:before{content:"\eafa"}.dlt-c8y-icon-genealogy:before{content:"\eb2d"}.dlt-c8y-icon-filter:before{content:"\e95b"}.dlt-c8y-icon-conversion:before{content:"\eb06"}.dlt-c8y-icon-clear-filters:before{content:"\eaff"}.dlt-c8y-icon-descending-sorting:before,.dlt-c8y-icon-sort-amount-desc:before{content:"\eb23"}.dlt-c8y-icon-ascending-sorting:before,.dlt-c8y-icon-sort-amount-asc:before{content:"\eaf7"}.dlt-c8y-icon-alphabetical-sorting:before,.dlt-c8y-icon-sort-alpha-asc:before{content:"\eaf4"}.dlt-c8y-icon-alphabetical-sorting-2:before,.dlt-c8y-icon-sort-alpha-desc:before{content:"\eaf5"}.dlt-c8y-icon-data-exchange:before{content:"\eb09"}.dlt-c8y-icon-database:before,.dlt-c8y-icon-filing-cabinet:before{content:"\e9fc"}.dlt-c8y-icon-database-administrator:before{content:"\e9fd"}.dlt-c8y-icon-data-export:before,.dlt-c8y-icon-export:before{content:"\eb0a"}.dlt-c8y-icon-data-import:before,.dlt-c8y-icon-import:before{content:"\eb0b"}.dlt-c8y-icon-grid-off:before{content:"\ea06"}.dlt-c8y-icon-gantt-chart:before{content:"\eb2c"}.dlt-c8y-icon-data-grid:before{content:"\eb10"}.dlt-c8y-icon-grid-view:before{content:"\eb30"}.dlt-c8y-icon-grid-on:before{content:"\ea07"}.dlt-c8y-icon-row:before,.dlt-c8y-icon-rows:before{content:"\e9fe"}.dlt-c8y-icon-column:before{content:"\ea01"}.dlt-c8y-icon-grid:before{content:"\eb2e"}.dlt-c8y-icon-table:before{content:"\eb71"}.dlt-c8y-icon-split-table:before{content:"\eb6d"}.dlt-c8y-icon-data-sheet:before{content:"\eb15"}.dlt-c8y-icon-blockchain-technology:before{content:"\eaf9"}.dlt-c8y-icon-workflow:before{content:"\eb78"}.dlt-c8y-icon-parallel-workflow:before{content:"\eb4f"}.dlt-c8y-icon-query-inner-join-left:before{content:"\eb54"}.dlt-c8y-icon-sankey:before{content:"\eb5c"}.dlt-c8y-icon-creating:before{content:"\e9a3"}.dlt-c8y-icon-creativity:before{content:"\e9a4"}.dlt-c8y-icon-financial-growth-analysis:before{content:"\e9d6"}.dlt-c8y-icon-input:before{content:"\e925"}.dlt-c8y-icon-omnichannel:before{content:"\ea17"}.dlt-c8y-icon-string:before{content:"\ea04"}.dlt-c8y-icon-variable:before{content:"\ea0e"}.dlt-c8y-icon-variable-on:before{content:"\ea11"}.dlt-c8y-icon-thermometer-0:before,.dlt-c8y-icon-thermometer-empty:before{content:"\eb2f"}.dlt-c8y-icon-thermometer-3:before,.dlt-c8y-icon-thermometer-three-quarters:before{content:"\eb31"}.dlt-c8y-icon-thermometer-2:before,.dlt-c8y-icon-thermometer-half:before{content:"\eb32"}.dlt-c8y-icon-thermometer-1:before,.dlt-c8y-icon-thermometer-quarter:before{content:"\eb33"}.dlt-c8y-icon-thermometer-4:before,.dlt-c8y-icon-thermometer-full:before,.dlt-c8y-icon-thermometer:before{content:"\eb34"}.dlt-c8y-icon-sensor:before{content:"\ea14"}.dlt-c8y-icon-package:before{content:"\ea16"}.dlt-c8y-icon-packages:before{content:"\ea18"}.dlt-c8y-icon-blockly:before{content:"\ea22"}.dlt-c8y-icon-objects:before{content:"\ea1a"}.dlt-c8y-icon-monitoring:before{content:"\ea1b"}.dlt-c8y-icon-online:before{content:"\ea24"}.dlt-c8y-icon-temperature:before{content:"\ea25"}.dlt-c8y-icon-air-conditioner:before{content:"\ee6a"}.dlt-c8y-icon-air-shaft:before{content:"\ee6c"}.dlt-c8y-icon-fan:before{content:"\eedf"}.dlt-c8y-icon-light:before{content:"\ef2a"}.dlt-c8y-icon-light-automation:before{content:"\ef2b"}.dlt-c8y-icon-light-off:before{content:"\ef39"}.dlt-c8y-icon-reflector-bulb:before{content:"\ef6d"}.dlt-c8y-icon-spiral-bulb:before{content:"\ef92"}.dlt-c8y-icon-mirrored-reflector-bulb:before{content:"\ef44"}.dlt-c8y-icon-light-bulb:before,.dlt-c8y-icon-lightbulb-o:before{content:"\ef2c"}.dlt-c8y-icon-light-on:before{content:"\ef3a"}.dlt-c8y-icon-plumbing:before{content:"\ef62"}.dlt-c8y-icon-wi-fi-router:before{content:"\f25a"}.dlt-c8y-icon-gas-bottle:before{content:"\eef9"}.dlt-c8y-icon-grater:before{content:"\eeff"}.dlt-c8y-icon-air-quality:before{content:"\ee6b"}.dlt-c8y-icon-central-heating:before{content:"\ee9c"}.dlt-c8y-icon-light-dimmer:before{content:"\ef2d"}.dlt-c8y-icon-radio-station:before{content:"\ef69"}.dlt-c8y-icon-relay-home-automation:before{content:"\ef6f"}.dlt-c8y-icon-remote-control:before{content:"\ef70"}.dlt-c8y-icon-tv-off:before{content:"\efb6"}.dlt-c8y-icon-wall-socket:before{content:"\efbd"}.dlt-c8y-icon-washing-machine:before{content:"\efc3"}.dlt-c8y-icon-light-dimming-100-percent:before{content:"\ef2e"}.dlt-c8y-icon-light-dimming-10-percent:before{content:"\ef2f"}.dlt-c8y-icon-work-light:before{content:"\efd5"}.dlt-c8y-icon-plug:before{content:"\ef61"}.dlt-c8y-icon-electrical:before{content:"\eed4"}.dlt-c8y-icon-water-pipe:before{content:"\efca"}.dlt-c8y-icon-thermometer-automation:before{content:"\efa2"}.dlt-c8y-icon-fire-extinguisher:before{content:"\eee4"}.dlt-c8y-icon-temperature-sensitive:before{content:"\ec31"}.dlt-c8y-icon-calculator:before{content:"\f373"}.dlt-c8y-icon-humidity:before{content:"\f3a4"}.dlt-c8y-icon-system-information:before{content:"\f34a"}.dlt-c8y-icon-system-report:before{content:"\f34b"}.dlt-c8y-icon-system-task:before{content:"\f34c"}.dlt-c8y-icon-imac-clock:before{content:"\f30f"}.dlt-c8y-icon-imac-exit:before{content:"\f310"}.dlt-c8y-icon-imac-settings:before{content:"\f315"}.dlt-c8y-icon-macbook-settings:before{content:"\f320"}.dlt-c8y-icon-connected:before{content:"\f209"}.dlt-c8y-icon-disconnected:before{content:"\f213"}.dlt-c8y-icon-mobile:before{content:"\f17f"}.dlt-c8y-icon-multiple-devices:before{content:"\f183"}.dlt-c8y-icon-client-management:before{content:"\e98a"}.dlt-c8y-icon-nfc:before{content:"\f184"}.dlt-c8y-icon-mobile-email:before{content:"\f182"}.dlt-c8y-icon-battery-0:before,.dlt-c8y-icon-battery-empty:before,.dlt-c8y-icon-empty-battery:before{content:"\f15e"}.dlt-c8y-icon-battery-1:before,.dlt-c8y-icon-battery-quarter:before,.dlt-c8y-icon-low-battery:before{content:"\f179"}.dlt-c8y-icon-battery-2:before,.dlt-c8y-icon-battery-half:before,.dlt-c8y-icon-battery-level:before{content:"\f144"}.dlt-c8y-icon-battery-3:before,.dlt-c8y-icon-battery-three-quarters:before,.dlt-c8y-icon-charged-battery:before{content:"\f152"}.dlt-c8y-icon-battery-4:before,.dlt-c8y-icon-battery-full:before,.dlt-c8y-icon-battery:before,.dlt-c8y-icon-full-battery:before{content:"\f163"}.dlt-c8y-icon-no-battery:before{content:"\f18c"}.dlt-c8y-icon-charging-battery:before{content:"\f153"}.dlt-c8y-icon-no-connection:before{content:"\f18d"}.dlt-c8y-icon-low-connection:before{content:"\f17a"}.dlt-c8y-icon-signal:before{content:"\f1af"}.dlt-c8y-icon-factory:before,.dlt-c8y-icon-industry:before{content:"\efe9"}.dlt-c8y-icon-robot:before{content:"\f009"}.dlt-c8y-icon-bot:before{content:"\efdc"}.dlt-c8y-icon-fork-lift:before{content:"\efed"}.dlt-c8y-icon-cog-complex:before,.dlt-c8y-icon-gear-complex:before{content:"\eff2"}.dlt-c8y-icon-cogs:before,.dlt-c8y-icon-gears:before{content:"\eff3"}.dlt-c8y-icon-automation:before{content:"\efda"}.dlt-c8y-icon-automatic:before{content:"\efd9"}.dlt-c8y-icon-electronics:before{content:"\efe6"}.dlt-c8y-icon-gas:before{content:"\eff0"}.dlt-c8y-icon-tint:before,.dlt-c8y-icon-water:before{content:"\f011"}.dlt-c8y-icon-greentech:before{content:"\eff5"}.dlt-c8y-icon-radio-tower:before{content:"\f007"}.dlt-c8y-icon-balance-scale:before,.dlt-c8y-icon-industrial-scales:before{content:"\effa"}.dlt-c8y-icon-iphone:before,.dlt-c8y-icon-mobile-phone:before,.dlt-c8y-icon-smartphone:before{content:"\f173"}.dlt-c8y-icon-smartphone-approve:before{content:"\f1b4"}.dlt-c8y-icon-smartphone-decline:before{content:"\f1b5"}.dlt-c8y-icon-phonelink-lock:before{content:"\f1a1"}.dlt-c8y-icon-tablet-mac:before,.dlt-c8y-icon-tablet:before{content:"\e909"}.dlt-c8y-icon-devices:before{content:"\ea29"}.dlt-c8y-icon-desktop:before,.dlt-c8y-icon-imac:before{content:"\eaad"}.dlt-c8y-icon-desktop1:before{content:"\ea28"}.dlt-c8y-icon-monitor:before,.dlt-c8y-icon-television:before,.dlt-c8y-icon-tv:before{content:"\eaba"}.dlt-c8y-icon-laptop:before{content:"\eab0"}.dlt-c8y-icon-checked-laptop:before{content:"\ea95"}.dlt-c8y-icon-laptop-alert:before{content:"\eab1"}.dlt-c8y-icon-laptop-error:before{content:"\eab2"}.dlt-c8y-icon-computer-support:before{content:"\f673"}.dlt-c8y-icon-programming:before{content:"\eac2"}.dlt-c8y-icon-keyboard-o:before,.dlt-c8y-icon-keyboard:before{content:"\eaaf"}.dlt-c8y-icon-video-conference:before{content:"\ea84"}.dlt-c8y-icon-remote-desktop:before{content:"\eac4"}.dlt-c8y-icon-workspace:before{content:"\eada"}.dlt-c8y-icon-workstation:before{content:"\eadb"}.dlt-c8y-icon-microchip:before{content:"\f17b"}.dlt-c8y-icon-processor:before{content:"\eac1"}.dlt-c8y-icon-smartphone-ram:before{content:"\f1b6"}.dlt-c8y-icon-bios:before{content:"\ea93"}.dlt-c8y-icon-micro-sd:before{content:"\eab8"}.dlt-c8y-icon-hdd-o:before,.dlt-c8y-icon-hdd:before{content:"\eaa9"}.dlt-c8y-icon-financial-dynamic-presentation:before{content:"\e9d5"}.dlt-c8y-icon-presentation:before{content:"\ea32"}.dlt-c8y-icon-room-finder:before{content:"\ea50"}.dlt-c8y-icon-statistics:before{content:"\ea65"}.dlt-c8y-icon-server:before{content:"\eac9"}.dlt-c8y-icon-stack:before{content:"\eacf"}.dlt-c8y-icon-critical-thinking:before{content:"\e9a6"}.dlt-c8y-icon-environment1:before{content:"\ea2a"}.dlt-c8y-icon-network-card:before{content:"\eabd"}.dlt-c8y-icon-network-cable:before{content:"\eabc"}.dlt-c8y-icon-usb-on:before{content:"\ead5"}.dlt-c8y-icon-ssd:before{content:"\eace"}.dlt-c8y-icon-asterisk-key:before,.dlt-c8y-icon-asterisk:before{content:"\ea91"}.dlt-c8y-icon-end-button:before{content:"\ea99"}.dlt-c8y-icon-hub:before{content:"\eaac"}.dlt-c8y-icon-individual-server:before{content:"\eaae"}.dlt-c8y-icon-data-center:before{content:"\ea98"}.dlt-c8y-icon-root-server:before{content:"\eac7"}.dlt-c8y-icon-switch:before{content:"\ead0"}.dlt-c8y-icon-nas:before{content:"\eabb"}.dlt-c8y-icon-power-off:before,.dlt-c8y-icon-shutdown:before{content:"\eacc"}.dlt-c8y-icon-hibernate:before{content:"\eaaa"}.dlt-c8y-icon-phone-square:before,.dlt-c8y-icon-phone:before{content:"\f19b"}.dlt-c8y-icon-no-idea:before{content:"\ea12"}.dlt-c8y-icon-network:before{content:"\ea2c"}.dlt-c8y-icon-mind-map:before{content:"\ea2d"}.dlt-c8y-icon-customer-insights-manager:before{content:"\e9a9"}.dlt-c8y-icon-gift:before{content:"\f440"}.dlt-c8y-icon-small-business:before{content:"\ea30"}.dlt-c8y-icon-pricing:before{content:"\ea3b"}.dlt-c8y-icon-free-trial:before{content:"\ea3c"}.dlt-c8y-icon-buy1:before,.dlt-c8y-icon-cart-arrow-down:before,.dlt-c8y-icon-cart-plus:before{content:"\eb95"}.dlt-c8y-icon-return-purchase:before{content:"\ec15"}.dlt-c8y-icon-shopping-cart-with-money:before{content:"\ec29"}.dlt-c8y-icon-buying:before,.dlt-c8y-icon-shopping-cart:before{content:"\eb97"}.dlt-c8y-icon-procurement:before{content:"\ec09"}.dlt-c8y-icon-delivery-handcart:before{content:"\ebb3"}.dlt-c8y-icon-cheap-21:before{content:"\f434"}.dlt-c8y-icon-average-2:before{content:"\eb84"}.dlt-c8y-icon-stripe1:before{content:"\ec2c"}.dlt-c8y-icon-loyalty-card:before{content:"\f442"}.dlt-c8y-icon-shopping-check:before{content:"\f459"}.dlt-c8y-icon-shopping-bag:before{content:"\f45a"}.dlt-c8y-icon-atm:before{content:"\eb81"}.dlt-c8y-icon-bank-card-dollar:before{content:"\eb85"}.dlt-c8y-icon-bank-card-euro:before{content:"\eb86"}.dlt-c8y-icon-contactless-payment:before{content:"\ede2"}.dlt-c8y-icon-qr-code:before,.dlt-c8y-icon-qrcode:before{content:"\ec0e"}.dlt-c8y-icon-data-matrix-code:before{content:"\ebaf"}.dlt-c8y-icon-barcode:before{content:"\eb88"}.dlt-c8y-icon-no-barcode:before{content:"\ebee"}.dlt-c8y-icon-refresh-barcode:before{content:"\ec12"}.dlt-c8y-icon-touch-id:before{content:"\ec35"}.dlt-c8y-icon-redeem:before{content:"\ec11"}.dlt-c8y-icon-card-exchange:before{content:"\eb98"}.dlt-c8y-icon-card-security:before{content:"\eb99"}.dlt-c8y-icon-cash-register:before{content:"\eb9f"}.dlt-c8y-icon-cost:before{content:"\ebaa"}.dlt-c8y-icon-create-order:before{content:"\ebac"}.dlt-c8y-icon-online-payment1:before{content:"\ebf2"}.dlt-c8y-icon-rent1:before{content:"\ec14"}.dlt-c8y-icon-package-settings:before{content:"\ec02"}.dlt-c8y-icon-product-loading:before{content:"\ec0b"}.dlt-c8y-icon-purchase-order:before{content:"\ec0d"}.dlt-c8y-icon-receipt1:before{content:"\ec0f"}.dlt-c8y-icon-scan-stock:before{content:"\ec18"}.dlt-c8y-icon-shipment-logistic:before{content:"\ec1c"}.dlt-c8y-icon-shipping-center:before{content:"\ec1e"}.dlt-c8y-icon-shipping-centre-loading-belt:before{content:"\ec1f"}.dlt-c8y-icon-shopaholic:before{content:"\ec23"}.dlt-c8y-icon-basket:before{content:"\eb8b"}.dlt-c8y-icon-shopping-basket:before{content:"\ec26"}.dlt-c8y-icon-add-basket:before{content:"\eb79"}.dlt-c8y-icon-paid:before{content:"\ec04"}.dlt-c8y-icon-text-width:before{content:"\eb5f"}.dlt-c8y-icon-text-height:before{content:"\eb60"}.dlt-c8y-icon-paragraph:before,.dlt-c8y-icon-pilcrow:before{content:"\eb61"}.dlt-c8y-icon-text-input:before{content:"\eb2a"}.dlt-c8y-icon-unavailable:before{content:"\ea3d"}.dlt-c8y-icon-save:before{content:"\e92f"}.dlt-c8y-icon-save-commit:before{content:"\e930"}.dlt-c8y-icon-delete:before{content:"\e932"}.dlt-c8y-icon-copy:before{content:"\e960"}.dlt-c8y-icon-paste:before{content:"\e966"}.dlt-c8y-icon-more-menu:before{content:"\ea3f"}.dlt-c8y-icon-password-hide:before{content:"\ea41"}.dlt-c8y-icon-password-show:before{content:"\ea42"}.dlt-c8y-icon-zoom-in:before{content:"\ea44"}.dlt-c8y-icon-zoom-out:before{content:"\ea45"}.dlt-c8y-icon-buy:before{content:"\e926"}.dlt-c8y-icon-list-alt:before,.dlt-c8y-icon-list-ul:before,.dlt-c8y-icon-list:before{content:"\ea46"}.dlt-c8y-icon-align-justify:before,.dlt-c8y-icon-format-align-justify:before{content:"\e9bc"}.dlt-c8y-icon-align-left:before,.dlt-c8y-icon-format-align-left:before{content:"\e9bd"}.dlt-c8y-icon-align-center:before,.dlt-c8y-icon-format-align-center:before{content:"\e9be"}.dlt-c8y-icon-align-right:before,.dlt-c8y-icon-format-align-right:before{content:"\e9bf"}.dlt-c8y-icon-dot-circle-o:before,.dlt-c8y-icon-radio-button-on:before{content:"\e9c2"}.dlt-c8y-icon-colorize:before,.dlt-c8y-icon-eyedropper:before{content:"\e92d"}.dlt-c8y-icon-brush:before,.dlt-c8y-icon-paint-brush:before{content:"\e938"}.dlt-c8y-icon-edit:before,.dlt-c8y-icon-file-create:before{content:"\ed6f"}.dlt-c8y-icon-at:before,.dlt-c8y-icon-email-sign:before{content:"\f15d"}.dlt-c8y-icon-get-quote:before,.dlt-c8y-icon-quote-right:before{content:"\f0b9"}.dlt-c8y-icon-quote-left:before{content:"\f0ba"}.dlt-c8y-icon-bold:before,.dlt-c8y-icon-format-bold:before{content:"\e9c5"}.dlt-c8y-icon-format-underlined:before,.dlt-c8y-icon-underline:before{content:"\e9c6"}.dlt-c8y-icon-strikethrough-s:before,.dlt-c8y-icon-strikethrough:before{content:"\e9c8"}.dlt-c8y-icon-header:before,.dlt-c8y-icon-title:before{content:"\e9c9"}.dlt-c8y-icon-subscript:before{content:"\e9cb"}.dlt-c8y-icon-superscript:before{content:"\e9cc"}.dlt-c8y-icon-format-italic:before,.dlt-c8y-icon-italic:before{content:"\e9cd"}.dlt-c8y-icon-font-download:before,.dlt-c8y-icon-font:before{content:"\e9ce"}.dlt-c8y-icon-questionnaire:before,.dlt-c8y-icon-th-list:before{content:"\ea40"}.dlt-c8y-icon-tasklist:before{content:"\ea72"}.dlt-c8y-icon-communication-sorting:before{content:"\e997"}.dlt-c8y-icon-tasks:before,.dlt-c8y-icon-todo-list:before{content:"\ea7b"}.dlt-c8y-icon-list-ol:before,.dlt-c8y-icon-numbered-list:before{content:"\ecd5"}.dlt-c8y-icon-search-in-list:before{content:"\ed14"}.dlt-c8y-icon-table-of-content:before{content:"\ed2d"}.dlt-c8y-icon-index:before{content:"\ecb7"}.dlt-c8y-icon-tiles:before{content:"\ed37"}.dlt-c8y-icon-edit1:before,.dlt-c8y-icon-pencil-square-o:before,.dlt-c8y-icon-pencil-square:before,.dlt-c8y-icon-pencil:before{content:"\ece9"}.dlt-c8y-icon-edit11:before{content:"\ec89"}.dlt-c8y-icon-no-edit:before{content:"\ecd1"}.dlt-c8y-icon-cut:before,.dlt-c8y-icon-scissors:before{content:"\ec7a"}.dlt-c8y-icon-coupon:before{content:"\ebab"}.dlt-c8y-icon-crop:before{content:"\ec78"}.dlt-c8y-icon-erase:before,.dlt-c8y-icon-eraser:before{content:"\ea47"}.dlt-c8y-icon-add-white-space:before{content:"\ec49"}.dlt-c8y-icon-blur:before{content:"\ec56"}.dlt-c8y-icon-paint-palette:before{content:"\ece1"}.dlt-c8y-icon-adjust:before,.dlt-c8y-icon-contrast:before{content:"\ec73"}.dlt-c8y-icon-bring-forward:before{content:"\ec5f"}.dlt-c8y-icon-snap-background-to-white:before{content:"\ed21"}.dlt-c8y-icon-rename:before{content:"\ecf8"}.dlt-c8y-icon-i-cursor:before,.dlt-c8y-icon-text-cursor:before{content:"\ed32"}.dlt-c8y-icon-large-icons:before{content:"\ecbf"}.dlt-c8y-icon-comma:before{content:"\ec6f"}.dlt-c8y-icon-compare:before{content:"\ec70"}.dlt-c8y-icon-content:before{content:"\ec72"}.dlt-c8y-icon-document-body:before{content:"\ec83"}.dlt-c8y-icon-merge-docunemts:before{content:"\eccc"}.dlt-c8y-icon-unit:before{content:"\ea83"}.dlt-c8y-icon-group-objects:before,.dlt-c8y-icon-group:before,.dlt-c8y-icon-object-group:before,.dlt-c8y-icon-object-ungroup:before{content:"\ea48"}.dlt-c8y-icon-ungroup:before{content:"\ea49"}.dlt-c8y-icon-hexagonal-pattern:before{content:"\ecb1"}.dlt-c8y-icon-diagonal-lines:before{content:"\ec82"}.dlt-c8y-icon-line-width:before{content:"\ecc5"}.dlt-c8y-icon-long-words:before{content:"\ecc8"}.dlt-c8y-icon-indent-left:before,.dlt-c8y-icon-indent:before{content:"\e9cf"}.dlt-c8y-icon-dedent-left:before,.dlt-c8y-icon-dedent:before,.dlt-c8y-icon-indent-decrease:before{content:"\e9d0"}.dlt-c8y-icon-indent-right:before,.dlt-c8y-icon-outdent:before{content:"\ecdc"}.dlt-c8y-icon-dedent-right:before{content:"\eb35"}.dlt-c8y-icon-drag-reorder:before{content:"\ec87"}.dlt-c8y-icon-drag-list-up:before{content:"\ec86"}.dlt-c8y-icon-pull-down:before{content:"\ecf2"}.dlt-c8y-icon-page:before{content:"\ece0"}.dlt-c8y-icon-rearrange:before{content:"\ecf4"}.dlt-c8y-icon-resize-file:before{content:"\ed00"}.dlt-c8y-icon-resize:before{content:"\ecfa"}.dlt-c8y-icon-rich-text-converter:before{content:"\ed06"}.dlt-c8y-icon-select-all:before{content:"\ed15"}.dlt-c8y-icon-select-none:before{content:"\ed16"}.dlt-c8y-icon-ruler:before{content:"\ed11"}.dlt-c8y-icon-length:before{content:"\f3ae"}.dlt-c8y-icon-send-backward:before{content:"\ed18"}.dlt-c8y-icon-send-to-back:before{content:"\ed19"}.dlt-c8y-icon-replace:before{content:"\ea4b"}.dlt-c8y-icon-separated-lists:before{content:"\ed1b"}.dlt-c8y-icon-short-words:before{content:"\ed1c"}.dlt-c8y-icon-mix-words:before{content:"\eccf"}.dlt-c8y-icon-line-style:before{content:"\ecc4"}.dlt-c8y-icon-design:before{content:"\ec80"}.dlt-c8y-icon-view-stream:before{content:"\ed4a"}.dlt-c8y-icon-four-squares:before,.dlt-c8y-icon-th-large:before{content:"\eca0"}.dlt-c8y-icon-th:before,.dlt-c8y-icon-thumbnails:before{content:"\ed36"}.dlt-c8y-icon-view-module:before{content:"\ed48"}.dlt-c8y-icon-top-view:before{content:"\ed38"}.dlt-c8y-icon-orthogonal-view:before{content:"\ecdb"}.dlt-c8y-icon-rectangular:before{content:"\ecf6"}.dlt-c8y-icon-square:before{content:"\ed24"}.dlt-c8y-icon-columns:before,.dlt-c8y-icon-view-column:before{content:"\e9d1"}.dlt-c8y-icon-file-archive-o:before,.dlt-c8y-icon-file-zip-o:before{content:"\eb38"}.dlt-c8y-icon-file-movie-o:before,.dlt-c8y-icon-file-video-o:before{content:"\eb39"}.dlt-c8y-icon-file-audio-o:before,.dlt-c8y-icon-file-sound-o:before{content:"\eb3a"}.dlt-c8y-icon-microsoft-access:before{content:"\e939"}.dlt-c8y-icon-microsoft-onenote:before{content:"\e93a"}.dlt-c8y-icon-microsoft-outlook:before{content:"\e93c"}.dlt-c8y-icon-microsoft-project:before{content:"\e93d"}.dlt-c8y-icon-microsoft-publisher:before{content:"\e944"}.dlt-c8y-icon-microsoft-sharepoint:before{content:"\e949"}.dlt-c8y-icon-microsoft-visio:before{content:"\e94a"}.dlt-c8y-icon-file-word-o:before,.dlt-c8y-icon-word:before{content:"\e94b"}.dlt-c8y-icon-excel:before,.dlt-c8y-icon-file-excel-o:before{content:"\e954"}.dlt-c8y-icon-file-powerpoint-o:before,.dlt-c8y-icon-ppt:before{content:"\e955"}.dlt-c8y-icon-create-archive:before{content:"\ed5f"}.dlt-c8y-icon-save-archive:before{content:"\ed9f"}.dlt-c8y-icon-delete-archive:before{content:"\ed61"}.dlt-c8y-icon-gif:before{content:"\ed75"}.dlt-c8y-icon-gis:before{content:"\ed76"}.dlt-c8y-icon-gpx:before{content:"\ed77"}.dlt-c8y-icon-heic-filetype:before{content:"\ed78"}.dlt-c8y-icon-dmg:before{content:"\ed63"}.dlt-c8y-icon-jpg:before{content:"\ed82"}.dlt-c8y-icon-kmz:before{content:"\ed87"}.dlt-c8y-icon-kml:before{content:"\ed86"}.dlt-c8y-icon-mp3:before{content:"\ed8a"}.dlt-c8y-icon-dng:before{content:"\ed64"}.dlt-c8y-icon-nef:before{content:"\ed8c"}.dlt-c8y-icon-nmea:before{content:"\ed8d"}.dlt-c8y-icon-tar:before{content:"\eda4"}.dlt-c8y-icon-ttf:before{content:"\eda7"}.dlt-c8y-icon-tif:before{content:"\eda5"}.dlt-c8y-icon-obj:before{content:"\ed8e"}.dlt-c8y-icon-webp:before{content:"\edaa"}.dlt-c8y-icon-ogg:before{content:"\ed8f"}.dlt-c8y-icon-woff:before{content:"\edad"}.dlt-c8y-icon-xls:before{content:"\edaf"}.dlt-c8y-icon-xps:before{content:"\edb2"}.dlt-c8y-icon-zip:before{content:"\edb3"}.dlt-c8y-icon-wma:before{content:"\edac"}.dlt-c8y-icon-osm:before{content:"\ed90"}.dlt-c8y-icon-otf:before{content:"\ed91"}.dlt-c8y-icon-dwg:before{content:"\ed66"}.dlt-c8y-icon-png:before{content:"\ed94"}.dlt-c8y-icon-eps:before{content:"\ed68"}.dlt-c8y-icon-ps:before{content:"\ed96"}.dlt-c8y-icon-rar:before{content:"\ed98"}.dlt-c8y-icon-raw:before{content:"\ed99"}.dlt-c8y-icon-psd:before{content:"\ed97"}.dlt-c8y-icon-exe:before{content:"\ed6a"}.dlt-c8y-icon-fbx:before{content:"\ed6d"}.dlt-c8y-icon-pdf-2:before{content:"\e961"}.dlt-c8y-icon-3fr:before{content:"\ed50"}.dlt-c8y-icon-aac:before{content:"\ed52"}.dlt-c8y-icon-7zip:before{content:"\ed51"}.dlt-c8y-icon-cr2:before{content:"\ed5e"}.dlt-c8y-icon-ai:before{content:"\ed55"}.dlt-c8y-icon-apk:before{content:"\ed56"}.dlt-c8y-icon-wav:before{content:"\eda9"}.dlt-c8y-icon-jp2:before{content:"\ed81"}.dlt-c8y-icon-java-file:before{content:"\ed80"}.dlt-c8y-icon-fff:before{content:"\ed6e"}.dlt-c8y-icon-folder-aggregate:before{content:"\ea54"}.dlt-c8y-icon-book:before{content:"\f36a"}.dlt-c8y-icon-cube:before,.dlt-c8y-icon-package-delivery-logistics:before{content:"\ec01"}.dlt-c8y-icon-resume:before{content:"\ea4d"}.dlt-c8y-icon-file-o:before,.dlt-c8y-icon-file:before,.dlt-c8y-icon-insert-drive-file:before,.dlt-c8y-icon-sheet-of-paper:before{content:"\e9d3"}.dlt-c8y-icon-edit-file:before{content:"\ea57"}.dlt-c8y-icon-documents:before{content:"\ea58"}.dlt-c8y-icon-file-copy:before,.dlt-c8y-icon-files-o:before,.dlt-c8y-icon-files:before{content:"\e9d2"}.dlt-c8y-icon-profile:before{content:"\ea38"}.dlt-c8y-icon-file-pdf-o:before,.dlt-c8y-icon-pdf:before{content:"\ed92"}.dlt-c8y-icon-export-pdf:before{content:"\ed6b"}.dlt-c8y-icon-document:before,.dlt-c8y-icon-file-text-o:before,.dlt-c8y-icon-file-text:before,.dlt-c8y-icon-file-type-document:before{content:"\ed70"}.dlt-c8y-icon-submit-document1:before{content:"\eda3"}.dlt-c8y-icon-privacy-policy:before{content:"\ea34"}.dlt-c8y-icon-selective-highlighting1:before{content:"\eda0"}.dlt-c8y-icon-brief:before{content:"\e97e"}.dlt-c8y-icon-document-with-code:before{content:"\ea59"}.dlt-c8y-icon-file-image-o:before,.dlt-c8y-icon-file-photo-o:before,.dlt-c8y-icon-file-picture-o:before,.dlt-c8y-icon-image-file:before{content:"\ed7a"}.dlt-c8y-icon-image-file-add:before{content:"\ed7b"}.dlt-c8y-icon-image-file-checked:before{content:"\ed7c"}.dlt-c8y-icon-image-file-remove:before{content:"\ed7d"}.dlt-c8y-icon-check-document:before,.dlt-c8y-icon-document-with-a-check-mark:before{content:"\ed5a"}.dlt-c8y-icon-delete-file:before{content:"\ed62"}.dlt-c8y-icon-file-delete:before{content:"\ed72"}.dlt-c8y-icon-file-settings:before{content:"\ed74"}.dlt-c8y-icon-file-preview:before{content:"\ed73"}.dlt-c8y-icon-open-document:before{content:"\ecd9"}.dlt-c8y-icon-submit-document:before{content:"\ea5a"}.dlt-c8y-icon-restore-page1:before{content:"\ed9d"}.dlt-c8y-icon-document-exchange:before{content:"\ed65"}.dlt-c8y-icon-import-file:before{content:"\ed7e"}.dlt-c8y-icon-share-document:before{content:"\eda1"}.dlt-c8y-icon-idea:before{content:"\e9e7"}.dlt-c8y-icon-mark-as-favorite:before{content:"\ed88"}.dlt-c8y-icon-email-document:before{content:"\ec90"}.dlt-c8y-icon-file-view:before{content:"\ed71"}.dlt-c8y-icon-policy-document:before{content:"\ed95"}.dlt-c8y-icon-business-report:before{content:"\e985"}.dlt-c8y-icon-graph-report:before{content:"\e9de"}.dlt-c8y-icon-edit-graph-report:before{content:"\e9c4"}.dlt-c8y-icon-download-graph-report:before{content:"\e9c1"}.dlt-c8y-icon-agreement:before{content:"\e968"}.dlt-c8y-icon-estimates:before{content:"\e9ca"}.dlt-c8y-icon-winking-document:before{content:"\edab"}.dlt-c8y-icon-insert-page:before{content:"\ecb9"}.dlt-c8y-icon-note:before{content:"\ea5b"}.dlt-c8y-icon-brochure:before{content:"\e980"}.dlt-c8y-icon-read:before{content:"\ed9a"}.dlt-c8y-icon-cashbook:before{content:"\e988"}.dlt-c8y-icon-price-tag:before,.dlt-c8y-icon-tag:before{content:"\f44f"}.dlt-c8y-icon-add-tag:before{content:"\ea5d"}.dlt-c8y-icon-tag1:before,.dlt-c8y-icon-tags:before{content:"\f45d"}.dlt-c8y-icon-folder-open-o:before,.dlt-c8y-icon-folder-open:before,.dlt-c8y-icon-open-folder:before,.dlt-c8y-icon-opened-folder:before{content:"\ee54"}.dlt-c8y-icon-folder-o:before,.dlt-c8y-icon-folder:before{content:"\ee4e"}.dlt-c8y-icon-folder-open1:before{content:"\ea5e"}.dlt-c8y-icon-add-folder:before{content:"\ee44"}.dlt-c8y-icon-delete-folder:before{content:"\ee45"}.dlt-c8y-icon-search-folder:before{content:"\ee56"}.dlt-c8y-icon-folder-settings:before{content:"\ee4f"}.dlt-c8y-icon-extensions-folder:before{content:"\ee4b"}.dlt-c8y-icon-private-folder:before{content:"\ee55"}.dlt-c8y-icon-edit-folder:before{content:"\ee4a"}.dlt-c8y-icon-e-mail-folder:before{content:"\ee49"}.dlt-c8y-icon-documents-folder:before{content:"\ee47"}.dlt-c8y-icon-downloads-folder:before{content:"\ee48"}.dlt-c8y-icon-favorite-folder:before{content:"\ee4c"}.dlt-c8y-icon-user-folder:before{content:"\ee58"}.dlt-c8y-icon-download-from-ftp:before{content:"\f215"}.dlt-c8y-icon-upload-to-ftp:before{content:"\f249"}.dlt-c8y-icon-ftp:before{content:"\f218"}.dlt-c8y-icon-big-parcel:before{content:"\eb8e"}.dlt-c8y-icon-open-parcel:before{content:"\ebfe"}.dlt-c8y-icon-packing:before{content:"\ec03"}.dlt-c8y-icon-unpacking:before{content:"\ec3c"}.dlt-c8y-icon-archive-o:before,.dlt-c8y-icon-archive:before,.dlt-c8y-icon-cardboard-box:before,.dlt-c8y-icon-file-archive-o1:before{content:"\eb9c"}.dlt-c8y-icon-box:before,.dlt-c8y-icon-case:before{content:"\eb91"}.dlt-c8y-icon-empty-box:before{content:"\ebbe"}.dlt-c8y-icon-box-settings:before{content:"\eb92"}.dlt-c8y-icon-secured-delivery:before{content:"\ec19"}.dlt-c8y-icon-remove-delivery:before{content:"\ec13"}.dlt-c8y-icon-out-of-stock:before{content:"\ec00"}.dlt-c8y-icon-new-product:before{content:"\f44a"}.dlt-c8y-icon-product:before{content:"\ec0a"}.dlt-c8y-icon-product-management:before{content:"\ec0c"}.dlt-c8y-icon-stacking:before{content:"\ec2b"}.dlt-c8y-icon-cv:before{content:"\ec7b"}.dlt-c8y-icon-unarchive:before,.dlt-c8y-icon-upload-archive:before{content:"\e9d4"}.dlt-c8y-icon-archive-file:before,.dlt-c8y-icon-download-archive:before{content:"\e9d7"}.dlt-c8y-icon-cc-stripe:before{content:"\eb89"}.dlt-c8y-icon-google-wallet:before{content:"\eb8a"}.dlt-c8y-icon-paypal:before{content:"\eb8d"}.dlt-c8y-icon-cc-paypal:before{content:"\eb8f"}.dlt-c8y-icon-cc-amex:before{content:"\eb90"}.dlt-c8y-icon-cc-discover:before{content:"\eb93"}.dlt-c8y-icon-cc-visa:before{content:"\eb94"}.dlt-c8y-icon-cc-mastercard:before{content:"\eb9a"}.dlt-c8y-icon-try:before,.dlt-c8y-icon-turkish-lira:before{content:"\eb9b"}.dlt-c8y-icon-rouble:before,.dlt-c8y-icon-rub:before,.dlt-c8y-icon-ruble:before{content:"\eb9d"}.dlt-c8y-icon-krw:before,.dlt-c8y-icon-won:before{content:"\eb9e"}.dlt-c8y-icon-inr:before,.dlt-c8y-icon-rupee:before{content:"\eba0"}.dlt-c8y-icon-ils:before,.dlt-c8y-icon-shekel:before,.dlt-c8y-icon-sheqel:before{content:"\eba1"}.dlt-c8y-icon-gbp:before{content:"\eba2"}.dlt-c8y-icon-eur:before,.dlt-c8y-icon-euro:before{content:"\eba3"}.dlt-c8y-icon-cny:before,.dlt-c8y-icon-jpy:before,.dlt-c8y-icon-rmb:before,.dlt-c8y-icon-yen:before{content:"\eba4"}.dlt-c8y-icon-bitcoin:before,.dlt-c8y-icon-btc:before{content:"\eba5"}.dlt-c8y-icon-dollar:before,.dlt-c8y-icon-usd:before{content:"\eba6"}.dlt-c8y-icon-calculator1:before{content:"\ea5f"}.dlt-c8y-icon-accounting:before{content:"\ea60"}.dlt-c8y-icon-contract:before{content:"\ea62"}.dlt-c8y-icon-sales-performance:before{content:"\ea63"}.dlt-c8y-icon-bank-safe:before{content:"\e976"}.dlt-c8y-icon-mobile-payment:before{content:"\ea05"}.dlt-c8y-icon-money-yours:before{content:"\ea08"}.dlt-c8y-icon-online-payment:before{content:"\ea19"}.dlt-c8y-icon-us-dollar-circled:before{content:"\ee3d"}.dlt-c8y-icon-credit-card-alt:before,.dlt-c8y-icon-credit-card:before{content:"\ede4"}.dlt-c8y-icon-only-cash:before{content:"\ee14"}.dlt-c8y-icon-credit-control:before{content:"\ede6"}.dlt-c8y-icon-bank-cards:before{content:"\edbd"}.dlt-c8y-icon-check-for-payment:before{content:"\eddb"}.dlt-c8y-icon-money:before,.dlt-c8y-icon-paper-money:before{content:"\ee16"}.dlt-c8y-icon-cash-euro:before{content:"\edd6"}.dlt-c8y-icon-stack-of-money:before{content:"\ee30"}.dlt-c8y-icon-wallet:before{content:"\ee3f"}.dlt-c8y-icon-certificate:before{content:"\edd9"}.dlt-c8y-icon-card-security1:before{content:"\edd0"}.dlt-c8y-icon-bill:before{content:"\edbf"}.dlt-c8y-icon-paid-bill:before{content:"\ee15"}.dlt-c8y-icon-token-card-code1:before{content:"\ee35"}.dlt-c8y-icon-receipt:before{content:"\ee21"}.dlt-c8y-icon-add-receipt:before{content:"\edb5"}.dlt-c8y-icon-sign-language:before,.dlt-c8y-icon-signing:before{content:"\eb3b"}.dlt-c8y-icon-hand-o-down:before{content:"\eb3c"}.dlt-c8y-icon-hand-o-left:before{content:"\eb3d"}.dlt-c8y-icon-hand-o-up:before{content:"\eb3e"}.dlt-c8y-icon-hand-o-right:before{content:"\eb3f"}.dlt-c8y-icon-hand-peace-o:before{content:"\eb40"}.dlt-c8y-icon-hand-pointer-o:before{content:"\eb41"}.dlt-c8y-icon-hand-spock-o:before{content:"\eb42"}.dlt-c8y-icon-hand-lizard-o:before{content:"\eb43"}.dlt-c8y-icon-hand-scissors-o:before{content:"\eb44"}.dlt-c8y-icon-hand-paper-o:before,.dlt-c8y-icon-hand-stop-o:before{content:"\eb45"}.dlt-c8y-icon-hand-grab-o:before,.dlt-c8y-icon-hand-rock-o:before{content:"\eb49"}.dlt-c8y-icon-thumbs-up:before{content:"\ee66"}.dlt-c8y-icon-thumbs-o-up:before{content:"\ee66"}.dlt-c8y-icon-thumbs-down:before{content:"\ee65"}.dlt-c8y-icon-thumbs-o-down:before{content:"\ee65"}.dlt-c8y-icon-do-not-touch:before{content:"\ee5a"}.dlt-c8y-icon-hand:before{content:"\ee5c"}.dlt-c8y-icon-disclaimer:before{content:"\e9bb"}.dlt-c8y-icon-touchpad:before{content:"\ead1"}.dlt-c8y-icon-holding-box:before{content:"\ebd3"}.dlt-c8y-icon-recieve:before{content:"\ec10"}.dlt-c8y-icon-sell:before{content:"\ec1a"}.dlt-c8y-icon-get-revenue:before{content:"\ebca"}.dlt-c8y-icon-handshake-o:before,.dlt-c8y-icon-handshake:before,.dlt-c8y-icon-partners:before{content:"\ebd2"}.dlt-c8y-icon-wearable-technology:before{content:"\f013"}.dlt-c8y-icon-america:before,.dlt-c8y-icon-globe:before{content:"\f017"}.dlt-c8y-icon-location:before{content:"\f038"}.dlt-c8y-icon-globe1:before{content:"\f029"}.dlt-c8y-icon-compass-north:before,.dlt-c8y-icon-compass:before{content:"\ea66"}.dlt-c8y-icon-marker:before{content:"\f042"}.dlt-c8y-icon-marker-off:before{content:"\f045"}.dlt-c8y-icon-find-clinic:before{content:"\f026"}.dlt-c8y-icon-tesla-supercharger-pin:before{content:"\f069"}.dlt-c8y-icon-address:before{content:"\f016"}.dlt-c8y-icon-cab-stand:before{content:"\f019"}.dlt-c8y-icon-map-o:before,.dlt-c8y-icon-map:before{content:"\f03d"}.dlt-c8y-icon-map-editing:before{content:"\f03e"}.dlt-c8y-icon-map-marker:before{content:"\f03f"}.dlt-c8y-icon-quest:before{content:"\f057"}.dlt-c8y-icon-waypoint-map:before{content:"\f06b"}.dlt-c8y-icon-anchor-nodes:before{content:"\eb7e"}.dlt-c8y-icon-map-pin:before{content:"\f040"}.dlt-c8y-icon-map-signs:before,.dlt-c8y-icon-signpost-tourist:before{content:"\f05e"}.dlt-c8y-icon-gps:before{content:"\f02b"}.dlt-c8y-icon-location-arrow:before,.dlt-c8y-icon-near-me:before{content:"\f04a"}.dlt-c8y-icon-navigation:before{content:"\f049"}.dlt-c8y-icon-target1:before{content:"\ea67"}.dlt-c8y-icon-hunt:before{content:"\f032"}.dlt-c8y-icon-location-off:before{content:"\f03a"}.dlt-c8y-icon-location-update:before{content:"\f03b"}.dlt-c8y-icon-layers:before{content:"\f035"}.dlt-c8y-icon-journey:before{content:"\f033"}.dlt-c8y-icon-here:before,.dlt-c8y-icon-street-view:before{content:"\f031"}.dlt-c8y-icon-parking:before{content:"\ea68"}.dlt-c8y-icon-mail-reply:before,.dlt-c8y-icon-reply:before{content:"\e964"}.dlt-c8y-icon-forward1:before,.dlt-c8y-icon-mail-forward:before{content:"\eb4a"}.dlt-c8y-icon-mail-reply-all:before,.dlt-c8y-icon-reply-all:before{content:"\e965"}.dlt-c8y-icon-communication:before{content:"\e995"}.dlt-c8y-icon-multichannel:before{content:"\ea09"}.dlt-c8y-icon-chat:before{content:"\ea6f"}.dlt-c8y-icon-comment-o:before,.dlt-c8y-icon-comment:before,.dlt-c8y-icon-topic:before{content:"\f12d"}.dlt-c8y-icon-typing:before{content:"\f130"}.dlt-c8y-icon-quote:before{content:"\f0fd"}.dlt-c8y-icon-delete-message:before{content:"\f0a7"}.dlt-c8y-icon-poll:before{content:"\f0f0"}.dlt-c8y-icon-popular:before{content:"\f0f1"}.dlt-c8y-icon-audio-description:before,.dlt-c8y-icon-speaker-notes:before{content:"\f123"}.dlt-c8y-icon-comment1:before,.dlt-c8y-icon-comments-o:before,.dlt-c8y-icon-comments:before{content:"\ea70"}.dlt-c8y-icon-speaker-notes-off:before{content:"\f124"}.dlt-c8y-icon-new-topic:before{content:"\f0e4"}.dlt-c8y-icon-ask-question:before{content:"\f090"}.dlt-c8y-icon-chat-bubble:before,.dlt-c8y-icon-commenting-o:before,.dlt-c8y-icon-commenting:before{content:"\f097"}.dlt-c8y-icon-envelope-o:before,.dlt-c8y-icon-envelope-open-o:before,.dlt-c8y-icon-envelope-open:before,.dlt-c8y-icon-envelope:before,.dlt-c8y-icon-important-mail:before,.dlt-c8y-icon-mail:before{content:"\f0c1"}.dlt-c8y-icon-edit-message:before{content:"\f0b1"}.dlt-c8y-icon-received:before{content:"\f100"}.dlt-c8y-icon-deleted-message:before{content:"\f0a9"}.dlt-c8y-icon-group-message:before{content:"\f0bb"}.dlt-c8y-icon-subscription:before{content:"\f12b"}.dlt-c8y-icon-unsubscribe:before{content:"\f134"}.dlt-c8y-icon-send-email:before{content:"\f116"}.dlt-c8y-icon-read-message:before{content:"\f1a6"}.dlt-c8y-icon-inbox:before{content:"\f0c2"}.dlt-c8y-icon-add-to-inbox:before{content:"\f08f"}.dlt-c8y-icon-check-inbox:before{content:"\f09b"}.dlt-c8y-icon-remove-from-inbox:before{content:"\f104"}.dlt-c8y-icon-outbox:before{content:"\f0ed"}.dlt-c8y-icon-envelope-square:before,.dlt-c8y-icon-post:before{content:"\f0f2"}.dlt-c8y-icon-sheet:before,.dlt-c8y-icon-sticky-note-o:before,.dlt-c8y-icon-sticky-note:before{content:"\f11f"}.dlt-c8y-icon-note1:before{content:"\f0e7"}.dlt-c8y-icon-secure:before{content:"\f111"}.dlt-c8y-icon-retweet:before{content:"\f10b"}.dlt-c8y-icon-feed:before,.dlt-c8y-icon-rss-square:before,.dlt-c8y-icon-rss:before{content:"\f10c"}.dlt-c8y-icon-cancel-subscription:before{content:"\f095"}.dlt-c8y-icon-chain:before,.dlt-c8y-icon-link:before{content:"\f0ca"}.dlt-c8y-icon-chain-broken:before,.dlt-c8y-icon-link-off:before,.dlt-c8y-icon-unlink:before{content:"\e9da"}.dlt-c8y-icon-sent:before{content:"\f11b"}.dlt-c8y-icon-email-send:before,.dlt-c8y-icon-paper-plane-o:before,.dlt-c8y-icon-paper-plane:before,.dlt-c8y-icon-send-o:before,.dlt-c8y-icon-send:before{content:"\f0b3"}.dlt-c8y-icon-hashtag:before{content:"\ea73"}.dlt-c8y-icon-podcast:before{content:"\eb4b"}.dlt-c8y-icon-headphones:before{content:"\eb4c"}.dlt-c8y-icon-volume-control-phone:before{content:"\eb4d"}.dlt-c8y-icon-volume-mute:before,.dlt-c8y-icon-volume-off:before,.dlt-c8y-icon-volume-zero:before{content:"\e915"}.dlt-c8y-icon-volume-down:before,.dlt-c8y-icon-volume-low:before{content:"\ea74"}.dlt-c8y-icon-volume:before{content:"\ea75"}.dlt-c8y-icon-speaker:before,.dlt-c8y-icon-volume-high:before,.dlt-c8y-icon-volume-up:before{content:"\f1ba"}.dlt-c8y-icon-sound:before{content:"\ef8e"}.dlt-c8y-icon-headset:before{content:"\f165"}.dlt-c8y-icon-play-circle:before{content:"\ea77"}.dlt-c8y-icon-pause-circle:before{content:"\ea79"}.dlt-c8y-icon-stop-circle:before{content:"\ea7a"}.dlt-c8y-icon-skip-previous:before,.dlt-c8y-icon-step-backward:before{content:"\e9ec"}.dlt-c8y-icon-fast-rewind:before{content:"\ea7c"}.dlt-c8y-icon-backward:before,.dlt-c8y-icon-fast-backward:before,.dlt-c8y-icon-fast-rewind1:before,.dlt-c8y-icon-rewind:before{content:"\ea7d"}.dlt-c8y-icon-play-arrow:before,.dlt-c8y-icon-play-circle-o:before,.dlt-c8y-icon-play-circle1:before,.dlt-c8y-icon-play:before{content:"\e9e8"}.dlt-c8y-icon-pause:before{content:"\e9e4"}.dlt-c8y-icon-stop:before{content:"\ea7e"}.dlt-c8y-icon-fast-forward:before,.dlt-c8y-icon-forward111:before,.dlt-c8y-icon-forward11:before{content:"\ea7f"}.dlt-c8y-icon-fast-forward1:before{content:"\ea82"}.dlt-c8y-icon-skip-next:before,.dlt-c8y-icon-step-forward:before{content:"\e9eb"}.dlt-c8y-icon-no-image:before{content:"\ecd3"}.dlt-c8y-icon-film:before,.dlt-c8y-icon-local-movies:before,.dlt-c8y-icon-theaters:before{content:"\e9ad"}.dlt-c8y-icon-mic:before,.dlt-c8y-icon-microphone:before{content:"\e9ae"}.dlt-c8y-icon-block-microphone:before,.dlt-c8y-icon-microphone-slash:before{content:"\f147"}.dlt-c8y-icon-music-note:before,.dlt-c8y-icon-music:before{content:"\e9af"}.dlt-c8y-icon-photo-camera-front:before,.dlt-c8y-icon-video-camera:before{content:"\e91d"}.dlt-c8y-icon-cam:before,.dlt-c8y-icon-camera-retro:before,.dlt-c8y-icon-camera:before{content:"\f297"}.dlt-c8y-icon-image:before,.dlt-c8y-icon-photo:before,.dlt-c8y-icon-picture-o:before,.dlt-c8y-icon-picture:before{content:"\f2bd"}.dlt-c8y-icon-photo-gallery:before{content:"\f2cc"}.dlt-c8y-icon-albums:before,.dlt-c8y-icon-cubes:before{content:"\f291"}.dlt-c8y-icon-slides:before{content:"\ea86"}.dlt-c8y-icon-bursts:before{content:"\f295"}.dlt-c8y-icon-exposure:before{content:"\f2ac"}.dlt-c8y-icon-gallery:before{content:"\f2b7"}.dlt-c8y-icon-insert-clip:before{content:"\f2bf"}.dlt-c8y-icon-memories:before{content:"\f2c2"}.dlt-c8y-icon-overwrite-clip:before{content:"\f2ca"}.dlt-c8y-icon-selfies:before{content:"\f2d6"}.dlt-c8y-icon-facebook:before{content:"\ea87"}.dlt-c8y-icon-instagram:before{content:"\ea89"}.dlt-c8y-icon-linkedin:before{content:"\ea8a"}.dlt-c8y-icon-pinterest:before{content:"\ea8c"}.dlt-c8y-icon-twitter:before{content:"\ea8d"}.dlt-c8y-icon-youtube-play:before,.dlt-c8y-icon-youtube:before{content:"\ea8e"}.dlt-c8y-icon-google:before{content:"\ea90"}.dlt-c8y-icon-github:before{content:"\ea92"}.dlt-c8y-icon-cloud:before{content:"\ea94"}.dlt-c8y-icon-cloud-search:before,.dlt-c8y-icon-search-in-cloud:before{content:"\ea96"}.dlt-c8y-icon-cloud-settings:before{content:"\ea97"}.dlt-c8y-icon-cloud-checked:before{content:"\ea9a"}.dlt-c8y-icon-cloud-restricted:before{content:"\ea9b"}.dlt-c8y-icon-cloud-plus:before{content:"\ea9c"}.dlt-c8y-icon-cloud-minus:before{content:"\ea9d"}.dlt-c8y-icon-cloud-error:before{content:"\ea9e"}.dlt-c8y-icon-cloud-unavailable:before{content:"\ea9f"}.dlt-c8y-icon-backup:before,.dlt-c8y-icon-cloud-upload:before{content:"\eaa0"}.dlt-c8y-icon-cloud-download:before{content:"\eaa1"}.dlt-c8y-icon-cloud-backup-restore:before{content:"\f1ea"}.dlt-c8y-icon-cloud-remote-working:before{content:"\eaa2"}.dlt-c8y-icon-cloud-bar-chart:before{content:"\f1eb"}.dlt-c8y-icon-cloud-binary-code:before{content:"\f1ec"}.dlt-c8y-icon-cloud-broadcasting:before{content:"\f1ed"}.dlt-c8y-icon-secure-cloud:before{content:"\f237"}.dlt-c8y-icon-error-cloud:before{content:"\f216"}.dlt-c8y-icon-cloud-cross:before{content:"\f1f3"}.dlt-c8y-icon-dashed-cloud:before{content:"\f20f"}.dlt-c8y-icon-cloud-connection:before{content:"\f1f2"}.dlt-c8y-icon-cloud-firewall:before{content:"\f1f6"}.dlt-c8y-icon-cloud-link:before{content:"\f1f9"}.dlt-c8y-icon-cloud-waiting:before{content:"\f205"}.dlt-c8y-icon-public-cloud:before{content:"\f22e"}.dlt-c8y-icon-delete-from-cloud:before{content:"\f212"}.dlt-c8y-icon-cloud-refresh:before{content:"\f1fd"}.dlt-c8y-icon-cloud-right-u-arrow:before{content:"\f1fe"}.dlt-c8y-icon-cloud-share-symbol:before{content:"\f1ff"}.dlt-c8y-icon-cloud-development:before{content:"\f1f5"}.dlt-c8y-icon-cloud-sync:before{content:"\f201"}.dlt-c8y-icon-cloud-user:before{content:"\f202"}.dlt-c8y-icon-cloud-computing:before{content:"\f1f1"}.dlt-c8y-icon-cloud-storage:before{content:"\eb02"}.dlt-c8y-icon-cloud-network:before{content:"\f1fa"}.dlt-c8y-icon-computer:before{content:"\f207"}.dlt-c8y-icon-connected-people:before{content:"\f20b"}.dlt-c8y-icon-connection-sync:before{content:"\f20c"}.dlt-c8y-icon-network-2:before{content:"\f226"}.dlt-c8y-icon-incoming-data:before{content:"\f21c"}.dlt-c8y-icon-outgoing-data:before{content:"\e903"}.dlt-c8y-icon-remote-desktop1:before{content:"\f230"}.dlt-c8y-icon-security-wi-fi:before{content:"\f239"}.dlt-c8y-icon-server1:before{content:"\f23b"}.dlt-c8y-icon-server-shutdown1:before{content:"\f23d"}.dlt-c8y-icon-ftp-server:before{content:"\f219"}.dlt-c8y-icon-thin-client:before{content:"\f246"}.dlt-c8y-icon-wi-fi:before,.dlt-c8y-icon-wifi:before,.dlt-c8y-icon-wireless-network:before{content:"\f251"}.dlt-c8y-icon-wi-fi-off:before{content:"\f258"}.dlt-c8y-icon-wi-fi-connected:before{content:"\f252"}.dlt-c8y-icon-wi-fi-disconnected:before{content:"\f254"}.dlt-c8y-icon-wi-fi-lock:before{content:"\f255"}.dlt-c8y-icon-scan-wi-fi:before{content:"\f235"}.dlt-c8y-icon-bluetooth-b:before,.dlt-c8y-icon-bluetooth-symbol:before,.dlt-c8y-icon-bluetooth:before{content:"\f1d7"}.dlt-c8y-icon-decentralized-network:before{content:"\f211"}.dlt-c8y-icon-centralized-network:before{content:"\f1db"}.dlt-c8y-icon-light-bulb-outline:before{content:"\eaa4"}.dlt-c8y-icon-medkit:before{content:"\eb4e"}.dlt-c8y-icon-fax:before{content:"\eb50"}.dlt-c8y-icon-beer:before{content:"\eb52"}.dlt-c8y-icon-department:before{content:"\eaa5"}.dlt-c8y-icon-stacked-organizational-chart:before{content:"\eaa6"}.dlt-c8y-icon-tty:before{content:"\e90c"}.dlt-c8y-icon-crosshairs:before,.dlt-c8y-icon-target:before{content:"\ea6e"}.dlt-c8y-icon-accuracy:before{content:"\e963"}.dlt-c8y-icon-bullseye:before,.dlt-c8y-icon-goal:before{content:"\e9dd"}.dlt-c8y-icon-address-book-o:before,.dlt-c8y-icon-address-book:before,.dlt-c8y-icon-contacts-book:before{content:"\e967"}.dlt-c8y-icon-attract-customers:before,.dlt-c8y-icon-magnet:before{content:"\e971"}.dlt-c8y-icon-guarantee:before{content:"\e9e3"}.dlt-c8y-icon-announcement:before,.dlt-c8y-icon-bullhorn:before,.dlt-c8y-icon-commercial:before{content:"\e993"}.dlt-c8y-icon-podium:before{content:"\ea2f"}.dlt-c8y-icon-time-card:before{content:"\ea78"}.dlt-c8y-icon-change:before{content:"\e989"}.dlt-c8y-icon-applicant:before{content:"\e96c"}.dlt-c8y-icon-download-resume:before{content:"\e9c3"}.dlt-c8y-icon-submit-resume:before{content:"\ea6a"}.dlt-c8y-icon-briefcase:before,.dlt-c8y-icon-suitcase:before{content:"\e97f"}.dlt-c8y-icon-new-job:before{content:"\ea0d"}.dlt-c8y-icon-job-seeker:before{content:"\e9f0"}.dlt-c8y-icon-business-building:before{content:"\e982"}.dlt-c8y-icon-dossier:before{content:"\e9c0"}.dlt-c8y-icon-alarms:before{content:"\e969"}.dlt-c8y-icon-project:before{content:"\ea3e"}.dlt-c8y-icon-important-book:before{content:"\e9e9"}.dlt-c8y-icon-important-note:before{content:"\e9ea"}.dlt-c8y-icon-id-badge:before,.dlt-c8y-icon-name-tag:before{content:"\ea0a"}.dlt-c8y-icon-assignment-return:before{content:"\e970"}.dlt-c8y-icon-note-taking:before{content:"\ea13"}.dlt-c8y-icon-audit:before{content:"\e972"}.dlt-c8y-icon-address-card-o:before,.dlt-c8y-icon-address-card:before,.dlt-c8y-icon-badge:before,.dlt-c8y-icon-drivers-license-o:before,.dlt-c8y-icon-drivers-license:before,.dlt-c8y-icon-id-card-o:before,.dlt-c8y-icon-id-card:before,.dlt-c8y-icon-vcard-o:before,.dlt-c8y-icon-vcard:before{content:"\e975"}.dlt-c8y-icon-new-contact:before{content:"\ea0c"}.dlt-c8y-icon-contact-details:before{content:"\e99f"}.dlt-c8y-icon-phone-contact:before{content:"\ea27"}.dlt-c8y-icon-clipboard-with-a-tick:before,.dlt-c8y-icon-inspection:before{content:"\e9ee"}.dlt-c8y-icon-survey:before{content:"\ea6d"}.dlt-c8y-icon-no-data-available:before{content:"\ea10"}.dlt-c8y-icon-task-planning:before{content:"\ea71"}.dlt-c8y-icon-invoice:before{content:"\eaa7"}.dlt-c8y-icon-summary-list:before{content:"\ea6b"}.dlt-c8y-icon-study:before{content:"\ea69"}.dlt-c8y-icon-card:before{content:"\eaa8"}.dlt-c8y-icon-job:before{content:"\e9ef"}.dlt-c8y-icon-print:before{content:"\eaab"}.dlt-c8y-icon-communication-internet:before{content:"\e996"}.dlt-c8y-icon-language-skill:before,.dlt-c8y-icon-language:before{content:"\e9f4"}.dlt-c8y-icon-close-program:before,.dlt-c8y-icon-window-close-o:before,.dlt-c8y-icon-window-close:before{content:"\e98b"}.dlt-c8y-icon-new-slide:before{content:"\ea0f"}.dlt-c8y-icon-web-analytics:before{content:"\ea8b"}.dlt-c8y-icon-planner:before{content:"\ea2b"}.dlt-c8y-icon-rescheduling-a-task:before{content:"\ea4a"}.dlt-c8y-icon-resume-website:before{content:"\ea4f"}.dlt-c8y-icon-product-documents:before{content:"\ea37"}.dlt-c8y-icon-resume-template:before{content:"\ea4e"}.dlt-c8y-icon-rubber-stamp:before{content:"\ea51"}.dlt-c8y-icon-stamp:before{content:"\ea64"}.dlt-c8y-icon-video-projector:before{content:"\ea85"}.dlt-c8y-icon-management1:before{content:"\e9ff"}.dlt-c8y-icon-gavel:before,.dlt-c8y-icon-legal:before{content:"\e92c"}.dlt-c8y-icon-user-md:before{content:"\eb53"}.dlt-c8y-icon-wheelchair-alt:before{content:"\eb55"}.dlt-c8y-icon-wheelchair:before{content:"\eb56"}.dlt-c8y-icon-child:before{content:"\eb57"}.dlt-c8y-icon-workspace1:before{content:"\eab3"}.dlt-c8y-icon-male-user:before,.dlt-c8y-icon-user-circle-o:before,.dlt-c8y-icon-user-circle:before{content:"\f276"}.dlt-c8y-icon-add-user:before,.dlt-c8y-icon-user-plus:before{content:"\eb58"}.dlt-c8y-icon-remove-user:before,.dlt-c8y-icon-user-minus:before,.dlt-c8y-icon-user-times:before{content:"\eb59"}.dlt-c8y-icon-user-account:before,.dlt-c8y-icon-user-o:before,.dlt-c8y-icon-user:before{content:"\f137"}.dlt-c8y-icon-businessman:before,.dlt-c8y-icon-male:before,.dlt-c8y-icon-manager:before{content:"\ea00"}.dlt-c8y-icon-document-writer:before{content:"\f26b"}.dlt-c8y-icon-supplier:before{content:"\ea6c"}.dlt-c8y-icon-search-client:before{content:"\ea56"}.dlt-c8y-icon-account-enable:before{content:"\eab4"}.dlt-c8y-icon-account-disable:before{content:"\eab5"}.dlt-c8y-icon-insurance-agent:before{content:"\f274"}.dlt-c8y-icon-payroll:before{content:"\ea20"}.dlt-c8y-icon-lawyer:before{content:"\f275"}.dlt-c8y-icon-complaint:before{content:"\e99a"}.dlt-c8y-icon-appointment-scheduling:before{content:"\e96d"}.dlt-c8y-icon-caretaker:before{content:"\ee97"}.dlt-c8y-icon-guardian:before{content:"\f3a0"}.dlt-c8y-icon-batch-assign:before{content:"\f367"}.dlt-c8y-icon-group1:before,.dlt-c8y-icon-management:before,.dlt-c8y-icon-people:before,.dlt-c8y-icon-team:before,.dlt-c8y-icon-users:before{content:"\ea21"}.dlt-c8y-icon-people-working-together:before{content:"\eab6"}.dlt-c8y-icon-group-task:before{content:"\e9e1"}.dlt-c8y-icon-accessibility:before,.dlt-c8y-icon-universal-access:before{content:"\e90d"}.dlt-c8y-icon-female:before,.dlt-c8y-icon-pregnant-woman:before{content:"\e96b"}.dlt-c8y-icon-business-conference-female-speaker:before{content:"\e983"}.dlt-c8y-icon-organization-chart-people:before{content:"\ea1e"}.dlt-c8y-icon-meeting-room:before{content:"\ea03"}.dlt-c8y-icon-permanent-job:before{content:"\ea23"}.dlt-c8y-icon-contact-us:before{content:"\e9a0"}.dlt-c8y-icon-voice-recognition:before{content:"\ea88"}.dlt-c8y-icon-collaboration:before{content:"\e98e"}.dlt-c8y-icon-technical-support:before{content:"\ea76"}.dlt-c8y-icon-online-support:before{content:"\ea1c"}.dlt-c8y-icon-student-male:before{content:"\eab7"}.dlt-c8y-icon-devops:before{content:"\f26a"}.dlt-c8y-icon-exhibitor:before{content:"\f26c"}.dlt-c8y-icon-env-permission:before{content:"\eab9"}.dlt-c8y-icon-bath:before,.dlt-c8y-icon-bathtub:before,.dlt-c8y-icon-s15:before{content:"\e96f"}.dlt-c8y-icon-bed:before,.dlt-c8y-icon-hotel:before,.dlt-c8y-icon-local-hotel:before{content:"\e96e"}.dlt-c8y-icon-intelligence:before{content:"\eabe"}.dlt-c8y-icon-code:before,.dlt-c8y-icon-html-code:before,.dlt-c8y-icon-source-code:before{content:"\f342"}.dlt-c8y-icon-code1:before,.dlt-c8y-icon-file-code-o:before{content:"\eabf"}.dlt-c8y-icon-console:before,.dlt-c8y-icon-terminal:before{content:"\eac0"}.dlt-c8y-icon-add-property:before{content:"\f2f8"}.dlt-c8y-icon-delete-document:before{content:"\f309"}.dlt-c8y-icon-urgent-property:before{content:"\f356"}.dlt-c8y-icon-remove-property:before{content:"\f338"}.dlt-c8y-icon-edit-property:before{content:"\f30c"}.dlt-c8y-icon-template:before{content:"\f34d"}.dlt-c8y-icon-test:before{content:"\f34e"}.dlt-c8y-icon-property-script:before{content:"\f335"}.dlt-c8y-icon-show-property:before{content:"\f33f"}.dlt-c8y-icon-search-property:before{content:"\f33e"}.dlt-c8y-icon-timesheet:before{content:"\f351"}.dlt-c8y-icon-important-property:before{content:"\f317"}.dlt-c8y-icon-new-property:before{content:"\f328"}.dlt-c8y-icon-navigation-toolbar-top:before,.dlt-c8y-icon-window-maximize:before{content:"\f327"}.dlt-c8y-icon-web-application-firewall:before{content:"\f358"}.dlt-c8y-icon-bug:before,.dlt-c8y-icon-website-bug:before{content:"\f35a"}.dlt-c8y-icon-web-design:before{content:"\f359"}.dlt-c8y-icon-navigation-toolbar-bottom:before{content:"\f325"}.dlt-c8y-icon-more-details:before{content:"\f323"}.dlt-c8y-icon-navigation-pane:before{content:"\f324"}.dlt-c8y-icon-pin:before,.dlt-c8y-icon-thumb-tack:before{content:"\f32c"}.dlt-c8y-icon-unpin:before{content:"\f355"}.dlt-c8y-icon-commit-git:before{content:"\f306"}.dlt-c8y-icon-code-fork:before,.dlt-c8y-icon-codefork:before{content:"\f304"}.dlt-c8y-icon-merge-git:before{content:"\f322"}.dlt-c8y-icon-pull-request:before{content:"\f336"}.dlt-c8y-icon-compare-git:before{content:"\f307"}.dlt-c8y-icon-share-alt-square:before,.dlt-c8y-icon-share-alt:before,.dlt-c8y-icon-share:before{content:"\eac3"}.dlt-c8y-icon-activity-history:before{content:"\eaeb"}.dlt-c8y-icon-rules:before{content:"\ea52"}.dlt-c8y-icon-create-document:before{content:"\e9a2"}.dlt-c8y-icon-product-architecture:before{content:"\f331"}.dlt-c8y-icon-registry-editor:before{content:"\f337"}.dlt-c8y-icon-rest-api:before{content:"\f33b"}.dlt-c8y-icon-true-false:before{content:"\f353"}.dlt-c8y-icon-uninstall-programs:before{content:"\f354"}.dlt-c8y-icon-sheets:before,.dlt-c8y-icon-stages:before{content:"\ef7f"}.dlt-c8y-icon-add-stage:before{content:"\eac5"}.dlt-c8y-icon-api:before{content:"\f2f9"}.dlt-c8y-icon-blockly-turquoise:before{content:"\f2ff"}.dlt-c8y-icon-blockly-blue:before{content:"\f2fa"}.dlt-c8y-icon-blockly-pink:before{content:"\f2fe"}.dlt-c8y-icon-plugin:before{content:"\f32f"}.dlt-c8y-icon-base-64:before{content:"\ed57"}.dlt-c8y-icon-xml-transformer:before{content:"\edb1"}.dlt-c8y-icon-shield:before{content:"\eac6"}.dlt-c8y-icon-protect:before{content:"\f419"}.dlt-c8y-icon-warning-shield:before{content:"\f425"}.dlt-c8y-icon-free-forever:before{content:"\eac8"}.dlt-c8y-icon-identification-documents:before{content:"\eaca"}.dlt-c8y-icon-id-verified:before{content:"\f412"}.dlt-c8y-icon-fingerprint:before{content:"\f410"}.dlt-c8y-icon-pin-code:before{content:"\f418"}.dlt-c8y-icon-password:before{content:"\f416"}.dlt-c8y-icon-lock:before{content:"\eacb"}.dlt-c8y-icon-unlock:before{content:"\eacd"}.dlt-c8y-icon-privacy:before{content:"\ea33"}.dlt-c8y-icon-lock-outline:before,.dlt-c8y-icon-lock1:before{content:"\e91e"}.dlt-c8y-icon-lock-open:before,.dlt-c8y-icon-unlock-alt:before,.dlt-c8y-icon-unlock1:before{content:"\e91f"}.dlt-c8y-icon-key:before{content:"\f413"}.dlt-c8y-icon-access:before{content:"\f409"}.dlt-c8y-icon-lock11:before{content:"\f414"}.dlt-c8y-icon-realtime:before{content:"\f41a"}.dlt-c8y-icon-smart-home-connection:before{content:"\f41d"}.dlt-c8y-icon-smart-home-checked:before{content:"\f41c"}.dlt-c8y-icon-smart-home-error:before{content:"\f41e"}.dlt-c8y-icon-smart-home-remove:before{content:"\f41f"}.dlt-c8y-icon-smart-home-shield:before{content:"\f420"}.dlt-c8y-icon-voice-id:before{content:"\f423"}.dlt-c8y-icon-web-application-firewall1:before{content:"\f426"}.dlt-c8y-icon-copyright:before{content:"\ead2"}.dlt-c8y-icon-spy:before,.dlt-c8y-icon-user-secret:before{content:"\ead3"}.dlt-c8y-icon-bug1:before{content:"\ead4"}.dlt-c8y-icon-health-examine:before,.dlt-c8y-icon-stethoscope:before{content:"\ead6"}.dlt-c8y-icon-space-shuttle:before{content:"\eb5a"}.dlt-c8y-icon-ambulance:before{content:"\eb5b"}.dlt-c8y-icon-automobile:before,.dlt-c8y-icon-car:before{content:"\f53f"}.dlt-c8y-icon-cab:before,.dlt-c8y-icon-local-taxi:before,.dlt-c8y-icon-taxi:before{content:"\e920"}.dlt-c8y-icon-truck:before{content:"\f636"}.dlt-c8y-icon-file-delivery:before{content:"\ebc5"}.dlt-c8y-icon-in-transit:before{content:"\ebd5"}.dlt-c8y-icon-bus:before{content:"\f53b"}.dlt-c8y-icon-train:before{content:"\e9f1"}.dlt-c8y-icon-directions-subway:before,.dlt-c8y-icon-directions-transit:before,.dlt-c8y-icon-tram:before{content:"\e9f2"}.dlt-c8y-icon-delivery-dining:before,.dlt-c8y-icon-scooter:before{content:"\e9f5"}.dlt-c8y-icon-bicycle:before,.dlt-c8y-icon-pedal-bike:before{content:"\e9b1"}.dlt-c8y-icon-motorcycle:before{content:"\e9b2"}.dlt-c8y-icon-airport:before,.dlt-c8y-icon-fighter-jet:before,.dlt-c8y-icon-plane:before{content:"\f521"}.dlt-c8y-icon-directions-ferry:before,.dlt-c8y-icon-ship:before{content:"\e9f3"}.dlt-c8y-icon-deploy:before,.dlt-c8y-icon-rocket:before{content:"\eade"}.dlt-c8y-icon-wrench1:before{content:"\eadf"}.dlt-c8y-icon-road:before{content:"\f5e5"}.dlt-c8y-icon-flag-outline:before{content:"\eae1"}.dlt-c8y-icon-software:before{content:"\f340"}.dlt-c8y-icon-future:before{content:"\f4b9"}.dlt-c8y-icon-delivery-time:before,.dlt-c8y-icon-history:before,.dlt-c8y-icon-time-machine:before{content:"\f4e2"}.dlt-c8y-icon-clock-o:before,.dlt-c8y-icon-clock:before,.dlt-c8y-icon-schedule:before{content:"\e9b0"}.dlt-c8y-icon-watches-front-view:before{content:"\f508"}.dlt-c8y-icon-clock11:before,.dlt-c8y-icon-clock1:before{content:"\ead7"}.dlt-c8y-icon-alarm1:before,.dlt-c8y-icon-timer:before{content:"\ead8"}.dlt-c8y-icon-wall-clock:before{content:"\efbc"}.dlt-c8y-icon-alarm-add:before{content:"\f47a"}.dlt-c8y-icon-alarm-on:before{content:"\f47d"}.dlt-c8y-icon-alarm-off:before{content:"\f47c"}.dlt-c8y-icon-calendar-o:before,.dlt-c8y-icon-calendar:before{content:"\f480"}.dlt-c8y-icon-calendar-check-o:before,.dlt-c8y-icon-today:before{content:"\f504"}.dlt-c8y-icon-calendar-1:before{content:"\f481"}.dlt-c8y-icon-calendar-31:before{content:"\f499"}.dlt-c8y-icon-monday:before{content:"\f4c9"}.dlt-c8y-icon-sunday:before{content:"\f4df"}.dlt-c8y-icon-january:before{content:"\f4bf"}.dlt-c8y-icon-december:before{content:"\f4b1"}.dlt-c8y-icon-edit-calendar:before{content:"\f4b2"}.dlt-c8y-icon-view-schedule:before{content:"\f506"}.dlt-c8y-icon-calendar-add:before,.dlt-c8y-icon-calendar-plus-o:before,.dlt-c8y-icon-calendar-plus:before{content:"\ead9"}.dlt-c8y-icon-calendar-minus-o:before,.dlt-c8y-icon-calendar-minus:before,.dlt-c8y-icon-calendar-remove:before,.dlt-c8y-icon-calendar-times-o:before,.dlt-c8y-icon-calendar-times:before{content:"\eadd"}.dlt-c8y-icon-important-month:before{content:"\f4bd"}.dlt-c8y-icon-schedule1:before{content:"\ea55"}.dlt-c8y-icon-hourglass-1:before,.dlt-c8y-icon-hourglass-2:before,.dlt-c8y-icon-hourglass-3:before,.dlt-c8y-icon-hourglass-end:before,.dlt-c8y-icon-hourglass-half:before,.dlt-c8y-icon-hourglass-o:before,.dlt-c8y-icon-hourglass-start:before,.dlt-c8y-icon-hourglass:before,.dlt-c8y-icon-sand-watch:before{content:"\f4d7"}.dlt-c8y-icon-timezone-globe:before{content:"\f502"}.dlt-c8y-icon-timezone:before{content:"\f4e9"}.dlt-c8y-icon-timetable:before{content:"\f4e8"}.dlt-c8y-icon-day-view:before{content:"\f4b0"}.dlt-c8y-icon-month-view:before{content:"\f4ca"}.dlt-c8y-icon-week-view:before{content:"\f50a"}.dlt-c8y-icon-year-view:before{content:"\f50b"}.dlt-c8y-icon-newspaper-o:before{content:"\eba7"}.dlt-c8y-icon-creative-commons:before{content:"\eb5d"}.dlt-c8y-icon-busy:before,.dlt-c8y-icon-loading:before,.dlt-c8y-icon-spinner:before,.dlt-c8y-icon-wheel:before{content:"\eb5e"}.dlt-c8y-icon-trademark:before{content:"\eb62"}.dlt-c8y-icon-toggle-on:before{content:"\eb63"}.dlt-c8y-icon-toggle-off:before{content:"\eb64"}.dlt-c8y-icon-ticket:before{content:"\eb65"}.dlt-c8y-icon-spoon:before{content:"\eb66"}.dlt-c8y-icon-sort-numeric-desc:before{content:"\eb67"}.dlt-c8y-icon-sort-numeric-asc:before{content:"\eb68"}.dlt-c8y-icon-snowflake-o:before{content:"\eb69"}.dlt-c8y-icon-shower:before{content:"\eb6a"}.dlt-c8y-icon-percent:before{content:"\eb6c"}.dlt-c8y-icon-paw:before{content:"\eb6e"}.dlt-c8y-icon-mouse-pointer:before{content:"\eb6f"}.dlt-c8y-icon-lemon-o:before{content:"\eb70"}.dlt-c8y-icon-leaf:before{content:"\eb72"}.dlt-c8y-icon-diamond:before{content:"\eb74"}.dlt-c8y-icon-braille:before{content:"\eb75"}.dlt-c8y-icon-bomb:before{content:"\eb76"}.dlt-c8y-icon-binoculars:before{content:"\eb77"}.dlt-c8y-icon-eject:before{content:"\eb7a"}.dlt-c8y-icon-touch-app:before{content:"\eb7b"}.dlt-c8y-icon-football:before,.dlt-c8y-icon-futbol-o:before,.dlt-c8y-icon-soccer-ball-o:before,.dlt-c8y-icon-soccer:before{content:"\eb7c"}.dlt-c8y-icon-frown-o:before,.dlt-c8y-icon-meh-o:before,.dlt-c8y-icon-mood:before,.dlt-c8y-icon-smile-o:before{content:"\eb7d"}.dlt-c8y-icon-deaf:before,.dlt-c8y-icon-deafness:before,.dlt-c8y-icon-hard-of-hearing:before{content:"\eb7f"}.dlt-c8y-icon-assistive-listening-systems:before{content:"\eb80"}.dlt-c8y-icon-american-sign-language-interpreting:before,.dlt-c8y-icon-asl-interpreting:before{content:"\eb82"}.dlt-c8y-icon-cc:before,.dlt-c8y-icon-closed-caption:before{content:"\eb83"}.dlt-c8y-icon-anchor:before{content:"\eb87"}.dlt-c8y-icon-accessibility-settings:before{content:"\eae3"}.dlt-c8y-icon-info-circle:before,.dlt-c8y-icon-info:before{content:"\eae4"}.dlt-c8y-icon-exclamation-triangle:before,.dlt-c8y-icon-report-problem:before,.dlt-c8y-icon-warning:before{content:"\eae5"}.dlt-c8y-icon-error:before,.dlt-c8y-icon-exclamation-circle:before{content:"\e97b"}.dlt-c8y-icon-high-priority:before{content:"\e9e6"}.dlt-c8y-icon-spam:before{content:"\f122"}.dlt-c8y-icon-help:before,.dlt-c8y-icon-question-circle:before,.dlt-c8y-icon-question:before{content:"\f69e"}.dlt-c8y-icon-help-outline:before,.dlt-c8y-icon-question-circle-o:before{content:"\eae7"}.dlt-c8y-icon-approval:before,.dlt-c8y-icon-trophy:before{content:"\f65d"}.dlt-c8y-icon-unverified-account:before{content:"\f72e"}.dlt-c8y-icon-automatic-gearbox-warning:before,.dlt-c8y-icon-exclamation-circle1:before{content:"\f52a"}.dlt-c8y-icon-user-manual:before{content:"\f732"}.dlt-c8y-icon-stages1:before{content:"\eae9"}.dlt-c8y-icon-bars:before,.dlt-c8y-icon-hamburger:before,.dlt-c8y-icon-menu:before,.dlt-c8y-icon-navicon:before,.dlt-c8y-icon-reorder:before{content:"\f6ca"}.dlt-c8y-icon-ellipsis-v:before,.dlt-c8y-icon-menu-vertical:before{content:"\f6cc"}.dlt-c8y-icon-app-switcher:before{content:"\eaea"}.dlt-c8y-icon-ellipsis-h:before,.dlt-c8y-icon-menu-horizontal:before{content:"\e974"}.dlt-c8y-icon-plus-math:before,.dlt-c8y-icon-plus:before{content:"\f3d6"}.dlt-c8y-icon-minus:before,.dlt-c8y-icon-subtract:before{content:"\f3f3"}.dlt-c8y-icon-clear:before,.dlt-c8y-icon-close:before,.dlt-c8y-icon-remove:before,.dlt-c8y-icon-times:before{content:"\e977"}.dlt-c8y-icon-equals:before{content:"\eaec"}.dlt-c8y-icon-exclamation:before{content:"\eaed"}.dlt-c8y-icon-check:before{content:"\eaee"}.dlt-c8y-icon-upvote-downvote:before{content:"\f731"}.dlt-c8y-icon-math:before{content:"\f3b8"}.dlt-c8y-icon-less-than1:before{content:"\f3b4"}.dlt-c8y-icon-more-than:before{content:"\f3be"}.dlt-c8y-icon-circled-notch:before{content:"\ec67"}.dlt-c8y-icon-circle-o-notch:before{content:"\ec67"}.dlt-c8y-icon-inactive-state:before{content:"\f6a5"}.dlt-c8y-icon-storage1:before{content:"\f712"}.dlt-c8y-icon-life-buoy:before,.dlt-c8y-icon-life-ring:before,.dlt-c8y-icon-life-saver:before,.dlt-c8y-icon-lifebuoy:before{content:"\f6b7"}.dlt-c8y-icon-wait:before{content:"\f73a"}.dlt-c8y-icon-ban:before,.dlt-c8y-icon-block:before{content:"\e978"}.dlt-c8y-icon-clone:before,.dlt-c8y-icon-copy1:before{content:"\ed5d"}.dlt-c8y-icon-clipboard:before,.dlt-c8y-icon-paste1:before{content:"\ece5"}.dlt-c8y-icon-search-more:before{content:"\f701"}.dlt-c8y-icon-search:before{content:"\eaef"}.dlt-c8y-icon-mobile-zoom-in:before,.dlt-c8y-icon-search-plus:before{content:"\f180"}.dlt-c8y-icon-mobile-zoom-out:before,.dlt-c8y-icon-search-minus:before{content:"\f181"}.dlt-c8y-icon-product1:before{content:"\eaf0"}.dlt-c8y-icon-trash-can:before,.dlt-c8y-icon-trash:before{content:"\ed39"}.dlt-c8y-icon-editing-trash:before,.dlt-c8y-icon-trash-o:before{content:"\ec8e"}.dlt-c8y-icon-delete-bin:before{content:"\ec7e"}.dlt-c8y-icon-eye:before{content:"\f0b5"}.dlt-c8y-icon-blind:before,.dlt-c8y-icon-eye-slash:before,.dlt-c8y-icon-low-vision:before,.dlt-c8y-icon-visibility-off:before{content:"\e981"}.dlt-c8y-icon-double-tap:before{content:"\f15a"}.dlt-c8y-icon-heart-o:before,.dlt-c8y-icon-heart:before{content:"\f0be"}.dlt-c8y-icon-unheart:before{content:"\eaf1"}.dlt-c8y-icon-flask:before,.dlt-c8y-icon-science:before{content:"\e984"}.dlt-c8y-icon-graduation-cap:before,.dlt-c8y-icon-mortar-board:before,.dlt-c8y-icon-school:before{content:"\e987"}.dlt-c8y-icon-badge1:before{content:"\eaf2"}.dlt-c8y-icon-data-quality:before{content:"\eb13"}.dlt-c8y-icon-brightness-5:before,.dlt-c8y-icon-brightness-low:before,.dlt-c8y-icon-sun-o:before{content:"\e908"}.dlt-c8y-icon-bedtime:before,.dlt-c8y-icon-moon-o:before,.dlt-c8y-icon-moon:before{content:"\e98c"}.dlt-c8y-icon-add-identity-provider:before{content:"\eaf3"}.dlt-c8y-icon-bookmark-o:before,.dlt-c8y-icon-bookmark-outline:before,.dlt-c8y-icon-turned-in-not:before,.dlt-c8y-icon-unbookmark:before{content:"\eafb"}.dlt-c8y-icon-bookmark:before,.dlt-c8y-icon-turned-in:before{content:"\e98f"}.dlt-c8y-icon-check-box:before,.dlt-c8y-icon-check-square-o:before,.dlt-c8y-icon-check-square:before,.dlt-c8y-icon-checkbox-selected:before{content:"\e991"}.dlt-c8y-icon-add-box:before,.dlt-c8y-icon-plus-square:before{content:"\e905"}.dlt-c8y-icon-indeterminate-check-box:before,.dlt-c8y-icon-minus-square:before{content:"\e994"}.dlt-c8y-icon-duplicate:before{content:"\eafc"}.dlt-c8y-icon-check-box-outline-blank:before,.dlt-c8y-icon-square-o:before{content:"\e9db"}.dlt-c8y-icon-checkbox-unselected:before{content:"\eafd"}.dlt-c8y-icon-add-new:before,.dlt-c8y-icon-plus-square-o:before{content:"\f35e"}.dlt-c8y-icon-minus-square-o:before,.dlt-c8y-icon-negative:before{content:"\f3c4"}.dlt-c8y-icon-multiplication:before,.dlt-c8y-icon-times-rectangle-o:before,.dlt-c8y-icon-times-rectangle:before{content:"\f3c1"}.dlt-c8y-icon-ratio:before{content:"\f3db"}.dlt-c8y-icon-circle:before{content:"\e998"}.dlt-c8y-icon-contrast1:before{content:"\eafe"}.dlt-c8y-icon-connection-status-on:before{content:"\f20e"}.dlt-c8y-icon-check-circle-o:before,.dlt-c8y-icon-check-circle:before,.dlt-c8y-icon-ok:before,.dlt-c8y-icon-success:before{content:"\eb00"}.dlt-c8y-icon-cross-circle:before,.dlt-c8y-icon-times-circle-o:before,.dlt-c8y-icon-times-circle:before{content:"\eb01"}.dlt-c8y-icon-add:before,.dlt-c8y-icon-plus-circle:before{content:"\eb03"}.dlt-c8y-icon-minus-circle:before,.dlt-c8y-icon-minus-sign:before{content:"\eb05"}.dlt-c8y-icon-circle-o:before,.dlt-c8y-icon-circle-thin:before,.dlt-c8y-icon-radio-button-unchecked:before{content:"\e9dc"}.dlt-c8y-icon-add-circle-outline:before,.dlt-c8y-icon-plus-circle-o:before{content:"\e9f6"}.dlt-c8y-icon-fire:before,.dlt-c8y-icon-local-fire-department:before{content:"\e99b"}.dlt-c8y-icon-flag-o:before,.dlt-c8y-icon-outlined-flag:before{content:"\e99c"}.dlt-c8y-icon-assistant-photo:before,.dlt-c8y-icon-flag-checkered:before,.dlt-c8y-icon-flag:before{content:"\e99d"}.dlt-c8y-icon-bolt:before,.dlt-c8y-icon-flash-on:before{content:"\e99e"}.dlt-c8y-icon-flash:before,.dlt-c8y-icon-quick-mode-on:before{content:"\f6f2"}.dlt-c8y-icon-quick-mode-off:before{content:"\f6f1"}.dlt-c8y-icon-gamepad:before,.dlt-c8y-icon-videogame-asset:before{content:"\e9a1"}.dlt-c8y-icon-portraits:before{content:"\f2d0"}.dlt-c8y-icon-extension:before,.dlt-c8y-icon-puzzle-piece:before,.dlt-c8y-icon-puzzle:before{content:"\e90a"}.dlt-c8y-icon-star-o:before,.dlt-c8y-icon-star-outline:before,.dlt-c8y-icon-unstar:before{content:"\e90f"}.dlt-c8y-icon-star-half-empty:before,.dlt-c8y-icon-star-half-full:before,.dlt-c8y-icon-star-half-o:before,.dlt-c8y-icon-star-half:before{content:"\e979"}.dlt-c8y-icon-grade:before,.dlt-c8y-icon-star:before{content:"\eb0c"}.dlt-c8y-icon-home-page:before,.dlt-c8y-icon-home:before{content:"\eb0d"}.dlt-c8y-icon-attach:before,.dlt-c8y-icon-paper-clip:before,.dlt-c8y-icon-paperclip:before{content:"\f091"}.dlt-c8y-icon-link1:before{content:"\eb0e"}.dlt-c8y-icon-unlink1:before{content:"\eb0f"}.dlt-c8y-icon-online1:before{content:"\f0ea"}.dlt-c8y-icon-offline:before{content:"\f0e8"}.dlt-c8y-icon-bell-o:before,.dlt-c8y-icon-bell:before,.dlt-c8y-icon-notification:before,.dlt-c8y-icon-notifications:before{content:"\e9a7"}.dlt-c8y-icon-alarm:before{content:"\f479"}.dlt-c8y-icon-bell-slash-o:before,.dlt-c8y-icon-bell-slash:before,.dlt-c8y-icon-no-reminders:before{content:"\f0e6"}.dlt-c8y-icon-medium-priority:before{content:"\ea02"}.dlt-c8y-icon-adjust1:before,.dlt-c8y-icon-sliders1:before,.dlt-c8y-icon-sliders2:before{content:"\f656"}.dlt-c8y-icon-customize:before,.dlt-c8y-icon-tune:before{content:"\f728"}.dlt-c8y-icon-button:before{content:"\eb11"}.dlt-c8y-icon-breadcrumb:before{content:"\eb12"}.dlt-c8y-icon-window-minimize:before{content:"\f665"}.dlt-c8y-icon-versions:before{content:"\eb14"}.dlt-c8y-icon-pages:before{content:"\eb18"}.dlt-c8y-icon-change-theme:before,.dlt-c8y-icon-window-restore:before{content:"\f668"}.dlt-c8y-icon-landing-page:before{content:"\eb19"}.dlt-c8y-icon-continuous-mode:before{content:"\f675"}.dlt-c8y-icon-ruler-pencil:before{content:"\eb1a"}.dlt-c8y-icon-header1:before{content:"\eb1b"}.dlt-c8y-icon-body:before{content:"\eb1c"}.dlt-c8y-icon-footer:before{content:"\eb1d"}.dlt-c8y-icon-logs:before{content:"\eb1e"}.dlt-c8y-icon-overview:before{content:"\eb20"}.dlt-c8y-icon-tab:before{content:"\eb21"}.dlt-c8y-icon-cursor-in-window:before{content:"\ebae"}.dlt-c8y-icon-advertisement-page:before,.dlt-c8y-icon-share-square-o:before,.dlt-c8y-icon-share-square:before,.dlt-c8y-icon-share1:before{content:"\f659"}.dlt-c8y-icon-external-link:before{content:"\eb22"}.dlt-c8y-icon-level-up:before{content:"\f6b6"}.dlt-c8y-icon-trigger:before{content:"\eb24"}.dlt-c8y-icon-rules1:before{content:"\eb25"}.dlt-c8y-icon-email:before{content:"\f686"}.dlt-c8y-icon-form:before{content:"\f696"}.dlt-c8y-icon-language1:before{content:"\f6b3"}.dlt-c8y-icon-loading-bar:before{content:"\f6bc"}.dlt-c8y-icon-output:before{content:"\f6e4"}.dlt-c8y-icon-floppy-o:before,.dlt-c8y-icon-save1:before{content:"\f6f5"}.dlt-c8y-icon-single-choice:before{content:"\f708"}.dlt-c8y-icon-single-page-mode:before{content:"\f709"}.dlt-c8y-icon-skip:before{content:"\f70a"}.dlt-c8y-icon-support:before,.dlt-c8y-icon-wrench:before{content:"\f717"}.dlt-c8y-icon-maintenance:before,.dlt-c8y-icon-utility:before{content:"\f5b1"}.dlt-c8y-icon-themes:before{content:"\f71f"}.dlt-c8y-icon-book1:before{content:"\eb26"}.dlt-c8y-icon-top-menu:before{content:"\f723"}.dlt-c8y-icon-user-menu-male:before{content:"\f734"}.dlt-c8y-icon-hint:before{content:"\f6a2"}.dlt-c8y-icon-xlarge-icons1:before{content:"\f742"}.dlt-c8y-icon-circled-menu:before{content:"\f66e"}.dlt-c8y-icon-keypad:before{content:"\f6b2"}.dlt-c8y-icon-birthday-cake:before,.dlt-c8y-icon-cake:before{content:"\e9a8"}.dlt-c8y-icon-intelligence1:before{content:"\ebd6"}.dlt-c8y-icon-beginner:before{content:"\eb8c"}.dlt-c8y-icon-cutlery:before,.dlt-c8y-icon-restaurant:before{content:"\e9ac"}.dlt-c8y-icon-coffee:before,.dlt-c8y-icon-free-breakfast:before,.dlt-c8y-icon-local-cafe:before{content:"\eb27"}.dlt-c8y-icon-glass:before,.dlt-c8y-icon-wine-bar:before{content:"\e9ab"}.dlt-c8y-icon-espresso-cup:before{content:"\eedb"}.dlt-c8y-icon-broom:before{content:"\ee8c"}.dlt-c8y-icon-buy-upgrade:before{content:"\eb96"}.dlt-c8y-icon-speedometer:before{content:"\f608"}.dlt-c8y-icon-dashboard:before,.dlt-c8y-icon-tachometer:before{content:"\f55d"}.dlt-c8y-icon-palette:before{content:"\eb28"}.dlt-c8y-icon-car-battery:before{content:"\f541"}.dlt-c8y-icon-magnet1:before,.dlt-c8y-icon-magnetic:before{content:"\ebdd"}.dlt-c8y-icon-right-navigation-toolbar:before{content:"\f33c"}.dlt-c8y-icon-tilt:before{content:"\f1c6"}.dlt-c8y-icon-clear-symbol:before{content:"\f670"}.dlt-c8y-icon-cog:before,.dlt-c8y-icon-gear:before,.dlt-c8y-icon-settings:before{content:"\e986"}.dlt-c8y-icon-advanced-search:before,.dlt-c8y-icon-heartbeat:before{content:"\f658"}.dlt-c8y-icon-installing-updates:before{content:"\f16a"}.dlt-c8y-icon-heating-automation:before{content:"\ef05"}.dlt-c8y-icon-impressum:before{content:"\eb29"}.dlt-c8y-icon-sun:before{content:"\f75a"}.dlt-c8y-icon-sunlight:before{content:"\ec2d"}.dlt-c8y-icon-cloud1:before{content:"\f745"}.dlt-c8y-icon-rain:before{content:"\f754"}.dlt-c8y-icon-winter:before{content:"\f761"}.dlt-c8y-icon-storm:before{content:"\f758"}.dlt-c8y-icon-keep-dry:before,.dlt-c8y-icon-umbrella:before{content:"\ebd9"} +/*! +Force line break +*/@font-face{font-family:c8y-glyphs;font-style:normal;font-weight:400;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAASQAA0AAAAABmgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEdAAAABoAAAAci6ZHXk9TLzIAAAGgAAAARwAAAGBPtlyPY21hcAAAAgQAAABKAAABSuH3Ff9jdnQgAAACUAAAAAQAAAAEABEBRGdhc3AAAARsAAAACAAAAAj//wADZ2x5ZgAAAmgAAADZAAAA7I78fgNoZWFkAAABMAAAAC0AAAA2E9O5GGhoZWEAAAFgAAAAHQAAACQDcAIGaG10eAAAAegAAAAaAAAAGgTXAKVsb2NhAAACVAAAABIAAAASARwA/m1heHAAAAGAAAAAHwAAACAATABBbmFtZQAAA0QAAADsAAAB0dQuAddwb3N0AAAEMAAAADwAAABLaPeWx3jaY2BkYGAAYrc01X3x/DZfGbiZGEDgZrpNBJwWBCq5xpgN5HIwgKUB9CkIRAAAAHjaY2BkYGDMZmBg0GNiAAHGawyMDKiAFQAidgF7AAAAeNpjYGRgYOBgEGBgYgABEMnIABJzYNADCQAABbUAjgB42mNgYTzIOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGAQYECEhzTWFoYFD4yMx44P8BBj3GbIgaJCUKDIwAKFcK6AAAuwARAAAAAACqAAAAyAAAAgAAagBVACoAVQAAeNpjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYGBQ+Mv//D+QrfGT4////Y34WqHogYGRjgHMYmYAEEwMqYIRYMZwBAMe9COkAAAARAUQAAAAqACoAKgAqAEYAUgBkAHYAAHjaHYwxSsRQFEXvTUx+YSEPjVNPRAIWCvPiDEiKEUFwAXEFIYJZgLgCrVLZ2MwGfpWsQ1sr7exE3IB8fLF4j8vh3oMIAuCZNWI4HA/ESTW6LXwvhjR5r8Y4soghnnAy4dGl/K1GTlxFpVA5kMe7tmUdvFDNFuEWGTfssI0dYFczPbWTuaizuNG21PCq8sMuz/PwwvLGe9sRNdb0+DIDDos54Xm99saPzPdmvsRKMxarGZ/Ow8fDxSW7s/DZr67+txm9dRywLJeL/b00r5u+afr76TXAH18eNuQAAAB42o2OPWrDQBCFv5VlQUwILlwk3RYhncTuuvDPAVSl9gWCkA1GMrIbnSC38SnS5yy5gUfSGGMIJAvDfDvzePOAJ84Yri9SNkx4UY5ICMoj3vhUjkXzpTxmyo9ywsQ8i9LED+o6sGEmNHDEI6/KI95ZKceiOSuPsXwrJ8xM1Fl9sKQlpWQv/cCWowyXbVru28NW+G5xHebUVJz63oikEOtAhpO+lvrNddjM8TJfSAVRewlKXlenvG7KwobM2bW9XZfP3KeLNDi/+kfUjeRoZLjr01nx7y5kfe+SsSma466urHM+c87Zvz0vw8dBq3jaY2BiAIP/txgkGbABDiBmZGBiYGZkYmRmZGFk5UhOzEnNS0ksYk1OLEotYU3OSE3OZk7JLwEA9IgKuAAAAAH//wACeNpjYGBgZACCG9fPrQXRN9NtImA0AFR1BtQAAA==) format("woff")} +/*! +Force line break +*/.c8y-glyph,.c8y-glyph-calendar:before,.c8y-glyph-caret:before,.c8y-glyph-check:before,.c8y-glyph-dot:before,.dlt-c8y-icon-caret-down:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;display:inline-block;font-family:c8y-glyphs!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.c8y-glyph-calendar:before{content:"\f100"}.c8y-glyph-caret:before,.dlt-c8y-icon-caret-down:before{content:"\f101"}.c8y-glyph-check:before{content:"\f102"}.c8y-glyph-dot:before{content:"\f103"}body.demo{position:relative;z-index:0}body.demo:after{background:url(baseline8-aa4e588ca3b887a5783a.png) 0 0 repeat;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}body.demo.front:after{pointer-events:none;z-index:999999999}.normal-marker-icon{background-image:url(normal-marker-icon-683119eaf222eb6350a9.png)}.critical-marker-icon{background-image:url(critical-marker-icon-478ad102309ed8a73a5d.png)}.major-marker-icon{background-image:url(major-marker-icon-259a35c3fc4330f99c91.png)}.minor-marker-icon{background-image:url(minor-marker-icon-de126f3f17b37594c1d4.png)}.warning-marker-icon{background-image:url(warning-marker-icon-c79dbca2623230ea3d3a.png)}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr!important}.dashboard-grid-child{grid-column-end:1!important;grid-column-start:1!important;grid-row-start:auto!important}.card-header-grid.cdk-drag-handle{pointer-events:none!important}}body.c8y-grid-dashboard>.card.card-dashboard.cdk-drag-preview{opacity:.8}.dashboard-grid{display:-ms-grid;display:grid}.dashboard-grid .dashboard-grid-child{min-width:0}.dashboard-grid .cdk-drop-list{position:relative}.dashboard-grid .card-dashboard{overflow:hidden}.dashboard-grid .card-dashboard.on-resize{left:0;opacity:.8;position:absolute;top:0}.dashboard-grid .card-dashboard.panel-content-transparent.on-resize{outline:1px solid var(--brand-primary,#1776bf)}.dashboard-grid .card-header-grid{height:auto!important;min-height:6px}.dashboard-grid .card-header-actions+.card-inner-scroll:before,.dashboard-grid .card-header-actions:after{display:none}.dashboard-grid .header-actions{right:0;top:0;z-index:10}.dashboard-grid .resize-handle{bottom:0;cursor:se-resize;height:30px;position:absolute;right:0;width:30px;z-index:12}.dashboard-grid .resize-icon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:4px;cursor:se-resize;display:inline-block;font-family:dlt-c8y-icons!important;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;opacity:0;position:absolute;right:4px;text-transform:none;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:20px;z-index:11}.dashboard-grid .resize-icon:before{content:"\e929";font-size:1.1em}.dashboard-grid .card-dashboard:hover .resize-icon{opacity:.25}.dashboard-grid .resize-handle:hover+.resize-icon{opacity:1}.dashboard-grid .on-resize .resize-icon{opacity:1!important}.dashboard-grid .card-placeholder{border:1px dashed #999;height:100%}.dashboard-grid .card-dashboard,.dashboard-grid .cdk-drop-list{height:100%}.fullscreen-dashboard .app-main-header,.fullscreen-dashboard .navigator{display:none}.fullscreen-dashboard .mcontainer{background-color:var(--body-background-color,#f2f3f4);margin-left:0!important;margin-top:0;padding:0!important}.fullscreen-dashboard .mcontainer>.container-fluid{padding-bottom:0}.fullscreen-dashboard .c8y-ui-action-bar{left:0!important;top:0!important}.fullscreen-dashboard .dashboard{height:100vh;left:0;margin:0!important;overflow-y:auto;padding-bottom:12px!important;padding-top:80px;top:0;width:100vw;z-index:1085!important}.fullscreen-dashboard .dashboard .dashboard{all:unset;padding-bottom:0!important}.fullscreen-dashboard .dashboard .dashboard-container{margin-bottom:0!important;margin-top:0!important}.fullscreen-dashboard .page-tabs{display:none}:-webkit-full-screen:not(:root) .app-main-header,:-webkit-full-screen:not(:root) .navigator{display:none}:-ms-fullscreen:not(:root) .app-main-header,:-ms-fullscreen:not(:root) .navigator{display:none}:fullscreen:not(:root) .app-main-header,:fullscreen:not(:root) .navigator{display:none}:-webkit-full-screen:not(:root) .mcontainer{background-color:var(--body-background-color,#f2f3f4);margin-left:0!important;margin-top:0;padding:0!important}:-ms-fullscreen:not(:root) .mcontainer{background-color:var(--body-background-color,#f2f3f4);margin-left:0!important;margin-top:0;padding:0!important}:fullscreen:not(:root) .mcontainer{background-color:var(--body-background-color,#f2f3f4);margin-left:0!important;margin-top:0;padding:0!important}:-webkit-full-screen:not(:root) .mcontainer>.container-fluid{padding-bottom:0}:-ms-fullscreen:not(:root) .mcontainer>.container-fluid{padding-bottom:0}:fullscreen:not(:root) .mcontainer>.container-fluid{padding-bottom:0}:-webkit-full-screen:not(:root) .c8y-ui-action-bar{left:0!important;top:0!important}:-ms-fullscreen:not(:root) .c8y-ui-action-bar{left:0!important;top:0!important}:fullscreen:not(:root) .c8y-ui-action-bar{left:0!important;top:0!important}:-webkit-full-screen:not(:root) .dashboard{height:100vh;left:0;margin:0!important;overflow-y:auto;padding-bottom:12px!important;padding-top:80px;top:0;width:100vw;z-index:1085!important}:-ms-fullscreen:not(:root) .dashboard{height:100vh;left:0;margin:0!important;overflow-y:auto;padding-bottom:12px!important;padding-top:80px;top:0;width:100vw;z-index:1085!important}:fullscreen:not(:root) .dashboard{height:100vh;left:0;margin:0!important;overflow-y:auto;padding-bottom:12px!important;padding-top:80px;top:0;width:100vw;z-index:1085!important}:-webkit-full-screen:not(:root) .dashboard .dashboard{all:unset;padding-bottom:0!important}:-ms-fullscreen:not(:root) .dashboard .dashboard{all:unset;padding-bottom:0!important}:fullscreen:not(:root) .dashboard .dashboard{all:unset;padding-bottom:0!important}:-webkit-full-screen:not(:root) .dashboard .dashboard-container{margin-bottom:0!important;margin-top:0!important}:-ms-fullscreen:not(:root) .dashboard .dashboard-container{margin-bottom:0!important;margin-top:0!important}:fullscreen:not(:root) .dashboard .dashboard-container{margin-bottom:0!important;margin-top:0!important}:-webkit-full-screen:not(:root) .page-tabs{display:none}:-ms-fullscreen:not(:root) .page-tabs{display:none}:fullscreen:not(:root) .page-tabs{display:none}body .dashboard-preview-slot{margin:0!important;padding:30px}body .dashboard-preview-slot .card.card-dashboard{bottom:0;left:0;margin:15px!important;padding-bottom:35%;position:relative;right:0;top:0}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions,.card.card-dashboard.panel-title-hidden .card-header-actions,.panel-title-hidden .card.card-dashboard .card-header-actions{border:0;height:0;min-height:6px;position:absolute;width:100%;z-index:10}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions:after,.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions>*,.card.card-dashboard.panel-title-hidden .card-header-actions:after,.card.card-dashboard.panel-title-hidden .card-header-actions>*,.panel-title-hidden .card.card-dashboard .card-header-actions:after,.panel-title-hidden .card.card-dashboard .card-header-actions>*{display:none}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions>.header-actions,.card.card-dashboard.panel-title-hidden .card-header-actions>.header-actions,.panel-title-hidden .card.card-dashboard .card-header-actions>.header-actions{border-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:10}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions+.card-inner-scroll,.card.card-dashboard.panel-title-hidden .card-header-actions+.card-inner-scroll,.panel-title-hidden .card.card-dashboard .card-header-actions+.card-inner-scroll{height:100%;top:0;z-index:9}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions+.card-inner-scroll.has-footer,.card.card-dashboard.panel-title-hidden .card-header-actions+.card-inner-scroll.has-footer,.panel-title-hidden .card.card-dashboard .card-header-actions+.card-inner-scroll.has-footer{height:calc(100% - 65px)}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions+.card-inner-scroll:before,.card.card-dashboard.panel-title-hidden .card-header-actions+.card-inner-scroll:before,.panel-title-hidden .card.card-dashboard .card-header-actions+.card-inner-scroll:before{display:none}.card.card-dashboard .dashboard-preview-slot.panel-title-hidden .card-header-actions+.card-inner-scroll .leaflet-top .leaflet-control,.card.card-dashboard.panel-title-hidden .card-header-actions+.card-inner-scroll .leaflet-top .leaflet-control,.panel-title-hidden .card.card-dashboard .card-header-actions+.card-inner-scroll .leaflet-top .leaflet-control{margin-top:30px}.card.card-dashboard.panel-title-overlay .card-header-actions,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions,.panel-title-overlay .card.card-dashboard .card-header-actions{border:0;position:absolute;width:100%;z-index:10}.card.card-dashboard.panel-title-overlay .card-header-actions:after,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions:after,.panel-title-overlay .card.card-dashboard .card-header-actions:after{display:none}.card.card-dashboard.panel-title-overlay .card-header-actions .card-header-title,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions .card-header-title,.panel-title-overlay .card.card-dashboard .card-header-actions .card-header-title{min-height:40px}.card.card-dashboard.panel-title-overlay .card-header-actions>.header-actions,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions>.header-actions,.panel-title-overlay .card.card-dashboard .card-header-actions>.header-actions{border-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:10}.card.card-dashboard.panel-title-overlay .card-header-actions+.card-inner-scroll,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions+.card-inner-scroll,.panel-title-overlay .card.card-dashboard .card-header-actions+.card-inner-scroll{height:100%;top:0;z-index:9}.card.card-dashboard.panel-title-overlay .card-header-actions+.card-inner-scroll:before,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions+.card-inner-scroll:before,.panel-title-overlay .card.card-dashboard .card-header-actions+.card-inner-scroll:before{display:none}.card.card-dashboard.panel-title-overlay .card-header-actions+.card-inner-scroll .leaflet-top .leaflet-control,.dashboard-preview-slot.panel-title-overlay .card.card-dashboard .card-header-actions+.card-inner-scroll .leaflet-top .leaflet-control,.panel-title-overlay .card.card-dashboard .card-header-actions+.card-inner-scroll .leaflet-top .leaflet-control{margin-top:30px}.card.card-dashboard.panel-title-border .card-header-actions,.dashboard-preview-slot.panel-title-border .card.card-dashboard .card-header-actions,.panel-title-border .card.card-dashboard .card-header-actions{border-bottom-style:solid;border-bottom-width:1px;border-top:1px solid transparent;border-color:var(--component-border,var(--root-component-border,rgba(0,0,0,.05)));z-index:10}.card.card-dashboard.panel-title-border .card-header-actions+.card-inner-scroll:before,.card.card-dashboard.panel-title-border .card-header-actions:after,.dashboard-preview-slot.panel-title-border .card.card-dashboard .card-header-actions+.card-inner-scroll:before,.dashboard-preview-slot.panel-title-border .card.card-dashboard .card-header-actions:after,.panel-title-border .card.card-dashboard .card-header-actions+.card-inner-scroll:before,.panel-title-border .card.card-dashboard .card-header-actions:after{display:none}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.strong,.text-bold{font-weight:700!important}@media (max-width:767px){.text-light-xs{font-weight:200!important}.text-normal-xs{font-weight:400!important}.text-medium-xs{font-weight:500!important}.strong-xs,.text-bold-xs{font-weight:700!important}}@media (min-width:768px){.text-light-sm{font-weight:200!important}.text-normal-sm{font-weight:400!important}.text-medium-sm{font-weight:500!important}.strong-sm,.text-bold-sm{font-weight:700!important}}@media (min-width:992px){.text-light-md{font-weight:200!important}.text-normal-md{font-weight:400!important}.text-medium-md{font-weight:500!important}.strong-md,.text-bold-md{font-weight:700!important}}@media (min-width:1200px){.text-light-lg{font-weight:200!important}.text-normal-lg{font-weight:400!important}.text-medium-lg{font-weight:500!important}.strong-lg,.text-bold-lg{font-weight:700!important}}.text-10{font-size:10px!important}.text-12{font-size:12px!important}.text-14{font-size:14px!important}.text-16{font-size:16px!important}@media (max-width:767px){.text-10-xs{font-size:10px!important}.text-12-xs{font-size:12px!important}.text-14-xs{font-size:14px!important}.text-16-xs{font-size:16px!important}}@media (min-width:768px){.text-10-sm{font-size:10px!important}.text-12-sm{font-size:12px!important}.text-14-sm{font-size:14px!important}.text-16-sm{font-size:16px!important}}@media (min-width:992px){.text-10-md{font-size:10px!important}.text-12-md{font-size:12px!important}.text-14-md{font-size:14px!important}.text-16-md{font-size:16px!important}}@media (min-width:1200px){.text-10-lg{font-size:10px!important}.text-12-lg{font-size:12px!important}.text-14-lg{font-size:14px!important}.text-16-lg{font-size:16px!important}}.l-h-base{line-height:var(--line-height-base,1.42857143)!important}.l-h-inherit{line-height:inherit!important}.l-h-0{line-height:0!important}.l-h-1{line-height:1!important}.l-h-tight{line-height:1.2!important}.l-h-input{line-height:32px!important}@media (max-width:767px){.l-h-base-xs{line-height:var(--line-height-base,1.42857143)!important}.l-h-inherit-xs{line-height:inherit!important}.l-h-0-xs{line-height:0!important}.l-h-1-xs{line-height:1!important}.l-h-tight-xs{line-height:1.2!important}.l-h-input-xs{line-height:32px!important}}@media (min-width:768px){.l-h-base-sm{line-height:var(--line-height-base,1.42857143)!important}.l-h-inherit-sm{line-height:inherit!important}.l-h-0-sm{line-height:0!important}.l-h-1-sm{line-height:1!important}.l-h-tight-sm{line-height:1.2!important}.l-h-input-sm{line-height:32px!important}}@media (min-width:992px){.l-h-base-md{line-height:var(--line-height-base,1.42857143)!important}.l-h-inherit-md{line-height:inherit!important}.l-h-0-md{line-height:0!important}.l-h-1-md{line-height:1!important}.l-h-tight-md{line-height:1.2!important}.l-h-input-md{line-height:32px!important}}@media (min-width:1200px){.l-h-base-lg{line-height:var(--line-height-base,1.42857143)!important}.l-h-inherit-lg{line-height:inherit!important}.l-h-0-lg{line-height:0!important}.l-h-1-lg{line-height:1!important}.l-h-tight-lg{line-height:1.2!important}.l-h-input-lg{line-height:32px!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-label-small{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))!important;font-size:10px!important;text-transform:uppercase!important}@media (max-width:767px){.text-lowercase-xs{text-transform:lowercase!important}.text-uppercase-xs{text-transform:uppercase!important}.text-capitalize-xs{text-transform:capitalize!important}.text-label-small-xs{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))!important;font-size:10px!important;text-transform:uppercase!important}}@media (min-width:768px){.text-lowercase-sm{text-transform:lowercase!important}.text-uppercase-sm{text-transform:uppercase!important}.text-capitalize-sm{text-transform:capitalize!important}.text-label-small-sm{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))!important;font-size:10px!important;text-transform:uppercase!important}}@media (min-width:992px){.text-lowercase-md{text-transform:lowercase!important}.text-uppercase-md{text-transform:uppercase!important}.text-capitalize-md{text-transform:capitalize!important}.text-label-small-md{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))!important;font-size:10px!important;text-transform:uppercase!important}}@media (min-width:1200px){.text-lowercase-lg{text-transform:lowercase!important}.text-uppercase-lg{text-transform:uppercase!important}.text-capitalize-lg{text-transform:capitalize!important}.text-label-small-lg{color:var(--component-text-muted,var(--root-component-text-muted,var(--text-muted,#677680)))!important;font-size:10px!important;text-transform:uppercase!important}}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (max-width:767px){.text-left-xs{text-align:left!important}.text-right-xs{text-align:right!important}.text-center-xs{text-align:center!important}}@media (min-width:768px){.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}}@media (min-width:992px){.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}}@media (min-width:1200px){.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}}.text-nowrap{white-space:nowrap!important}.text-break-word{overflow-wrap:break-word!important;word-break:break-word!important}.text-break-all{word-break:break-all!important}.text-pre{white-space:pre!important}.text-pre-wrap{white-space:pre-wrap!important}.text-pre-line{white-space:pre-line!important}.text-pre-normal{white-space:normal!important}@media (max-width:767px){.text-nowrap-xs{white-space:nowrap!important}.text-break-word-xs{overflow-wrap:break-word!important;word-break:break-word!important}.text-break-all-xs{word-break:break-all!important}.text-pre-xs{white-space:pre!important}.text-pre-wrap-xs{white-space:pre-wrap!important}.text-pre-line-xs{white-space:pre-line!important}.text-pre-normal-xs{white-space:normal!important}}@media (min-width:768px){.text-nowrap-sm{white-space:nowrap!important}.text-break-word-sm{overflow-wrap:break-word!important;word-break:break-word!important}.text-break-all-sm{word-break:break-all!important}.text-pre-sm{white-space:pre!important}.text-pre-wrap-sm{white-space:pre-wrap!important}.text-pre-line-sm{white-space:pre-line!important}.text-pre-normal-sm{white-space:normal!important}}@media (min-width:992px){.text-nowrap-md{white-space:nowrap!important}.text-break-word-md{overflow-wrap:break-word!important;word-break:break-word!important}.text-break-all-md{word-break:break-all!important}.text-pre-md{white-space:pre!important}.text-pre-wrap-md{white-space:pre-wrap!important}.text-pre-line-md{white-space:pre-line!important}.text-pre-normal-md{white-space:normal!important}}@media (min-width:1200px){.text-nowrap-lg{white-space:nowrap!important}.text-break-word-lg{overflow-wrap:break-word!important;word-break:break-word!important}.text-break-all-lg{word-break:break-all!important}.text-pre-lg{white-space:pre!important}.text-pre-wrap-lg{white-space:pre-wrap!important}.text-pre-line-lg{white-space:pre-line!important}.text-pre-normal-lg{white-space:normal!important}}.text-truncate{max-width:100%!important;white-space:nowrap!important}.text-truncate,.text-truncate-wrap{display:block;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important}@media (max-width:767px){.text-truncate-xs{max-width:100%!important;white-space:nowrap!important}.text-truncate-wrap-xs,.text-truncate-xs{display:block;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important}}@media (min-width:768px){.text-truncate-sm{max-width:100%!important;white-space:nowrap!important}.text-truncate-sm,.text-truncate-wrap-sm{display:block;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important}}@media (min-width:992px){.text-truncate-md{max-width:100%!important;white-space:nowrap!important}.text-truncate-md,.text-truncate-wrap-md{display:block;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important}}@media (min-width:1200px){.text-truncate-lg{max-width:100%!important;white-space:nowrap!important}.text-truncate-lg,.text-truncate-wrap-lg{display:block;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important}}.text-monospace{font-family:var(--font-family-monospace,Menlo,Monaco,Consolas,"Courier New",monospace)!important}.text-default{color:var(--gray-text,#333)!important}.text-muted{color:var(--text-muted,#677680)}.text-primary{color:var(--root-component-brand-primary,var(--brand-primary,#1776bf))}a.text-primary:focus,a.text-primary:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-primary:focus .c8y-icon,a.text-primary:focus [class*=" dlt-c8y-icon-"],a.text-primary:focus [class^=dlt-c8y-icon-],a.text-primary:hover .c8y-icon,a.text-primary:hover [class*=" dlt-c8y-icon-"],a.text-primary:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-primary-light{color:#5faeec}a.text-primary-light:focus,a.text-primary-light:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-primary-light:focus .c8y-icon,a.text-primary-light:focus [class*=" dlt-c8y-icon-"],a.text-primary-light:focus [class^=dlt-c8y-icon-],a.text-primary-light:hover .c8y-icon,a.text-primary-light:hover [class*=" dlt-c8y-icon-"],a.text-primary-light:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-accent{color:#e0007f}a.text-accent:focus,a.text-accent:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-accent:focus .c8y-icon,a.text-accent:focus [class*=" dlt-c8y-icon-"],a.text-accent:focus [class^=dlt-c8y-icon-],a.text-accent:hover .c8y-icon,a.text-accent:hover [class*=" dlt-c8y-icon-"],a.text-accent:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-complementary{color:#14629f}a.text-complementary:focus,a.text-complementary:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-complementary:focus .c8y-icon,a.text-complementary:focus [class*=" dlt-c8y-icon-"],a.text-complementary:focus [class^=dlt-c8y-icon-],a.text-complementary:hover .c8y-icon,a.text-complementary:hover [class*=" dlt-c8y-icon-"],a.text-complementary:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-success{color:#080}a.text-success:focus,a.text-success:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-success:focus .c8y-icon,a.text-success:focus [class*=" dlt-c8y-icon-"],a.text-success:focus [class^=dlt-c8y-icon-],a.text-success:hover .c8y-icon,a.text-success:hover [class*=" dlt-c8y-icon-"],a.text-success:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-info{color:#1c8ce3}a.text-info:focus,a.text-info:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-info:focus .c8y-icon,a.text-info:focus [class*=" dlt-c8y-icon-"],a.text-info:focus [class^=dlt-c8y-icon-],a.text-info:hover .c8y-icon,a.text-info:hover [class*=" dlt-c8y-icon-"],a.text-info:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-warning{color:#e66400}a.text-warning:focus,a.text-warning:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-warning:focus .c8y-icon,a.text-warning:focus [class*=" dlt-c8y-icon-"],a.text-warning:focus [class^=dlt-c8y-icon-],a.text-warning:hover .c8y-icon,a.text-warning:hover [class*=" dlt-c8y-icon-"],a.text-warning:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-danger{color:#e0000e}a.text-danger:focus,a.text-danger:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-danger:focus .c8y-icon,a.text-danger:focus [class*=" dlt-c8y-icon-"],a.text-danger:focus [class^=dlt-c8y-icon-],a.text-danger:hover .c8y-icon,a.text-danger:hover [class*=" dlt-c8y-icon-"],a.text-danger:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-white{color:var(--component-background,var(--root-component-background,#fff))}a.text-white:focus,a.text-white:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-white:focus .c8y-icon,a.text-white:focus [class*=" dlt-c8y-icon-"],a.text-white:focus [class^=dlt-c8y-icon-],a.text-white:hover .c8y-icon,a.text-white:hover [class*=" dlt-c8y-icon-"],a.text-white:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-darker{color:var(--brand-dark,#0b385b)}a.text-gray-darker:focus,a.text-gray-darker:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-darker:focus .c8y-icon,a.text-gray-darker:focus [class*=" dlt-c8y-icon-"],a.text-gray-darker:focus [class^=dlt-c8y-icon-],a.text-gray-darker:hover .c8y-icon,a.text-gray-darker:hover [class*=" dlt-c8y-icon-"],a.text-gray-darker:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-dark{color:var(--gray-3,#394852)}a.text-gray-dark:focus,a.text-gray-dark:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-dark:focus .c8y-icon,a.text-gray-dark:focus [class*=" dlt-c8y-icon-"],a.text-gray-dark:focus [class^=dlt-c8y-icon-],a.text-gray-dark:hover .c8y-icon,a.text-gray-dark:hover [class*=" dlt-c8y-icon-"],a.text-gray-dark:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-medium-dark{color:var(--gray-4,#58656d)}a.text-gray-medium-dark:focus,a.text-gray-medium-dark:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-medium-dark:focus .c8y-icon,a.text-gray-medium-dark:focus [class*=" dlt-c8y-icon-"],a.text-gray-medium-dark:focus [class^=dlt-c8y-icon-],a.text-gray-medium-dark:hover .c8y-icon,a.text-gray-medium-dark:hover [class*=" dlt-c8y-icon-"],a.text-gray-medium-dark:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-medium{color:var(--gray-4,#58656d)}a.text-gray-medium:focus,a.text-gray-medium:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-medium:focus .c8y-icon,a.text-gray-medium:focus [class*=" dlt-c8y-icon-"],a.text-gray-medium:focus [class^=dlt-c8y-icon-],a.text-gray-medium:hover .c8y-icon,a.text-gray-medium:hover [class*=" dlt-c8y-icon-"],a.text-gray-medium:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray{color:var(--gray-5,#677680)}a.text-gray:focus,a.text-gray:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray:focus .c8y-icon,a.text-gray:focus [class*=" dlt-c8y-icon-"],a.text-gray:focus [class^=dlt-c8y-icon-],a.text-gray:hover .c8y-icon,a.text-gray:hover [class*=" dlt-c8y-icon-"],a.text-gray:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-light{color:var(--gray-8,#ccd2d6)}a.text-gray-light:focus,a.text-gray-light:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-light:focus .c8y-icon,a.text-gray-light:focus [class*=" dlt-c8y-icon-"],a.text-gray-light:focus [class^=dlt-c8y-icon-],a.text-gray-light:hover .c8y-icon,a.text-gray-light:hover [class*=" dlt-c8y-icon-"],a.text-gray-light:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-lighter{color:var(--gray-9,#f6f7f8)}a.text-gray-lighter:focus,a.text-gray-lighter:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-lighter:focus .c8y-icon,a.text-gray-lighter:focus [class*=" dlt-c8y-icon-"],a.text-gray-lighter:focus [class^=dlt-c8y-icon-],a.text-gray-lighter:hover .c8y-icon,a.text-gray-lighter:hover [class*=" dlt-c8y-icon-"],a.text-gray-lighter:hover [class^=dlt-c8y-icon-]{text-decoration:none}.text-gray-white{color:var(--gray-10,#fbfbfc)}a.text-gray-white:focus,a.text-gray-white:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}a.text-gray-white:focus .c8y-icon,a.text-gray-white:focus [class*=" dlt-c8y-icon-"],a.text-gray-white:focus [class^=dlt-c8y-icon-],a.text-gray-white:hover .c8y-icon,a.text-gray-white:hover [class*=" dlt-c8y-icon-"],a.text-gray-white:hover [class^=dlt-c8y-icon-]{text-decoration:none}.bg-primary{background-color:var(--brand-primary,#1776bf)!important}a.bg-primary:focus,a.bg-primary:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--brand-primary,#1776bf)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--brand-primary,#1776bf)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--brand-primary,#1776bf)!important}.bg-primary>a:not(.btn){color:inherit;text-decoration:underline}.bg-primary>a:not(.btn) .c8y-icon,.bg-primary>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-primary>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-primary-light{background-color:#5faeec!important}a.bg-primary-light:focus,a.bg-primary-light:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #5faeec!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #5faeec!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #5faeec!important}.bg-primary-light>a:not(.btn){color:inherit;text-decoration:underline}.bg-primary-light>a:not(.btn) .c8y-icon,.bg-primary-light>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-primary-light>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-emphasis{background-color:#e0007f!important}a.bg-emphasis:focus,a.bg-emphasis:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #e0007f!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e0007f!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e0007f!important}.bg-emphasis>a:not(.btn){color:inherit;text-decoration:underline}.bg-emphasis>a:not(.btn) .c8y-icon,.bg-emphasis>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-emphasis>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-success{background-color:#080!important}a.bg-success:focus,a.bg-success:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #080!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #080!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #080!important}.bg-success>a:not(.btn){color:inherit;text-decoration:underline}.bg-success>a:not(.btn) .c8y-icon,.bg-success>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-success>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-info{background-color:#1c8ce3!important}a.bg-info:focus,a.bg-info:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #1c8ce3!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #1c8ce3!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #1c8ce3!important}.bg-info>a:not(.btn){color:inherit;text-decoration:underline}.bg-info>a:not(.btn) .c8y-icon,.bg-info>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-info>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-warning{background-color:#ff801f!important}a.bg-warning:focus,a.bg-warning:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #ff801f!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #ff801f!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #ff801f!important}.bg-warning>a:not(.btn){color:inherit;text-decoration:underline}.bg-warning>a:not(.btn) .c8y-icon,.bg-warning>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-warning>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-danger{background-color:#e0000e!important}a.bg-danger:focus,a.bg-danger:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #e0000e!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e0000e!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e0000e!important}.bg-danger>a:not(.btn){color:inherit;text-decoration:underline}.bg-danger>a:not(.btn) .c8y-icon,.bg-danger>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-danger>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-complementary{background-color:#14629f!important}a.bg-complementary:focus,a.bg-complementary:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #14629f!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #14629f!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #14629f!important}.bg-complementary>a:not(.btn){color:inherit;text-decoration:underline}.bg-complementary>a:not(.btn) .c8y-icon,.bg-complementary>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-complementary>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-success.active{background-color:#080!important}a.bg-success.active:focus,a.bg-success.active:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #080!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #080!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #080!important}.bg-success.active>a:not(.btn){color:inherit;text-decoration:underline}.bg-success.active>a:not(.btn) .c8y-icon,.bg-success.active>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-success.active>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-info.active{background-color:#1c8ce3!important}a.bg-info.active:focus,a.bg-info.active:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #1c8ce3!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #1c8ce3!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #1c8ce3!important}.bg-info.active>a:not(.btn){color:inherit;text-decoration:underline}.bg-info.active>a:not(.btn) .c8y-icon,.bg-info.active>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-info.active>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-warning.active{background-color:#ff801f!important}a.bg-warning.active:focus,a.bg-warning.active:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #ff801f!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #ff801f!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #ff801f!important}.bg-warning.active>a:not(.btn){color:inherit;text-decoration:underline}.bg-warning.active>a:not(.btn) .c8y-icon,.bg-warning.active>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-warning.active>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-dark-warning{background-color:#e66400!important}a.bg-dark-warning:focus,a.bg-dark-warning:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #e66400!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e66400!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e66400!important}.bg-dark-warning>a:not(.btn){color:inherit;text-decoration:underline}.bg-dark-warning>a:not(.btn) .c8y-icon,.bg-dark-warning>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-dark-warning>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-dark-danger{background-color:#8f0009!important}a.bg-dark-danger:focus,a.bg-dark-danger:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #8f0009!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #8f0009!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #8f0009!important}.bg-dark-danger>a:not(.btn){color:inherit;text-decoration:underline}.bg-dark-danger>a:not(.btn) .c8y-icon,.bg-dark-danger>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-dark-danger>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-danger.active{background-color:#e0000e!important}a.bg-danger.active:focus,a.bg-danger.active:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) #e0000e!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e0000e!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) #e0000e!important}.bg-danger.active>a:not(.btn){color:inherit;text-decoration:underline}.bg-danger.active>a:not(.btn) .c8y-icon,.bg-danger.active>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-danger.active>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-darker{background-color:var(--brand-dark,#0b385b)!important}a.bg-gray-darker:focus,a.bg-gray-darker:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--brand-dark,#0b385b)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--brand-dark,#0b385b)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--brand-dark,#0b385b)!important}.bg-gray-darker>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-darker>a:not(.btn) .c8y-icon,.bg-gray-darker>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-darker>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-dark{background-color:var(--gray-3,#394852)!important}a.bg-gray-dark:focus,a.bg-gray-dark:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-3,#394852)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-3,#394852)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-3,#394852)!important}.bg-gray-dark>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-dark>a:not(.btn) .c8y-icon,.bg-gray-dark>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-dark>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-medium-dark{background-color:var(--gray-4,#58656d)!important}a.bg-gray-medium-dark:focus,a.bg-gray-medium-dark:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-4,#58656d)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-4,#58656d)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-4,#58656d)!important}.bg-gray-medium-dark>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-medium-dark>a:not(.btn) .c8y-icon,.bg-gray-medium-dark>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-medium-dark>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-medium{background-color:var(--gray-4,#58656d)!important}a.bg-gray-medium:focus,a.bg-gray-medium:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-4,#58656d)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-4,#58656d)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-4,#58656d)!important}.bg-gray-medium>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-medium>a:not(.btn) .c8y-icon,.bg-gray-medium>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-medium>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray{background-color:var(--gray-5,#677680)!important}a.bg-gray:focus,a.bg-gray:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-5,#677680)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-5,#677680)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-5,#677680)!important}.bg-gray>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray>a:not(.btn) .c8y-icon,.bg-gray>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-light{background-color:var(--gray-8,#ccd2d6)!important}a.bg-gray-light:focus,a.bg-gray-light:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-8,#ccd2d6)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-8,#ccd2d6)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-8,#ccd2d6)!important}.bg-gray-light>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-light>a:not(.btn) .c8y-icon,.bg-gray-light>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-light>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-lighter{background-color:var(--gray-9,#f6f7f8)!important}a.bg-gray-lighter:focus,a.bg-gray-lighter:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-9,#f6f7f8)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-9,#f6f7f8)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-9,#f6f7f8)!important}.bg-gray-lighter>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-lighter>a:not(.btn) .c8y-icon,.bg-gray-lighter>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-lighter>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-gray-white{background-color:var(--gray-10,#fbfbfc)!important}a.bg-gray-white:focus,a.bg-gray-white:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--gray-10,#fbfbfc)!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-10,#fbfbfc)!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--gray-10,#fbfbfc)!important}.bg-gray-white>a:not(.btn){color:inherit;text-decoration:underline}.bg-gray-white>a:not(.btn) .c8y-icon,.bg-gray-white>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-gray-white>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-white{background-color:var(--component-background,var(--root-component-background,#fff))!important}a.bg-white:focus,a.bg-white:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) var(--component-background,var(--root-component-background,#fff))!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--component-background,var(--root-component-background,#fff))!important;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.1)) var(--component-background,var(--root-component-background,#fff))!important}.bg-white>a:not(.btn){color:inherit;text-decoration:underline}.bg-white>a:not(.btn) .c8y-icon,.bg-white>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-white>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-transparent{background-color:transparent!important;-webkit-box-shadow:none;box-shadow:none}a.bg-transparent:focus,a.bg-transparent:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) transparent!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) transparent!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) transparent!important}.bg-transparent>a:not(.btn){color:inherit;text-decoration:underline}.bg-transparent>a:not(.btn) .c8y-icon,.bg-transparent>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-transparent>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-inherit{background-color:inherit!important}a.bg-inherit:focus,a.bg-inherit:hover{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1))) inherit!important;background:-o-linear-gradient(bottom,rgba(0,0,0,.1),rgba(0,0,0,.1)) inherit!important;background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)) inherit!important}.bg-inherit>a:not(.btn){color:inherit;text-decoration:underline}.bg-inherit>a:not(.btn) .c8y-icon,.bg-inherit>a:not(.btn) [class*=" dlt-c8y-icon-"],.bg-inherit>a:not(.btn) [class^=dlt-c8y-icon-]{text-decoration:none}.bg-component{background-color:var(--component-background,var(--root-component-background,#fff))}.d-contents{background:inherit;display:contents!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-grid{display:grid!important}.d-inherit{display:inherit!important}@media (max-width:767px){.d-contents-xs{background:inherit;display:contents!important}.d-flex-xs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-col-xs{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.d-block-xs{display:block!important}.d-inline-block-xs{display:inline-block!important}.d-inline-xs{display:inline!important}.d-inline-flex-xs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-grid-xs{display:grid!important}.d-inherit-xs{display:inherit!important}}@media (min-width:768px){.d-contents-sm{background:inherit;display:contents!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-col-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.d-block-sm{display:block!important}.d-inline-block-sm{display:inline-block!important}.d-inline-sm{display:inline!important}.d-inline-flex-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-grid-sm{display:grid!important}.d-inherit-sm{display:inherit!important}}@media (min-width:992px){.d-contents-md{background:inherit;display:contents!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-col-md{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.d-block-md{display:block!important}.d-inline-block-md{display:inline-block!important}.d-inline-md{display:inline!important}.d-inline-flex-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-grid-md{display:grid!important}.d-inherit-md{display:inherit!important}}@media (min-width:1200px){.d-contents-lg{background:inherit;display:contents!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-col-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.d-block-lg{display:block!important}.d-inline-block-lg{display:inline-block!important}.d-inline-lg{display:inline!important}.d-inline-flex-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-grid-lg{display:grid!important}.d-inherit-lg{display:inherit!important}}.show{display:block!important}.hidden,.hide,.ng-cloak,.ng-hide,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}.invisible{visibility:hidden!important}.text-hide{background-color:transparent!important;border:0!important;color:transparent!important;font:0/0 a!important;text-shadow:none!important}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-flex,.visible-lg-grid,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-flex,.visible-md-grid,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-flex,.visible-sm-grid,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-flex,.visible-xs-grid,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}.visible-xs-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.visible-xs-grid{display:grid!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}.visible-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.visible-sm-grid{display:grid!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}.visible-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.visible-md-grid{display:grid!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.visible-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.visible-lg-grid{display:grid!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.panel-body:after,.panel-body:before,.row:after,.row:before,.tight-grid:after,.tight-grid:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.panel-body:after,.row:after,.tight-grid:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.top-right-controls{float:right!important}.top-right-controls>*{display:inline-block;vertical-align:middle;width:auto}.m-t-4{margin-top:4px!important}.m-r-4{margin-right:4px!important}.m-b-4{margin-bottom:4px!important}.m-l-4{margin-left:4px!important}.m-4{margin:4px!important}@media (max-width:767px){.m-t-xs-4{margin-top:4px!important}.m-r-xs-4{margin-right:4px!important}.m-b-xs-4{margin-bottom:4px!important}.m-l-xs-4{margin-left:4px!important}.m-xs-4{margin:4px!important}}@media (min-width:768px){.m-t-sm-4{margin-top:4px!important}.m-r-sm-4{margin-right:4px!important}.m-b-sm-4{margin-bottom:4px!important}.m-l-sm-4{margin-left:4px!important}.m-sm-4{margin:4px!important}}@media (min-width:992px){.m-t-md-4{margin-top:4px!important}.m-r-md-4{margin-right:4px!important}.m-b-md-4{margin-bottom:4px!important}.m-l-md-4{margin-left:4px!important}.m-md-4{margin:4px!important}}@media (min-width:1200px){.m-t-lg-4{margin-top:4px!important}.m-r-lg-4{margin-right:4px!important}.m-b-lg-4{margin-bottom:4px!important}.m-l-lg-4{margin-left:4px!important}.m-lg-4{margin:4px!important}}.m-t-80{margin-top:80px!important}.m-r-80{margin-right:80px!important}.m-b-80{margin-bottom:80px!important}.m-l-80{margin-left:80px!important}.m-80{margin:80px!important}@media (max-width:767px){.m-t-xs-80{margin-top:80px!important}.m-r-xs-80{margin-right:80px!important}.m-b-xs-80{margin-bottom:80px!important}.m-l-xs-80{margin-left:80px!important}.m-xs-80{margin:80px!important}}@media (min-width:768px){.m-t-sm-80{margin-top:80px!important}.m-r-sm-80{margin-right:80px!important}.m-b-sm-80{margin-bottom:80px!important}.m-l-sm-80{margin-left:80px!important}.m-sm-80{margin:80px!important}}@media (min-width:992px){.m-t-md-80{margin-top:80px!important}.m-r-md-80{margin-right:80px!important}.m-b-md-80{margin-bottom:80px!important}.m-l-md-80{margin-left:80px!important}.m-md-80{margin:80px!important}}@media (min-width:1200px){.m-t-lg-80{margin-top:80px!important}.m-r-lg-80{margin-right:80px!important}.m-b-lg-80{margin-bottom:80px!important}.m-l-lg-80{margin-left:80px!important}.m-lg-80{margin:80px!important}}.m-t-72{margin-top:72px!important}.m-r-72{margin-right:72px!important}.m-b-72{margin-bottom:72px!important}.m-l-72{margin-left:72px!important}.m-72{margin:72px!important}@media (max-width:767px){.m-t-xs-72{margin-top:72px!important}.m-r-xs-72{margin-right:72px!important}.m-b-xs-72{margin-bottom:72px!important}.m-l-xs-72{margin-left:72px!important}.m-xs-72{margin:72px!important}}@media (min-width:768px){.m-t-sm-72{margin-top:72px!important}.m-r-sm-72{margin-right:72px!important}.m-b-sm-72{margin-bottom:72px!important}.m-l-sm-72{margin-left:72px!important}.m-sm-72{margin:72px!important}}@media (min-width:992px){.m-t-md-72{margin-top:72px!important}.m-r-md-72{margin-right:72px!important}.m-b-md-72{margin-bottom:72px!important}.m-l-md-72{margin-left:72px!important}.m-md-72{margin:72px!important}}@media (min-width:1200px){.m-t-lg-72{margin-top:72px!important}.m-r-lg-72{margin-right:72px!important}.m-b-lg-72{margin-bottom:72px!important}.m-l-lg-72{margin-left:72px!important}.m-lg-72{margin:72px!important}}.m-t-64{margin-top:64px!important}.m-r-64{margin-right:64px!important}.m-b-64{margin-bottom:64px!important}.m-l-64{margin-left:64px!important}.m-64{margin:64px!important}@media (max-width:767px){.m-t-xs-64{margin-top:64px!important}.m-r-xs-64{margin-right:64px!important}.m-b-xs-64{margin-bottom:64px!important}.m-l-xs-64{margin-left:64px!important}.m-xs-64{margin:64px!important}}@media (min-width:768px){.m-t-sm-64{margin-top:64px!important}.m-r-sm-64{margin-right:64px!important}.m-b-sm-64{margin-bottom:64px!important}.m-l-sm-64{margin-left:64px!important}.m-sm-64{margin:64px!important}}@media (min-width:992px){.m-t-md-64{margin-top:64px!important}.m-r-md-64{margin-right:64px!important}.m-b-md-64{margin-bottom:64px!important}.m-l-md-64{margin-left:64px!important}.m-md-64{margin:64px!important}}@media (min-width:1200px){.m-t-lg-64{margin-top:64px!important}.m-r-lg-64{margin-right:64px!important}.m-b-lg-64{margin-bottom:64px!important}.m-l-lg-64{margin-left:64px!important}.m-lg-64{margin:64px!important}}.m-t-56{margin-top:56px!important}.m-r-56{margin-right:56px!important}.m-b-56{margin-bottom:56px!important}.m-l-56{margin-left:56px!important}.m-56{margin:56px!important}@media (max-width:767px){.m-t-xs-56{margin-top:56px!important}.m-r-xs-56{margin-right:56px!important}.m-b-xs-56{margin-bottom:56px!important}.m-l-xs-56{margin-left:56px!important}.m-xs-56{margin:56px!important}}@media (min-width:768px){.m-t-sm-56{margin-top:56px!important}.m-r-sm-56{margin-right:56px!important}.m-b-sm-56{margin-bottom:56px!important}.m-l-sm-56{margin-left:56px!important}.m-sm-56{margin:56px!important}}@media (min-width:992px){.m-t-md-56{margin-top:56px!important}.m-r-md-56{margin-right:56px!important}.m-b-md-56{margin-bottom:56px!important}.m-l-md-56{margin-left:56px!important}.m-md-56{margin:56px!important}}@media (min-width:1200px){.m-t-lg-56{margin-top:56px!important}.m-r-lg-56{margin-right:56px!important}.m-b-lg-56{margin-bottom:56px!important}.m-l-lg-56{margin-left:56px!important}.m-lg-56{margin:56px!important}}.m-t-48{margin-top:48px!important}.m-r-48{margin-right:48px!important}.m-b-48{margin-bottom:48px!important}.m-l-48{margin-left:48px!important}.m-48{margin:48px!important}@media (max-width:767px){.m-t-xs-48{margin-top:48px!important}.m-r-xs-48{margin-right:48px!important}.m-b-xs-48{margin-bottom:48px!important}.m-l-xs-48{margin-left:48px!important}.m-xs-48{margin:48px!important}}@media (min-width:768px){.m-t-sm-48{margin-top:48px!important}.m-r-sm-48{margin-right:48px!important}.m-b-sm-48{margin-bottom:48px!important}.m-l-sm-48{margin-left:48px!important}.m-sm-48{margin:48px!important}}@media (min-width:992px){.m-t-md-48{margin-top:48px!important}.m-r-md-48{margin-right:48px!important}.m-b-md-48{margin-bottom:48px!important}.m-l-md-48{margin-left:48px!important}.m-md-48{margin:48px!important}}@media (min-width:1200px){.m-t-lg-48{margin-top:48px!important}.m-r-lg-48{margin-right:48px!important}.m-b-lg-48{margin-bottom:48px!important}.m-l-lg-48{margin-left:48px!important}.m-lg-48{margin:48px!important}}.m-t-40{margin-top:40px!important}.m-r-40{margin-right:40px!important}.m-b-40{margin-bottom:40px!important}.m-l-40{margin-left:40px!important}.m-40{margin:40px!important}@media (max-width:767px){.m-t-xs-40{margin-top:40px!important}.m-r-xs-40{margin-right:40px!important}.m-b-xs-40{margin-bottom:40px!important}.m-l-xs-40{margin-left:40px!important}.m-xs-40{margin:40px!important}}@media (min-width:768px){.m-t-sm-40{margin-top:40px!important}.m-r-sm-40{margin-right:40px!important}.m-b-sm-40{margin-bottom:40px!important}.m-l-sm-40{margin-left:40px!important}.m-sm-40{margin:40px!important}}@media (min-width:992px){.m-t-md-40{margin-top:40px!important}.m-r-md-40{margin-right:40px!important}.m-b-md-40{margin-bottom:40px!important}.m-l-md-40{margin-left:40px!important}.m-md-40{margin:40px!important}}@media (min-width:1200px){.m-t-lg-40{margin-top:40px!important}.m-r-lg-40{margin-right:40px!important}.m-b-lg-40{margin-bottom:40px!important}.m-l-lg-40{margin-left:40px!important}.m-lg-40{margin:40px!important}}.m-t-32{margin-top:32px!important}.m-r-32{margin-right:32px!important}.m-b-32{margin-bottom:32px!important}.m-l-32{margin-left:32px!important}.m-32{margin:32px!important}@media (max-width:767px){.m-t-xs-32{margin-top:32px!important}.m-r-xs-32{margin-right:32px!important}.m-b-xs-32{margin-bottom:32px!important}.m-l-xs-32{margin-left:32px!important}.m-xs-32{margin:32px!important}}@media (min-width:768px){.m-t-sm-32{margin-top:32px!important}.m-r-sm-32{margin-right:32px!important}.m-b-sm-32{margin-bottom:32px!important}.m-l-sm-32{margin-left:32px!important}.m-sm-32{margin:32px!important}}@media (min-width:992px){.m-t-md-32{margin-top:32px!important}.m-r-md-32{margin-right:32px!important}.m-b-md-32{margin-bottom:32px!important}.m-l-md-32{margin-left:32px!important}.m-md-32{margin:32px!important}}@media (min-width:1200px){.m-t-lg-32{margin-top:32px!important}.m-r-lg-32{margin-right:32px!important}.m-b-lg-32{margin-bottom:32px!important}.m-l-lg-32{margin-left:32px!important}.m-lg-32{margin:32px!important}}.m-t-24{margin-top:24px!important}.m-r-24{margin-right:24px!important}.m-b-24{margin-bottom:24px!important}.m-l-24{margin-left:24px!important}.m-24{margin:24px!important}@media (max-width:767px){.m-t-xs-24{margin-top:24px!important}.m-r-xs-24{margin-right:24px!important}.m-b-xs-24{margin-bottom:24px!important}.m-l-xs-24{margin-left:24px!important}.m-xs-24{margin:24px!important}}@media (min-width:768px){.m-t-sm-24{margin-top:24px!important}.m-r-sm-24{margin-right:24px!important}.m-b-sm-24{margin-bottom:24px!important}.m-l-sm-24{margin-left:24px!important}.m-sm-24{margin:24px!important}}@media (min-width:992px){.m-t-md-24{margin-top:24px!important}.m-r-md-24{margin-right:24px!important}.m-b-md-24{margin-bottom:24px!important}.m-l-md-24{margin-left:24px!important}.m-md-24{margin:24px!important}}@media (min-width:1200px){.m-t-lg-24{margin-top:24px!important}.m-r-lg-24{margin-right:24px!important}.m-b-lg-24{margin-bottom:24px!important}.m-l-lg-24{margin-left:24px!important}.m-lg-24{margin:24px!important}}.m-t-16{margin-top:16px!important}.m-r-16{margin-right:16px!important}.m-b-16{margin-bottom:16px!important}.m-l-16{margin-left:16px!important}.m-16{margin:16px!important}@media (max-width:767px){.m-t-xs-16{margin-top:16px!important}.m-r-xs-16{margin-right:16px!important}.m-b-xs-16{margin-bottom:16px!important}.m-l-xs-16{margin-left:16px!important}.m-xs-16{margin:16px!important}}@media (min-width:768px){.m-t-sm-16{margin-top:16px!important}.m-r-sm-16{margin-right:16px!important}.m-b-sm-16{margin-bottom:16px!important}.m-l-sm-16{margin-left:16px!important}.m-sm-16{margin:16px!important}}@media (min-width:992px){.m-t-md-16{margin-top:16px!important}.m-r-md-16{margin-right:16px!important}.m-b-md-16{margin-bottom:16px!important}.m-l-md-16{margin-left:16px!important}.m-md-16{margin:16px!important}}@media (min-width:1200px){.m-t-lg-16{margin-top:16px!important}.m-r-lg-16{margin-right:16px!important}.m-b-lg-16{margin-bottom:16px!important}.m-l-lg-16{margin-left:16px!important}.m-lg-16{margin:16px!important}}.m-t-8{margin-top:8px!important}.m-r-8{margin-right:8px!important}.m-b-8{margin-bottom:8px!important}.m-l-8{margin-left:8px!important}.m-8{margin:8px!important}@media (max-width:767px){.m-t-xs-8{margin-top:8px!important}.m-r-xs-8{margin-right:8px!important}.m-b-xs-8{margin-bottom:8px!important}.m-l-xs-8{margin-left:8px!important}.m-xs-8{margin:8px!important}}@media (min-width:768px){.m-t-sm-8{margin-top:8px!important}.m-r-sm-8{margin-right:8px!important}.m-b-sm-8{margin-bottom:8px!important}.m-l-sm-8{margin-left:8px!important}.m-sm-8{margin:8px!important}}@media (min-width:992px){.m-t-md-8{margin-top:8px!important}.m-r-md-8{margin-right:8px!important}.m-b-md-8{margin-bottom:8px!important}.m-l-md-8{margin-left:8px!important}.m-md-8{margin:8px!important}}@media (min-width:1200px){.m-t-lg-8{margin-top:8px!important}.m-r-lg-8{margin-right:8px!important}.m-b-lg-8{margin-bottom:8px!important}.m-l-lg-8{margin-left:8px!important}.m-lg-8{margin:8px!important}}.m-t-0{margin-top:0!important}.m-r-0{margin-right:0!important}.m-b-0{margin-bottom:0!important}.m-l-0{margin-left:0!important}.m-0{margin:0!important}@media (max-width:767px){.m-t-xs-0{margin-top:0!important}.m-r-xs-0{margin-right:0!important}.m-b-xs-0{margin-bottom:0!important}.m-l-xs-0{margin-left:0!important}.m-xs-0{margin:0!important}}@media (min-width:768px){.m-t-sm-0{margin-top:0!important}.m-r-sm-0{margin-right:0!important}.m-b-sm-0{margin-bottom:0!important}.m-l-sm-0{margin-left:0!important}.m-sm-0{margin:0!important}}@media (min-width:992px){.m-t-md-0{margin-top:0!important}.m-r-md-0{margin-right:0!important}.m-b-md-0{margin-bottom:0!important}.m-l-md-0{margin-left:0!important}.m-md-0{margin:0!important}}@media (min-width:1200px){.m-t-lg-0{margin-top:0!important}.m-r-lg-0{margin-right:0!important}.m-b-lg-0{margin-bottom:0!important}.m-l-lg-0{margin-left:0!important}.m-lg-0{margin:0!important}}.p-t-4{padding-top:4px!important}.p-r-4{padding-right:4px!important}.p-b-4{padding-bottom:4px!important}.p-l-4{padding-left:4px!important}.p-4{padding:4px!important}@media (max-width:767px){.p-t-xs-4{padding-top:4px!important}.p-r-xs-4{padding-right:4px!important}.p-b-xs-4{padding-bottom:4px!important}.p-l-xs-4{padding-left:4px!important}.p-xs-4{padding:4px!important}}@media (min-width:768px){.p-t-sm-4{padding-top:4px!important}.p-r-sm-4{padding-right:4px!important}.p-b-sm-4{padding-bottom:4px!important}.p-l-sm-4{padding-left:4px!important}.p-sm-4{padding:4px!important}}@media (min-width:992px){.p-t-md-4{padding-top:4px!important}.p-r-md-4{padding-right:4px!important}.p-b-md-4{padding-bottom:4px!important}.p-l-md-4{padding-left:4px!important}.p-md-4{padding:4px!important}}@media (min-width:1200px){.p-t-lg-4{padding-top:4px!important}.p-r-lg-4{padding-right:4px!important}.p-b-lg-4{padding-bottom:4px!important}.p-l-lg-4{padding-left:4px!important}.p-lg-4{padding:4px!important}}.p-t-80{padding-top:80px!important}.p-r-80{padding-right:80px!important}.p-b-80{padding-bottom:80px!important}.p-l-80{padding-left:80px!important}.p-80{padding:80px!important}@media (max-width:767px){.p-t-xs-80{padding-top:80px!important}.p-r-xs-80{padding-right:80px!important}.p-b-xs-80{padding-bottom:80px!important}.p-l-xs-80{padding-left:80px!important}.p-xs-80{padding:80px!important}}@media (min-width:768px){.p-t-sm-80{padding-top:80px!important}.p-r-sm-80{padding-right:80px!important}.p-b-sm-80{padding-bottom:80px!important}.p-l-sm-80{padding-left:80px!important}.p-sm-80{padding:80px!important}}@media (min-width:992px){.p-t-md-80{padding-top:80px!important}.p-r-md-80{padding-right:80px!important}.p-b-md-80{padding-bottom:80px!important}.p-l-md-80{padding-left:80px!important}.p-md-80{padding:80px!important}}@media (min-width:1200px){.p-t-lg-80{padding-top:80px!important}.p-r-lg-80{padding-right:80px!important}.p-b-lg-80{padding-bottom:80px!important}.p-l-lg-80{padding-left:80px!important}.p-lg-80{padding:80px!important}}.p-t-72{padding-top:72px!important}.p-r-72{padding-right:72px!important}.p-b-72{padding-bottom:72px!important}.p-l-72{padding-left:72px!important}.p-72{padding:72px!important}@media (max-width:767px){.p-t-xs-72{padding-top:72px!important}.p-r-xs-72{padding-right:72px!important}.p-b-xs-72{padding-bottom:72px!important}.p-l-xs-72{padding-left:72px!important}.p-xs-72{padding:72px!important}}@media (min-width:768px){.p-t-sm-72{padding-top:72px!important}.p-r-sm-72{padding-right:72px!important}.p-b-sm-72{padding-bottom:72px!important}.p-l-sm-72{padding-left:72px!important}.p-sm-72{padding:72px!important}}@media (min-width:992px){.p-t-md-72{padding-top:72px!important}.p-r-md-72{padding-right:72px!important}.p-b-md-72{padding-bottom:72px!important}.p-l-md-72{padding-left:72px!important}.p-md-72{padding:72px!important}}@media (min-width:1200px){.p-t-lg-72{padding-top:72px!important}.p-r-lg-72{padding-right:72px!important}.p-b-lg-72{padding-bottom:72px!important}.p-l-lg-72{padding-left:72px!important}.p-lg-72{padding:72px!important}}.p-t-64{padding-top:64px!important}.p-r-64{padding-right:64px!important}.p-b-64{padding-bottom:64px!important}.p-l-64{padding-left:64px!important}.p-64{padding:64px!important}@media (max-width:767px){.p-t-xs-64{padding-top:64px!important}.p-r-xs-64{padding-right:64px!important}.p-b-xs-64{padding-bottom:64px!important}.p-l-xs-64{padding-left:64px!important}.p-xs-64{padding:64px!important}}@media (min-width:768px){.p-t-sm-64{padding-top:64px!important}.p-r-sm-64{padding-right:64px!important}.p-b-sm-64{padding-bottom:64px!important}.p-l-sm-64{padding-left:64px!important}.p-sm-64{padding:64px!important}}@media (min-width:992px){.p-t-md-64{padding-top:64px!important}.p-r-md-64{padding-right:64px!important}.p-b-md-64{padding-bottom:64px!important}.p-l-md-64{padding-left:64px!important}.p-md-64{padding:64px!important}}@media (min-width:1200px){.p-t-lg-64{padding-top:64px!important}.p-r-lg-64{padding-right:64px!important}.p-b-lg-64{padding-bottom:64px!important}.p-l-lg-64{padding-left:64px!important}.p-lg-64{padding:64px!important}}.p-t-56{padding-top:56px!important}.p-r-56{padding-right:56px!important}.p-b-56{padding-bottom:56px!important}.p-l-56{padding-left:56px!important}.p-56{padding:56px!important}@media (max-width:767px){.p-t-xs-56{padding-top:56px!important}.p-r-xs-56{padding-right:56px!important}.p-b-xs-56{padding-bottom:56px!important}.p-l-xs-56{padding-left:56px!important}.p-xs-56{padding:56px!important}}@media (min-width:768px){.p-t-sm-56{padding-top:56px!important}.p-r-sm-56{padding-right:56px!important}.p-b-sm-56{padding-bottom:56px!important}.p-l-sm-56{padding-left:56px!important}.p-sm-56{padding:56px!important}}@media (min-width:992px){.p-t-md-56{padding-top:56px!important}.p-r-md-56{padding-right:56px!important}.p-b-md-56{padding-bottom:56px!important}.p-l-md-56{padding-left:56px!important}.p-md-56{padding:56px!important}}@media (min-width:1200px){.p-t-lg-56{padding-top:56px!important}.p-r-lg-56{padding-right:56px!important}.p-b-lg-56{padding-bottom:56px!important}.p-l-lg-56{padding-left:56px!important}.p-lg-56{padding:56px!important}}.p-t-48{padding-top:48px!important}.p-r-48{padding-right:48px!important}.p-b-48{padding-bottom:48px!important}.p-l-48{padding-left:48px!important}.p-48{padding:48px!important}@media (max-width:767px){.p-t-xs-48{padding-top:48px!important}.p-r-xs-48{padding-right:48px!important}.p-b-xs-48{padding-bottom:48px!important}.p-l-xs-48{padding-left:48px!important}.p-xs-48{padding:48px!important}}@media (min-width:768px){.p-t-sm-48{padding-top:48px!important}.p-r-sm-48{padding-right:48px!important}.p-b-sm-48{padding-bottom:48px!important}.p-l-sm-48{padding-left:48px!important}.p-sm-48{padding:48px!important}}@media (min-width:992px){.p-t-md-48{padding-top:48px!important}.p-r-md-48{padding-right:48px!important}.p-b-md-48{padding-bottom:48px!important}.p-l-md-48{padding-left:48px!important}.p-md-48{padding:48px!important}}@media (min-width:1200px){.p-t-lg-48{padding-top:48px!important}.p-r-lg-48{padding-right:48px!important}.p-b-lg-48{padding-bottom:48px!important}.p-l-lg-48{padding-left:48px!important}.p-lg-48{padding:48px!important}}.p-t-40{padding-top:40px!important}.p-r-40{padding-right:40px!important}.p-b-40{padding-bottom:40px!important}.p-l-40{padding-left:40px!important}.p-40{padding:40px!important}@media (max-width:767px){.p-t-xs-40{padding-top:40px!important}.p-r-xs-40{padding-right:40px!important}.p-b-xs-40{padding-bottom:40px!important}.p-l-xs-40{padding-left:40px!important}.p-xs-40{padding:40px!important}}@media (min-width:768px){.p-t-sm-40{padding-top:40px!important}.p-r-sm-40{padding-right:40px!important}.p-b-sm-40{padding-bottom:40px!important}.p-l-sm-40{padding-left:40px!important}.p-sm-40{padding:40px!important}}@media (min-width:992px){.p-t-md-40{padding-top:40px!important}.p-r-md-40{padding-right:40px!important}.p-b-md-40{padding-bottom:40px!important}.p-l-md-40{padding-left:40px!important}.p-md-40{padding:40px!important}}@media (min-width:1200px){.p-t-lg-40{padding-top:40px!important}.p-r-lg-40{padding-right:40px!important}.p-b-lg-40{padding-bottom:40px!important}.p-l-lg-40{padding-left:40px!important}.p-lg-40{padding:40px!important}}.p-t-32{padding-top:32px!important}.p-r-32{padding-right:32px!important}.p-b-32{padding-bottom:32px!important}.p-l-32{padding-left:32px!important}.p-32{padding:32px!important}@media (max-width:767px){.p-t-xs-32{padding-top:32px!important}.p-r-xs-32{padding-right:32px!important}.p-b-xs-32{padding-bottom:32px!important}.p-l-xs-32{padding-left:32px!important}.p-xs-32{padding:32px!important}}@media (min-width:768px){.p-t-sm-32{padding-top:32px!important}.p-r-sm-32{padding-right:32px!important}.p-b-sm-32{padding-bottom:32px!important}.p-l-sm-32{padding-left:32px!important}.p-sm-32{padding:32px!important}}@media (min-width:992px){.p-t-md-32{padding-top:32px!important}.p-r-md-32{padding-right:32px!important}.p-b-md-32{padding-bottom:32px!important}.p-l-md-32{padding-left:32px!important}.p-md-32{padding:32px!important}}@media (min-width:1200px){.p-t-lg-32{padding-top:32px!important}.p-r-lg-32{padding-right:32px!important}.p-b-lg-32{padding-bottom:32px!important}.p-l-lg-32{padding-left:32px!important}.p-lg-32{padding:32px!important}}.p-t-24{padding-top:24px!important}.p-r-24{padding-right:24px!important}.p-b-24{padding-bottom:24px!important}.p-l-24{padding-left:24px!important}.p-24{padding:24px!important}@media (max-width:767px){.p-t-xs-24{padding-top:24px!important}.p-r-xs-24{padding-right:24px!important}.p-b-xs-24{padding-bottom:24px!important}.p-l-xs-24{padding-left:24px!important}.p-xs-24{padding:24px!important}}@media (min-width:768px){.p-t-sm-24{padding-top:24px!important}.p-r-sm-24{padding-right:24px!important}.p-b-sm-24{padding-bottom:24px!important}.p-l-sm-24{padding-left:24px!important}.p-sm-24{padding:24px!important}}@media (min-width:992px){.p-t-md-24{padding-top:24px!important}.p-r-md-24{padding-right:24px!important}.p-b-md-24{padding-bottom:24px!important}.p-l-md-24{padding-left:24px!important}.p-md-24{padding:24px!important}}@media (min-width:1200px){.p-t-lg-24{padding-top:24px!important}.p-r-lg-24{padding-right:24px!important}.p-b-lg-24{padding-bottom:24px!important}.p-l-lg-24{padding-left:24px!important}.p-lg-24{padding:24px!important}}.p-t-16{padding-top:16px!important}.p-r-16{padding-right:16px!important}.p-b-16{padding-bottom:16px!important}.p-l-16{padding-left:16px!important}.p-16{padding:16px!important}@media (max-width:767px){.p-t-xs-16{padding-top:16px!important}.p-r-xs-16{padding-right:16px!important}.p-b-xs-16{padding-bottom:16px!important}.p-l-xs-16{padding-left:16px!important}.p-xs-16{padding:16px!important}}@media (min-width:768px){.p-t-sm-16{padding-top:16px!important}.p-r-sm-16{padding-right:16px!important}.p-b-sm-16{padding-bottom:16px!important}.p-l-sm-16{padding-left:16px!important}.p-sm-16{padding:16px!important}}@media (min-width:992px){.p-t-md-16{padding-top:16px!important}.p-r-md-16{padding-right:16px!important}.p-b-md-16{padding-bottom:16px!important}.p-l-md-16{padding-left:16px!important}.p-md-16{padding:16px!important}}@media (min-width:1200px){.p-t-lg-16{padding-top:16px!important}.p-r-lg-16{padding-right:16px!important}.p-b-lg-16{padding-bottom:16px!important}.p-l-lg-16{padding-left:16px!important}.p-lg-16{padding:16px!important}}.p-t-8{padding-top:8px!important}.p-r-8{padding-right:8px!important}.p-b-8{padding-bottom:8px!important}.p-l-8{padding-left:8px!important}.p-8{padding:8px!important}@media (max-width:767px){.p-t-xs-8{padding-top:8px!important}.p-r-xs-8{padding-right:8px!important}.p-b-xs-8{padding-bottom:8px!important}.p-l-xs-8{padding-left:8px!important}.p-xs-8{padding:8px!important}}@media (min-width:768px){.p-t-sm-8{padding-top:8px!important}.p-r-sm-8{padding-right:8px!important}.p-b-sm-8{padding-bottom:8px!important}.p-l-sm-8{padding-left:8px!important}.p-sm-8{padding:8px!important}}@media (min-width:992px){.p-t-md-8{padding-top:8px!important}.p-r-md-8{padding-right:8px!important}.p-b-md-8{padding-bottom:8px!important}.p-l-md-8{padding-left:8px!important}.p-md-8{padding:8px!important}}@media (min-width:1200px){.p-t-lg-8{padding-top:8px!important}.p-r-lg-8{padding-right:8px!important}.p-b-lg-8{padding-bottom:8px!important}.p-l-lg-8{padding-left:8px!important}.p-lg-8{padding:8px!important}}.p-t-0{padding-top:0!important}.p-r-0{padding-right:0!important}.p-b-0{padding-bottom:0!important}.p-l-0{padding-left:0!important}.p-0{padding:0!important}@media (max-width:767px){.p-t-xs-0{padding-top:0!important}.p-r-xs-0{padding-right:0!important}.p-b-xs-0{padding-bottom:0!important}.p-l-xs-0{padding-left:0!important}.p-xs-0{padding:0!important}}@media (min-width:768px){.p-t-sm-0{padding-top:0!important}.p-r-sm-0{padding-right:0!important}.p-b-sm-0{padding-bottom:0!important}.p-l-sm-0{padding-left:0!important}.p-sm-0{padding:0!important}}@media (min-width:992px){.p-t-md-0{padding-top:0!important}.p-r-md-0{padding-right:0!important}.p-b-md-0{padding-bottom:0!important}.p-l-md-0{padding-left:0!important}.p-md-0{padding:0!important}}@media (min-width:1200px){.p-t-lg-0{padding-top:0!important}.p-r-lg-0{padding-right:0!important}.p-b-lg-0{padding-bottom:0!important}.p-l-lg-0{padding-left:0!important}.p-lg-0{padding:0!important}}.m-auto{margin:auto!important}.m-t-auto{margin-top:auto!important}.m-r-auto{margin-right:auto!important}.m-b-auto{margin-bottom:auto!important}.m-l-auto{margin-left:auto!important}@media (max-width:767px){.m-auto-xs{margin:auto!important}.m-t-auto-xs{margin-top:auto!important}.m-r-auto-xs{margin-right:auto!important}.m-b-auto-xs{margin-bottom:auto!important}.m-l-auto-xs{margin-left:auto!important}}@media (min-width:768px){.m-auto-sm{margin:auto!important}.m-t-auto-sm{margin-top:auto!important}.m-r-auto-sm{margin-right:auto!important}.m-b-auto-sm{margin-bottom:auto!important}.m-l-auto-sm{margin-left:auto!important}}@media (min-width:992px){.m-auto-md{margin:auto!important}.m-t-auto-md{margin-top:auto!important}.m-r-auto-md{margin-right:auto!important}.m-b-auto-md{margin-bottom:auto!important}.m-l-auto-md{margin-left:auto!important}}@media (min-width:1200px){.m-auto-lg{margin:auto!important}.m-t-auto-lg{margin-top:auto!important}.m-r-auto-lg{margin-right:auto!important}.m-b-auto-lg{margin-bottom:auto!important}.m-l-auto-lg{margin-left:auto!important}}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.j-c-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.j-c-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.j-c-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.j-c-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.j-c-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.j-c-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.a-i-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.a-i-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.a-i-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.a-i-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.a-i-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}@media (max-width:767px){.flex-wrap-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap-xs{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.j-c-start-xs{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.j-c-center-xs{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.j-c-end-xs{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.j-c-around-xs{-ms-flex-pack:distribute!important;justify-content:space-around!important}.j-c-between-xs{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.j-c-evenly-xs{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.a-i-start-xs{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.a-i-center-xs{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.a-i-end-xs{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.a-i-stretch-xs{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}}@media (min-width:768px){.flex-wrap-sm{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap-sm{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.j-c-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.j-c-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.j-c-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.j-c-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.j-c-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.j-c-evenly-sm{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.a-i-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.a-i-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.a-i-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.a-i-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}}@media (min-width:992px){.flex-wrap-md{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap-md{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.j-c-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.j-c-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.j-c-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.j-c-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.j-c-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.j-c-evenly-md{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.a-i-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.a-i-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.a-i-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.a-i-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}}@media (min-width:1200px){.flex-wrap-lg{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap-lg{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.j-c-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.j-c-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.j-c-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.j-c-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.j-c-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.j-c-evenly-lg{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.a-i-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.a-i-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.a-i-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.a-i-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}}.flex-auto{-webkit-box-flex:1!important;-ms-flex:1 1 1%!important;flex:1 1 1%!important}.flex-shrink{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-no-shrink{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-grow{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-no-grow{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}@media (max-width:767px){.flex-auto-xs{-webkit-box-flex:1!important;-ms-flex:1 1 1%!important;flex:1 1 1%!important}.flex-shrink-xs{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-grow-xs{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media (min-width:768px){.flex-auto-sm{-webkit-box-flex:1!important;-ms-flex:1 1 1%!important;flex:1 1 1%!important}.flex-shrink-sm{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-grow-sm{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media (min-width:992px){.flex-auto-md{-webkit-box-flex:1!important;-ms-flex:1 1 1%!important;flex:1 1 1%!important}.flex-shrink-md{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-grow-md{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}@media (min-width:1200px){.flex-auto-lg{-webkit-box-flex:1!important;-ms-flex:1 1 1%!important;flex:1 1 1%!important}.flex-shrink-lg{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-grow-lg{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}}.a-s-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.a-s-center{-ms-flex-item-align:center!important;align-self:center!important}.a-s-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.a-s-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (max-width:767px){.a-s-start-xs{-ms-flex-item-align:start!important;align-self:flex-start!important}.a-s-center-xs{-ms-flex-item-align:center!important;align-self:center!important}.a-s-end-xs{-ms-flex-item-align:end!important;align-self:flex-end!important}.a-s-stretch-xs{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.a-s-start-sm{-ms-flex-item-align:start!important;align-self:flex-start!important}.a-s-center-sm{-ms-flex-item-align:center!important;align-self:center!important}.a-s-end-sm{-ms-flex-item-align:end!important;align-self:flex-end!important}.a-s-stretch-sm{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.a-s-start-md{-ms-flex-item-align:start!important;align-self:flex-start!important}.a-s-center-md{-ms-flex-item-align:center!important;align-self:center!important}.a-s-end-md{-ms-flex-item-align:end!important;align-self:flex-end!important}.a-s-stretch-md{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.a-s-start-lg{-ms-flex-item-align:start!important;align-self:flex-start!important}.a-s-center-lg{-ms-flex-item-align:center!important;align-self:center!important}.a-s-end-lg{-ms-flex-item-align:end!important;align-self:flex-end!important}.a-s-stretch-lg{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.elevation-1{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.elevation-2{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1)}.p-relative{position:relative!important}.p-absolute{position:absolute!important}.p-static{position:static!important}.p-sticky{position:sticky!important}@media (max-width:767px){.p-relative-xs{position:relative!important}.p-absolute-xs{position:absolute!important}.p-static-xs{position:static!important}.p-sticky-xs{position:sticky!important}}@media (min-width:768px){.p-relative-sm{position:relative!important}.p-absolute-sm{position:absolute!important}.p-static-sm{position:static!important}.p-sticky-sm{position:sticky!important}}@media (min-width:992px){.p-relative-md{position:relative!important}.p-absolute-md{position:absolute!important}.p-static-md{position:static!important}.p-sticky-md{position:sticky!important}}@media (min-width:1200px){.p-relative-lg{position:relative!important}.p-absolute-lg{position:absolute!important}.p-static-lg{position:static!important}.p-sticky-lg{position:sticky!important}}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}@media (max-width:767px){.overflow-visible-xs{overflow:visible!important}.overflow-hidden-xs{overflow:hidden!important}.overflow-auto-xs{overflow:auto!important}}@media (min-width:768px){.overflow-visible-sm{overflow:visible!important}.overflow-hidden-sm{overflow:hidden!important}.overflow-auto-sm{overflow:auto!important}}@media (min-width:992px){.overflow-visible-md{overflow:visible!important}.overflow-hidden-md{overflow:hidden!important}.overflow-auto-md{overflow:auto!important}}@media (min-width:1200px){.overflow-visible-lg{overflow:visible!important}.overflow-hidden-lg{overflow:hidden!important}.overflow-auto-lg{overflow:auto!important}}.separator-top{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-top-bottom{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-bottom{-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;min-height:1px}@media (max-width:767px){.separator-top-xs{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-top-bottom-xs{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-bottom-xs{-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}@media (min-width:768px){.separator-top-sm{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-top-bottom-sm{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-bottom-sm{-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}@media (min-width:992px){.separator-top-md{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-top-bottom-md{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-bottom-md{-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}@media (min-width:1200px){.separator-top-lg{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-top-bottom-lg{-webkit-box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05))),inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.separator-bottom-lg{-webkit-box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important;box-shadow:inset 0 -1px 0 var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}.border-top{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-bottom{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-left{border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-right{border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}@media (max-width:767px){.border-top-xs{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-bottom-xs{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-left-xs{border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-right-xs{border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}@media (min-width:768px){.border-top-sm{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-bottom-sm{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-left-sm{border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-right-sm{border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}@media (min-width:992px){.border-top-md{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-bottom-md{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-left-md{border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-right-md{border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}@media (min-width:1200px){.border-top-lg{border-top:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-bottom-lg{border-bottom:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-left-lg{border-left:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}.border-right-lg{border-right:1px solid var(--component-border,var(--root-component-border,rgba(0,0,0,.05)))!important}}.borderless{border-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.shadow1{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.shadow2,.shadow2-border{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1)}.shadow2-border{-webkit-box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1);box-shadow:-6px 7px 19px rgba(0,0,0,.1),-3px 5px 12px rgba(0,0,0,.1),0 0 0 .01em rgba(0,0,0,.1)}.shadow3,.shadow3-left,.shadow3-top{-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1)}.shadow3-top{-webkit-box-shadow:0 -6px 19px rgba(0,0,0,.05),0 -9px 22px rgba(0,0,0,.05);box-shadow:0 -6px 19px rgba(0,0,0,.05),0 -9px 22px rgba(0,0,0,.05)}.shadow3-right{-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:6px 0 19px rgba(0,0,0,.1),9px 0 22px rgba(0,0,0,.1);box-shadow:6px 0 19px rgba(0,0,0,.1),9px 0 22px rgba(0,0,0,.1)}.shadow3-bottom{-webkit-box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);box-shadow:-6px 0 19px rgba(0,0,0,.1),-9px 0 22px rgba(0,0,0,.1);-webkit-box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05);box-shadow:0 6px 19px rgba(0,0,0,.05),0 9px 22px rgba(0,0,0,.05)}.shadow4{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05);box-shadow:0 4px 4px rgba(0,0,0,.03),0 6px 6px rgba(0,0,0,.03),0 12px 12px rgba(0,0,0,.05),0 20px 24px rgba(0,0,0,.05)}.shadow5{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 16px 64px rgba(0,0,0,.1)}.shadow6,.shadow6-right{-webkit-box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:0 -3px 4px rgba(0,0,0,.01),0 8px 8px rgba(0,0,0,.01),0 16px 16px rgba(0,0,0,.03),0 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1)}.shadow6-right{-webkit-box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1);box-shadow:-1px -3px 4px rgba(0,0,0,.01),-3px 8px 8px rgba(0,0,0,.01),-12px 16px 16px rgba(0,0,0,.03),-16px 32px 32px rgba(0,0,0,.05),0 32px 64px rgba(0,0,0,.1)}.shadow7{-webkit-box-shadow:-1px 0 4px rgba(0,0,0,.1),0 8px 8px rgba(0,0,0,.1),0 16px 34px rgba(0,0,0,.05),0 36px 52px rgba(0,0,0,.05),0 42px 84px rgba(0,0,0,.1);box-shadow:-1px 0 4px rgba(0,0,0,.1),0 8px 8px rgba(0,0,0,.1),0 16px 34px rgba(0,0,0,.05),0 36px 52px rgba(0,0,0,.05),0 42px 84px rgba(0,0,0,.1)}.shadow-border-top{-webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 0 rgba(0,0,0,.1)}.shadow-border-bottom{-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1);box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)}.icon-flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1.2}.icon-flex>.c8y-icon,.icon-flex>[class*=" dlt-c8y-icon-"],.icon-flex>[class^=dlt-c8y-icon-]{margin-right:4px}.icon-12{font-size:12px}.icon-14{font-size:14px}.icon-16{font-size:16px}.icon-20{font-size:20px}.icon-24{font-size:24px}.icon-32{font-size:32px}.icon-36{font-size:36px}.icon-40{font-size:40px}.icon-48{font-size:48px}.max-width-unset{max-width:unset!important}.max-width-inherit{max-width:inherit!important}.max-width-100{max-width:100%!important}.min-width-unset{min-width:unset!important}.min-width-100{min-width:100%!important}.no-min-height{min-height:unset!important}.min-height-fit{min-height:-webkit-fit-content!important;min-height:-moz-fit-content!important;min-height:fit-content!important}.max-width-fit{max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important}.fit-w{width:100%!important}.fit-h{height:100%!important}.fit-h-20{height:20px!important}.sticky-header-top-0{position:sticky!important;top:0!important}.transition-bg{-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease}.use-display-density{-webkit-transition:padding .25s ease;-o-transition:padding .25s ease;transition:padding .25s ease}.dd-low .use-display-density{padding:8px}.dd-low .use-display-density.c8y-list__item--empty-actions{padding-right:3rem}.dd-high .use-display-density{padding:0}.dd-low .use-display-density[ng-reflect-collapsed=false]{padding-bottom:0}.dd-low .use-display-density[ng-reflect-collapsed=false] .collapse{margin-top:1rem}.pointer,[ng-click]{cursor:pointer!important}.pointer .no-cursor,.pointer.no-cursor,[ng-click] .no-cursor,[ng-click].no-cursor{cursor:auto!important}.no-pointer{pointer-events:none!important}.favicon-webpack-loader{background:url(favicon.ico)} \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34529.a95cc47c43be11c0f0ab.js b/dist/apps/processing-runtime-widget/34529.a95cc47c43be11c0f0ab.js new file mode 100644 index 0000000..e517962 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34529.a95cc47c43be11c0f0ab.js @@ -0,0 +1,2 @@ +/*! For license information please see 34529.a95cc47c43be11c0f0ab.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34529],{34529:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],e,["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34529.a95cc47c43be11c0f0ab.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34529.a95cc47c43be11c0f0ab.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34529.a95cc47c43be11c0f0ab.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34714.c008b219342eaea59dc4.js b/dist/apps/processing-runtime-widget/34714.c008b219342eaea59dc4.js new file mode 100644 index 0000000..530ef9d --- /dev/null +++ b/dist/apps/processing-runtime-widget/34714.c008b219342eaea59dc4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34714],{34714:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34720.a049ec5777534cc00f70.js b/dist/apps/processing-runtime-widget/34720.a049ec5777534cc00f70.js new file mode 100644 index 0000000..87bed7b --- /dev/null +++ b/dist/apps/processing-runtime-widget/34720.a049ec5777534cc00f70.js @@ -0,0 +1,2 @@ +/*! For license information please see 34720.a049ec5777534cc00f70.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34720],{34720:function(s,c,u){u.r(c);const M=void 0;c.default=["ccp",[["AM","PM"],M,M],M,[["𑄢𑄧","𑄥𑄧","𑄟𑄧","𑄝𑄪","𑄝𑄳𑄢𑄨","𑄥𑄪","𑄥𑄧"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"],["𑄢𑄧𑄝𑄨𑄝𑄢𑄴","𑄥𑄧𑄟𑄴𑄝𑄢𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴𑄝𑄢𑄴","𑄝𑄪𑄖𑄴𑄝𑄢𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴𑄝𑄢𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴𑄝𑄢𑄴","𑄥𑄧𑄚𑄨𑄝𑄢𑄴"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"]],M,[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪","𑄜𑄬𑄛𑄴","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄢𑄴"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄬𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"]],[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"],M],[["𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄴𑄛𑄫𑄢𑄴𑄝𑄧","𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄛𑄴𑄘𑄧"],M,M],0,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"BDT","৳","𑄝𑄁𑄣𑄘𑄬𑄥𑄨 𑄑𑄬𑄋",{BDT:["৳"],BYN:[M,"р."],JPY:["JP¥","¥"],PHP:[M,"₱"],STD:[M,"Db"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34720.a049ec5777534cc00f70.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34720.a049ec5777534cc00f70.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34720.a049ec5777534cc00f70.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34739.c48bd6e7bd3a65c7fdea.js b/dist/apps/processing-runtime-widget/34739.c48bd6e7bd3a65c7fdea.js new file mode 100644 index 0000000..292eb6b --- /dev/null +++ b/dist/apps/processing-runtime-widget/34739.c48bd6e7bd3a65c7fdea.js @@ -0,0 +1,2 @@ +/*! For license information please see 34739.c48bd6e7bd3a65c7fdea.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34739],{34739:function(u,c,i){i.r(c);const e=void 0;c.default=[[["𑄛𑄧𑄖𑄳𑄠𑄃𑄟𑄧𑄣𑄳𑄠𑄬","𑄝𑄬𑄚𑄳𑄠𑄬","𑄘𑄨𑄝𑄪𑄎𑄳𑄠","𑄝𑄬𑄣𑄳𑄠𑄬","𑄥𑄎𑄧𑄚𑄳𑄠","𑄢𑄬𑄖𑄴"],e,e],e,[["04:00","06:00"],["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34739.c48bd6e7bd3a65c7fdea.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34739.c48bd6e7bd3a65c7fdea.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34739.c48bd6e7bd3a65c7fdea.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34840.bd0bd7f3cd47ea99ce99.js b/dist/apps/processing-runtime-widget/34840.bd0bd7f3cd47ea99ce99.js new file mode 100644 index 0000000..d0d9164 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34840.bd0bd7f3cd47ea99ce99.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34840],{34840:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34841.408d5ba080fe96f43cc3.js b/dist/apps/processing-runtime-widget/34841.408d5ba080fe96f43cc3.js new file mode 100644 index 0000000..df0e7e0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34841.408d5ba080fe96f43cc3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34841],{34841:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34887.70a4a36059af6cf954ae.js b/dist/apps/processing-runtime-widget/34887.70a4a36059af6cf954ae.js new file mode 100644 index 0000000..ad229e5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34887.70a4a36059af6cf954ae.js @@ -0,0 +1,2 @@ +/*! For license information please see 34887.70a4a36059af6cf954ae.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34887],{34887:function(u,c,i){i.r(c);const e=void 0;c.default=[[["πρωί","μεσημ.","απόγ.","βράδυ"],e,["το πρωί","το μεσημέρι","το απόγευμα","το βράδυ"]],[["πρωί","μεσημ.","απόγ.","βράδυ"],e,["πρωί","μεσημέρι","απόγευμα","βράδυ"]],[["04:00","12:00"],["12:00","17:00"],["17:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/34887.70a4a36059af6cf954ae.js.LICENSE.txt b/dist/apps/processing-runtime-widget/34887.70a4a36059af6cf954ae.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/34887.70a4a36059af6cf954ae.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/34895.86717aa18ea38096cd15.js b/dist/apps/processing-runtime-widget/34895.86717aa18ea38096cd15.js new file mode 100644 index 0000000..cd85493 --- /dev/null +++ b/dist/apps/processing-runtime-widget/34895.86717aa18ea38096cd15.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[34895,82098],{34895:function(e,t,o){var i;o.r(t),o.d(t,{PopoverConfig:function(){return l},PopoverContainerComponent:function(){return h},PopoverDirective:function(){return v},PopoverModule:function(){return m}});var s=o(40761),n=o(35746),r=o(38310),p=o(88553),a=o(80179),c=o(89754);class l{constructor(){this.adaptivePosition=!0,this.placement="top",this.triggers="click",this.outsideClick=!1,this.delay=0}}l.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:l,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),l.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:l,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:l,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});class h{constructor(e){this._placement="top",Object.assign(this,e)}set placement(e){this._bsVersions.isBs5?this._placement=p.PlacementForBs5[e]:this._placement=e}get _bsVersions(){return(0,r.getBsVer)()}checkMarginNecessity(){return(0,p.checkMargins)(this._placement)}}h.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,deps:[{token:l}],target:s["ɵɵFactoryTarget"].Component}),h.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:h,selector:"popover-container",inputs:{placement:"placement",title:"title"},host:{attributes:{role:"tooltip"},properties:{"attr.id":"popoverId",class:'"popover in popover-" + _placement + " " + "bs-popover-" + _placement + " " + _placement + " " + containerClass + " " + checkMarginNecessity()',"class.show":"!_bsVersions.isBs3","class.bs3":"_bsVersions.isBs3"},styleAttribute:"display:block;"},ngImport:i||(i=o.t(s,2)),template:'
\n

{{ title }}

\n
\n \n
\n',styles:[":host.bs3.popover-top{margin-bottom:10px}:host.bs3.popover.top>.arrow{margin-left:-2px}:host.bs3.popover.top{margin-bottom:10px}:host.popover.bottom>.arrow{margin-left:-4px}:host.bs3.bs-popover-left{margin-right:.5rem}:host.bs3.bs-popover-right .arrow,:host.bs3.bs-popover-left .arrow{margin:.3rem 0}\n"],dependencies:[{kind:"directive",type:a.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}],changeDetection:s.ChangeDetectionStrategy.OnPush}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,decorators:[{type:s.Component,args:[{selector:"popover-container",changeDetection:s.ChangeDetectionStrategy.OnPush,host:{"[attr.id]":"popoverId","[class]":'"popover in popover-" + _placement + " " + "bs-popover-" + _placement + " " + _placement + " " + containerClass + " " + checkMarginNecessity()',"[class.show]":"!_bsVersions.isBs3","[class.bs3]":"_bsVersions.isBs3",role:"tooltip",style:"display:block;"},template:'
\n

{{ title }}

\n
\n \n
\n',styles:[":host.bs3.popover-top{margin-bottom:10px}:host.bs3.popover.top>.arrow{margin-left:-2px}:host.bs3.popover.top{margin-bottom:10px}:host.popover.bottom>.arrow{margin-left:-4px}:host.bs3.bs-popover-left{margin-right:.5rem}:host.bs3.bs-popover-right .arrow,:host.bs3.bs-popover-left .arrow{margin:.3rem 0}\n"]}]}],ctorParameters:function(){return[{type:l}]},propDecorators:{placement:[{type:s.Input}],title:[{type:s.Input}]}});let d=0;class v{constructor(e,t,o,i,s,n){this._elementRef=t,this._renderer=o,this._positionService=n,this.popoverId=d++,this.adaptivePosition=!0,this.placement="top",this.outsideClick=!1,this.triggers="click",this.containerClass="",this.delay=0,this._isInited=!1,this._popover=s.createLoader(t,i,o).provide({provide:l,useValue:e}),Object.assign(this,e),this.onShown=this._popover.onShown,this.onHidden=this._popover.onHidden,"undefined"!=typeof window&&t.nativeElement.addEventListener("click",(function(){try{t.nativeElement.focus()}catch(e){return}}))}get isOpen(){return this._popover.isShown}set isOpen(e){e?this.show():this.hide()}setAriaDescribedBy(){this._ariaDescribedby=this.isOpen?`ngx-popover-${this.popoverId}`:void 0,this._ariaDescribedby?(this._popover.instance&&(this._popover.instance.popoverId=this._ariaDescribedby),this._renderer.setAttribute(this._elementRef.nativeElement,"aria-describedby",this._ariaDescribedby)):this._renderer.removeAttribute(this._elementRef.nativeElement,"aria-describedby")}show(){if(this._popover.isShown||!this.popover||this._delayTimeoutId)return;this._positionService.setOptions({modifiers:{flip:{enabled:this.adaptivePosition},preventOverflow:{enabled:this.adaptivePosition,boundariesElement:this.boundariesElement||"scrollParent"}}});const e=()=>{this._delayTimeoutId&&(this._delayTimeoutId=void 0),this._popover.attach(h).to(this.container).position({attachment:this.placement}).show({content:this.popover,context:this.popoverContext,placement:this.placement,title:this.popoverTitle,containerClass:this.containerClass}),!this.adaptivePosition&&this._popover._componentRef&&(this._positionService.calcPosition(),this._positionService.deletePositionElement(this._popover._componentRef.location)),this.isOpen=!0,this.setAriaDescribedBy()},t=()=>{this._popoverCancelShowFn&&this._popoverCancelShowFn()};if(this.delay){const o=(0,c.timer)(this.delay).subscribe((()=>{e(),t()}));this.triggers&&(0,r.parseTriggers)(this.triggers).forEach((e=>{e.close&&(this._popoverCancelShowFn=this._renderer.listen(this._elementRef.nativeElement,e.close,(()=>{o.unsubscribe(),t()})))}))}else e()}hide(){this._delayTimeoutId&&(clearTimeout(this._delayTimeoutId),this._delayTimeoutId=void 0),this.isOpen&&(this._popover.hide(),this.setAriaDescribedBy(),this.isOpen=!1)}toggle(){if(this.isOpen)return this.hide();this.show()}ngOnInit(){this._isInited||(this._isInited=!0,this._popover.listen({triggers:this.triggers,outsideClick:this.outsideClick,show:()=>this.show(),hide:()=>this.hide()}))}ngOnDestroy(){this._popover.dispose()}}v.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:v,deps:[{token:l},{token:s.ElementRef},{token:s.Renderer2},{token:s.ViewContainerRef},{token:n.ComponentLoaderFactory},{token:p.PositioningService}],target:s["ɵɵFactoryTarget"].Directive}),v.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:v,selector:"[popover]",inputs:{adaptivePosition:"adaptivePosition",boundariesElement:"boundariesElement",popover:"popover",popoverContext:"popoverContext",popoverTitle:"popoverTitle",placement:"placement",outsideClick:"outsideClick",triggers:"triggers",container:"container",containerClass:"containerClass",isOpen:"isOpen",delay:"delay"},outputs:{onShown:"onShown",onHidden:"onHidden"},exportAs:["bs-popover"],ngImport:i||(i=o.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:v,decorators:[{type:s.Directive,args:[{selector:"[popover]",exportAs:"bs-popover"}]}],ctorParameters:function(){return[{type:l},{type:s.ElementRef},{type:s.Renderer2},{type:s.ViewContainerRef},{type:n.ComponentLoaderFactory},{type:p.PositioningService}]},propDecorators:{adaptivePosition:[{type:s.Input}],boundariesElement:[{type:s.Input}],popover:[{type:s.Input}],popoverContext:[{type:s.Input}],popoverTitle:[{type:s.Input}],placement:[{type:s.Input}],outsideClick:[{type:s.Input}],triggers:[{type:s.Input}],container:[{type:s.Input}],containerClass:[{type:s.Input}],isOpen:[{type:s.Input}],delay:[{type:s.Input}],onShown:[{type:s.Output}],onHidden:[{type:s.Output}]}});class m{static forRoot(){return{ngModule:m,providers:[n.ComponentLoaderFactory,p.PositioningService]}}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),m.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,declarations:[v,h],imports:[a.CommonModule],exports:[v]}),m.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,imports:[a.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,decorators:[{type:s.NgModule,args:[{imports:[a.CommonModule],declarations:[v,h],exports:[v]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35165.1b7b4d782db5ea1eccc9.js b/dist/apps/processing-runtime-widget/35165.1b7b4d782db5ea1eccc9.js new file mode 100644 index 0000000..50c5f84 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35165.1b7b4d782db5ea1eccc9.js @@ -0,0 +1,2 @@ +/*! For license information please see 35165.1b7b4d782db5ea1eccc9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35165],{35165:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35165.1b7b4d782db5ea1eccc9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35165.1b7b4d782db5ea1eccc9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35165.1b7b4d782db5ea1eccc9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3521.084e4adf7cfe0946ee81.js b/dist/apps/processing-runtime-widget/3521.084e4adf7cfe0946ee81.js new file mode 100644 index 0000000..4b4aae1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3521.084e4adf7cfe0946ee81.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3521],{3521:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35317.01959570e1eb32fcea98.js b/dist/apps/processing-runtime-widget/35317.01959570e1eb32fcea98.js new file mode 100644 index 0000000..98df4a0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35317.01959570e1eb32fcea98.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35317],{35317:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35320.36ea32c56e6e2231ba6d.js b/dist/apps/processing-runtime-widget/35320.36ea32c56e6e2231ba6d.js new file mode 100644 index 0000000..e3e3a3e --- /dev/null +++ b/dist/apps/processing-runtime-widget/35320.36ea32c56e6e2231ba6d.js @@ -0,0 +1,2 @@ +/*! For license information please see 35320.36ea32c56e6e2231ba6d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35320],{35320:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-GH",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"GHS","GH₵","𞤅𞤭𞤣𞤭 𞤘𞤢𞤲𞤢𞤲𞤳𞤮",{BYN:[i,"р."],GHS:["GH₵"],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35320.36ea32c56e6e2231ba6d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35320.36ea32c56e6e2231ba6d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35320.36ea32c56e6e2231ba6d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35487.fc13b22d707b5e6a171a.js b/dist/apps/processing-runtime-widget/35487.fc13b22d707b5e6a171a.js new file mode 100644 index 0000000..4188d7a --- /dev/null +++ b/dist/apps/processing-runtime-widget/35487.fc13b22d707b5e6a171a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35487],{35487:function(u,e,i){i.r(e);e.default=[[["חצות","בבוקר","בצהריים","אחה״צ","בערב","בלילה","לפנות בוקר"],["חצות","בוקר","צהריים","אחר הצהריים","ערב","לילה","לפנות בוקר"],["חצות","בבוקר","בצהריים","אחר הצהריים","בערב","בלילה","לפנות בוקר"]],[["חצות","בוקר","צהריים","אחה״צ","ערב","לילה","לפנות בוקר"],undefined,["חצות","בוקר","צהריים","אחר הצהריים","ערב","לילה","לפנות בוקר"]],["00:00",["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","22:00"],["22:00","03:00"],["03:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35494.efc2e954e54fb637427e.js b/dist/apps/processing-runtime-widget/35494.efc2e954e54fb637427e.js new file mode 100644 index 0000000..94b011c --- /dev/null +++ b/dist/apps/processing-runtime-widget/35494.efc2e954e54fb637427e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35494],{35494:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35519.25bd11f7b7eccad74673.js b/dist/apps/processing-runtime-widget/35519.25bd11f7b7eccad74673.js new file mode 100644 index 0000000..03c2b0c --- /dev/null +++ b/dist/apps/processing-runtime-widget/35519.25bd11f7b7eccad74673.js @@ -0,0 +1,2 @@ +/*! For license information please see 35519.25bd11f7b7eccad74673.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35519],{35519:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35519.25bd11f7b7eccad74673.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35519.25bd11f7b7eccad74673.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35519.25bd11f7b7eccad74673.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35596.c8ddfcd278bf323d9ddf.js b/dist/apps/processing-runtime-widget/35596.c8ddfcd278bf323d9ddf.js new file mode 100644 index 0000000..0a47098 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35596.c8ddfcd278bf323d9ddf.js @@ -0,0 +1,2 @@ +/*! For license information please see 35596.c8ddfcd278bf323d9ddf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35596],{35596:function(i,u,t){t.r(u);const n=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],n,["minuit","midi","du matin","de l’après-midi","du soir","de la nuit"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],n,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35596.c8ddfcd278bf323d9ddf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35596.c8ddfcd278bf323d9ddf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35596.c8ddfcd278bf323d9ddf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35614.7c9cdd08ff6edbe83bbc.js b/dist/apps/processing-runtime-widget/35614.7c9cdd08ff6edbe83bbc.js new file mode 100644 index 0000000..6cb5c25 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35614.7c9cdd08ff6edbe83bbc.js @@ -0,0 +1,2 @@ +/*! For license information please see 35614.7c9cdd08ff6edbe83bbc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35614],{35614:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35614.7c9cdd08ff6edbe83bbc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35614.7c9cdd08ff6edbe83bbc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35614.7c9cdd08ff6edbe83bbc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35673.7af7a06763a77663b37d.js b/dist/apps/processing-runtime-widget/35673.7af7a06763a77663b37d.js new file mode 100644 index 0000000..7774e9a --- /dev/null +++ b/dist/apps/processing-runtime-widget/35673.7af7a06763a77663b37d.js @@ -0,0 +1,2 @@ +/*! For license information please see 35673.7af7a06763a77663b37d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35673],{35673:function(t,n,s){s.r(n),s.d(n,{AUTO_STYLE:function(){return e},AnimationBuilder:function(){return i},AnimationFactory:function(){return o},NoopAnimationPlayer:function(){return g},animate:function(){return h},animateChild:function(){return p},animation:function(){return y},group:function(){return a},keyframes:function(){return c},query:function(){return F},sequence:function(){return u},stagger:function(){return m},state:function(){return _},style:function(){return l},transition:function(){return f},trigger:function(){return r},useAnimation:function(){return d},"ɵAnimationGroupPlayer":function(){return S},"ɵPRE_STYLE":function(){return E}});class i{}class o{}const e="*";function r(t,n){return{type:7,name:t,definitions:n,options:{}}}function h(t,n=null){return{type:4,styles:n,timings:t}}function a(t,n=null){return{type:3,steps:t,options:n}}function u(t,n=null){return{type:2,steps:t,options:n}}function l(t){return{type:6,styles:t,offset:null}}function _(t,n,s){return{type:0,name:t,styles:n,options:s}}function c(t){return{type:5,steps:t}}function f(t,n,s=null){return{type:1,expr:t,animation:n,options:s}}function y(t,n=null){return{type:8,animation:t,options:n}}function p(t=null){return{type:9,options:t}}function d(t,n=null){return{type:10,animation:t,options:n}}function F(t,n,s=null){return{type:11,selector:t,animation:n,options:s}}function m(t,n){return{type:12,timings:t,animation:n}}function D(t){Promise.resolve(null).then(t)}class g{constructor(t=0,n=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._originalOnDoneFns=[],this._originalOnStartFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=t+n}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach((t=>t())),this._onDoneFns=[])}onStart(t){this._originalOnStartFns.push(t),this._onStartFns.push(t)}onDone(t){this._originalOnDoneFns.push(t),this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){D((()=>this._onFinish()))}_onStart(){this._onStartFns.forEach((t=>t())),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach((t=>t())),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(t){this._position=this.totalTime?t*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(t){const n="start"==t?this._onStartFns:this._onDoneFns;n.forEach((t=>t())),n.length=0}}class S{constructor(t){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=t;let n=0,s=0,i=0;const o=this.players.length;0==o?D((()=>this._onFinish())):this.players.forEach((t=>{t.onDone((()=>{++n==o&&this._onFinish()})),t.onDestroy((()=>{++s==o&&this._onDestroy()})),t.onStart((()=>{++i==o&&this._onStart()}))})),this.totalTime=this.players.reduce(((t,n)=>Math.max(t,n.totalTime)),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach((t=>t())),this._onDoneFns=[])}init(){this.players.forEach((t=>t.init()))}onStart(t){this._onStartFns.push(t)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach((t=>t())),this._onStartFns=[])}onDone(t){this._onDoneFns.push(t)}onDestroy(t){this._onDestroyFns.push(t)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach((t=>t.play()))}pause(){this.players.forEach((t=>t.pause()))}restart(){this.players.forEach((t=>t.restart()))}finish(){this._onFinish(),this.players.forEach((t=>t.finish()))}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach((t=>t.destroy())),this._onDestroyFns.forEach((t=>t())),this._onDestroyFns=[])}reset(){this.players.forEach((t=>t.reset())),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(t){const n=t*this.totalTime;this.players.forEach((t=>{const s=t.totalTime?Math.min(1,n/t.totalTime):1;t.setPosition(s)}))}getPosition(){const t=this.players.reduce(((t,n)=>null===t||n.totalTime>t.totalTime?n:t),null);return null!=t?t.getPosition():0}beforeDestroy(){this.players.forEach((t=>{t.beforeDestroy&&t.beforeDestroy()}))}triggerCallback(t){const n="start"==t?this._onStartFns:this._onDoneFns;n.forEach((t=>t())),n.length=0}}const E="!"}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35673.7af7a06763a77663b37d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35673.7af7a06763a77663b37d.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/35673.7af7a06763a77663b37d.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/35680.08b3c6f318b298b51f45.js b/dist/apps/processing-runtime-widget/35680.08b3c6f318b298b51f45.js new file mode 100644 index 0000000..6c30437 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35680.08b3c6f318b298b51f45.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35680],{35680:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35721.c308e1e84862c4123444.js b/dist/apps/processing-runtime-widget/35721.c308e1e84862c4123444.js new file mode 100644 index 0000000..0a948be --- /dev/null +++ b/dist/apps/processing-runtime-widget/35721.c308e1e84862c4123444.js @@ -0,0 +1,2 @@ +/*! For license information please see 35721.c308e1e84862c4123444.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35721],{35721:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35721.c308e1e84862c4123444.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35721.c308e1e84862c4123444.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35721.c308e1e84862c4123444.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35808.971eef6e26a1417a1ebc.js b/dist/apps/processing-runtime-widget/35808.971eef6e26a1417a1ebc.js new file mode 100644 index 0000000..5b6562b --- /dev/null +++ b/dist/apps/processing-runtime-widget/35808.971eef6e26a1417a1ebc.js @@ -0,0 +1,2 @@ +/*! For license information please see 35808.971eef6e26a1417a1ebc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35808],{35808:function(s,u,c){c.r(u);const M=void 0;u.default=["ckb",[["ب.ن","د.ن"],M,M],M,[["ی","د","س","چ","پ","ھ","ش"],["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],M,["١ش","٢ش","٣ش","٤ش","٥ش","ھ","ش"]],M,[["ک","ش","ئ","ن","ئ","ح","ت","ئ","ئ","ت","ت","ک"],["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"],M],M,[["پێش زایین","زایینی"],M,M],6,[5,6],["y-MM-dd","y MMM d","dی MMMMی y","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",M,M,M],[".",",",";","%","‎+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IQD","د.ع.‏","IQD",{IQD:["د.ع.‏"],JPY:["JP¥","¥"],USD:["US$","$"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35808.971eef6e26a1417a1ebc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35808.971eef6e26a1417a1ebc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35808.971eef6e26a1417a1ebc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35813.8e347870213da1a2b00f.js b/dist/apps/processing-runtime-widget/35813.8e347870213da1a2b00f.js new file mode 100644 index 0000000..2ecdf49 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35813.8e347870213da1a2b00f.js @@ -0,0 +1,2 @@ +/*! For license information please see 35813.8e347870213da1a2b00f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35813],{35813:function(e,$,a){a.r($);const r=void 0;$.default=["fr-VU",[["AM","PM"],r,r],r,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],r,[["av. J.-C.","ap. J.-C."],r,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",r],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"VUV","VT","vatu vanuatuan",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[r,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[r,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[r,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[r,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[r,"¥"],KMF:[r,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[r,"$C"],NZD:["$NZ","$"],PHP:[r,"₱"],RHD:["$RH"],RON:[r,"L"],RWF:[r,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[r,"$T"],TTD:["$TT","$"],TWD:[r,"NT$"],USD:["$US","$"],UYU:["$UY","$"],VUV:["VT"],WST:["$WS"],XCD:[r,"$"],XPF:["FCFP"],ZMW:[r,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===r&&0!==$&&$%1e6==0&&0===a||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35813.8e347870213da1a2b00f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35813.8e347870213da1a2b00f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35813.8e347870213da1a2b00f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3591.a9ce622dcb16e45193bc.js b/dist/apps/processing-runtime-widget/3591.a9ce622dcb16e45193bc.js new file mode 100644 index 0000000..7db35a1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3591.a9ce622dcb16e45193bc.js @@ -0,0 +1,2 @@ +/*! For license information please see 3591.a9ce622dcb16e45193bc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3591],{3591:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3591.a9ce622dcb16e45193bc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3591.a9ce622dcb16e45193bc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3591.a9ce622dcb16e45193bc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35924.f67ba0dff5389bbc0500.js b/dist/apps/processing-runtime-widget/35924.f67ba0dff5389bbc0500.js new file mode 100644 index 0000000..0240938 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35924.f67ba0dff5389bbc0500.js @@ -0,0 +1,2 @@ +/*! For license information please see 35924.f67ba0dff5389bbc0500.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35924],{35924:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"GNF","FG","𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮",{BYN:[i,"р."],GNF:["FG","𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35924.f67ba0dff5389bbc0500.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35924.f67ba0dff5389bbc0500.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35924.f67ba0dff5389bbc0500.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/35939.522def0d45e6cc5c01dd.js b/dist/apps/processing-runtime-widget/35939.522def0d45e6cc5c01dd.js new file mode 100644 index 0000000..0b0357e --- /dev/null +++ b/dist/apps/processing-runtime-widget/35939.522def0d45e6cc5c01dd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35939],{35939:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35945.91fc87506fbda73b6c80.js b/dist/apps/processing-runtime-widget/35945.91fc87506fbda73b6c80.js new file mode 100644 index 0000000..50a3531 --- /dev/null +++ b/dist/apps/processing-runtime-widget/35945.91fc87506fbda73b6c80.js @@ -0,0 +1,2 @@ +/*! For license information please see 35945.91fc87506fbda73b6c80.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[35945],{35945:function(s,M,t){t.r(M);const n=void 0;M.default=["bn-IN",[["AM","PM"],n,n],n,[["র","সো","ম","বু","বৃ","শু","শ"],["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],["রঃ","সোঃ","মঃ","বুঃ","বৃঃ","শুঃ","শনি"]],n,[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানু","ফেব","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]],[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],n],[["খ্রিস্টপূর্ব","খৃষ্টাব্দ"],n,["খ্রিস্টপূর্ব","খ্রীষ্টাব্দ"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"INR","₹","ভারতীয় রুপি",{BDT:["৳"],BYN:[n,"р."],JPY:["JP¥","¥"],PHP:[n,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/35945.91fc87506fbda73b6c80.js.LICENSE.txt b/dist/apps/processing-runtime-widget/35945.91fc87506fbda73b6c80.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/35945.91fc87506fbda73b6c80.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36023.5650c604d5bbedae459c.js b/dist/apps/processing-runtime-widget/36023.5650c604d5bbedae459c.js new file mode 100644 index 0000000..3e93fd4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36023.5650c604d5bbedae459c.js @@ -0,0 +1,2 @@ +/*! For license information please see 36023.5650c604d5bbedae459c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36023],{36023:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36023.5650c604d5bbedae459c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36023.5650c604d5bbedae459c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36023.5650c604d5bbedae459c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36068.842960c13eb2a56b47b9.js b/dist/apps/processing-runtime-widget/36068.842960c13eb2a56b47b9.js new file mode 100644 index 0000000..d664224 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36068.842960c13eb2a56b47b9.js @@ -0,0 +1,2 @@ +/*! For license information please see 36068.842960c13eb2a56b47b9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36068],{36068:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ਅੱਧੀ ਰਾਤ","ਸਵੇਰੇ","ਦੁਪਹਿਰੇ","ਸ਼ਾਮੀਂ","ਰਾਤੀਂ"],e,e],[["ਅੱਧੀ ਰਾਤ","ਸਵੇਰੇ","ਦੁਪਹਿਰੇ","ਸ਼ਾਮੀਂ","ਰਾਤੀਂ"],e,["ਅੱਧੀ ਰਾਤ","ਸਵੇਰੇ","ਦੁਪਹਿਰੇ","ਸ਼ਾਮ","ਰਾਤ"]],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36068.842960c13eb2a56b47b9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36068.842960c13eb2a56b47b9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36068.842960c13eb2a56b47b9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36150.7102c62ddbacbbffc516.js b/dist/apps/processing-runtime-widget/36150.7102c62ddbacbbffc516.js new file mode 100644 index 0000000..6410703 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36150.7102c62ddbacbbffc516.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36150],{36150:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36206.1dbd0f8a044492ecca33.js b/dist/apps/processing-runtime-widget/36206.1dbd0f8a044492ecca33.js new file mode 100644 index 0000000..fd9a13b --- /dev/null +++ b/dist/apps/processing-runtime-widget/36206.1dbd0f8a044492ecca33.js @@ -0,0 +1,2 @@ +/*! For license information please see 36206.1dbd0f8a044492ecca33.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36206],{36206:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,["午夜","清晨","上午","中午","下午","晚上","凌晨"]],[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36206.1dbd0f8a044492ecca33.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36206.1dbd0f8a044492ecca33.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36206.1dbd0f8a044492ecca33.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36380.febd36830b418962972f.js b/dist/apps/processing-runtime-widget/36380.febd36830b418962972f.js new file mode 100644 index 0000000..8e5f7a2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36380.febd36830b418962972f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36380],{36380:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36540.809187646f07df282f4d.js b/dist/apps/processing-runtime-widget/36540.809187646f07df282f4d.js new file mode 100644 index 0000000..948b961 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36540.809187646f07df282f4d.js @@ -0,0 +1,2 @@ +/*! For license information please see 36540.809187646f07df282f4d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36540],{36540:function(o,n,e){e.r(n);const u=void 0;n.default=[[["ponoć","podne","ujutro","popodne","navečer","noću"],u,["ponoć","podne","ujutro","poslije podne","navečer","noću"]],[["ponoć","podne","ujutro","popodne","navečer","noću"],u,u],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36540.809187646f07df282f4d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36540.809187646f07df282f4d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36540.809187646f07df282f4d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36551.e06d386c36768f718d98.js b/dist/apps/processing-runtime-widget/36551.e06d386c36768f718d98.js new file mode 100644 index 0000000..e766487 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36551.e06d386c36768f718d98.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36551],{36551:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36606.9b27e2e9f11e6ad37060.js b/dist/apps/processing-runtime-widget/36606.9b27e2e9f11e6ad37060.js new file mode 100644 index 0000000..62274c2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36606.9b27e2e9f11e6ad37060.js @@ -0,0 +1,2 @@ +/*! For license information please see 36606.9b27e2e9f11e6ad37060.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36606],{36606:function(e,a,u){u.r(a);const r=void 0;a.default=["en-AU",[["am","pm"],r,r],r,[["Su.","M.","Tu.","W.","Th.","F.","Sa."],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mon","Tu","Wed","Th","Fri","Sat"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","June","July","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],BDT:[r,"Tk"],BRL:[r,"R$"],CAD:[r,"$"],CNY:[r,"¥"],CUP:[r,"₱"],EGP:[r,"£"],EUR:[r,"€"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],ISK:[r,"Kr"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],PYG:[r,"Gs"],SCR:["Rs"],SEK:[r,"Kr"],TWD:[r,"$"],USD:[r,"$"],UYU:[r,"$U"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[],XPF:["CFP"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36606.9b27e2e9f11e6ad37060.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36606.9b27e2e9f11e6ad37060.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36606.9b27e2e9f11e6ad37060.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36735.13d4ecfbd5351f720bb2.js b/dist/apps/processing-runtime-widget/36735.13d4ecfbd5351f720bb2.js new file mode 100644 index 0000000..60d690c --- /dev/null +++ b/dist/apps/processing-runtime-widget/36735.13d4ecfbd5351f720bb2.js @@ -0,0 +1,2 @@ +/*! For license information please see 36735.13d4ecfbd5351f720bb2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36735],{36735:function(r,u,a){a.r(u);const e=void 0;u.default=["fo-DK",[["AM","PM"],e,e],e,[["S","M","T","M","H","F","L"],["sun.","mán.","týs.","mik.","hós.","frí.","ley."],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su.","má.","tý.","mi.","hó.","fr.","le."]],[["S","M","T","M","H","F","L"],["sun","mán","týs","mik","hós","frí","ley"],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su","má","tý","mi","hó","fr","le"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["fKr","eKr"],["f.Kr.","e.Kr."],["fyri Krist","eftir Krist"]],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",e,"{1} 'kl'. {0}",e],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DKK","kr.","donsk króna",{BYN:[e,"р."],DKK:["kr.","kr"],JPY:["JP¥","¥"],PHP:[e,"₱"],USD:["US$","$"]},"ltr",function(r){return 1===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36735.13d4ecfbd5351f720bb2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36735.13d4ecfbd5351f720bb2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36735.13d4ecfbd5351f720bb2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36784.6968597358d8e12f8221.js b/dist/apps/processing-runtime-widget/36784.6968597358d8e12f8221.js new file mode 100644 index 0000000..62bf308 --- /dev/null +++ b/dist/apps/processing-runtime-widget/36784.6968597358d8e12f8221.js @@ -0,0 +1,2 @@ +/*! For license information please see 36784.6968597358d8e12f8221.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36784],{36784:function(o,e,r){r.r(e);const s=void 0;e.default=["gl",[["a.m.","p.m."],s,s],s,[["d.","l.","m.","m.","x.","v.","s."],["dom.","luns","mar.","mér.","xov.","ven.","sáb."],["domingo","luns","martes","mércores","xoves","venres","sábado"],["do.","lu.","ma.","mé.","xo.","ve.","sá."]],[["D","L","M","M","X","V","S"],["Dom.","Luns","Mar.","Mér.","Xov.","Ven.","Sáb."],["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"],["Do","Lu","Ma","Mé","Xo","Ve","Sá"]],[["x.","f.","m.","a.","m.","x.","x.","a.","s.","o.","n.","d."],["xan.","feb.","mar.","abr.","maio","xuño","xul.","ago.","set.","out.","nov.","dec."],["xaneiro","febreiro","marzo","abril","maio","xuño","xullo","agosto","setembro","outubro","novembro","decembro"]],[["X","F","M","A","M","X","X","A","S","O","N","D"],["Xan.","Feb.","Mar.","Abr.","Maio","Xuño","Xul.","Ago.","Set.","Out.","Nov.","Dec."],["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"]],[["a.C.","d.C."],s,["antes de Cristo","despois de Cristo"]],1,[6,0],["dd/MM/yy","d 'de' MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{0}, {1}",s,"{0} 'do' {1}",s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{BYN:[s,"Br"],ESP:["₧"],JPY:["JP¥","¥"],KMF:[s,"FC"],MXN:["$MX","$"],PHP:[s,"₱"],RUB:[s,"руб"],THB:["฿"],TWD:["NT$"],XCD:[s,"$"]},"ltr",function(o){const e=Math.floor(Math.abs(o)),r=o.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/36784.6968597358d8e12f8221.js.LICENSE.txt b/dist/apps/processing-runtime-widget/36784.6968597358d8e12f8221.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/36784.6968597358d8e12f8221.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3686.f768593b3b2ced150aa3.js b/dist/apps/processing-runtime-widget/3686.f768593b3b2ced150aa3.js new file mode 100644 index 0000000..31af885 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3686.f768593b3b2ced150aa3.js @@ -0,0 +1,2 @@ +/*! For license information please see 3686.f768593b3b2ced150aa3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3686],{3686:function(M,e,r){r.r(e);const t=void 0;e.default=["de-LU",[["vorm.","nachm."],["AM","PM"],t],[["AM","PM"],t,t],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],LUF:["F"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(M){const e=Math.floor(Math.abs(M)),r=M.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3686.f768593b3b2ced150aa3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3686.f768593b3b2ced150aa3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3686.f768593b3b2ced150aa3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/36958.83ab042afc0c26cfcb2f.js b/dist/apps/processing-runtime-widget/36958.83ab042afc0c26cfcb2f.js new file mode 100644 index 0000000..e5f48ca --- /dev/null +++ b/dist/apps/processing-runtime-widget/36958.83ab042afc0c26cfcb2f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[36958],{36958:function(t,n,e){e.r(n);n.default=[[["midn.","på morg.","på förm.","på efterm.","på kvällen","på natten"],["midnatt","på morg.","på förm.","på efterm.","på kvällen","på natten"],["midnatt","på morgonen","på förmiddagen","på eftermiddagen","på kvällen","på natten"]],[["midn.","morg.","förm.","efterm.","kväll","natt"],["midnatt","morgon","förm.","efterm.","kväll","natt"],["midnatt","morgon","förmiddag","eftermiddag","kväll","natt"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37219.130bb189beec96018e76.js b/dist/apps/processing-runtime-widget/37219.130bb189beec96018e76.js new file mode 100644 index 0000000..c5b7424 --- /dev/null +++ b/dist/apps/processing-runtime-widget/37219.130bb189beec96018e76.js @@ -0,0 +1,2 @@ +/*! For license information please see 37219.130bb189beec96018e76.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37219],{37219:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37219.130bb189beec96018e76.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37219.130bb189beec96018e76.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37219.130bb189beec96018e76.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37223.5770c2fc96cf1f9ddcc2.js b/dist/apps/processing-runtime-widget/37223.5770c2fc96cf1f9ddcc2.js new file mode 100644 index 0000000..5221b83 --- /dev/null +++ b/dist/apps/processing-runtime-widget/37223.5770c2fc96cf1f9ddcc2.js @@ -0,0 +1,2 @@ +/*! For license information please see 37223.5770c2fc96cf1f9ddcc2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37223],{37223:function(t,a,i){i.r(a);const g=void 0;a.default=[[["Mitternacht","am Morge","zmittag","am Namittag","zaabig","znacht"],g,g],[["Mitternacht","am Morge","zmittag","am Namittag","zaabig","znacht"],g,["Mitternacht","Morge","Mittag","Namittag","Aabig","Nacht"]],["00:00",["05:00","12:00"],["12:00","14:00"],["14:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37223.5770c2fc96cf1f9ddcc2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37223.5770c2fc96cf1f9ddcc2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37223.5770c2fc96cf1f9ddcc2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37462.3d33846bdba3d754050a.js b/dist/apps/processing-runtime-widget/37462.3d33846bdba3d754050a.js new file mode 100644 index 0000000..a54cac8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/37462.3d33846bdba3d754050a.js @@ -0,0 +1,2 @@ +/*! For license information please see 37462.3d33846bdba3d754050a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37462],{37462:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37462.3d33846bdba3d754050a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37462.3d33846bdba3d754050a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37462.3d33846bdba3d754050a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37568.beb7fe08df089ee95621.js b/dist/apps/processing-runtime-widget/37568.beb7fe08df089ee95621.js new file mode 100644 index 0000000..ef14678 --- /dev/null +++ b/dist/apps/processing-runtime-widget/37568.beb7fe08df089ee95621.js @@ -0,0 +1,2 @@ +/*! For license information please see 37568.beb7fe08df089ee95621.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37568],{37568:function(e,a,u){u.r(a);const n=void 0;a.default=["en-HK",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HKD","HK$","Hong Kong Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37568.beb7fe08df089ee95621.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37568.beb7fe08df089ee95621.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37568.beb7fe08df089ee95621.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37611.cf259185ba3841d597ec.js b/dist/apps/processing-runtime-widget/37611.cf259185ba3841d597ec.js new file mode 100644 index 0000000..c0235da --- /dev/null +++ b/dist/apps/processing-runtime-widget/37611.cf259185ba3841d597ec.js @@ -0,0 +1,2 @@ +/*! For license information please see 37611.cf259185ba3841d597ec.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37611],{37611:function(a,e,u){u.r(e);const r=void 0;e.default=["en-GD",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37611.cf259185ba3841d597ec.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37611.cf259185ba3841d597ec.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37611.cf259185ba3841d597ec.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37802.415780ba7ba015f96938.js b/dist/apps/processing-runtime-widget/37802.415780ba7ba015f96938.js new file mode 100644 index 0000000..898cabf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37802.415780ba7ba015f96938.js @@ -0,0 +1,2 @@ +/*! For license information please see 37802.415780ba7ba015f96938.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37802],{37802:function(e,u,a){a.r(u);const r=void 0;u.default=["en-DE",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37802.415780ba7ba015f96938.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37802.415780ba7ba015f96938.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37802.415780ba7ba015f96938.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37929.5ef12f2cf4c137144282.js b/dist/apps/processing-runtime-widget/37929.5ef12f2cf4c137144282.js new file mode 100644 index 0000000..195fb23 --- /dev/null +++ b/dist/apps/processing-runtime-widget/37929.5ef12f2cf4c137144282.js @@ -0,0 +1,2 @@ +/*! For license information please see 37929.5ef12f2cf4c137144282.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37929],{37929:function(n,a,h){h.r(a);const i=void 0;a.default=["gd",[["m","f"],i,i],i,[["D","L","M","C","A","H","S"],["DiD","DiL","DiM","DiC","Dia","Dih","DiS"],["DiDòmhnaich","DiLuain","DiMàirt","DiCiadain","DiarDaoin","DihAoine","DiSathairne"],["Dò","Lu","Mà","Ci","Da","hA","Sa"]],i,[["F","G","M","G","C","Ò","I","L","S","D","S","D"],["Faoi","Gearr","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùna","Sult","Dàmh","Samh","Dùbh"],["dhen Fhaoilleach","dhen Ghearran","dhen Mhàrt","dhen Ghiblean","dhen Chèitean","dhen Ògmhios","dhen Iuchar","dhen Lùnastal","dhen t-Sultain","dhen Dàmhair","dhen t-Samhain","dhen Dùbhlachd"]],[["F","G","M","G","C","Ò","I","L","S","D","S","D"],["Faoi","Gearr","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùna","Sult","Dàmh","Samh","Dùbh"],["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"]],[["R","A"],["RC","AD"],["Ro Chrìosta","An dèidh Chrìosta"]],1,[6,0],["dd/MM/y","d MMM y","d'mh' MMMM y","EEEE, d'mh' MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,i,i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","Punnd Sasannach",{BYN:[i,"р."],JPY:["JP¥","¥"],PHP:[i,"₱"],RON:[i,"leu"],RUR:[i,"р."],THB:["฿"],TWD:["NT$"],XXX:[]},"ltr",function(n){const a=n;return 1===a||11===a?1:2===a||12===a?2:a===Math.floor(a)&&(a>=3&&a<=10||a>=13&&a<=19)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37929.5ef12f2cf4c137144282.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37929.5ef12f2cf4c137144282.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37929.5ef12f2cf4c137144282.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/37949.e5e88e3bfa8eab2143d1.js b/dist/apps/processing-runtime-widget/37949.e5e88e3bfa8eab2143d1.js new file mode 100644 index 0000000..c82127e --- /dev/null +++ b/dist/apps/processing-runtime-widget/37949.e5e88e3bfa8eab2143d1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37949],{37949:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37980.c522b943ed7af408376e.js b/dist/apps/processing-runtime-widget/37980.c522b943ed7af408376e.js new file mode 100644 index 0000000..ce30c51 --- /dev/null +++ b/dist/apps/processing-runtime-widget/37980.c522b943ed7af408376e.js @@ -0,0 +1,2 @@ +/*! For license information please see 37980.c522b943ed7af408376e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[37980],{37980:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/37980.c522b943ed7af408376e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/37980.c522b943ed7af408376e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/37980.c522b943ed7af408376e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38083.f77e59ffc8ada42d71f9.js b/dist/apps/processing-runtime-widget/38083.f77e59ffc8ada42d71f9.js new file mode 100644 index 0000000..aafde90 --- /dev/null +++ b/dist/apps/processing-runtime-widget/38083.f77e59ffc8ada42d71f9.js @@ -0,0 +1,2 @@ +/*! For license information please see 38083.f77e59ffc8ada42d71f9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38083],{38083:function(a,e,u){u.r(e);const n=void 0;e.default=["en-ZM",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZMW","K","Zambian Kwacha",{JPY:["JP¥","¥"],USD:["US$","$"],ZMW:["K","ZK"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38083.f77e59ffc8ada42d71f9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38083.f77e59ffc8ada42d71f9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38083.f77e59ffc8ada42d71f9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38087.af92159235dae5060187.js b/dist/apps/processing-runtime-widget/38087.af92159235dae5060187.js new file mode 100644 index 0000000..2532d7f --- /dev/null +++ b/dist/apps/processing-runtime-widget/38087.af92159235dae5060187.js @@ -0,0 +1,2 @@ +/*! For license information please see 38087.af92159235dae5060187.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38087],{38087:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38087.af92159235dae5060187.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38087.af92159235dae5060187.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38087.af92159235dae5060187.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38131.1ad364d88f79a2d2253e.js b/dist/apps/processing-runtime-widget/38131.1ad364d88f79a2d2253e.js new file mode 100644 index 0000000..ccc6014 --- /dev/null +++ b/dist/apps/processing-runtime-widget/38131.1ad364d88f79a2d2253e.js @@ -0,0 +1,2 @@ +/*! For license information please see 38131.1ad364d88f79a2d2253e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38131],{38131:function(e,s,o){o.r(s);const r=void 0;s.default=["es-AR",[["a. m.","p. m."],r,r],r,[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],r,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"ARS","$","peso argentino",{ARS:["$"],AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:["US$","$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38131.1ad364d88f79a2d2253e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38131.1ad364d88f79a2d2253e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38131.1ad364d88f79a2d2253e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38155.347ba73d177d5dedd533.js b/dist/apps/processing-runtime-widget/38155.347ba73d177d5dedd533.js new file mode 100644 index 0000000..56afa0a --- /dev/null +++ b/dist/apps/processing-runtime-widget/38155.347ba73d177d5dedd533.js @@ -0,0 +1,2 @@ +/*! For license information please see 38155.347ba73d177d5dedd533.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38155],{38155:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38155.347ba73d177d5dedd533.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38155.347ba73d177d5dedd533.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38155.347ba73d177d5dedd533.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3826.ac56ba95a3c4497b6de5.js b/dist/apps/processing-runtime-widget/3826.ac56ba95a3c4497b6de5.js new file mode 100644 index 0000000..a8fb821 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3826.ac56ba95a3c4497b6de5.js @@ -0,0 +1,2 @@ +/*! For license information please see 3826.ac56ba95a3c4497b6de5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3826],{3826:function(u,c,i){i.r(c);const e=void 0;c.default=[[["അ","ഉച്ച","പുലർച്ചെ","രാവിലെ","ഉച്ചയ്ക്ക്","ഉച്ചതിരിഞ്ഞ്","വൈകുന്നേരം","സന്ധ്യ","രാത്രി"],["അർദ്ധരാത്രി","ഉച്ച","പുലർച്ചെ","രാവിലെ","ഉച്ചയ്ക്ക്","ഉച്ചതിരിഞ്ഞ്","വൈകുന്നേരം","സന്ധ്യ","രാത്രി"],e],[["അർദ്ധരാത്രി","ഉച്ച","പുലർച്ചെ","രാവിലെ","ഉച്ചയ്ക്ക്","ഉച്ചതിരിഞ്ഞ്","വൈകുന്നേരം","സന്ധ്യ","രാത്രി"],e,e],["00:00","12:00",["03:00","06:00"],["06:00","12:00"],["12:00","14:00"],["14:00","15:00"],["15:00","18:00"],["18:00","19:00"],["19:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3826.ac56ba95a3c4497b6de5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3826.ac56ba95a3c4497b6de5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3826.ac56ba95a3c4497b6de5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38309.afd2ad33c477dd546088.js b/dist/apps/processing-runtime-widget/38309.afd2ad33c477dd546088.js new file mode 100644 index 0000000..97444cb --- /dev/null +++ b/dist/apps/processing-runtime-widget/38309.afd2ad33c477dd546088.js @@ -0,0 +1,2 @@ +/*! For license information please see 38309.afd2ad33c477dd546088.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38309],{38309:function(s,M,u){u.r(M);const c=void 0;M.default=["os-RU",[["AM","PM"],c,["ӕмбисбоны размӕ","ӕмбисбоны фӕстӕ"]],[["AM","PM"],c,c],[["Х","К","Д","Ӕ","Ц","М","С"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"],["хуыцаубон","къуырисӕр","дыццӕг","ӕртыццӕг","цыппӕрӕм","майрӕмбон","сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Х","К","Д","Ӕ","Ц","М","С"],["Хцб","Крс","Дцг","Ӕрт","Цпр","Мрб","Сбт"],["Хуыцаубон","Къуырисӕр","Дыццӕг","Ӕртыццӕг","Цыппӕрӕм","Майрӕмбон","Сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","фев.","мар.","апр.","майы","июны","июлы","авг.","сен.","окт.","ноя.","дек."],["январы","февралы","мартъийы","апрелы","майы","июны","июлы","августы","сентябры","октябры","ноябры","декабры"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв.","Февр.","Март.","Апр.","Май","Июнь","Июль","Авг.","Сент.","Окт.","Нояб.","Дек."],["Январь","Февраль","Мартъи","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]],[["н.д.а.","н.д."],c,c],1,[6,0],["dd.MM.yy","dd MMM y 'аз'","d MMMM, y 'аз'","EEEE, d MMMM, y 'аз'"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",c,c,c],[","," ",";","%","+","-","E","×","‰","∞","НН",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"RUB","₽","Сом",{JPY:["JP¥","¥"],RUB:["₽"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38309.afd2ad33c477dd546088.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38309.afd2ad33c477dd546088.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38309.afd2ad33c477dd546088.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38378.7d4f2c094bbeb24a3fc5.js b/dist/apps/processing-runtime-widget/38378.7d4f2c094bbeb24a3fc5.js new file mode 100644 index 0000000..d6368ea --- /dev/null +++ b/dist/apps/processing-runtime-widget/38378.7d4f2c094bbeb24a3fc5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38378],{38378:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38412.538883dfe31a75b0743b.js b/dist/apps/processing-runtime-widget/38412.538883dfe31a75b0743b.js new file mode 100644 index 0000000..b86fe5c --- /dev/null +++ b/dist/apps/processing-runtime-widget/38412.538883dfe31a75b0743b.js @@ -0,0 +1,2 @@ +/*! For license information please see 38412.538883dfe31a75b0743b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38412],{38412:function(a,e,r){r.r(e);const n=void 0;e.default=["nl",[["a.m.","p.m."],n,n],n,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],n,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,"{1} 'om' {0}",n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"EUR","€","Euro",{AUD:["AU$","$"],BYN:[n,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[n,"₱"],RUR:[n,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),r=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38412.538883dfe31a75b0743b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38412.538883dfe31a75b0743b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38412.538883dfe31a75b0743b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38469.efbd35e99bcf3461c9f3.js b/dist/apps/processing-runtime-widget/38469.efbd35e99bcf3461c9f3.js new file mode 100644 index 0000000..8a236aa --- /dev/null +++ b/dist/apps/processing-runtime-widget/38469.efbd35e99bcf3461c9f3.js @@ -0,0 +1,2 @@ +/*! For license information please see 38469.efbd35e99bcf3461c9f3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38469],{38469:function(s,u,M){M.r(u);const c=void 0;u.default=["ps-PK",[["غ.م.","غ.و."],c,c],c,[["S","M","T","W","T","F","S"],["يونۍ","دونۍ","درېنۍ","څلرنۍ","پينځنۍ","جمعه","اونۍ"],c,c],c,[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنوري","فبروري","مارچ","اپریل","مۍ","جون","جولای","اګست","سېپتمبر","اکتوبر","نومبر","دسمبر"],c],[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنوري","فبروري","مارچ","اپریل","مۍ","جون","جولای","اګست","سپتمبر","اکتوبر","نومبر","دسمبر"],["جنوري","فېبروري","مارچ","اپریل","مۍ","جون","جولای","اګست","سپتمبر","اکتوبر","نومبر","دسمبر"]],[["له میلاد وړاندې","م."],c,["له میلاد څخه وړاندې","له میلاد څخه وروسته"]],0,[6,0],["y/M/d","y MMM d","د y د MMMM d","EEEE د y د MMMM d"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[",",".",";","%","‎+","‎−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"PKR","Rs","پاکستانۍ کلداره",{AFN:["؋"],BYN:[c,"р."],JPY:["JP¥","¥"],PKR:["Rs"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38469.efbd35e99bcf3461c9f3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38469.efbd35e99bcf3461c9f3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38469.efbd35e99bcf3461c9f3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38638.e57375bc797dde22202c.js b/dist/apps/processing-runtime-widget/38638.e57375bc797dde22202c.js new file mode 100644 index 0000000..5f5e738 --- /dev/null +++ b/dist/apps/processing-runtime-widget/38638.e57375bc797dde22202c.js @@ -0,0 +1,2 @@ +/*! For license information please see 38638.e57375bc797dde22202c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38638],{38638:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38638.e57375bc797dde22202c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38638.e57375bc797dde22202c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38638.e57375bc797dde22202c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/38778.a0de6e7d090658377d37.js b/dist/apps/processing-runtime-widget/38778.a0de6e7d090658377d37.js new file mode 100644 index 0000000..02c7fa1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/38778.a0de6e7d090658377d37.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38778],{38778:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38816.7c1472701d0d751226eb.js b/dist/apps/processing-runtime-widget/38816.7c1472701d0d751226eb.js new file mode 100644 index 0000000..aa78376 --- /dev/null +++ b/dist/apps/processing-runtime-widget/38816.7c1472701d0d751226eb.js @@ -0,0 +1,2 @@ +/*! For license information please see 38816.7c1472701d0d751226eb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[38816],{38816:function(e,n,t){t.r(n);const a=void 0;n.default=["bs",[["prijepodne","popodne"],["AM","PM"],["prijepodne","popodne"]],a,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"]],a,[["p.n.e.","n. e."],["p. n. e.","n. e."],["prije nove ere","nove ere"]],1,[6,0],["d. M. y.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",a,"{1} 'u' {0}",a],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"BAM","KM","Bosanskohercegovačka konvertibilna marka",{AUD:[a,"$"],BAM:["KM"],BRL:[a,"R$"],BYN:[a,"р."],CAD:[a,"$"],CNY:[a,"¥"],GBP:[a,"£"],HKD:[a,"$"],HRK:["kn"],ILS:[a,"₪"],MXN:[a,"$"],NZD:[a,"$"],PHP:[a,"₱"],RSD:["din."],THB:["฿"],TWD:["NT$"],USD:[a,"$"],XCD:[a,"$"],XPF:[]},"ltr",function(e){const n=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===t&&n%10==1&&n%100!=11||a%10==1&&a%100!=11?1:0===t&&n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/38816.7c1472701d0d751226eb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/38816.7c1472701d0d751226eb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/38816.7c1472701d0d751226eb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3885.41f0b138d70ffdc78bf7.js b/dist/apps/processing-runtime-widget/3885.41f0b138d70ffdc78bf7.js new file mode 100644 index 0000000..58931d8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3885.41f0b138d70ffdc78bf7.js @@ -0,0 +1,2 @@ +/*! For license information please see 3885.41f0b138d70ffdc78bf7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3885],{3885:function(t,M,o){o.r(M);const s=void 0;M.default=["ru",[["AM","PM"],s,s],s,[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],s,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RUB","₽","российский рубль",{BYN:[s,"р."],GEL:[s,"ლ"],PHP:[s,"₱"],RON:[s,"L"],RUB:["₽"],RUR:["р."],THB:["฿"],TMT:["ТМТ"],TWD:["NT$"],UAH:["₴"],XXX:["XXXX"]},"ltr",function(t){const M=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&M%10==1&&M%100!=11?1:0===o&&M%10===Math.floor(M%10)&&M%10>=2&&M%10<=4&&!(M%100>=12&&M%100<=14)?3:0===o&&M%10==0||0===o&&M%10===Math.floor(M%10)&&M%10>=5&&M%10<=9||0===o&&M%100===Math.floor(M%100)&&M%100>=11&&M%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3885.41f0b138d70ffdc78bf7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3885.41f0b138d70ffdc78bf7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3885.41f0b138d70ffdc78bf7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/3886.2526684c017a90752df5.js b/dist/apps/processing-runtime-widget/3886.2526684c017a90752df5.js new file mode 100644 index 0000000..9fba674 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3886.2526684c017a90752df5.js @@ -0,0 +1,2 @@ +/*! For license information please see 3886.2526684c017a90752df5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3886],{3886:function(u,a,i){i.r(a);const t=void 0;a.default=[[["pituna pyterupé","iandé-ara-pyturepé","kuêma ramẽ","karuka ramẽ","pituna ramẽ","pitunaeté ramẽ"],t,t],t,["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/3886.2526684c017a90752df5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/3886.2526684c017a90752df5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/3886.2526684c017a90752df5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39037.766d6f9a34f8c90a6443.js b/dist/apps/processing-runtime-widget/39037.766d6f9a34f8c90a6443.js new file mode 100644 index 0000000..a07ec4a --- /dev/null +++ b/dist/apps/processing-runtime-widget/39037.766d6f9a34f8c90a6443.js @@ -0,0 +1,2 @@ +/*! For license information please see 39037.766d6f9a34f8c90a6443.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39037],{39037:function(M,s,t){t.r(s);const n=void 0;s.default=["ur-IN",[["a","p"],["AM","PM"],n],[["AM","PM"],n,n],[["S","M","T","W","T","F","S"],["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],n,n],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n],n,[["قبل مسیح","عیسوی"],n,n],0,[0,0],["d/M/yy","d MMM، y","d MMMM، y","EEEE، d MMMM، y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",n,n,n],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","بھارتی روپیہ",{BYN:[n,"р."],JPY:["JP¥","¥"],PHP:[n,"₱"],THB:["฿"],TWD:["NT$"]},"rtl",function(M){const s=Math.floor(Math.abs(M)),t=M.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39037.766d6f9a34f8c90a6443.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39037.766d6f9a34f8c90a6443.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39037.766d6f9a34f8c90a6443.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39054.5c36bb0f8e1d11f24402.js b/dist/apps/processing-runtime-widget/39054.5c36bb0f8e1d11f24402.js new file mode 100644 index 0000000..ddf315f --- /dev/null +++ b/dist/apps/processing-runtime-widget/39054.5c36bb0f8e1d11f24402.js @@ -0,0 +1,2 @@ +/*! For license information please see 39054.5c36bb0f8e1d11f24402.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39054],{39054:function(a,e,u){u.r(e);const M=void 0;e.default=["en-MO",[["a","p"],["am","pm"],M],[["am","pm"],M,M],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],M,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],M,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} 'at' {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MOP","MOP$","Macanese Pataca",{JPY:["JP¥","¥"],MOP:["MOP$"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39054.5c36bb0f8e1d11f24402.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39054.5c36bb0f8e1d11f24402.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39054.5c36bb0f8e1d11f24402.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39065.c5a0ce040b0b4ed4309b.js b/dist/apps/processing-runtime-widget/39065.c5a0ce040b0b4ed4309b.js new file mode 100644 index 0000000..aa783ae --- /dev/null +++ b/dist/apps/processing-runtime-widget/39065.c5a0ce040b0b4ed4309b.js @@ -0,0 +1,2 @@ +/*! For license information please see 39065.c5a0ce040b0b4ed4309b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39065],{39065:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39065.c5a0ce040b0b4ed4309b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39065.c5a0ce040b0b4ed4309b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39065.c5a0ce040b0b4ed4309b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39068.aba7c0ba134ef7162bcc.js b/dist/apps/processing-runtime-widget/39068.aba7c0ba134ef7162bcc.js new file mode 100644 index 0000000..533a2c8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39068.aba7c0ba134ef7162bcc.js @@ -0,0 +1,2 @@ +/*! For license information please see 39068.aba7c0ba134ef7162bcc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39068],{39068:function(t,M,o){o.r(M);const s=void 0;M.default=["ru-KZ",[["AM","PM"],s,s],s,[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],s,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"KZT","₸","казахский тенге",{BYN:[s,"р."],GEL:[s,"ლ"],KZT:["₸"],PHP:[s,"₱"],RON:[s,"L"],RUB:["₽"],RUR:["р."],THB:["฿"],TMT:["ТМТ"],TWD:["NT$"],UAH:["₴"],XXX:["XXXX"]},"ltr",function(t){const M=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&M%10==1&&M%100!=11?1:0===o&&M%10===Math.floor(M%10)&&M%10>=2&&M%10<=4&&!(M%100>=12&&M%100<=14)?3:0===o&&M%10==0||0===o&&M%10===Math.floor(M%10)&&M%10>=5&&M%10<=9||0===o&&M%100===Math.floor(M%100)&&M%100>=11&&M%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39068.aba7c0ba134ef7162bcc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39068.aba7c0ba134ef7162bcc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39068.aba7c0ba134ef7162bcc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39194.8575f2e586a53d1f7a3e.js b/dist/apps/processing-runtime-widget/39194.8575f2e586a53d1f7a3e.js new file mode 100644 index 0000000..f12f220 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39194.8575f2e586a53d1f7a3e.js @@ -0,0 +1,2 @@ +/*! For license information please see 39194.8575f2e586a53d1f7a3e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39194],{39194:function(t,a,i){i.r(a);const g=void 0;a.default=[[["Mitternacht","am Morge","zmittag","am Namittag","zaabig","znacht"],g,g],[["Mitternacht","am Morge","zmittag","am Namittag","zaabig","znacht"],g,["Mitternacht","Morge","Mittag","Namittag","Aabig","Nacht"]],["00:00",["05:00","12:00"],["12:00","14:00"],["14:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39194.8575f2e586a53d1f7a3e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39194.8575f2e586a53d1f7a3e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39194.8575f2e586a53d1f7a3e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39256.1c09ff9e45b840dcab10.js b/dist/apps/processing-runtime-widget/39256.1c09ff9e45b840dcab10.js new file mode 100644 index 0000000..26eb6f8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39256.1c09ff9e45b840dcab10.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39256],{39256:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39443.8ece24cd0ca888a7bd89.js b/dist/apps/processing-runtime-widget/39443.8ece24cd0ca888a7bd89.js new file mode 100644 index 0000000..a467939 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39443.8ece24cd0ca888a7bd89.js @@ -0,0 +1,2 @@ +/*! For license information please see 39443.8ece24cd0ca888a7bd89.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39443],{39443:function(e,t,r){var n;r.r(t),r.d(t,{BrowserModule:function(){return Q},BrowserTransferStateModule:function(){return fe},By:function(){return ve},DomSanitizer:function(){return Ce},EVENT_MANAGER_PLUGINS:function(){return m},EventManager:function(){return h},HAMMER_GESTURE_CONFIG:function(){return Ee},HAMMER_LOADER:function(){return we},HammerGestureConfig:function(){return Te},HammerModule:function(){return De},Meta:function(){return te},Title:function(){return oe},TransferState:function(){return he},VERSION:function(){return _e},bootstrapApplication:function(){return G},disableDebugTools:function(){return pe},enableDebugTools:function(){return de},makeStateKey:function(){return me},platformBrowser:function(){return J},provideProtractorTestingSupport:function(){return K},"ɵBrowserDomAdapter":function(){return i},"ɵBrowserGetTestability":function(){return p},"ɵDomEventsPlugin":function(){return L},"ɵDomRendererFactory2":function(){return O},"ɵDomSanitizerImpl":function(){return Me},"ɵDomSharedStylesHost":function(){return v},"ɵHammerGesturesPlugin":function(){return be},"ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS":function(){return q},"ɵKeyEventsPlugin":function(){return z},"ɵNAMESPACE_URIS":function(){return E},"ɵSharedStylesHost":function(){return f},"ɵTRANSITION_ID":function(){return u},"ɵescapeHtml":function(){return ge},"ɵflattenStyles":function(){return _},"ɵgetDOM":function(){return o["ɵgetDOM"]},"ɵinitDomAdapter":function(){return Z},"ɵshimContentAttribute":function(){return S},"ɵshimHostAttribute":function(){return M}});var o=r(80179),s=r(40761);class a extends o["ɵDomAdapter"]{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class i extends a{static makeCurrent(){(0,o["ɵsetRootDomAdapter"])(new i)}onAndCancel(e,t,r){return e.addEventListener(t,r,!1),()=>{e.removeEventListener(t,r,!1)}}dispatchEvent(e,t){e.dispatchEvent(t)}remove(e){e.parentNode&&e.parentNode.removeChild(e)}createElement(e,t){return(t=t||this.getDefaultDocument()).createElement(e)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(e){return e.nodeType===Node.ELEMENT_NODE}isShadowRoot(e){return e instanceof DocumentFragment}getGlobalEventTarget(e,t){return"window"===t?window:"document"===t?e:"body"===t?e.body:null}getBaseHref(e){const t=(l=l||document.querySelector("base"),l?l.getAttribute("href"):null);return null==t?null:function(e){c=c||document.createElement("a"),c.setAttribute("href",e);const t=c.pathname;return"/"===t.charAt(0)?t:`/${t}`}(t)}resetBaseElement(){l=null}getUserAgent(){return window.navigator.userAgent}getCookie(e){return(0,o["ɵparseCookieValue"])(document.cookie,e)}}let c,l=null;const u=new s.InjectionToken("TRANSITION_ID");const d=[{provide:s.APP_INITIALIZER,useFactory:function(e,t,r){return()=>{r.get(s.ApplicationInitStatus).donePromise.then((()=>{const r=(0,o["ɵgetDOM"])(),n=t.querySelectorAll(`style[ng-transition="${e}"]`);for(let e=0;e{const n=e.findTestabilityInTree(t,r);if(null==n)throw new Error("Could not find testability for element.");return n},s["ɵglobal"].getAllAngularTestabilities=()=>e.getAllTestabilities(),s["ɵglobal"].getAllAngularRootElements=()=>e.getAllRootElements();s["ɵglobal"].frameworkStabilizers||(s["ɵglobal"].frameworkStabilizers=[]),s["ɵglobal"].frameworkStabilizers.push((e=>{const t=s["ɵglobal"].getAllAngularTestabilities();let r=t.length,n=!1;const o=function(t){n=n||t,r--,0==r&&e(n)};t.forEach((function(e){e.whenStable(o)}))}))}findTestabilityInTree(e,t,r){if(null==t)return null;const n=e.getTestability(t);return null!=n?n:r?(0,o["ɵgetDOM"])().isShadowRoot(t)?this.findTestabilityInTree(e,t.host,!0):this.findTestabilityInTree(e,t.parentElement,!0):null}}class g{build(){return new XMLHttpRequest}}g.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:g,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),g.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:g}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:g,decorators:[{type:s.Injectable}]});const m=new s.InjectionToken("EventManagerPlugins");class h{constructor(e,t){this._zone=t,this._eventNameToPlugin=new Map,e.forEach((e=>e.manager=this)),this._plugins=e.slice().reverse()}addEventListener(e,t,r){return this._findPluginFor(t).addEventListener(e,t,r)}addGlobalEventListener(e,t,r){return this._findPluginFor(t).addGlobalEventListener(e,t,r)}getZone(){return this._zone}_findPluginFor(e){const t=this._eventNameToPlugin.get(e);if(t)return t;const r=this._plugins;for(let t=0;t{this._stylesSet.has(e)||(this._stylesSet.add(e),t.add(e))})),this.onStylesAdded(t)}onStylesAdded(e){}getAllStyles(){return Array.from(this._stylesSet)}}f.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),f.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f,decorators:[{type:s.Injectable}]});class v extends f{constructor(e){super(),this._doc=e,this._hostNodes=new Map,this._hostNodes.set(e.head,[])}_addStylesToHost(e,t,r){e.forEach((e=>{const n=this._doc.createElement("style");n.textContent=e,r.push(t.appendChild(n))}))}addHost(e){const t=[];this._addStylesToHost(this._stylesSet,e,t),this._hostNodes.set(e,t)}removeHost(e){const t=this._hostNodes.get(e);t&&t.forEach(I),this._hostNodes.delete(e)}onStylesAdded(e){this._hostNodes.forEach(((t,r)=>{this._addStylesToHost(e,r,t)}))}ngOnDestroy(){this._hostNodes.forEach((e=>e.forEach(I)))}}function I(e){(0,o["ɵgetDOM"])().remove(e)}v.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:v,deps:[{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),v.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:v}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:v,decorators:[{type:s.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});const E={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},w=/%COMP%/g,T="undefined"==typeof ngDevMode||!!ngDevMode,b="%COMP%",D=`_nghost-${b}`,C=`_ngcontent-${b}`;function S(e){return C.replace(w,e)}function M(e){return D.replace(w,e)}function _(e,t,r){for(let n=0;n{if("__ngUnwrap__"===t)return e;!1===e(t)&&(t.preventDefault(),t.returnValue=!1)}}let N=!1;class O{constructor(e,t,r){this.eventManager=e,this.sharedStylesHost=t,this.appId=r,this.rendererByCompId=new Map,this.defaultRenderer=new R(e)}createRenderer(e,t){if(!e||!t)return this.defaultRenderer;switch(t.encapsulation){case s.ViewEncapsulation.Emulated:{let r=this.rendererByCompId.get(t.id);return r||(r=new F(this.eventManager,this.sharedStylesHost,t,this.appId),this.rendererByCompId.set(t.id,r)),r.applyToHost(e),r}case 1:case s.ViewEncapsulation.ShadowDom:return"undefined"!=typeof ngDevMode&&!ngDevMode||N||1!==t.encapsulation||(N=!0,console.warn("ViewEncapsulation.Native is no longer supported. Falling back to ViewEncapsulation.ShadowDom. The fallback will be removed in v12.")),new k(this.eventManager,this.sharedStylesHost,e,t);default:if(!this.rendererByCompId.has(t.id)){const e=_(t.id,t.styles,[]);this.sharedStylesHost.addStyles(e),this.rendererByCompId.set(t.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}O.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:O,deps:[{token:h},{token:v},{token:s.APP_ID}],target:s["ɵɵFactoryTarget"].Injectable}),O.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:O}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:O,decorators:[{type:s.Injectable}],ctorParameters:function(){return[{type:h},{type:v},{type:void 0,decorators:[{type:s.Inject,args:[s.APP_ID]}]}]}});class R{constructor(e){this.eventManager=e,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(e,t){return t?document.createElementNS(E[t]||t,e):document.createElement(e)}createComment(e){return document.createComment(e)}createText(e){return document.createTextNode(e)}appendChild(e,t){(P(e)?e.content:e).appendChild(t)}insertBefore(e,t,r){if(e){(P(e)?e.content:e).insertBefore(t,r)}}removeChild(e,t){e&&e.removeChild(t)}selectRootElement(e,t){let r="string"==typeof e?document.querySelector(e):e;if(!r)throw new Error(`The selector "${e}" did not match any elements`);return t||(r.textContent=""),r}parentNode(e){return e.parentNode}nextSibling(e){return e.nextSibling}setAttribute(e,t,r,n){if(n){t=n+":"+t;const o=E[n];o?e.setAttributeNS(o,t,r):e.setAttribute(t,r)}else e.setAttribute(t,r)}removeAttribute(e,t,r){if(r){const n=E[r];n?e.removeAttributeNS(n,t):e.removeAttribute(`${r}:${t}`)}else e.removeAttribute(t)}addClass(e,t){e.classList.add(t)}removeClass(e,t){e.classList.remove(t)}setStyle(e,t,r,n){n&(s.RendererStyleFlags2.DashCase|s.RendererStyleFlags2.Important)?e.style.setProperty(t,r,n&s.RendererStyleFlags2.Important?"important":""):e.style[t]=r}removeStyle(e,t,r){r&s.RendererStyleFlags2.DashCase?e.style.removeProperty(t):e.style[t]=""}setProperty(e,t,r){T&&j(t,"property"),e[t]=r}setValue(e,t){e.nodeValue=t}listen(e,t,r){return T&&j(t,"listener"),"string"==typeof e?this.eventManager.addGlobalEventListener(e,t,A(r)):this.eventManager.addEventListener(e,t,A(r))}}const V="@".charCodeAt(0);function j(e,t){if(e.charCodeAt(0)===V)throw new Error(`Unexpected synthetic ${t} ${e} found. Please make sure that:\n - Either \`BrowserAnimationsModule\` or \`NoopAnimationsModule\` are imported in your application.\n - There is corresponding configuration for the animation named \`${e}\` defined in the \`animations\` field of the \`@Component\` decorator (see https://angular.io/api/core/Component#animations).`)}function P(e){return"TEMPLATE"===e.tagName&&void 0!==e.content}class F extends R{constructor(e,t,r,n){super(e),this.component=r;const o=_(n+"-"+r.id,r.styles,[]);t.addStyles(o),this.contentAttr=S(n+"-"+r.id),this.hostAttr=M(n+"-"+r.id)}applyToHost(e){super.setAttribute(e,this.hostAttr,"")}createElement(e,t){const r=super.createElement(e,t);return super.setAttribute(r,this.contentAttr,""),r}}class k extends R{constructor(e,t,r,n){super(e),this.sharedStylesHost=t,this.hostEl=r,this.shadowRoot=r.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const o=_(n.id,n.styles,[]);for(let e=0;ethis.removeEventListener(e,t,r)}removeEventListener(e,t,r){return e.removeEventListener(t,r)}}L.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:L,deps:[{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),L.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:L}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:L,decorators:[{type:s.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});const x=["alt","control","meta","shift"],H={"\b":"Backspace","\t":"Tab","":"Delete","":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},U={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","":"NumLock"},B={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};class z extends y{constructor(e){super(e)}supports(e){return null!=z.parseEventName(e)}addEventListener(e,t,r){const n=z.parseEventName(t),s=z.eventCallback(n.fullKey,r,this.manager.getZone());return this.manager.getZone().runOutsideAngular((()=>(0,o["ɵgetDOM"])().onAndCancel(e,n.domEventName,s)))}static parseEventName(e){const t=e.toLowerCase().split("."),r=t.shift();if(0===t.length||"keydown"!==r&&"keyup"!==r)return null;const n=z._normalizeKey(t.pop());let o="";if(x.forEach((e=>{const r=t.indexOf(e);r>-1&&(t.splice(r,1),o+=e+".")})),o+=n,0!=t.length||0===n.length)return null;const s={};return s.domEventName=r,s.fullKey=o,s}static getEventFullKey(e){let t="",r=function(e){let t=e.key;if(null==t){if(t=e.keyIdentifier,null==t)return"Unidentified";t.startsWith("U+")&&(t=String.fromCharCode(parseInt(t.substring(2),16)),3===e.location&&U.hasOwnProperty(t)&&(t=U[t]))}return H[t]||t}(e);return r=r.toLowerCase()," "===r?r="space":"."===r&&(r="dot"),x.forEach((n=>{if(n!=r){(0,B[n])(e)&&(t+=n+".")}})),t+=r,t}static eventCallback(e,t,r){return n=>{z.getEventFullKey(n)===e&&r.runGuarded((()=>t(n)))}}static _normalizeKey(e){return"esc"===e?"escape":e}}z.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:z,deps:[{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),z.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:z}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:z,decorators:[{type:s.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});const $="undefined"==typeof ngDevMode||!!ngDevMode;function G(e,t){return(0,s["ɵinternalBootstrapApplication"])({rootComponent:e,appProviders:[...X,...t?.providers??[]],platformProviders:q})}function K(){return[...Y]}function Z(){i.makeCurrent()}const q=[{provide:s.PLATFORM_ID,useValue:o["ɵPLATFORM_BROWSER_ID"]},{provide:s.PLATFORM_INITIALIZER,useValue:Z,multi:!0},{provide:o.DOCUMENT,useFactory:function(){return(0,s["ɵsetDocument"])(document),document},deps:[]}],J=(0,s.createPlatformFactory)(s.platformCore,"browser",q),W=new s.InjectionToken($?"BrowserModule Providers Marker":""),Y=[{provide:s["ɵTESTABILITY_GETTER"],useClass:p,deps:[]},{provide:s["ɵTESTABILITY"],useClass:s.Testability,deps:[s.NgZone,s.TestabilityRegistry,s["ɵTESTABILITY_GETTER"]]},{provide:s.Testability,useClass:s.Testability,deps:[s.NgZone,s.TestabilityRegistry,s["ɵTESTABILITY_GETTER"]]}],X=[{provide:s["ɵINJECTOR_SCOPE"],useValue:"root"},{provide:s.ErrorHandler,useFactory:function(){return new s.ErrorHandler},deps:[]},{provide:m,useClass:L,multi:!0,deps:[o.DOCUMENT,s.NgZone,s.PLATFORM_ID]},{provide:m,useClass:z,multi:!0,deps:[o.DOCUMENT]},{provide:O,useClass:O,deps:[h,v,s.APP_ID]},{provide:s.RendererFactory2,useExisting:O},{provide:f,useExisting:v},{provide:v,useClass:v,deps:[o.DOCUMENT]},{provide:h,useClass:h,deps:[m,s.NgZone]},{provide:o.XhrFactory,useClass:g,deps:[]},$?{provide:W,useValue:!0}:[]];class Q{constructor(e){if($&&e)throw new Error("Providers from the `BrowserModule` have already been loaded. If you need access to common directives such as NgIf and NgFor, import the `CommonModule` instead.")}static withServerTransition(e){return{ngModule:Q,providers:[{provide:s.APP_ID,useValue:e.appId},{provide:u,useExisting:s.APP_ID},d]}}}function ee(){return new te((0,s["ɵɵinject"])(o.DOCUMENT))}Q.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Q,deps:[{token:W,optional:!0,skipSelf:!0}],target:s["ɵɵFactoryTarget"].NgModule}),Q.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Q,exports:[o.CommonModule,s.ApplicationModule]}),Q.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Q,providers:[...X,...Y],imports:[o.CommonModule,s.ApplicationModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Q,decorators:[{type:s.NgModule,args:[{providers:[...X,...Y],exports:[o.CommonModule,s.ApplicationModule]}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Optional},{type:s.SkipSelf},{type:s.Inject,args:[W]}]}]}});class te{constructor(e){this._doc=e,this._dom=(0,o["ɵgetDOM"])()}addTag(e,t=!1){return e?this._getOrCreateElement(e,t):null}addTags(e,t=!1){return e?e.reduce(((e,r)=>(r&&e.push(this._getOrCreateElement(r,t)),e)),[]):[]}getTag(e){return e&&this._doc.querySelector(`meta[${e}]`)||null}getTags(e){if(!e)return[];const t=this._doc.querySelectorAll(`meta[${e}]`);return t?[].slice.call(t):[]}updateTag(e,t){if(!e)return null;t=t||this._parseSelector(e);const r=this.getTag(t);return r?this._setMetaElementAttributes(e,r):this._getOrCreateElement(e,!0)}removeTag(e){this.removeTagElement(this.getTag(e))}removeTagElement(e){e&&this._dom.remove(e)}_getOrCreateElement(e,t=!1){if(!t){const t=this._parseSelector(e),r=this.getTags(t).filter((t=>this._containsAttributes(e,t)))[0];if(void 0!==r)return r}const r=this._dom.createElement("meta");this._setMetaElementAttributes(e,r);return this._doc.getElementsByTagName("head")[0].appendChild(r),r}_setMetaElementAttributes(e,t){return Object.keys(e).forEach((r=>t.setAttribute(this._getMetaKeyMap(r),e[r]))),t}_parseSelector(e){const t=e.name?"name":"property";return`${t}="${e[t]}"`}_containsAttributes(e,t){return Object.keys(e).every((r=>t.getAttribute(this._getMetaKeyMap(r))===e[r]))}_getMetaKeyMap(e){return re[e]||e}}te.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:te,deps:[{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),te.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:te,providedIn:"root",useFactory:ee,deps:[]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:te,decorators:[{type:s.Injectable,args:[{providedIn:"root",useFactory:ee,deps:[]}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});const re={httpEquiv:"http-equiv"};function ne(){return new oe((0,s["ɵɵinject"])(o.DOCUMENT))}class oe{constructor(e){this._doc=e}getTitle(){return this._doc.title}setTitle(e){this._doc.title=e||""}}oe.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:oe,deps:[{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),oe.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:oe,providedIn:"root",useFactory:ne,deps:[]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:oe,decorators:[{type:s.Injectable,args:[{providedIn:"root",useFactory:ne,deps:[]}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});function se(e,t){if("undefined"==typeof COMPILED||!COMPILED){(s["ɵglobal"].ng=s["ɵglobal"].ng||{})[e]=t}}const ae="undefined"!=typeof window&&window||{};class ie{constructor(e,t){this.msPerTick=e,this.numTicks=t}}class ce{constructor(e){this.appRef=e.injector.get(s.ApplicationRef)}timeChangeDetection(e){const t=e&&e.record,r="Change Detection",n=null!=ae.console.profile;t&&n&&ae.console.profile(r);const o=le();let s=0;for(;s<5||le()-o<500;)this.appRef.tick(),s++;const a=le();t&&n&&ae.console.profileEnd(r);const i=(a-o)/s;return ae.console.log(`ran ${s} change detection cycles`),ae.console.log(`${i.toFixed(2)} ms per check`),new ie(i,s)}}function le(){return ae.performance&&ae.performance.now?ae.performance.now():(new Date).getTime()}const ue="profiler";function de(e){return se(ue,new ce(e)),e}function pe(){se(ue,null)}function ge(e){const t={"&":"&a;",'"':"&q;","'":"&s;","<":"&l;",">":"&g;"};return e.replace(/[&"'<>]/g,(e=>t[e]))}function me(e){return e}class he{constructor(){this.store={},this.onSerializeCallbacks={}}static init(e){const t=new he;return t.store=e,t}get(e,t){return void 0!==this.store[e]?this.store[e]:t}set(e,t){this.store[e]=t}remove(e){delete this.store[e]}hasKey(e){return this.store.hasOwnProperty(e)}onSerialize(e,t){this.onSerializeCallbacks[e]=t}toJson(){for(const e in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(e))try{this.store[e]=this.onSerializeCallbacks[e]()}catch(e){console.warn("Exception in onSerialize callback: ",e)}return JSON.stringify(this.store)}}function ye(e,t){const r=e.getElementById(t+"-state");let n={};if(r&&r.textContent)try{n=JSON.parse(function(e){const t={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return e.replace(/&[^;]+;/g,(e=>t[e]))}(r.textContent))}catch(e){console.warn("Exception while restoring TransferState for app "+t,e)}return he.init(n)}he.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:he,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),he.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:he}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:he,decorators:[{type:s.Injectable}]});class fe{}fe.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:fe,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),fe.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:fe}),fe.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:fe,providers:[{provide:he,useFactory:ye,deps:[o.DOCUMENT,s.APP_ID]}]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:fe,decorators:[{type:s.NgModule,args:[{providers:[{provide:he,useFactory:ye,deps:[o.DOCUMENT,s.APP_ID]}]}]}]});class ve{static all(){return()=>!0}static css(e){return t=>null!=t.nativeElement&&function(e,t){if((0,o["ɵgetDOM"])().isElementNode(e))return e.matches&&e.matches(t)||e.msMatchesSelector&&e.msMatchesSelector(t)||e.webkitMatchesSelector&&e.webkitMatchesSelector(t);return!1}(t.nativeElement,e)}static directive(e){return t=>-1!==t.providerTokens.indexOf(e)}}const Ie={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},Ee=new s.InjectionToken("HammerGestureConfig"),we=new s.InjectionToken("HammerLoader");class Te{constructor(){this.events=[],this.overrides={}}buildHammer(e){const t=new Hammer(e,this.options);t.get("pinch").set({enable:!0}),t.get("rotate").set({enable:!0});for(const e in this.overrides)t.get(e).set(this.overrides[e]);return t}}Te.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Te,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),Te.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Te}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Te,decorators:[{type:s.Injectable}]});class be extends y{constructor(e,t,r,n){super(e),this._config=t,this.console=r,this.loader=n,this._loaderPromise=null}supports(e){return!(!Ie.hasOwnProperty(e.toLowerCase())&&!this.isCustomEvent(e))&&(!(!window.Hammer&&!this.loader)||(("undefined"==typeof ngDevMode||ngDevMode)&&this.console.warn(`The "${e}" event cannot be bound because Hammer.JS is not loaded and no custom loader has been specified.`),!1))}addEventListener(e,t,r){const n=this.manager.getZone();if(t=t.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||n.runOutsideAngular((()=>this.loader()));let o=!1,s=()=>{o=!0};return n.runOutsideAngular((()=>this._loaderPromise.then((()=>{if(!window.Hammer)return("undefined"==typeof ngDevMode||ngDevMode)&&this.console.warn("The custom HAMMER_LOADER completed, but Hammer.JS is not present."),void(s=()=>{});o||(s=this.addEventListener(e,t,r))})).catch((()=>{("undefined"==typeof ngDevMode||ngDevMode)&&this.console.warn(`The "${t}" event cannot be bound because the custom Hammer.JS loader failed.`),s=()=>{}})))),()=>{s()}}return n.runOutsideAngular((()=>{const o=this._config.buildHammer(e),s=function(e){n.runGuarded((function(){r(e)}))};return o.on(t,s),()=>{o.off(t,s),"function"==typeof o.destroy&&o.destroy()}}))}isCustomEvent(e){return this._config.events.indexOf(e)>-1}}be.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:be,deps:[{token:o.DOCUMENT},{token:Ee},{token:s["ɵConsole"]},{token:we,optional:!0}],target:s["ɵɵFactoryTarget"].Injectable}),be.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:be}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:be,decorators:[{type:s.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]},{type:Te,decorators:[{type:s.Inject,args:[Ee]}]},{type:s["ɵConsole"]},{type:void 0,decorators:[{type:s.Optional},{type:s.Inject,args:[we]}]}]}});class De{}De.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:De,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),De.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:De}),De.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:De,providers:[{provide:m,useClass:be,multi:!0,deps:[o.DOCUMENT,Ee,s["ɵConsole"],[new s.Optional,we]]},{provide:Ee,useClass:Te,deps:[]}]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:De,decorators:[{type:s.NgModule,args:[{providers:[{provide:m,useClass:be,multi:!0,deps:[o.DOCUMENT,Ee,s["ɵConsole"],[new s.Optional,we]]},{provide:Ee,useClass:Te,deps:[]}]}]}]});class Ce{}function Se(e){return new Me(e.get(o.DOCUMENT))}Ce.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Ce,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),Ce.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Ce,providedIn:"root",useExisting:s.forwardRef((function(){return Me}))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Ce,decorators:[{type:s.Injectable,args:[{providedIn:"root",useExisting:(0,s.forwardRef)((()=>Me))}]}]});class Me extends Ce{constructor(e){super(),this._doc=e}sanitize(e,t){if(null==t)return null;switch(e){case s.SecurityContext.NONE:return t;case s.SecurityContext.HTML:return(0,s["ɵallowSanitizationBypassAndThrow"])(t,"HTML")?(0,s["ɵunwrapSafeValue"])(t):(0,s["ɵ_sanitizeHtml"])(this._doc,String(t)).toString();case s.SecurityContext.STYLE:return(0,s["ɵallowSanitizationBypassAndThrow"])(t,"Style")?(0,s["ɵunwrapSafeValue"])(t):t;case s.SecurityContext.SCRIPT:if((0,s["ɵallowSanitizationBypassAndThrow"])(t,"Script"))return(0,s["ɵunwrapSafeValue"])(t);throw new Error("unsafe value used in a script context");case s.SecurityContext.URL:return(0,s["ɵallowSanitizationBypassAndThrow"])(t,"URL")?(0,s["ɵunwrapSafeValue"])(t):(0,s["ɵ_sanitizeUrl"])(String(t));case s.SecurityContext.RESOURCE_URL:if((0,s["ɵallowSanitizationBypassAndThrow"])(t,"ResourceURL"))return(0,s["ɵunwrapSafeValue"])(t);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${e} (see https://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(e){return(0,s["ɵbypassSanitizationTrustHtml"])(e)}bypassSecurityTrustStyle(e){return(0,s["ɵbypassSanitizationTrustStyle"])(e)}bypassSecurityTrustScript(e){return(0,s["ɵbypassSanitizationTrustScript"])(e)}bypassSecurityTrustUrl(e){return(0,s["ɵbypassSanitizationTrustUrl"])(e)}bypassSecurityTrustResourceUrl(e){return(0,s["ɵbypassSanitizationTrustResourceUrl"])(e)}}Me.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Me,deps:[{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),Me.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Me,providedIn:"root",useFactory:Se,deps:[{token:s.Injector}]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:Me,decorators:[{type:s.Injectable,args:[{providedIn:"root",useFactory:Se,deps:[s.Injector]}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});const _e=new s.Version("14.0.6")}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39443.8ece24cd0ca888a7bd89.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39443.8ece24cd0ca888a7bd89.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/39443.8ece24cd0ca888a7bd89.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/3946.6ed77109edf2a5c7e437.js b/dist/apps/processing-runtime-widget/3946.6ed77109edf2a5c7e437.js new file mode 100644 index 0000000..ee3c603 --- /dev/null +++ b/dist/apps/processing-runtime-widget/3946.6ed77109edf2a5c7e437.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[3946],{3946:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39465.dc34502f327ecb854a72.js b/dist/apps/processing-runtime-widget/39465.dc34502f327ecb854a72.js new file mode 100644 index 0000000..834f7be --- /dev/null +++ b/dist/apps/processing-runtime-widget/39465.dc34502f327ecb854a72.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39465],{39465:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39528.6b4d70352a06f6dec1ec.js b/dist/apps/processing-runtime-widget/39528.6b4d70352a06f6dec1ec.js new file mode 100644 index 0000000..eb2b41a --- /dev/null +++ b/dist/apps/processing-runtime-widget/39528.6b4d70352a06f6dec1ec.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39528],{39528:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39580.3b7327fa58af9c0b7bd7.js b/dist/apps/processing-runtime-widget/39580.3b7327fa58af9c0b7bd7.js new file mode 100644 index 0000000..799eec3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39580.3b7327fa58af9c0b7bd7.js @@ -0,0 +1,2 @@ +/*! For license information please see 39580.3b7327fa58af9c0b7bd7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39580],{39580:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39580.3b7327fa58af9c0b7bd7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39580.3b7327fa58af9c0b7bd7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39580.3b7327fa58af9c0b7bd7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39613.5f37f9a10e94f8e673aa.js b/dist/apps/processing-runtime-widget/39613.5f37f9a10e94f8e673aa.js new file mode 100644 index 0000000..2a9d9a6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39613.5f37f9a10e94f8e673aa.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39613],{39613:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39624.505b4707d3894d148d4f.js b/dist/apps/processing-runtime-widget/39624.505b4707d3894d148d4f.js new file mode 100644 index 0000000..5a56eee --- /dev/null +++ b/dist/apps/processing-runtime-widget/39624.505b4707d3894d148d4f.js @@ -0,0 +1,2 @@ +/*! For license information please see 39624.505b4707d3894d148d4f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39624],{39624:function(s,t,u){u.r(t);const c=void 0;t.default=["as",[["পূৰ্বাহ্ন","অপৰাহ্ন"],c,c],c,[["দ","স","ম","ব","ব","শ","শ"],["দেও","সোম","মঙ্গল","বুধ","বৃহ","শুক্ৰ","শনি"],["দেওবাৰ","সোমবাৰ","মঙ্গলবাৰ","বুধবাৰ","বৃহস্পতিবাৰ","শুক্ৰবাৰ","শনিবাৰ"],["দেও","সোম","মঙ্গল","বুধ","বৃহ","শুক্ৰ","শনি"]],c,[["জ","ফ","ম","এ","ম","জ","জ","আ","ছ","অ","ন","ড"],["জানু","ফেব্ৰু","মাৰ্চ","এপ্ৰিল","মে’","জুন","জুলাই","আগ","ছেপ্তে","অক্টো","নৱে","ডিচে"],["জানুৱাৰী","ফেব্ৰুৱাৰী","মাৰ্চ","এপ্ৰিল","মে’","জুন","জুলাই","আগষ্ট","ছেপ্তেম্বৰ","অক্টোবৰ","নৱেম্বৰ","ডিচেম্বৰ"]],c,[["খ্ৰীঃ পূঃ","খ্ৰীঃ"],c,["খ্ৰীষ্টপূৰ্ব","খ্ৰীষ্টাব্দ"]],0,[0,0],["d-M-y","dd-MM-y","d MMMM, y","EEEE, d MMMM, y"],["a h.mm","a h.mm.ss","a h.mm.ss z","a h.mm.ss zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"INR","₹","ভাৰতীয় ৰুপী",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],USD:["US$","$"]},"ltr",function(s){const t=s;return 0===Math.floor(Math.abs(s))||1===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39624.505b4707d3894d148d4f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39624.505b4707d3894d148d4f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39624.505b4707d3894d148d4f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/39793.f7c09af8bed01a52aa0f.js b/dist/apps/processing-runtime-widget/39793.f7c09af8bed01a52aa0f.js new file mode 100644 index 0000000..6b2c0b4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/39793.f7c09af8bed01a52aa0f.js @@ -0,0 +1,2 @@ +/*! For license information please see 39793.f7c09af8bed01a52aa0f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[39793],{39793:function(s,u,M){M.r(u);const c=void 0;u.default=["bo-IN",[["སྔ་དྲོ་","ཕྱི་དྲོ་"],c,c],c,[["ཉི","ཟླ","མིག","ལྷག","ཕུར","སངས","སྤེན"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"],["གཟའ་ཉི་མ་","གཟའ་ཟླ་བ་","གཟའ་མིག་དམར་","གཟའ་ལྷག་པ་","གཟའ་ཕུར་བུ་","གཟའ་པ་སངས་","གཟའ་སྤེན་པ་"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ","ཟླ་བ་གཉིས་པ","ཟླ་བ་གསུམ་པ","ཟླ་བ་བཞི་པ","ཟླ་བ་ལྔ་པ","ཟླ་བ་དྲུག་པ","ཟླ་བ་བདུན་པ","ཟླ་བ་བརྒྱད་པ","ཟླ་བ་དགུ་པ","ཟླ་བ་བཅུ་པ","ཟླ་བ་བཅུ་གཅིག་པ","ཟླ་བ་བཅུ་གཉིས་པ"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ་","ཟླ་བ་གཉིས་པ་","ཟླ་བ་གསུམ་པ་","ཟླ་བ་བཞི་པ་","ཟླ་བ་ལྔ་པ་","ཟླ་བ་དྲུག་པ་","ཟླ་བ་བདུན་པ་","ཟླ་བ་བརྒྱད་པ་","ཟླ་བ་དགུ་པ་","ཟླ་བ་བཅུ་པ་","ཟླ་བ་བཅུ་གཅིག་པ་","ཟླ་བ་བཅུ་གཉིས་པ་"]],[["སྤྱི་ལོ་སྔོན་","སྤྱི་ལོ་"],c,c],0,[0,0],["y-MM-dd","y ལོའི་MMMཚེས་d","སྤྱི་ལོ་y MMMMའི་ཚེས་d","y MMMMའི་ཚེས་d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","རྒྱ་གར་སྒོར་",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/39793.f7c09af8bed01a52aa0f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/39793.f7c09af8bed01a52aa0f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/39793.f7c09af8bed01a52aa0f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/40145.cf9584ecd6be83273785.js b/dist/apps/processing-runtime-widget/40145.cf9584ecd6be83273785.js new file mode 100644 index 0000000..65ae88c --- /dev/null +++ b/dist/apps/processing-runtime-widget/40145.cf9584ecd6be83273785.js @@ -0,0 +1,2 @@ +/*! For license information please see 40145.cf9584ecd6be83273785.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40145],{40145:function(s,u,c){c.r(u);const i=void 0;u.default=["zh",[["上午","下午"],i,i],i,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],i,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],i,[["公元前","公元"],i,i],0,[6,0],["y/M/d","y年M月d日",i,"y年M月d日EEEE"],["HH:mm","HH:mm:ss","z HH:mm:ss","zzzz HH:mm:ss"],["{1} {0}",i,i,i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CNY","¥","人民币",{AUD:["AU$","$"],BYN:[i,"р."],CNY:["¥"],ILR:["ILS"],JPY:["JP¥","¥"],KRW:["₩","₩"],PHP:[i,"₱"],RUR:[i,"р."],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40145.cf9584ecd6be83273785.js.LICENSE.txt b/dist/apps/processing-runtime-widget/40145.cf9584ecd6be83273785.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/40145.cf9584ecd6be83273785.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/40178.fea7ec4c9a00aa619b53.js b/dist/apps/processing-runtime-widget/40178.fea7ec4c9a00aa619b53.js new file mode 100644 index 0000000..38043d4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/40178.fea7ec4c9a00aa619b53.js @@ -0,0 +1,2 @@ +/*! For license information please see 40178.fea7ec4c9a00aa619b53.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40178],{40178:function(e,$,r){r.r($);const i=void 0;$.default=["fr-BJ",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40178.fea7ec4c9a00aa619b53.js.LICENSE.txt b/dist/apps/processing-runtime-widget/40178.fea7ec4c9a00aa619b53.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/40178.fea7ec4c9a00aa619b53.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/40291.f6a1090811629e9a0aa3.js b/dist/apps/processing-runtime-widget/40291.f6a1090811629e9a0aa3.js new file mode 100644 index 0000000..ee5de87 --- /dev/null +++ b/dist/apps/processing-runtime-widget/40291.f6a1090811629e9a0aa3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40291],{40291:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40298.b4b2a78527de37f3d8fb.js b/dist/apps/processing-runtime-widget/40298.b4b2a78527de37f3d8fb.js new file mode 100644 index 0000000..592ee7b --- /dev/null +++ b/dist/apps/processing-runtime-widget/40298.b4b2a78527de37f3d8fb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40298],{40298:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40604.5d5e9e3b1ed885741b3b.js b/dist/apps/processing-runtime-widget/40604.5d5e9e3b1ed885741b3b.js new file mode 100644 index 0000000..aba6d8d --- /dev/null +++ b/dist/apps/processing-runtime-widget/40604.5d5e9e3b1ed885741b3b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40604],{40604:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40707.ca14aa20a40d2283e4b2.js b/dist/apps/processing-runtime-widget/40707.ca14aa20a40d2283e4b2.js new file mode 100644 index 0000000..5d88a83 --- /dev/null +++ b/dist/apps/processing-runtime-widget/40707.ca14aa20a40d2283e4b2.js @@ -0,0 +1,2 @@ +/*! For license information please see 40707.ca14aa20a40d2283e4b2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40707],{40707:function(e,a,u){u.r(a);const n=void 0;a.default=["en-PK",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","dd-MMM-y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"PKR","Rs","Pakistani Rupee",{JPY:["JP¥","¥"],PKR:["Rs"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40707.ca14aa20a40d2283e4b2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/40707.ca14aa20a40d2283e4b2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/40707.ca14aa20a40d2283e4b2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/40727.37dec3fea7ba8755dd80.js b/dist/apps/processing-runtime-widget/40727.37dec3fea7ba8755dd80.js new file mode 100644 index 0000000..2ad2671 --- /dev/null +++ b/dist/apps/processing-runtime-widget/40727.37dec3fea7ba8755dd80.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40727],{40727:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40889.644c48b2839d68aa6a96.js b/dist/apps/processing-runtime-widget/40889.644c48b2839d68aa6a96.js new file mode 100644 index 0000000..7aebf1f --- /dev/null +++ b/dist/apps/processing-runtime-widget/40889.644c48b2839d68aa6a96.js @@ -0,0 +1,2 @@ +/*! For license information please see 40889.644c48b2839d68aa6a96.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[40889],{40889:function(s,t,u){u.r(t);const M=void 0;t.default=["doi",[["सवेर","स’ञ"],M,["सवेर","बाद दपैहर"]],[["सवेर","स’ञ"],M,M],[["ऐ.","सो.","म.","बु.","बी.","शु.","श."],["ऐत","सोम","मंगल","बुध","बीर","शुक्र","शनि"],["ऐतबार","सोमबार","मंगलबार","बुधबार","बीरबार","शुक्रबार","शनीबार"],["ऐत","सोम","मंगल","बुध","बीर","शुक्र","शनि"]],[["ऐ","सो","म.","बु.","बी.","शु.","श."],["ऐत","सोम","मंगल","बुध","बीर","शुक्र","शनि"],["ऐतबार","सोमबार","मंगलबार","बुधबार","बीरबार","शुक्रबार","शनिबार"],["ऐत","सोम","मंगल","बुध","बीर","शुक्र","शनि"]],[["ज","फ","मा","अ","मे","जू","जु","अ","सि","अ","न","दि"],["जन.","फर.","मार्च","अप्रैल","मेई","जून","जुलाई","अग.","सित.","अक्तू.","नव.","दिस."],["जनवरी","फरवरी","मार्च","अप्रैल","मेई","जून","जुलाई","अगस्त","सितंबर","अत्तूबर","नवंबर","दिसंबर"]],[["ज","फ","मा","अ","मे","जू","जु","अ","सि","अ","न","दि"],["जन.","फर.","मार्च","अप्रैल","मेई","जून","जुलाई","अग.","सित.","अक्तू.","नव.","दिस."],["जनवरी","फरवरी","मार्च","अप्रैल","मेई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]],[["ई.पू.","ईसवी"],M,["ई.पू.","ई. सन्"]],0,[0,0],["d/M/yy","d, MMM y","d, MMMM y","EEEE, d, MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} गी {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"INR","₹","भारती रपेऽ",{},"ltr",function(s){const t=s;return 0===Math.floor(Math.abs(s))||1===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/40889.644c48b2839d68aa6a96.js.LICENSE.txt b/dist/apps/processing-runtime-widget/40889.644c48b2839d68aa6a96.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/40889.644c48b2839d68aa6a96.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41079.6cc6925c23c6ab745c96.js b/dist/apps/processing-runtime-widget/41079.6cc6925c23c6ab745c96.js new file mode 100644 index 0000000..3e2e8ba --- /dev/null +++ b/dist/apps/processing-runtime-widget/41079.6cc6925c23c6ab745c96.js @@ -0,0 +1,2 @@ +/*! For license information please see 41079.6cc6925c23c6ab745c96.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41079],{41079:function(a,i,s){s.r(i);const t=void 0;i.default=["sw-UG",[["am","pm"],["AM","PM"],t],[["AM","PM"],t,t],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],t,t],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],t,[["KK","BK"],t,["Kabla ya Kristo","Baada ya Kristo"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"UGX","USh","Shilingi ya Uganda",{BYN:[t,"р."],JPY:["JP¥","¥"],KES:["Ksh"],PHP:[t,"₱"],THB:["฿"],TWD:["NT$"],TZS:["TSh"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){const i=Math.floor(Math.abs(a)),s=a.toString().replace(/^[^.]*\.?/,"").length;return 1===i&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41079.6cc6925c23c6ab745c96.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41079.6cc6925c23c6ab745c96.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41079.6cc6925c23c6ab745c96.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41124.b1bb18c22db8af88de3a.js b/dist/apps/processing-runtime-widget/41124.b1bb18c22db8af88de3a.js new file mode 100644 index 0000000..c6e1c2f --- /dev/null +++ b/dist/apps/processing-runtime-widget/41124.b1bb18c22db8af88de3a.js @@ -0,0 +1,2 @@ +/*! For license information please see 41124.b1bb18c22db8af88de3a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41124],{41124:function(e,$,r){r.r($);const i=void 0;$.default=["fr-YT",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41124.b1bb18c22db8af88de3a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41124.b1bb18c22db8af88de3a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41124.b1bb18c22db8af88de3a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41153.dce982f00b3513287e99.js b/dist/apps/processing-runtime-widget/41153.dce982f00b3513287e99.js new file mode 100644 index 0000000..409b91c --- /dev/null +++ b/dist/apps/processing-runtime-widget/41153.dce982f00b3513287e99.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41153],{41153:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41333.90baa738f1582d13b3ad.js b/dist/apps/processing-runtime-widget/41333.90baa738f1582d13b3ad.js new file mode 100644 index 0000000..49448a3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/41333.90baa738f1582d13b3ad.js @@ -0,0 +1,2 @@ +/*! For license information please see 41333.90baa738f1582d13b3ad.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41333],{41333:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-Latn-CM",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","Mbuuɗi Seefaa BEAC",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41333.90baa738f1582d13b3ad.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41333.90baa738f1582d13b3ad.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41333.90baa738f1582d13b3ad.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41504.34db5226359bee47b2c1.js b/dist/apps/processing-runtime-widget/41504.34db5226359bee47b2c1.js new file mode 100644 index 0000000..a23b147 --- /dev/null +++ b/dist/apps/processing-runtime-widget/41504.34db5226359bee47b2c1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41504],{41504:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41553.5b0cfe5bc2b63b6e8490.js b/dist/apps/processing-runtime-widget/41553.5b0cfe5bc2b63b6e8490.js new file mode 100644 index 0000000..68022da --- /dev/null +++ b/dist/apps/processing-runtime-widget/41553.5b0cfe5bc2b63b6e8490.js @@ -0,0 +1,2 @@ +/*! For license information please see 41553.5b0cfe5bc2b63b6e8490.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41553],{41553:function(e,u,a){a.r(u);const r=void 0;u.default=["en-FI",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[","," ",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41553.5b0cfe5bc2b63b6e8490.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41553.5b0cfe5bc2b63b6e8490.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41553.5b0cfe5bc2b63b6e8490.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4169.31ee2401aef38bd17ab6.js b/dist/apps/processing-runtime-widget/4169.31ee2401aef38bd17ab6.js new file mode 100644 index 0000000..77a9471 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4169.31ee2401aef38bd17ab6.js @@ -0,0 +1,2 @@ +/*! For license information please see 4169.31ee2401aef38bd17ab6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4169],{4169:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4169.31ee2401aef38bd17ab6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4169.31ee2401aef38bd17ab6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4169.31ee2401aef38bd17ab6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41735.7cbd9fa0757fb0760e56.js b/dist/apps/processing-runtime-widget/41735.7cbd9fa0757fb0760e56.js new file mode 100644 index 0000000..8a3208a --- /dev/null +++ b/dist/apps/processing-runtime-widget/41735.7cbd9fa0757fb0760e56.js @@ -0,0 +1,2 @@ +/*! For license information please see 41735.7cbd9fa0757fb0760e56.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41735],{41735:function(M,e,r){r.r(e);const t=void 0;e.default=["de",[["AM","PM"],t,t],t,[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(M){const e=Math.floor(Math.abs(M)),r=M.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41735.7cbd9fa0757fb0760e56.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41735.7cbd9fa0757fb0760e56.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41735.7cbd9fa0757fb0760e56.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41904.4817039304b4aa808bac.js b/dist/apps/processing-runtime-widget/41904.4817039304b4aa808bac.js new file mode 100644 index 0000000..0116557 --- /dev/null +++ b/dist/apps/processing-runtime-widget/41904.4817039304b4aa808bac.js @@ -0,0 +1,2 @@ +/*! For license information please see 41904.4817039304b4aa808bac.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41904],{41904:function(u,c,i){i.r(c);const e=void 0;c.default=[[["मध्यरात्रि","सुबह","दोपहर","शाम","रात"],e,e],[["आधी रात","सुबह","दोपहर","शाम","रात"],["मध्यरात्रि","सुबह","दोपहर","शाम","रात"],e],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41904.4817039304b4aa808bac.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41904.4817039304b4aa808bac.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41904.4817039304b4aa808bac.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41919.a6779a3295afc0939031.js b/dist/apps/processing-runtime-widget/41919.a6779a3295afc0939031.js new file mode 100644 index 0000000..c6155d7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/41919.a6779a3295afc0939031.js @@ -0,0 +1,2 @@ +/*! For license information please see 41919.a6779a3295afc0939031.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41919],{41919:function(s,u,M){M.r(u);const c=void 0;u.default=["ks-Arab",[["AM","PM"],c,c],c,[["ا","ژ","ب","ب","ب","ج","ب"],["آتھوار","ژٔندٕروار","بۆموار","بودوار","برؠسوار","جُمہ","بٹوار"],["اَتھوار","ژٔندرٕروار","بۆموار","بودوار","برؠسوار","جُمہ","بٹوار"],["آتھوار","ژٔندٕروار","بۆموار","بودوار","برؠسوار","جُمہ","بٹوار"]],c,[["ج","ف","م","ا","م","ج","ج","ا","س","س","ا","ن"],["جنؤری","فرؤری","مارٕچ","اپریل","مئی","جوٗن","جوٗلایی","اگست","ستمبر","اکتوٗبر","نومبر","دسمبر"],c],c,[["بی سی","اے ڈی"],c,["قبٕل مسیٖح","عیٖسوی سنہٕ"]],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{0} پٮ۪ٹھۍ {1}",c],[".","،",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"INR","₹","ہِندُستٲنۍ رۄپَے",{},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41919.a6779a3295afc0939031.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41919.a6779a3295afc0939031.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41919.a6779a3295afc0939031.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/41994.70a7e45ff7597bd6910b.js b/dist/apps/processing-runtime-widget/41994.70a7e45ff7597bd6910b.js new file mode 100644 index 0000000..678b976 --- /dev/null +++ b/dist/apps/processing-runtime-widget/41994.70a7e45ff7597bd6910b.js @@ -0,0 +1,2 @@ +/*! For license information please see 41994.70a7e45ff7597bd6910b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[41994],{41994:function(u,c,i){i.r(c);const e=void 0;c.default=[[["шөнө дунд","үд дунд","өглөө","өдөр","орой","шөнө"],e,e],e,["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/41994.70a7e45ff7597bd6910b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/41994.70a7e45ff7597bd6910b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/41994.70a7e45ff7597bd6910b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42018.42b98139fb218fbb6a68.js b/dist/apps/processing-runtime-widget/42018.42b98139fb218fbb6a68.js new file mode 100644 index 0000000..75b8a2c --- /dev/null +++ b/dist/apps/processing-runtime-widget/42018.42b98139fb218fbb6a68.js @@ -0,0 +1,2 @@ +/*! For license information please see 42018.42b98139fb218fbb6a68.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42018],{42018:function(e,a,u){u.r(a);const r=void 0;a.default=["en-FM",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42018.42b98139fb218fbb6a68.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42018.42b98139fb218fbb6a68.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42018.42b98139fb218fbb6a68.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42028.f63ac26b9db4c5067daa.js b/dist/apps/processing-runtime-widget/42028.f63ac26b9db4c5067daa.js new file mode 100644 index 0000000..6eb87c8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42028.f63ac26b9db4c5067daa.js @@ -0,0 +1,2 @@ +/*! For license information please see 42028.f63ac26b9db4c5067daa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42028],{42028:function(a,e,r){r.r(e);const n=void 0;e.default=["nl-BE",[["a.m.","p.m."],n,n],n,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],n,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["d/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,"{1} 'om' {0}",n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"EUR","€","Euro",{AUD:["AU$","$"],BYN:[n,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[n,"₱"],RUR:[n,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),r=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42028.f63ac26b9db4c5067daa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42028.f63ac26b9db4c5067daa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42028.f63ac26b9db4c5067daa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42053.344edd630854ab0dbecd.js b/dist/apps/processing-runtime-widget/42053.344edd630854ab0dbecd.js new file mode 100644 index 0000000..77a007d --- /dev/null +++ b/dist/apps/processing-runtime-widget/42053.344edd630854ab0dbecd.js @@ -0,0 +1,2 @@ +/*! For license information please see 42053.344edd630854ab0dbecd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42053],{42053:function(e,u,i){i.r(u);const M=void 0;u.default=["id",[["AM","PM"],M,M],M,[["M","S","S","R","K","J","S"],["Min","Sen","Sel","Rab","Kam","Jum","Sab"],["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],["Min","Sen","Sel","Rab","Kam","Jum","Sab"]],M,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]],M,[["SM","M"],M,["Sebelum Masehi","Masehi"]],0,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE, dd MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",M,M,M],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"IDR","Rp","Rupiah Indonesia",{AUD:["AU$","$"],BYN:[M,"р."],IDR:["Rp"],INR:["Rs","₹"],JPY:["JP¥","¥"],PHP:[M,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42053.344edd630854ab0dbecd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42053.344edd630854ab0dbecd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42053.344edd630854ab0dbecd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42068.fff07e1bc808a1d95537.js b/dist/apps/processing-runtime-widget/42068.fff07e1bc808a1d95537.js new file mode 100644 index 0000000..99b2346 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42068.fff07e1bc808a1d95537.js @@ -0,0 +1,2 @@ +/*! For license information please see 42068.fff07e1bc808a1d95537.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42068],{42068:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42068.fff07e1bc808a1d95537.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42068.fff07e1bc808a1d95537.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42068.fff07e1bc808a1d95537.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42146.acd5758e0ef7c2feed57.js b/dist/apps/processing-runtime-widget/42146.acd5758e0ef7c2feed57.js new file mode 100644 index 0000000..89ddcb3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42146.acd5758e0ef7c2feed57.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42146],{42146:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42222.468b9918bd2891717b30.js b/dist/apps/processing-runtime-widget/42222.468b9918bd2891717b30.js new file mode 100644 index 0000000..8e1c584 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42222.468b9918bd2891717b30.js @@ -0,0 +1,2 @@ +/*! For license information please see 42222.468b9918bd2891717b30.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42222],{42222:function(s,M,u){u.r(M);const c=void 0;M.default=["zgh",[["ⵜⵉⴼⴰⵡⵜ","ⵜⴰⴷⴳⴳⵯⴰⵜ"],c,c],c,[["S","M","T","W","T","F","S"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"],["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"]],c,[["ⵉ","ⴱ","ⵎ","ⵉ","ⵎ","ⵢ","ⵢ","ⵖ","ⵛ","ⴽ","ⵏ","ⴷ"],["ⵉⵏⵏ","ⴱⵕⴰ","ⵎⴰⵕ","ⵉⴱⵔ","ⵎⴰⵢ","ⵢⵓⵏ","ⵢⵓⵍ","ⵖⵓⵛ","ⵛⵓⵜ","ⴽⵜⵓ","ⵏⵓⵡ","ⴷⵓⵊ"],["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵔ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"]],c,[["ⴷⴰⵄ","ⴷⴼⵄ"],c,["ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ","ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,c,c],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00¤","#E0"],"MAD","MAD","ⴰⴷⵔⵉⵎ ⵏ ⵍⵎⵖⵔⵉⴱ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42222.468b9918bd2891717b30.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42222.468b9918bd2891717b30.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42222.468b9918bd2891717b30.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42267.aaff27bfb258c4bb0864.js b/dist/apps/processing-runtime-widget/42267.aaff27bfb258c4bb0864.js new file mode 100644 index 0000000..5fa0b5b --- /dev/null +++ b/dist/apps/processing-runtime-widget/42267.aaff27bfb258c4bb0864.js @@ -0,0 +1,2 @@ +/*! For license information please see 42267.aaff27bfb258c4bb0864.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42267],{42267:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42267.aaff27bfb258c4bb0864.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42267.aaff27bfb258c4bb0864.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42267.aaff27bfb258c4bb0864.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42278.07164c61965a2ba2e4ec.js b/dist/apps/processing-runtime-widget/42278.07164c61965a2ba2e4ec.js new file mode 100644 index 0000000..0577f7b --- /dev/null +++ b/dist/apps/processing-runtime-widget/42278.07164c61965a2ba2e4ec.js @@ -0,0 +1,2 @@ +/*! For license information please see 42278.07164c61965a2ba2e4ec.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42278],{99256:function(e,$,r){r.r($);const i=void 0;$.default=["fr-NE",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42278.07164c61965a2ba2e4ec.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42278.07164c61965a2ba2e4ec.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42278.07164c61965a2ba2e4ec.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42329.2d4963bf933e5807653f.js b/dist/apps/processing-runtime-widget/42329.2d4963bf933e5807653f.js new file mode 100644 index 0000000..63daaee --- /dev/null +++ b/dist/apps/processing-runtime-widget/42329.2d4963bf933e5807653f.js @@ -0,0 +1,2 @@ +/*! For license information please see 42329.2d4963bf933e5807653f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42329],{42329:function(i,t,u){u.r(t);const r=void 0;t.default=["gsw-FR",[["vorm.","nam."],r,["am Vormittag","am Namittag"]],[["vorm.","nam."],r,["Vormittag","Namittag"]],[["S","M","D","M","D","F","S"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"]],r,[["v. Chr.","n. Chr."],r,r],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42329.2d4963bf933e5807653f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42329.2d4963bf933e5807653f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42329.2d4963bf933e5807653f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4242.5de0f968e82b0da569b5.js b/dist/apps/processing-runtime-widget/4242.5de0f968e82b0da569b5.js new file mode 100644 index 0000000..97c3d8f --- /dev/null +++ b/dist/apps/processing-runtime-widget/4242.5de0f968e82b0da569b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 4242.5de0f968e82b0da569b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4242],{4242:function(u,c,i){i.r(c);const e=void 0;c.default=[[["поноћ","подне","ујутру","по подне","увече","ноћу"],["поноћ","подне","ујутро","по подне","увече","ноћу"],e],[["поноћ","подне","јутро","поподне","вече","ноћ"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4242.5de0f968e82b0da569b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4242.5de0f968e82b0da569b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4242.5de0f968e82b0da569b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42506.7c3c596062c1de749afd.js b/dist/apps/processing-runtime-widget/42506.7c3c596062c1de749afd.js new file mode 100644 index 0000000..0ab1a0f --- /dev/null +++ b/dist/apps/processing-runtime-widget/42506.7c3c596062c1de749afd.js @@ -0,0 +1,2 @@ +/*! For license information please see 42506.7c3c596062c1de749afd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42506],{42506:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42506.7c3c596062c1de749afd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42506.7c3c596062c1de749afd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42506.7c3c596062c1de749afd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42539.6cec9bee357dd1d9ba8b.js b/dist/apps/processing-runtime-widget/42539.6cec9bee357dd1d9ba8b.js new file mode 100644 index 0000000..3d7213a --- /dev/null +++ b/dist/apps/processing-runtime-widget/42539.6cec9bee357dd1d9ba8b.js @@ -0,0 +1,2 @@ +/*! For license information please see 42539.6cec9bee357dd1d9ba8b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42539],{42539:function(u,c,i){i.r(c);const e=void 0;c.default=[[["північ","п","ранку","дня","вечора","ночі"],["опівночі","пополудні","ранку","дня","вечора","ночі"],e],[["північ","полудень","ранок","день","вечір","ніч"],e,e],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42539.6cec9bee357dd1d9ba8b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42539.6cec9bee357dd1d9ba8b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42539.6cec9bee357dd1d9ba8b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42553.0496a6111553b2269c01.js b/dist/apps/processing-runtime-widget/42553.0496a6111553b2269c01.js new file mode 100644 index 0000000..7a1eafc --- /dev/null +++ b/dist/apps/processing-runtime-widget/42553.0496a6111553b2269c01.js @@ -0,0 +1,2 @@ +/*! For license information please see 42553.0496a6111553b2269c01.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42553],{42553:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42553.0496a6111553b2269c01.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42553.0496a6111553b2269c01.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42553.0496a6111553b2269c01.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42562.fd8c86dc0f017e167ddd.js b/dist/apps/processing-runtime-widget/42562.fd8c86dc0f017e167ddd.js new file mode 100644 index 0000000..aef6a54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42562.fd8c86dc0f017e167ddd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42562],{42562:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42627.8ba2dbb8c68afb946ff0.js b/dist/apps/processing-runtime-widget/42627.8ba2dbb8c68afb946ff0.js new file mode 100644 index 0000000..5ceb437 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42627.8ba2dbb8c68afb946ff0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42627],{42627:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42701.047b4fc4bd19c49a97db.js b/dist/apps/processing-runtime-widget/42701.047b4fc4bd19c49a97db.js new file mode 100644 index 0000000..39469cc --- /dev/null +++ b/dist/apps/processing-runtime-widget/42701.047b4fc4bd19c49a97db.js @@ -0,0 +1,2 @@ +/*! For license information please see 42701.047b4fc4bd19c49a97db.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42701],{42701:function(i,a,M){M.r(a);const e=void 0;a.default=["zu",[["a","p"],["AM","PM"],e],[["AM","PM"],e,e],[["S","M","B","T","S","H","M"],["Son","Mso","Bil","Tha","Sin","Hla","Mgq"],["ISonto","UMsombuluko","ULwesibili","ULwesithathu","ULwesine","ULwesihlanu","UMgqibelo"],["Son","Mso","Bil","Tha","Sin","Hla","Mgq"]],e,[["J","F","M","E","M","J","J","A","S","O","N","D"],["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"],["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"],["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]],[["BC","AD"],e,e],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","R","i-South African Rand",{BYN:[e,"P."],DKK:[e,"Kr"],HRK:[e,"Kn"],ISK:[e,"Kr"],JPY:["JP¥","¥"],NOK:[e,"Kr"],PHP:[e,"₱"],PLN:[e,"Zł"],SEK:[e,"Kr"],THB:["฿"],TWD:["NT$"],ZAR:["R"]},"ltr",function(i){const a=i;return 0===Math.floor(Math.abs(i))||1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42701.047b4fc4bd19c49a97db.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42701.047b4fc4bd19c49a97db.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42701.047b4fc4bd19c49a97db.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42733.126883b3bd688d72dbd3.js b/dist/apps/processing-runtime-widget/42733.126883b3bd688d72dbd3.js new file mode 100644 index 0000000..6150279 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42733.126883b3bd688d72dbd3.js @@ -0,0 +1,2 @@ +/*! For license information please see 42733.126883b3bd688d72dbd3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42733],{42733:function(e,o,r){r.r(o);const s=void 0;o.default=["es-PE",[["a. m.","p. m."],s,s],s,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","set.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","setiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["Ene.","Feb.","Mar.","Abr.","May.","Jun.","Jul.","Ago.","Set.","Oct.","Nov.","Dic."],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],[["a. C.","d. C."],s,["antes de Cristo","después de Cristo"]],0,[6,0],["d/MM/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"PEN","S/","sol peruano",{AUD:[s,"$"],BRL:[s,"R$"],BYN:[s,"р."],CAD:[s,"$"],CNY:[s,"¥"],ESP:["₧"],EUR:[s,"€"],FKP:[s,"FK£"],GBP:[s,"£"],HKD:[s,"$"],ILS:[s,"₪"],INR:[s,"₹"],JPY:[s,"¥"],KRW:[s,"₩"],MXN:[s,"$"],NZD:[s,"$"],PEN:["S/"],PHP:[s,"₱"],RON:[s,"L"],SSP:[s,"SD£"],SYP:[s,"S£"],TWD:[s,"NT$"],USD:[s,"$"],VEF:[s,"BsF"],VND:[s,"₫"],XAF:[],XCD:[s,"$"],XOF:[]},"ltr",function(e){const o=e,r=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o?1:0===i&&0!==r&&r%1e6==0&&0===s||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42733.126883b3bd688d72dbd3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42733.126883b3bd688d72dbd3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42733.126883b3bd688d72dbd3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42765.1d3db1e975cfb5afe904.js b/dist/apps/processing-runtime-widget/42765.1d3db1e975cfb5afe904.js new file mode 100644 index 0000000..2bc48b2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42765.1d3db1e975cfb5afe904.js @@ -0,0 +1,2 @@ +/*! For license information please see 42765.1d3db1e975cfb5afe904.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42765],{42765:function(M,t,o){o.r(t);const s=void 0;t.default=["ru-MD",[["AM","PM"],s,s],s,[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],s,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MDL","L","молдавский лей",{BYN:[s,"р."],GEL:[s,"ლ"],MDL:["L"],PHP:[s,"₱"],RON:[s,"L"],RUB:["₽"],RUR:["р."],THB:["฿"],TMT:["ТМТ"],TWD:["NT$"],UAH:["₴"],XXX:["XXXX"]},"ltr",function(M){const t=Math.floor(Math.abs(M)),o=M.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&t%10==1&&t%100!=11?1:0===o&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===o&&t%10==0||0===o&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===o&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42765.1d3db1e975cfb5afe904.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42765.1d3db1e975cfb5afe904.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/42765.1d3db1e975cfb5afe904.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/42866.d50ebe1c5e4ef9cb0f3e.js b/dist/apps/processing-runtime-widget/42866.d50ebe1c5e4ef9cb0f3e.js new file mode 100644 index 0000000..7185f5c --- /dev/null +++ b/dist/apps/processing-runtime-widget/42866.d50ebe1c5e4ef9cb0f3e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42866],{42866:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42937.e41aa106b477f6d4e703.js b/dist/apps/processing-runtime-widget/42937.e41aa106b477f6d4e703.js new file mode 100644 index 0000000..eef30e9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42937.e41aa106b477f6d4e703.js @@ -0,0 +1,2 @@ +/*! For license information please see 42937.e41aa106b477f6d4e703.js.LICENSE.txt */ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[42937],{96486:function(e,t,n){var r;e=n.nmd(e),function(){var i,o="Expected a function",a="__lodash_hash_undefined__",s="__lodash_placeholder__",c=16,l=32,d=64,p=128,u=256,g=1/0,h=9007199254740991,m=NaN,f=4294967295,y=[["ary",p],["bind",1],["bindKey",2],["curry",8],["curryRight",c],["flip",512],["partial",l],["partialRight",d],["rearg",u]],v="[object Arguments]",b="[object Array]",k="[object Boolean]",C="[object Date]",I="[object Error]",w="[object Function]",S="[object GeneratorFunction]",x="[object Map]",D="[object Number]",$="[object Object]",E="[object Promise]",T="[object RegExp]",_="[object Set]",F="[object String]",O="[object Symbol]",P="[object WeakMap]",N="[object ArrayBuffer]",A="[object DataView]",M="[object Float32Array]",R="[object Float64Array]",L="[object Int8Array]",V="[object Int16Array]",j="[object Int32Array]",B="[object Uint8Array]",U="[object Uint8ClampedArray]",G="[object Uint16Array]",z="[object Uint32Array]",H=/\b__p \+= '';/g,q=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,K=/&(?:amp|lt|gt|quot|#39);/g,Y=/[&<>"']/g,Z=RegExp(K.source),Q=RegExp(Y.source),X=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ie=/[\\^$.*+?()[\]{}|]/g,oe=RegExp(ie.source),ae=/^\s+/,se=/\s/,ce=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,le=/\{\n\/\* \[wrapped with (.+)\] \*/,de=/,? & /,pe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ue=/[()=,{}\[\]\/\s]/,ge=/\\(\\)?/g,he=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,me=/\w*$/,fe=/^[-+]0x[0-9a-f]+$/i,ye=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,be=/^0o[0-7]+$/i,ke=/^(?:0|[1-9]\d*)$/,Ce=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ie=/($^)/,we=/['\n\r\u2028\u2029\\]/g,Se="\\ud800-\\udfff",xe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",De="\\u2700-\\u27bf",$e="a-z\\xdf-\\xf6\\xf8-\\xff",Ee="A-Z\\xc0-\\xd6\\xd8-\\xde",Te="\\ufe0e\\ufe0f",_e="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Fe="['’]",Oe="["+Se+"]",Pe="["+_e+"]",Ne="["+xe+"]",Ae="\\d+",Me="["+De+"]",Re="["+$e+"]",Le="[^"+Se+_e+Ae+De+$e+Ee+"]",Ve="\\ud83c[\\udffb-\\udfff]",je="[^"+Se+"]",Be="(?:\\ud83c[\\udde6-\\uddff]){2}",Ue="[\\ud800-\\udbff][\\udc00-\\udfff]",Ge="["+Ee+"]",ze="\\u200d",He="(?:"+Re+"|"+Le+")",qe="(?:"+Ge+"|"+Le+")",We="(?:['’](?:d|ll|m|re|s|t|ve))?",Ke="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ye="(?:"+Ne+"|"+Ve+")"+"?",Ze="["+Te+"]?",Qe=Ze+Ye+("(?:"+ze+"(?:"+[je,Be,Ue].join("|")+")"+Ze+Ye+")*"),Xe="(?:"+[Me,Be,Ue].join("|")+")"+Qe,Je="(?:"+[je+Ne+"?",Ne,Be,Ue,Oe].join("|")+")",et=RegExp(Fe,"g"),tt=RegExp(Ne,"g"),nt=RegExp(Ve+"(?="+Ve+")|"+Je+Qe,"g"),rt=RegExp([Ge+"?"+Re+"+"+We+"(?="+[Pe,Ge,"$"].join("|")+")",qe+"+"+Ke+"(?="+[Pe,Ge+He,"$"].join("|")+")",Ge+"?"+He+"+"+We,Ge+"+"+Ke,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ae,Xe].join("|"),"g"),it=RegExp("["+ze+Se+xe+Te+"]"),ot=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,at=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],st=-1,ct={};ct[M]=ct[R]=ct[L]=ct[V]=ct[j]=ct[B]=ct[U]=ct[G]=ct[z]=!0,ct[v]=ct[b]=ct[N]=ct[k]=ct[A]=ct[C]=ct[I]=ct[w]=ct[x]=ct[D]=ct[$]=ct[T]=ct[_]=ct[F]=ct[P]=!1;var lt={};lt[v]=lt[b]=lt[N]=lt[A]=lt[k]=lt[C]=lt[M]=lt[R]=lt[L]=lt[V]=lt[j]=lt[x]=lt[D]=lt[$]=lt[T]=lt[_]=lt[F]=lt[O]=lt[B]=lt[U]=lt[G]=lt[z]=!0,lt[I]=lt[w]=lt[P]=!1;var dt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},pt=parseFloat,ut=parseInt,gt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,ht="object"==typeof self&&self&&self.Object===Object&&self,mt=gt||ht||Function("return this")(),ft=t&&!t.nodeType&&t,yt=ft&&e&&!e.nodeType&&e,vt=yt&&yt.exports===ft,bt=vt&>.process,kt=function(){try{var e=yt&&yt.require&&yt.require("util").types;return e||bt&&bt.binding&&bt.binding("util")}catch(e){}}(),Ct=kt&&kt.isArrayBuffer,It=kt&&kt.isDate,wt=kt&&kt.isMap,St=kt&&kt.isRegExp,xt=kt&&kt.isSet,Dt=kt&&kt.isTypedArray;function $t(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Et(e,t,n,r){for(var i=-1,o=null==e?0:e.length;++i-1}function Nt(e,t,n){for(var r=-1,i=null==e?0:e.length;++r-1;);return n}function rn(e,t){for(var n=e.length;n--&&Gt(t,e[n],0)>-1;);return n}function on(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var an=Kt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),sn=Kt({"&":"&","<":"<",">":">",'"':""","'":"'"});function cn(e){return"\\"+dt[e]}function ln(e){return it.test(e)}function dn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function pn(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,r=e.length,i=0,o=[];++n",""":'"',"'":"'"});var bn=function e(t){var n,r=(t=null==t?mt:bn.defaults(mt.Object(),t,bn.pick(mt,at))).Array,se=t.Date,Se=t.Error,xe=t.Function,De=t.Math,$e=t.Object,Ee=t.RegExp,Te=t.String,_e=t.TypeError,Fe=r.prototype,Oe=xe.prototype,Pe=$e.prototype,Ne=t["__core-js_shared__"],Ae=Oe.toString,Me=Pe.hasOwnProperty,Re=0,Le=(n=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Ve=Pe.toString,je=Ae.call($e),Be=mt._,Ue=Ee("^"+Ae.call(Me).replace(ie,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ge=vt?t.Buffer:i,ze=t.Symbol,He=t.Uint8Array,qe=Ge?Ge.allocUnsafe:i,We=pn($e.getPrototypeOf,$e),Ke=$e.create,Ye=Pe.propertyIsEnumerable,Ze=Fe.splice,Qe=ze?ze.isConcatSpreadable:i,Xe=ze?ze.iterator:i,Je=ze?ze.toStringTag:i,nt=function(){try{var e=ho($e,"defineProperty");return e({},"",{}),e}catch(e){}}(),it=t.clearTimeout!==mt.clearTimeout&&t.clearTimeout,dt=se&&se.now!==mt.Date.now&&se.now,gt=t.setTimeout!==mt.setTimeout&&t.setTimeout,ht=De.ceil,ft=De.floor,yt=$e.getOwnPropertySymbols,bt=Ge?Ge.isBuffer:i,kt=t.isFinite,jt=Fe.join,Kt=pn($e.keys,$e),kn=De.max,Cn=De.min,In=se.now,wn=t.parseInt,Sn=De.random,xn=Fe.reverse,Dn=ho(t,"DataView"),$n=ho(t,"Map"),En=ho(t,"Promise"),Tn=ho(t,"Set"),_n=ho(t,"WeakMap"),Fn=ho($e,"create"),On=_n&&new _n,Pn={},Nn=Bo(Dn),An=Bo($n),Mn=Bo(En),Rn=Bo(Tn),Ln=Bo(_n),Vn=ze?ze.prototype:i,jn=Vn?Vn.valueOf:i,Bn=Vn?Vn.toString:i;function Un(e){if(is(e)&&!Wa(e)&&!(e instanceof qn)){if(e instanceof Hn)return e;if(Me.call(e,"__wrapped__"))return Uo(e)}return new Hn(e)}var Gn=function(){function e(){}return function(t){if(!rs(t))return{};if(Ke)return Ke(t);e.prototype=t;var n=new e;return e.prototype=i,n}}();function zn(){}function Hn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=i}function qn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=f,this.__views__=[]}function Wn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function dr(e,t,n,r,o,a){var s,c=1&t,l=2&t,d=4&t;if(n&&(s=o?n(e,r,o,a):n(e)),s!==i)return s;if(!rs(e))return e;var p=Wa(e);if(p){if(s=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Me.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!c)return Fi(e,s)}else{var u=yo(e),g=u==w||u==S;if(Qa(e))return xi(e,c);if(u==$||u==v||g&&!o){if(s=l||g?{}:bo(e),!c)return l?function(e,t){return Oi(e,fo(e),t)}(e,function(e,t){return e&&Oi(t,As(t),e)}(s,e)):function(e,t){return Oi(e,mo(e),t)}(e,ar(s,e))}else{if(!lt[u])return o?e:{};s=function(e,t,n){var r=e.constructor;switch(t){case N:return Di(e);case k:case C:return new r(+e);case A:return function(e,t){var n=t?Di(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case M:case R:case L:case V:case j:case B:case U:case G:case z:return $i(e,n);case x:return new r;case D:case F:return new r(e);case T:return function(e){var t=new e.constructor(e.source,me.exec(e));return t.lastIndex=e.lastIndex,t}(e);case _:return new r;case O:return i=e,jn?$e(jn.call(i)):{}}var i}(e,u,c)}}a||(a=new Qn);var h=a.get(e);if(h)return h;a.set(e,s),ls(e)?e.forEach((function(r){s.add(dr(r,t,n,r,e,a))})):os(e)&&e.forEach((function(r,i){s.set(i,dr(r,t,n,i,e,a))}));var m=p?i:(d?l?ao:oo:l?As:Ns)(e);return Tt(m||e,(function(r,i){m&&(r=e[i=r]),rr(s,i,dr(r,t,n,i,e,a))})),s}function pr(e,t,n){var r=n.length;if(null==e)return!r;for(e=$e(e);r--;){var o=n[r],a=t[o],s=e[o];if(s===i&&!(o in e)||!a(s))return!1}return!0}function ur(e,t,n){if("function"!=typeof e)throw new _e(o);return No((function(){e.apply(i,n)}),t)}function gr(e,t,n,r){var i=-1,o=Pt,a=!0,s=e.length,c=[],l=t.length;if(!s)return c;n&&(t=At(t,Jt(n))),r?(o=Nt,a=!1):t.length>=200&&(o=tn,a=!1,t=new Zn(t));e:for(;++i-1},Kn.prototype.set=function(e,t){var n=this.__data__,r=ir(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Yn.prototype.clear=function(){this.size=0,this.__data__={hash:new Wn,map:new($n||Kn),string:new Wn}},Yn.prototype.delete=function(e){var t=uo(this,e).delete(e);return this.size-=t?1:0,t},Yn.prototype.get=function(e){return uo(this,e).get(e)},Yn.prototype.has=function(e){return uo(this,e).has(e)},Yn.prototype.set=function(e,t){var n=uo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Zn.prototype.add=Zn.prototype.push=function(e){return this.__data__.set(e,a),this},Zn.prototype.has=function(e){return this.__data__.has(e)},Qn.prototype.clear=function(){this.__data__=new Kn,this.size=0},Qn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Qn.prototype.get=function(e){return this.__data__.get(e)},Qn.prototype.has=function(e){return this.__data__.has(e)},Qn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Kn){var r=n.__data__;if(!$n||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Yn(r)}return n.set(e,t),this.size=n.size,this};var hr=Ai(Ir),mr=Ai(wr,!0);function fr(e,t){var n=!0;return hr(e,(function(e,r,i){return n=!!t(e,r,i)})),n}function yr(e,t,n){for(var r=-1,o=e.length;++r0&&n(s)?t>1?br(s,t-1,n,r,i):Mt(i,s):r||(i[i.length]=s)}return i}var kr=Mi(),Cr=Mi(!0);function Ir(e,t){return e&&kr(e,t,Ns)}function wr(e,t){return e&&Cr(e,t,Ns)}function Sr(e,t){return Ot(t,(function(t){return es(e[t])}))}function xr(e,t){for(var n=0,r=(t=Ci(t,e)).length;null!=e&&nt}function Tr(e,t){return null!=e&&Me.call(e,t)}function _r(e,t){return null!=e&&t in $e(e)}function Fr(e,t,n){for(var o=n?Nt:Pt,a=e[0].length,s=e.length,c=s,l=r(s),d=1/0,p=[];c--;){var u=e[c];c&&t&&(u=At(u,Jt(t))),d=Cn(u.length,d),l[c]=!n&&(t||a>=120&&u.length>=120)?new Zn(c&&u):i}u=e[0];var g=-1,h=l[0];e:for(;++g=s?c:c*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}))}function Wr(e,t,n){for(var r=-1,i=t.length,o={};++r-1;)s!==e&&Ze.call(s,c,1),Ze.call(e,c,1);return e}function Yr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var i=t[n];if(n==r||i!==o){var o=i;Co(i)?Ze.call(e,i,1):gi(e,i)}}return e}function Zr(e,t){return e+ft(Sn()*(t-e+1))}function Qr(e,t){var n="";if(!e||t<1||t>h)return n;do{t%2&&(n+=e),(t=ft(t/2))&&(e+=e)}while(t);return n}function Xr(e,t){return Ao(To(e,t,ac),e+"")}function Jr(e){return Jn(Gs(e))}function ei(e,t){var n=Gs(e);return Lo(n,lr(t,0,n.length))}function ti(e,t,n,r){if(!rs(e))return e;for(var o=-1,a=(t=Ci(t,e)).length,s=a-1,c=e;null!=c&&++oo?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var a=r(o);++i>>1,a=e[o];null!==a&&!ps(a)&&(n?a<=t:a=200){var l=t?null:Qi(e);if(l)return gn(l);a=!1,i=tn,c=new Zn}else c=t?[]:s;e:for(;++r=r?e:oi(e,t,n)}var Si=it||function(e){return mt.clearTimeout(e)};function xi(e,t){if(t)return e.slice();var n=e.length,r=qe?qe(n):new e.constructor(n);return e.copy(r),r}function Di(e){var t=new e.constructor(e.byteLength);return new He(t).set(new He(e)),t}function $i(e,t){var n=t?Di(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ei(e,t){if(e!==t){var n=e!==i,r=null===e,o=e==e,a=ps(e),s=t!==i,c=null===t,l=t==t,d=ps(t);if(!c&&!d&&!a&&e>t||a&&s&&l&&!c&&!d||r&&s&&l||!n&&l||!o)return 1;if(!r&&!a&&!d&&e1?n[o-1]:i,s=o>2?n[2]:i;for(a=e.length>3&&"function"==typeof a?(o--,a):i,s&&Io(n[0],n[1],s)&&(a=o<3?i:a,o=1),t=$e(t);++r-1?o[a?t[s]:s]:i}}function Bi(e){return io((function(t){var n=t.length,r=n,a=Hn.prototype.thru;for(e&&t.reverse();r--;){var s=t[r];if("function"!=typeof s)throw new _e(o);if(a&&!c&&"wrapper"==co(s))var c=new Hn([],!0)}for(r=c?r:n;++r1&&b.reverse(),g&&dc))return!1;var d=a.get(e),p=a.get(t);if(d&&p)return d==t&&p==e;var u=-1,g=!0,h=2&n?new Zn:i;for(a.set(e,t),a.set(t,e);++u-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(ce,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return Tt(y,(function(n){var r="_."+n[0];t&n[1]&&!Pt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(le);return t?t[1].split(de):[]}(r),n)))}function Ro(e){var t=0,n=0;return function(){var r=In(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(i,arguments)}}function Lo(e,t){var n=-1,r=e.length,o=r-1;for(t=t===i?r:t;++n1?e[t-1]:i;return n="function"==typeof n?(e.pop(),n):i,ca(e,n)}));function ma(e){var t=Un(e);return t.__chain__=!0,t}function fa(e,t){return t(e)}var ya=io((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return cr(t,e)};return!(t>1||this.__actions__.length)&&r instanceof qn&&Co(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:fa,args:[o],thisArg:i}),new Hn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(i),e}))):this.thru(o)}));var va=Pi((function(e,t,n){Me.call(e,n)?++e[n]:sr(e,n,1)}));var ba=ji(qo),ka=ji(Wo);function Ca(e,t){return(Wa(e)?Tt:hr)(e,po(t,3))}function Ia(e,t){return(Wa(e)?_t:mr)(e,po(t,3))}var wa=Pi((function(e,t,n){Me.call(e,n)?e[n].push(t):sr(e,n,[t])}));var Sa=Xr((function(e,t,n){var i=-1,o="function"==typeof t,a=Ya(e)?r(e.length):[];return hr(e,(function(e){a[++i]=o?$t(t,e,n):Or(e,t,n)})),a})),xa=Pi((function(e,t,n){sr(e,n,t)}));function Da(e,t){return(Wa(e)?At:Br)(e,po(t,3))}var $a=Pi((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Ea=Xr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&Io(e,t[0],t[1])?t=[]:n>2&&Io(t[0],t[1],t[2])&&(t=[t[0]]),qr(e,br(t,1),[])})),Ta=dt||function(){return mt.Date.now()};function _a(e,t,n){return t=n?i:t,t=e&&null==t?e.length:t,Ji(e,p,i,i,i,i,t)}function Fa(e,t){var n;if("function"!=typeof t)throw new _e(o);return e=ys(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=i),n}}var Oa=Xr((function(e,t,n){var r=1;if(n.length){var i=un(n,lo(Oa));r|=l}return Ji(e,r,t,n,i)})),Pa=Xr((function(e,t,n){var r=3;if(n.length){var i=un(n,lo(Pa));r|=l}return Ji(t,r,e,n,i)}));function Na(e,t,n){var r,a,s,c,l,d,p=0,u=!1,g=!1,h=!0;if("function"!=typeof e)throw new _e(o);function m(t){var n=r,o=a;return r=a=i,p=t,c=e.apply(o,n)}function f(e){return p=e,l=No(v,t),u?m(e):c}function y(e){var n=e-d;return d===i||n>=t||n<0||g&&e-p>=s}function v(){var e=Ta();if(y(e))return b(e);l=No(v,function(e){var n=t-(e-d);return g?Cn(n,s-(e-p)):n}(e))}function b(e){return l=i,h&&r?m(e):(r=a=i,c)}function k(){var e=Ta(),n=y(e);if(r=arguments,a=this,d=e,n){if(l===i)return f(d);if(g)return Si(l),l=No(v,t),m(d)}return l===i&&(l=No(v,t)),c}return t=bs(t)||0,rs(n)&&(u=!!n.leading,s=(g="maxWait"in n)?kn(bs(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h),k.cancel=function(){l!==i&&Si(l),p=0,r=d=a=l=i},k.flush=function(){return l===i?c:b(Ta())},k}var Aa=Xr((function(e,t){return ur(e,1,t)})),Ma=Xr((function(e,t,n){return ur(e,bs(t)||0,n)}));function Ra(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new _e(o);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(Ra.Cache||Yn),n}function La(e){if("function"!=typeof e)throw new _e(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ra.Cache=Yn;var Va=Ii((function(e,t){var n=(t=1==t.length&&Wa(t[0])?At(t[0],Jt(po())):At(br(t,1),Jt(po()))).length;return Xr((function(r){for(var i=-1,o=Cn(r.length,n);++i=t})),qa=Pr(function(){return arguments}())?Pr:function(e){return is(e)&&Me.call(e,"callee")&&!Ye.call(e,"callee")},Wa=r.isArray,Ka=Ct?Jt(Ct):function(e){return is(e)&&$r(e)==N};function Ya(e){return null!=e&&ns(e.length)&&!es(e)}function Za(e){return is(e)&&Ya(e)}var Qa=bt||bc,Xa=It?Jt(It):function(e){return is(e)&&$r(e)==C};function Ja(e){if(!is(e))return!1;var t=$r(e);return t==I||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!ss(e)}function es(e){if(!rs(e))return!1;var t=$r(e);return t==w||t==S||"[object AsyncFunction]"==t||"[object Proxy]"==t}function ts(e){return"number"==typeof e&&e==ys(e)}function ns(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=h}function rs(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function is(e){return null!=e&&"object"==typeof e}var os=wt?Jt(wt):function(e){return is(e)&&yo(e)==x};function as(e){return"number"==typeof e||is(e)&&$r(e)==D}function ss(e){if(!is(e)||$r(e)!=$)return!1;var t=We(e);if(null===t)return!0;var n=Me.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ae.call(n)==je}var cs=St?Jt(St):function(e){return is(e)&&$r(e)==T};var ls=xt?Jt(xt):function(e){return is(e)&&yo(e)==_};function ds(e){return"string"==typeof e||!Wa(e)&&is(e)&&$r(e)==F}function ps(e){return"symbol"==typeof e||is(e)&&$r(e)==O}var us=Dt?Jt(Dt):function(e){return is(e)&&ns(e.length)&&!!ct[$r(e)]};var gs=Ki(jr),hs=Ki((function(e,t){return e<=t}));function ms(e){if(!e)return[];if(Ya(e))return ds(e)?fn(e):Fi(e);if(Xe&&e[Xe])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Xe]());var t=yo(e);return(t==x?dn:t==_?gn:Gs)(e)}function fs(e){return e?(e=bs(e))===g||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ys(e){var t=fs(e),n=t%1;return t==t?n?t-n:t:0}function vs(e){return e?lr(ys(e),0,f):0}function bs(e){if("number"==typeof e)return e;if(ps(e))return m;if(rs(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=rs(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Xt(e);var n=ye.test(e);return n||be.test(e)?ut(e.slice(2),n?2:8):fe.test(e)?m:+e}function ks(e){return Oi(e,As(e))}function Cs(e){return null==e?"":pi(e)}var Is=Ni((function(e,t){if(Do(t)||Ya(t))Oi(t,Ns(t),e);else for(var n in t)Me.call(t,n)&&rr(e,n,t[n])})),ws=Ni((function(e,t){Oi(t,As(t),e)})),Ss=Ni((function(e,t,n,r){Oi(t,As(t),e,r)})),xs=Ni((function(e,t,n,r){Oi(t,Ns(t),e,r)})),Ds=io(cr);var $s=Xr((function(e,t){e=$e(e);var n=-1,r=t.length,o=r>2?t[2]:i;for(o&&Io(t[0],t[1],o)&&(r=1);++n1),t})),Oi(e,ao(e),n),r&&(n=dr(n,7,no));for(var i=t.length;i--;)gi(n,t[i]);return n}));var Vs=io((function(e,t){return null==e?{}:function(e,t){return Wr(e,t,(function(t,n){return _s(e,n)}))}(e,t)}));function js(e,t){if(null==e)return{};var n=At(ao(e),(function(e){return[e]}));return t=po(t),Wr(e,n,(function(e,n){return t(e,n[0])}))}var Bs=Xi(Ns),Us=Xi(As);function Gs(e){return null==e?[]:en(e,Ns(e))}var zs=Li((function(e,t,n){return t=t.toLowerCase(),e+(n?Hs(t):t)}));function Hs(e){return Js(Cs(e).toLowerCase())}function qs(e){return(e=Cs(e))&&e.replace(Ce,an).replace(tt,"")}var Ws=Li((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Ks=Li((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Ys=Ri("toLowerCase");var Zs=Li((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Qs=Li((function(e,t,n){return e+(n?" ":"")+Js(t)}));var Xs=Li((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Js=Ri("toUpperCase");function ec(e,t,n){return e=Cs(e),(t=n?i:t)===i?function(e){return ot.test(e)}(e)?function(e){return e.match(rt)||[]}(e):function(e){return e.match(pe)||[]}(e):e.match(t)||[]}var tc=Xr((function(e,t){try{return $t(e,i,t)}catch(e){return Ja(e)?e:new Se(e)}})),nc=io((function(e,t){return Tt(t,(function(t){t=jo(t),sr(e,t,Oa(e[t],e))})),e}));function rc(e){return function(){return e}}var ic=Bi(),oc=Bi(!0);function ac(e){return e}function sc(e){return Rr("function"==typeof e?e:dr(e,1))}var cc=Xr((function(e,t){return function(n){return Or(n,e,t)}})),lc=Xr((function(e,t){return function(n){return Or(e,n,t)}}));function dc(e,t,n){var r=Ns(t),i=Sr(t,r);null!=n||rs(t)&&(i.length||!r.length)||(n=t,t=e,e=this,i=Sr(t,Ns(t)));var o=!(rs(n)&&"chain"in n&&!n.chain),a=es(e);return Tt(i,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(o||t){var n=e(this.__wrapped__),i=n.__actions__=Fi(this.__actions__);return i.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Mt([this.value()],arguments))})})),e}function pc(){}var uc=Hi(At),gc=Hi(Ft),hc=Hi(Vt);function mc(e){return wo(e)?Wt(jo(e)):function(e){return function(t){return xr(t,e)}}(e)}var fc=Wi(),yc=Wi(!0);function vc(){return[]}function bc(){return!1}var kc=zi((function(e,t){return e+t}),0),Cc=Zi("ceil"),Ic=zi((function(e,t){return e/t}),1),wc=Zi("floor");var Sc,xc=zi((function(e,t){return e*t}),1),Dc=Zi("round"),$c=zi((function(e,t){return e-t}),0);return Un.after=function(e,t){if("function"!=typeof t)throw new _e(o);return e=ys(e),function(){if(--e<1)return t.apply(this,arguments)}},Un.ary=_a,Un.assign=Is,Un.assignIn=ws,Un.assignInWith=Ss,Un.assignWith=xs,Un.at=Ds,Un.before=Fa,Un.bind=Oa,Un.bindAll=nc,Un.bindKey=Pa,Un.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Wa(e)?e:[e]},Un.chain=ma,Un.chunk=function(e,t,n){t=(n?Io(e,t,n):t===i)?1:kn(ys(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var a=0,s=0,c=r(ht(o/t));ao?0:o+n),(r=r===i||r>o?o:ys(r))<0&&(r+=o),r=n>r?0:vs(r);n>>0)?(e=Cs(e))&&("string"==typeof t||null!=t&&!cs(t))&&!(t=pi(t))&&ln(e)?wi(fn(e),0,n):e.split(t,n):[]},Un.spread=function(e,t){if("function"!=typeof e)throw new _e(o);return t=null==t?0:kn(ys(t),0),Xr((function(n){var r=n[t],i=wi(n,0,t);return r&&Mt(i,r),$t(e,this,i)}))},Un.tail=function(e){var t=null==e?0:e.length;return t?oi(e,1,t):[]},Un.take=function(e,t,n){return e&&e.length?oi(e,0,(t=n||t===i?1:ys(t))<0?0:t):[]},Un.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?oi(e,(t=r-(t=n||t===i?1:ys(t)))<0?0:t,r):[]},Un.takeRightWhile=function(e,t){return e&&e.length?mi(e,po(t,3),!1,!0):[]},Un.takeWhile=function(e,t){return e&&e.length?mi(e,po(t,3)):[]},Un.tap=function(e,t){return t(e),e},Un.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new _e(o);return rs(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Na(e,t,{leading:r,maxWait:t,trailing:i})},Un.thru=fa,Un.toArray=ms,Un.toPairs=Bs,Un.toPairsIn=Us,Un.toPath=function(e){return Wa(e)?At(e,jo):ps(e)?[e]:Fi(Vo(Cs(e)))},Un.toPlainObject=ks,Un.transform=function(e,t,n){var r=Wa(e),i=r||Qa(e)||us(e);if(t=po(t,4),null==n){var o=e&&e.constructor;n=i?r?new o:[]:rs(e)&&es(o)?Gn(We(e)):{}}return(i?Tt:Ir)(e,(function(e,r,i){return t(n,e,r,i)})),n},Un.unary=function(e){return _a(e,1)},Un.union=ia,Un.unionBy=oa,Un.unionWith=aa,Un.uniq=function(e){return e&&e.length?ui(e):[]},Un.uniqBy=function(e,t){return e&&e.length?ui(e,po(t,2)):[]},Un.uniqWith=function(e,t){return t="function"==typeof t?t:i,e&&e.length?ui(e,i,t):[]},Un.unset=function(e,t){return null==e||gi(e,t)},Un.unzip=sa,Un.unzipWith=ca,Un.update=function(e,t,n){return null==e?e:hi(e,t,ki(n))},Un.updateWith=function(e,t,n,r){return r="function"==typeof r?r:i,null==e?e:hi(e,t,ki(n),r)},Un.values=Gs,Un.valuesIn=function(e){return null==e?[]:en(e,As(e))},Un.without=la,Un.words=ec,Un.wrap=function(e,t){return ja(ki(t),e)},Un.xor=da,Un.xorBy=pa,Un.xorWith=ua,Un.zip=ga,Un.zipObject=function(e,t){return vi(e||[],t||[],rr)},Un.zipObjectDeep=function(e,t){return vi(e||[],t||[],ti)},Un.zipWith=ha,Un.entries=Bs,Un.entriesIn=Us,Un.extend=ws,Un.extendWith=Ss,dc(Un,Un),Un.add=kc,Un.attempt=tc,Un.camelCase=zs,Un.capitalize=Hs,Un.ceil=Cc,Un.clamp=function(e,t,n){return n===i&&(n=t,t=i),n!==i&&(n=(n=bs(n))==n?n:0),t!==i&&(t=(t=bs(t))==t?t:0),lr(bs(e),t,n)},Un.clone=function(e){return dr(e,4)},Un.cloneDeep=function(e){return dr(e,5)},Un.cloneDeepWith=function(e,t){return dr(e,5,t="function"==typeof t?t:i)},Un.cloneWith=function(e,t){return dr(e,4,t="function"==typeof t?t:i)},Un.conformsTo=function(e,t){return null==t||pr(e,t,Ns(t))},Un.deburr=qs,Un.defaultTo=function(e,t){return null==e||e!=e?t:e},Un.divide=Ic,Un.endsWith=function(e,t,n){e=Cs(e),t=pi(t);var r=e.length,o=n=n===i?r:lr(ys(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Un.eq=Ga,Un.escape=function(e){return(e=Cs(e))&&Q.test(e)?e.replace(Y,sn):e},Un.escapeRegExp=function(e){return(e=Cs(e))&&oe.test(e)?e.replace(ie,"\\$&"):e},Un.every=function(e,t,n){var r=Wa(e)?Ft:fr;return n&&Io(e,t,n)&&(t=i),r(e,po(t,3))},Un.find=ba,Un.findIndex=qo,Un.findKey=function(e,t){return Bt(e,po(t,3),Ir)},Un.findLast=ka,Un.findLastIndex=Wo,Un.findLastKey=function(e,t){return Bt(e,po(t,3),wr)},Un.floor=wc,Un.forEach=Ca,Un.forEachRight=Ia,Un.forIn=function(e,t){return null==e?e:kr(e,po(t,3),As)},Un.forInRight=function(e,t){return null==e?e:Cr(e,po(t,3),As)},Un.forOwn=function(e,t){return e&&Ir(e,po(t,3))},Un.forOwnRight=function(e,t){return e&&wr(e,po(t,3))},Un.get=Ts,Un.gt=za,Un.gte=Ha,Un.has=function(e,t){return null!=e&&vo(e,t,Tr)},Un.hasIn=_s,Un.head=Yo,Un.identity=ac,Un.includes=function(e,t,n,r){e=Ya(e)?e:Gs(e),n=n&&!r?ys(n):0;var i=e.length;return n<0&&(n=kn(i+n,0)),ds(e)?n<=i&&e.indexOf(t,n)>-1:!!i&&Gt(e,t,n)>-1},Un.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=null==n?0:ys(n);return i<0&&(i=kn(r+i,0)),Gt(e,t,i)},Un.inRange=function(e,t,n){return t=fs(t),n===i?(n=t,t=0):n=fs(n),function(e,t,n){return e>=Cn(t,n)&&e=-9007199254740991&&e<=h},Un.isSet=ls,Un.isString=ds,Un.isSymbol=ps,Un.isTypedArray=us,Un.isUndefined=function(e){return e===i},Un.isWeakMap=function(e){return is(e)&&yo(e)==P},Un.isWeakSet=function(e){return is(e)&&"[object WeakSet]"==$r(e)},Un.join=function(e,t){return null==e?"":jt.call(e,t)},Un.kebabCase=Ws,Un.last=Jo,Un.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return n!==i&&(o=(o=ys(n))<0?kn(r+o,0):Cn(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):Ut(e,Ht,o,!0)},Un.lowerCase=Ks,Un.lowerFirst=Ys,Un.lt=gs,Un.lte=hs,Un.max=function(e){return e&&e.length?yr(e,ac,Er):i},Un.maxBy=function(e,t){return e&&e.length?yr(e,po(t,2),Er):i},Un.mean=function(e){return qt(e,ac)},Un.meanBy=function(e,t){return qt(e,po(t,2))},Un.min=function(e){return e&&e.length?yr(e,ac,jr):i},Un.minBy=function(e,t){return e&&e.length?yr(e,po(t,2),jr):i},Un.stubArray=vc,Un.stubFalse=bc,Un.stubObject=function(){return{}},Un.stubString=function(){return""},Un.stubTrue=function(){return!0},Un.multiply=xc,Un.nth=function(e,t){return e&&e.length?Hr(e,ys(t)):i},Un.noConflict=function(){return mt._===this&&(mt._=Be),this},Un.noop=pc,Un.now=Ta,Un.pad=function(e,t,n){e=Cs(e);var r=(t=ys(t))?mn(e):0;if(!t||r>=t)return e;var i=(t-r)/2;return qi(ft(i),n)+e+qi(ht(i),n)},Un.padEnd=function(e,t,n){e=Cs(e);var r=(t=ys(t))?mn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var o=Sn();return Cn(e+o*(t-e+pt("1e-"+((o+"").length-1))),t)}return Zr(e,t)},Un.reduce=function(e,t,n){var r=Wa(e)?Rt:Yt,i=arguments.length<3;return r(e,po(t,4),n,i,hr)},Un.reduceRight=function(e,t,n){var r=Wa(e)?Lt:Yt,i=arguments.length<3;return r(e,po(t,4),n,i,mr)},Un.repeat=function(e,t,n){return t=(n?Io(e,t,n):t===i)?1:ys(t),Qr(Cs(e),t)},Un.replace=function(){var e=arguments,t=Cs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Un.result=function(e,t,n){var r=-1,o=(t=Ci(t,e)).length;for(o||(o=1,e=i);++rh)return[];var n=f,r=Cn(e,f);t=po(t),e-=f;for(var i=Qt(r,t);++n=a)return e;var c=n-mn(r);if(c<1)return r;var l=s?wi(s,0,c).join(""):e.slice(0,c);if(o===i)return l+r;if(s&&(c+=l.length-c),cs(o)){if(e.slice(c).search(o)){var d,p=l;for(o.global||(o=Ee(o.source,Cs(me.exec(o))+"g")),o.lastIndex=0;d=o.exec(p);)var u=d.index;l=l.slice(0,u===i?c:u)}}else if(e.indexOf(pi(o),c)!=c){var g=l.lastIndexOf(o);g>-1&&(l=l.slice(0,g))}return l+r},Un.unescape=function(e){return(e=Cs(e))&&Z.test(e)?e.replace(K,vn):e},Un.uniqueId=function(e){var t=++Re;return Cs(e)+t},Un.upperCase=Xs,Un.upperFirst=Js,Un.each=Ca,Un.eachRight=Ia,Un.first=Yo,dc(Un,(Sc={},Ir(Un,(function(e,t){Me.call(Un.prototype,t)||(Sc[t]=e)})),Sc),{chain:!1}),Un.VERSION="4.17.21",Tt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Un[e].placeholder=Un})),Tt(["drop","take"],(function(e,t){qn.prototype[e]=function(n){n=n===i?1:kn(ys(n),0);var r=this.__filtered__&&!t?new qn(this):this.clone();return r.__filtered__?r.__takeCount__=Cn(n,r.__takeCount__):r.__views__.push({size:Cn(n,f),type:e+(r.__dir__<0?"Right":"")}),r},qn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Tt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;qn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:po(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),Tt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");qn.prototype[e]=function(){return this[n](1).value()[0]}})),Tt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");qn.prototype[e]=function(){return this.__filtered__?new qn(this):this[n](1)}})),qn.prototype.compact=function(){return this.filter(ac)},qn.prototype.find=function(e){return this.filter(e).head()},qn.prototype.findLast=function(e){return this.reverse().find(e)},qn.prototype.invokeMap=Xr((function(e,t){return"function"==typeof e?new qn(this):this.map((function(n){return Or(n,e,t)}))})),qn.prototype.reject=function(e){return this.filter(La(po(e)))},qn.prototype.slice=function(e,t){e=ys(e);var n=this;return n.__filtered__&&(e>0||t<0)?new qn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(n=(t=ys(t))<0?n.dropRight(-t):n.take(t-e)),n)},qn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},qn.prototype.toArray=function(){return this.take(f)},Ir(qn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Un[r?"take"+("last"==t?"Right":""):t],a=r||/^find/.test(t);o&&(Un.prototype[t]=function(){var t=this.__wrapped__,s=r?[1]:arguments,c=t instanceof qn,l=s[0],d=c||Wa(t),p=function(e){var t=o.apply(Un,Mt([e],s));return r&&u?t[0]:t};d&&n&&"function"==typeof l&&1!=l.length&&(c=d=!1);var u=this.__chain__,g=!!this.__actions__.length,h=a&&!u,m=c&&!g;if(!a&&d){t=m?t:new qn(this);var f=e.apply(t,s);return f.__actions__.push({func:fa,args:[p],thisArg:i}),new Hn(f,u)}return h&&m?e.apply(this,s):(f=this.thru(p),h?r?f.value()[0]:f.value():f)})})),Tt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Fe[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Un.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var i=this.value();return t.apply(Wa(i)?i:[],e)}return this[n]((function(n){return t.apply(Wa(n)?n:[],e)}))}})),Ir(qn.prototype,(function(e,t){var n=Un[t];if(n){var r=n.name+"";Me.call(Pn,r)||(Pn[r]=[]),Pn[r].push({name:t,func:n})}})),Pn[Ui(i,2).name]=[{name:"wrapper",func:i}],qn.prototype.clone=function(){var e=new qn(this.__wrapped__);return e.__actions__=Fi(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Fi(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Fi(this.__views__),e},qn.prototype.reverse=function(){if(this.__filtered__){var e=new qn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},qn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Wa(e),r=t<0,i=n?e.length:0,o=function(e,t,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:e,value:e?i:this.__values__[this.__index__++]}},Un.prototype.plant=function(e){for(var t,n=this;n instanceof zn;){var r=Uo(n);r.__index__=0,r.__values__=i,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Un.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof qn){var t=e;return this.__actions__.length&&(t=new qn(this)),(t=t.reverse()).__actions__.push({func:fa,args:[ra],thisArg:i}),new Hn(t,this.__chain__)}return this.thru(ra)},Un.prototype.toJSON=Un.prototype.valueOf=Un.prototype.value=function(){return fi(this.__wrapped__,this.__actions__)},Un.prototype.first=Un.prototype.head,Xe&&(Un.prototype[Xe]=function(){return this}),Un}();mt._=bn,(r=function(){return bn}.call(t,n,t,e))===i||(e.exports=r)}.call(this)},72859:function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var o=n(4144),a=n(13117),s=function(e){function t(t){var n=e.call(this)||this;return n._value=t,n}return i(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),t.prototype._subscribe=function(t){var n=e.prototype._subscribe.call(this,t);return n&&!n.closed&&t.next(this._value),n},t.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new a.ObjectUnsubscribedError;return this._value},t.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},t}(o.Subject);t.BehaviorSubject=s},12837:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(87481),i=n(73123),o=n(36079),a=n(28105),s=n(49079),c=function(){function e(e){this._isScalar=!1,e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var r=this.operator,o=i.toSubscriber(e,t,n);if(r?o.add(r.call(o,this.source)):o.add(this.source||s.config.useDeprecatedSynchronousErrorHandling&&!o.syncErrorThrowable?this._subscribe(o):this._trySubscribe(o)),s.config.useDeprecatedSynchronousErrorHandling&&o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){s.config.useDeprecatedSynchronousErrorHandling&&(e.syncErrorThrown=!0,e.syncErrorValue=t),r.canReportError(e)?e.error(t):console.warn(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=l(t))((function(t,r){var i;i=n.subscribe((function(t){try{e(t)}catch(e){r(e),i&&i.unsubscribe()}}),r,t)}))},e.prototype._subscribe=function(e){var t=this.source;return t&&t.subscribe(e)},e.prototype[o.observable]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var s=n.call(o,"catchLoc"),c=n.call(o,"finallyLoc");if(s&&c){if(this.prev=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),D(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;D(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:E(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),p}},e}function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function y(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{method:"GET"};return m().mark((function i(){var o,a;return m().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return o=r.method,e.onStart({options:r,method:o,url:n}),a=t(n,r),"function"==typeof r.responseInterceptor&&(a=a.then(r.responseInterceptor)),a.then((function(t){return e.onFinish({response:t,url:n,options:r,method:o})}),(function(t){return e.onFinish({response:t,url:n,options:r,method:o})})),i.abrupt("return",a);case 6:case"end":return i.stop()}}),i)}))()}));return function(e){return n.apply(this,arguments)}}()}}]),e}();x.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:x,deps:[{token:g.FetchClient}],target:r["ɵɵFactoryTarget"].Injectable}),x.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:x,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:x,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:g.FetchClient}]}});var D=Object.freeze({__proto__:null,FetchClient:g.FetchClient,BasicAuth:g.BasicAuth,CookieAuth:g.CookieAuth,Realtime:g.Realtime,EventBinaryService:g.EventBinaryService,EventService:g.EventService,InventoryService:g.InventoryService,MeasurementService:g.MeasurementService,AlarmService:g.AlarmService,OperationBulkService:g.OperationBulkService,OperationService:g.OperationService,ApplicationService:g.ApplicationService,UserService:g.UserService,TenantService:g.TenantService,SystemOptionsService:g.SystemOptionsService,TenantOptionsService:g.TenantOptionsService,TenantSecurityOptionsService:g.TenantSecurityOptionsService,TenantLoginOptionsService:g.TenantLoginOptionsService,AuditService:g.AuditService,InventoryRoleService:g.InventoryRoleService,InventoryBinaryService:g.InventoryBinaryService,DeviceRegistrationService:g.DeviceRegistrationService,DeviceRegistrationBulkService:g.DeviceRegistrationBulkService,UserRoleService:g.UserRoleService,UserGroupService:g.UserGroupService,IdentityService:g.IdentityService,TrustedCertificateService:g.TrustedCertificateService,SmartGroupsService:g.SmartGroupsService,SmartRulesService:g.SmartRulesService});var $=Object.keys(D).map((function(e){return t=D[e],n=[g.FetchClient,g.Realtime],t===g.FetchClient&&(n=[g.CookieAuth]),t!==g.BasicAuth&&t!==g.CookieAuth||(n=[]),t===g.Realtime&&(n=[g.FetchClient]),{provide:t,useClass:t,deps:n};var t,n})).concat([{provide:x,useClass:x,deps:[g.FetchClient]}]),E=function(){function e(){C(this,e)}return w(e,null,[{key:"providers",value:function(){return $}},{key:"forRoot",value:function(){return{ngModule:e,providers:$}}}]),e}();E.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:E,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),E.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:E}),E.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:E,providers:$}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:E,decorators:[{type:r.NgModule,args:[{providers:$}]}]});var T=n(64431);class _{}class F{}class O{constructor(e){this.normalizedNames=new Map,this.lazyUpdate=null,e?this.lazyInit="string"==typeof e?()=>{this.headers=new Map,e.split("\n").forEach((e=>{const t=e.indexOf(":");if(t>0){const n=e.slice(0,t),r=n.toLowerCase(),i=e.slice(t+1).trim();this.maybeSetNormalizedName(n,r),this.headers.has(r)?this.headers.get(r).push(i):this.headers.set(r,[i])}}))}:()=>{this.headers=new Map,Object.keys(e).forEach((t=>{let n=e[t];const r=t.toLowerCase();"string"==typeof n&&(n=[n]),n.length>0&&(this.headers.set(r,n),this.maybeSetNormalizedName(t,r))}))}:this.headers=new Map}has(e){return this.init(),this.headers.has(e.toLowerCase())}get(e){this.init();const t=this.headers.get(e.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(e){return this.init(),this.headers.get(e.toLowerCase())||null}append(e,t){return this.clone({name:e,value:t,op:"a"})}set(e,t){return this.clone({name:e,value:t,op:"s"})}delete(e,t){return this.clone({name:e,value:t,op:"d"})}maybeSetNormalizedName(e,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,e)}init(){this.lazyInit&&(this.lazyInit instanceof O?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach((e=>this.applyUpdate(e))),this.lazyUpdate=null))}copyFrom(e){e.init(),Array.from(e.headers.keys()).forEach((t=>{this.headers.set(t,e.headers.get(t)),this.normalizedNames.set(t,e.normalizedNames.get(t))}))}clone(e){const t=new O;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof O?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([e]),t}applyUpdate(e){const t=e.name.toLowerCase();switch(e.op){case"a":case"s":let n=e.value;if("string"==typeof n&&(n=[n]),0===n.length)return;this.maybeSetNormalizedName(e.name,t);const r=("a"===e.op?this.headers.get(t):void 0)||[];r.push(...n),this.headers.set(t,r);break;case"d":const i=e.value;if(i){let e=this.headers.get(t);if(!e)return;e=e.filter((e=>-1===i.indexOf(e))),0===e.length?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,e)}else this.headers.delete(t),this.normalizedNames.delete(t)}}forEach(e){this.init(),Array.from(this.normalizedNames.keys()).forEach((t=>e(this.normalizedNames.get(t),this.headers.get(t))))}}class P{encodeKey(e){return M(e)}encodeValue(e){return M(e)}decodeKey(e){return decodeURIComponent(e)}decodeValue(e){return decodeURIComponent(e)}}const N=/%(\d[a-f0-9])/gi,A={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function M(e){return encodeURIComponent(e).replace(N,((e,t)=>A[t]??e))}function R(e){return`${e}`}class L{constructor(e={}){if(this.updates=null,this.cloneFrom=null,this.encoder=e.encoder||new P,e.fromString){if(e.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function(e,t){const n=new Map;e.length>0&&e.replace(/^\?/,"").split("&").forEach((e=>{const r=e.indexOf("="),[i,o]=-1==r?[t.decodeKey(e),""]:[t.decodeKey(e.slice(0,r)),t.decodeValue(e.slice(r+1))],a=n.get(i)||[];a.push(o),n.set(i,a)}));return n}(e.fromString,this.encoder)}else e.fromObject?(this.map=new Map,Object.keys(e.fromObject).forEach((t=>{const n=e.fromObject[t],r=Array.isArray(n)?n.map(R):[R(n)];this.map.set(t,r)}))):this.map=null}has(e){return this.init(),this.map.has(e)}get(e){this.init();const t=this.map.get(e);return t?t[0]:null}getAll(e){return this.init(),this.map.get(e)||null}keys(){return this.init(),Array.from(this.map.keys())}append(e,t){return this.clone({param:e,value:t,op:"a"})}appendAll(e){const t=[];return Object.keys(e).forEach((n=>{const r=e[n];Array.isArray(r)?r.forEach((e=>{t.push({param:n,value:e,op:"a"})})):t.push({param:n,value:r,op:"a"})})),this.clone(t)}set(e,t){return this.clone({param:e,value:t,op:"s"})}delete(e,t){return this.clone({param:e,value:t,op:"d"})}toString(){return this.init(),this.keys().map((e=>{const t=this.encoder.encodeKey(e);return this.map.get(e).map((e=>t+"="+this.encoder.encodeValue(e))).join("&")})).filter((e=>""!==e)).join("&")}clone(e){const t=new L({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(e),t}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach((e=>this.map.set(e,this.cloneFrom.map.get(e)))),this.updates.forEach((e=>{switch(e.op){case"a":case"s":const t=("a"===e.op?this.map.get(e.param):void 0)||[];t.push(R(e.value)),this.map.set(e.param,t);break;case"d":if(void 0===e.value){this.map.delete(e.param);break}{let t=this.map.get(e.param)||[];const n=t.indexOf(R(e.value));-1!==n&&t.splice(n,1),t.length>0?this.map.set(e.param,t):this.map.delete(e.param)}}})),this.cloneFrom=this.updates=null)}}class V{constructor(){this.map=new Map}set(e,t){return this.map.set(e,t),this}get(e){return this.map.has(e)||this.map.set(e,e.defaultValue()),this.map.get(e)}delete(e){return this.map.delete(e),this}has(e){return this.map.has(e)}keys(){return this.map.keys()}}function j(e){return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer}function B(e){return"undefined"!=typeof Blob&&e instanceof Blob}function U(e){return"undefined"!=typeof FormData&&e instanceof FormData}class G{constructor(e,t,n,r){let i;if(this.url=t,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=e.toUpperCase(),function(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||r?(this.body=void 0!==n?n:null,i=r):i=n,i&&(this.reportProgress=!!i.reportProgress,this.withCredentials=!!i.withCredentials,i.responseType&&(this.responseType=i.responseType),i.headers&&(this.headers=i.headers),i.context&&(this.context=i.context),i.params&&(this.params=i.params)),this.headers||(this.headers=new O),this.context||(this.context=new V),this.params){const e=this.params.toString();if(0===e.length)this.urlWithParams=t;else{const n=t.indexOf("?"),r=-1===n?"?":nt.set(n,e.setHeaders[n])),s)),e.setParams&&(c=Object.keys(e.setParams).reduce(((t,n)=>t.set(n,e.setParams[n])),c)),new G(t,n,i,{params:c,headers:s,context:l,reportProgress:a,responseType:r,withCredentials:o})}}var z;!function(e){e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User"}(z||(z={}));class H{constructor(e,t=200,n="OK"){this.headers=e.headers||new O,this.status=void 0!==e.status?e.status:t,this.statusText=e.statusText||n,this.url=e.url||null,this.ok=this.status>=200&&this.status<300}}class q extends H{constructor(e={}){super(e),this.type=z.ResponseHeader}clone(e={}){return new q({headers:e.headers||this.headers,status:void 0!==e.status?e.status:this.status,statusText:e.statusText||this.statusText,url:e.url||this.url||void 0})}}class W extends H{constructor(e={}){super(e),this.type=z.Response,this.body=void 0!==e.body?e.body:null}clone(e={}){return new W({body:void 0!==e.body?e.body:this.body,headers:e.headers||this.headers,status:void 0!==e.status?e.status:this.status,statusText:e.statusText||this.statusText,url:e.url||this.url||void 0})}}class K extends H{constructor(e){super(e,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${e.url||"(unknown url)"}`:this.message=`Http failure response for ${e.url||"(unknown url)"}: ${e.status} ${e.statusText}`,this.error=e.error||null}}function Y(e,t){return{body:t,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials}}class Z{constructor(e){this.handler=e}request(e,t,n={}){let r;if(e instanceof G)r=e;else{let i,o;i=n.headers instanceof O?n.headers:new O(n.headers),n.params&&(o=n.params instanceof L?n.params:new L({fromObject:n.params})),r=new G(e,t,void 0!==n.body?n.body:null,{headers:i,context:n.context,params:o,reportProgress:n.reportProgress,responseType:n.responseType||"json",withCredentials:n.withCredentials})}const i=(0,a.of)(r).pipe((0,s.concatMap)((e=>this.handler.handle(e))));if(e instanceof G||"events"===n.observe)return i;const o=i.pipe((0,s.filter)((e=>e instanceof W)));switch(n.observe||"body"){case"body":switch(r.responseType){case"arraybuffer":return o.pipe((0,s.map)((e=>{if(null!==e.body&&!(e.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return e.body})));case"blob":return o.pipe((0,s.map)((e=>{if(null!==e.body&&!(e.body instanceof Blob))throw new Error("Response is not a Blob.");return e.body})));case"text":return o.pipe((0,s.map)((e=>{if(null!==e.body&&"string"!=typeof e.body)throw new Error("Response is not a string.");return e.body})));default:return o.pipe((0,s.map)((e=>e.body)))}case"response":return o;default:throw new Error(`Unreachable: unhandled observe type ${n.observe}}`)}}delete(e,t={}){return this.request("DELETE",e,t)}get(e,t={}){return this.request("GET",e,t)}head(e,t={}){return this.request("HEAD",e,t)}jsonp(e,t){return this.request("JSONP",e,{params:(new L).append(t,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(e,t={}){return this.request("OPTIONS",e,t)}patch(e,t,n={}){return this.request("PATCH",e,Y(n,t))}post(e,t,n={}){return this.request("POST",e,Y(n,t))}put(e,t,n={}){return this.request("PUT",e,Y(n,t))}}Z.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Z,deps:[{token:_}],target:r["ɵɵFactoryTarget"].Injectable}),Z.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Z}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Z,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:_}]}});class Q{constructor(e,t){this.next=e,this.interceptor=t}handle(e){return this.interceptor.intercept(e,this.next)}}const X=new r.InjectionToken("HTTP_INTERCEPTORS");class J{intercept(e,t){return t.handle(e)}}J.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:J,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),J.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:J}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:J,decorators:[{type:r.Injectable}]});let ee,te=0;class ne{}class re{constructor(e,t){this.callbackMap=e,this.document=t,this.resolvedPromise=Promise.resolve()}nextCallback(){return"ng_jsonp_callback_"+te++}handle(e){if("JSONP"!==e.method)throw new Error("JSONP requests must use JSONP request method.");if("json"!==e.responseType)throw new Error("JSONP requests must use Json response type.");if(e.headers.keys().length>0)throw new Error("JSONP requests do not support headers.");return new a.Observable((t=>{const n=this.nextCallback(),r=e.urlWithParams.replace(/=JSONP_CALLBACK(&|$)/,`=${n}$1`),i=this.document.createElement("script");i.src=r;let o=null,a=!1;this.callbackMap[n]=e=>{delete this.callbackMap[n],o=e,a=!0};const s=()=>{i.parentNode&&i.parentNode.removeChild(i),delete this.callbackMap[n]};return i.addEventListener("load",(e=>{this.resolvedPromise.then((()=>{s(),a?(t.next(new W({body:o,status:200,statusText:"OK",url:r})),t.complete()):t.error(new K({url:r,status:0,statusText:"JSONP Error",error:new Error("JSONP injected script did not invoke callback.")}))}))})),i.addEventListener("error",(e=>{s(),t.error(new K({error:e,status:0,statusText:"JSONP Error",url:r}))})),this.document.body.appendChild(i),t.next({type:z.Sent}),()=>{a||this.removeListeners(i),s()}}))}removeListeners(e){ee||(ee=this.document.implementation.createHTMLDocument()),ee.adoptNode(e)}}re.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:re,deps:[{token:ne},{token:u.DOCUMENT}],target:r["ɵɵFactoryTarget"].Injectable}),re.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:re}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:re,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:ne},{type:void 0,decorators:[{type:r.Inject,args:[u.DOCUMENT]}]}]}});class ie{constructor(e){this.jsonp=e}intercept(e,t){return"JSONP"===e.method?this.jsonp.handle(e):t.handle(e)}}ie.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ie,deps:[{token:re}],target:r["ɵɵFactoryTarget"].Injectable}),ie.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ie}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ie,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:re}]}});const oe=/^\)\]\}',?\n/;class ae{constructor(e){this.xhrFactory=e}handle(e){if("JSONP"===e.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new a.Observable((t=>{const n=this.xhrFactory.build();if(n.open(e.method,e.urlWithParams),e.withCredentials&&(n.withCredentials=!0),e.headers.forEach(((e,t)=>n.setRequestHeader(e,t.join(",")))),e.headers.has("Accept")||n.setRequestHeader("Accept","application/json, text/plain, */*"),!e.headers.has("Content-Type")){const t=e.detectContentTypeHeader();null!==t&&n.setRequestHeader("Content-Type",t)}if(e.responseType){const t=e.responseType.toLowerCase();n.responseType="json"!==t?t:"text"}const r=e.serializeBody();let i=null;const o=()=>{if(null!==i)return i;const t=n.statusText||"OK",r=new O(n.getAllResponseHeaders()),o=function(e){return"responseURL"in e&&e.responseURL?e.responseURL:/^X-Request-URL:/m.test(e.getAllResponseHeaders())?e.getResponseHeader("X-Request-URL"):null}(n)||e.url;return i=new q({headers:r,status:n.status,statusText:t,url:o}),i},a=()=>{let{headers:r,status:i,statusText:a,url:s}=o(),c=null;204!==i&&(c=void 0===n.response?n.responseText:n.response),0===i&&(i=c?200:0);let l=i>=200&&i<300;if("json"===e.responseType&&"string"==typeof c){const e=c;c=c.replace(oe,"");try{c=""!==c?JSON.parse(c):null}catch(t){c=e,l&&(l=!1,c={error:t,text:c})}}l?(t.next(new W({body:c,headers:r,status:i,statusText:a,url:s||void 0})),t.complete()):t.error(new K({error:c,headers:r,status:i,statusText:a,url:s||void 0}))},s=e=>{const{url:r}=o(),i=new K({error:e,status:n.status||0,statusText:n.statusText||"Unknown Error",url:r||void 0});t.error(i)};let c=!1;const l=r=>{c||(t.next(o()),c=!0);let i={type:z.DownloadProgress,loaded:r.loaded};r.lengthComputable&&(i.total=r.total),"text"===e.responseType&&n.responseText&&(i.partialText=n.responseText),t.next(i)},d=e=>{let n={type:z.UploadProgress,loaded:e.loaded};e.lengthComputable&&(n.total=e.total),t.next(n)};return n.addEventListener("load",a),n.addEventListener("error",s),n.addEventListener("timeout",s),n.addEventListener("abort",s),e.reportProgress&&(n.addEventListener("progress",l),null!==r&&n.upload&&n.upload.addEventListener("progress",d)),n.send(r),t.next({type:z.Sent}),()=>{n.removeEventListener("error",s),n.removeEventListener("abort",s),n.removeEventListener("load",a),n.removeEventListener("timeout",s),e.reportProgress&&(n.removeEventListener("progress",l),null!==r&&n.upload&&n.upload.removeEventListener("progress",d)),n.readyState!==n.DONE&&n.abort()}}))}}ae.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ae,deps:[{token:u.XhrFactory}],target:r["ɵɵFactoryTarget"].Injectable}),ae.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ae}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ae,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:u.XhrFactory}]}});const se=new r.InjectionToken("XSRF_COOKIE_NAME"),ce=new r.InjectionToken("XSRF_HEADER_NAME");class le{}class de{constructor(e,t,n){this.doc=e,this.platform=t,this.cookieName=n,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const e=this.doc.cookie||"";return e!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,u["ɵparseCookieValue"])(e,this.cookieName),this.lastCookieString=e),this.lastToken}}de.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:de,deps:[{token:u.DOCUMENT},{token:r.PLATFORM_ID},{token:se}],target:r["ɵɵFactoryTarget"].Injectable}),de.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:de}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:de,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Inject,args:[u.DOCUMENT]}]},{type:void 0,decorators:[{type:r.Inject,args:[r.PLATFORM_ID]}]},{type:void 0,decorators:[{type:r.Inject,args:[se]}]}]}});class pe{constructor(e,t){this.tokenService=e,this.headerName=t}intercept(e,t){const n=e.url.toLowerCase();if("GET"===e.method||"HEAD"===e.method||n.startsWith("http://")||n.startsWith("https://"))return t.handle(e);const r=this.tokenService.getToken();return null===r||e.headers.has(this.headerName)||(e=e.clone({headers:e.headers.set(this.headerName,r)})),t.handle(e)}}pe.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pe,deps:[{token:le},{token:ce}],target:r["ɵɵFactoryTarget"].Injectable}),pe.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pe}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pe,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:le},{type:void 0,decorators:[{type:r.Inject,args:[ce]}]}]}});class ue{constructor(e,t){this.backend=e,this.injector=t,this.chain=null}handle(e){if(null===this.chain){const e=this.injector.get(X,[]);this.chain=e.reduceRight(((e,t)=>new Q(e,t)),this.backend)}return this.chain.handle(e)}}function ge(){return"object"==typeof window?window:{}}ue.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ue,deps:[{token:F},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),ue.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ue}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ue,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:F},{type:r.Injector}]}});class he{static disable(){return{ngModule:he,providers:[{provide:pe,useClass:J}]}}static withOptions(e={}){return{ngModule:he,providers:[e.cookieName?{provide:se,useValue:e.cookieName}:[],e.headerName?{provide:ce,useValue:e.headerName}:[]]}}}he.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:he,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),he.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:he}),he.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:he,providers:[pe,{provide:X,useExisting:pe,multi:!0},{provide:le,useClass:de},{provide:se,useValue:"XSRF-TOKEN"},{provide:ce,useValue:"X-XSRF-TOKEN"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:he,decorators:[{type:r.NgModule,args:[{providers:[pe,{provide:X,useExisting:pe,multi:!0},{provide:le,useClass:de},{provide:se,useValue:"XSRF-TOKEN"},{provide:ce,useValue:"X-XSRF-TOKEN"}]}]}]});class me{}me.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:me,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),me.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:me,imports:[he]}),me.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:me,providers:[Z,{provide:_,useClass:ue},ae,{provide:F,useExisting:ae}],imports:[he.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:me,decorators:[{type:r.NgModule,args:[{imports:[he.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})],providers:[Z,{provide:_,useClass:ue},ae,{provide:F,useExisting:ae}]}]}]});class fe{}fe.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fe,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),fe.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:fe}),fe.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fe,providers:[re,{provide:ne,useFactory:ge},{provide:X,useClass:ie,multi:!0}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fe,decorators:[{type:r.NgModule,args:[{providers:[re,{provide:ne,useFactory:ge},{provide:X,useClass:ie,multi:!0}]}]}]});var ye=n(49309),ve=n(58156),be=n(14181),ke=n(2647),Ce=n(19250),Ie=n(81329),we=n(49224),Se=n(96486),xe=n(49918),De=n(24219),$e=n(39417),Ee={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6],0,0,0,0,0,0,0,[["6[2-467]\\d{3}",[5]],["4\\d{4}",[5]],0,0,0,0,["(?:0[1-9]|[1589]\\d)\\d{4}",[6]]]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[["[78]\\d{5}",[6]],["690\\d{6}|[356]\\d{5}",[6,9]],["180[02]\\d{4}",[8]],["[19]\\d{5}",[6]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0",0,0,0,0,0,[["[2-4679][2-8]\\d{6}",[8]],["5[024-68]\\d{7}",[9]],["400\\d{6}|800\\d{2,9}"],["900[02]\\d{5}",[9]],0,0,["600[25]\\d{5}",[9]],0,0,["700[05]\\d{5}",[9]]]],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0",0,0,0,0,0,[["(?:[25][0-8]|[34][0-4]|6[0-5])[2-9]\\d{6}"],["7\\d{8}"]]],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([457]\\d{6})$","268$1",0,"268",[["268(?:4(?:6[0-38]|84)|56[0-2])\\d{4}"],["268(?:464|7(?:1[3-9]|[28]\\d|3[0246]|64|7[0-689]))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,0,["26840[69]\\d{4}"],["26848[01]\\d{4}"]]],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2457]\\d{6})$","264$1",0,"264",[["264(?:292|4(?:6[12]|9[78]))\\d{4}"],["264(?:235|4(?:69|76)|5(?:3[6-9]|8[1-4])|7(?:29|72))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,0,["264724\\d{4}"]]],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0",0,0,0,0,0,[["4505[0-2]\\d{3}|(?:[2358][16-9]\\d[2-9]|4410)\\d{4}|(?:[2358][2-5][2-9]|4(?:[2-57-9][2-9]|6\\d))\\d{5}",[8]],["6(?:[78][2-9]|9\\d)\\d{6}",[9]],["800\\d{4}",[7]],["900[1-9]\\d\\d",[6]],["700[2-9]\\d{4}",[8]],0,0,0,0,["808[1-9]\\d\\d",[6]]]],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0",0,0,0,0,0,[["(?:(?:1[0-25]|47)\\d|2(?:2[2-46]|3[1-8]|4[2-69]|5[2-7]|6[1-9]|8[1-7])|3[12]2)\\d{5}"],["(?:33|4[1349]|55|77|88|9[13-9])\\d{6}"],["800\\d{5}"],["90[016]\\d{5}"],0,0,0,0,["60(?:2[78]|3[5-9]|4[02-9]|5[0-46-9]|[6-8]\\d|9[01])\\d{4}"],["80[1-4]\\d{5}"]]],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]],0,0,0,0,0,0,[["2\\d(?:[0134][25-9]|[25-9]\\d)\\d{5}"],["9[1-59]\\d{7}"]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1",0,0,[["3888[013-9]\\d{5}|3(?:7(?:1[15]|81)|8(?:21|4[16]|69|9[12]))[46]\\d{5}|(?:29(?:54|66)|3(?:7(?:55|77)|865))[2-8]\\d{5}|(?:2(?:2(?:2[59]|44|52)|3(?:26|44)|473|9(?:[07]2|2[26]|34|46))|3327)[45]\\d{5}|(?:2(?:284|3(?:02|23)|657|920)|3(?:4(?:8[27]|92)|541|878))[2-7]\\d{5}|(?:2(?:(?:26|62)2|320|477|9(?:42|83))|3(?:329|4(?:[47]6|62|89)|564))[2-6]\\d{5}|(?:(?:11[1-8]|670)\\d|2(?:2(?:0[45]|1[2-6]|3[3-6])|3(?:[06]4|7[45])|494|6(?:04|1[2-8]|[36][45]|4[3-6])|80[45]|9(?:[17][4-6]|[48][45]|9[3-6]))|3(?:364|4(?:1[2-7]|[235][4-6]|84)|5(?:1[2-9]|[38][4-6])|6(?:2[45]|44)|7[069][45]|8(?:0[45]|[17][2-6]|3[4-6]|[58][3-6])))\\d{6}|2(?:2(?:21|4[23]|6[145]|7[1-4]|8[356]|9[267])|3(?:16|3[13-8]|43|5[346-8]|9[3-5])|475|6(?:2[46]|4[78]|5[1568])|9(?:03|2[1457-9]|3[1356]|4[08]|[56][23]|82))4\\d{5}|(?:2(?:2(?:57|81)|3(?:24|46|92)|9(?:01|23|64))|3(?:4(?:42|71)|5(?:25|37|4[347]|71)|7(?:18|5[17])))[3-6]\\d{5}|(?:2(?:2(?:02|2[3467]|4[156]|5[45]|6[6-8]|91)|3(?:1[47]|25|[45][25]|96)|47[48]|625|932)|3(?:38[2578]|4(?:0[0-24-9]|3[78]|4[457]|58|6[03-9]|72|83|9[136-8])|5(?:2[124]|[368][23]|4[2689]|7[2-6])|7(?:16|2[15]|3[145]|4[13]|5[468]|7[2-5]|8[26])|8(?:2[5-7]|3[278]|4[3-5]|5[78]|6[1-378]|[78]7|94)))[4-6]\\d{5}",[10]],["93(?:7(?:1[15]|81)[46]|8(?:(?:21|4[16]|69|9[12])[46]|88[013-9]))\\d{5}|9(?:29(?:54|66)|3(?:7(?:55|77)|865))[2-8]\\d{5}|9(?:2(?:2(?:2[59]|44|52)|3(?:26|44)|473|9(?:[07]2|2[26]|34|46))|3327)[45]\\d{5}|9(?:2(?:284|3(?:02|23)|657|920)|3(?:4(?:8[27]|92)|541|878))[2-7]\\d{5}|9(?:2(?:(?:26|62)2|320|477|9(?:42|83))|3(?:329|4(?:[47]6|62|89)|564))[2-6]\\d{5}|(?:675\\d|9(?:11[1-8]\\d|2(?:2(?:0[45]|1[2-6]|3[3-6])|3(?:[06]4|7[45])|494|6(?:04|1[2-8]|[36][45]|4[3-6])|80[45]|9(?:[17][4-6]|[48][45]|9[3-6]))|3(?:364|4(?:1[2-7]|[235][4-6]|84)|5(?:1[2-9]|[38][4-6])|6(?:2[45]|44)|7[069][45]|8(?:0[45]|[17][2-6]|3[4-6]|[58][3-6]))))\\d{6}|92(?:2(?:21|4[23]|6[145]|7[1-4]|8[356]|9[267])|3(?:16|3[13-8]|43|5[346-8]|9[3-5])|475|6(?:2[46]|4[78]|5[1568])|9(?:03|2[1457-9]|3[1356]|4[08]|[56][23]|82))4\\d{5}|9(?:2(?:2(?:57|81)|3(?:24|46|92)|9(?:01|23|64))|3(?:4(?:42|71)|5(?:25|37|4[347]|71)|7(?:18|5[17])))[3-6]\\d{5}|9(?:2(?:2(?:02|2[3467]|4[156]|5[45]|6[6-8]|91)|3(?:1[47]|25|[45][25]|96)|47[48]|625|932)|3(?:38[2578]|4(?:0[0-24-9]|3[78]|4[457]|58|6[03-9]|72|83|9[136-8])|5(?:2[124]|[368][23]|4[2689]|7[2-6])|7(?:16|2[15]|3[145]|4[13]|5[468]|7[2-5]|8[26])|8(?:2[5-7]|3[278]|4[3-5]|5[78]|6[1-378]|[78]7|94)))[4-6]\\d{5}"],["800\\d{7,8}"],["60[04579]\\d{7}",[10]],0,0,["810\\d{7}",[10]]]],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"1|([267]\\d{6})$","684$1",0,"684",[["6846(?:22|33|44|55|77|88|9[19])\\d{4}"],["684(?:2(?:48|5[2468]|72)|7(?:3[13]|70|82))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0",0,0,0,0,0,[["1(?:11\\d|[2-9]\\d{3,11})|(?:316|463|(?:51|66|73)2)\\d{3,10}|(?:2(?:1[467]|2[13-8]|5[2357]|6[1-46-8]|7[1-8]|8[124-7]|9[1458])|3(?:1[1-578]|3[23568]|4[5-7]|5[1378]|6[1-38]|8[3-68])|4(?:2[1-8]|35|7[1368]|8[2457])|5(?:2[1-8]|3[357]|4[147]|5[12578]|6[37])|6(?:13|2[1-47]|4[135-8]|5[468])|7(?:2[1-8]|35|4[13478]|5[68]|6[16-8]|7[1-6]|9[45]))\\d{4,10}"],["6(?:5[0-3579]|6[013-9]|[7-9]\\d)\\d{4,10}",[7,8,9,10,11,12,13]],["800\\d{6,10}",[9,10,11,12,13]],["(?:8[69][2-68]|9(?:0[01]|3[019]))\\d{6,10}",[9,10,11,12,13]],0,0,0,0,["5(?:0[1-9]|17|[79]\\d)\\d{2,10}|7[28]0\\d{6,10}",[5,6,7,8,9,10,11,12,13]],["8(?:10|2[018])\\d{6,10}|828\\d{5}",[8,9,10,11,12,13]]]],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"0|(183[12])",0,0,0,[["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]],0,0,0,0,0,0,[["5(?:2\\d|8[1-9])\\d{4}"],["(?:290|5[69]\\d|6(?:[03]0|22|4[0-2]|[69]\\d)|7(?:[34]\\d|7[07])|9(?:6[45]|9[4-8]))\\d{4}"],["800\\d{4}"],["900\\d{4}"],0,0,0,0,["(?:28\\d|501)\\d{4}"]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",[["18[1-8]\\d{3,6}",[6,7,8,9]],["4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}",[6,7,8,9,10]],["800\\d{4,6}",[7,8,9]],["[67]00\\d{5,6}",[8,9]],0,0,["20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}"]],"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0",0,0,0,0,0,[["(?:2[12]428|3655[02])\\d{4}|(?:2(?:22[0-79]|63[0-28])|3654)\\d{5}|(?:(?:1[28]|46)\\d|2(?:[014-6]2|[23]3))\\d{6}"],["36554\\d{4}|(?:[16]0|4[04]|5[015]|7[07]|99)\\d{7}"],["88\\d{7}"],["900200\\d{3}"]]],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0",0,0,0,0,0,[["(?:3(?:[05-79][2-9]|1[4579]|[23][24-9]|4[2-4689]|8[2457-9])|49[2-579]|5(?:0[2-49]|[13][2-9]|[268][2-4679]|4[4689]|5[2-79]|7[2-69]|9[2-4689]))\\d{5}",[8]],["6040\\d{5}|6(?:03|[1-356]|44|7\\d)\\d{6}"],["8[08]\\d{6}",[8]],["9[0246]\\d{6}",[8]],0,0,["703[235]0\\d{3}|70(?:2[0-5]|3[0146]|[56]0)\\d{4}",[8]],0,0,["8[12]\\d{6}",[8]]]],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","246$1",0,"246",[["246521[0369]\\d{3}|246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}"],["246(?:(?:2(?:[3568]\\d|4[0-57-9])|3(?:5[2-9]|6[0-6])|4(?:46|5\\d)|69[5-7]|8(?:[2-5]\\d|83))\\d|52(?:1[147]|20))\\d{3}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["(?:246976|900[2-9]\\d\\d)\\d{4}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,["246(?:292|367|4(?:1[7-9]|3[01]|4[47-9]|67)|7(?:1[2-9]|2\\d|3[016]|53))\\d{4}"],0,["24631\\d{5}"]]],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0",0,0,0,0,0,[["(?:4(?:31\\d\\d|423)|5222)\\d{3}(?:\\d{2})?|8332[6-9]\\d\\d|(?:3(?:03[56]|224)|4(?:22[25]|653))\\d{3,4}|(?:3(?:42[47]|529|823)|4(?:027|525|65(?:28|8))|562|6257|7(?:1(?:5[3-5]|6[12]|7[156]|89)|22[589]56|32|42675|52(?:[25689](?:56|8)|[347]8)|71(?:6[1267]|75|89)|92374)|82(?:2[59]|32)56|9(?:03[23]56|23(?:256|373)|31|5(?:1|2[4589]56)))\\d{3}|(?:3(?:02[348]|22[35]|324|422)|4(?:22[67]|32[236-9]|6(?:2[46]|5[57])|953)|5526|6(?:024|6655)|81)\\d{4,5}|(?:2(?:7(?:1[0-267]|2[0-289]|3[0-29]|4[01]|5[1-3]|6[013]|7[0178]|91)|8(?:0[125]|1[1-6]|2[0157-9]|3[1-69]|41|6[1-35]|7[1-5]|8[1-8]|9[0-6])|9(?:0[0-2]|1[0-4]|2[568]|3[3-6]|5[5-7]|6[0136-9]|7[0-7]|8[014-9]))|3(?:0(?:2[025-79]|3[2-4])|181|22[12]|32[2356]|824)|4(?:02[09]|22[348]|32[045]|523|6(?:27|54))|666(?:22|53)|7(?:22[57-9]|42[56]|82[35])8|8(?:0[124-9]|2(?:181|2[02-4679]8)|4[12]|[5-7]2)|9(?:[04]2|2(?:2|328)|81))\\d{4}|(?:2(?:222|[45]\\d)\\d|3(?:1(?:2[5-7]|[5-7])|425|822)|4(?:033|1\\d|[257]1|332|4(?:2[246]|5[25])|6(?:2[35]|56|62)|8(?:23|54)|92[2-5])|5(?:02[03489]|22[457]|32[35-79]|42[46]|6(?:[18]|53)|724|826)|6(?:023|2(?:2[2-5]|5[3-5]|8)|32[3478]|42[34]|52[47]|6(?:[18]|6(?:2[34]|5[24]))|[78]2[2-5]|92[2-6])|7(?:02|21\\d|[3-589]1|6[12]|72[24])|8(?:217|3[12]|[5-7]1)|9[24]1)\\d{5}|(?:(?:3[2-8]|5[2-57-9]|6[03-589])1|4[4689][18])\\d{5}|[59]1\\d{5}"],["(?:1[13-9]\\d|644)\\d{7}|(?:3[78]|44|66)[02-9]\\d{7}",[10]],["80[03]\\d{7}",[10]],0,0,0,0,0,["96(?:0[469]|1[0-47]|3[389]|6[69]|7[78])\\d{6}",[10]]]],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0",0,0,0,0,0,[["80[2-8]\\d{5}|(?:1[0-69]|[23][2-8]|4[23]|5\\d|6[013-57-9]|71|8[1-79]|9[2-4])\\d{6}",[8]],["4[5-9]\\d{7}",[9]],["800[1-9]\\d{4}",[8]],["(?:70(?:2[0-57]|3[04-7]|44|69|7[0579])|90(?:0[0-8]|1[36]|2[0-3568]|3[013-689]|[47][2-68]|5[1-68]|6[0-378]|9[34679]))\\d{4}",[8]],0,0,["78(?:0[57]|1[0458]|2[25]|3[15-8]|48|[56]0|7[078]|9\\d)\\d{4}",[8]],0,0,["7879\\d{4}",[8]]]],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]],0,0,0,0,0,0,[["2(?:0(?:49|5[23]|6[5-7]|9[016-9])|4(?:4[569]|5[4-6]|6[5-7]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}"],["(?:0[125-7]|5[1-8]|[67]\\d)\\d{6}"]]],BG:["359","00","[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0",0,0,0,0,0,[["2\\d{5,7}|(?:43[1-6]|70[1-9])\\d{4,5}|(?:[36]\\d|4[124-7]|[57][1-9]|8[1-6]|9[1-7])\\d{5,6}",[6,7,8]],["(?:43[07-9]|99[69]\\d)\\d{5}|(?:8[7-9]|98)\\d{7}",[8,9]],["800\\d{5}",[8]],["90\\d{6}",[8]],0,0,0,0,0,["700\\d{5}",[8]]]],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[047]"]]],0,0,0,0,0,0,[["(?:1(?:3[1356]|6[0156]|7\\d)\\d|6(?:1[16]\\d|500|6(?:0\\d|3[12]|44|7[7-9]|88)|9[69][69])|7(?:1(?:11|78)|7\\d\\d))\\d{4}"],["(?:3(?:[1-79]\\d|8[0-47-9])\\d|6(?:3(?:00|33|6[16])|6(?:3[03-9]|[69]\\d|7[0-6])))\\d{4}"],["80\\d{6}"],["(?:87|9[014578])\\d{6}"],0,0,0,0,0,["84\\d{6}"]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]],0,0,0,0,0,0,[["(?:22|31)\\d{6}"],["(?:29|6[1257-9]|7[125-9])\\d{6}"]]],BJ:["229","00","(?:[25689]\\d|40)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]],0,0,0,0,0,0,[["2(?:02|1[037]|2[45]|3[68])\\d{5}"],["(?:40|5[1-9]|6\\d|9[013-9])\\d{6}"],0,0,0,0,["81\\d{6}"],0,["857[58]\\d{4}"]]],BL:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","441$1",0,"441",[["441(?:[46]\\d\\d|5(?:4\\d|60|89))\\d{4}"],["441(?:[2378]\\d|5[0-39])\\d{5}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]],0,0,0,0,0,0,[["22[0-7]\\d{4}|(?:2[013-9]|[34]\\d|5[0-25-9])\\d{5}"],["(?:22[89]|[78]\\d\\d)\\d{4}"],0,0,0,0,0,0,["5[34]\\d{5}"]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?",0,0,0,[["(?:2(?:2\\d\\d|5(?:11|[258]\\d|9[67])|6(?:12|2\\d|9[34])|8(?:2[34]|39|62))|3(?:3\\d\\d|4(?:6\\d|8[24])|8(?:25|42|5[257]|86|9[25])|9(?:[27]\\d|3[2-4]|4[248]|5[24]|6[2-6]))|4(?:4\\d\\d|6(?:11|[24689]\\d|72)))\\d{4}",[8]],["[67]\\d{7}",[8]],["8001[07]\\d{4}",[9]]]],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]",[["(?:318[023]|41(?:6[023]|70)|7(?:1[578]|2[05]|50)\\d)\\d{3}"],["(?:31(?:8[14-8]|9[14578])|416[14-9]|7(?:0[01]|7[07]|8\\d|9[056])\\d)\\d{3}"]]],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2",0,0,[["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-5]\\d{7}",[10]],["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])(?:7|9\\d)\\d{7}",[10,11]],["800\\d{6,7}",[9,10]],["300\\d{6}|[59]00\\d{6,7}",[9,10]],0,0,0,0,0,["(?:30[03]\\d{3}|4(?:0(?:0\\d|20)|370))\\d{4}|300\\d{5}",[8,10]]]],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([3-8]\\d{6})$","242$1",0,"242",[["242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[347]|8[0-4]|9[2-467])|461|502|6(?:0[1-4]|12|2[013]|[45]0|7[67]|8[78]|9[89])|7(?:02|88))\\d{4}"],["242(?:3(?:5[79]|7[56]|95)|4(?:[23][1-9]|4[1-35-9]|5[1-8]|6[2-8]|7\\d|81)|5(?:2[45]|3[35]|44|5[1-46-9]|65|77)|6[34]6|7(?:27|38)|8(?:0[1-9]|1[02-9]|2\\d|[89]9))\\d{4}"],["242300\\d{4}|8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,["242225\\d{4}"]]],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]],0,0,0,0,0,0,[["(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\\d{5}",[7]],["(?:1[67]|77)\\d{6}",[8]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-79]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]],0,0,0,0,0,0,[["(?:2(?:4[0-48]|6[0-24]|9[0578])|3(?:1[0-35-9]|55|[69]\\d|7[013])|4(?:6[03]|7[1267]|9[0-5])|5(?:3[03489]|4[0489]|7[1-47]|88|9[0-49])|6(?:2[1-35]|5[149]|8[067]))\\d{4}",[7]],["(?:321|7(?:[1-7]\\d|8[01]))\\d{5}",[8]],["(?:0800|800\\d)\\d{6}",[10]],["90\\d{5}",[7]],0,0,0,0,["79(?:1(?:[01]\\d|2[0-7])|2[0-7]\\d)\\d{3}",[8]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,[["(?:1(?:5(?:1[1-5]|[24]\\d|6[2-4]|9[1-7])|6(?:[235]\\d|4[1-7])|7\\d\\d)|2(?:1(?:[246]\\d|3[0-35-9]|5[1-9])|2(?:[235]\\d|4[0-8])|3(?:[26]\\d|3[02-79]|4[024-7]|5[03-7])))\\d{5}",[9]],["(?:2(?:5[5-79]|9[1-9])|(?:33|44)\\d)\\d{6}",[9]],["800\\d{3,7}|8(?:0[13]|20\\d)\\d{7}"],["(?:810|902)\\d{7}",[10]],0,0,0,0,["249\\d{6}",[9]]],"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]],0,0,0,0,0,0,[["(?:2(?:[02]\\d|36|[68]0)|[3-58](?:[02]\\d|[68]0)|7(?:[02]\\d|32|[68]0))\\d{4}",[7]],["6[0-35-7]\\d{5}",[7]],["0800\\d{7}",[11]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"0|([59]\\d{7})$","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,[["12\\d{7}|[1-6]\\d{6}"],["88\\d{5}|(?:8[0-59]|9[017-9])\\d{7}"]]],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]],0,0,0,0,0,0,[["2[12]\\d{6}"],["7[02457]\\d{6}"],0,["8776\\d{4}"]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]],0,0,0,0,0,0,[["222[1-589]\\d{5}"],["026(?:1[0-5]|6[6-9])\\d{4}|0(?:[14-6]\\d\\d|2(?:40|5[5-8]|6[07-9]))\\d{5}"],0,["80(?:0\\d\\d|120)\\d{4}"]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0",0,0,0,0,0,[["(?:2[12467]|3[1-4]|4[134]|5[256]|6[12]|[7-9]1)\\d{7}"],["7[35-9]\\d{7}"],["800\\d{6}"],["90[016]\\d{6}"],["878\\d{6}"],0,["5[18]\\d{7}"],["74[0248]\\d{6}"],0,["84[0248]\\d{6}"]]],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]],0,0,0,0,0,0,[["2(?:[15]\\d{3}|7(?:2(?:0[23]|1[2357]|[23][45]|4[3-5])|3(?:06|1[69]|[2-6]7)))\\d{5}"],["0704[0-7]\\d{5}|0(?:[15]\\d\\d|7(?:0[0-37-9]|[4-9][7-9]))\\d{6}"]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]],0,0,0,0,0,0,[["(?:2\\d|3[13-7]|4[1-5])\\d{3}"],["[578]\\d{4}"]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]],0,0,0,0,0,0,[["2(?:1982[0-6]|3314[05-9])\\d{3}|(?:2(?:1(?:160|962)|3(?:2\\d\\d|3(?:[034]\\d|1[0-35-9]|2[1-9]|5[0-2])|600)|646[59])|80[1-9]\\d\\d|9(?:3(?:[0-57-9]\\d\\d|6(?:0[02-9]|[1-9]\\d))|6(?:[0-8]\\d\\d|9(?:[02-79]\\d|1[05-9]))|7[1-9]\\d\\d|9(?:[03-9]\\d\\d|1(?:[0235-9]\\d|4[0-24-9])|2(?:[0-79]\\d|8[0-46-9]))))\\d{4}|(?:22|3[2-5]|[47][1-35]|5[1-3578]|6[13-57]|8[1-9]|9[2458])\\d{7}",[9]],["",[9]],["(?:123|8)00\\d{6}",[9,11]],0,0,0,0,0,["44\\d{7}",[9]],["600\\d{7,8}",[10,11]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]],0,0,0,0,0,0,[["2(?:22|33)\\d{6}",[9]],["(?:24[23]|6[25-9]\\d)\\d{6}",[9]],["88\\d{6,7}"]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","(?:10|2[0-57-9])(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"0|(1(?:[12]\\d|79)\\d\\d)",0,0,0,[["(?:10(?:[02-79]\\d\\d|[18](?:0[1-9]|[1-9]\\d))|21(?:[18](?:0[1-9]|[1-9]\\d)|[2-79]\\d\\d))\\d{5}|(?:43[35]|754)\\d{7,8}|8(?:078\\d{7}|51\\d{7,8})|(?:10|(?:2|85)1|43[35]|754)(?:100\\d\\d|95\\d{3,4})|(?:2[02-57-9]|3(?:11|7[179])|4(?:[15]1|3[12])|5(?:1\\d|2[37]|3[12]|51|7[13-79]|9[15])|7(?:[39]1|5[57]|6[09])|8(?:71|98))(?:[02-8]\\d{7}|1(?:0(?:0\\d\\d(?:\\d{3})?|[1-9]\\d{5})|[1-9]\\d{6})|9(?:[0-46-9]\\d{6}|5\\d{3}(?:\\d(?:\\d{2})?)?))|(?:3(?:1[02-9]|35|49|5\\d|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|3[46-9]|5[2-9]|6[47-9]|7\\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[17]\\d|2[248]|3[04-9]|4[3-6]|5[0-3689]|6[2368]|9[02-9])|8(?:1[236-8]|2[5-7]|3\\d|5[2-9]|7[02-9]|8[36-8]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:[02-8]\\d{6}|1(?:0(?:0\\d\\d(?:\\d{2})?|[1-9]\\d{4})|[1-9]\\d{5})|9(?:[0-46-9]\\d{5}|5\\d{3,5}))",[7,8,9,10,11]],["1740[0-5]\\d{6}|1(?:[38]\\d|4[57]|5[0-35-9]|6[25-7]|7[0-35-8]|9[0135-9])\\d{8}",[11]],["(?:(?:10|21)8|8)00\\d{7}",[10,12]],["16[08]\\d{5}",[8]],0,0,0,0,0,["400\\d{7}|950\\d{7,8}|(?:10|2[0-57-9]|3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))96\\d{3,4}",[7,8,9,10,11]]],"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["[39]"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0(4(?:[14]4|56)|[579])?",0,0,0,[["60[124-8][2-9]\\d{6}",[10]],["3333(?:0(?:0\\d|1[0-5])|[4-9]\\d\\d)\\d{3}|(?:3(?:24[1-9]|3(?:00|3[0-24-9]))|9101)\\d{6}|3(?:0[0-5]|1\\d|2[0-3]|5[01]|70)\\d{7}",[10]],["1800\\d{7}",[11]],["19(?:0[01]|4[78])\\d{7}",[11]]]],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))",0,0,0,[["210[7-9]\\d{4}|2(?:[024-7]\\d|1[1-9])\\d{5}",[8]],["(?:3005\\d|6500[01])\\d{3}|(?:5[07]|6[0-4]|7[0-3]|8[3-9])\\d{6}",[8]],["800\\d{7}",[10]],["90[059]\\d{7}",[10]],0,0,0,0,["(?:210[0-6]|4\\d{3}|5100)\\d{4}",[8]]]],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["5"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0",0,0,0,0,0,[["(?:3[23]|48)\\d{4,6}|(?:31|4[36]|8(?:0[25]|78)\\d)\\d{6}|(?:2[1-4]|4[1257]|7\\d)\\d{5,6}"],["5\\d{7}",[8]],["800\\d{7}",[10]],0,0,0,0,0,0,["807\\d{7}",[10]]]],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]],0,0,0,0,0,0,[["2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\\d|7[1-3]|8[1-5])\\d{4}"],["(?:36|5[1-389]|9\\d)\\d{5}"],["800\\d{4}"],0,0,0,0,0,["(?:3[3-5]|4[356])\\d{5}"]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]",[["9(?:4(?:3[0-5]|4[14]|6\\d)|50\\d|7(?:2[014]|3[02-9]|4[4-9]|6[357]|77|8[7-9])|8(?:3[39]|[46]\\d|7[01]|8[57-9]))\\d{4}"],["953[01]\\d{4}|9(?:5[12467]|6[5-9])\\d{5}"],0,0,0,0,0,["955\\d{5}",[8]],0,["60[0-2]\\d{4}",[7]]]],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"0|([59]\\d{7})$","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]],0,0,0,0,0,0,[["2[2-6]\\d{6}"],["9[4-79]\\d{6}"],["800\\d{5}"],["90[09]\\d{5}"],["700\\d{5}"],0,["(?:50|77)\\d{6}"],0,0,["80[1-9]\\d{5}"]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,[["(?:2\\d|3[1257-9]|4[16-9]|5[13-9])\\d{7}"],["(?:60[1-8]|7(?:0[2-5]|[2379]\\d))\\d{6}"],["800\\d{6}"],["9(?:0[05689]|76)\\d{6}"],["70[01]\\d{6}"],0,["9(?:5\\d|7[2-4])\\d{6}"],0,["9[17]0\\d{6}"],["8[134]\\d{7}"]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[0568]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0",0,0,0,0,0,[["32\\d{9,11}|49[1-6]\\d{10}|322\\d{6}|49[0-7]\\d{3,9}|(?:[34]0|[68]9)\\d{3,13}|(?:2(?:0[1-689]|[1-3569]\\d|4[0-8]|7[1-7]|8[0-7])|3(?:[3569]\\d|4[0-79]|7[1-7]|8[1-8])|4(?:1[02-9]|[2-48]\\d|5[0-6]|6[0-8]|7[0-79])|5(?:0[2-8]|[124-6]\\d|[38][0-8]|[79][0-7])|6(?:0[02-9]|[1-358]\\d|[47][0-8]|6[1-9])|7(?:0[2-8]|1[1-9]|[27][0-7]|3\\d|[4-6][0-8]|8[0-5]|9[013-7])|8(?:0[2-9]|1[0-79]|2\\d|3[0-46-9]|4[0-6]|5[013-9]|6[1-8]|7[0-8]|8[0-24-6])|9(?:0[6-9]|[1-4]\\d|[589][0-7]|6[0-8]|7[0-467]))\\d{3,12}",[5,6,7,8,9,10,11,12,13,14,15]],["15[0-25-9]\\d{8}|1(?:6[023]|7\\d)\\d{7,8}",[10,11]],["800\\d{7,12}",[10,11,12,13,14,15]],["(?:137[7-9]|900(?:[135]|9\\d))\\d{6}",[10,11]],["700\\d{8}",[11]],0,["18(?:1\\d{5,11}|[2-9]\\d{8})",[8,9,10,11,12,13,14]],["16(?:4\\d{1,10}|[89]\\d{1,11})",[4,5,6,7,8,9,10,11,12,13,14]],0,["180\\d{5,11}|13(?:7[1-6]\\d\\d|8)\\d{4}",[7,8,9,10,11,12,13,14]]]],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]],0,0,0,0,0,0,[["2(?:1[2-5]|7[45])\\d{5}"],["77\\d{6}"]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]],0,0,0,0,0,0,[["(?:[2-7]\\d|8[126-9]|9[1-46-9])\\d{6}"],[""],["80\\d{6}"],["90\\d{6}"]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","767$1",0,"767",[["767(?:2(?:55|66)|4(?:2[01]|4[0-25-9])|50[0-4])\\d{4}"],["767(?:2(?:[2-4689]5|7[5-7])|31[5-7]|61[1-8]|70[1-6])\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9",[["8(?:[04]9[2-9]\\d\\d|29(?:2(?:[0-59]\\d|6[04-9]|7[0-27]|8[0237-9])|3(?:[0-35-9]\\d|4[7-9])|[45]\\d\\d|6(?:[0-27-9]\\d|[3-5][1-9]|6[0135-8])|7(?:0[013-9]|[1-37]\\d|4[1-35689]|5[1-4689]|6[1-57-9]|8[1-79]|9[1-8])|8(?:0[146-9]|1[0-48]|[248]\\d|3[1-79]|5[01589]|6[013-68]|7[124-8]|9[0-8])|9(?:[0-24]\\d|3[02-46-9]|5[0-79]|60|7[0169]|8[57-9]|9[02-9])))\\d{4}"],["8[024]9[2-9]\\d{6}"],["8(?:00(?:14|[2-9]\\d)|(?:33|44|55|66|77|88)[2-9]\\d)\\d{5}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0",0,0,0,0,0,[["9619\\d{5}|(?:1\\d|2[013-79]|3[0-8]|4[013-689])\\d{6}"],["(?:5(?:4[0-29]|5\\d|6[0-2])|6(?:[569]\\d|7[0-6])|7[7-9]\\d)\\d{6}",[9]],["800\\d{6}",[9]],["80[3-689]1\\d{5}",[9]],0,0,0,0,["98[23]\\d{6}",[9]],["80[12]1\\d{5}",[9]]]],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0",0,0,0,0,0,[["[2-7][2-7]\\d{6}",[8]],["964[0-2]\\d{5}|9(?:39|[57][89]|6[0-36-9]|[89]\\d)\\d{6}",[9]],["1800\\d{7}|1[78]00\\d{6}",[10,11]],0,0,0,0,0,["[2-7]890\\d{4}",[8]]]],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]],0,0,0,0,0,0,[["(?:3[23589]|4[3-8]|6\\d|7[1-9]|88)\\d{5}",[7]],["(?:5\\d{5}|8(?:1(?:0(?:000|[3-9]\\d\\d)|(?:1(?:0[236]|1\\d)|(?:23|[3-79]\\d)\\d)\\d)|2(?:0(?:000|(?:19|[2-7]\\d)\\d)|(?:(?:[124-6]\\d|3[5-9])\\d|7(?:[3679]\\d|8[13-9])|8(?:[2-6]\\d|7[01]))\\d)|[349]\\d{4}))\\d\\d|5(?:(?:[02]\\d|5[0-478])\\d|1(?:[0-8]\\d|95)|6(?:4[0-4]|5[1-589]))\\d{3}",[7,8]],["800(?:(?:0\\d\\d|1)\\d|[2-9])\\d{3}"],["(?:40\\d\\d|900)\\d{4}",[7,8]],["70[0-2]\\d{5}",[8]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[189]"],"0$1"]],"0",0,0,0,0,0,[["13[23]\\d{6}|(?:15|57)\\d{6,7}|(?:2[2-4]|3|4[05-8]|5[05]|6[24-689]|8[2468]|9[235-7])\\d{7}",[8,9]],["1[0-25]\\d{8}",[10]],["800\\d{7}",[10]],["900\\d{7}",[10]]]],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]",[["528[89]\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\d{4}"]]],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1[12568]|[24]0|55|6[146])|8\\d\\d)\\d{4}"],["(?:17[1-3]|7\\d\\d)\\d{4}"]]],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]],0,0,0,0,0,0,[["96906(?:0[0-8]|1[1-9]|[2-9]\\d)\\d\\d|9(?:69(?:0[0-57-9]|[1-9]\\d)|73(?:[0-8]\\d|9[1-9]))\\d{4}|(?:8(?:[1356]\\d|[28][0-8]|[47][1-9])|9(?:[135]\\d|[268][0-8]|4[1-9]|7[124-9]))\\d{6}"],["(?:590[16]00\\d|9(?:6906(?:09|10)|7390\\d\\d))\\d\\d|(?:6\\d|7[1-48])\\d{7}"],["[89]00\\d{6}"],["80[367]\\d{6}"],["70\\d{7}"],0,["51\\d{7}"],0,0,["90[12]\\d{6}"]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0",0,0,0,0,0,[["11667[01]\\d{3}|(?:11(?:1(?:1[124]|2[2-7]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[578]|44|5[0-4])|6(?:1[78]|2[69]|39|4[5-7]|5[1-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|(?:22|55)[0-6]|33[0134689]|44[04]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:119|22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:(?:11|22)[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}"],["7001\\d{5}|(?:7(?:0[1-9]|1[01]|77|86|99)|9\\d\\d)\\d{6}"]]],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d)(\\d{4,9})","$1 $2",["[2568][1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["[12]00|[368]|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[1245]|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",[["(?:1[3-79][1-8]|[235689][1-8]\\d)\\d{2,6}",[5,6,7,8,9]],["4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}",[6,7,8,9,10]],["800\\d{4,6}",[7,8,9]],["[67]00\\d{5,6}",[8,9]],0,0,["20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}"]],"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,[["603\\d{4}|(?:3[0-5]|6[25-7]|8[58])\\d{5}",[7]],["(?:[279]\\d|45|5[01568]|8[034679])\\d{5}",[7]],["0800\\d{7}",[11]]],"00"],FK:["500","00","[2-7]\\d{4}",[5],0,0,0,0,0,0,0,[["[2-47]\\d{4}"],["[56]\\d{4}"]]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]],0,0,0,0,0,0,[["31(?:00[67]|208|309)\\d\\d|(?:3(?:[2357]0[1-9]|602|804|905)|(?:820|9[2-6]\\d)\\d)\\d{3}"],["31(?:00[67]|208|309)\\d\\d|(?:3(?:[2357]0[1-9]|602|804|905)|(?:820|9[2-7]\\d)\\d)\\d{3}"]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))",0,0,0,[["(?:20|[34]\\d|8[19])\\d{4}"],["(?:[27][1-9]|5\\d|9[16])\\d{4}"],["80[257-9]\\d{3}"],["90(?:[13-5][15-7]|2[125-7]|9\\d)\\d\\d"],0,0,0,0,["(?:6[0-36]|88)\\d{4}"]]],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0",0,0,0,0,0,[["(?:[1-35]\\d|4[1-9])\\d{7}"],["(?:6(?:[0-24-8]\\d|3[0-8]|9[589])|7(?:00|[3-9]\\d))\\d{6}"],["80[0-5]\\d{6}"],["836(?:0[0-36-9]|[1-9]\\d)\\d{4}|8(?:1[2-9]|2[2-47-9]|3[0-57-9]|[569]\\d|8[0-35-9])\\d{6}"],0,0,["80[6-9]\\d{6}"],0,["9\\d{8}"],["8(?:1[01]|2[0156]|4[02]|84)\\d{6}"]]],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1",0,0,[["[01]1\\d{6}",[8]],["(?:(?:0[2-7]|7[467])\\d|6(?:0[0-4]|10|[256]\\d))\\d{5}|[2-7]\\d{6}"]]],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","473$1",0,"473",[["473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-49]|5[5-79]|73|90)|63[68]|7(?:58|84)|800|938)\\d{4}"],["473(?:4(?:0[2-79]|1[04-9]|2[0-5]|58)|5(?:2[01]|3[3-8])|901)\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0",0,0,0,0,0,[["(?:3(?:[256]\\d|4[124-9]|7[0-4])|4(?:1\\d|2[2-7]|3[1-79]|4[2-8]|7[239]|9[1-7]))\\d{6}"],["5(?:(?:0555|1(?:[17]77|555))[5-9]|757(?:7[7-9]|8[01]))\\d{3}|5(?:0070|11(?:33|51)|[25]222|3333)[0-4]\\d{3}|5(?:00(?:0\\d|5[05])|11(?:00|1\\d|2[0-4]|3[01])|5200|75(?:00|[57]5)|8(?:0(?:[01]\\d|2[0-4])|58[89]|8(?:55|88)))\\d{4}|(?:5(?:[14]4|5[0157-9]|68|7[0147-9]|9[1-35-9])|790)\\d{6}"],["800\\d{6}"],0,0,0,0,0,["70[67]\\d{6}"]]],GF:["594","00","(?:[56]94|80\\d|976)\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["594(?:[023]\\d|1[01]|4[03-9]|5[6-9]|6[0-3]|80|9[0-8])\\d{4}"],["694(?:[0-249]\\d|3[0-48])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976\\d{6}"]]],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"0|([25-9]\\d{5})$","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0",0,0,0,0,0,[["3082[0-5]\\d{4}|3(?:0(?:[237]\\d|8[01])|[167](?:2[0-6]|7\\d|80)|2(?:2[0-5]|7\\d|80)|3(?:2[0-3]|7\\d|80)|4(?:2[013-9]|3[01]|7\\d|80)|5(?:2[0-7]|7\\d|80)|8(?:2[0-2]|7\\d|80)|9(?:[28]0|7\\d))\\d{5}",[9]],["(?:2(?:[0346-8]\\d|5[67])|5(?:[0457]\\d|6[01]|9[1-9]))\\d{6}",[9]],["800\\d{5}",[8]]]],GI:["350","00","(?:[25]\\d\\d|606)\\d{5}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]],0,0,0,0,0,0,[["21(?:6[24-7]\\d|90[0-2])\\d{3}|2(?:00|2[25])\\d{5}"],["(?:5[146-8]\\d|606)\\d{5}"]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]],0,0,0,0,0,0,[["(?:19|3[1-7]|6[14689]|70|8[14-79]|9\\d)\\d{4}"],["[245]\\d{5}"],["80\\d{4}"],0,0,0,0,0,["3[89]\\d{4}"]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]],0,0,0,0,0,0,[["(?:4(?:[23]\\d\\d|4(?:1[024679]|[6-9]\\d))|5(?:5(?:3\\d|4[0-7])|6[67]\\d|7(?:1[04]|2[035]|3[58]|48))|8\\d{3})\\d{3}"],["(?:[23679]\\d|5[0-389])\\d{5}"]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]],0,0,0,0,0,0,[["3(?:0(?:24|3[12]|4[1-35-7]|5[13]|6[189]|[78]1|9[1478])|1\\d\\d)\\d{4}",[8]],["6[0-356]\\d{7}",[9]],0,0,0,0,0,0,["722\\d{6}",[9]]]],GP:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]],0,0,0,0,0,0,[["33[0-24-9]\\d[46]\\d{4}|3(?:33|5\\d)\\d[7-9]\\d{4}"],["(?:222|55\\d)\\d{6}"],["80\\d[1-9]\\d{5}"],["90\\d[1-9]\\d{5}"]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]],0,0,0,0,0,0,[["2(?:1\\d\\d|2(?:2[1-46-9]|[36][1-8]|4[1-7]|5[1-4]|7[1-5]|[89][1-9])|3(?:1\\d|2[1-57]|[35][1-3]|4[13]|7[1-7]|8[124-6]|9[1-79])|4(?:1\\d|2[1-8]|3[1-4]|4[13-5]|6[1-578]|9[1-5])|5(?:1\\d|[29][1-4]|3[1-5]|4[124]|5[1-6])|6(?:1\\d|[269][1-6]|3[1245]|4[1-7]|5[13-9]|7[14]|8[1-5])|7(?:1\\d|2[1-5]|3[1-6]|4[1-7]|5[1-57]|6[135]|9[125-7])|8(?:1\\d|2[1-5]|[34][1-4]|9[1-57]))\\d{6}",[10]],["68[57-9]\\d{7}|(?:69|94)\\d{8}",[10]],["800\\d{7,9}"],["90[19]\\d{7}",[10]],["70\\d{8}",[10]],0,["5005000\\d{3}",[10]],0,0,["8(?:0[16]|12|[27]5|50)\\d{7}",[10]]]],GT:["502","00","(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[["[267][2-9]\\d{6}",[8]],["[3-5]\\d{7}",[8]],["18[01]\\d{8}",[11]],["19\\d{9}",[11]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"1|([3-9]\\d{6})$","671$1",0,"671",[["671(?:3(?:00|3[39]|4[349]|55|6[26])|4(?:00|56|7[1-9]|8[0236-9])|5(?:55|6[2-5]|88)|6(?:3[2-578]|4[24-9]|5[34]|78|8[235-9])|7(?:[0479]7|2[0167]|3[45]|8[7-9])|8(?:[2-57-9]8|6[48])|9(?:2[29]|6[79]|7[1279]|8[7-9]|9[78]))\\d{4}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]],0,0,0,0,0,0,[["443\\d{6}",[9]],["9(?:5\\d|6[569]|77)\\d{6}",[9]],0,0,0,0,0,0,["40\\d{5}",[7]]]],GY:["592","001","9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-46-9]"]]],0,0,0,0,0,0,[["(?:2(?:1[6-9]|2[0-35-9]|3[1-4]|5[3-9]|6\\d|7[0-24-79])|3(?:2[25-9]|3\\d)|4(?:4[0-24]|5[56])|77[1-57])\\d{4}"],["(?:6\\d\\d|70[015-7])\\d{4}"],["(?:289|862)\\d{4}"],["9008\\d{3}"]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,[["(?:2(?:[13-9]\\d|2[013-9])\\d|3(?:(?:[1569][0-24-9]|4[0-246-9]|7[0-24-69])\\d|8(?:4[0-8]|5[0-5]|9\\d))|58(?:0[1-8]|1[2-9]))\\d{4}",[8]],["(?:4(?:44[5-9]|6(?:0[0-7]|1[0-6]|4[0-57-9]|6[0-4]|7[0-8]))|573[0-6]|6(?:26[013-8]|66[0-3])|70(?:7[1-5]|8[0-4])|848[015-9]|9(?:29[013-9]|59[0-4]))\\d{4}|(?:4(?:4[01]|6[2358])|5(?:[1-59][0-46-9]|6[0-4689]|7[0-246-9])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|84[09]|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}",[8]],["800\\d{6}",[9]],["900(?:[0-24-9]\\d{7}|3\\d{1,4})",[5,6,7,8,11]],["8(?:1[0-4679]\\d|2(?:[0-36]\\d|7[0-4])|3(?:[034]\\d|2[09]|70))\\d{4}",[8]],0,["30(?:0[1-9]|[15-7]\\d|2[047]|89)\\d{4}",[8]],["7(?:1(?:0[0-38]|1[0-3679]|3[013]|69|9[0136])|2(?:[02389]\\d|1[18]|7[27-9])|3(?:[0-38]\\d|7[0-369]|9[2357-9])|47\\d|5(?:[178]\\d|5[0-5])|6(?:0[0-7]|2[236-9]|[35]\\d)|7(?:[27]\\d|8[7-9])|8(?:[23689]\\d|7[1-9])|9(?:[025]\\d|6[0-246-8]|7[0-36-9]|8[238]))\\d{4}",[8]]],"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]],0,0,0,0,0,0,[["2(?:2(?:0[0-39]|1[1-367]|[23]\\d|4[03-6]|5[57]|6[245]|7[0135689]|8[01346-9]|9[0-2])|4(?:0[78]|2[3-59]|3[13-9]|4[0-68]|5[1-35])|5(?:0[7-9]|16|4[03-5]|5\\d|6[014-6]|7[04]|80)|6(?:[056]\\d|17|2[067]|3[04]|4[0-378]|[78][0-8]|9[01])|7(?:6[46-9]|7[02-9]|8[034]|91)|8(?:79|8[0-357-9]|9[1-57-9]))\\d{4}",[8]],["[37-9]\\d{7}",[8]],["8002\\d{7}",[11]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0",0,0,0,0,0,[["1\\d{7}|(?:2[0-3]|3[1-5]|4[02-47-9]|5[1-3])\\d{6,7}",[8,9]],["98\\d{6,7}|975(?:1\\d|9[67])\\d{4}|9(?:0[1-9]|[1259]\\d|7[0679])\\d{6}",[8,9]],["80[01]\\d{4,6}",[7,8,9]],["6[01459]\\d{6}|6[01]\\d{4,5}",[6,7,8]],["7[45]\\d{6}",[8]],0,["62\\d{6,7}|72\\d{6}",[8,9]]]],HT:["509","00","[2-489]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-489]"]]],0,0,0,0,0,0,[["2(?:2\\d|5[1-5]|81|9[149])\\d{5}"],["[34]\\d{7}"],["8\\d{7}"],0,0,0,0,0,["9(?:[67][0-4]|8[0-3589]|9\\d)\\d{5}"]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06",0,0,0,0,0,[["(?:1\\d|[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6[23689]|8[2-57-9]|9[2-69])\\d{6}",[8]],["(?:[257]0|3[01])\\d{7}",[9]],["(?:[48]0\\d|680[29])\\d{5}"],["9[01]\\d{6}",[8]],0,0,["38\\d{7}",[9]],0,["21\\d{7}",[9]]]],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0",0,0,0,0,0,[["2[124]\\d{7,8}|619\\d{8}|2(?:1(?:14|500)|2\\d{3})\\d{3}|61\\d{5,8}|(?:2(?:[35][1-4]|6[0-8]|7[1-6]|8\\d|9[1-8])|3(?:1|[25][1-8]|3[1-68]|4[1-3]|6[1-3568]|7[0-469]|8\\d)|4(?:0[1-589]|1[01347-9]|2[0-36-8]|3[0-24-68]|43|5[1-378]|6[1-5]|7[134]|8[1245])|5(?:1[1-35-9]|2[25-8]|3[124-9]|4[1-3589]|5[1-46]|6[1-8])|6(?:[25]\\d|3[1-69]|4[1-6])|7(?:02|[125][1-9]|[36]\\d|4[1-8]|7[0-36-9])|9(?:0[12]|1[013-8]|2[0-479]|5[125-8]|6[23679]|7[159]|8[01346]))\\d{5,8}",[7,8,9,10,11]],["8[1-35-9]\\d{7,10}",[9,10,11,12]],["00[17]803\\d{7}|(?:177\\d|800)\\d{5,7}|001803\\d{6}",[8,9,10,11,12,13]],["809\\d{7}",[10]],0,0,["(?:1500|8071\\d{3})\\d{3}",[7,10]],0,0,["804\\d{7}",[10]]]],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["(?:1\\d|21)\\d{6,7}|(?:2[24-9]|4(?:0[24]|5\\d|7)|5(?:0[45]|1\\d|8)|6(?:1\\d|[237-9])|9(?:1\\d|[35-9]))\\d{5}|(?:23|4(?:[1-469]|8\\d)|5[23679]|6[4-6]|7[14]|9[04])\\d{7}"],["8(?:22|[35-9]\\d)\\d{6}",[9]],["1800\\d{6}",[10]],["15(?:1[2-8]|[2-8]0|9[089])\\d{6}",[10]],["700\\d{6}",[9]],0,["818\\d{6}",[9]],0,["76\\d{7}",[9]],["18[59]0\\d{6}",[10]]]],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0",0,0,0,0,0,[["153\\d{8,9}|29[1-9]\\d{5}|(?:2[0-8]|[3489]\\d)\\d{6}",[8,11,12]],["5(?:(?:[02368]\\d|[19][2-9]|4[1-9])\\d|5(?:01|1[79]|2[2-9]|3[0-3]|4[34]|5[015689]|6[6-8]|7[0-267]|8[7-9]|9[1-9]))\\d{5}",[9]],["1(?:255|80[019]\\d{3})\\d{3}",[7,10]],["1212\\d{4}|1(?:200|9(?:0[0-2]|19))\\d{6}",[8,10]],0,0,["1599\\d{6}",[10]],0,["7(?:380|8(?:33|55|77|81))\\d{5}|7(?:18|2[23]|3[237]|47|6[258]|7\\d|82|9[2-9])\\d{6}",[9]],["1700\\d{6}",[10]]]],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"0|([25-8]\\d{5})$","1624$1",0,"74576|(?:16|7[56])24",[["1624(?:230|[5-8]\\d\\d)\\d{3}"],["76245[06]\\d{4}|7(?:4576|[59]24\\d|624[0-4689])\\d{5}"],["808162\\d{4}"],["8(?:440[49]06|72299\\d)\\d{3}|(?:8(?:45|70)|90[0167])624\\d{4}"],["70\\d{8}"],0,["3440[49]06\\d{3}|(?:3(?:08162|3\\d{4}|45624|7(?:0624|2299))|55\\d{4})\\d{4}"],0,["56\\d{8}"]]],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0",0,0,0,0,0,[["2717(?:[2-7]\\d|95)\\d{4}|(?:271[0-689]|782[0-6])[2-7]\\d{5}|(?:170[24]|2(?:(?:[02][2-79]|90)\\d|80[13468])|(?:3(?:23|80)|683|79[1-7])\\d|4(?:20[24]|72[2-8])|552[1-7])\\d{6}|(?:11|33|4[04]|80)[2-7]\\d{7}|(?:342|674|788)(?:[0189][2-7]|[2-7]\\d)\\d{5}|(?:1(?:2[0-249]|3[0-25]|4[145]|[59][14]|6[014]|7[1257]|8[01346])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568]|9[14])|3(?:26|4[13]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[014-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|2[14]|3[134]|4[47]|5[15]|[67]1)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91))[2-7]\\d{6}|(?:1(?:2[35-8]|3[346-9]|4[236-9]|[59][0235-9]|6[235-9]|7[34689]|8[257-9])|2(?:1[134689]|3[24-8]|4[2-8]|5[25689]|6[2-4679]|7[3-79]|8[2-479]|9[235-9])|3(?:01|1[79]|2[1245]|4[5-8]|5[125689]|6[235-7]|7[157-9]|8[2-46-8])|4(?:1[14578]|2[5689]|3[2-467]|5[4-7]|6[35]|73|8[2689]|9[2389])|5(?:[16][146-9]|2[14-8]|3[1346]|4[14-69]|5[46]|7[2-4]|8[2-8]|9[246])|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])|7(?:1[013-9]|2[0235-9]|3[2679]|4[1-35689]|5[2-46-9]|[67][02-9]|8[013-7]|9[089])|8(?:1[1357-9]|2[235-8]|3[03-57-9]|4[0-24-9]|5\\d|6[2457-9]|7[1-6]|8[1256]|9[2-4]))\\d[2-7]\\d{5}",[10]],["(?:61279|7(?:887[02-9]|9(?:313|79[07-9]))|8(?:079[04-9]|(?:84|91)7[02-8]))\\d{5}|(?:6(?:12|[2-47]1|5[17]|6[13]|80)[0189]|7(?:1(?:2[0189]|9[0-5])|2(?:[14][017-9]|8[0-59])|3(?:2[5-8]|[34][017-9]|9[016-9])|4(?:1[015-9]|[29][89]|39|8[389])|5(?:[15][017-9]|2[04-9]|9[7-9])|6(?:0[0-47]|1[0-257-9]|2[0-4]|3[19]|5[4589])|70[0289]|88[089]|97[02-8])|8(?:0(?:6[67]|7[02-8])|70[017-9]|84[01489]|91[0-289]))\\d{6}|(?:7(?:31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[0189]\\d|7[02-8])\\d{5}|(?:6(?:[09]\\d|1[04679]|2[03689]|3[05-9]|4[0489]|50|6[069]|7[07]|8[7-9])|7(?:0\\d|2[0235-79]|3[05-8]|40|5[0346-8]|6[6-9]|7[1-9]|8[0-79]|9[089])|8(?:0[01589]|1[0-57-9]|2[235-9]|3[03-57-9]|[45]\\d|6[02457-9]|7[1-69]|8[0-25-9]|9[02-9])|9\\d\\d)\\d{7}|(?:6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|8[124-6])\\d|7(?:[235689]\\d|4[0189]))|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-5])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]|881))[0189]\\d{5}",[10]],["000800\\d{7}|1(?:600\\d{6}|80(?:0\\d{4,9}|3\\d{9}))"],["186[12]\\d{9}",[13]],0,0,["140\\d{7}",[10]],0,0,["1860\\d{7}",[11]]]],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]],0,0,0,0,0,0,[["37\\d{5}"],["38\\d{5}"]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,[["1\\d{7}|(?:2[13-5]|3[02367]|4[023]|5[03]|6[026])\\d{6,7}",[8,9]],["7[3-9]\\d{8}",[10]]]],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0",0,0,0,0,0,[["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])(?:[03-57]\\d{7}|[16]\\d{3}(?:\\d{4})?|[289]\\d{3}(?:\\d(?:\\d{3})?)?)|94(?:000[09]|2(?:121|[2689]0\\d)|30[0-2]\\d|4(?:111|40\\d))\\d{4}",[6,7,10]],["9(?:(?:0(?:[0-35]\\d|4[4-6])|(?:[13]\\d|2[0-3])\\d)\\d|9(?:[0-46]\\d\\d|5[15]0|8(?:1\\d|88)|9(?:0[0-3]|[19]\\d|21|77|8[7-9])))\\d{5}",[10]],0,0,0,0,["96(?:0[12]|2[16-8]|3(?:08|[14]5|[23]|66)|4(?:0|80)|5[01]|6[89]|86|9[19])",[4,5]]]],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["(?:4(?:1[0-24-69]|2[0-7]|[37][0-8]|4[0-24589]|5[0-68]|6\\d|8[0-36-8])|5(?:05|[156]\\d|2[02578]|3[0-579]|4[03-7]|7[0-2578]|8[0-35-9]|9[013-689])|872)\\d{4}",[7]],["(?:38[589]\\d\\d|6(?:1[1-8]|2[0-6]|3[026-9]|4[014679]|5[0159]|6[0-69]|70|8[06-8]|9\\d)|7(?:5[057]|[6-9]\\d)|8(?:2[0-59]|[3-69]\\d|8[238]))\\d{4}"],["80[0-8]\\d{4}",[7]],["90(?:0\\d|1[5-79]|2[015-79]|3[135-79]|4[125-7]|5[25-79]|7[1-37]|8[0-35-7])\\d{3}",[7]],0,0,["809\\d{4}",[7]],0,["49[0-24-79]\\d{4}",[7]]],"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"0|([0-24-8]\\d{5})$","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876",[["8766060\\d{3}|(?:658(?:2(?:[0-8]\\d|9[0-46-9])|[3-9]\\d\\d)|876(?:52[35]|6(?:0[1-3579]|1[02357-9]|[23]\\d|40|5[06]|6[2-589]|7[0257]|8[04]|9[4-9])|7(?:0[2-689]|[1-6]\\d|8[056]|9[45])|9(?:0[1-8]|1[02378]|[2-8]\\d|9[2-468])))\\d{4}"],["(?:658295|876(?:2(?:0[1-9]|[13-9]\\d|2[013-9])|[348]\\d\\d|5(?:0[1-9]|[1-9]\\d)|6(?:4[89]|6[67])|7(?:0[07]|7\\d|8[1-47-9]|9[0-36-9])|9(?:[01]9|9[0579])))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,[["87(?:000|90[01])\\d{3}|(?:2(?:6(?:2[0-35-9]|3[0-578]|4[24-7]|5[0-24-8]|[6-8][023]|9[0-3])|7(?:0[1-79]|10|2[014-7]|3[0-689]|4[019]|5[0-3578]))|32(?:0[1-69]|1[1-35-7]|2[024-7]|3\\d|4[0-3]|[5-7][023])|53(?:0[0-3]|[13][023]|2[0-59]|49|5[0-35-9]|6[15]|7[45]|8[1-6]|9[0-36-9])|6(?:2(?:[05]0|22)|3(?:00|33)|4(?:0[0-25]|1[2-7]|2[0569]|[38][07-9]|4[025689]|6[0-589]|7\\d|9[0-2])|5(?:[01][056]|2[034]|3[0-57-9]|4[178]|5[0-69]|6[0-35-9]|7[1-379]|8[0-68]|9[0239]))|87(?:20|7[078]|99))\\d{4}",[8]],["7(?:[78][0-25-9]|9\\d)\\d{6}",[9]],["80\\d{6}",[8]],["9\\d{7}",[8]],["70\\d{7}",[9]],0,["8(?:10|8\\d)\\d{5}",[8]],["74(?:66|77)\\d{5}",[9]],0,["85\\d{6}",[8]]]],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1[235-8]|2[3-6]|3[3-9]|4[2-6]|[58][2-8]|6[2-7]|7[2-9]|9[1-9])|(?:2[2-9]|[36][1-9])\\d|4(?:[2-578]\\d|6[02-8]|9[2-59])|5(?:[2-589]\\d|6[1-9]|7[2-8])|7(?:[25-9]\\d|3[4-9]|4[02-9])|8(?:[2679]\\d|3[2-9]|4[5-9]|5[1-9]|8[03-9])|9(?:[2-58]\\d|[679][1-9]))\\d{6}",[9]],["[7-9]0[1-9]\\d{7}",[10]],["00777(?:[01]|5\\d)\\d\\d|(?:00(?:7778|882[1245])|(?:120|800\\d)\\d\\d)\\d{4}|00(?:37|66|78)\\d{6,13}"],["990\\d{6}",[9]],["60\\d{7}",[9]],0,["570\\d{6}",[9]],["20\\d{8}",[10]],["50[1-9]\\d{7}",[10]]]],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,[["(?:4[245]|5[1-79]|6[01457-9])\\d{5,7}|(?:4[136]|5[08]|62)\\d{7}|(?:[24]0|66)\\d{6,7}",[7,8,9]],["(?:1(?:0[0-6]|1[0-5]|2[014]|30)|7\\d\\d)\\d{6}",[9]],["800[2-8]\\d{5,6}",[9,10]],["900[02-9]\\d{5}",[9]]]],KG:["996","00","8\\d{9}|(?:[235-8]\\d|99)\\d{7}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["312(?:5[0-79]\\d|9(?:[0-689]\\d|7[0-24-9]))\\d{3}|(?:3(?:1(?:2[0-46-8]|3[1-9]|47|[56]\\d)|2(?:22|3[0-479]|6[0-7])|4(?:22|5[6-9]|6\\d)|5(?:22|3[4-7]|59|6\\d)|6(?:22|5[35-7]|6\\d)|7(?:22|3[468]|4[1-9]|59|[67]\\d)|9(?:22|4[1-8]|6\\d))|6(?:09|12|2[2-4])\\d)\\d{5}",[9]],["312(?:58\\d|973)\\d{3}|(?:2(?:0[0-35]|2\\d)|5[0-24-7]\\d|7(?:[07]\\d|55)|88[08]|99[05-9])\\d{6}",[9]],["800\\d{6,7}"]]],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0",0,0,0,0,0,[["23(?:4(?:[2-4]|[56]\\d)|[568]\\d\\d)\\d{4}|23[236-9]\\d{5}|(?:2[4-6]|3[2-6]|4[2-4]|[5-7][2-5])(?:(?:[237-9]|4[56]|5\\d)\\d{5}|6\\d{5,6})",[8,9]],["(?:(?:1[28]|3[18]|9[67])\\d|6[016-9]|7(?:[07-9]|[16]\\d)|8(?:[013-79]|8\\d))\\d{6}|(?:1\\d|9[0-57-9])\\d{6}|(?:2[3-6]|3[2-6]|4[2-4]|[5-7][2-5])48\\d{5}",[8,9]],["1800(?:1\\d|2[019])\\d{4}",[10]],["1900(?:1\\d|2[09])\\d{4}",[10]]]],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0",0,0,0,0,0,[["(?:[24]\\d|3[1-9]|50|65(?:02[12]|12[56]|22[89]|[3-5]00)|7(?:27\\d\\d|3100|5(?:02[12]|12[56]|22[89]|[34](?:00|81)|500))|8[0-5])\\d{3}"],["(?:63\\d{3}|73(?:0[0-5]\\d|140))\\d{3}|[67]200[01]\\d{3}",[8]],0,0,0,0,0,0,["30(?:0[01]\\d\\d|12(?:11|20))\\d\\d",[8]]]],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]],0,0,0,0,0,0,[["7[4-7]\\d{5}"],["[34]\\d{6}"],0,["8\\d{6}"]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","869$1",0,"869",[["869(?:2(?:29|36)|302|4(?:6[015-9]|70)|56[5-7])\\d{4}"],["869(?:48[89]|55[6-8]|66\\d|76[02-7])\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0",0,0,0,0,0,[["(?:(?:195|2)\\d|3[19]|4[159]|5[37]|6[17]|7[39]|85)\\d{6}"],["19[1-3]\\d{7}",[10]]]],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?",0,0,0,[["(?:2|3[1-3]|[46][1-4]|5[1-5])[1-9]\\d{6,7}|(?:3[1-3]|[46][1-4]|5[1-5])1\\d{2,3}",[5,6,8,9,10]],["1(?:05(?:[0-8]\\d|9[0-6])|22[13]\\d)\\d{4,5}|1(?:0[1-46-9]|[16-9]\\d|2[013-9])\\d{6,7}",[9,10]],["00(?:308\\d{6,7}|798\\d{7,9})|(?:00368|80)\\d{7}",[9,11,12,13,14]],["60[2-9]\\d{6}",[9]],["50\\d{8,9}",[10,11]],0,["1(?:5(?:22|33|44|66|77|88|99)|6(?:[07]0|44|6[168]|88)|8(?:00|33|55|77|99))\\d{4}",[8]],["15\\d{7,8}",[9,10]],["70\\d{8}",[10]]]],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]],0,0,0,0,0,0,[["2(?:[23]\\d\\d|4(?:[1-35-9]\\d|44)|5(?:0[034]|[2-46]\\d|5[1-3]|7[1-7]))\\d{4}",[8]],["(?:41\\d\\d|5(?:(?:[05]\\d|1[0-7]|6[56])\\d|2(?:22|5[25])|7(?:55|77)|88[58])|6(?:(?:0[034679]|5[015-9]|6\\d)\\d|111|222|333|444|7(?:0[013-9]|[67]\\d)|888|9(?:[069]\\d|3[039]))|9(?:(?:0[09]|22|[4679]\\d|8[057-9])\\d|1(?:1[01]|99)|3(?:00|33)|5(?:00|5\\d)))\\d{4}",[8]],["18\\d{5}",[7]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","345$1",0,"345",[["345(?:2(?:22|3[23]|44|66)|333|444|6(?:23|38|40)|7(?:30|4[35-79]|6[6-9]|77)|8(?:00|1[45]|[48]8)|9(?:14|4[035-9]))\\d{4}"],["345(?:32[1-9]|42[0-4]|5(?:1[67]|2[5-79]|4[6-9]|50|76)|649|82[56]|9(?:1[679]|2[2-9]|3[06-9]|90))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["(?:345976|900[2-9]\\d\\d)\\d{4}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,0,["345849\\d{4}"]]],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",[["(?:33622|7(?:1(?:0(?:[23]\\d|4[0-3]|59|63)|1(?:[23]\\d|4[0-79]|59)|2(?:[23]\\d|59)|3(?:2\\d|3[0-79]|4[0-35-9]|59)|4(?:[24]\\d|3[013-9]|5[1-9])|5(?:2\\d|3[1-9]|4[0-7]|59)|6(?:[2-4]\\d|5[19]|61)|72\\d|8(?:[27]\\d|3[1-46-9]|4[0-5]))|2(?:1(?:[23]\\d|4[46-9]|5[3469])|2(?:2\\d|3[0679]|46|5[12679])|3(?:[2-4]\\d|5[139])|4(?:2\\d|3[1-35-9]|59)|5(?:[23]\\d|4[0-246-8]|59|61)|6(?:2\\d|3[1-9]|4[0-4]|59)|7(?:[2379]\\d|40|5[279])|8(?:[23]\\d|4[0-3]|59)|9(?:2\\d|3[124578]|59))))\\d{5}",[10]],["7(?:0[0-25-8]|47|6[0-4]|7[15-8]|85)\\d{7}",[10]],["8(?:00|108\\d{3})\\d{7}"],["809\\d{7}",[10]],["808\\d{7}",[10]],0,0,0,["751\\d{7}",[10]]],"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,0,0,0,0,[["(?:2[13]|[35-7][14]|41|8[1468])\\d{6}",[8]],["(?:20(?:[239]\\d|5[24-9]|7[6-8]|88)|302\\d)\\d{6}",[10]],0,0,0,0,["30[013-9]\\d{6}",[9]]]],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0",0,0,0,0,0,[["7(?:62|8[0-7]|9[04-9])\\d{4}|(?:[14-69]\\d|2(?:[14-69]\\d|[78][1-9])|7[2-57]|8[02-9])\\d{5}"],["793(?:[01]\\d|2[0-4])\\d{3}|(?:(?:3|81)\\d|7(?:[01]\\d|6[013-9]|8[89]|9[12]))\\d{5}"],0,["9[01]\\d{6}",[8]],0,0,0,0,0,["80\\d{6}",[8]]]],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","758$1",0,"758",[["758(?:234|4(?:30|5\\d|6[2-9]|8[0-2])|57[0-2]|(?:63|75)8)\\d{4}"],["758(?:28[4-7]|384|4(?:6[01]|8[4-9])|5(?:1[89]|20|84)|7(?:1[2-9]|2\\d|3[0-3])|812)\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"0|(1001)",0,0,0,[["(?:2(?:01|1[27]|2[02]|3\\d|6[02-578]|96)|3(?:[24]0|33|7[0135-7]|8[048]|9[0269]))\\d{4}",[7]],["(?:6(?:(?:4[5-9]|5[0-4])\\d|6(?:[0245]\\d|[17]0|3[7-9]))\\d|7(?:[37-9]\\d|42|56))\\d{4}"],["8002[28]\\d\\d|80(?:05\\d|9)\\d{4}"],["90(?:02[258]|1(?:23|3[14])|66[136])\\d\\d",[7]],0,0,["870(?:28|87)\\d\\d",[7]]]],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0",0,0,0,0,0,[["(?:12[2-9]|602|8[12]\\d|9(?:1\\d|22|9[245]))\\d{6}|(?:11|2[13-7]|3[1-8]|4[157]|5[12457]|6[35-7])[2-57]\\d{6}"],["7(?:[0-25-8]\\d|4[0-4])\\d{6}"],0,0,0,0,["1973\\d{5}"]]],LR:["231","00","(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3578]"],"0$1"]],"0",0,0,0,0,0,[["(?:2\\d{3}|33333)\\d{4}",[8,9]],["(?:(?:330|555|(?:77|88)\\d)\\d|4[67])\\d{5}|[56]\\d{6}",[7,9]],0,["332(?:02|[34]\\d)\\d{4}",[9]]]],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]],0,0,0,0,0,0,[["2\\d{7}"],["[56]\\d{7}"],["800[256]\\d{4}"]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]",0,0,0,[["(?:3[1478]|4[124-6]|52)\\d{6}"],["6\\d{7}"],["80[02]\\d{5}"],["9(?:0[0239]|10)\\d{5}"],["70[05]\\d{5}"],0,["70[67]\\d{5}"],0,["[89]01\\d{5}"],["808\\d{5}"]]],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)",0,0,0,[["(?:35[013-9]|80[2-9]|90[89])\\d{1,8}|(?:2[2-9]|3[0-46-9]|[457]\\d|8[13-9]|9[2-579])\\d{2,9}"],["6(?:[269][18]|5[1568]|7[189]|81)\\d{6}",[9]],["800\\d{5}",[8]],["90[015]\\d{5}",[8]],0,0,0,0,["20(?:1\\d{5}|[2-689]\\d{1,7})",[4,5,6,7,8,9,10]],["801\\d{5}",[8]]]],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]],0,0,0,0,0,0,[["6\\d{7}"],["2\\d{7}"],["80\\d{6}"],["90\\d{6}"],0,0,0,0,0,["81\\d{6}"]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0",0,0,0,0,0,[["(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])|3(?:1\\d|2[2356])|4(?:[17]\\d|2[1-357]|5[2-4]|8[124])|5(?:[1347]\\d|2[1-469]|5[13-5]|8[1-4])|6(?:[1-479]\\d|5[2-57]|8[1-5])|7(?:[13]\\d|2[13-79])|8(?:[124]\\d|5[124]|84))\\d{6}"],["9[1-6]\\d{7}"]]],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{5})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29[89]|389)","5(?:29[89]|389)0"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|9)|892","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0",0,0,0,0,0,[["(?:870|9[2-47-9]\\d)\\d{5}",[8]],["4(?:[46]\\d|5[1-9])\\d{5}|(?:3|6\\d)\\d{7}"],["(?:800|90\\d)\\d{5}",[8]]]],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0",0,0,0,0,0,[["(?:(?:2[1-9]|3[1-79])\\d|5(?:33|5[257]))\\d{5}"],["562\\d{5}|(?:6\\d|7[16-9])\\d{6}"],["800\\d{5}"],["90[056]\\d{5}"],0,0,["803\\d{5}"],0,["3[08]\\d{6}"],["808\\d{5}"]]],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0",0,0,0,0,0,[["(?:20[2-8]|3(?:[0-2][2-7]|3[24-7])|4(?:0[2-467]|1[2467])|5(?:0[2467]|1[24-7]|2[2-467]))\\d{5}",[8]],["6(?:[07-9]\\d|3[024]|6[0-25])\\d{5}",[8]],["80(?:[0-2578]|9\\d)\\d{5}"],["9(?:4[1568]|5[178])\\d{5}",[8]],0,0,["77[1-9]\\d{5}",[8]],0,["78[1-49]\\d{5}",[8]]]],MF:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"0|([24-9]\\d{6})$","20$1",0,0,[["2072[29]\\d{4}|20(?:2\\d|4[47]|5[3467]|6[279]|7[35]|8[268]|9[245])\\d{5}"],["3[2-489]\\d{7}"],0,0,0,0,0,0,["22\\d{7}"]]],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1",0,0,0,0,0,[["(?:247|528|625)\\d{4}"],["(?:(?:23|54)5|329|45[356])\\d{4}"],0,0,0,0,0,0,["635\\d{4}"]]],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0",0,0,0,0,0,[["(?:(?:2(?:62|77)0|3444)\\d|4[56]440)\\d{3}|(?:34|4[357])700\\d{3}|(?:2(?:[23]\\d|5[0-578]|6[01]|82)|3(?:1[3-68]|[23][2-68]|4[23568])|4(?:[23][2-68]|4[3-68]|5[2568]|6[25-8]|7[24-68]|8[4-68]))\\d{5}"],["7(?:3555|4(?:60\\d|747)|94(?:[01]\\d|2[0-4]))\\d{3}|7(?:[0-25-8]\\d|3[1-4]|42|9[23])\\d{5}"],["800\\d{5}"],["5[02-9]\\d{6}"],0,0,0,0,0,["8(?:0[1-9]|[1-9]\\d)\\d{5}"]]],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]],0,0,0,0,0,0,[["2(?:07[0-8]|12[67])\\d{4}|(?:2(?:02|1[4-689])|4(?:0[0-4]|4[1-39]))\\d{5}"],["2(?:0(?:01|79)|17\\d)\\d{4}|(?:5[01]|[679]\\d|8[2-49])\\d{6}"],["80\\d{6}"]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:(?:2\\d|3[56]|[89][0-6])\\d|4(?:2[2-469]|39|46|6[25]|7[0-3]|83)|6)|2(?:2(?:00|8[34])|4(?:0\\d|2[246]|39|46|62|7[0-3]|83)|51\\d\\d)|4(?:2(?:2\\d\\d|48[0-3])|3(?:20\\d|4(?:70|83)|56)|420\\d|5470)|6(?:0(?:[23]|88\\d)|(?:124|[56]2\\d)\\d|247[23]|3(?:20\\d|470)|4(?:2[04]\\d|47[23])|7(?:(?:3\\d|8[01459])\\d|4(?:39|60|7[013]))))\\d{4}|5(?:2(?:2\\d{5,6}|47[023]\\d{4})|(?:347[23]|4(?:2(?:1|86)|470)|522\\d|6(?:20\\d|483)|7(?:20\\d|48[0-2])|8(?:20\\d|47[02])|9(?:20\\d|47[01]))\\d{4})|7(?:(?:0470|4(?:25\\d|470)|5(?:202|470|96\\d))\\d{4}|1(?:20\\d{4,5}|4(?:70|83)\\d{4}))|8(?:1(?:2\\d{5,6}|4(?:10|7[01]\\d)\\d{3})|2(?:2\\d{5,6}|(?:320|490\\d)\\d{3})|(?:3(?:2\\d\\d|470)|4[24-7]|5(?:2\\d|4[1-9]|51)\\d|6[23])\\d{4})|(?:1[2-6]\\d|4(?:2[24-8]|3[2-7]|[46][2-6]|5[3-5])|5(?:[27][2-8]|3[2-68]|4[24-8]|5[23]|6[2-4]|8[24-7]|9[2-7])|6(?:[19]20|42[03-6]|(?:52|7[45])\\d)|7(?:[04][24-8]|[15][2-7]|22|3[2-4])|8(?:1[2-689]|2[2-8]|[35]2\\d))\\d{4}|25\\d{5,6}|(?:2[2-9]|6(?:1[2356]|[24][2-6]|3[24-6]|5[2-4]|6[2-8]|7[235-7]|8[245]|9[24])|8(?:3[24]|5[245]))\\d{4}",[6,7,8,9]],["(?:17[01]|9(?:2(?:[0-4]|[56]\\d\\d)|(?:3(?:[0-36]|4\\d)|(?:6\\d|9[4-8])\\d|7(?:3|40|[5-9]\\d)|8(?:78|[89]\\d))\\d|4(?:(?:[0245]\\d|[1379])\\d|88)|5[0-6])\\d)\\d{4}|9[69]1\\d{6}|9(?:[68]\\d|9[089])\\d{5}",[7,8,9,10]],["80080(?:[01][1-9]|2\\d)\\d{3}",[10]],0,0,0,0,0,["1333\\d{4}|[12]468\\d{4}",[8]]]],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0",0,0,0,0,0,[["[12]2[1-3]\\d{5,6}|7(?:0[0-5]\\d|128)\\d{4}|(?:[12](?:1|27)|5[368])\\d{6}|[12](?:3[2-8]|4[2-68]|5[1-4689])\\d{6,7}"],["(?:83[01]|920)\\d{5}|(?:5[05]|6[06]|8[015689]|9[013-9])\\d{6}",[8]],0,0,0,0,0,0,["712[0-79]\\d{4}|7(?:1[013-9]|[25-8]\\d)\\d{5}",[8]]]],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]],0,0,0,0,0,0,[["(?:28[2-9]|8(?:11|[2-57-9]\\d))\\d{5}",[8]],["6800[0-79]\\d{3}|6(?:[235]\\d\\d|6(?:0[0-5]|[1-9]\\d)|8(?:0[1-9]|[14-8]\\d|2[5-9]|[39][0-4]))\\d{4}",[8]],["0800\\d{3}",[7]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","670$1",0,"670",[["670(?:2(?:3[3-7]|56|8[4-8])|32[1-38]|4(?:33|8[348])|5(?:32|55|88)|6(?:64|70|82)|78[3589]|8[3-9]8|989)\\d{4}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],MQ:["596","00","(?:69|80)\\d{7}|(?:59|97)6\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["596(?:[03-7]\\d|10|2[7-9]|8[09]|9[4-9])\\d{4}"],["69(?:6(?:[0-46-9]\\d|5[0-6])|727)\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976(?:6\\d|7[0-367])\\d{4}"]]],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]],0,0,0,0,0,0,[["(?:25[08]|35\\d|45[1-7])\\d{5}"],["[2-4][0-46-9]\\d{6}"],["800\\d{5}"]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"1|([34]\\d{6})$","664$1",0,"664",[["6644(?:1[0-3]|91)\\d{4}"],["664(?:3(?:49|9[1-6])|49[2-6])\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]],0,0,0,0,0,0,[["20(?:3[1-4]|6[059])\\d{4}|2(?:0[19]|[1-357]\\d|60)\\d{5}"],["(?:7(?:210|[79]\\d\\d)|9(?:[29]\\d\\d|69[67]|8(?:1[1-3]|89|97)))\\d{4}"],["800(?:02|[3467]\\d)\\d{3}"],["5(?:0(?:0(?:37|43)|(?:6\\d|70|9[0168])\\d)|[12]\\d0[1-5])\\d{3}"],0,0,["501\\d{5}"],["7117\\d{4}"],["3550\\d{4}"]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["5"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,[["(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}",[7,8]],["5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[5-9]|4[3-689]|[57]\\d|8[0-689]|9[0-8])\\d{5}",[8]],["802\\d{7}|80[0-2]\\d{4}",[7,10]],["30\\d{5}",[7]],0,0,0,0,["3(?:20|9\\d)\\d{4}",[7]]],"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[3467]|9[13-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,[["(?:3(?:0[0-3]|3[0-59])|6(?:[57][02468]|6[024-68]|8[024689]))\\d{4}",[7]],["46[46]\\d{4}|(?:7\\d|9[13-9])\\d{5}",[7]],["800\\d{7}",[10]],["900\\d{7}",[10]],0,0,["4(?:0[01]|50)\\d{4}",[7]]],"00"],MW:["265","00","(?:[129]\\d|31|77|88)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0",0,0,0,0,0,[["(?:1[2-9]|2[12]\\d\\d)\\d{5}"],["111\\d{6}|(?:31|77|88|9[89])\\d{7}",[9]]]],MX:["52","0[09]","1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,[["6571\\d{6}|(?:2(?:0[01]|2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[25-7][1-9]|3[1-8]|4\\d|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|6[1-9]|7[12]|8[1-8]|9\\d))\\d{7}",[10]],["6571\\d{6}|(?:1(?:2(?:2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-7][1-9]|3[1-8]|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69][1-9]|7[12]|8[1-8]))|2(?:2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[25-7][1-9]|3[1-8]|4\\d|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|6[1-9]|7[12]|8[1-8]|9\\d))\\d{7}"],["8(?:00|88)\\d{7}",[10]],["900\\d{7}",[10]],["500\\d{7}",[10]],0,0,0,0,["300\\d{7}",[10]]],"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0",0,0,0,0,0,[["(?:3(?:2[0-36-9]|3[0-368]|4[0-278]|5[0-24-8]|6[0-467]|7[1246-9]|8\\d|9[0-57])\\d|4(?:2[0-689]|[3-79]\\d|8[1-35689])|5(?:2[0-589]|[3468]\\d|5[0-489]|7[1-9]|9[23])|6(?:2[2-9]|3[1357-9]|[46]\\d|5[0-6]|7[0-35-9]|85|9[015-8])|7(?:[2579]\\d|3[03-68]|4[0-8]|6[5-9]|8[0-35-9])|8(?:[24][2-8]|3[2-5]|5[2-7]|6[2-589]|7[2-578]|[89][2-9])|9(?:0[57]|13|[25-7]\\d|[3489][0-8]))\\d{5}",[8,9]],["1(?:1888[689]|4400|8(?:47|8[27])[0-4])\\d{4}|1(?:0(?:[23568]\\d|4[0-6]|7[016-9]|9[0-8])|1(?:[1-5]\\d\\d|6(?:0[5-9]|[1-9]\\d)|7(?:[0134]\\d|2[1-9]|5[0-6]))|(?:[269]\\d|[37][1-9]|4[235-9])\\d|5(?:31|9\\d\\d)|8(?:1[23]|[236]\\d|4[06]|5(?:46|[7-9])|7[016-9]|8[01]|9[0-8]))\\d{5}",[9,10]],["1[378]00\\d{6}",[10]],["1600\\d{6}",[10]],0,0,0,0,["15(?:4(?:6[0-4]\\d|8(?:0[125]|[17]\\d|21|3[01]|4[01589]|5[014]|6[02]))|6(?:32[0-6]|78\\d))\\d{4}",[10]]]],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]],0,0,0,0,0,0,[["2(?:[1346]\\d|5[0-2]|[78][12]|93)\\d{5}",[8]],["8[2-79]\\d{7}",[9]],["800\\d{6}",[9]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0",0,0,0,0,0,[["64426\\d{3}|6(?:1(?:2[2-7]|3[01378]|4[0-4])|254|32[0237]|4(?:27|41|5[25])|52[236-8]|626|7(?:2[2-4]|30))\\d{4,5}|6(?:1(?:(?:0\\d|2[0189]|3[24-69]|4[5-9])\\d|17|69|7[014])|2(?:17|5[0-36-8]|69|70)|3(?:17|2[14-689]|34|6[289]|7[01]|81)|4(?:17|2[0-2]|4[06]|5[0137]|69|7[01])|5(?:17|2[0459]|69|7[01])|6(?:17|25|38|42|69|7[01])|7(?:17|2[569]|3[13]|6[89]|7[01]))\\d{4}"],["(?:60|8[1245])\\d{7}",[9]],["80\\d{7}",[9]],["8701\\d{5}",[9]],0,0,0,0,["8(?:3\\d\\d|86)\\d{5}"]]],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]],0,0,0,0,0,0,[["(?:2[03-9]|3[0-5]|4[1-7]|88)\\d{4}"],["(?:5[0-4]|[79]\\d|8[0-79])\\d{4}"],["050\\d{3}"],["36\\d{4}"]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[04]"]]],0,0,0,0,0,0,[["2(?:0(?:20|3[1-8]|4[13-5]|5[14]|6[14578]|7[1-578])|1(?:4[145]|5[14]|6[14-68]|7[169]|88))\\d{4}"],["(?:23|7[04]|[89]\\d)\\d{6}"],["08\\d{6}"],["09\\d{6}"]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1",0,0,[["(?:1(?:06|17|28|39)|3[0-2]\\d)\\d{3}"],["(?:14|3[58])\\d{4}"]]],NG:["234","009","(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-7]|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0",0,0,0,0,0,[["(?:(?:[1-356]\\d|4[02-8]|8[2-9])\\d|9(?:0[3-9]|[1-9]\\d))\\d{5}|7(?:0(?:[013-689]\\d|2[0-24-9])\\d{3,4}|[1-79]\\d{6})|(?:[12]\\d|4[147]|5[14579]|6[1578]|7[1-3578])\\d{5}",[7,8]],["(?:702[0-24-9]|8(?:01|19)[01])\\d{6}|(?:70[13-689]|8(?:0[2-9]|1[0-8])|9(?:0[1-9]|1[2356]))\\d{7}",[10]],["800\\d{7,11}",[10,11,12,13,14]],0,0,0,["700\\d{7,11}",[10,11,12,13,14]]]],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]],0,0,0,0,0,0,[["2\\d{7}"],["(?:5(?:5[0-7]|[78]\\d)|6(?:20|3[035]|4[045]|5[05]|77|8[1-9]|9[059])|(?:7[5-8]|8\\d)\\d)\\d{5}"],["1800\\d{4}"]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:[035]\\d|1[13-578]|6[124-8]|7[24]|8[0-467])|2(?:[0346]\\d|2[2-46-9]|5[125]|9[479])|3(?:[03568]\\d|1[3-8]|2[01]|4[1-8])|4(?:[0356]\\d|1[1-368]|7[58]|8[15-8]|9[23579])|5(?:[0358]\\d|[19][1-9]|2[1-57-9]|4[13-8]|6[126]|7[0-3578])|7\\d\\d)\\d{6}",[9]],["(?:6[1-58]|970\\d)\\d{7}",[9,11]],["800\\d{4,7}",[7,8,9,10]],["90[069]\\d{4,7}",[7,8,9,10]],0,0,["140(?:1[035]|2[0346]|3[03568]|4[0356]|5[0358]|8[458])|(?:140(?:1[16-8]|2[259]|3[124]|4[17-9]|5[124679]|7)|8[478]\\d{6})\\d",[5,6,9]],["66\\d{7}",[9]],["(?:85|91)\\d{7}",[9]]]],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[489]|59"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],0,0,0,0,0,"[02-689]|7[0-8]",[["(?:2[1-4]|3[1-3578]|5[1-35-7]|6[1-4679]|7[0-8])\\d{6}",[8]],["(?:4[015-8]|59|9\\d)\\d{6}",[8]],["80[01]\\d{5}",[8]],["82[09]\\d{5}",[8]],["880\\d{5}",[8]],0,["(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}"],0,["85[0-5]\\d{5}",[8]],["810(?:0[0-6]|[2-8]\\d)\\d{3}",[8]]]],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0",0,0,0,0,0,[["(?:1[0-6]\\d|99[02-6])\\d{5}|(?:2[13-79]|3[135-8]|4[146-9]|5[135-7]|6[13-9]|7[15-9]|8[1-46-9]|9[1-7])[2-6]\\d{5}",[8]],["9(?:6[0-3]|7[024-6]|8[0-24-68])\\d{7}",[10]],["1(?:66001|800\\d\\d)\\d{5}",[11]]]],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]],0,0,0,0,0,0,[["444\\d{4}"],["(?:55[3-9]|666|8\\d\\d)\\d{4}"]]],NU:["683","00","(?:[47]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]],0,0,0,0,0,0,[["[47]\\d{3}",[4]],["888[4-9]\\d{3}",[7]]]],NZ:["64","0(?:0|161)","[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-579]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|[89]0","50(?:[0367]|88)|[89]0"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[59]|80"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7|86"],"0$1"]],"0",0,0,0,0,0,[["24099\\d{3}|(?:3[2-79]|[49][2-9]|6[235-9]|7[2-57-9])\\d{6}",[8]],["2[0-27-9]\\d{7,8}|21\\d{6}",[8,9,10]],["508\\d{6,7}|80\\d{6,8}",[8,9,10]],["(?:11\\d{5}|50(?:0[08]|30|66|77|88))\\d{3}|90\\d{6,8}",[7,8,9,10]],["70\\d{7}",[9]],0,["8(?:1[6-9]|22|3\\d|4[045]|5[459]|7[0-3579]|90)\\d{2,7}"],["[28]6\\d{6,7}",[8,9]]],"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]],0,0,0,0,0,0,[["2[2-6]\\d{6}",[8]],["1505\\d{4}|(?:7(?:[1289]\\d|7[0-4])|9(?:0[1-9]|[1-9]\\d))\\d{5}",[8]],["8007\\d{4,5}|(?:500|800[05])\\d{4}"],["900\\d{5}",[8]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],0,0,0,0,0,0,[["(?:1(?:0\\d|1[479]|2[37]|3[0137]|4[17]|5[05]|6[58]|7[0167]|8[258]|9[1389])|2(?:[0235-79]\\d|1[0-7]|4[013-9]|8[02-9])|3(?:[089]\\d|1[0-7]|2[0-5]|33|4[0-79]|5[0-35]|6[068]|7[0-8])|4(?:00|3[0-579]|4\\d|7[0-57-9])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-26-8]|3[03]|4[04]|5[05-9]|6[056]|7[0-24-9]|8[5-9]|90)|8(?:09|2[89]|3\\d|4[0-24-689]|5[014]|8[02])|9(?:0[5-9]|1[0135-8]|2[036-9]|3[35-79]|40|5[0457-9]|6[05-9]|7[04-9]|8[35-8]|9\\d))\\d{4}",[7]],["(?:1[16]1|21[89]|6\\d{3}|8(?:1[01]|7[23]))\\d{4}",[7,8]],["800\\d{4,5}|(?:00800|800\\d)\\d{6}"],["(?:8(?:22|55|60|7[78]|86)|9(?:00|81))\\d{4}",[7]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,[["(?:(?:4[34]|5[14])[0-8]\\d|7(?:173|3[0-8]\\d)|8(?:10[05689]|6(?:0[06-9]|1[6-9]|29)|7(?:0[569]|[56]0)))\\d{4}|(?:1[0-8]|4[12]|5[236]|6[1-7]|7[246]|8[2-4])\\d{6}",[8]],["9\\d{8}",[9]],["800\\d{5}",[8]],["805\\d{5}",[8]],["80[24]\\d{5}",[8]],0,0,0,0,["801\\d{5}",[8]]],"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]],0,0,0,0,0,0,[["4(?:0[4-689]|9[4-68])\\d{5}",[8]],["8[7-9]\\d{6}",[8]],["80[0-5]\\d{6}",[9]],0,0,0,["44\\d{4}",[6]],0,["499\\d{5}",[8]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,[["(?:(?:3[0-2]|4[257]|5[34]|9[78])\\d|64[1-9]|85[02-46-9])\\d{4}",[7]],["(?:7\\d|8[128])\\d{6}",[8]],["180\\d{4}",[7]],0,0,0,0,["27[01]\\d{4}",[7]],["2(?:0[0-47]|7[568])\\d{4}",[7]]],"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0",0,0,0,0,0,[["(?:(?:2[3-8]|3[2-68]|4[2-9]|5[2-6]|6[2-58]|7[24578])\\d{3}|88(?:22\\d\\d|42))\\d{4}|(?:2|8[2-8]\\d\\d)\\d{5}",[6,8,9,10]],["(?:8(?:1[37]|9[5-8])|9(?:0[5-9]|1[0-24-9]|[235-7]\\d|4[2-9]|8[135-9]|9[1-9]))\\d{7}",[10]],["1800\\d{7,9}",[11,12,13]]]],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0",0,0,0,0,0,[["(?:(?:21|42)[2-9]|58[126])\\d{7}|(?:2[25]|4[0146-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]\\d{6,7}|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8]))[2-9]\\d{5,6}",[9,10]],["3(?:[0-24]\\d|3[0-7]|55|64)\\d{7}",[10]],["800\\d{5}(?:\\d{3})?",[8,11]],["900\\d{5}",[8]],["122\\d{6}",[9]],0,["(?:2(?:[125]|3[2358]|4[2-4]|9[2-8])|4(?:[0-246-9]|5[3479])|5(?:[1-35-7]|4[2-467])|6(?:0[468]|[1-8])|7(?:[14]|2[236])|8(?:[16]|2[2-689]|3[23578]|4[3478]|5[2356])|9(?:1|22|3[27-9]|4[2-6]|6[3569]|9[2-7]))111\\d{6}",[11,12]]]],PL:["48","00","6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]],0,0,0,0,0,0,[["47\\d{7}|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])(?:[02-9]\\d{6}|1(?:[0-8]\\d{5}|9\\d{3}(?:\\d{2})?))",[7,9]],["21(?:1(?:[145]\\d|3[1-5])|2[0-4]\\d)\\d{4}|(?:45|5[0137]|6[069]|7[2389]|88)\\d{7}",[9]],["800\\d{6,7}",[9,10]],["70[01346-8]\\d{6}",[9]],0,0,["804\\d{6}",[9]],["64\\d{4,7}",[6,7,8,9]],["39\\d{7}",[9]],["801\\d{6}",[9]]]],PM:["508","00","(?:[45]|80\\d\\d)\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["(?:4[1-356]|50)\\d{4}",[6]],["(?:4[02-4]|5[056])\\d{4}",[6]],["80[0-5]\\d{6}",[9]]]],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939",[["(?:787|939)[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0",0,0,0,0,0,[["(?:22[2-47-9]|42[45]|82[014-68]|92[3569])\\d{5}",[8]],["5[69]\\d{7}",[9]],["1800\\d{6}",[10]],0,0,0,0,0,0,["1700\\d{6}",[10]]]],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]],0,0,0,0,0,0,[["2(?:[12]\\d|[35][1-689]|4[1-59]|6[1-35689]|7[1-9]|8[1-69]|9[1256])\\d{6}"],["6[0356]92(?:30|9\\d)\\d{3}|(?:(?:16|6[0356])93|9(?:[1-36]\\d\\d|480))\\d{5}"],["80[02]\\d{6}"],["(?:6(?:0[178]|4[68])\\d|76(?:0[1-57]|1[2-47]|2[237]))\\d{5}"],["884[0-4689]\\d{5}"],0,["70(?:7\\d|8[17])\\d{5}"],0,["30\\d{7}"],["80(?:8\\d|9[1579])\\d{5}"]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]],0,0,0,0,0,0,[["(?:2(?:55|77)|345|488|5(?:35|44|87)|6(?:22|54|79)|7(?:33|47)|8(?:24|55|76)|900)\\d{4}"],["(?:(?:46|83)[0-5]|6[2-4689]0)\\d{4}|(?:45|77|88)\\d{5}"]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-6])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,[["(?:[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36])\\d{5,7}|(?:2(?:2[4-68]|[4-68]\\d|7[15]|9[1-5])|3(?:18|3[167]|4[2357]|51|[67]\\d)|4(?:3[12]|5[13]|9[1-47])|5(?:[1-4]\\d|5[02-4])|6(?:3[1-3]|44|7[1-8])|7(?:4[0-4]|5\\d|6[1-578]|75|8[0-8])|858)\\d{5,6}",[7,8,9]],["9(?:51|6[129]|[78][1-6]|9[1-5])\\d{6}",[9]],["9800\\d{5,7}",[9,10,11]],0,0,0,["[2-9]0\\d{4,7}",[6,7,8,9]],0,["8700[0-4]\\d{4}",[9]]]],QA:["974","00","[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}",[7,8,9],[["(\\d{3})(\\d{4})","$1 $2",["2[126]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]]],0,0,0,0,0,0,[["414[1-4]\\d{4}|(?:23|4[04])\\d{6}",[8]],["(?:2[89]|[35-7]\\d)\\d{6}",[8]],["800\\d{4}(?:\\d{2})?",[7,9]],0,0,0,0,["2(?:[12]\\d|61)\\d{4}",[7]]]],RE:["262","00","976\\d{6}|(?:26|[68]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,"26[23]|69|[89]",[["26(?:2\\d\\d|30[0-5])\\d{4}"],["(?:69(?:2\\d\\d|3(?:0[0-46]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|6[0-6]|7[0-27]|8[0-8]|9[0-479]))|976(?:2[27]|3[0-37]|9\\d))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,0,["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[2378]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[237-9]"],"0$1"]],"0",0,0,0,0,0,[["[23][13-6]\\d{7}|(?:2(?:19\\d|[3-6]\\d9)|31\\d\\d)\\d\\d"],["7020\\d{5}|7(?:0[013-9]|1[0-3]|[2-7]\\d|8[03-8]|9[019])\\d{6}",[9]],["800\\d{6}",[9]],["90[0136]\\d{6}",[9]],0,0,["(?:37\\d|80[578])\\d{6}",[9]],0,0,["801\\d{6}",[9]]],0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0",0,0,0,0,0,[["(?:11[1-9]\\d|(?:2[389]|39)(?:0[2-9]|[2-9]\\d))\\d{3,8}|(?:1[02-9]|2[0-24-7]|3[0-8])[2-9]\\d{4,9}",[7,8,9,10,11,12]],["6(?:[0-689]|7\\d)\\d{6,7}",[8,9,10]],["800\\d{3,9}"],["(?:78\\d|90[0169])\\d{3,7}",[6,7,8,9,10]],0,0,["7[06]\\d{4,10}"]]],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",[["(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15]|6[1-35-79]|7[1-37-9]))\\d{7}",[10]],["9\\d{9}",[10]],["8(?:0[04]|108\\d{3})\\d{7}"],["80[39]\\d{7}",[10]],["808\\d{7}",[10]]],"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]]],"0",0,0,0,0,0,[["(?:06|2[23568]\\d)\\d{6}"],["7[2389]\\d{7}",[9]],["800\\d{6}",[9]],["900\\d{6}",[9]]]],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0",0,0,0,0,0,[["1(?:1\\d|2[24-8]|3[35-8]|4[3-68]|6[2-5]|7[235-7])\\d{6}",[9]],["579[01]\\d{5}|5(?:[013-689]\\d|7[0-35-8])\\d{6}",[9]],["800\\d{7}",[10]],["925\\d{6}",[9]],0,0,["811\\d{7}",[10]],0,0,["920\\d{6}",[9]]]],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]],0,0,0,0,0,0,[["(?:1[4-79]|[23]\\d|4[0-2]|5[03]|6[0-37])\\d{3}",[5]],["48\\d{3}|(?:(?:7[1-9]|8[4-9])\\d|9(?:1[2-9]|2[013-9]|3[0-2]|[46]\\d|5[0-46-9]|7[0-689]|8[0-79]|9[0-8]))\\d{4}"],["1[38]\\d{3}",[5]],0,0,0,0,0,["5[12]\\d{3}",[5]]]],SC:["248","010|0[0-2]","800\\d{4}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,[["4[2-46]\\d{5}"],["2[125-8]\\d{5}"],["800[08]\\d{3}"],0,0,0,0,0,["971\\d{4}|(?:64|95)\\d{5}"]],"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0",0,0,0,0,0,[["1(?:5\\d|8[35-7])\\d{6}"],["(?:1[0-2]|9[0-3569])\\d{7}"]]],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0",0,0,0,0,0,[["(?:(?:[12][136]|3[356]|4[0246]|6[03]|8\\d)\\d|90[1-9])\\d{4,6}|(?:1(?:2[0-35]|4[0-4]|5[0-25-9]|7[13-6]|[89]\\d)|2(?:2[0-7]|4[0136-8]|5[0138]|7[018]|8[01]|9[0-57])|3(?:0[0-4]|1\\d|2[0-25]|4[056]|7[0-2]|8[0-3]|9[023])|4(?:1[013-8]|3[0135]|5[14-79]|7[0-246-9]|8[0156]|9[0-689])|5(?:0[0-6]|[15][0-5]|2[0-68]|3[0-4]|4\\d|6[03-5]|7[013]|8[0-79]|9[01])|6(?:1[1-3]|2[0-4]|4[02-57]|5[0-37]|6[0-3]|7[0-2]|8[0247]|9[0-356])|9(?:1[0-68]|2\\d|3[02-5]|4[0-3]|5[0-4]|[68][01]|7[0135-8]))\\d{5,6}",[7,8,9]],["7[02369]\\d{7}",[9]],["20\\d{4,7}",[6,7,8,9]],["649\\d{6}|99[1-59]\\d{4}(?:\\d{3})?|9(?:00|39|44)[1-8]\\d{3,6}",[7,8,9,10]],["75[1-8]\\d{6}",[9]],0,["10[1-8]\\d{6}",[9]],["74[02-9]\\d{6}",[9]],0,["77[0-7]\\d{6}",[9]]]],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-5]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[["662[0-24-9]\\d{4}|6(?:[0-578]\\d|6[013-57-9]|9[0-35-9])\\d{5}",[8]],["8(?:05[0-3]|95[0-2])\\d{4}|(?:8(?:0[1-4]|[1-8]\\d|9[0-4])|9[0-8]\\d)\\d{5}",[8]],["(?:18|8)00\\d{7}",[10,11]],["1900\\d{7}",[11]],0,0,["7000\\d{7}",[11]],0,["(?:3[12]\\d|666)\\d{5}",[8]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]",[["2(?:[0-57-9]\\d|6[4-9])\\d\\d"],["[56]\\d{4}",[5]],0,0,0,0,0,0,["262\\d\\d",[5]]]],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,[["(?:[1-357][2-8]|4[24-8])\\d{6}",[8]],["65(?:1\\d|55|6[01]|70)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}",[8]],["80\\d{4,6}",[6,7,8]],["89[1-3]\\d{2,5}|90\\d{4,6}"],0,0,0,0,["(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-589])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}",[8]]],"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|[57]9)\\d{6}",[5,8],0,0,0,0,0,0,"79",[["79\\d{6}",[8]],["(?:4[015-8]|59|9\\d)\\d{6}",[8]],["80[01]\\d{5}",[8]],["82[09]\\d{5}",[8]],["880\\d{5}",[8]],0,["(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}"],0,["85[0-5]\\d{5}",[8]],["810(?:0[0-6]|[2-8]\\d)\\d{3}",[8]]]],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0",0,0,0,0,0,[["(?:2(?:16|[2-9]\\d{3})|(?:(?:[3-5][1-8]\\d|819)\\d|601[1-5])\\d)\\d{4}|(?:2|[3-5][1-8])1[67]\\d{3}|[3-5][1-8]16\\d\\d"],["909[1-9]\\d{5}|9(?:0[1-8]|1[0-24-9]|4[03-57-9]|5\\d)\\d{6}",[9]],["800\\d{6}",[9]],["9(?:00|[78]\\d)\\d{6}",[9]],0,0,["96\\d{7}",[9]],["9090\\d{3}",[7]],["6(?:02|5[0-4]|9[0-6])\\d{6}",[9]],["8[5-9]\\d{7}",[9]]]],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0",0,0,0,0,0,[["22[2-4][2-9]\\d{4}"],["(?:25|3[0-5]|66|7[2-9]|8[08]|9[09])\\d{6}"]]],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1",0,0,[["0549(?:8[0157-9]|9\\d)\\d{4}",[10]],["6[16]\\d{6}",[8]],0,["7[178]\\d{6}",[8]],0,0,0,0,["5[158]\\d{6}",[8]]]],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]],0,0,0,0,0,0,[["3(?:0(?:1[0-2]|80)|282|3(?:8[1-9]|9[3-9])|611)\\d{5}"],["75(?:01|[38]3)\\d{5}|7(?:[06-8]\\d|21|5[4-7]|90)\\d{6}"],["800\\d{6}"],["88[4689]\\d{6}"],0,0,0,0,["(?:3(?:392|9[01]\\d)\\d|93(?:3[13]0|929))\\d{4}"],["81[02468]\\d{6}"]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["24|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3478]|64|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]],"0",0,0,0,0,0,[["(?:1\\d|2[0-79]|3[0-46-8]|4[0-7]|5[57-9])\\d{5}|(?:[134]\\d|8[125])\\d{4}",[6,7]],["(?:(?:15|(?:3[59]|4[89]|79|8[08])\\d|6(?:0[5-7]|[1-9]\\d)|9(?:0\\d|[2-9]))\\d|2(?:4\\d|8))\\d{5}|(?:6\\d|7[1-9])\\d{6}",[7,8,9]]]],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]],0,0,0,0,0,0,[["(?:2[1-3]|3[0-7]|(?:4|68)\\d|5[2-58])\\d{4}"],["(?:7[124-7]|8[124-9])\\d{5}",[7]],0,0,0,0,0,0,["56\\d{4}",[6]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0",0,0,0,0,0,[["1[89]\\d{7}"],["(?:12|9[1257-9])\\d{7}"]]],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]],0,0,0,0,0,0,[["22\\d{5}"],["900[5-9]\\d{3}|9(?:0[1-9]|[89]\\d)\\d{4}"]]],SV:["503","00","[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,[["2(?:[1-6]\\d{3}|[79]90[034]|890[0245])\\d{3}",[8]],["66(?:[02-9]\\d\\d|1(?:[02-9]\\d|16))\\d{3}|(?:6[0-57-9]|7\\d)\\d{6}",[8]],["800\\d{4}(?:\\d{4})?",[7,11]],["900\\d{4}(?:\\d{4})?",[7,11]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|(5\\d{6})$","721$1",0,"721",[["7215(?:4[2-8]|8[239]|9[056])\\d{4}"],["7215(?:1[02]|2\\d|5[034679]|8[014-8])\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0",0,0,0,0,0,[["21\\d{6,7}|(?:1(?:[14]\\d|[2356])|2[235]|3(?:[13]\\d|4)|4[134]|5[1-3])\\d{6}"],["9[1-689]\\d{7}",[9]]]],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]],0,0,0,0,0,0,[["[23][2-5]\\d{6}",[8]],["7[6-9]\\d{6}",[8]],["0800\\d{4}",[8]],["900\\d{6}",[9]],0,0,0,0,["70\\d{6}",[8]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8",[["8\\d{3}"]]],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"1|([2-479]\\d{6})$","649$1",0,"649",[["649(?:266|712|9(?:4\\d|50))\\d{4}"],["649(?:2(?:3[129]|4[1-79])|3\\d\\d|4[34][1-3])\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["649(?:71[01]|966)\\d{4}"]]],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,[["22(?:[37-9]0|5[0-5]|6[89])\\d{4}"],["(?:6[023568]|77|9\\d)\\d{6}"]],"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]],0,0,0,0,0,0,[["2(?:2[2-7]|3[23]|4[45]|55|6[67]|77)\\d{5}"],["(?:7[09]|9[0-36-9])\\d{6}"]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0",0,0,0,0,0,[["(?:1[0689]|2\\d|3[2-9]|4[2-5]|5[2-6]|7[3-7])\\d{6}",[8]],["671[0-8]\\d{5}|(?:14|6[1-6]|[89]\\d)\\d{7}",[9]],["(?:001800\\d|1800)\\d{6}",[10,13]],["1900\\d{6}",[10]],0,0,0,0,["6[08]\\d{7}",[9]]]],TJ:["992","810","(?:00|[1-57-9]\\d)\\d{7}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,[["(?:3(?:1[3-5]|2[245]|3[12]|4[24-7]|5[25]|72)|4(?:46|74|87))\\d{6}"],["41[18]\\d{6}|(?:[034]0|[17][017]|2[02]|5[05]|8[08]|9\\d)\\d{7}"]],"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7],0,0,0,0,0,0,0,[["(?:2[2-4]|[34]\\d)\\d{2,5}"],["7[2-4]\\d{2,5}"]]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]],0,0,0,0,0,0,[["(?:2[1-5]|3[1-9]|4[1-4])\\d{5}",[7]],["7[2-8]\\d{6}",[8]],["80\\d{5}",[7]],["90\\d{5}",[7]],["70\\d{5}",[7]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,[["(?:1(?:2\\d|3[1-9])|2(?:22|4[0-35-8])|3(?:22|4[03-9])|4(?:22|3[128]|4\\d|6[15])|5(?:22|5[7-9]|6[014-689]))\\d{5}"],["6\\d{7}"]],"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]],0,0,0,0,0,0,[["81200\\d{3}|(?:3[0-2]|7\\d)\\d{6}"],["3(?:001|[12]40)\\d{4}|(?:(?:[259]\\d|4[0-7])\\d|3(?:1[1-35]|6[0-4]|91))\\d{5}"],["8010\\d{4}"],["88\\d{6}"],0,0,0,0,0,["8[12]10\\d{4}"]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]],0,0,0,0,0,0,[["(?:2\\d|3[0-8]|4[0-4]|50|6[09]|7[0-24-69]|8[05])\\d{3}",[5]],["(?:55[4-6]|6(?:[09]\\d|3[02]|8[15-9])|(?:7\\d|8[46-9])\\d|999)\\d{4}",[7]],["0800\\d{3}",[7]],0,0,0,0,0,["55[0-37-9]\\d{4}",[7]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|616)","5(?:[0-59]|6161)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0",0,0,0,0,0,[["(?:2(?:[13][26]|[28][2468]|[45][268]|[67][246])|3(?:[13][28]|[24-6][2468]|[78][02468]|92)|4(?:[16][246]|[23578][2468]|4[26]))\\d{7}",[10]],["56161\\d{5}|5(?:0[15-7]|1[06]|24|[34]\\d|5[1-59]|9[46])\\d{7}",[10]],["8(?:00\\d{7}(?:\\d{2,3})?|11\\d{7})",[10,12,13]],["(?:8[89]8|900)\\d{7}",[10]],["592(?:21[12]|461)\\d{4}",[10]],0,["444\\d{4}",[7]],["512\\d{7}",[10]],["850\\d{7}",[10]]]],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-46-8]\\d{6})$","868$1",0,"868",[["868(?:2(?:0[13]|1[5-9]|[23]\\d|4[0-2])|6(?:0[7-9]|1[02-8]|2[1-9]|[3-69]\\d|7[0-79])|82[124])\\d{4}"],["868(?:(?:2[5-9]|3\\d)\\d|4(?:3[0-6]|[6-9]\\d)|6(?:20|78|8\\d)|7(?:0[1-9]|1[02-9]|[2-9]\\d))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]],0,0,0,0,0,0,[["2[02-9]\\d{3}",[5]],["(?:7[01]\\d|90)\\d{4}",[6,7]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,[["(?:2[2-8]\\d|370|55[01]|7[1-9])\\d{6}|4(?:(?:0(?:0[1-9]|[2-48]\\d)|1[023]\\d)\\d{4,5}|(?:[239]\\d\\d|4(?:0[56]|12|49))\\d{5})|6(?:[01]\\d{7}|4(?:0[56]|12|24|4[09])\\d{4,5})|8(?:(?:2(?:3\\d|4[0-269]|[578]0|66)|36[24-9]|90\\d\\d)\\d{4}|4(?:0[56]|12|24|4[09])\\d{4,5})|(?:2(?:2(?:0\\d\\d|4(?:0[68]|[249]0|3[0-467]|5[0-25-9]|6[0235689]))|(?:3(?:[09]\\d|1[0-4])|(?:4\\d|5[0-49]|6[0-29]|7[0-5])\\d)\\d)|(?:(?:3[2-9]|5[2-8]|6[0-35-79]|8[7-9])\\d\\d|4(?:2(?:[089]\\d|7[1-9])|(?:3[0-4]|[78]\\d|9[01])\\d))\\d)\\d{3}",[8,9]],["(?:40001[0-2]|9[0-8]\\d{4})\\d{3}",[9]],["80[0-79]\\d{6}|800\\d{5}",[8,9]],["20(?:[013-9]\\d\\d|2)\\d{4}",[7,9]],["99\\d{7}",[9]],0,["50[0-46-9]\\d{6}",[9]],0,["7010(?:[0-2679]\\d|3[0-7]|8[0-5])\\d{5}|70\\d{8}",[10,11]]],0,"#"],TZ:["255","00[056]","(?:[26-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0",0,0,0,0,0,[["2[2-8]\\d{7}"],["77[2-9]\\d{6}|(?:6[1-9]|7[1-689])\\d{7}"],["80[08]\\d{6}"],["90\\d{7}"],0,0,0,0,["41\\d{7}"],["8(?:40|6[01])\\d{6}"]]],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,[["(?:3[1-8]|4[13-8]|5[1-7]|6[12459])\\d{7}",[9]],["(?:39|50|6[36-8]|7[1-3]|9[1-9])\\d{7}",[9]],["800[1-8]\\d{5,6}"],["900[239]\\d{5,6}"],0,0,0,0,["89[1-579]\\d{6}",[9]]],"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0",0,0,0,0,0,[["20(?:(?:240|30[67])\\d|6(?:00[0-2]|30[0-4]))\\d{3}|(?:20(?:[017]\\d|2[5-9]|32|5[0-4]|6[15-9])|[34]\\d{3})\\d{5}"],["726[01]\\d{5}|7(?:[01578]\\d|20|36|[46][0-4]|9[89])\\d{6}"],["800[1-3]\\d{5}"],["90[1-3]\\d{6}"]]],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[0157-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["405|8|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["4"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:770|987)|(?:2\\d|4[2-7])\\d\\d)\\d{4}",[8]],["9[1-9]\\d{6}",[8]],["(?:4\\d{5}|80[05])\\d{4}|405\\d{4}",[7,10]],["90[0-8]\\d{4}",[7]]],"00"," int. "],UZ:["998","810","(?:33|55|[679]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[35-9]"],"8 $1"]],"8",0,0,0,0,0,[["(?:6(?:1(?:22|3[124]|4[1-4]|5[1-3578]|64)|2(?:22|3[0-57-9]|41)|5(?:22|3[3-7]|5[024-8])|6\\d\\d|7(?:[23]\\d|7[69])|9(?:22|4[1-8]|6[135]))|7(?:0(?:5[4-9]|6[0146]|7[124-6]|9[135-8])|(?:1[12]|8\\d)\\d|2(?:22|3[13-57-9]|4[1-3579]|5[14])|3(?:2\\d|3[1578]|4[1-35-7]|5[1-57]|61)|4(?:2\\d|3[1-579]|7[1-79])|5(?:22|5[1-9]|6[1457])|6(?:22|3[12457]|4[13-8])|9(?:22|5[1-9])))\\d{5}"],["(?:(?:33|88|9[0-57-9])\\d{3}|55(?:50[013]|90\\d)|6(?:1(?:2(?:2[01]|98)|35[0-4]|50\\d|61[23]|7(?:[01][017]|4\\d|55|9[5-9]))|2(?:(?:11|7\\d)\\d|2(?:[12]1|9[01379])|5(?:[126]\\d|3[0-4]))|5(?:19[01]|2(?:27|9[26])|(?:30|59|7\\d)\\d)|6(?:2(?:1[5-9]|2[0367]|38|41|52|60)|(?:3[79]|9[0-3])\\d|4(?:56|83)|7(?:[07]\\d|1[017]|3[07]|4[047]|5[057]|67|8[0178]|9[79]))|7(?:2(?:24|3[237]|4[5-9]|7[15-8])|5(?:7[12]|8[0589])|7(?:0\\d|[39][07])|9(?:0\\d|7[079]))|9(?:2(?:1[1267]|3[01]|5\\d|7[0-4])|(?:5[67]|7\\d)\\d|6(?:2[0-26]|8\\d)))|7(?:[07]\\d{3}|1(?:13[01]|6(?:0[47]|1[67]|66)|71[3-69]|98\\d)|2(?:2(?:2[79]|95)|3(?:2[5-9]|6[0-6])|57\\d|7(?:0\\d|1[17]|2[27]|3[37]|44|5[057]|66|88))|3(?:2(?:1[0-6]|21|3[469]|7[159])|(?:33|9[4-6])\\d|5(?:0[0-4]|5[579]|9\\d)|7(?:[0-3579]\\d|4[0467]|6[67]|8[078]))|4(?:2(?:29|5[0257]|6[0-7]|7[1-57])|5(?:1[0-4]|8\\d|9[5-9])|7(?:0\\d|1[024589]|2[0-27]|3[0137]|[46][07]|5[01]|7[5-9]|9[079])|9(?:7[015-9]|[89]\\d))|5(?:112|2(?:0\\d|2[29]|[49]4)|3[1568]\\d|52[6-9]|7(?:0[01578]|1[017]|[23]7|4[047]|[5-7]\\d|8[78]|9[079]))|6(?:2(?:2[1245]|4[2-4])|39\\d|41[179]|5(?:[349]\\d|5[0-2])|7(?:0[017]|[13]\\d|22|44|55|67|88))|9(?:22[128]|3(?:2[0-4]|7\\d)|57[02569]|7(?:2[05-9]|3[37]|4\\d|60|7[2579]|87|9[07]))))\\d{4}"]],"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698",[["06698\\d{1,6}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","784$1",0,"784",[["784(?:266|3(?:6[6-9]|7\\d|8[0-6])|4(?:38|5[0-36-8]|8[0-8])|5(?:55|7[0-2]|93)|638|784)\\d{4}"],["784(?:4(?:3[0-5]|5[45]|89|9[0-8])|5(?:2[6-9]|3[0-4])|720)\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["78451[0-2]\\d{4}"]]],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0",0,0,0,0,0,[["(?:2(?:12|3[457-9]|[467]\\d|[58][1-9]|9[1-6])|[4-6]00)\\d{7}"],["4(?:1[24-8]|2[46])\\d{7}"],["800\\d{7}"],["90[01]\\d{7}"],0,0,["501\\d{7}"]]],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-578]\\d{6})$","284$1",0,"284",[["284496[0-5]\\d{3}|284(?:229|4(?:22|9[45])|774|8(?:52|6[459]))\\d{4}"],["284496[6-9]\\d{3}|284(?:245|3(?:0[0-3]|4[0-7]|68|9[34])|4(?:4[0-6]|68|99)|5(?:4[0-7]|68|9[69]))\\d{4}"],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","340$1",0,"340",[["340(?:2(?:0[0-38]|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[69]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3578]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0",0,0,0,0,0,[["2(?:0[3-9]|1[0-689]|2[0-25-9]|3[2-9]|4[2-8]|5[124-9]|6[0-39]|7[0-7]|8[2-79]|9[0-4679])\\d{7}",[10]],["(?:5(?:2[238]|59)|89[6-9]|99[013-9])\\d{6}|(?:3\\d|5[689]|7[06-9]|8[1-8]|9[0-8])\\d{7}",[9]],["1800\\d{4,6}|12(?:0[13]|28)\\d{4}",[8,9,10]],["1900\\d{4,6}",[8,9,10]],0,0,["(?:[17]99|80\\d)\\d{4}|69\\d{5,6}",[7,8]],0,["672\\d{6}",[9]]]],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]],0,0,0,0,0,0,[["(?:38[0-8]|48[4-9])\\d\\d|(?:2[02-9]|3[4-7]|88)\\d{3}",[5]],["(?:[58]\\d|7[013-7])\\d{5}",[7]],["81[18]\\d\\d",[5]],0,0,0,["(?:3[03]|900\\d)\\d{3}"],0,["9(?:0[1-9]|1[01])\\d{4}",[7]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]],0,0,0,0,0,0,[["72\\d{4}",[6]],["(?:72|8[23])\\d{4}",[6]],["80[0-5]\\d{6}",[9]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]],0,0,0,0,0,0,[["6[1-9]\\d{3}|(?:[2-5]|60)\\d{4}",[5,6]],["(?:7[1-35-7]|8(?:[3-7]|9\\d{3}))\\d{5}",[7,10]],["800\\d{3}",[6]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0",0,0,0,0,0,[["(?:2[89]|39)0\\d{6}|[23][89]\\d{6}"],["4[3-9]\\d{6}",[8]],["800\\d{5}",[8]],["900\\d{5}",[8]]]],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7[24-68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,[["78[0-7]\\d{4}|17\\d{6}|(?:[12][2-68]|3[2358]|4[2-58]|5[2-6]|6[3-58]|7[24-6])\\d{5}",[7,8]],["7[0137]\\d{7}",[9]]]],YT:["262","00","80\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,"269|63",[["269(?:0[0-367]|5[0-3]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0",0,0,0,0,0,[["(?:2(?:0330|4302)|52087)0\\d{3}|(?:1[0-8]|2[1-378]|3[1-69]|4\\d|5[1346-8])\\d{7}",[9]],["(?:1(?:3492[0-25]|4495[0235]|549(?:20|5[01]))|4[34]492[01])\\d{3}|8[1-4]\\d{3,7}|(?:2[27]|47|54)4950\\d{3}|(?:1(?:049[2-4]|9[12]\\d\\d)|(?:6\\d|7[0-46-9])\\d{3}|8(?:5\\d{3}|7(?:08[67]|158|28[5-9]|310)))\\d{4}|(?:1[6-8]|28|3[2-69]|4[025689]|5[36-8])4920\\d{3}|(?:12|[2-5]1)492\\d{4}",[5,6,7,8,9]],["80\\d{7}",[9]],["(?:86[2-9]|9[0-2]\\d)\\d{6}",[9]],0,0,["861\\d{6,7}",[9,10]],0,["87(?:08[0-589]|15[0-79]|28[0-4]|31[1-9])\\d{4}|87(?:[02][0-79]|1[0-46-9]|3[02-9]|[4-9]\\d)\\d{5}",[9]],["860\\d{6}",[9]]]],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0",0,0,0,0,0,[["21[1-8]\\d{6}"],["(?:7[679]|9[5-8])\\d{7}"],["800\\d{6}"],0,0,0,0,0,["63\\d{7}"]]],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:(?:3\\d|9)\\d|[4-8])|2(?:(?:(?:0(?:2[014]|5)|(?:2[0157]|31|84|9)\\d\\d|[56](?:[14]\\d\\d|20)|7(?:[089]|2[03]|[35]\\d\\d))\\d|4(?:2\\d\\d|8))\\d|1(?:2|[39]\\d{4}))|3(?:(?:123|(?:29\\d|92)\\d)\\d\\d|7(?:[19]|[56]\\d))|5(?:0|1[2-478]|26|[37]2|4(?:2\\d{3}|83)|5(?:25\\d\\d|[78])|[689]\\d)|6(?:(?:[16-8]21|28|52[013])\\d\\d|[39])|8(?:[1349]28|523)\\d\\d)\\d{3}|(?:4\\d\\d|9[2-9])\\d{4,5}|(?:(?:2(?:(?:(?:0|8[146])\\d|7[1-7])\\d|2(?:[278]\\d|92)|58(?:2\\d|3))|3(?:[26]|9\\d{3})|5(?:4\\d|5)\\d\\d)\\d|6(?:(?:(?:[0-246]|[78]\\d)\\d|37)\\d|5[2-8]))\\d\\d|(?:2(?:[569]\\d|8[2-57-9])|3(?:[013-59]\\d|8[37])|6[89]8)\\d{3}"],["7(?:[178]\\d|3[1-9])\\d{6}",[9]],["80(?:[01]\\d|20|8[0-8])\\d{3}",[7]],0,0,0,0,0,["86(?:1[12]|22|30|44|55|77|8[368])\\d{6}",[10]]]]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"[0-36-9]\\d{8}",[9],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-36-9]"]]],0,0,0,0,0,0,[0,["[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["4"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[19]"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["34[57]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-3]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]],883:["883",0,"(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?",[9,10,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[35]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function Te(e,t){var n=Array.prototype.slice.call(t);return n.push(Ee),e.apply(this,n)}function _e(e){return _e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_e(e)}function Fe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Oe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw i}}return o}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ne(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ne(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ne(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);na)return 1;if(a>o)return-1;if(!isNaN(o)&&isNaN(a))return 1;if(isNaN(o)&&!isNaN(a))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]=2&&vt.test(e)}var kt=new RegExp("(?:"+gt()+")$","i");var Ct={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function It(e){return Ct[e]}function wt(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return St(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return St(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function St(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Et(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);na?"TOO_SHORT":i[i.length-1]=0?"IS_POSSIBLE":"INVALID_LENGTH"}function Ft(e,t){return"IS_POSSIBLE"===Tt(e,t)}function Ot(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw i}}return o}(e,t)||Pt(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pt(e,t){if(e){if("string"==typeof e)return Nt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Nt(e,t):void 0}}function Nt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}((e=e.replace(/^tel:/,"tel=")).split(";"));!(r=i()).done;){var o=Ot(r.value.split("="),2),a=o[0],s=o[1];switch(a){case"tel":t=s;break;case"ext":n=s;break;case"phone-context":"+"===s[0]&&(t=s+t)}}if(!bt(t))return{};var c={number:t};return n&&(c.ext=n),c}function Mt(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function Rt(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Lt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lt(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Lt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function qt(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0){var o=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(0!==t.search(o))continue}if(Mt(t,i.pattern()))return i}}(r.formats(),e);return o?Gt(e,o,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!o.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!i||!1!==i.nationalPrefix,carrierCode:t,metadata:r}):e}function Jt(e,t,n,r){return t?r(e,t,n):e}function en(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function tn(e){for(var t=1;t0&&r[s];if(t.nationalPrefixTransformRule()&&c)i=e.replace(n,t.nationalPrefixTransformRule()),s>1&&(o=r[1]);else{var l=r[0];i=e.slice(l.length),c&&(o=r[1])}if(c){var d=e.indexOf(r[1]);e.slice(0,d)===t.numberingPlan.nationalPrefix()&&(a=t.numberingPlan.nationalPrefix())}else a=r[0];return{nationalNumber:i,nationalPrefix:a,carrierCode:o}}}return{nationalNumber:e}}(e,t),r=n.carrierCode,i=n.nationalNumber;if(i!==e){if(!function(e,t,n){if(Mt(e,n.nationalNumberPattern())&&!Mt(t,n.nationalNumberPattern()))return!1;return!0}(e,i,t))return{nationalNumber:e};if(t.possibleLengths()&&!function(e,t){switch(Tt(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}(i,t))return{nationalNumber:e}}return{nationalNumber:i,carrierCode:r}}function ln(e,t,n,r){if(!e)return{};if("+"!==e[0]){var i=function(e,t,n,r){if(t){var i=new nt(r);i.selectNumberingPlan(t,n);var o=new RegExp(i.IDDPrefix());if(0===e.search(o)){var a=(e=e.slice(e.match(o)[0].length)).match(sn);if(!(a&&null!=a[1]&&a[1].length>0&&"0"===a[1]))return e}}}(e,t,n,r);if(!i||i===e){if(t||n){var o=function(e,t,n,r){var i=t?dt(t,r):n;if(0===e.indexOf(i)){(r=new nt(r)).selectNumberingPlan(t,n);var o=e.slice(i.length),a=cn(o,r).nationalNumber,s=cn(e,r).nationalNumber;if(!Mt(s,r.nationalNumberPattern())&&Mt(a,r.nationalNumberPattern())||"TOO_LONG"===Tt(s,r))return{countryCallingCode:i,number:o}}return{number:e}}(e,t,n,r),a=o.countryCallingCode,s=o.number;if(a)return{countryCallingCode:a,number:s}}return{number:e}}e="+"+i}if("0"===e[1])return{};r=new nt(r);for(var c=2;c-1<=3&&c<=e.length;){var l=e.slice(1,c);if(r.hasCallingCode(l))return r.selectNumberingPlan(l),{countryCallingCode:l,number:e.slice(c)};c++}return{}}function dn(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return pn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return pn(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function pn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n250){if(n)throw new Ke("TOO_LONG");return}if(!1===t)return e;var r=e.search(gn);if(r<0)return;return e.slice(r).replace(hn,"")}(e,n,t);if(!r)return{};if(!bt(r))return function(e){return ft.test(e)}(r)?{error:"TOO_SHORT"}:{};var i=function(e){var t=e.search(kt);if(t<0)return{};for(var n=e.slice(0,t),r=e.match(kt),i=1;i17){if(t.v2)throw new Ke("TOO_LONG");return{}}if(t.v2){var u=new on(d,l,n.metadata);return c&&(u.country=c),p&&(u.carrierCode=p),o&&(u.ext=o),u}var g=!!(t.extended?n.hasSelectedNumberingPlan():c)&&Mt(l,n.nationalNumberPattern());return t.extended?{country:c,countryCallingCode:d,carrierCode:p,valid:g,possible:!!g||!(!0!==t.extended||!n.possibleLengths()||!Ft(l,n)),phone:l,ext:o}:g?function(e,t,n){var r={country:e,phone:t};n&&(r.ext=n);return r}(c,l,o):{}}function fn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function yn(e){for(var t=1;tLn))},{token:Mn,optional:!0}],target:r["ɵɵFactoryTarget"].Component}),Rn.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:Rn,selector:"cdk-step",inputs:{stepControl:"stepControl",label:"label",errorMessage:"errorMessage",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],state:"state",editable:"editable",optional:"optional",completed:"completed",hasError:"hasError"},outputs:{interactedStream:"interacted"},queries:[{propertyName:"stepLabel",first:!0,predicate:_n,descendants:!0}],viewQueries:[{propertyName:"content",first:!0,predicate:r.TemplateRef,descendants:!0,static:!0}],exportAs:["cdkStep"],usesOnChanges:!0,ngImport:i,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush,encapsulation:r.ViewEncapsulation.None}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Rn,decorators:[{type:r.Component,args:[{selector:"cdk-step",exportAs:"cdkStep",template:"",encapsulation:r.ViewEncapsulation.None,changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[{type:Ln,decorators:[{type:r.Inject,args:[(0,r.forwardRef)((()=>Ln))]}]},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Mn]}]}]},propDecorators:{stepLabel:[{type:r.ContentChild,args:[_n]}],content:[{type:r.ViewChild,args:[r.TemplateRef,{static:!0}]}],stepControl:[{type:r.Input}],interactedStream:[{type:r.Output,args:["interacted"]}],label:[{type:r.Input}],errorMessage:[{type:r.Input}],ariaLabel:[{type:r.Input,args:["aria-label"]}],ariaLabelledby:[{type:r.Input,args:["aria-labelledby"]}],state:[{type:r.Input}],editable:[{type:r.Input}],optional:[{type:r.Input}],completed:[{type:r.Input}],hasError:[{type:r.Input}]}});class Ln{constructor(e,t,n){this._dir=e,this._changeDetectorRef=t,this._elementRef=n,this._destroyed=new a.Subject,this.steps=new r.QueryList,this._sortedHeaders=new r.QueryList,this._linear=!1,this._selectedIndex=0,this.selectionChange=new r.EventEmitter,this._orientation="horizontal",this._groupId=Fn++}get linear(){return this._linear}set linear(e){this._linear=(0,we.Ig)(e)}get selectedIndex(){return this._selectedIndex}set selectedIndex(e){const t=(0,we.su)(e);if(this.steps&&this._steps){if(!this._isValidIndex(t)&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("cdkStepper: Cannot assign out-of-bounds value to `selectedIndex`.");this.selected?._markAsInteracted(),this._selectedIndex!==t&&!this._anyControlsInvalidOrPending(t)&&(t>=this._selectedIndex||this.steps.toArray()[t].editable)&&this._updateSelectedItemIndex(t)}else this._selectedIndex=t}get selected(){return this.steps?this.steps.toArray()[this.selectedIndex]:void 0}set selected(e){this.selectedIndex=e&&this.steps?this.steps.toArray().indexOf(e):-1}get orientation(){return this._orientation}set orientation(e){this._orientation=e,this._keyManager&&this._keyManager.withVerticalOrientation("vertical"===e)}ngAfterContentInit(){this._steps.changes.pipe((0,s.startWith)(this._steps),(0,s.takeUntil)(this._destroyed)).subscribe((e=>{this.steps.reset(e.filter((e=>e._stepper===this))),this.steps.notifyOnChanges()}))}ngAfterViewInit(){this._stepHeader.changes.pipe((0,s.startWith)(this._stepHeader),(0,s.takeUntil)(this._destroyed)).subscribe((e=>{this._sortedHeaders.reset(e.toArray().sort(((e,t)=>e._elementRef.nativeElement.compareDocumentPosition(t._elementRef.nativeElement)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1))),this._sortedHeaders.notifyOnChanges()})),this._keyManager=new xn.Em(this._sortedHeaders).withWrap().withHomeAndEnd().withVerticalOrientation("vertical"===this._orientation),(this._dir?this._dir.change:(0,a.of)()).pipe((0,s.startWith)(this._layoutDirection()),(0,s.takeUntil)(this._destroyed)).subscribe((e=>this._keyManager.withHorizontalOrientation(e))),this._keyManager.updateActiveItem(this._selectedIndex),this.steps.changes.subscribe((()=>{this.selected||(this._selectedIndex=Math.max(this._selectedIndex-1,0))})),this._isValidIndex(this._selectedIndex)||(this._selectedIndex=0)}ngOnDestroy(){this.steps.destroy(),this._sortedHeaders.destroy(),this._destroyed.next(),this._destroyed.complete()}next(){this.selectedIndex=Math.min(this._selectedIndex+1,this.steps.length-1)}previous(){this.selectedIndex=Math.max(this._selectedIndex-1,0)}reset(){this._updateSelectedItemIndex(0),this.steps.forEach((e=>e.reset())),this._stateChanged()}_getStepLabelId(e){return`cdk-step-label-${this._groupId}-${e}`}_getStepContentId(e){return`cdk-step-content-${this._groupId}-${e}`}_stateChanged(){this._changeDetectorRef.markForCheck()}_getAnimationDirection(e){const t=e-this._selectedIndex;return t<0?"rtl"===this._layoutDirection()?"next":"previous":t>0?"rtl"===this._layoutDirection()?"previous":"next":"current"}_getIndicatorType(e,t=On){const n=this.steps.toArray()[e],r=this._isCurrentStep(e);return n._displayDefaultIndicatorType?this._getDefaultIndicatorLogic(n,r):this._getGuidelineLogic(n,r,t)}_getDefaultIndicatorLogic(e,t){return e._showError()&&e.hasError&&!t?An:!e.completed||t?On:e.editable?Pn:Nn}_getGuidelineLogic(e,t,n=On){return e._showError()&&e.hasError&&!t?An:e.completed&&!t?Nn:e.completed&&t?n:e.editable&&t?Pn:n}_isCurrentStep(e){return this._selectedIndex===e}_getFocusIndex(){return this._keyManager?this._keyManager.activeItemIndex:this._selectedIndex}_updateSelectedItemIndex(e){const t=this.steps.toArray();this.selectionChange.emit({selectedIndex:e,previouslySelectedIndex:this._selectedIndex,selectedStep:t[e],previouslySelectedStep:t[this._selectedIndex]}),this._containsFocus()?this._keyManager.setActiveItem(e):this._keyManager.updateActiveItem(e),this._selectedIndex=e,this._stateChanged()}_onKeydown(e){const t=(0,$n.Vb)(e),n=e.keyCode,r=this._keyManager;null==r.activeItemIndex||t||n!==$n.L_&&n!==$n.K5?r.onKeydown(e):(this.selectedIndex=r.activeItemIndex,e.preventDefault())}_anyControlsInvalidOrPending(e){return!!(this._linear&&e>=0)&&this.steps.toArray().slice(0,e).some((e=>{const t=e.stepControl;return(t?t.invalid||t.pending||!e.interacted:!e.completed)&&!e.optional&&!e._completedOverride}))}_layoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_containsFocus(){const e=this._elementRef.nativeElement,t=(0,En.ht)();return e===t||e.contains(t)}_isValidIndex(e){return e>-1&&(!this.steps||e-1?1:1e3;return parseFloat(e)*t}function Qn(e,t){return e.getPropertyValue(t).split(",").map((e=>e.trim()))}function Xn(e){const t=e.getBoundingClientRect();return{top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.width,height:t.height,x:t.x,y:t.y}}function Jn(e,t,n){const{top:r,bottom:i,left:o,right:a}=e;return n>=r&&n<=i&&t>=o&&t<=a}function er(e,t,n){e.top+=t,e.bottom=e.top+e.height,e.left+=n,e.right=e.left+e.width}function tr(e,t,n,r){const{top:i,right:o,bottom:a,left:s,width:c,height:l}=e,d=c*t,p=l*t;return r>i-p&&rs-d&&n{this.positions.set(e,{scrollPosition:{top:e.scrollTop,left:e.scrollLeft},clientRect:Xn(e)})}))}handleScroll(e){const t=(0,En.sA)(e),n=this.positions.get(t);if(!n)return null;const r=n.scrollPosition;let i,o;if(t===this._document){const e=this.getViewportScrollPosition();i=e.top,o=e.left}else i=t.scrollTop,o=t.scrollLeft;const a=r.top-i,s=r.left-o;return this.positions.forEach(((e,n)=>{e.clientRect&&t!==n&&t.contains(n)&&er(e.clientRect,a,s)})),r.top=i,r.left=o,{top:a,left:s}}getViewportScrollPosition(){return{top:window.scrollY,left:window.scrollX}}}function rr(e){const t=e.cloneNode(!0),n=t.querySelectorAll("[id]"),r=e.nodeName.toLowerCase();t.removeAttribute("id");for(let e=0;e{if(this.beforeStarted.next(),this._handles.length){const t=this._getTargetHandle(e);!t||this._disabledHandles.has(t)||this.disabled||this._initializeDragSequence(t,e)}else this.disabled||this._initializeDragSequence(this._rootElement,e)},this._pointerMove=e=>{const t=this._getPointerPositionOnPage(e);if(!this._hasStartedDragging){if(Math.abs(t.x-this._pickupPositionOnPage.x)+Math.abs(t.y-this._pickupPositionOnPage.y)>=this._config.dragStartThreshold){const t=Date.now()>=this._dragStartTime+this._getDragStartDelay(e),n=this._dropContainer;if(!t)return void this._endDragSequence(e);n&&(n.isDragging()||n.isReceiving())||(e.preventDefault(),this._hasStartedDragging=!0,this._ngZone.run((()=>this._startDragSequence(e))))}return}e.preventDefault();const n=this._getConstrainedPointerPosition(t);if(this._hasMoved=!0,this._lastKnownPointerPosition=t,this._updatePointerDirectionDelta(n),this._dropContainer)this._updateActiveDropContainer(n,t);else{const e=this.constrainPosition?this._initialClientRect:this._pickupPositionOnPage,t=this._activeTransform;t.x=n.x-e.x+this._passiveTransform.x,t.y=n.y-e.y+this._passiveTransform.y,this._applyRootElementTransform(t.x,t.y)}this._moveEvents.observers.length&&this._ngZone.run((()=>{this._moveEvents.next({source:this,pointerPosition:n,event:e,distance:this._getDragDistance(n),delta:this._pointerDirectionDelta})}))},this._pointerUp=e=>{this._endDragSequence(e)},this._nativeDragStart=e=>{if(this._handles.length){const t=this._getTargetHandle(e);!t||this._disabledHandles.has(t)||this.disabled||e.preventDefault()}else this.disabled||e.preventDefault()},this.withRootElement(e).withParent(t.parentDragRef||null),this._parentPositions=new nr(n),o.registerDragItem(this)}get disabled(){return this._disabled||!(!this._dropContainer||!this._dropContainer.disabled)}set disabled(e){const t=(0,we.Ig)(e);t!==this._disabled&&(this._disabled=t,this._toggleNativeDragInteractions(),this._handles.forEach((e=>Wn(e,t))))}getPlaceholderElement(){return this._placeholder}getRootElement(){return this._rootElement}getVisibleElement(){return this.isDragging()?this.getPlaceholderElement():this.getRootElement()}withHandles(e){this._handles=e.map((e=>(0,we.fI)(e))),this._handles.forEach((e=>Wn(e,this.disabled))),this._toggleNativeDragInteractions();const t=new Set;return this._disabledHandles.forEach((e=>{this._handles.indexOf(e)>-1&&t.add(e)})),this._disabledHandles=t,this}withPreviewTemplate(e){return this._previewTemplate=e,this}withPlaceholderTemplate(e){return this._placeholderTemplate=e,this}withRootElement(e){const t=(0,we.fI)(e);return t!==this._rootElement&&(this._rootElement&&this._removeRootElementListeners(this._rootElement),this._ngZone.runOutsideAngular((()=>{t.addEventListener("mousedown",this._pointerDown,lr),t.addEventListener("touchstart",this._pointerDown,cr),t.addEventListener("dragstart",this._nativeDragStart,lr)})),this._initialTransform=void 0,this._rootElement=t),"undefined"!=typeof SVGElement&&this._rootElement instanceof SVGElement&&(this._ownerSVGElement=this._rootElement.ownerSVGElement),this}withBoundaryElement(e){return this._boundaryElement=e?(0,we.fI)(e):null,this._resizeSubscription.unsubscribe(),e&&(this._resizeSubscription=this._viewportRuler.change(10).subscribe((()=>this._containInsideBoundaryOnResize()))),this}withParent(e){return this._parentDragRef=e,this}dispose(){this._removeRootElementListeners(this._rootElement),this.isDragging()&&this._rootElement?.remove(),this._anchor?.remove(),this._destroyPreview(),this._destroyPlaceholder(),this._dragDropRegistry.removeDragItem(this),this._removeSubscriptions(),this.beforeStarted.complete(),this.started.complete(),this.released.complete(),this.ended.complete(),this.entered.complete(),this.exited.complete(),this.dropped.complete(),this._moveEvents.complete(),this._handles=[],this._disabledHandles.clear(),this._dropContainer=void 0,this._resizeSubscription.unsubscribe(),this._parentPositions.clear(),this._boundaryElement=this._rootElement=this._ownerSVGElement=this._placeholderTemplate=this._previewTemplate=this._anchor=this._parentDragRef=null}isDragging(){return this._hasStartedDragging&&this._dragDropRegistry.isDragging(this)}reset(){this._rootElement.style.transform=this._initialTransform||"",this._activeTransform={x:0,y:0},this._passiveTransform={x:0,y:0}}disableHandle(e){!this._disabledHandles.has(e)&&this._handles.indexOf(e)>-1&&(this._disabledHandles.add(e),Wn(e,!0))}enableHandle(e){this._disabledHandles.has(e)&&(this._disabledHandles.delete(e),Wn(e,this.disabled))}withDirection(e){return this._direction=e,this}_withDropContainer(e){this._dropContainer=e}getFreeDragPosition(){const e=this.isDragging()?this._activeTransform:this._passiveTransform;return{x:e.x,y:e.y}}setFreeDragPosition(e){return this._activeTransform={x:0,y:0},this._passiveTransform.x=e.x,this._passiveTransform.y=e.y,this._dropContainer||this._applyRootElementTransform(e.x,e.y),this}withPreviewContainer(e){return this._previewContainer=e,this}_sortFromLastPointerPosition(){const e=this._lastKnownPointerPosition;e&&this._dropContainer&&this._updateActiveDropContainer(this._getConstrainedPointerPosition(e),e)}_removeSubscriptions(){this._pointerMoveSubscription.unsubscribe(),this._pointerUpSubscription.unsubscribe(),this._scrollSubscription.unsubscribe()}_destroyPreview(){this._preview?.remove(),this._previewRef?.destroy(),this._preview=this._previewRef=null}_destroyPlaceholder(){this._placeholder?.remove(),this._placeholderRef?.destroy(),this._placeholder=this._placeholderRef=null}_endDragSequence(e){if(this._dragDropRegistry.isDragging(this)&&(this._removeSubscriptions(),this._dragDropRegistry.stopDragging(this),this._toggleNativeDragInteractions(),this._handles&&(this._rootElement.style.webkitTapHighlightColor=this._rootElementTapHighlight),this._hasStartedDragging))if(this.released.next({source:this,event:e}),this._dropContainer)this._dropContainer._stopScrolling(),this._animatePreviewToPlaceholder().then((()=>{this._cleanupDragArtifacts(e),this._cleanupCachedDimensions(),this._dragDropRegistry.stopDragging(this)}));else{this._passiveTransform.x=this._activeTransform.x;const t=this._getPointerPositionOnPage(e);this._passiveTransform.y=this._activeTransform.y,this._ngZone.run((()=>{this.ended.next({source:this,distance:this._getDragDistance(t),dropPoint:t,event:e})})),this._cleanupCachedDimensions(),this._dragDropRegistry.stopDragging(this)}}_startDragSequence(e){hr(e)&&(this._lastTouchEventTime=Date.now()),this._toggleNativeDragInteractions();const t=this._dropContainer;if(t){const n=this._rootElement,r=n.parentNode,i=this._placeholder=this._createPlaceholderElement(),o=this._anchor=this._anchor||this._document.createComment(""),a=this._getShadowRoot();r.insertBefore(o,n),this._initialTransform=n.style.transform||"",this._preview=this._createPreviewElement(),Kn(n,!1,dr),this._document.body.appendChild(r.replaceChild(i,n)),this._getPreviewInsertionPoint(r,a).appendChild(this._preview),this.started.next({source:this,event:e}),t.start(),this._initialContainer=t,this._initialIndex=t.getItemIndex(this)}else this.started.next({source:this,event:e}),this._initialContainer=this._initialIndex=void 0;this._parentPositions.cache(t?t.getScrollableParents():[])}_initializeDragSequence(e,t){this._parentDragRef&&t.stopPropagation();const n=this.isDragging(),r=hr(t),i=!r&&0!==t.button,o=this._rootElement,a=(0,En.sA)(t),s=!r&&this._lastTouchEventTime&&this._lastTouchEventTime+800>Date.now(),c=r?(0,xn.yG)(t):(0,xn.X6)(t);if(a&&a.draggable&&"mousedown"===t.type&&t.preventDefault(),n||i||s||c)return;if(this._handles.length){const e=o.style;this._rootElementTapHighlight=e.webkitTapHighlightColor||"",e.webkitTapHighlightColor="transparent"}this._hasStartedDragging=this._hasMoved=!1,this._removeSubscriptions(),this._initialClientRect=this._rootElement.getBoundingClientRect(),this._pointerMoveSubscription=this._dragDropRegistry.pointerMove.subscribe(this._pointerMove),this._pointerUpSubscription=this._dragDropRegistry.pointerUp.subscribe(this._pointerUp),this._scrollSubscription=this._dragDropRegistry.scrolled(this._getShadowRoot()).subscribe((e=>this._updateOnScroll(e))),this._boundaryElement&&(this._boundaryRect=Xn(this._boundaryElement));const l=this._previewTemplate;this._pickupPositionInElement=l&&l.template&&!l.matchSize?{x:0,y:0}:this._getPointerPositionInElement(this._initialClientRect,e,t);const d=this._pickupPositionOnPage=this._lastKnownPointerPosition=this._getPointerPositionOnPage(t);this._pointerDirectionDelta={x:0,y:0},this._pointerPositionAtLastDirectionChange={x:d.x,y:d.y},this._dragStartTime=Date.now(),this._dragDropRegistry.startDragging(this,t)}_cleanupDragArtifacts(e){Kn(this._rootElement,!0,dr),this._anchor.parentNode.replaceChild(this._rootElement,this._anchor),this._destroyPreview(),this._destroyPlaceholder(),this._initialClientRect=this._boundaryRect=this._previewRect=this._initialTransform=void 0,this._ngZone.run((()=>{const t=this._dropContainer,n=t.getItemIndex(this),r=this._getPointerPositionOnPage(e),i=this._getDragDistance(r),o=t._isOverContainer(r.x,r.y);this.ended.next({source:this,distance:i,dropPoint:r,event:e}),this.dropped.next({item:this,currentIndex:n,previousIndex:this._initialIndex,container:t,previousContainer:this._initialContainer,isPointerOverContainer:o,distance:i,dropPoint:r,event:e}),t.drop(this,n,this._initialIndex,this._initialContainer,o,i,r),this._dropContainer=this._initialContainer}))}_updateActiveDropContainer({x:e,y:t},{x:n,y:r}){let i=this._initialContainer._getSiblingContainerFromPosition(this,e,t);!i&&this._dropContainer!==this._initialContainer&&this._initialContainer._isOverContainer(e,t)&&(i=this._initialContainer),i&&i!==this._dropContainer&&this._ngZone.run((()=>{this.exited.next({item:this,container:this._dropContainer}),this._dropContainer.exit(this),this._dropContainer=i,this._dropContainer.enter(this,e,t,i===this._initialContainer&&i.sortingDisabled?this._initialIndex:void 0),this.entered.next({item:this,container:i,currentIndex:i.getItemIndex(this)})})),this.isDragging()&&(this._dropContainer._startScrollingIfNecessary(n,r),this._dropContainer._sortItem(this,e,t,this._pointerDirectionDelta),this.constrainPosition?this._applyPreviewTransform(e,t):this._applyPreviewTransform(e-this._pickupPositionInElement.x,t-this._pickupPositionInElement.y))}_createPreviewElement(){const e=this._previewTemplate,t=this.previewClass,n=e?e.template:null;let r;if(n&&e){const t=e.matchSize?this._initialClientRect:null,i=e.viewContainer.createEmbeddedView(n,e.context);i.detectChanges(),r=mr(i,this._document),this._previewRef=i,e.matchSize?fr(r,t):r.style.transform=ur(this._pickupPositionOnPage.x,this._pickupPositionOnPage.y)}else r=rr(this._rootElement),fr(r,this._initialClientRect),this._initialTransform&&(r.style.transform=this._initialTransform);return qn(r.style,{"pointer-events":"none",margin:"0",position:"fixed",top:"0",left:"0","z-index":`${this._config.zIndex||1e3}`},dr),Wn(r,!1),r.classList.add("cdk-drag-preview"),r.setAttribute("dir",this._direction),t&&(Array.isArray(t)?t.forEach((e=>r.classList.add(e))):r.classList.add(t)),r}_animatePreviewToPlaceholder(){if(!this._hasMoved)return Promise.resolve();const e=this._placeholder.getBoundingClientRect();this._preview.classList.add("cdk-drag-animating"),this._applyPreviewTransform(e.left,e.top);const t=function(e){const t=getComputedStyle(e),n=Qn(t,"transition-property"),r=n.find((e=>"transform"===e||"all"===e));if(!r)return 0;const i=n.indexOf(r),o=Qn(t,"transition-duration"),a=Qn(t,"transition-delay");return Zn(o[i])+Zn(a[i])}(this._preview);return 0===t?Promise.resolve():this._ngZone.runOutsideAngular((()=>new Promise((e=>{const n=t=>{(!t||(0,En.sA)(t)===this._preview&&"transform"===t.propertyName)&&(this._preview?.removeEventListener("transitionend",n),e(),clearTimeout(r))},r=setTimeout(n,1.5*t);this._preview.addEventListener("transitionend",n)}))))}_createPlaceholderElement(){const e=this._placeholderTemplate,t=e?e.template:null;let n;return t?(this._placeholderRef=e.viewContainer.createEmbeddedView(t,e.context),this._placeholderRef.detectChanges(),n=mr(this._placeholderRef,this._document)):n=rr(this._rootElement),n.style.pointerEvents="none",n.classList.add("cdk-drag-placeholder"),n}_getPointerPositionInElement(e,t,n){const r=t===this._rootElement?null:t,i=r?r.getBoundingClientRect():e,o=hr(n)?n.targetTouches[0]:n,a=this._getViewportScrollPosition(),s=o.pageX-i.left-a.left,c=o.pageY-i.top-a.top;return{x:i.left-e.left+s,y:i.top-e.top+c}}_getPointerPositionOnPage(e){const t=this._getViewportScrollPosition(),n=hr(e)?e.touches[0]||e.changedTouches[0]||{pageX:0,pageY:0}:e,r=n.pageX-t.left,i=n.pageY-t.top;if(this._ownerSVGElement){const e=this._ownerSVGElement.getScreenCTM();if(e){const t=this._ownerSVGElement.createSVGPoint();return t.x=r,t.y=i,t.matrixTransform(e.inverse())}}return{x:r,y:i}}_getConstrainedPointerPosition(e){const t=this._dropContainer?this._dropContainer.lockAxis:null;let{x:n,y:r}=this.constrainPosition?this.constrainPosition(e,this,this._initialClientRect,this._pickupPositionInElement):e;if("x"===this.lockAxis||"x"===t?r=this._pickupPositionOnPage.y:"y"!==this.lockAxis&&"y"!==t||(n=this._pickupPositionOnPage.x),this._boundaryRect){const{x:e,y:t}=this._pickupPositionInElement,i=this._boundaryRect,{width:o,height:a}=this._getPreviewRect(),s=i.top+t,c=i.bottom-(a-t);n=gr(n,i.left+e,i.right-(o-e)),r=gr(r,s,c)}return{x:n,y:r}}_updatePointerDirectionDelta(e){const{x:t,y:n}=e,r=this._pointerDirectionDelta,i=this._pointerPositionAtLastDirectionChange,o=Math.abs(t-i.x),a=Math.abs(n-i.y);return o>this._config.pointerDirectionChangeThreshold&&(r.x=t>i.x?1:-1,i.x=t),a>this._config.pointerDirectionChangeThreshold&&(r.y=n>i.y?1:-1,i.y=n),r}_toggleNativeDragInteractions(){if(!this._rootElement||!this._handles)return;const e=this._handles.length>0||!this.isDragging();e!==this._nativeInteractionsEnabled&&(this._nativeInteractionsEnabled=e,Wn(this._rootElement,e))}_removeRootElementListeners(e){e.removeEventListener("mousedown",this._pointerDown,lr),e.removeEventListener("touchstart",this._pointerDown,cr),e.removeEventListener("dragstart",this._nativeDragStart,lr)}_applyRootElementTransform(e,t){const n=ur(e,t),r=this._rootElement.style;null==this._initialTransform&&(this._initialTransform=r.transform&&"none"!=r.transform?r.transform:""),r.transform=Yn(n,this._initialTransform)}_applyPreviewTransform(e,t){const n=this._previewTemplate?.template?void 0:this._initialTransform,r=ur(e,t);this._preview.style.transform=Yn(r,n)}_getDragDistance(e){const t=this._pickupPositionOnPage;return t?{x:e.x-t.x,y:e.y-t.y}:{x:0,y:0}}_cleanupCachedDimensions(){this._boundaryRect=this._previewRect=void 0,this._parentPositions.clear()}_containInsideBoundaryOnResize(){let{x:e,y:t}=this._passiveTransform;if(0===e&&0===t||this.isDragging()||!this._boundaryElement)return;const n=this._rootElement.getBoundingClientRect(),r=this._boundaryElement.getBoundingClientRect();if(0===r.width&&0===r.height||0===n.width&&0===n.height)return;const i=r.left-n.left,o=n.right-r.right,a=r.top-n.top,s=n.bottom-r.bottom;r.width>n.width?(i>0&&(e+=i),o>0&&(e-=o)):e=0,r.height>n.height?(a>0&&(t+=a),s>0&&(t-=s)):t=0,e===this._passiveTransform.x&&t===this._passiveTransform.y||this.setFreeDragPosition({y:t,x:e})}_getDragStartDelay(e){const t=this.dragStartDelay;return"number"==typeof t?t:hr(e)?t.touch:t?t.mouse:0}_updateOnScroll(e){const t=this._parentPositions.handleScroll(e);if(t){const n=(0,En.sA)(e);this._boundaryRect&&n!==this._boundaryElement&&n.contains(this._boundaryElement)&&er(this._boundaryRect,t.top,t.left),this._pickupPositionOnPage.x+=t.left,this._pickupPositionOnPage.y+=t.top,this._dropContainer||(this._activeTransform.x-=t.left,this._activeTransform.y-=t.top,this._applyRootElementTransform(this._activeTransform.x,this._activeTransform.y))}}_getViewportScrollPosition(){return this._parentPositions.positions.get(this._document)?.scrollPosition||this._parentPositions.getViewportScrollPosition()}_getShadowRoot(){return void 0===this._cachedShadowRoot&&(this._cachedShadowRoot=(0,En.kV)(this._rootElement)),this._cachedShadowRoot}_getPreviewInsertionPoint(e,t){const n=this._previewContainer||"global";if("parent"===n)return e;if("global"===n){const e=this._document;return t||e.fullscreenElement||e.webkitFullscreenElement||e.mozFullScreenElement||e.msFullscreenElement||e.body}return(0,we.fI)(n)}_getPreviewRect(){return this._previewRect&&(this._previewRect.width||this._previewRect.height)||(this._previewRect=this._preview?this._preview.getBoundingClientRect():this._initialClientRect),this._previewRect}_getTargetHandle(e){return this._handles.find((t=>e.target&&(e.target===t||t.contains(e.target))))}}function ur(e,t){return`translate3d(${Math.round(e)}px, ${Math.round(t)}px, 0)`}function gr(e,t,n){return Math.max(t,Math.min(n,e))}function hr(e){return"t"===e.type[0]}function mr(e,t){const n=e.rootNodes;if(1===n.length&&n[0].nodeType===t.ELEMENT_NODE)return n[0];const r=t.createElement("div");return n.forEach((e=>r.appendChild(e))),r}function fr(e,t){e.style.width=`${t.width}px`,e.style.height=`${t.height}px`,e.style.transform=ur(t.left,t.top)}function yr(e,t){return Math.max(0,Math.min(t,e))}class vr{constructor(e,t){this._element=e,this._dragDropRegistry=t,this._itemPositions=[],this.orientation="vertical",this._previousSwap={drag:null,delta:0,overlaps:!1}}start(e){this.withItems(e)}sort(e,t,n,r){const i=this._itemPositions,o=this._getItemIndexFromPointerPosition(e,t,n,r);if(-1===o&&i.length>0)return null;const a="horizontal"===this.orientation,s=i.findIndex((t=>t.drag===e)),c=i[o],l=i[s].clientRect,d=c.clientRect,p=s>o?1:-1,u=this._getItemOffsetPx(l,d,p),g=this._getSiblingOffsetPx(s,i,p),h=i.slice();return function(e,t,n){const r=yr(t,e.length-1),i=yr(n,e.length-1);if(r===i)return;const o=e[r],a=i{if(h[n]===t)return;const r=t.drag===e,i=r?u:g,o=r?e.getPlaceholderElement():t.drag.getRootElement();t.offset+=i,a?(o.style.transform=Yn(`translate3d(${Math.round(t.offset)}px, 0, 0)`,t.initialTransform),er(t.clientRect,0,i)):(o.style.transform=Yn(`translate3d(0, ${Math.round(t.offset)}px, 0)`,t.initialTransform),er(t.clientRect,i,0))})),this._previousSwap.overlaps=Jn(d,t,n),this._previousSwap.drag=c.drag,this._previousSwap.delta=a?r.x:r.y,{previousIndex:s,currentIndex:o}}enter(e,t,n,r){const i=null==r||r<0?this._getItemIndexFromPointerPosition(e,t,n):r,o=this._activeDraggables,a=o.indexOf(e),s=e.getPlaceholderElement();let c=o[i];if(c===e&&(c=o[i+1]),!c&&(null==i||-1===i||i-1&&o.splice(a,1),c&&!this._dragDropRegistry.isDragging(c)){const t=c.getRootElement();t.parentElement.insertBefore(s,t),o.splice(i,0,e)}else(0,we.fI)(this._element).appendChild(s),o.push(e);s.style.transform="",this._cacheItemPositions()}withItems(e){this._activeDraggables=e.slice(),this._cacheItemPositions()}withSortPredicate(e){this._sortPredicate=e}reset(){this._activeDraggables.forEach((e=>{const t=e.getRootElement();if(t){const n=this._itemPositions.find((t=>t.drag===e))?.initialTransform;t.style.transform=n||""}})),this._itemPositions=[],this._activeDraggables=[],this._previousSwap.drag=null,this._previousSwap.delta=0,this._previousSwap.overlaps=!1}getActiveItemsSnapshot(){return this._activeDraggables}getItemIndex(e){return("horizontal"===this.orientation&&"rtl"===this.direction?this._itemPositions.slice().reverse():this._itemPositions).findIndex((t=>t.drag===e))}updateOnScroll(e,t){this._itemPositions.forEach((({clientRect:n})=>{er(n,e,t)})),this._itemPositions.forEach((({drag:e})=>{this._dragDropRegistry.isDragging(e)&&e._sortFromLastPointerPosition()}))}_cacheItemPositions(){const e="horizontal"===this.orientation;this._itemPositions=this._activeDraggables.map((e=>{const t=e.getVisibleElement();return{drag:e,offset:0,initialTransform:t.style.transform||"",clientRect:Xn(t)}})).sort(((t,n)=>e?t.clientRect.left-n.clientRect.left:t.clientRect.top-n.clientRect.top))}_getItemOffsetPx(e,t,n){const r="horizontal"===this.orientation;let i=r?t.left-e.left:t.top-e.top;return-1===n&&(i+=r?t.width-e.width:t.height-e.height),i}_getSiblingOffsetPx(e,t,n){const r="horizontal"===this.orientation,i=t[e].clientRect,o=t[e+-1*n];let a=i[r?"width":"height"]*n;if(o){const e=r?"left":"top",t=r?"right":"bottom";-1===n?a-=o.clientRect[e]-i[t]:a+=i[e]-o.clientRect[t]}return a}_shouldEnterAsFirstChild(e,t){if(!this._activeDraggables.length)return!1;const n=this._itemPositions,r="horizontal"===this.orientation;if(n[0].drag!==this._activeDraggables[0]){const i=n[n.length-1].clientRect;return r?e>=i.right:t>=i.bottom}{const i=n[0].clientRect;return r?e<=i.left:t<=i.top}}_getItemIndexFromPointerPosition(e,t,n,r){const i="horizontal"===this.orientation,o=this._itemPositions.findIndex((({drag:o,clientRect:a})=>{if(o===e)return!1;if(r){const e=i?r.x:r.y;if(o===this._previousSwap.drag&&this._previousSwap.overlaps&&e===this._previousSwap.delta)return!1}return i?t>=Math.floor(a.left)&&t=Math.floor(a.top)&&n!0,this.sortPredicate=()=>!0,this.beforeStarted=new a.Subject,this.entered=new a.Subject,this.exited=new a.Subject,this.dropped=new a.Subject,this.sorted=new a.Subject,this._isDragging=!1,this._draggables=[],this._siblings=[],this._activeSiblings=new Set,this._viewportScrollSubscription=a.Subscription.EMPTY,this._verticalScrollDirection=0,this._horizontalScrollDirection=0,this._stopScrollTimers=new a.Subject,this._cachedShadowRoot=null,this._startScrollInterval=()=>{this._stopScrolling(),(0,a.interval)(0,a.animationFrameScheduler).pipe((0,s.takeUntil)(this._stopScrollTimers)).subscribe((()=>{const e=this._scrollNode,t=this.autoScrollStep;1===this._verticalScrollDirection?e.scrollBy(0,-t):2===this._verticalScrollDirection&&e.scrollBy(0,t),1===this._horizontalScrollDirection?e.scrollBy(-t,0):2===this._horizontalScrollDirection&&e.scrollBy(t,0)}))},this.element=(0,we.fI)(e),this._document=n,this.withScrollableParents([this.element]),t.registerDropContainer(this),this._parentPositions=new nr(n),this._sortStrategy=new vr(this.element,t),this._sortStrategy.withSortPredicate(((e,t)=>this.sortPredicate(e,t,this)))}dispose(){this._stopScrolling(),this._stopScrollTimers.complete(),this._viewportScrollSubscription.unsubscribe(),this.beforeStarted.complete(),this.entered.complete(),this.exited.complete(),this.dropped.complete(),this.sorted.complete(),this._activeSiblings.clear(),this._scrollNode=null,this._parentPositions.clear(),this._dragDropRegistry.removeDropContainer(this)}isDragging(){return this._isDragging}start(){this._draggingStarted(),this._notifyReceivingSiblings()}enter(e,t,n,r){this._draggingStarted(),null==r&&this.sortingDisabled&&(r=this._draggables.indexOf(e)),this._sortStrategy.enter(e,t,n,r),this._cacheParentPositions(),this._notifyReceivingSiblings(),this.entered.next({item:e,container:this,currentIndex:this.getItemIndex(e)})}exit(e){this._reset(),this.exited.next({item:e,container:this})}drop(e,t,n,r,i,o,a,s={}){this._reset(),this.dropped.next({item:e,currentIndex:t,previousIndex:n,container:this,previousContainer:r,isPointerOverContainer:i,distance:o,dropPoint:a,event:s})}withItems(e){const t=this._draggables;if(this._draggables=e,e.forEach((e=>e._withDropContainer(this))),this.isDragging()){t.filter((e=>e.isDragging())).every((t=>-1===e.indexOf(t)))?this._reset():this._sortStrategy.withItems(this._draggables)}return this}withDirection(e){return this._sortStrategy.direction=e,this}connectedTo(e){return this._siblings=e.slice(),this}withOrientation(e){return this._sortStrategy.orientation=e,this}withScrollableParents(e){const t=(0,we.fI)(this.element);return this._scrollableElements=-1===e.indexOf(t)?[t,...e]:e.slice(),this}getScrollableParents(){return this._scrollableElements}getItemIndex(e){return this._isDragging?this._sortStrategy.getItemIndex(e):this._draggables.indexOf(e)}isReceiving(){return this._activeSiblings.size>0}_sortItem(e,t,n,r){if(this.sortingDisabled||!this._clientRect||!tr(this._clientRect,.05,t,n))return;const i=this._sortStrategy.sort(e,t,n,r);i&&this.sorted.next({previousIndex:i.previousIndex,currentIndex:i.currentIndex,container:this,item:e})}_startScrollingIfNecessary(e,t){if(this.autoScrollDisabled)return;let n,r=0,i=0;if(this._parentPositions.positions.forEach(((o,a)=>{a!==this._document&&o.clientRect&&!n&&tr(o.clientRect,.05,e,t)&&([r,i]=function(e,t,n,r){const i=kr(t,r),o=Cr(t,n);let a=0,s=0;if(i){const t=e.scrollTop;1===i?t>0&&(a=1):e.scrollHeight-t>e.clientHeight&&(a=2)}if(o){const t=e.scrollLeft;1===o?t>0&&(s=1):e.scrollWidth-t>e.clientWidth&&(s=2)}return[a,s]}(a,o.clientRect,e,t),(r||i)&&(n=a))})),!r&&!i){const{width:o,height:a}=this._viewportRuler.getViewportSize(),s={width:o,height:a,top:0,right:o,bottom:a,left:0};r=kr(s,t),i=Cr(s,e),n=window}!n||r===this._verticalScrollDirection&&i===this._horizontalScrollDirection&&n===this._scrollNode||(this._verticalScrollDirection=r,this._horizontalScrollDirection=i,this._scrollNode=n,(r||i)&&n?this._ngZone.runOutsideAngular(this._startScrollInterval):this._stopScrolling())}_stopScrolling(){this._stopScrollTimers.next()}_draggingStarted(){const e=(0,we.fI)(this.element).style;this.beforeStarted.next(),this._isDragging=!0,this._initialScrollSnap=e.msScrollSnapType||e.scrollSnapType||"",e.scrollSnapType=e.msScrollSnapType="none",this._sortStrategy.start(this._draggables),this._cacheParentPositions(),this._viewportScrollSubscription.unsubscribe(),this._listenToScrollEvents()}_cacheParentPositions(){const e=(0,we.fI)(this.element);this._parentPositions.cache(this._scrollableElements),this._clientRect=this._parentPositions.positions.get(e).clientRect}_reset(){this._isDragging=!1;const e=(0,we.fI)(this.element).style;e.scrollSnapType=e.msScrollSnapType=this._initialScrollSnap,this._siblings.forEach((e=>e._stopReceiving(this))),this._sortStrategy.reset(),this._stopScrolling(),this._viewportScrollSubscription.unsubscribe(),this._parentPositions.clear()}_isOverContainer(e,t){return null!=this._clientRect&&Jn(this._clientRect,e,t)}_getSiblingContainerFromPosition(e,t,n){return this._siblings.find((r=>r._canReceive(e,t,n)))}_canReceive(e,t,n){if(!this._clientRect||!Jn(this._clientRect,t,n)||!this.enterPredicate(e,this))return!1;const r=this._getShadowRoot().elementFromPoint(t,n);if(!r)return!1;const i=(0,we.fI)(this.element);return r===i||i.contains(r)}_startReceiving(e,t){const n=this._activeSiblings;!n.has(e)&&t.every((e=>this.enterPredicate(e,this)||this._draggables.indexOf(e)>-1))&&(n.add(e),this._cacheParentPositions(),this._listenToScrollEvents())}_stopReceiving(e){this._activeSiblings.delete(e),this._viewportScrollSubscription.unsubscribe()}_listenToScrollEvents(){this._viewportScrollSubscription=this._dragDropRegistry.scrolled(this._getShadowRoot()).subscribe((e=>{if(this.isDragging()){const t=this._parentPositions.handleScroll(e);t&&this._sortStrategy.updateOnScroll(t.top,t.left)}else this.isReceiving()&&this._cacheParentPositions()}))}_getShadowRoot(){if(!this._cachedShadowRoot){const e=(0,En.kV)((0,we.fI)(this.element));this._cachedShadowRoot=e||this._document}return this._cachedShadowRoot}_notifyReceivingSiblings(){const e=this._sortStrategy.getActiveItemsSnapshot().filter((e=>e.isDragging()));this._siblings.forEach((t=>t._startReceiving(this,e)))}}function kr(e,t){const{top:n,bottom:r,height:i}=e,o=.05*i;return t>=n-o&&t<=n+o?1:t>=r-o&&t<=r+o?2:0}function Cr(e,t){const{left:n,right:r,width:i}=e,o=.05*i;return t>=n-o&&t<=n+o?1:t>=r-o&&t<=r+o?2:0}const Ir=(0,En.i$)({passive:!1,capture:!0});class wr{constructor(e,t){this._ngZone=e,this._dropInstances=new Set,this._dragInstances=new Set,this._activeDragInstances=[],this._globalListeners=new Map,this._draggingPredicate=e=>e.isDragging(),this.pointerMove=new a.Subject,this.pointerUp=new a.Subject,this.scroll=new a.Subject,this._preventDefaultWhileDragging=e=>{this._activeDragInstances.length>0&&e.preventDefault()},this._persistentTouchmoveListener=e=>{this._activeDragInstances.length>0&&(this._activeDragInstances.some(this._draggingPredicate)&&e.preventDefault(),this.pointerMove.next(e))},this._document=t}registerDropContainer(e){this._dropInstances.has(e)||this._dropInstances.add(e)}registerDragItem(e){this._dragInstances.add(e),1===this._dragInstances.size&&this._ngZone.runOutsideAngular((()=>{this._document.addEventListener("touchmove",this._persistentTouchmoveListener,Ir)}))}removeDropContainer(e){this._dropInstances.delete(e)}removeDragItem(e){this._dragInstances.delete(e),this.stopDragging(e),0===this._dragInstances.size&&this._document.removeEventListener("touchmove",this._persistentTouchmoveListener,Ir)}startDragging(e,t){if(!(this._activeDragInstances.indexOf(e)>-1)&&(this._activeDragInstances.push(e),1===this._activeDragInstances.length)){const e=t.type.startsWith("touch");this._globalListeners.set(e?"touchend":"mouseup",{handler:e=>this.pointerUp.next(e),options:!0}).set("scroll",{handler:e=>this.scroll.next(e),options:!0}).set("selectstart",{handler:this._preventDefaultWhileDragging,options:Ir}),e||this._globalListeners.set("mousemove",{handler:e=>this.pointerMove.next(e),options:Ir}),this._ngZone.runOutsideAngular((()=>{this._globalListeners.forEach(((e,t)=>{this._document.addEventListener(t,e.handler,e.options)}))}))}}stopDragging(e){const t=this._activeDragInstances.indexOf(e);t>-1&&(this._activeDragInstances.splice(t,1),0===this._activeDragInstances.length&&this._clearGlobalListeners())}isDragging(e){return this._activeDragInstances.indexOf(e)>-1}scrolled(e){const t=[this.scroll];return e&&e!==this._document&&t.push(new a.Observable((t=>this._ngZone.runOutsideAngular((()=>{const n=e=>{this._activeDragInstances.length&&t.next(e)};return e.addEventListener("scroll",n,true),()=>{e.removeEventListener("scroll",n,true)}}))))),(0,a.merge)(...t)}ngOnDestroy(){this._dragInstances.forEach((e=>this.removeDragItem(e))),this._dropInstances.forEach((e=>this.removeDropContainer(e))),this._clearGlobalListeners(),this.pointerMove.complete(),this.pointerUp.complete()}_clearGlobalListeners(){this._globalListeners.forEach(((e,t)=>{this._document.removeEventListener(t,e.handler,e.options)})),this._globalListeners.clear()}}wr.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:wr,deps:[{token:r.NgZone},{token:u.DOCUMENT}],target:r["ɵɵFactoryTarget"].Injectable}),wr.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:wr,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:wr,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.NgZone},{type:void 0,decorators:[{type:r.Inject,args:[u.DOCUMENT]}]}]}});const Sr={dragStartThreshold:5,pointerDirectionChangeThreshold:5};class xr{constructor(e,t,n,r){this._document=e,this._ngZone=t,this._viewportRuler=n,this._dragDropRegistry=r}createDrag(e,t=Sr){return new pr(e,t,this._document,this._ngZone,this._viewportRuler,this._dragDropRegistry)}createDropList(e){return new br(e,this._dragDropRegistry,this._document,this._ngZone,this._viewportRuler)}}xr.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:xr,deps:[{token:u.DOCUMENT},{token:r.NgZone},{token:p.rL},{token:wr}],target:r["ɵɵFactoryTarget"].Injectable}),xr.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:xr,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:xr,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Inject,args:[u.DOCUMENT]}]},{type:r.NgZone},{type:p.rL},{type:wr}]}});const Dr=new r.InjectionToken("CDK_DRAG_PARENT"),$r=new r.InjectionToken("CdkDropListGroup");class Er{constructor(){this._items=new Set,this._disabled=!1}get disabled(){return this._disabled}set disabled(e){this._disabled=(0,we.Ig)(e)}ngOnDestroy(){this._items.clear()}}Er.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Er,deps:[],target:r["ɵɵFactoryTarget"].Directive}),Er.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Er,selector:"[cdkDropListGroup]",inputs:{disabled:["cdkDropListGroupDisabled","disabled"]},providers:[{provide:$r,useExisting:Er}],exportAs:["cdkDropListGroup"],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Er,decorators:[{type:r.Directive,args:[{selector:"[cdkDropListGroup]",exportAs:"cdkDropListGroup",providers:[{provide:$r,useExisting:Er}]}]}],propDecorators:{disabled:[{type:r.Input,args:["cdkDropListGroupDisabled"]}]}});const Tr=new r.InjectionToken("CDK_DRAG_CONFIG");function _r(e,t){if(1!==e.nodeType)throw Error(`${t} must be attached to an element node. Currently attached to "${e.nodeName}".`)}let Fr=0;const Or=new r.InjectionToken("CdkDropList");class Pr{constructor(e,t,n,i,o,s,c){this.element=e,this._changeDetectorRef=n,this._scrollDispatcher=i,this._dir=o,this._group=s,this._destroyed=new a.Subject,this.connectedTo=[],this.id="cdk-drop-list-"+Fr++,this.enterPredicate=()=>!0,this.sortPredicate=()=>!0,this.dropped=new r.EventEmitter,this.entered=new r.EventEmitter,this.exited=new r.EventEmitter,this.sorted=new r.EventEmitter,this._unsortedItems=new Set,("undefined"==typeof ngDevMode||ngDevMode)&&_r(e.nativeElement,"cdkDropList"),this._dropListRef=t.createDropList(e),this._dropListRef.data=this,c&&this._assignDefaults(c),this._dropListRef.enterPredicate=(e,t)=>this.enterPredicate(e.data,t.data),this._dropListRef.sortPredicate=(e,t,n)=>this.sortPredicate(e,t.data,n.data),this._setupInputSyncSubscription(this._dropListRef),this._handleEvents(this._dropListRef),Pr._dropLists.push(this),s&&s._items.add(this)}get disabled(){return this._disabled||!!this._group&&this._group.disabled}set disabled(e){this._dropListRef.disabled=this._disabled=(0,we.Ig)(e)}addItem(e){this._unsortedItems.add(e),this._dropListRef.isDragging()&&this._syncItemsWithRef()}removeItem(e){this._unsortedItems.delete(e),this._dropListRef.isDragging()&&this._syncItemsWithRef()}getSortedItems(){return Array.from(this._unsortedItems).sort(((e,t)=>e._dragRef.getVisibleElement().compareDocumentPosition(t._dragRef.getVisibleElement())&Node.DOCUMENT_POSITION_FOLLOWING?-1:1))}ngOnDestroy(){const e=Pr._dropLists.indexOf(this);e>-1&&Pr._dropLists.splice(e,1),this._group&&this._group._items.delete(this),this._unsortedItems.clear(),this._dropListRef.dispose(),this._destroyed.next(),this._destroyed.complete()}_setupInputSyncSubscription(e){this._dir&&this._dir.change.pipe((0,s.startWith)(this._dir.value),(0,s.takeUntil)(this._destroyed)).subscribe((t=>e.withDirection(t))),e.beforeStarted.subscribe((()=>{const t=(0,we.Eq)(this.connectedTo).map((e=>{if("string"==typeof e){const t=Pr._dropLists.find((t=>t.id===e));return t||"undefined"!=typeof ngDevMode&&!ngDevMode||console.warn(`CdkDropList could not find connected drop list with id "${e}"`),t}return e}));if(this._group&&this._group._items.forEach((e=>{-1===t.indexOf(e)&&t.push(e)})),!this._scrollableParentsResolved){const e=this._scrollDispatcher.getAncestorScrollContainers(this.element).map((e=>e.getElementRef().nativeElement));this._dropListRef.withScrollableParents(e),this._scrollableParentsResolved=!0}e.disabled=this.disabled,e.lockAxis=this.lockAxis,e.sortingDisabled=(0,we.Ig)(this.sortingDisabled),e.autoScrollDisabled=(0,we.Ig)(this.autoScrollDisabled),e.autoScrollStep=(0,we.su)(this.autoScrollStep,2),e.connectedTo(t.filter((e=>e&&e!==this)).map((e=>e._dropListRef))).withOrientation(this.orientation)}))}_handleEvents(e){e.beforeStarted.subscribe((()=>{this._syncItemsWithRef(),this._changeDetectorRef.markForCheck()})),e.entered.subscribe((e=>{this.entered.emit({container:this,item:e.item.data,currentIndex:e.currentIndex})})),e.exited.subscribe((e=>{this.exited.emit({container:this,item:e.item.data}),this._changeDetectorRef.markForCheck()})),e.sorted.subscribe((e=>{this.sorted.emit({previousIndex:e.previousIndex,currentIndex:e.currentIndex,container:this,item:e.item.data})})),e.dropped.subscribe((e=>{this.dropped.emit({previousIndex:e.previousIndex,currentIndex:e.currentIndex,previousContainer:e.previousContainer.data,container:e.container.data,item:e.item.data,isPointerOverContainer:e.isPointerOverContainer,distance:e.distance,dropPoint:e.dropPoint,event:e.event}),this._changeDetectorRef.markForCheck()}))}_assignDefaults(e){const{lockAxis:t,draggingDisabled:n,sortingDisabled:r,listAutoScrollDisabled:i,listOrientation:o}=e;this.disabled=null!=n&&n,this.sortingDisabled=null!=r&&r,this.autoScrollDisabled=null!=i&&i,this.orientation=o||"vertical",t&&(this.lockAxis=t)}_syncItemsWithRef(){this._dropListRef.withItems(this.getSortedItems().map((e=>e._dragRef)))}}Pr._dropLists=[],Pr.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Pr,deps:[{token:r.ElementRef},{token:xr},{token:r.ChangeDetectorRef},{token:p.mF},{token:Dn.Is,optional:!0},{token:$r,optional:!0,skipSelf:!0},{token:Tr,optional:!0}],target:r["ɵɵFactoryTarget"].Directive}),Pr.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Pr,selector:"[cdkDropList], cdk-drop-list",inputs:{connectedTo:["cdkDropListConnectedTo","connectedTo"],data:["cdkDropListData","data"],orientation:["cdkDropListOrientation","orientation"],id:"id",lockAxis:["cdkDropListLockAxis","lockAxis"],disabled:["cdkDropListDisabled","disabled"],sortingDisabled:["cdkDropListSortingDisabled","sortingDisabled"],enterPredicate:["cdkDropListEnterPredicate","enterPredicate"],sortPredicate:["cdkDropListSortPredicate","sortPredicate"],autoScrollDisabled:["cdkDropListAutoScrollDisabled","autoScrollDisabled"],autoScrollStep:["cdkDropListAutoScrollStep","autoScrollStep"]},outputs:{dropped:"cdkDropListDropped",entered:"cdkDropListEntered",exited:"cdkDropListExited",sorted:"cdkDropListSorted"},host:{properties:{"attr.id":"id","class.cdk-drop-list-disabled":"disabled","class.cdk-drop-list-dragging":"_dropListRef.isDragging()","class.cdk-drop-list-receiving":"_dropListRef.isReceiving()"},classAttribute:"cdk-drop-list"},providers:[{provide:$r,useValue:void 0},{provide:Or,useExisting:Pr}],exportAs:["cdkDropList"],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Pr,decorators:[{type:r.Directive,args:[{selector:"[cdkDropList], cdk-drop-list",exportAs:"cdkDropList",providers:[{provide:$r,useValue:void 0},{provide:Or,useExisting:Pr}],host:{class:"cdk-drop-list","[attr.id]":"id","[class.cdk-drop-list-disabled]":"disabled","[class.cdk-drop-list-dragging]":"_dropListRef.isDragging()","[class.cdk-drop-list-receiving]":"_dropListRef.isReceiving()"}}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:xr},{type:r.ChangeDetectorRef},{type:p.mF},{type:Dn.Is,decorators:[{type:r.Optional}]},{type:Er,decorators:[{type:r.Optional},{type:r.Inject,args:[$r]},{type:r.SkipSelf}]},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Tr]}]}]},propDecorators:{connectedTo:[{type:r.Input,args:["cdkDropListConnectedTo"]}],data:[{type:r.Input,args:["cdkDropListData"]}],orientation:[{type:r.Input,args:["cdkDropListOrientation"]}],id:[{type:r.Input}],lockAxis:[{type:r.Input,args:["cdkDropListLockAxis"]}],disabled:[{type:r.Input,args:["cdkDropListDisabled"]}],sortingDisabled:[{type:r.Input,args:["cdkDropListSortingDisabled"]}],enterPredicate:[{type:r.Input,args:["cdkDropListEnterPredicate"]}],sortPredicate:[{type:r.Input,args:["cdkDropListSortPredicate"]}],autoScrollDisabled:[{type:r.Input,args:["cdkDropListAutoScrollDisabled"]}],autoScrollStep:[{type:r.Input,args:["cdkDropListAutoScrollStep"]}],dropped:[{type:r.Output,args:["cdkDropListDropped"]}],entered:[{type:r.Output,args:["cdkDropListEntered"]}],exited:[{type:r.Output,args:["cdkDropListExited"]}],sorted:[{type:r.Output,args:["cdkDropListSorted"]}]}});const Nr=new r.InjectionToken("CdkDragHandle");class Ar{constructor(e,t){this.element=e,this._stateChanges=new a.Subject,this._disabled=!1,("undefined"==typeof ngDevMode||ngDevMode)&&_r(e.nativeElement,"cdkDragHandle"),this._parentDrag=t}get disabled(){return this._disabled}set disabled(e){this._disabled=(0,we.Ig)(e),this._stateChanges.next(this)}ngOnDestroy(){this._stateChanges.complete()}}Ar.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Ar,deps:[{token:r.ElementRef},{token:Dr,optional:!0,skipSelf:!0}],target:r["ɵɵFactoryTarget"].Directive}),Ar.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Ar,selector:"[cdkDragHandle]",inputs:{disabled:["cdkDragHandleDisabled","disabled"]},host:{classAttribute:"cdk-drag-handle"},providers:[{provide:Nr,useExisting:Ar}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Ar,decorators:[{type:r.Directive,args:[{selector:"[cdkDragHandle]",host:{class:"cdk-drag-handle"},providers:[{provide:Nr,useExisting:Ar}]}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:void 0,decorators:[{type:r.Inject,args:[Dr]},{type:r.Optional},{type:r.SkipSelf}]}]},propDecorators:{disabled:[{type:r.Input,args:["cdkDragHandleDisabled"]}]}});const Mr=new r.InjectionToken("CdkDragPlaceholder");class Rr{constructor(e){this.templateRef=e}}Rr.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Rr,deps:[{token:r.TemplateRef}],target:r["ɵɵFactoryTarget"].Directive}),Rr.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Rr,selector:"ng-template[cdkDragPlaceholder]",inputs:{data:"data"},providers:[{provide:Mr,useExisting:Rr}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Rr,decorators:[{type:r.Directive,args:[{selector:"ng-template[cdkDragPlaceholder]",providers:[{provide:Mr,useExisting:Rr}]}]}],ctorParameters:function(){return[{type:r.TemplateRef}]},propDecorators:{data:[{type:r.Input}]}});const Lr=new r.InjectionToken("CdkDragPreview");class Vr{constructor(e){this.templateRef=e,this._matchSize=!1}get matchSize(){return this._matchSize}set matchSize(e){this._matchSize=(0,we.Ig)(e)}}Vr.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Vr,deps:[{token:r.TemplateRef}],target:r["ɵɵFactoryTarget"].Directive}),Vr.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Vr,selector:"ng-template[cdkDragPreview]",inputs:{data:"data",matchSize:"matchSize"},providers:[{provide:Lr,useExisting:Vr}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Vr,decorators:[{type:r.Directive,args:[{selector:"ng-template[cdkDragPreview]",providers:[{provide:Lr,useExisting:Vr}]}]}],ctorParameters:function(){return[{type:r.TemplateRef}]},propDecorators:{data:[{type:r.Input}],matchSize:[{type:r.Input}]}});const jr="cdk-drag";class Br{constructor(e,t,n,i,o,c,l,d,p,u,g){this.element=e,this.dropContainer=t,this._ngZone=i,this._viewContainerRef=o,this._dir=l,this._changeDetectorRef=p,this._selfHandle=u,this._parentDrag=g,this._destroyed=new a.Subject,this.started=new r.EventEmitter,this.released=new r.EventEmitter,this.ended=new r.EventEmitter,this.entered=new r.EventEmitter,this.exited=new r.EventEmitter,this.dropped=new r.EventEmitter,this.moved=new a.Observable((e=>{const t=this._dragRef.moved.pipe((0,s.map)((e=>({source:this,pointerPosition:e.pointerPosition,event:e.event,delta:e.delta,distance:e.distance})))).subscribe(e);return()=>{t.unsubscribe()}})),this._dragRef=d.createDrag(e,{dragStartThreshold:c&&null!=c.dragStartThreshold?c.dragStartThreshold:5,pointerDirectionChangeThreshold:c&&null!=c.pointerDirectionChangeThreshold?c.pointerDirectionChangeThreshold:5,zIndex:c?.zIndex}),this._dragRef.data=this,Br._dragInstances.push(this),c&&this._assignDefaults(c),t&&(this._dragRef._withDropContainer(t._dropListRef),t.addItem(this)),this._syncInputs(this._dragRef),this._handleEvents(this._dragRef)}get disabled(){return this._disabled||this.dropContainer&&this.dropContainer.disabled}set disabled(e){this._disabled=(0,we.Ig)(e),this._dragRef.disabled=this._disabled}getPlaceholderElement(){return this._dragRef.getPlaceholderElement()}getRootElement(){return this._dragRef.getRootElement()}reset(){this._dragRef.reset()}getFreeDragPosition(){return this._dragRef.getFreeDragPosition()}setFreeDragPosition(e){this._dragRef.setFreeDragPosition(e)}ngAfterViewInit(){this._ngZone.runOutsideAngular((()=>{this._ngZone.onStable.pipe((0,s.take)(1),(0,s.takeUntil)(this._destroyed)).subscribe((()=>{this._updateRootElement(),this._setupHandlesListener(),this.freeDragPosition&&this._dragRef.setFreeDragPosition(this.freeDragPosition)}))}))}ngOnChanges(e){const t=e.rootElementSelector,n=e.freeDragPosition;t&&!t.firstChange&&this._updateRootElement(),n&&!n.firstChange&&this.freeDragPosition&&this._dragRef.setFreeDragPosition(this.freeDragPosition)}ngOnDestroy(){this.dropContainer&&this.dropContainer.removeItem(this);const e=Br._dragInstances.indexOf(this);e>-1&&Br._dragInstances.splice(e,1),this._ngZone.runOutsideAngular((()=>{this._destroyed.next(),this._destroyed.complete(),this._dragRef.dispose()}))}_updateRootElement(){const e=this.element.nativeElement;let t=e;this.rootElementSelector&&(t=void 0!==e.closest?e.closest(this.rootElementSelector):e.parentElement?.closest(this.rootElementSelector)),t&&("undefined"==typeof ngDevMode||ngDevMode)&&_r(t,"cdkDrag"),this._dragRef.withRootElement(t||e)}_getBoundaryElement(){const e=this.boundaryElement;return e?"string"==typeof e?this.element.nativeElement.closest(e):(0,we.fI)(e):null}_syncInputs(e){e.beforeStarted.subscribe((()=>{if(!e.isDragging()){const t=this._dir,n=this.dragStartDelay,r=this._placeholderTemplate?{template:this._placeholderTemplate.templateRef,context:this._placeholderTemplate.data,viewContainer:this._viewContainerRef}:null,i=this._previewTemplate?{template:this._previewTemplate.templateRef,context:this._previewTemplate.data,matchSize:this._previewTemplate.matchSize,viewContainer:this._viewContainerRef}:null;e.disabled=this.disabled,e.lockAxis=this.lockAxis,e.dragStartDelay="object"==typeof n&&n?n:(0,we.su)(n),e.constrainPosition=this.constrainPosition,e.previewClass=this.previewClass,e.withBoundaryElement(this._getBoundaryElement()).withPlaceholderTemplate(r).withPreviewTemplate(i).withPreviewContainer(this.previewContainer||"global"),t&&e.withDirection(t.value)}})),e.beforeStarted.pipe((0,s.take)(1)).subscribe((()=>{if(this._parentDrag)return void e.withParent(this._parentDrag._dragRef);let t=this.element.nativeElement.parentElement;for(;t;){if(t.classList.contains(jr)){e.withParent(Br._dragInstances.find((e=>e.element.nativeElement===t))?._dragRef||null);break}t=t.parentElement}}))}_handleEvents(e){e.started.subscribe((e=>{this.started.emit({source:this,event:e.event}),this._changeDetectorRef.markForCheck()})),e.released.subscribe((e=>{this.released.emit({source:this,event:e.event})})),e.ended.subscribe((e=>{this.ended.emit({source:this,distance:e.distance,dropPoint:e.dropPoint,event:e.event}),this._changeDetectorRef.markForCheck()})),e.entered.subscribe((e=>{this.entered.emit({container:e.container.data,item:this,currentIndex:e.currentIndex})})),e.exited.subscribe((e=>{this.exited.emit({container:e.container.data,item:this})})),e.dropped.subscribe((e=>{this.dropped.emit({previousIndex:e.previousIndex,currentIndex:e.currentIndex,previousContainer:e.previousContainer.data,container:e.container.data,isPointerOverContainer:e.isPointerOverContainer,item:this,distance:e.distance,dropPoint:e.dropPoint,event:e.event})}))}_assignDefaults(e){const{lockAxis:t,dragStartDelay:n,constrainPosition:r,previewClass:i,boundaryElement:o,draggingDisabled:a,rootElementSelector:s,previewContainer:c}=e;this.disabled=null!=a&&a,this.dragStartDelay=n||0,t&&(this.lockAxis=t),r&&(this.constrainPosition=r),i&&(this.previewClass=i),o&&(this.boundaryElement=o),s&&(this.rootElementSelector=s),c&&(this.previewContainer=c)}_setupHandlesListener(){this._handles.changes.pipe((0,s.startWith)(this._handles),(0,s.tap)((e=>{const t=e.filter((e=>e._parentDrag===this)).map((e=>e.element));this._selfHandle&&this.rootElementSelector&&t.push(this.element),this._dragRef.withHandles(t)})),(0,s.switchMap)((e=>(0,a.merge)(...e.map((e=>e._stateChanges.pipe((0,s.startWith)(e))))))),(0,s.takeUntil)(this._destroyed)).subscribe((e=>{const t=this._dragRef,n=e.element.nativeElement;e.disabled?t.disableHandle(n):t.enableHandle(n)}))}}Br._dragInstances=[],Br.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Br,deps:[{token:r.ElementRef},{token:Or,optional:!0,skipSelf:!0},{token:u.DOCUMENT},{token:r.NgZone},{token:r.ViewContainerRef},{token:Tr,optional:!0},{token:Dn.Is,optional:!0},{token:xr},{token:r.ChangeDetectorRef},{token:Nr,optional:!0,self:!0},{token:Dr,optional:!0,skipSelf:!0}],target:r["ɵɵFactoryTarget"].Directive}),Br.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Br,selector:"[cdkDrag]",inputs:{data:["cdkDragData","data"],lockAxis:["cdkDragLockAxis","lockAxis"],rootElementSelector:["cdkDragRootElement","rootElementSelector"],boundaryElement:["cdkDragBoundary","boundaryElement"],dragStartDelay:["cdkDragStartDelay","dragStartDelay"],freeDragPosition:["cdkDragFreeDragPosition","freeDragPosition"],disabled:["cdkDragDisabled","disabled"],constrainPosition:["cdkDragConstrainPosition","constrainPosition"],previewClass:["cdkDragPreviewClass","previewClass"],previewContainer:["cdkDragPreviewContainer","previewContainer"]},outputs:{started:"cdkDragStarted",released:"cdkDragReleased",ended:"cdkDragEnded",entered:"cdkDragEntered",exited:"cdkDragExited",dropped:"cdkDragDropped",moved:"cdkDragMoved"},host:{properties:{"class.cdk-drag-disabled":"disabled","class.cdk-drag-dragging":"_dragRef.isDragging()"},classAttribute:"cdk-drag"},providers:[{provide:Dr,useExisting:Br}],queries:[{propertyName:"_previewTemplate",first:!0,predicate:Lr,descendants:!0},{propertyName:"_placeholderTemplate",first:!0,predicate:Mr,descendants:!0},{propertyName:"_handles",predicate:Nr,descendants:!0}],exportAs:["cdkDrag"],usesOnChanges:!0,ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Br,decorators:[{type:r.Directive,args:[{selector:"[cdkDrag]",exportAs:"cdkDrag",host:{class:jr,"[class.cdk-drag-disabled]":"disabled","[class.cdk-drag-dragging]":"_dragRef.isDragging()"},providers:[{provide:Dr,useExisting:Br}]}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:void 0,decorators:[{type:r.Inject,args:[Or]},{type:r.Optional},{type:r.SkipSelf}]},{type:void 0,decorators:[{type:r.Inject,args:[u.DOCUMENT]}]},{type:r.NgZone},{type:r.ViewContainerRef},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Tr]}]},{type:Dn.Is,decorators:[{type:r.Optional}]},{type:xr},{type:r.ChangeDetectorRef},{type:Ar,decorators:[{type:r.Optional},{type:r.Self},{type:r.Inject,args:[Nr]}]},{type:Br,decorators:[{type:r.Optional},{type:r.SkipSelf},{type:r.Inject,args:[Dr]}]}]},propDecorators:{_handles:[{type:r.ContentChildren,args:[Nr,{descendants:!0}]}],_previewTemplate:[{type:r.ContentChild,args:[Lr]}],_placeholderTemplate:[{type:r.ContentChild,args:[Mr]}],data:[{type:r.Input,args:["cdkDragData"]}],lockAxis:[{type:r.Input,args:["cdkDragLockAxis"]}],rootElementSelector:[{type:r.Input,args:["cdkDragRootElement"]}],boundaryElement:[{type:r.Input,args:["cdkDragBoundary"]}],dragStartDelay:[{type:r.Input,args:["cdkDragStartDelay"]}],freeDragPosition:[{type:r.Input,args:["cdkDragFreeDragPosition"]}],disabled:[{type:r.Input,args:["cdkDragDisabled"]}],constrainPosition:[{type:r.Input,args:["cdkDragConstrainPosition"]}],previewClass:[{type:r.Input,args:["cdkDragPreviewClass"]}],previewContainer:[{type:r.Input,args:["cdkDragPreviewContainer"]}],started:[{type:r.Output,args:["cdkDragStarted"]}],released:[{type:r.Output,args:["cdkDragReleased"]}],ended:[{type:r.Output,args:["cdkDragEnded"]}],entered:[{type:r.Output,args:["cdkDragEntered"]}],exited:[{type:r.Output,args:["cdkDragExited"]}],dropped:[{type:r.Output,args:["cdkDragDropped"]}],moved:[{type:r.Output,args:["cdkDragMoved"]}]}});class Ur{}Ur.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Ur,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Ur.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:i,type:Ur,declarations:[Pr,Er,Br,Ar,Vr,Rr],exports:[p.ZD,Pr,Er,Br,Ar,Vr,Rr]}),Ur.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Ur,providers:[xr],imports:[p.ZD]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:i,type:Ur,decorators:[{type:r.NgModule,args:[{declarations:[Pr,Er,Br,Ar,Vr,Rr],exports:[p.ZD,Pr,Er,Br,Ar,Vr,Rr],providers:[xr]}]}]});var Gr,zr,Hr,qr,Wr,Kr,Yr,Zr,Qr=n(15813),Xr=n(93342),Jr=n(61782);function ei(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=Si(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function ti(e){return ti="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ti(e)}function ni(){return ni="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var r=ri(e,t);if(r){var i=Object.getOwnPropertyDescriptor(r,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},ni.apply(this,arguments)}function ri(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=vi(e)););return e}function ii(e,t){return ai(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],c=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(e){l=!0,i=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||Si(e,t)||oi()}function oi(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ai(e){if(Array.isArray(e))return e}function si(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ci(e){for(var t=1;t=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var s=n.call(o,"catchLoc"),c=n.call(o,"finallyLoc");if(s&&c){if(this.prev=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),S(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;S(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:D(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),p}},e}function pi(e,t,n,r,i,o,a){try{var s=e[o](a),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,i)}function ui(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var o=e.apply(t,n);function a(e){pi(o,r,i,a,s,"next",e)}function s(e){pi(o,r,i,a,s,"throw",e)}a(void 0)}))}}function gi(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&hi(e,t)}function hi(e,t){return hi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},hi(e,t)}function mi(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=vi(e);if(t){var i=vi(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return fi(this,n)}}function fi(e,t){if(t&&("object"===ti(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return yi(e)}function yi(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vi(e){return vi=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},vi(e)}function bi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ki(e,t){for(var n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n2&&void 0!==arguments[2])||arguments[2];return!Array.isArray(e)||e.length<1?(0,a.of)([]):(0,a.defer)((function(){var r=_i(e).map((function(e){return Pi(Array.isArray(e)?e:e&&(0,c.isFunction)(e.get)?e.get(Mi(t)):[e],n)}));return a.combineLatest.apply(void 0,wi(r))})).pipe((0,s.map)((function(e){var t;return Oi((t=[]).concat.apply(t,wi(e)))})),(0,s.map)((function(e){return(0,c.uniq)(e)})))}function _i(e){return(0,c.flatten)(e.map((function(e){return(0,c.isFunction)(e)?e():[e]})))}function Fi(e){var t=e.pipe((0,s.map)((function(e){return wi(e)})));return{get:function(){return t}}}function Oi(e){return(0,c.sortBy)(e,"priority")}function Pi(e,t){var n;if(!e)return(0,a.of)([]);if(n=Ai(e),t){var r=n.pipe((0,s.startWith)([]));n=(0,a.race)(n,r)}return n.pipe((0,s.map)((function(e){return(Array.isArray(e)?e:[e]).filter((function(e){return!!e}))})))}function Ni(e){return!!e&&"function"==typeof e.then}function Ai(e){return(0,a.isObservable)(e)?e:Ni(e)?(0,a.from)(e):(0,a.of)(e)}function Mi(e){if(e&&e.routerState&&e.routerState.root){for(var t=e.routerState.root;t.firstChild;)t=t.firstChild;return t}}var Ri=function(){function e(){bi(this,e)}return Ci(e,[{key:"map",value:function(e){return this.state$.pipe((0,s.map)(e),(0,s.distinctUntilChanged)())}},{key:"emitNewState",value:function(){this.state$.next(this.state)}}]),e}(),Li=new r.InjectionToken("ActionBarFactory"),Vi=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this)).injector=e,i.factories=[],i.refreshTrigger=new a.Subject,i.state$=new a.BehaviorSubject(new Set),i.items$=$i(r,i.refreshTrigger,[function(){return i.injector.get(Li,[])},function(){return i.factories},Fi(i.state$)]).pipe((0,s.map)((function(e){var t=(0,c.groupBy)(e,"groupId"),n=t.undefined||[],r=Object.keys(t).filter((function(e){return"undefined"!==e})).map((function(e){return t[e][0]}));return[].concat(wi(n),wi(r))})),(0,s.map)((function(e){return Oi(e)})),(0,s.shareReplay)(1)),i}return Ci(n,[{key:"state",get:function(){return this.state$.value}},{key:"refresh",value:function(){this.refreshTrigger.next()}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}}]),n}(Ri);Vi.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vi,deps:[{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),Vi.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vi,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vi,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router}]}});var ji=function(){function e(t){bi(this,e),this.actionBarService=t,this.placement="left",this.priority=0,this.itemClass=""}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.viewInitTimeout=setTimeout((function(){return e.actionBarService.add(e)}))}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.actionBarService.remove(this)}}]),e}();ji.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ji,deps:[{token:Vi}],target:r["ɵɵFactoryTarget"].Component}),ji.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ji,selector:"c8y-action-bar-item",inputs:{placement:"placement",priority:"priority",itemClass:"itemClass",groupId:"groupId"},viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0}],ngImport:i,template:'\n
  • \n \n
  • \n
    '}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ji,decorators:[{type:r.Component,args:[{selector:"c8y-action-bar-item",template:'\n
  • \n \n
  • \n
    '}]}],ctorParameters:function(){return[{type:Vi}]},propDecorators:{placement:[{type:r.Input}],priority:[{type:r.Input}],itemClass:[{type:r.Input}],groupId:[{type:r.Input}],template:[{type:r.ViewChild,args:["template",{static:!1}]}]}});var Bi=Ci((function e(){bi(this,e)})),Ui=new r.InjectionToken("App options"),Gi=function(e){gi(s,e);var t,n,r,i,o,a=mi(s);function s(e,t,n){var r;return bi(this,s),(r=a.call(this)).systemOptionsService=t,r.tenantOptionService=n,r.setupOptions(e),r}return Ci(s,[{key:"get",value:function(e,t,n){var r=this[e];return void 0===r&&(r=this[(0,c.camelCase)(e)]),n?this.parseOptionRawValue(r,t):void 0!==r?r:t}},{key:"set",value:function(e,t){this[(0,c.camelCase)(e)]=t}},{key:"getSupportUrl",value:(o=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getTenantOption("configuration","system.support.url");case 2:if(t=e.sent,(0,c.isUndefined)(t)&&(t=this.supportUrl),!(0,c.isUndefined)(t)){e.next=13;break}return e.next=7,this.getSystemOption("support","url");case 7:if(e.t1=e.sent,e.t1){e.next=10;break}e.t1=!1;case 10:e.t0=e.t1,e.next=14;break;case 13:e.t0=t;case 14:return this.supportUrl=e.t0,e.abrupt("return",this.supportUrl);case 16:case"end":return e.stop()}}),e,this)}))),function(){return o.apply(this,arguments)})},{key:"getActivateSupportUser",value:(i=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getSystemOption("support-user","enabled",!0);case 2:return t=e.sent,e.abrupt("return",!t);case 4:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"getSystemOption",value:(r=ui(di().mark((function e(t,n,r){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.getOptionFromService(t,n,this.systemOptionsService,r));case 1:case"end":return e.stop()}}),e,this)}))),function(e,t,n){return r.apply(this,arguments)})},{key:"getTenantOption",value:(n=ui(di().mark((function e(t,n,r){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.getOptionFromService(t,n,this.tenantOptionService,r));case 1:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return n.apply(this,arguments)})},{key:"setupOptions",value:function(e){var t=this;e&&(Array.isArray(e)||(e=[e]),e.forEach((function(e){e&&Object.keys(e).forEach((function(n){t[(0,c.camelCase)(n)]=e[n]}))})))}},{key:"getOptionFromService",value:(t=ui(di().mark((function e(t,n,r,i){var o,a;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,r.detail({category:t,key:n});case 3:return o=e.sent,a=o.data,e.abrupt("return",this.parseOptionRawValue(a.value,i));case 8:return e.prev=8,e.t0=e.catch(0),e.abrupt("return",i);case 11:case"end":return e.stop()}}),e,this,[[0,8]])}))),function(e,n,r,i){return t.apply(this,arguments)})},{key:"parseOptionRawValue",value:function(e,t){var n;try{n=JSON.parse(e)}catch(r){n=(0,c.isUndefined)(e)?t:e}return n}}]),s}(Bi);function zi(e,t){return function(n,r,i){var o=i.value;i.value=function(){var n="_".concat(r,"Throttled");return this[n]||(this[n]=(0,c.throttle)(o,e,t)),this[n].apply(this,arguments)}}}Gi.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gi,deps:[{token:Ui,optional:!0},{token:g.SystemOptionsService},{token:g.TenantOptionsService}],target:r["ɵɵFactoryTarget"].Injectable}),Gi.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gi}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gi,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Ui]}]},{type:g.SystemOptionsService},{type:g.TenantOptionsService}]}});var Hi=function(e){gi(p,e);var t,n,i,o,l,d=mi(p);function p(e,t,n,r,i){var o;return bi(this,p),(o=d.call(this)).applicationService=e,o.apiService=t,o.options=n,o.fetchClient=r,o.tenantLoginOptionsService=i,o.state$=new a.BehaviorSubject({app:{name:o.options.name,contextPath:o.getCurrentContextPath()||o.options.contextPath},supportUrl:o.options.supportUrl,lang:o.options.get("defaultLanguage","en"),langs:o.getLangs(),langsDetail:o.options.languages,loginOptions:o.options.loginOptions,activateSupportUserAvailable:void 0,versions:{backend:void 0,ui:o.options.versions||{ngx:void 0}},hidePowered:o.options.hidePowered,isLoading:!1,showRightDrawer:o.options.rightDrawer,loginExtraLink:o.options.get("login_extra_link"),newsletter:o.options.newsletter}),o.currentSupportUserName=new a.BehaviorSubject(null),o.currentUser=new a.BehaviorSubject(null),o.currentTenant=new a.BehaviorSubject(null),o.currentApplication=new a.BehaviorSubject(null),o.currentApplicationConfig=o.currentApplication.pipe((0,s.map)((function(e){return(null==e?void 0:e.config)||null}))),o.apiService.calls.pipe((0,s.filter)((function(e){var t=e.url;return!/notification\/realtime/.test(t)})),(0,s.map)((function(e){return"start"===e.phase?1:-1})),(0,s.scan)((function(e,t){return e+t}),0),(0,s.map)((function(e){return e>0})),(0,s.distinctUntilChanged)()).subscribe((function(e){return o.state.isLoading=e})),o.assignApplicationKeyToDefaultHeaders(),o}return Ci(p,[{key:"assignApplicationKeyToDefaultHeaders",value:function(){(0,r.isDevMode)()||(this.fetchClient.defaultHeaders=ci(ci({},this.fetchClient.defaultHeaders||{}),{},{"X-Cumulocity-Application-Key":this.options.key}))}},{key:"state",get:function(){return this.state$.value}},{key:"getLangs",value:function(){var e=this.options.languages;return e?(0,c.keys)(e).filter((function(t){return e[t]})):[]}},{key:"uiVersion",get:function(){var e=this.state.versions.ui;return e.ngx||e.ng1}},{key:"loadManifest",value:(l=ui(di().mark((function e(){var t,n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.applicationService.detail("".concat(this.state.app.contextPath,"/manifest"));case 3:return t=e.sent.data.application,this.state.app.manifest=t,this.state.app.id=t.id,e.next=8,this.applicationService.detail(t.id);case 8:return n=e.sent,r=n.data,this.currentApplication.next(r),e.next=13,this.loadDefaultOptions();case 13:e.next=18;break;case 15:throw e.prev=15,e.t0=e.catch(0),e.t0;case 18:case"end":return e.stop()}}),e,this,[[0,15]])}))),function(){return l.apply(this,arguments)})},{key:"updateCurrentApplicationConfig",value:(o=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.applicationService.updateApplicationConfig(this.state.app.id,t);case 2:return n=e.sent,this.currentApplication.next(n),e.abrupt("return",n.config);case 5:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"refreshLoginOptions",value:(i=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.tenantLoginOptionsService.listForCurrentTenant();case 2:t=e.sent.data,this.state$.next(ci(ci({},this.state),{},{loginOptions:t}));case 4:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"isApplicationAvailable",value:(n=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.applicationService.listByUser(void 0,{pageSize:100});case 2:return n=e.sent,r=n.data,e.abrupt("return",r.some((function(e){return e.name===t})));case 5:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"setUser",value:function(e){this.currentSupportUserName.next(e.supportUserName||null),this.currentUser.next(e.user)}},{key:"isOwnerOfApplication",value:function(e){e||(e=this.currentApplication.value);var t=this.currentTenant.value,n=(0,c.get)(e,"owner.tenant.id");return t.name===n}},{key:"getCurrentContextPath",value:function(){var e=window.location.pathname.match(/\/apps\/(public\/){0,1}(.+?)(\/|\?|#|$)/);return e&&e[2]}},{key:"loadDefaultOptions",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.options.getSupportUrl();case 2:return this.state.supportUrl=e.sent,e.next=5,this.options.getActivateSupportUser();case 5:return this.state.activateSupportUserAvailable=e.sent,e.next=8,this.options.getSystemOption("system","version");case 8:this.state.versions.backend=e.sent;try{this.showIncompatibleVersionsError()}catch(e){}this.emitNewState();case 11:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"showIncompatibleVersionsError",value:function(){var e=this.state.versions.ui.ngx,t=this.state.versions.backend;if(!(0,be.satisfies)(e,"<=".concat(t," || ~").concat(t))){var n="You are running version ".concat(e," of the UI and version ").concat(t," of backend!");console.log("%c "+n,"font-weight: bold; font-size: 30px; color: red;")}}}]),p}(Ri);Hi.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hi,deps:[{token:g.ApplicationService},{token:x},{token:Gi},{token:g.FetchClient},{token:g.TenantLoginOptionsService}],target:r["ɵɵFactoryTarget"].Injectable}),Hi.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hi}),(0,ve.__decorate)([zi(600,{trailing:!1}),(0,ve.__metadata)("design:type",Function),(0,ve.__metadata)("design:paramtypes",[]),(0,ve.__metadata)("design:returntype",Promise)],Hi.prototype,"refreshLoginOptions",null),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hi,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:g.ApplicationService},{type:x},{type:Gi},{type:g.FetchClient},{type:g.TenantLoginOptionsService}]},propDecorators:{refreshLoginOptions:[]}});var qi=new r.InjectionToken("Languages"),Wi=new r.InjectionToken("Locale path"),Ki=new r.InjectionToken("Pattern Messages"),Yi=function(){function e(t){var n=this;bi(this,e),this.patterns={},this.pipes={absoluteDate:function(e){return(0,u.formatDate)(e,"medium",n.translateService.currentLang)},translate:function(e){return n.translateService.instant(e)}},(0,c.each)(t,(function(e){Object.assign(n.patterns,e)}))}return Ci(e,[{key:"translate",value:function(e){var t=this.translateWithPatterns(e);return t!==e?t:""}},{key:"translateWithPatterns",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.patterns,r=e;return(0,c.each)(n,(function(e,n){var i,o=new RegExp(n,"g");if(o.test(r)){o.test(""),i=o.exec(r);for(var a=function(){var a=ii(i,1)[0],s=(0,c.mapValues)(e.placeholders,(function(e){var r=e.capture||e,i=a.replace(new RegExp(n,"g"),r);return e.translate&&(i=t.translateWithPatterns(i,e.translate)),i}));r=r.replace(a,t.translateWithParams(e,s)),i=o.exec(r)};null!==i;)a()}})),r}},{key:"translateWithParams",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.translateService,r=n.defaultLang,i=n.currentLang,o=n.compiler,a=this.translateService.store.translations[i],s=this.translateService.store.translations[r],c=e.gettext,l=c;a&&(a[c]?l=a[c]:s&&s[c]&&(l=s[c]));for(var d,p=c,u=l,g=ci(ci({},t),{},{noPatternMessages:!0}),h=RegExp("{{\\s*([^\\s]+)\\s*\\|\\s*([^\\s]+)\\s*}}","g");null!==(d=h.exec(c));){var m=d,f=ii(m,3),y=f[0],v=f[1],b=f[2];this.pipes[b]&&(p=p.replace(y,"{{".concat(v,"}}")),u=u.replace(y,"{{".concat(v,"}}")),g[v]=this.pipes[b](t[v]))}return a&&(a[p]=o.compile(u,i)),this.translateService.instant(p,g)}}]),e}();Yi.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yi,deps:[{token:Ki}],target:r["ɵɵFactoryTarget"].Injectable}),Yi.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yi,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yi,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Inject,args:[Ki]}]}]}});var Zi=function(){function e(t,n){bi(this,e),this.parser=t,this.patternMessagesService=n,this.cache={}}return Ci(e,[{key:"handle",value:function(e){var t=e.key,n=e.interpolateParams,r=e.translateService;this.translateService=r;var i=this.getFromCache(t,n);if(!i){var o=this.getPatternMessageTranslation(t,n);i=o||this.parser.interpolate(t,n),this.addToCache(t,n,i)}return i}},{key:"getFromCache",value:function(e,t){var n=this.translateService.currentLang;return(this.cache[n]||{})[this.getCacheKey(e,t)]}},{key:"addToCache",value:function(e,t,n){var r=this.translateService.currentLang;(this.cache[r]=this.cache[r]||{})[this.getCacheKey(e,t)]=n}},{key:"getCacheKey",value:function(e,t){return t?"".concat(e," ").concat(JSON.stringify(t)):e}},{key:"getPatternMessageTranslation",value:function(e,t){if(!t||!t.noPatternMessages)return this.patternMessagesService.translateService||(this.patternMessagesService.translateService=this.translateService),this.patternMessagesService.translate(e)}}]),e}();Zi.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zi,deps:[{token:ye.TranslateParser},{token:Yi}],target:r["ɵɵFactoryTarget"].Injectable}),Zi.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zi}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zi,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:ye.TranslateParser},{type:Yi}]}});var Qi=function(e){return e};function Xi(e){return e}var Ji={updatesList:{capture:"$1",translate:{"status='(.+?)'":{gettext:'status: "{{ status | translate }}"',placeholders:{status:"$1"}},"generalStatus='(.+?)'":{gettext:'general status: "{{ generalStatus | translate }}"',placeholders:{generalStatus:"$1"}},"progress='(.+?)'":{gettext:'progress: "{{ progress }}"',placeholders:{progress:"$1"}},"note=(.+?)":{gettext:'note: "{{ note }}"',placeholders:{note:"$1"}}}}},eo={"^Access is denied$":{gettext:"Access denied."},"^Alarm created$":{gettext:"Alarm created"},"^Alarm updated$":{gettext:"Alarm updated"},"^API is not available with the new domain$":{gettext:"Could not activate custom domain. DNS setup is incorrect."},"^Application with given name already exist$":{gettext:"Application with given name already exists."},"^Application with id (.+?) is already assigned to the tenant (.+?)$":{gettext:'This application is already assigned to tenant "{{tenant}}".',placeholders:{tenant:"$2"}},"^Apply software changes: (.+?)\\.?$":{gettext:"Apply software changes: {{ softwareChanges }}",placeholders:{softwareChanges:{capture:"$1",translate:{'install "(.+?)" \\(version: (.+?)\\)':{gettext:'install "{{ softwareName }}" (version: {{ softwareVersion }})',placeholders:{softwareName:"$1",softwareVersion:"$2"}},'install "([^"]+)"(?! \\(version: .+?\\))':{gettext:'install "{{ softwareName }}"',placeholders:{softwareName:"$1"}},'delete "(.+?)" \\(version: (.+?)\\)':{gettext:'delete "{{ softwareName }}" (version: {{ softwareVersion }})',placeholders:{softwareName:"$1",softwareVersion:"$2"}},'delete "([^"]+)"(?! \\(version: .+?\\))':{gettext:'delete "{{ softwareName }}"',placeholders:{softwareName:"$1"}}}}}},"^Assign device profile (.+?) to device (.+?)$":{gettext:"Assign device profile {{profileName}} to device {{deviceName}}",placeholders:{profileName:"$1",deviceName:"$2"}},"^(.+)pplication for tenant (.+) with properties \\( (.+?) \\) already exists$":{gettext:'Application for tenant "{{tenant}}" with the following values ({{valuesList}}) already exists.',placeholders:{tenant:"$2",valuesList:"$3"}},"^Authentication failed! : User account is locked$":{gettext:"Authentication failed due to: user account is locked."},"^Availability monitoring record$":{gettext:"Availability monitoring record"},"^Can not activate a certificate which is either expired or not yet valid$":{gettext:"Cannot activate a certificate which is either expired or not yet valid."},"^Cannot add certificate - certificate with (.+?) fingerprint already exists. : Certificate with (.+?) fingerprint already exists.":{gettext:"Could not add certificate. Certificate with {{fingerprint}} fingerprint already exists.",placeholders:{fingerprint:"$1"}},"^Cannot change password. : Provided token does not exist.$":{gettext:"Cannot change password: provided token is invalid."},"^Cannot deploy module (.*)$":{gettext:'Cannot deploy module due to error: "{{ errorMessage | translate }}".',placeholders:{errorMessage:"$1"}},"^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) \\[([\\S\\s]+?)\\]$":{gettext:'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": incorrect syntax near "{{incorrectExpression}}" at line {{line}} column {{column}}.',placeholders:{moduleName:"$1",expression:"$3",incorrectExpression:"$4",line:"$5",column:"$6"}},"^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+) near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$":{gettext:'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": incorrect syntax near "{{incorrectExpression}}" at line {{line}} column {{column}} near reserved keyword "{{keyword}}".',placeholders:{moduleName:"$1",expression:"$3",incorrectExpression:"$4",line:"$5",column:"$6",keyword:"$7"}},"^Cannot deploy module (.+?)! : Compilation failed in module '(.+?)' in expression '(.+?)' : Incorrect syntax near '(.+?)' at line (\\d+) column (\\d+), please check the where clause \\[([\\S\\s]+?)\\]$":{gettext:'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": incorrect syntax near "{{incorrectExpression}}" at line {{line}} column {{column}}, check "where" clause.',placeholders:{moduleName:"$1",expression:"$3",incorrectExpression:"$4",line:"$5",column:"$6"}},"^Cannot deploy module (.+?)! : Deployment failed in module '(.+?)' in expression '(.+?)' : Exception compiling script '(.+?)' of dialect '(.+?)': missing (.+?) before statement \\((.+?)\\) \\[([\\S\\s]+?)\\]$":{gettext:'Could not deploy module "{{moduleName}}". Compilation failed in expression "{{expression}}": exception compiling script "{{scriptName}}" of dialect "{{scriptDialect}}": missing "{{missingSyntax}}" before statement "{{affectedStatement}}".',placeholders:{moduleName:"$1",expression:"$3",scriptName:"$4",scriptDialect:"$5",missingSyntax:"$6",affectedStatement:"$7"}},"^Cannot execute bulk operation on empty group. Group with id='(\\d+?)' doesn't have child assets.$":{gettext:'Could not execute bulk operation on an empty group. Group with ID "{{groupId}}" has no child assets.',placeholders:{groupId:"$1"}},"^Cannot execute bulk operation on empty group. DynamicGroup with id='(\\d+?)' doesn't have child assets$":{gettext:'Could not execute bulk operation on an empty group. Smart group with ID "{{groupId}}" has no child assets.',placeholders:{groupId:"$1"}},"^Cannot parse X509 certificate. : Could not parse certificate: (.+?)$":{gettext:"Could not parse X.509 certificate: {{ failureReason | translate }}.",placeholders:{failureReason:"$1"}},"^Cannot reschedule bulk operation. All its operations are successful$":{gettext:"Cannot reschedule bulk operation. All its operations are already successful."},"^Cannot reset user password : Cannot find user with such email.$":{gettext:"Cannot reset password for user with such email: email not found."},"^Cannot update/delete application binary via this endpoint$":{gettext:"Cannot update/delete application binary via this endpoint"},"^Can't delete user because it is used by another managed object$":{gettext:"Cannot delete device with associated device owner because this owner is still assigned to other device(s). Try to remove only the device."},"^Cep module created$":{gettext:"CEP module created"},"^Cep module updated$":{gettext:"CEP module updated"},"^Cep module deleted$":{gettext:"CEP module deleted"},'^Cep module "(.+?)" created$':{gettext:'CEP module "{{name}}" created',placeholders:{name:"$1"}},'^Cep module "(.+?)" updated$':{gettext:'CEP module "{{name}}" updated',placeholders:{name:"$1"}},'^Cep module "(.+?)" deleted$':{gettext:'CEP module "{{name}}" deleted',placeholders:{name:"$1"}},"^Command state is invalid: (.+)$":{gettext:"Command state is invalid: {{violations}}",placeholders:{violations:{capture:"$1",translate:{"(\\w+?) - may not be null":{gettext:'"{{field}}" must not be null',placeholders:{field:"$1"}}}}}},"^Could not connect to endpoint (.+)\\. Could not verify `(.+)` host key with fingerprint `(.+)` for `(.+)` on port (.+)\\. If you expected that key, please remove the previous one from configuration to allow for connection\\.$":{gettext:'Could not connect to endpoint "{{endpointName}}". Could not verify {{keyType}} host key with fingerprint {{fingerprint}} for host {{host}} on port {{port}}. If you expected this key, please remove the previous one from configuration to allow for connection.',placeholders:{endpointName:"$1",keyType:"$2",fingerprint:"$3",host:"$4",port:"$5"}},'^Could not login to ssh server on endpoint "(.+)"\\. Provided credential for user "(.+)" is incorrect\\.$':{gettext:'Could not access SSH server on endpoint "{{endpointName}}". Provided credentials for user "{{userName}}" are incorrect.',placeholders:{endpointName:"$1",userName:"$2"}},"^Could not save object remoteAccessUpdate: (.+)$":{gettext:"{{errorMessages}}",placeholders:{errorMessages:{capture:"$1",translate:{"Could not recognize host-key format":{gettext:'Could not recognize "Host key" format'},"Could not recognize key-pair format":{gettext:'Could not recognize the format of "Public key" or "Private key"'}}}}},"^Could not update user. : Error persisting user (.+?)!$":{gettext:'Could not update user "{{username}}".',placeholders:{username:"$1"}},"^Create bulk operation$":{gettext:"Create bulk operation"},"^Create bulk operation: (.+)$":{gettext:"Create bulk operation: {{updatesList}}",placeholders:Ji},"^Creation ramp must be greater than (\\d+?)$":{gettext:"Bulk operation delay must be greater than {{minSeconds}} seconds.",placeholders:{minSeconds:"$1"}},"^Created container$":{gettext:"Container created."},"^Created pod: (.+)$":{gettext:'Pod "{{imageName}}" created.',placeholders:{imageName:"$1"}},"^Creating device on LoRa platform failed$":{gettext:"Could not create the device in the LoRa platform."},"^CSV file contained empty dataset$":{gettext:"No entries found in uploaded CSV file."},"^Cycle detected for route (.+?)!$":{gettext:"Cycle detected for route {{route}}.",placeholders:{route:"$1"}},"^Data broker processing is currently overloaded and may stop forwarding your data\\. Please contact support\\.$":{gettext:"Data broker processing is currently overloaded and may stop forwarding your data. Please contact support."},"^Data broker processing is not able to connect do destination tenant, thus data forwarding is not working\\. Please contact support\\.$":{gettext:"Data broker processing is not able to connect to destination tenant, thus data forwarding is not working. Please contact support."},"^Delete bulk operation$":{gettext:"Delete bulk operation"},"^Delete bulk operation: (.+)$":{gettext:"Delete bulk operation: {{updatesList}}",placeholders:Ji},"^Device id '(.+?)' contains '(.+?)' character which is not permitted.$":{gettext:'ID "{{deviceId}}" contains invalid character: "{{invalidCharacter}}".',placeholders:{deviceId:"$1",invalidCharacter:"$2"}},"^Device name: '(.+?)', alarm text: '(.+?)'$":{gettext:'Device name: "{{deviceName}}", alarm text: "{{alarmText | translate}}"',placeholders:{deviceName:"$1",alarmText:"$2"}},"^Device (.+?) already registered to a tenant.$":{gettext:"Device {{ devEUI }} is already registered in your tenant or in another tenant in the platform.",placeholders:{devEUI:"$1"}},"^Display name$":{gettext:"Login alias"},"^Domain name in uploaded certificate differs from the one in use$":{gettext:"Domain name in uploaded certificate differs from the one in use. Please deactivate the custom domain before uploading new certificate."},"^Domain name is already in use by another tenant!$":{gettext:"Domain name is already used by another tenant."},"^Duplicated connector for instanceUrl (.+?)!$":{gettext:"Target URL {{targetUrl}} already used by another connector.",placeholders:{targetUrl:"$1"}},"^Duplicated connector for name (.+?)!$":{gettext:'Connector name "{{name}}" already used by another connector.',placeholders:{name:"$1"}},"^Entry is outside of the target dir: (.+)$":{gettext:'File entry outside of the target directory: "{{path}}".',placeholders:{path:"$1"}},"^Error during password validation. : Password must have at least (\\d+?) characters and no more than (\\d+?) and must contain only Latin1 characters.$":{gettext:"Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters.",placeholders:{minCharactersCount:"$1",maxCharactersCount:"$2"}},"^Error during password validation. : Your password has been used already. Choose another.$":{gettext:"This password has already been used earlier. Use a different one."},"^Error in statement (.+?):(.+?)! : Incorrect syntax near '(.+?)' near reserved keyword '(.+?)' \\[([\\S\\s]+?)\\]$":{gettext:'Error in statement {{moduleName}}:{{statementNumber}}. Incorrect syntax near expression "{{expression}}" near reserved keyword "{{keyword}}".',placeholders:{moduleName:"$1",statementNumber:"$2",expression:"$3",keyword:"$4"}},"^External id not found; external id = ID \\[type=(.+?), value=(.+?)\\]$":{gettext:'External ID not found for type "{{type}}" and value "{{value}}".',placeholders:{type:"$1",value:"$2"}},"^Error occurred when trying to find an Application for id ID (.+) : Could not find application by ID (\\d+)$":{gettext:"Could not find application by ID {{applicationId}}.",placeholders:{applicationId:"$2"}},'^Http status code: 404\n{error="options/Not Found",message="Unable to find option by given key: sigfox-agent/provider.token",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"}':{gettext:"Unable to find option by given key: sigfox-agent/provider.token"},"^Failed to delete application. : Cannot remove application assigned to other tenants.$":{gettext:"Could not delete application assigned to other tenants."},"^Failed to extract certificate from PKCS12$":{gettext:"Failed to extract certificate from PKCS12."},"^Failed to update domain at the platform$":{gettext:"Failed to update domain at the platform."},"^Finding device data from database failed : No managedObject for id '(.+?)'!$":{gettext:'Could not find managed object with ID "{{deviceId}}".',placeholders:{deviceId:"$1"}},"^Following mandatory fields should be included: (.+?)$":{gettext:"Following mandatory fields should be included: {{fields}}",placeholders:{fields:"$1"}},"^Global Role updated$":{gettext:"Global role updated"},"^Global Role (.+?) updated$":{gettext:'Global role "{{name}}" updated',placeholders:{name:"$1"}},"^Global Role (.+?) updated: (.+)$":{gettext:'Global role "{{name}}" updated: {{updatesList}}',placeholders:{name:"$1",updatesList:{capture:"$2",translate:{"applications \\[([^\\]]+?)\\] added":{gettext:"applications {{list}} added",placeholders:{list:"$1"}},"applications \\[([^\\]]+?)\\] removed":{gettext:"applications {{list}} removed",placeholders:{list:"$1"}},"roles \\[([^\\]]+?)\\] added":{gettext:"roles {{list}} added",placeholders:{list:"$1"}},"roles \\[([^\\]]+?)\\] removed":{gettext:"roles {{list}} removed",placeholders:{list:"$1"}}}}}},"^Global Roles$":{gettext:"Global roles"},"^Operation updated: (.+)$":{gettext:"Operation updated: {{updatesList}}",placeholders:{updatesList:{capture:"$1",translate:{"status='(.+?)'":{gettext:'status: "{{ status | translate }}"',placeholders:{status:"$1"}},"description='(.+?)'":{gettext:'description: "{{ description | translate }}"',placeholders:{description:"$1"}},"device name='(.+?)'":{gettext:'device name: "{{ deviceName }}"',placeholders:{deviceName:"$1"}},"failure reason='(.+?)'":{gettext:'failure reason: "{{ failureReason | translate }}"',placeholders:{failureReason:"$1"}}}}}},"^ID \\[type=(.+?), value=(.+?)\\] was already bound to different Global ID.$":{gettext:'External ID "{{value}}" of the type "{{type}}" already exists.',placeholders:{type:"$1",value:"$2"}},"^Invalid credentials! : Bad credentials$":{gettext:"Invalid credentials."},"^Invalid credentials! : No phone number provided$":{gettext:"Log into the management tenant first and enter your phone number."},"^Inventory Role removed$":{gettext:"Inventory role removed"},"^Inventory Role (.+?) removed":{gettext:'Inventory role "{{name}}" deleted.',placeholders:{name:"$1"}},"^Inventory Role updated$":{gettext:"Inventory role updated"},"^Inventory Role (.+?) updated":{gettext:'Inventory role "{{name}}" updated.',placeholders:{name:"$1"}},"^I/O error: Connection refused; nested exception is Connection refused : Connection refused":{gettext:"Connection refused"},"^I/O error: Read timed out; nested exception is Read timed out : Read timed out":{gettext:"Read timed out"},"^Log file requested$":{gettext:"Log file requested."},"^Managed object deleted$":{gettext:"Managed object deleted"},'^Managed object "(.+?)" deleted$':{gettext:'Managed object "{{name}}" deleted',placeholders:{name:"$1"}},"^Maximum file size exceeded$":{gettext:"Maximum file size exceeded."},"^Message with ID (.+?) doesn't exist in smart rest template (.+?)$":{gettext:'Message with ID "{{messageId}}" doesn\'t exist in SmartREST template with ID "{{templateId}}"',placeholders:{messageId:"$1",templateId:"$2"}},"^name of Application cannot start with '(.+)' prefix.$":{gettext:'Application name must not start with "{{ prefix }}".',placeholders:{prefix:"$1"}},"^NewDeviceRequest for id = (.+?) already exists.$":{gettext:"Device registration request with ID {{id}} already exists.",placeholders:{id:"$1"}},"^NewDeviceRequest for device id (.+?) is in state BLOCKED, not PENDING_ACCEPTANCE.$":{gettext:'Device registration request with ID "{{deviceId}}" is in state "Blocked", not "Pending acceptance". Remove this registration request and start over.',placeholders:{deviceId:"$1"}},"^No communication with device since (.+?)$":{gettext:"No communication with device since {{timestamp | absoluteDate}}.",placeholders:{timestamp:"$1"}},"^No data received from device within required interval.$":{gettext:"No data received from device within required interval."},"^No LoRa provider settings are found. Please configure the connectivity settings.$":{gettext:"No LoRa provider settings are found. Please configure the connectivity settings."},"^Not within any context!$":{gettext:"A problem occurred with microservice subscription."},"^Maximum age cannot be bigger than 10 years.$":{gettext:"Maximum age cannot be bigger than 10 years."},"^Microservice application name incorrect. Please use only lower-case letters, digits and dashes. Maximum length is (\\d+) characters.$":{gettext:"Microservice application name is incorrect: only lower case letters, digits and dashes allowed. Maximum length: {{maxLength}}.",placeholders:{maxLength:"$1"}},"^Microservice not available.*$":{gettext:"Microservice is not available."},"^Operation created$":{gettext:"Operation created."},"^Operation updated$":{gettext:"Operation updated."},"^Operation created: status='(.+?)'.":{gettext:'Operation created: status: "{{ status | translate }}".',placeholders:{status:"$1"}},"^Option created$":{gettext:"Option created."},'^Option "(.+?)" created$':{gettext:'Option "{{option}}" created.',placeholders:{option:"$1"}},"^Option deleted$":{gettext:"Option deleted."},'^Option "(.+?)" deleted$':{gettext:'Option "{{option}}" deleted.',placeholders:{option:"$1"}},"^Owner field error. : Cannot introduce cyclic dependency.":{gettext:"Could not introduce cyclic ownership dependency."},"^Password change is temporary blocked.$":{gettext:"Password change is temporarily blocked."},"^Password cipher does not match":{gettext:"Password cipher does not match."},"^Platform application cannot be added to, nor removed from any tenant.$":{gettext:"Platform application cannot be added to, nor removed from any tenant."},"^Private key must be provided in KEY_PAIR credentials$":{gettext:'Private key must be provided when "Public/private keys" option is selected.'},"^Private key cipher does not match":{gettext:"Private key cipher does not match"},'^Protocol "(.+?)" does not support "(.+?)" credentials type$':{gettext:'Protocol "{{protocol}}" does not support "{{credentialsType}}" credentials type.',placeholders:{protocol:"$1",credentialsType:"$2"}},"^Provided security key does not match key stored for device (.+?).$":{gettext:'Provided security token does not match the security token stored for this device "{{deviceId}}".',placeholders:{deviceId:"$1"}},"^Provided security key does not match key stored for device (.+?).Reached maximum number of failed attempts while trying to register this device. Request will now be blocked and has to be removed manually to restart the process.$":{gettext:'The provided security token does not match the token stored for device "{{deviceId}}". You have reached the maximum number of failed attempts while trying to register this device. The request will now be blocked and must be removed manually to restart the process.',placeholders:{deviceId:"$1"}},'^pulling image "(.+)"$':{gettext:'Pulling image: "{{imageName}}".',placeholders:{imageName:"$1"}},"^Real-time event processing is currently overloaded and may stop processing your events\\. Please contact support\\.$":{gettext:"Real-time event processing is currently overloaded and may stop processing your events. Please contact support."},"^Resource ID \\[type=com_cumulocity_model_idtype_GId, value=(.+?)\\] for this request not found.$":{gettext:'Could not find the resource with ID "{{id}}".',placeholders:{id:"$1"}},"^Retrieve configuration snapshot from device (.+?)":{gettext:"Retrieve configuration snapshot from device {{deviceName}}",placeholders:{deviceName:"$1"}},"^Retrieve (.+?) configuration snapshot from device (.+?)":{gettext:"Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}",placeholders:{configurationType:"$1",deviceName:"$2"}},"^Scaled up replica set (.+) to (\\d+)$":{gettext:'Replica set "{{replicaSetName}}" scaled up to "{{scaleNumber}}".',placeholders:{replicaSetName:"$1",scaleNumber:"$2"}},"^Send configuration snapshot (.+?) of configuration type (.+?) to device (.+?)":{gettext:"Send configuration snapshot {{snapshotName}} of configuration type {{configurationType}} to device {{deviceName}}",placeholders:{snapshotName:"$1",configurationType:"$2",deviceName:"$3"}},"^Send configuration snapshot (.+?) to device (.+?)":{gettext:"Send configuration snapshot {{snapshotName}} to device {{deviceName}}",placeholders:{snapshotName:"$1",deviceName:"$2"}},"^Simulator state is invalid: (.+)$":{gettext:"Simulator state is invalid: {{violations}}",placeholders:{violations:{capture:"$1",translate:{"(\\w+?) - may not be null":{gettext:'"{{field}}" should not be null',placeholders:{field:"$1"}},"(\\w+?) - must be less than or equal to (\\d+)":{gettext:'"{{field}}" must be less than or equal to {{maxValue}}',placeholders:{field:"$1",maxValue:"$2"}},"(\\w+?) - should not contain null values":{gettext:'"{{field}}" should not contain null values',placeholders:{field:"$1"}}}}}},"^Smart rest template (.+?) doesn't exist$":{gettext:'SmartREST template with ID "{{templateId}}" doesn\'t exist.',placeholders:{templateId:"$1"}},"^Smart rule created$":{gettext:"Smart rule created."},"^Smart rule updated$":{gettext:"Smart rule updated."},"^Smart rule enabled$":{gettext:"Smart rule activated."},"^Smart rule disabled$":{gettext:"Smart rule deactivated."},"^Smart rule deleted$":{gettext:"Smart rule deleted."},'^Smart rule "(.+?)" created$':{gettext:'Smart rule "{{name}}" created.',placeholders:{name:"$1"}},'^Smart rule "(.+?)" updated$':{gettext:'Smart rule "{{name}}" updated.',placeholders:{name:"$1"}},'^Smart rule "(.+?)" enabled$':{gettext:'Smart rule "{{name}}" activated.',placeholders:{name:"$1"}},'^Smart rule "(.+?)" disabled$':{gettext:'Smart rule "{{name}}" deactivated.',placeholders:{name:"$1"}},'^Smart rule "(.+?)" deleted$':{gettext:'Smart rule "{{name}}" deleted.',placeholders:{name:"$1"}},"^Started container$":{gettext:"Container started."},"^Successfully assigned (.+) to (.+)$":{gettext:'"{{imageName}}" assigned to "{{address}}".',placeholders:{imageName:"$1",address:"$2"}},'^Successfully pulled image "(.+)"$':{gettext:'Image "{{imageName}}" pulled.',placeholders:{imageName:"$1"}},"^Tenant creation failed. : Tenant with given id already exists.$":{gettext:"Could not create a tenant. Tenant with given domain/URL already exists."},'^Tenant id cannot be a reserved sql keyword "(.+?)".$':{gettext:'Could not use a reserved SQL keyword "{{tenantId}}" as a domain name.',placeholders:{tenantId:"$1"}},'^Tenant "(.+?)" activated$':{gettext:'Tenant "{{tenant}}" activated.',placeholders:{tenant:"$1"}},"^Tenant (.+?) has sub-tenants, please remove them first!$":{gettext:'Could not remove tenant "{{tenant}}". Remove its subtenants first.',placeholders:{tenant:"$1"}},"^Tenant activated$":{gettext:"Tenant activated."},'^Tenant "(.+?)" created$':{gettext:'Tenant "{{tenant}}" created.',placeholders:{tenant:"$1"}},"^Tenant created$":{gettext:"Tenant created."},'^Tenant "(.+?)" deleted$':{gettext:'Tenant "{{tenant}}" deleted.',placeholders:{tenant:"$1"}},"^Tenant deleted$":{gettext:"Tenant deleted."},'^Tenant "(.+?)" suspended$':{gettext:'Tenant "{{tenant}}" suspended.',placeholders:{tenant:"$1"}},"^Tenant suspended$":{gettext:"Tenant suspended"},'^Tenant "(.+?)" updated: (.+?)$':{gettext:'Tenant "{{tenant}}" updated: {{properties}}.',placeholders:{tenant:"$1",properties:"$2"}},"^Tenant updated$":{gettext:"Tenant updated."},"^Too Many Requests$":{gettext:"Too many requests. Try again later."},"^User alias equals username '(.+)'$":{gettext:"Username and login alias must be different."},"^User created$":{gettext:"User created"},"^User (.+?) created$":{gettext:'User "{{name}}" created',placeholders:{name:"$1"}},"^User deleted$":{gettext:"User deleted"},"^User (.+?) deleted$":{gettext:'User "{{name}}" deleted',placeholders:{name:"$1"}},"^(.+?) user login with OAuth internal mode failed$":{gettext:'"{{name}}" user login with OAI-Secure mode failed',placeholders:{name:"$1"}},"^User updated$":{gettext:"User updated"},"^User (.+?) updated: (.+)$":{gettext:'User "{{name}}" updated: {{updatesList}}',placeholders:{name:"$1",updatesList:{capture:"$2",translate:{"delegatedBy='(.+?)'":{gettext:'delegated by: "{{delegate}}"',placeholders:{delegate:"$1"}},"owner='(.+?)'":{gettext:'owner: "{{owner}}"',placeholders:{owner:"$1"}},"inventory assignment \\[(.+?)\\] added":{gettext:"inventory assignment [{{inventoryAssignment}}] added",placeholders:{inventoryAssignment:"$1"}},"inventory assignment \\[(.+?)\\] removed":{gettext:"inventory assignment [{{inventoryAssignment}}] removed",placeholders:{inventoryAssignment:"$1"}},"applications \\[(.+?)\\] added$":{gettext:"applications [{{applicationsList}}] added",placeholders:{applicationsList:"$1"}},"applications \\[(.+?)\\] removed$":{gettext:"applications [{{applicationsList}}] removed",placeholders:{applicationsList:"$1"}},"global roles \\[(.+?)\\] added$":{gettext:"global roles [{{globalRolesList}}] added",placeholders:{globalRolesList:"$1"}},"global roles \\[(.+?)\\] removed$":{gettext:"global roles [{{globalRolesList}}] removed",placeholders:{globalRolesList:"$1"}}}}}},"^User with username '(.+?)' already exists! : Duplicated: (.+?)$":{gettext:'User "{{username}}" already exists.',placeholders:{username:"$1"}},"^User with username or alias '(.+)' already exists! : Duplicated: (.+)$":{gettext:'User with username or login alias "{{usernameOrAlias}}" already exists.',placeholders:{usernameOrAlias:"$1"}},"^User with email '(.+?)' already exists! : Duplicated: (.+?)$":{gettext:'User with email "{{email}}" already exists.',placeholders:{email:"$1"}},"^unable to find option with given key (.+?) : Could not find entity Option by ID (.+?)!$":{gettext:'Unable to get tenant option: "{{option}}".',placeholders:{option:"$2"}},"^unable to find option with given key (.+?) : There is no system property for key (.+?)$":{gettext:'Unable to get system option: "{{option}}".',placeholders:{option:"$2"}},"^Write failed with error code 16733 and error message 'trying to index text where term list is too big, max is 4mb _id: \"(.+?)\"'$":{gettext:"The uploaded image cannot be bigger than 4 MB. Please upload a smaller one."},"^Write failed with error code 17280 and error message 'WiredTigerIndex::insert: key too large to index, failing (.+?) { : \"(.+?)\" }'$":{gettext:"The selected name is too long. Please try a shorter one."},"^You have reached devices limit. No more devices can be registered.$":{gettext:"You reached devices limit. No more devices can be registered."},'^(.+) succeeded for volume "(.+)"':{gettext:'Operation "{{operation}}" succeeded for volume "{{volume}}".',placeholders:{operation:"$1",volume:"$2"}},"^Exception on tenant (.+) in statement '(.+)': Invocation exception when invoking method '(.+)' of class '(.+)' passing parameters \\[(.+)\\] for statement '(.+)': (.+) : (.+)$":{gettext:'Exception on tenant {{tenantId}} in statement "{{moduleName}}": Invocation exception when invoking method "{{methodName}}" of class "{{classPath}}" passing parameters [{{parameters}}] for statement "{{statement}}": {{exceptionType}} : {{exceptionMessage}}.',placeholders:{tenantId:"$1",moduleName:"$2",methodName:"$3",classPath:"$4",parameters:"$5",statement:"$6",exceptionType:"$7",exceptionMessage:"$8"}},"^No nodes are available that match all of the predicates: (.+).$":{gettext:"No nodes are available that match all of the predicates: [{{predicates}}].",placeholders:{predicates:"$1"}},"^Readiness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$":{gettext:"Readiness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).",placeholders:{requestMethod:"$1",uri:"$2",protocol:"$3"}},"^Liveness probe failed: (.+) (.+): (.+): request canceled while waiting for connection \\(Client.Timeout exceeded while awaiting headers\\)$":{gettext:"Liveness probe failed: {{requestMethod}} {{uri}}: {{protocol}}: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).",placeholders:{requestMethod:"$1",uri:"$2",protocol:"$3"}},"^Error syncing pod$":{gettext:"Pod synchronization error."},"^Failed create pod sandbox.$":{gettext:"Pod sandbox creation failed."},'^Exception on tenant (.+) in statement \'(.+)\': Http status code: (\\d+) \\{error="alarm/Unprocessable Entity",message="(.+)",info="https://www.cumulocity.com/guides/reference-guide/#error_reporting",details="null"\\}$':{gettext:'Exception on tenant {{tenantId}} in statement "{{statement}}": HTTP status code: {{httpStatusCode}} : {{message | translate}}',placeholders:{tenantId:"$1",statement:"$2",httpStatusCode:"$3",message:"$4"}},"^User '(.+)' is managed by a remote identity management service defined by an administrator, direct update is forbidden$":{gettext:'User "{{userName}}" is managed by a remote identity management service defined by an administrator, direct update is forbidden.',placeholders:{userName:"$1"}},'^Added new child device to "(.+)" \\(ID: (.+)\\).$':{gettext:'Added new child device to "{{parentDeviceName}}" (ID: {{parentDeviceId}}).',placeholders:{parentDeviceName:"$1",parentDeviceId:"$2"}},'^Updated child device of "(.+)" \\(ID: (.+)\\).$':{gettext:'Updated child device of "{{parentDeviceName}}" (ID: {{parentDeviceId}}).',placeholders:{parentDeviceName:"$1",parentDeviceId:"$2"}},'^Added child device "(.+)" \\(ID: (.+)\\).$':{gettext:'Added child device "{{name}}" (ID: {{id}}).',placeholders:{name:"$1",id:"$2"}},'^Removed child device "(.+)" \\(ID: (.+)\\).$':{gettext:'Removed child device "{{name}}" (ID: {{id}}).',placeholders:{name:"$1",id:"$2"}},'^Change value of "(.+)" to (.+) (.+).$':{gettext:'Change value of "{{name}}" to {{value}}{{unit}}.',placeholders:{name:"$1",value:"$2",unit:"$3"}},'^Change value of "(.+)" to (.+).$':{gettext:'Change value of "{{name}}" to {{value}}.',placeholders:{name:"$1",value:"$2"}},'^Change status of "(.+)" to "(.+)".$':{gettext:'Change status of "{{name}}" to "{{label}}".',placeholders:{name:"$1",label:"$2"}},'^Send message "(.+)".$':{gettext:'Send message "{{str}}".',placeholders:{str:"$1"}},"^Close relay (.+).$":{gettext:"Close relay {{number}}.",placeholders:{number:"$1"}},"^Open relay (.+).$":{gettext:"Open relay {{number}}.",placeholders:{number:"$1"}},"^Change trace status to (.+).$":{gettext:"Change trace status to {{state | translate}}.",placeholders:{state:"$1"}},"^Change relay status to (.+).$":{gettext:"Change relay status to {{status | translate}}.",placeholders:{status:"$1"}},"^Closing relay (.+).$":{gettext:"Closing relay {{number}}.",placeholders:{number:"$1"}},"^Opening relay (.+).$":{gettext:"Opening relay {{number}}.",placeholders:{number:"$1"}},"^Update bulk operation$":{gettext:"Update bulk operation"},"^Update bulk operation: (.+)$":{gettext:"Update bulk operation: {{updatesList}}",placeholders:Ji},'^Update firmware to: "?(.+?)"? \\(version: (.+)\\)\\.?$':{gettext:'Update firmware to: "{{ name }}" (version: {{ version }})',placeholders:{name:"$1",version:"$2"}},'^Update firmware to: "?(.+?)"?\\.?$':{gettext:'Update firmware to: "{{ name }}"',placeholders:{name:"$1"}},"^Update configuration to (.+).$":{gettext:"Update configuration to: {{ name }}.",placeholders:{name:"$1"}},"^Apply device profile: (.+).?$":{gettext:"Apply device profile: {{ name }}",placeholders:{name:"$1"}},"^Execute generic command: (.+).?$":{gettext:"Execute generic command: {{command}}",placeholders:{command:"$1"}},"^Failed to refresh application. : Cannot refresh non local-hosted application.$":{gettext:"Could not reactivate the application as it is not hosted locally."},"^Failed to refresh application. : Cannot refresh application without active version id.$":{gettext:"Could not reactivate the application as it has no active version."},"^Scaled down replica set (.+) to (\\d+)$":{gettext:'Replica set "{{replicaSetName}}" scaled down to "{{scaleNumber}}".',placeholders:{replicaSetName:"$1",scaleNumber:"$2"}},"^Deleted pod: (.+)$":{gettext:'Pod "{{imageName}}" deleted.',placeholders:{imageName:"$1"}},'^Container image "(.+)" already present on machine$':{gettext:'Container image "{{imageName}}" already exists.',placeholders:{imageName:"$1"}},"^Error updating tenant! Cannot insert second configuration for Password code grant internal/Bad Request$":{gettext:"This login mode was already set by another administrator. Refresh the page to update the data."},"^Application deleted$":{gettext:"Application deleted"},'^Microservice application "(.+?)" deleted for tenant "(.+?)"$':{gettext:'Microservice application "{{appName}}" deleted for tenant "{{tenant}}"',placeholders:{appName:"$1",tenant:"$2"}},'^Hosted application "(.+?)" deleted for tenant "(.+?)"$':{gettext:'Hosted application "{{appName}}" deleted for tenant "{{tenant}}"',placeholders:{appName:"$1",tenant:"$2"}},'^External application "(.+?)" deleted for tenant "(.+?)"$':{gettext:'External application "{{appName}}" deleted for tenant "{{tenant}}"',placeholders:{appName:"$1",tenant:"$2"}},"^Application activated$":{gettext:"Application activated"},'^Microservice application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$':{gettext:'Microservice application "{{appName}}" activated: version "{{version}}" added, activeVersionId "{{activeVersionId}}" added',placeholders:{appName:"$1",version:"$2",activeVersionId:"$3"}},'^Hosted application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$':{gettext:'Hosted application "{{appName}}" activated: version "{{version}}" added, activeVersionId "{{activeVersionId}}" added',placeholders:{appName:"$1",version:"$2",activeVersionId:"$3"}},'^External application "(.+?)" activated: version \\[(.+?)\\] added, activeVersionId \\[(.+?)\\] added$':{gettext:'External application "{{appName}}" activated: version "{{version}}" added, activeVersionId "{{activeVersionId}}" added',placeholders:{appName:"$1",version:"$2",activeVersionId:"$3"}},"^(.+?) user logged in to the platform with OAuth internal login mode$":{gettext:'"{{name}}" user logged in to the platform with OAI-Secure login mode',placeholders:{name:"$1"}},"^Scaling application '(.+?)' from (.+?) to (.+?) instances$":{gettext:'Scaling application "{{appName}}" from {{from}} to {{to}} instances',placeholders:{appName:"$1",from:"$2",to:"$3"}},"^User logout$":{gettext:"User logout"},"^(.+?) user logout$":{gettext:'"{{name}}" user logout',placeholders:{name:"$1"}},"^Authentication with id: (.+?) configuration updated.$":{gettext:'Authentication configuration with ID "{{id}}" updated.',placeholders:{id:"$1"}},"^Authentication configuration with id: (.+?) added.$":{gettext:'Authentication configuration with ID "{{id}}" added.',placeholders:{id:"$1"}},"^Configuration type: basic.$":{gettext:"Configuration type: Basic Auth."},"^Configuration type: oauth2_internal.$":{gettext:"Configuration type: OAI-Secure."},"^Configuration type: oauth2.$":{gettext:"Configuration type: Single sign-on."},"^Device put into maintenance state$":{gettext:"Device put into maintenance state"},"^device with id: (.+?) is put into maintenance state$":{gettext:'Device with ID "{{deviceId}}" is put into maintenance state',placeholders:{deviceId:"$1"}},"^Connector updated$":{gettext:"Connector updated"},"^Connector (.+?) updated: filters [(.+?)] added$":{gettext:'Connector "{{name}}" updated: filters [{{filters}}] added',placeholders:{name:"$1",filters:"$2"}},"^Connector deleted$":{gettext:"Connector deleted"},"^Connector (.+?) deleted$":{gettext:'Connector "{{name}}" deleted',placeholders:{name:"$1"}},"^Connector created$":{gettext:"Connector created"},"^Connector (.+?) created: (.+?) added, (.+?)$":{gettext:'Connector "{{name}}" created: {{configuration}} added, {{baseProperties}}',placeholders:{name:"$1",configuration:"$2",baseProperties:"$3"}},"^Connector (.+?) updated: (.+?) added, (.+?) removed$":{gettext:'Connector "{{name}}" updated: {{newConfig}} added, {{oldConfig}} removed',placeholders:{name:"$1",newConfig:"$2",oldConfig:"$3"}},"^Connector (.+?) updated: (.+?) removed, (.+?) added$":{gettext:'Connector "{{name}}" updated: {{newConfig}} added, {{oldConfig}} removed',placeholders:{name:"$1",oldConfig:"$2",newConfig:"$3"}},"^Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards.$":{gettext:"Can read all data of the asset and manage all inventory data, but cannot perform operations. Can also acknowledge and clear alarms. Can create and updates dashboards."},"^Operations: All$":{gettext:"Operations: All"},"^Can remotely manage the assets by sending operations to the device. This includes for example remote configuration, software update, etc.$":{gettext:"Can remotely manage the assets by sending operations to the device. This includes remote configuration, software update and more."},"^Operations: Restart Device$":{gettext:"Operations: Restart Device"},"^Can restart devices.$":{gettext:"Can restart devices."},"^Reader$":{gettext:"Reader"},"^Can read all data of the asset.$":{gettext:"Can read all data of the asset."},"^Enables administrative permissions. The first user created for the tenant receives this role$":{gettext:"Enables administrative permissions. The first user created for the tenant receives this role."},"^Can access all devices and their data but has no management permission in the tenant$":{gettext:"Can access all devices and their data but has no management permission in the tenant."},"^CEP Manager$":{gettext:"CEP Manager"},"^Has full access to all deployed CEP modules and SmartRules$":{gettext:"Has full access to all deployed CEP modules and smart rules."},"^Devicemanagement User$":{gettext:"Device Management User"},"^Gives access to bulk operations and device management application. This does not include access to any device data.$":{gettext:"Gives access to bulk operations and Device Management application. This does not include access to any device data."},"^A role marker for device users. After registration, a device automatically has this role$":{gettext:"A role marker for device users. After registration, a device automatically has this role."},"^Global Manager$":{gettext:"Global Manager"},"^Can read and write all data from all devices$":{gettext:"Can read and write all data from all devices."},"^Global Reader$":{gettext:"Global Reader"},"^Can read all data from all devices$":{gettext:"Can read all data from all devices."},"^Cockpit User$":{gettext:"Cockpit User"},"^User to work in Cockpit application. This does not include the access to any device data.$":{gettext:"User to work in Cockpit application. This does not include the access to any device data."},"^Global User Manager$":{gettext:"Global User Manager"},"^Can access and modify the full user hierarchy$":{gettext:"Can access and edit the full user hierarchy."},'^Can read all data \\(including users, in contrast to "Global Reader"\\)$':{gettext:'Can read all data (including users, in contrast to "Global Reader").'},"^Shared User Manager$":{gettext:"Shared User Manager"},"^Can create new user as his own sub-users and manage this$":{gettext:"Can create new own sub-users and manage them."},"^Tenant Manager$":{gettext:"Tenant Manager"},"^Can manage tenant wide configurations like applications, tenant options and retention rules$":{gettext:"Can manage tenant wide configurations like applications, tenant options and retention rules."},"^DATAHUB_ADMINISTRATOR$":{gettext:"DataHub Administrator"},"^Can conduct administrative tasks and manage offloading pipelines$":{gettext:"Can conduct administrative tasks and manage offloading pipelines."},"^DATAHUB_MANAGER$":{gettext:"DataHub Manager"},"^Can manage offloading pipelines$":{gettext:"Can manage offloading pipelines."},"^DATAHUB_READER$":{gettext:"DataHub Reader"},"^Can execute SQL queries against the data in the data lake$":{gettext:"Can execute SQL queries against the data in the data lake."},'^User "(.+?)" password was updated by user "(.+?)"$':{gettext:'"{{ targetUserName }}" user\'s password was updated by "{{ userName }}" user',placeholders:{targetUserName:"$1",userName:"$2"}},"^User password update$":{gettext:"User password update"},'^User "(.+?)" password updated$':{gettext:'"{{ userName }}" user changed own password',placeholders:{userName:"$1"}},"^LWM2M device type$":{gettext:"LWM2M device type"},"^LWM2M server URI$":{gettext:"LWM2M server URI"},"^coaps://:$":{gettext:"coaps://:"},"^CREATE$":{gettext:"CREATE"},"^DELETE$":{gettext:"DELETE"},"^Endpoint client ID$":{gettext:"Endpoint client ID"},"^Server public key$":{gettext:"Server public key"},"^Generate bootstrap server config$":{gettext:"Generate bootstrap server config"},"^LWM2M bootstrap short server ID$":{gettext:"LWM2M bootstrap short server ID"},"^LWM2M short server ID$":{gettext:"LWM2M short server ID"},"^Registration lifetime$":{gettext:"Registration lifetime"},"^in seconds$":{gettext:"in seconds"},"^Security instance offset$":{gettext:"Security instance offset"},"^Default minimum period$":{gettext:"Default minimum period"},"^Default maximum period$":{gettext:"Default maximum period"},"^Binding mode$":{gettext:"Binding mode"},"^applicable for LWM2M 1\\.0$":{gettext:"applicable for LWM2M 1.0"},"^Awake time registration parameter$":{gettext:"Awake time registration parameter"},"^in milliseconds, 0 means device is always online$":{gettext:"in milliseconds, 0 means device is always online"},"^Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available$":{gettext:"Use common timestamp resources 5518 and 6050 or object specific timestamp for object 6 reported by the device if available"},"^Notification storing when disabled or offline$":{gettext:"Notification storing when disabled or offline"},"^Disable timeout$":{gettext:"Disable timeout"},"^LWM2M request timeout$":{gettext:"LWM2M request timeout"},"^in milliseconds$":{gettext:"in milliseconds"},"^Binary delivery encoding$":{gettext:"Binary delivery encoding"},"^Firmware update delivery method$":{gettext:"Firmware update delivery method"},"^Firmware update supported device protocol$":{gettext:"Firmware update supported device protocol"},"^Firmware update reset mechanism$":{gettext:"Firmware update reset mechanism"},"^Firmware update URL$":{gettext:"Firmware update URL"},"^Failed to find operation data in the internal memory store\\. Try again!$":{gettext:"Failed to find operation data in the internal memory store. Try again!"},"^Security mode$":{gettext:"Security mode"},"^Bootstrap PSK ID$":{gettext:"Bootstrap PSK ID"},"^Bootstrap pre-shared key$":{gettext:"Bootstrap pre-shared key"},"^LWM2M PSK ID$":{gettext:"LWM2M PSK ID"},"^LWM2M pre-shared key$":{gettext:"LWM2M pre-shared key"},"^LWM2M bulk device upload operation$":{gettext:"LWM2M bulk device upload operation"},"^This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices\\. The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$":{gettext:"This operation is only triggered by the agent when user uploads a CSV file with all required information to register new LWM2M devices. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command."},"^Write$":{gettext:"Write"},"^Execute$":{gettext:"Execute"},"^Execute with parameters$":{gettext:"Execute with parameters"},"^Execute with Parameters$":{gettext:"Execute with parameters"},"^Delete Instance$":{gettext:"Delete instance"},"^Create Instance$":{gettext:"Create instance"},"^Read Object$":{gettext:"Read object"},"^Read Instance$":{gettext:"Read instance"},"^LWM2M bulk device removal operation$":{gettext:"LWM2M bulk device removal operation"},"^This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from C8Y\\.The source of the operation is the LWM2M device connector\\. Users are not able to trigger this operation using the shell command\\.$":{gettext:"This operation is only triggered by the agent when user uploads a CSV file with a list of endpoint IDs to delete from the platform. The source of the operation is the LWM2M device connector. Users are not able to trigger this operation using the shell command."},"^Could not find device$":{gettext:"Could not find device"},"^Exception occurred while removing device (.+?)$":{gettext:"Exception occurred while removing device: {{ exceptionMessage }}",placeholders:{exceptionMessage:"$1"}},"^This command can be used to migrate LWM2M devices which are created in a non-standard way\\. It can take comma-separated device managed object IDs as parameters\\. If the IDs are specified then the migration will be done only for those devices\\. If the command is sent without any parameters then the agent will look up for possible Lwm2m devices that are not created in a standard way and try to migrate them\\. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices$":{gettext:"This command can be used to migrate LWM2M devices which are created in a non-standard way. It can take comma-separated device managed object IDs as parameters. If the IDs are specified then the migration will be done only for those devices. If the command is sent without any parameters then the agent will look up for possible LWM2M devices that are not created in a standard way and try to migrate them. Usage: migrateLwm2mDevices 1122,3344 or migrateLwm2mDevices"},"^Unable to migrate devices$":{gettext:"Unable to migrate devices"},"^Error while processing report$":{gettext:"Error while processing report"},"^Expected 1 endpointId argument$":{gettext:"Expected 1 endpointId argument"},"^LWM2M device registration$":{gettext:"LWM2M device registration"},"^The required and optional properties to register and setup LWM2M Devices$":{gettext:"The required and optional properties to register and setup LWM2M devices"},"^Bootstrap$":{gettext:"Bootstrap"},"^Advanced$":{gettext:"Advanced"},"^Bulk LWM2M device registration$":{gettext:"Bulk LWM2M device registration"},"^This command returns a list of shell commands with description that can be created for the Lwm2m device connector\\.$":{gettext:"This command returns a list of shell commands with description that can be created for the LWM2M device connector."},"^The following operations are supported:":{gettext:"The following operations are supported:"},"^PSK template$":{gettext:"PSK template"},"^A bulk registration CSV template showing all mandatory fields$":{gettext:"A bulk registration CSV template showing all mandatory fields"},"^Mandatory fields template$":{gettext:"Mandatory fields template"},"^General template$":{gettext:"General template"},"^A bulk registration CSV template for NO_SEC devices with all optional fields$":{gettext:"A bulk registration CSV template for NO_SEC devices with all optional fields"},"^A general bulk registration CSV template showing all possible fields$":{gettext:"A general bulk registration CSV template showing all possible fields"},"^A bulk registration CSV template for PSK devices with all optional fields$":{gettext:"A bulk registration CSV template for PSK devices with all optional fields"},"^NO_SEC template$":{gettext:"NO_SEC template"},"^Authentication to the Loriot platform failed with status code (.+?). Check if the credentials are correct or if Session ID is expired.$":{gettext:"Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the credentials are correct or if Session ID is expired.",placeholders:{statusCode:"$1"}},"^Authentication to the Loriot platform failed with status code (.+?). Check if the base URL, credentials are correct and the application with the given ID exists.$":{gettext:"Authentication to the LORIOT platform failed with status code {{ statusCode }}. Check if the base URL, credentials are correct and the application with the given ID exists.",placeholders:{statusCode:"$1"}},"^Application output creation failed due to status code (.+?)$":{gettext:"Application output creation failed due to status code {{ statusCode }}.",placeholders:{statusCode:"$1"}},"^Application output update failed due to status code (.+?)$":{gettext:"Application output update failed due to status code {{ statusCode }}.",placeholders:{statusCode:"$1"}},"^Error creating the device due to status code (.+?). Check if the application Id, devEui, appEui and appKey are in the correct format or the device limit has been exceeded or has been registered with another account in the Loriot provider$":{gettext:"Error creating the device due to status code {{ statusCode }}. Check if the application name, Device EUI, Application EUI and Application key are in the correct format or the device limit has been exceeded or has been registered with another account in the LORIOT provider.",placeholders:{statusCode:"$1"}},"^Error retrieving application with given ID: (.+?) with status code 400. Check if the applicationId provided is in the correct format$":{gettext:"Error retrieving application with given ID: {{ applicationId }} with status code 400. Check if the selected application is correct",placeholders:{applicationId:"$1"}},"^LNS connection name can't be null or blank.$":{gettext:"LNS connection name can't be empty."},"^Unexpected error occurred while accessing the cached LNS connections map with key (.+?)$":{gettext:'Unexpected error occurred while accessing the cached LNS connections map with key "{{ connectionName }}".',placeholders:{connectionName:"$1"}},"^LNS connection named (.+?) doesn't exist.$":{gettext:'LNS connection named "{{ connectionName }}" doesn\'t exist.$',placeholders:{connectionName:"$1"}},"^LNS connection named (.+?) already exists.$":{gettext:'LNS connection named "{{ connectionName }}" already exists.$',placeholders:{connectionName:"$1"}},"^New LNS connection can't be null.$":{gettext:"New LNS connection can't be empty."},"^LNS connection to update can't be null.$":{gettext:"LNS connection to update can't be empty."},"^The name of the LNS connection to update can't be null.$":{gettext:"The name of the LNS connection to update can't be empty."},'^Can not delete the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$':{gettext:'Could not delete the LNS connection with the name "{{ connectionName }}" as it\'s associated with {{ numberOfDevices }} device(s).',placeholders:{connectionName:"$1",numberOfDevices:"$2"}},'^Can not update the LNS connection with name "(.+?)" as it\'s associated with (.+?) device(s).$':{gettext:'Could not update the LNS connection with the name "{{ connectionName }}" as it\'s associated with {{ numberOfDevices }} device(s).',placeholders:{connectionName:"$1",numberOfDevices:"$2"}},"^Authentication to the Actility platform failed with status code (.+?). Check if the credentials are correct.$":{gettext:"Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the credentials are correct.",placeholders:{statusCode:"$1"}},"^Authentication to the Actility platform failed with status code (.+?). Check if the profile Id is correct.$":{gettext:"Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the Profile ID is correct.",placeholders:{statusCode:"$1"}},"^Authentication to the Actility platform failed. Check if the base URL (.+?) is correct.$":{gettext:"Authentication to the Actility platform failed. Check if the base URL {{ baseUrl }} is correct.",placeholders:{baseUrl:"$1"}},"^Authentication to the Sigfox platform failed. Check if the base URL (.+) is correct.$":{gettext:"Authentication to the Sigfox platform failed. Check if the base URL {{ baseUrl }} is correct.",placeholders:{baseUrl:"$1"}},"^Authentication to the Sigfox platform failed. Check if the Parent group Id and/or the credentials are correct.$":{gettext:"Authentication to the Sigfox platform failed. Check if the Parent group ID and/or the credentials are correct."},"^Authentication to the Loriot platform failed with status code (.+?). Session Id might have expired.$":{gettext:"Authentication to the LORIOT platform failed with status code {{ statusCode }}. Session ID might have expired.",placeholders:{statusCode:"$1"}},"^Authentication to the Actility platform failed with status code (.+?). Check if the base URL and/or the credentials are correct.$":{gettext:"Authentication to the Actility platform failed with status code {{ statusCode }}. Check if the base URL and/or the credentials are correct.",placeholders:{statusCode:"$1"}}},to=Ci((function e(){bi(this,e),this.cachedDictionary={}}));to.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:to,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),to.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:to,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:to,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var no=function(){function e(t,n,r){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;bi(this,e),this.http=t,this.optionsService=n,this.cachedLocaleDictionaryService=r,this.path=i,this.languages=o}return Ci(e,[{key:"getTranslation",value:function(e){var t=this,n=this.path||"",r="".concat(n).concat(e,".json");return this.languages&&this.languages[e]&&this.languages[e].url&&(r=this.languages[e].url),this.http.get(r).pipe((0,s.map)((function(n){return t.optionsService.langsDetails&&t.optionsService.langsDetails[e]?ci(ci({},n[e]),t.optionsService.langsDetails[e]):n[e]})),(0,s.tap)((function(n){t.cachedLocaleDictionaryService.cachedDictionary[e]=n})),(0,s.map)((function(e){return t.getDictionaryWithTrimmedKeys(e)})),(0,s.catchError)((function(){return(0,a.of)({})})))}},{key:"getDictionaryWithTrimmedKeys",value:function(e){return(0,c.mapKeys)(e,(function(e,t){return ro(t)}))}}]),e}();function ro(e){return e.replace(/(\r\n|\n|\r)/gm,"").replace(/\s{2,}/g," ").trim()}no.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:no,deps:[{token:Z},{token:Gi},{token:to},{token:Wi},{token:qi}],target:r["ɵɵFactoryTarget"].Injectable}),no.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:no}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:no,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:Z},{type:Gi},{type:to},{type:void 0,decorators:[{type:r.Inject,args:[Wi]}]},{type:void 0,decorators:[{type:r.Inject,args:[qi]}]}]}});var io=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n,[{key:"getValue",value:function(e,t){var n=ro(t),r=(0,c.get)(e,[n]);r||t.split(".").length>1&&(r=(0,c.get)(e,t));return r}}]),n}(ye.TranslateDefaultParser);io.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:io,deps:null,target:r["ɵɵFactoryTarget"].Injectable}),io.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:io}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:io,decorators:[{type:r.Injectable}]});var oo=function(e){gi(n,e);var t=mi(n);function n(e,i,o){var a;return bi(this,n),(a=t.call(this,e,i,o)).htmlUpdateEvent=new r.EventEmitter,a}return Ci(n,[{key:"_elementRef",get:function(){return this.element}},{key:"_translateService",get:function(){return this.translateService}},{key:"checkNodes",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;if(this.htmlMode||!this.isElementSimpleTextType()&&!this.isElementInnerHtmlEmpty()){if(this.htmlMode=!0,this.isLookupKeyMissing()&&(this._elementRef.nativeElement.lookupKey=this.getLookupKey()),this.lookupKeyExist()){var r=this.getNewTranslation();this.lastTranslation&&this.lastTranslation===r||(this.lastTranslation=r,this.updateHtmlContent(),this.htmlUpdateEvent.emit())}}else ni(vi(n.prototype),"checkNodes",this).call(this,e,t)}},{key:"ngOnDestroy",value:function(){this.htmlUpdateEvent.complete(),ni(vi(n.prototype),"ngOnDestroy",this).call(this)}},{key:"getLookupKey",value:function(){return this._elementRef.nativeElement.innerHTML.replace(//g,"").trim()}},{key:"isElementSimpleTextType",value:function(){return 1===this._elementRef.nativeElement.childNodes.length&&3===this._elementRef.nativeElement.childNodes[0].nodeType}},{key:"isElementInnerHtmlEmpty",value:function(){return!this._elementRef.nativeElement.innerHTML}},{key:"isLookupKeyMissing",value:function(){return!this._elementRef.nativeElement.lookupKey}},{key:"lookupKeyExist",value:function(){return this._elementRef.nativeElement.lookupKey}},{key:"getNewTranslation",value:function(){return this._translateService.instant(this._elementRef.nativeElement.lookupKey,this.currentParams||{})}},{key:"updateHtmlContent",value:function(){this._elementRef.nativeElement.innerHTML=this.lastTranslation}}]),n}(ye.TranslateDirective);oo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:oo,deps:[{token:ye.TranslateService},{token:r.ElementRef},{token:r.ChangeDetectorRef}],target:r["ɵɵFactoryTarget"].Directive}),oo.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:oo,selector:"[translate],[ngx-translate]",usesInheritance:!0,ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:oo,decorators:[{type:r.Directive,args:[{selector:"[translate],[ngx-translate]"}]}],ctorParameters:function(){return[{type:ye.TranslateService},{type:r.ElementRef},{type:r.ChangeDetectorRef}]}});var ao=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n)}(ye.TranslatePipe);ao.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ao,deps:null,target:r["ɵɵFactoryTarget"].Pipe}),ao.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ao,name:"translate",pure:!1}),ao.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ao}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ao,decorators:[{type:r.Injectable},{type:r.Pipe,args:[{name:"translate",pure:!1}]}]});var so=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n)}(ye.TranslateModule);so.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:so,deps:null,target:r["ɵɵFactoryTarget"].NgModule}),so.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:so,declarations:[ao,oo],exports:[ao,oo]}),so.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:so}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:so,decorators:[{type:r.NgModule,args:[{declarations:[ao,oo],exports:[ao,oo]}]}]});var co={"en-EN":"en","ja-JP":"ja","zh-CN":"zh","zh-TW":"zh","pt-BR":"pt"};function lo(e,t,n,r,i){return new no(e,t,n,r,i)}function po(e){return e.localePath}function uo(e){return e.languages}function go(e){return{get lang(){return ho(e.state.lang||"en")},toLowerCase:function(){return this.lang.toLowerCase()},toString:function(){return this.lang}}}function ho(e){return co[e]||e}var mo=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"providers",value:function(){return[{provide:r.LOCALE_ID,useFactory:go,deps:[Hi]},{provide:Ki,useValue:eo,multi:!0},{provide:Wi,useFactory:po,deps:[Gi]},{provide:qi,useFactory:uo,deps:[Gi]},{provide:ye.TranslateLoader,useFactory:lo,deps:[Z,Gi,to,Wi,qi]},{provide:ye.TranslateCompiler,useClass:ye.TranslateFakeCompiler},{provide:ye.TranslateParser,useClass:io},{provide:ye.MissingTranslationHandler,useClass:Zi},ye.TranslateStore,ye.TranslateService,{provide:ye.USE_STORE,useValue:void 0},{provide:ye.USE_DEFAULT_LANG,useValue:void 0},{provide:ye.USE_EXTEND,useValue:!1},{provide:ye.DEFAULT_LANGUAGE,useValue:void 0}]}},{key:"forRoot",value:function(){return{ngModule:e,providers:e.providers()}}}]),e}();mo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mo,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),mo.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:mo,imports:[me,ke.BsDatepickerModule],exports:[so]}),mo.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mo,imports:[me,ke.BsDatepickerModule,so]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mo,decorators:[{type:r.NgModule,args:[{exports:[so],imports:[me,ke.BsDatepickerModule]}]}]});var fo=new Map;function yo(e){return new Promise((function(t,r){fo.has(e)&&t(fo.get(e));try{n(82438)("./".concat(e,".mjs")).then((function(n){fo.set(e,n),t(n)}))}catch(e){r(e)}}))}var vo=function(){function e(t,n,r,i){var o=this;bi(this,e),this.ngxTranslate=t,this.ui=n,this.options=r,this.bsLocaleService=i,this.langsDetail=this.options.get("languages",{}),this.langs=(0,c.keys)(this.langsDetail).filter((function(e){return o.langsDetail[e]})),this.DEFAULT_SEPARATOR="_";var a=this.queryStringLang();a&&this.saveInLocalStorage(a)}var t,n;return Ci(e,[{key:"switchToLanguage",value:(n=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.replace("_","-"),e.prev=1,e.next=4,this.loadLocales(n);case 4:this.setBsLocale(n),e.next=17;break;case 7:if(e.prev=7,e.t0=e.catch(1),(r=n.split("-").shift())===n){e.next=16;break}return e.next=13,this.loadLocales(r);case 13:this.setBsLocale(r),e.next=17;break;case 16:throw e.t0;case 17:this.setLanguage(t);case 18:case"end":return e.stop()}}),e,this,[[1,7]])}))),function(e){return n.apply(this,arguments)})},{key:"loadLocales",value:(t=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,yo(ho(t));case 2:n=e.sent,(0,u.registerLocaleData)(n.default);case 4:case"end":return e.stop()}}),e)}))),function(e){return t.apply(this,arguments)})},{key:"setLanguage",value:function(e){var t=this;this.ngxTranslate.setDefaultLang(this.options.get("defaultLanguage","en")),this.ngxTranslate.use(e).subscribe((function(){t.ui.state$.next(ci(ci({},t.ui.state),{},{lang:e}))}))}},{key:"firstSupportedLanguage",value:function(){var e=this,t=[this.queryStringLang(),this.localStorageLang()].concat([this.options.get("defaultLanguage")]).concat(this.browserLangs()).concat(["en"]).filter(Boolean).map((function(e){return e.toLowerCase()})).find((function(t){return e.getSupported(t)}));return this.getSupported(t)}},{key:"convertToLanguageCodePO",value:function(e){var t=e.indexOf("-")>-1?"-":this.DEFAULT_SEPARATOR,n=ii(e.split(t),2),r=n[0],i=n[1],o=i?"".concat(this.DEFAULT_SEPARATOR).concat(i):"";return"".concat(r).concat(o)}},{key:"getNativeLanguage",value:function(e){return((this.langsDetail||{})[e]||{}).nativeName||e}},{key:"saveInLocalStorage",value:function(t){window.localStorage.setItem(e.SAVE_LANGUAGE_KEY,t)}},{key:"getSupported",value:function(e){var t=this,n=this.langs.find((function(t){return t.toLowerCase()===e}));return n||this.langs.find((function(n){return t.getLessSpecific(n.toLowerCase())===t.getLessSpecific(e)||n.startsWith(e)}))}},{key:"queryStringLang",value:function(){return this.getQueryParameter("lang")}},{key:"getLessSpecific",value:function(e){return(0,c.isString)(e)?e.replace("-",this.DEFAULT_SEPARATOR).split(this.DEFAULT_SEPARATOR)[0]:""}},{key:"localStorageLang",value:function(){return window.localStorage.getItem(e.SAVE_LANGUAGE_KEY)}},{key:"browserLangs",value:function(){var e=window.navigator;return["languages","language","browserLanguage","systemLanguage","userLanguage"].reduce((function(t,n){var r=e[n];return"string"==typeof r?t.push(r):Array.isArray(r)&&(t=t.concat(r)),t}),[])}},{key:"getQueryParameter",value:function(e){var t;return window.location.search.substring(1).split("&").find((function(n){var r=ii(n.split("="),2),i=r[0],o=r[1];return i===e&&(t=o),t})),t}},{key:"setBsLocale",value:function(e){switch(e){case"de":(0,Ce.defineLocale)(e,Ce.deLocale),this.bsLocaleService.use(e);break;case"en":default:(0,Ce.defineLocale)("en-gb",Ce.enGbLocale),this.bsLocaleService.use("en-gb");break;case"es":(0,Ce.defineLocale)(e,Ce.esLocale),this.bsLocaleService.use(e);break;case"fr":(0,Ce.defineLocale)(e,Ce.frLocale),this.bsLocaleService.use(e);break;case"ja":(0,Ce.defineLocale)(e,Ce.jaLocale),this.bsLocaleService.use(e);break;case"ko":(0,Ce.defineLocale)(e,Ce.koLocale),this.bsLocaleService.use(e);break;case"nl":(0,Ce.defineLocale)(e,Ce.nlLocale),this.bsLocaleService.use(e);break;case"pl":(0,Ce.defineLocale)(e,Ce.plLocale),this.bsLocaleService.use(e);break;case"pt":(0,Ce.defineLocale)(e,Ce.ptBrLocale),this.bsLocaleService.use(e);break;case"ru":(0,Ce.defineLocale)(e,Ce.ruLocale),this.bsLocaleService.use(e);break;case"zh":(0,Ce.defineLocale)(e,Ce.zhCnLocale),this.bsLocaleService.use(e)}}}],[{key:"defaultLang",value:function(){return window.localStorage.getItem(e.SAVE_LANGUAGE_KEY)}}]),e}();vo.SAVE_LANGUAGE_KEY="c8y_language",vo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vo,deps:[{token:ye.TranslateService},{token:Hi},{token:Gi},{token:ke.BsLocaleService,optional:!0}],target:r["ɵɵFactoryTarget"].Injectable}),vo.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vo,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vo,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:ye.TranslateService},{type:Hi},{type:Gi},{type:ke.BsLocaleService,decorators:[{type:r.Optional}]}]}});var bo=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return e.bytes(t,n)}}],[{key:"bytes",value:function(e,t){if((0,c.isNaN)(e)||!(0,c.isFinite)(e))return"-";if(0===e)return 0;var n=Math.floor(Math.log(e)/Math.log(1e3)),r=(e/Math.pow(1e3,Math.floor(n))).toFixed(t);return"".concat(r," ").concat(["bytes","kB","MB","GB","TB","PB"][n])}}]),e}();bo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bo,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),bo.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:bo,name:"bytes"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bo,decorators:[{type:r.Pipe,args:[{name:"bytes"}]}]});var ko=864e13,Co=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this,e)).translateService=r,i}return Ci(n,[{key:"transform",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"medium",r=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0,o=e,a=!1,s=!1;"number"!=typeof e||isNaN(e)||(o=Math.min(e,ko),o=Math.max(o,-ko),a=e<-ko,s=e>ko);var c=ni(vi(n.prototype),"transform",this).call(this,o,t,r,i);return a?c=this.translateService.instant("before {{date}}",{date:c}):s&&(c=this.translateService.instant("after {{date}}",{date:c})),c}}]),n}(u.DatePipe);Co.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Co,deps:[{token:r.LOCALE_ID},{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Pipe}),Co.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Co,name:"c8yDate"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Co,decorators:[{type:r.Pipe,args:[{name:"c8yDate"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Inject,args:[r.LOCALE_ID]}]},{type:ye.TranslateService}]}});var Io=function(){function e(t,n){bi(this,e),this.elementRef=t,this.renderer=n,this.MARGIN_BOTTOM=10,this.VISIBILITY="visibility",this.DROPUP="dropup"}return Ci(e,[{key:"onClick",value:function(){var e,t;this.elementRef.nativeElement.classList.contains("open")&&((0,c.forEach)(this.elementRef.nativeElement.children,(function(n){n.classList.contains("dropdown-menu")&&(e=n),n.classList.contains("dropdown-toggle")&&(t=n)})),e&&t&&(this.renderer.setStyle(e,this.VISIBILITY,"hidden"),this.shouldDropup(e,t),this.renderer.removeStyle(e,this.VISIBILITY)))}},{key:"shouldDropup",value:function(e,t){var n=e.getBoundingClientRect().height,r=t.getBoundingClientRect().bottom,i=window.innerHeight;n+r+this.MARGIN_BOTTOM>=i?this.renderer.addClass(this.elementRef.nativeElement,this.DROPUP):this.elementRef.nativeElement.classList.contains(this.DROPUP)&&this.renderer.removeClass(this.elementRef.nativeElement,this.DROPUP)}}]),e}();Io.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Io,deps:[{token:r.ElementRef},{token:r.Renderer2}],target:r["ɵɵFactoryTarget"].Directive}),Io.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Io,selector:"[dropdown][c8yBsDropdownDirection],[dropdown][c8yDropdownDirection]",host:{listeners:{click:"onClick()"}},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Io,decorators:[{type:r.Directive,args:[{selector:"[dropdown][c8yBsDropdownDirection],[dropdown][c8yDropdownDirection]"}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:r.Renderer2}]},propDecorators:{onClick:[{type:r.HostListener,args:["click"]}]}});var wo=function(){function e(t,n){bi(this,e),this.el=t,this.renderer=n,this.c8yMatch=/^c8y-/,this.klasses=[],this.currentClasses=""}return Ci(e,[{key:"c8yIcon",set:function(e){this.updateIcon(e)}},{key:"isC8y",value:function(e){return this.c8yMatch.test(e)}},{key:"getClasses",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="";if(e){var n=e.trim(),r=this.isC8y(n),i=r?n.replace(this.c8yMatch,"c8y-icon-"):"dlt-c8y-icon-".concat(n);t="".concat(r?"c8y-icon":""," ").concat(i)}return t}},{key:"updateIcon",value:function(e){var t=this,n=this.getClasses(e);n!==this.currentClasses&&(this.currentClasses.split(/\s/).filter((function(e){return e})).forEach((function(e){t.renderer.removeClass(t.el.nativeElement,e)})),n.split(/\s/).filter((function(e){return e})).forEach((function(e){t.renderer.addClass(t.el.nativeElement,e)})),this.currentClasses=n)}}]),e}();wo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wo,deps:[{token:r.ElementRef},{token:r.Renderer2}],target:r["ɵɵFactoryTarget"].Directive}),wo.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:wo,selector:"[c8yIcon]",inputs:{c8yIcon:"c8yIcon"},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wo,decorators:[{type:r.Directive,args:[{selector:"[c8yIcon]"}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:r.Renderer2}]},propDecorators:{c8yIcon:[{type:r.Input}]}});var So,xo=["home","th","bar-chart-o","tasks","tachometer","bell","puzzle-piece","map-marker","location-arrow","globe","power-off","desktop","laptop","mobile","signal","qrcode","file","file-text","folder","folder-open","archive","ssd","book","bookmark","tag","flag","search","heart","star","bolt","cog","cogs","wrench","ban","user","users","sign-in","sign-out","upload","download","cloud-upload","cloud-download","cloud","hourglass","refresh","repeat","undo","lock","unlock","info","question-circle","exclamation-circle","bug","calendar","random","asterisk","key","link","chain-broken","external-link","picture-o","comment","bullhorn","phone","lightbulb-o","flask","cloud-network","exchange","code-fork","keyboard-o","terminal","code","clipboard","pencil","envelope","inbox","reply","share","thumbs-up","thumbs-down","check","plus","expand","compress","arrows","arrow-up","arrow-down","arrow-left","arrow-right","th-list","bars","table","columns","filter","sort","sort-up","sort-down","ellipsis-h","ellipsis-v","rss"],Do=Ci((function e(){bi(this,e)}));Do.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Do,deps:[],target:r["ɵɵFactoryTarget"].Component}),Do.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Do,selector:"c8y-ui-empty-state",inputs:{icon:"icon",title:"title",subtitle:"subtitle",horizontal:"horizontal"},ngImport:i,template:'
    \n \n\n \n
    \n

    {{ title | translate }}

    \n

    {{ subtitle | translate }}

    \n
    \n \n
    \n
    \n
    \n\n \n
    \n

    \n {{ title | translate }}\n

    \n

    {{ subtitle | translate }}

    \n
    \n \n
    \n
    \n
    \n\n \n \n \n
    \n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Do,decorators:[{type:r.Component,args:[{selector:"c8y-ui-empty-state",template:'
    \n \n\n \n
    \n

    {{ title | translate }}

    \n

    {{ subtitle | translate }}

    \n
    \n \n
    \n
    \n
    \n\n \n
    \n

    \n {{ title | translate }}\n

    \n

    {{ subtitle | translate }}

    \n
    \n \n
    \n
    \n
    \n\n \n \n \n
    \n'}]}],propDecorators:{icon:[{type:r.Input}],title:[{type:r.Input}],subtitle:[{type:r.Input}],horizontal:[{type:r.Input}]}}),function(e){e.ARCHIVE="archive",e.AUDIO="audio",e.CODE="code",e.EXCEL="excel",e.IMAGE="image",e.PDF="pdf",e.POWERPOINT="powerpoint",e.TEXT="text",e.VIDEO="video",e.WORD="word",e.EPL="epl"}(So||(So={}));var $o=function(){function e(t,n){var r;bi(this,e),this.systemOptionsService=t,this.inventoryBinaryService=n,this.DEFAULT_BYTES_LIMIT=52428800,this.FILENAME_MAX_LENGTH=128,this.fileTypeExtensionsMap=(li(r={},So.ARCHIVE,{exts:["7z","apk","cab","gz","iso","jar","rar","tar","zip"]}),li(r,So.AUDIO,{exts:["3gp","aiff","aac","amr","m4a","m4p","mp3","oga","ogg","raw","wav","wma"]}),li(r,So.CODE,{exts:["aspx","exe","htm","html","jad","js","json","jsp","php","xml"]}),li(r,So.EXCEL,{exts:["xls","xlsx"]}),li(r,So.IMAGE,{exts:["bmp","gif","jpeg","jpg","png","tiff","svg","ico","apng","webp"]}),li(r,So.PDF,{exts:["pdf"]}),li(r,So.POWERPOINT,{exts:["ppt","pptx"]}),li(r,So.TEXT,{exts:["txt"]}),li(r,So.VIDEO,{exts:["asf","avi","flv","mov","mp4","ogv","qt","rm","rmvb","wmv","3gp"]}),li(r,So.WORD,{exts:["doc","docx"]}),li(r,So.EPL,{exts:["mon"]}),r),this.fileSizeLimitCfg={systemOption:{category:"files",key:"max.size"},defaultBytesLimit:this.DEFAULT_BYTES_LIMIT,actualBytesLimit:void 0}}var t,n,r,i,o;return Ci(e,[{key:"haveValidSizes",value:(o=ui(di().mark((function e(t){var n,r=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.loadBytesSizeLimit();case 2:return n=e.sent,e.abrupt("return",(0,c.every)(t,(function(e){return r.size(e)<=n})));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"loadBytesSizeLimit",value:(i=ui(di().mark((function e(){var t,n,r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.DEFAULT_BYTES_LIMIT,!this.fileSizeLimitCfg.actualBytesLimit){e.next=3;break}return e.abrupt("return",this.fileSizeLimitCfg.actualBytesLimit);case 3:return n=this.fileSizeLimitCfg.systemOption,e.prev=4,e.next=7,this.systemOptionsService.detail(n);case 7:if(r=e.sent,i=r.data.value){e.next=11;break}return e.abrupt("return",t);case 11:if(o=parseInt(i,10),!(0,c.isNaN)(o)){e.next=14;break}return e.abrupt("return",t);case 14:this.fileSizeLimitCfg.actualBytesLimit=o,t=o,e.next=20;break;case 18:e.prev=18,e.t0=e.catch(4);case 20:return e.abrupt("return",t);case 21:case"end":return e.stop()}}),e,this,[[4,18]])}))),function(){return i.apply(this,arguments)})},{key:"size",value:function(e){var t=(0,c.get)(e,"length")||(0,c.get)(e,"size"),n=(0,c.get)(e,"_attachments"),r=(0,c.get)(n,(0,c.first)((0,c.keys)(n)));return(0,c.isUndefined)(t)?(0,c.get)(r,"length"):t}},{key:"haveValidExtensions",value:function(e,t){var n=this;if(!t)return!0;var r=(e.item?Array.from(e):Array.isArray(e)?e:[e]).map((function(e){var t;return null===(t=n.getFileExtension(e))||void 0===t?void 0:t.toLowerCase()})),i=this.extractFileExtensions(t);return r.every((function(e){return i.includes(e)}))}},{key:"checkMaxLength",value:function(e){var t=this;return(0,c.every)(e,(function(e){return t.FILENAME_MAX_LENGTH>e.name.length}))}},{key:"getFileExtension",value:function(e){var t=e.name.split(".");if(1!==t.length)return t.pop()}},{key:"getFileExtensions",value:function(){return(0,c.uniq)((0,c.flatten)((0,c.map)(this.fileTypeExtensionsMap,(function(e){return e.exts}))))}},{key:"getGenericFileTypes",value:function(){return Object.keys(this.fileTypeExtensionsMap)}},{key:"mapGenericFileTypesToExtensions",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=t.map((function(t){return e.fileTypeExtensionsMap[t].exts}));return(0,c.uniq)((0,c.flatten)(n))}},{key:"extractFileExtensions",value:function(e){var t=this;if(!e)return[];var n=e.split(",").map((function(e){return e.toLowerCase().trim()})),r=n.filter((function(e){return t.isGenericType(e)})),i=n.filter((function(e){return!t.isGenericType(e)})),o=[].concat(wi(this.mapGenericFileTypesToExtensions(r)),wi(i)).map((function(e){return e.replace(".","")}));return(0,c.uniq)(o)}},{key:"toBase64",value:function(e){return new Promise((function(t,n){var r=new FileReader;r.readAsDataURL(e),r.onload=function(){return t(String(r.result))},r.onerror=function(e){return n(e)}}))}},{key:"getFile",value:(r=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.inventoryBinaryService.download(t.id);case 2:return n=e.sent,e.next=5,n.arrayBuffer();case 5:return r=e.sent,e.abrupt("return",new File([r],t.name,{type:t.contentType}));case 7:case"end":return e.stop()}}),e,this)}))),function(e){return r.apply(this,arguments)})},{key:"getHashSumOfFile",value:(n=ui(di().mark((function e(t){var n,r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.arrayBuffer();case 2:return n=e.sent,e.next=5,crypto.subtle.digest("SHA-256",n);case 5:return r=e.sent,i=Array.from(new Uint8Array(r)),o=i.map((function(e){return e.toString(16).padStart(2,"0")})).join(""),e.abrupt("return",o);case 9:case"end":return e.stop()}}),e)}))),function(e){return n.apply(this,arguments)})},{key:"download",value:(t=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getFile(t);case 2:n=e.sent,(0,Ie.saveAs)(n);case 4:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"isGenericType",value:function(e){return Object.values(So).includes(e)}}]),e}();$o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$o,deps:[{token:g.SystemOptionsService},{token:g.InventoryBinaryService}],target:r["ɵɵFactoryTarget"].Injectable}),$o.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$o,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$o,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:g.SystemOptionsService},{type:g.InventoryBinaryService}]}});var Eo=function(){function e(t){bi(this,e),this.realtimeSubject=t,this.isActive=new a.BehaviorSubject(!0)}return Ci(e,[{key:"active",get:function(){return this.isActive.value}},{key:"onAll$",value:function(e){var t=this.realtimeSubject.getObservableForChannel(this.getChannel(e));return this.isActive.pipe((0,s.switchMap)((function(e){return e?t:a.NEVER})))}},{key:"start",value:function(){this.active||this.isActive.next(!0)}},{key:"stop",value:function(){this.active&&this.isActive.next(!1)}},{key:"onCreate$",value:function(e){return this.onAll$(e).pipe((0,s.filter)((function(e){return"CREATE"===e.realtimeAction})),(0,s.map)((function(e){return e.data})))}},{key:"onUpdate$",value:function(e){return this.onAll$(e).pipe((0,s.filter)((function(e){return"UPDATE"===e.realtimeAction})),(0,s.map)((function(e){return e.data})))}},{key:"onDelete$",value:function(e){return this.onAll$(e).pipe((0,s.filter)((function(e){return"DELETE"===e.realtimeAction})),(0,s.map)((function(e){return(0,we.su)(e.data)})))}},{key:"getIdString",value:function(e){var t;return t="object"===ti(e)?e.id:e,String(t)}},{key:"getChannel",value:function(e){return e?this.channel().replace("*",this.getIdString(e)):this.channel()}}]),e}(),To=function(){function e(t,n){bi(this,e),this.element=t,this.cdRef=n,this.useIntersection=!0,this.hidden=!1,this.class="c8y-list__item p-0",this.maxIterations=10,this.hideNoMoreDataHint=!1,this.onLoad=new r.EventEmitter,this.isLoading=!1,this.counter=0,this.hasNoMoreData=!1,this.LOAD_SAME_PAGE_THRESHOLD=50,this.destroyed=!1}var t;return Ci(e,[{key:"hostClass",get:function(){return this.hidden||!this.hasMore&&!this.hasNoMoreData?"":this.class}},{key:"hasMore",get:function(){return this.paging&&(this.paging.totalPages>this.paging.currentPage||!!this.paging.nextPage)}},{key:"ngAfterContentInit",value:function(){var e=this;this.destroyed=!1,this.useIntersection&&"IntersectionObserver"in window&&(this.intersectionObserver=new IntersectionObserver((function(t){return e.buttonInView(t[0])}),{root:this.container?this.container.nativeElement:null}),this.intersectionObserver.observe(this.element.nativeElement)),this.hasNoMoreData=this.shouldShowNoMoreDataHint()}},{key:"ngOnDestroy",value:function(){this.destroyed=!0,this.intersectionObserver&&(this.intersectionObserver.disconnect(),this.intersectionObserver.unobserve(this.element.nativeElement),clearTimeout(this.loadUntilIntersected))}},{key:"loadMore",value:(t=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.destroyed){e.next=17;break}if(this.isLoading=!0,this.cdRef.detectChanges(),t&&t.stopPropagation(),!this.hasMore){e.next=14;break}return e.next=7,this.paging.next();case 7:n=e.sent,this.paging=n.paging,this.onLoad.emit(n.data),this.intersectionLoading(),this.hasNoMoreData=this.shouldShowNoMoreDataHint(),e.next=16;break;case 14:this.counter=0,this.isLoading=!1;case 16:this.cdRef.detectChanges();case 17:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"intersectionLoading",value:function(){var e=this;this.useIntersection&&this.hasMore&&null!==this.loadUntilIntersected?(this.loadUntilIntersected=setTimeout((function(){return e.loadMore()}),this.getLoadingThreshold()),this.useIntersection=this.shouldSwitchMode()):(this.isLoading=!1,this.loadUntilIntersected=void 0,this.cdRef.detectChanges())}},{key:"getLoadingThreshold",value:function(){return this.LOAD_SAME_PAGE_THRESHOLD*this.counter++}},{key:"shouldShowNoMoreDataHint",value:function(){return(0!==this.counter||this.noMoreDataHint)&&!this.hasMore&&!this.hidden}},{key:"shouldSwitchMode",value:function(){return this.counter\n \n \n \n \n Load page {{ pageNo }}\n \n \n \n \n \n \n Page {{ pageNo }} is loading…\n \n \n \n\n\n\n \n\n\n\n
    \n \n
    \n
    \n\n\n \n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:To,decorators:[{type:r.Component,args:[{selector:"c8y-load-more",template:'\n \n \n \n \n Load page {{ pageNo }}\n \n \n \n \n \n \n Page {{ pageNo }} is loading…\n \n \n \n\n\n\n \n\n\n\n
    \n \n
    \n
    \n\n\n \n\n'}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:r.ChangeDetectorRef}]},propDecorators:{paging:[{type:r.Input}],useIntersection:[{type:r.Input}],hidden:[{type:r.Input}],container:[{type:r.Input}],class:[{type:r.Input}],maxIterations:[{type:r.Input}],noMoreDataHint:[{type:r.Input}],loadingTemplate:[{type:r.Input}],hideNoMoreDataHint:[{type:r.Input}],loadNextLabel:[{type:r.Input}],loadingLabel:[{type:r.Input}],onLoad:[{type:r.Output}],hostClass:[{type:r.HostBinding,args:["class"]}]}});var _o=function(){function e(t,n,r,i){bi(this,e),this._viewport=null,this._scrolledIndexChange=new a.Subject,this.destroy=new a.Subject,this._itemSizePx=t,this._offsetSizePx=n,this._minBufferPx=r,this._maxBufferPx=i,this.scrolledIndexChange=this._scrolledIndexChange.pipe((0,s.distinctUntilChanged)()),this.destroy$=this.destroy.asObservable()}return Ci(e,[{key:"attach",value:function(e){var t=this;this._viewport=e,this._updateTotalContentSize(),this._updateRenderedRange(),(0,a.fromEvent)(window,"scroll").pipe((0,s.takeUntil)(this.destroy$),(0,s.debounceTime)(10)).subscribe((function(){t._updateRenderedRange()}))}},{key:"detach",value:function(){this._scrolledIndexChange.complete(),this._viewport=null,this.destroy.next(),this.destroy.complete()}},{key:"updateItemAndBufferSize",value:function(e,t,n,r){this._itemSizePx=e,this._offsetSizePx=t,this._minBufferPx=n,this._maxBufferPx=r,this._updateTotalContentSize(),this._updateRenderedRange()}},{key:"onContentScrolled",value:function(){this._updateRenderedRange()}},{key:"onDataLengthChanged",value:function(){this._updateTotalContentSize(),this._updateRenderedRange()}},{key:"onContentRendered",value:function(){}},{key:"onRenderedOffsetChanged",value:function(){}},{key:"scrollToIndex",value:function(e,t){this._viewport&&this._viewport.scrollToOffset(e*this._itemSizePx,t)}},{key:"_updateTotalContentSize",value:function(){var e=this;this._viewport&&(this._viewport.setTotalContentSize(this._viewport.getDataLength()*this._itemSizePx+this._offsetSizePx),this._viewport._changeDetectorRef.detectChanges(),setTimeout((function(){var t,n=e._viewport.elementRef.nativeElement.children[0].children;n.length>0&&(e._itemSizePx=null===(t=n[0])||void 0===t?void 0:t.clientHeight,e._viewport.setTotalContentSize(e._viewport.getDataLength()*e._itemSizePx+e._offsetSizePx))}),100))}},{key:"_updateRenderedRange",value:function(){if(this._viewport){var e=window.innerHeight,t=window.pageYOffset,n=this._viewport.getRenderedRange(),r={start:n.start,end:n.end},i=this._viewport.getDataLength(),o=this._itemSizePx>0?t/this._itemSizePx:0;if(r.end>i){var a=Math.ceil(e/this._itemSizePx),s=Math.max(0,Math.min(o,i-a));o!==s&&(o=s,t=s*this._itemSizePx,r.start=Math.floor(o)),r.end=Math.max(0,Math.min(i,r.start+a))}var c=t-r.start*this._itemSizePx;if(c0&&(r.end=Math.min(i,r.end+p),r.start=Math.max(0,Math.floor(o-this._minBufferPx/this._itemSizePx)))}}this._viewport.setRenderedRange(r),this._viewport.setRenderedContentOffset(this._itemSizePx*r.start),this._scrolledIndexChange.next(Math.floor(o))}}}]),e}();function Fo(e){return e._scrollStrategy}var Oo=function(){function e(){bi(this,e),this._itemSizePx=20,this._minBufferPx=100,this._maxBufferPx=200,this._offsetSizePx=0,this._scrollStrategy=new _o(this.itemSizePx,this.offsetSizePx,this.minBufferPx,this.maxBufferPx)}return Ci(e,[{key:"itemSizePx",get:function(){return this._itemSizePx},set:function(e){this._itemSizePx=(0,we.su)(e)}},{key:"minBufferPx",get:function(){return this._minBufferPx},set:function(e){this._minBufferPx=(0,we.su)(e)}},{key:"maxBufferPx",get:function(){return this._maxBufferPx},set:function(e){this._maxBufferPx=(0,we.su)(e)}},{key:"offsetSizePx",get:function(){return this._offsetSizePx},set:function(e){this._offsetSizePx=(0,we.su)(e)}},{key:"ngOnChanges",value:function(){this._scrollStrategy.updateItemAndBufferSize(this.itemSizePx,this.offsetSizePx,this.minBufferPx,this.maxBufferPx)}}]),e}();Oo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Oo,deps:[],target:r["ɵɵFactoryTarget"].Directive}),Oo.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Oo,selector:"cdk-virtual-scroll-viewport[windowVirtualScrollStrategy]",inputs:{itemSizePx:"itemSizePx",minBufferPx:"minBufferPx",maxBufferPx:"maxBufferPx",offsetSizePx:"offsetSizePx"},providers:[{provide:p.yU,useFactory:Fo,deps:[(0,r.forwardRef)((function(){return Oo}))]}],usesOnChanges:!0,ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Oo,decorators:[{type:r.Directive,args:[{selector:"cdk-virtual-scroll-viewport[windowVirtualScrollStrategy]",providers:[{provide:p.yU,useFactory:Fo,deps:[(0,r.forwardRef)((function(){return Oo}))]}]}]}],propDecorators:{itemSizePx:[{type:r.Input}],minBufferPx:[{type:r.Input}],maxBufferPx:[{type:r.Input}],offsetSizePx:[{type:r.Input}]}});var Po=function(){function e(){bi(this,e),this.filterPipe=(0,a.pipe)((0,s.tap)()),this.trackByFn=function(e,t){return t.id}}return Ci(e,[{key:"apply",value:function(){var e=this;this.items$=(0,a.of)(this.items).pipe((function(t){return e.filterPipe(t)}),(0,s.map)((function(e){return e})))}}]),e}();Po.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Po,deps:[],target:r["ɵɵFactoryTarget"].Component}),Po.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Po,selector:"c8y-virtual-scroller-wrapper",inputs:{items:"items",itemHeight:"itemHeight",containerHeight:"containerHeight",template:"template",filterPipe:"filterPipe",strategy:"strategy",trackByFn:"trackByFn"},ngImport:i,template:'\n \n \n
    \n \n
    \n
    \n
    \n\n \n \n
    \n \n
    \n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:u.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:u.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"directive",type:p.xd,selector:"cdk-virtual-scroll-viewport[itemSize]",inputs:["itemSize","minBufferPx","maxBufferPx"]},{kind:"directive",type:p.x0,selector:"[cdkVirtualFor][cdkVirtualForOf]",inputs:["cdkVirtualForOf","cdkVirtualForTrackBy","cdkVirtualForTemplate","cdkVirtualForTemplateCacheSize"]},{kind:"component",type:p.N7,selector:"cdk-virtual-scroll-viewport",inputs:["orientation","appendOnly"],outputs:["scrolledIndexChange"]},{kind:"directive",type:Oo,selector:"cdk-virtual-scroll-viewport[windowVirtualScrollStrategy]",inputs:["itemSizePx","minBufferPx","maxBufferPx","offsetSizePx"]},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Po,decorators:[{type:r.Component,args:[{selector:"c8y-virtual-scroller-wrapper",template:'\n \n \n
    \n \n
    \n
    \n
    \n\n \n \n
    \n \n
    \n
    \n
    \n
    \n'}]}],propDecorators:{items:[{type:r.Input}],itemHeight:[{type:r.Input}],containerHeight:[{type:r.Input}],template:[{type:r.Input}],filterPipe:[{type:r.Input}],strategy:[{type:r.Input}],trackByFn:[{type:r.Input}]}});var No=function(){function e(t,n,i,o){var c=this;bi(this,e),this.tpl=t,this.vcr=n,this.componentFactoryResolver=i,this.cdRef=o,this.cachedData=[],this.loadMoreMode="auto",this.dataPipe=(0,a.pipe)((0,s.tap)()),this.itemDataPipe=(0,a.pipe)((0,s.map)((function(e){return[e]})),(function(e){return c.dataPipe(e)}),(0,s.map)((function(e){return ii(e,1)[0]}))),this.maxIterations=10,this.realtimeOptions={},this.unsubscribe$=new a.Subject,this.c8yForEnableVirtualScroll=!1,this.c8yForVirtualScrollStrategy="window",this.c8yForCount=new r.EventEmitter,this.count=0}return Ci(e,[{key:"shouldUseLoadMoreButton",get:function(){return"auto"===this.loadMoreMode||"show"===this.loadMoreMode||"hidden"===this.loadMoreMode}},{key:"hasMoreData",get:function(){return this.loadMore&&this.loadMore.hasMore}},{key:"length",get:function(){return this.cachedData.length}},{key:"c8yForOf",set:function(e){var t=this;e&&(this.obs$=((0,a.isObservable)(e)?e:(0,a.of)(e)).pipe((0,s.map)((function(e){if(null===e)return t.paging=null,[];var n=e.paging,r=e.data;return t.paging=n,r}))))}},{key:"c8yForLoadMore",set:function(e){this.loadMoreMode=e}},{key:"c8yForPipe",set:function(e){e&&(this.dataPipe=e)}},{key:"c8yForNotFound",set:function(e){this.notFoundTemplate=e,this.loadMore&&(this.loadMore.noMoreDataHint=e)}},{key:"c8yForMaxIterations",set:function(e){this.maxIterations=e}},{key:"c8yForLoadingTemplate",set:function(e){this.loadingTemplate=e}},{key:"c8yForLoadNextLabel",set:function(e){this.loadNextLabel=e}},{key:"c8yForRealtime",set:function(e){this.realtime=e}},{key:"c8yForRealtimeOptions",set:function(e){this.realtimeOptions=e}},{key:"c8yForComparator",set:function(e){this.comparator=e}},{key:"ngOnInit",value:function(){this.handleRealtime()}},{key:"ngOnChanges",value:function(e){var t=this;if(this.obs$&&(e.c8yForPipe||e.c8yForOf)){this.unsubscribePaging(),this.virtualScrollInstance&&(this.virtualScrollInstance.filterPipe=this.dataPipe,window.scrollTo({top:0}));var n=!this.hasMoreData&&!!e.c8yForPipe&&!e.c8yForOf;n&&(this.obs$=(0,a.of)(this.cachedData)),this.pagingSub=this.obs$.pipe((0,s.tap)((function(e){n||(t.cachedData=e)}))).pipe((function(e){return t.dataPipe(e)})).subscribe((function(e){t.updateCount(e.length),t.render(e,n)}))}}},{key:"ngOnDestroy",value:function(){this.unsubscribePaging(),this.unsubscribe$.next(),this.unsubscribe$.complete()}},{key:"handleRealtime",value:function(){this.realtime&&(this.handleRealtimeCreate(),this.handleRealtimeUpdate(),this.handleRealtimeDelete())}},{key:"handleRealtimeCreate",value:function(){var e=this,t=this.realtimeOptions.entityOrId;this.realtime.onCreate$(t).pipe((function(t){return e.itemDataPipe(t)}),(0,s.filter)((function(e){return e})),(0,s.takeUntil)(this.unsubscribe$)).subscribe((function(t){return e.insert(t)}))}},{key:"handleRealtimeUpdate",value:function(){var e=this,t=this.realtimeOptions.entityOrId;this.realtime.onUpdate$(t).pipe((function(t){return(0,a.combineLatest)([t,t.pipe((function(t){return e.itemDataPipe(t)}),(0,s.map)((function(e){return void 0!==e})))])}),(0,s.takeUntil)(this.unsubscribe$)).subscribe((function(t){var n=ii(t,2),r=n[0],i=n[1],o=e.realtimeOptions,a=o.insertOnUpdate,s=o.removeOnUpdate;e.isDisplayed((0,we.su)(r.id))?i?e.update(r):s&&e.remove((0,we.su)(r.id)):i&&a&&e.insert(r)}))}},{key:"handleRealtimeDelete",value:function(){var e=this,t=this.realtimeOptions.entityOrId;this.realtime.onDelete$(t).pipe((0,s.takeUntil)(this.unsubscribe$)).subscribe((function(t){return e.remove((0,we.su)(t))}))}},{key:"render",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.c8yForEnableVirtualScroll)return this.virtualScrollInstance||(this.virtualScrollInstance=this.createVirtualScrollWrapperComponent(),this.shouldUseLoadMoreButton&&(this.loadMore=this.createLoadMoreButtonComponent(!1))),void this.setVirtualScrollContents(e);this.vcr.clear(),e.forEach((function(e,n){var r={$implicit:e,index:n,length:t.length,hasMore:t.hasMoreData,loadMoreComponent:t.loadMore};t.vcr.createEmbeddedView(t.tpl,r)})),this.shouldUseLoadMoreButton&&(this.loadMore=this.createLoadMoreButtonComponent(n))}},{key:"append",value:function(e){var t=this;this.c8yForEnableVirtualScroll?this.appendVirtualScrollContent(e):e.forEach((function(e){var n=t.shouldUseLoadMoreButton?t.vcr.length-1:t.vcr.length,r={$implicit:e,index:n,length:t.length,hasMore:t.hasMoreData,loadMoreComponent:t.loadMore};t.vcr.createEmbeddedView(t.tpl,r,n)}))}},{key:"loadMoreData",value:function(e){e.length>0&&(this.updateCount(e.length),this.append(e)),this.cdRef.detectChanges()}},{key:"createLoadMoreButtonComponent",value:function(e){var t=this,n=this.componentFactoryResolver.resolveComponentFactory(To),r=this.vcr.createComponent(n).instance;return r.paging=this.paging,r.useIntersection="auto"===this.loadMoreMode||"hidden"===this.loadMoreMode,r.hidden="hidden"===this.loadMoreMode,r.maxIterations=this.maxIterations,r.noMoreDataHint=this.notFoundTemplate,r.loadingTemplate=this.loadingTemplate,r.loadNextLabel=this.loadNextLabel,this.pagingSub=r.onLoad.pipe((0,s.map)((function(e){return t.checkForDuplicates(e)})),(0,s.tap)((function(e){t.cachedData=t.cachedData.concat(e)}))).pipe((function(e){return t.dataPipe(e)})).subscribe((function(e){return t.loadMoreData(e)})),e&&(0,c.assign)(r,this.loadMore),r}},{key:"createVirtualScrollWrapperComponent",value:function(){var e=this.componentFactoryResolver.resolveComponentFactory(Po),t=this.vcr.createComponent(e).instance;return t.items=this.cachedData,t.itemHeight=this.c8yForVirtualScrollElementSize,t.template=this.tpl,t.strategy=this.c8yForVirtualScrollStrategy,t.containerHeight=this.c8yForVirtualScrollContainerHeight,t}},{key:"insert",value:function(e){var t,n=0;if(this.comparator&&this.cachedData.length)do{var r=this.vcr.get(n),i=(0,c.get)(r,"context.$implicit");(t=e&&i?this.comparator(e,i):0)<=0&&n++}while(t<=0&&n0&&void 0!==arguments[0]?arguments[0]:"Cumulocity",n=this.getAppName(t);return e=this.isPublicApp(t)?"{{ appName | translate }} (public)":n,this.translateService.stream(e,{appName:n})}},{key:"getAppName",value:function(e){var t=this.getFirstDefined([(0,Se.get)(e,"name"),(0,Se.get)(e,"contextPath"),e])||"";return this.internalApps[t]||this.humanize(t)}},{key:"getFirstDefined",value:function(e){return(0,Se.find)(e,(0,Se.negate)(Se.isUndefined))}},{key:"isPublicApp",value:function(e){return Boolean((0,Se.get)(e,"public"))}},{key:"humanize",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=e.replace(/_/g," ").split("");return t[0]=(t[0]||"").toUpperCase(),t.join("")}}]),e}();Ao.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ao,deps:[{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Pipe}),Ao.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Ao,name:"humanizeAppName"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ao,decorators:[{type:r.Pipe,args:[{name:"humanizeAppName"}]}],ctorParameters:function(){return[{type:ye.TranslateService}]}});var Mo,Ro=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(t){return e.humanize(t)}}],[{key:"humanize",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=e.replace(/\./g," ").replace(/c8y[\s,_]*/gi,"").replace(/_/g," ").replace(/([A-Z][a-z])/g," $1").replace(/^\$\.?/,"").replace(/^\s*/,"").replace(/\s*$/,"").replace(/\s+/g," "),(0,c.upperFirst)(e)}}]),e}();Ro.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ro,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),Ro.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Ro,name:"humanize"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ro,decorators:[{type:r.Pipe,args:[{name:"humanize"}]}]}),function(e){e.DEVICE="device",e.GROUP="group"}(Mo||(Mo={}));var Lo=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"isAnyDevice",value:function(t){return e.isRootDevice(t)||!e.hasFragmentOrTypeFromBlacklist(t)}},{key:"hasFragmentOrTypeFromBlacklist",value:function(t){return e.hasTypeFromBlacklist(t)||e.hasFragmentFromBlacklist(t)}},{key:"hasTypeFromBlacklist",value:function(t){var n=(0,c.get)(t,"type","");return(0,c.some)(e.TYPES_FOR_NO_DEVICE,(function(e){return n.includes(e)}))}},{key:"hasFragmentFromBlacklist",value:function(t){return!!(0,c.find)(e.FRAGMENTS_FOR_NO_DEVICE,(function(e){return!(0,c.isUndefined)(t[e])}))}},{key:"isRootDevice",value:function(t){return!!t[e.DEVICE_FRAGMENT_TYPE]}}]),e}();Lo.FRAGMENTS_FOR_NO_DEVICE=["c8y_Dashboard","c8y_Report","c8y_Kpi","c8y_ExportConfiguration","c8y_IsBinary","c8y_NoDevice","c8y_IsDeviceGroup","c8y_IsDynamicGroup","c8y_Group","com_cumulocity_model_smartrest_SmartRestTemplate","com_cumulocity_model_devicesimulator_SensorTemplate","_attachments","c8y_IsDeviceType","c8y_objectmapping_ObjectMapping","c8y_IsAssetType"],Lo.TYPES_FOR_NO_DEVICE=["c8y_ConfigurationDump","c8y_Firmware","c8y_SmartRule","c8y_Software","impact_object_mapping","c8y_UserPreference","c8y_TenantPolicy","c8y_PrivateSmartRule","c8y_SmartRest2Template","c8y_JsonSchema","c8y_DeviceShellTemplate","c8y_DemoStatus","c8y_DataBroker","c8y_Application_","brandingVariables","c8y_DeviceSimulator","c8y_CertificateMetadata","lwm2m_post_registration","c8y_microservice_manifest_"],Lo.DEVICE_FRAGMENT_TYPE="c8y_IsDevice",Lo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lo,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),Lo.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lo,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lo,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var Vo,jo=function(){function e(t,n,r){var i=this;bi(this,e),this.inventory=t,this.apiService=n,this.appStateService=r,this.ASSET_TYPE_GROUP_QUERY={__filter:{__and:[{__has:"c8y_IsAssetType"},{name:"group"}]}},this.assetTypesCache={},this.DEFAULT_GROUP_ICON="c8y-group",this.DEFAULT_GROUP_ICON_OPEN="c8y-group-open",this.appStateService.currentUser.pipe((0,s.map)((function(e){return null==e?void 0:e.id})),(0,s.distinctUntilChanged)(),(0,s.switchMap)((function(e){return e?(i.initAssetTypesCache(),i.subscribeForAssetTypeUpdates()):(i.assetTypesCache={},a.NEVER)}))).subscribe()}var t,n,r;return Ci(e,[{key:"initAssetTypesCache",value:(r=ui(di().mark((function e(){var t=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.inventory.list({fragmentType:"c8y_IsAssetType",withChildren:!1,pageSize:2e3});case 2:return e.sent.data.forEach((function(e){return t.addAssetType(e)})),e.abrupt("return");case 6:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})},{key:"getAssetTypeByName",value:function(e){if(this.assetTypesCache.hasOwnProperty(e))return this.assetTypesCache[e]}},{key:"getAssetTypeById",value:function(e){if(e)return Object.values(this.assetTypesCache).find((function(t){return t.id===e}))}},{key:"getIcon",value:function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=this.getAssetTypeByName(e),o=(null==i||null===(t=i.c8y_IsAssetType)||void 0===t||null===(n=t.icon)||void 0===n?void 0:n.name)||this.getDefaultGroupIcon(r);return o}},{key:"getDefaultGroupIcon",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e?this.DEFAULT_GROUP_ICON_OPEN:this.DEFAULT_GROUP_ICON}},{key:"createAssetTypeGroupIfNotExists",value:(n=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.inventory.listQuery(this.ASSET_TYPE_GROUP_QUERY);case 2:if(!(e.sent.data.length>0)){e.next=5;break}return e.abrupt("return");case 5:return e.next=7,this.createDefaultAssetTypeGroup();case 7:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"createDefaultAssetTypeGroup",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.inventory.create({label:"Group",name:"group",description:"Default group asset type",c8y_IsAssetType:{icon:"folder",propertyIds:[],allowedAssetTypeIds:[],isNoneChildAssetsAllowed:"false"}});case 2:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"addAssetType",value:function(e){e?this.assetTypesCache[e.name]=e:console.error("Asset type must not be null")}},{key:"deleteAssetType",value:function(e){if(e){var t=this.getAssetTypeById(e);t&&delete this.assetTypesCache[t.name]}else console.error("Asset type ID must not be null")}},{key:"updateAssetType",value:function(e){if(e){var t=this.getAssetTypeById(e.id);t&&(this.assetTypesCache[t.name]=Object.assign(t,e))}else console.error("Asset type must not be null")}},{key:"subscribeForAssetTypeUpdates",value:function(){var e=this;return this.apiService.hookResponse((function(t){return e.checkIfInventoryMoApiCall(t)})).pipe((0,s.tap)((function(t){var n;if(t||t.method){var r=null===(n=t.options)||void 0===n?void 0:n.body;if(r)try{var i=JSON.parse(r);if("DELETE"===t.method)return void e.deleteAssetType(i.id);if(!i.hasOwnProperty("c8y_IsAssetType"))return;if("PUT"===t.method)return void e.updateAssetType(i);e.addAssetType(i)}catch(e){}}})))}},{key:"checkIfInventoryMoApiCall",value:function(e){if(!e)return!1;var t="POST"===e.method||"DELETE"===e.method||"PUT"===e.method,n=e.url.includes("managedObjects");return t&&n}}]),e}();function Bo(e){return function(t,n,r){var i=r.value;r.value=function(){var t="_".concat(n,"Memoized");return this[t]||(this[t]=(0,c.memoize)(i,e)),this[t].apply(this,arguments)}}}jo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jo,deps:[{token:g.InventoryService},{token:x},{token:Hi}],target:r["ɵɵFactoryTarget"].Injectable}),jo.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jo,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jo,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:g.InventoryService},{type:x},{type:Hi}]}}),function(e){e.groupType="c8y_DeviceGroup",e.subGroupType="c8y_DeviceSubgroup",e.groupFragmentType="c8y_IsDeviceGroup",e.dataBrokerSourceFragment="c8y_BrokerSource",e.dynamicGroupType="c8y_DynamicGroup",e.dynamicGroupFragment="c8y_IsDynamicGroup",e.dynamicGroupColumnConfig="c8y_UIDeviceFilterConfig",e.dynamicGroupQueryString="c8y_DeviceQueryString"}(Vo||(Vo={}));var Uo=function(){function e(t){bi(this,e),this.assetTypesService=t,this.icons={brokerSourceInactive:{icon:"c8y-group-remote-inactive",iconOpen:"c8y-group-remote-inactive"},brokerSource:{icon:"c8y-group-remote",iconOpen:"c8y-group-remote-open"},group:{icon:"c8y-group",iconOpen:"c8y-group-open"},dynamicGroup:{icon:"c8y-group-smart",iconOpen:"c8y-group-smart-open"},other:{icon:"exchange",iconClass:"statusUnknown"}},this.dataBrokerSourceFragmentInactive="_".concat(Vo.dataBrokerSourceFragment)}return Ci(e,[{key:"getIcon",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.determineMoType(e);if("asset"===n)return this.getAssetCustomIcon(e.type,t);var r=this.getDefaultIcon(n);return t&&r.iconOpen||r.icon}},{key:"isGroup",value:function(e){return!!e[Vo.groupFragmentType]||e.type===Vo.groupType}},{key:"isDynamicGroup",value:function(e){return!!e[Vo.dynamicGroupFragment]||e.type===Vo.dynamicGroupType}},{key:"isDataBroker",value:function(e){return!!e[Vo.dataBrokerSourceFragment]||!!e[this.dataBrokerSourceFragmentInactive]}},{key:"isDataBrokerActive",value:function(e){return!!e[Vo.dataBrokerSourceFragment]&&!e[this.dataBrokerSourceFragmentInactive]}},{key:"isAsset",value:function(e){return!!e.c8y_IsAsset}},{key:"isAnyGroup",value:function(e){return this.isGroup(e)||this.isDynamicGroup(e)||this.isDataBroker(e)||this.isDataBrokerActive(e)}},{key:"isDevice",value:function(e){return!!e.c8y_IsDevice}},{key:"getAssetCustomIcon",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this.assetTypesService.getIcon(e,t)}},{key:"getDefaultIcon",value:function(e){return this.icons[e]}},{key:"determineMoType",value:function(e){return this.isAsset(e)?"asset":this.isDynamicGroup(e)?"dynamicGroup":this.isDataBrokerActive(e)?"brokerSource":this.isDataBroker(e)?"brokerSourceInactive":this.isGroup(e)?"group":"other"}}]),e}();Uo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Uo,deps:[{token:jo}],target:r["ɵɵFactoryTarget"].Injectable}),Uo.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Uo,providedIn:"root"}),(0,ve.__decorate)([Bo((0,Se.property)("id")),(0,ve.__metadata)("design:type",Function),(0,ve.__metadata)("design:paramtypes",[Object,Boolean]),(0,ve.__metadata)("design:returntype",String)],Uo.prototype,"getIcon",null),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Uo,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:jo}]},propDecorators:{getIcon:[]}});var Go=function(){function e(t){bi(this,e),this.groupService=t}return Ci(e,[{key:"transform",value:function(e,t){return t===Mo.DEVICE?Lo.isAnyDevice(e):t===Mo.GROUP&&(this.groupService.isGroup(e)||this.groupService.isDynamicGroup(e))}}]),e}();Go.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Go,deps:[{token:Uo}],target:r["ɵɵFactoryTarget"].Pipe}),Go.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Go,name:"shouldShowMo"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Go,decorators:[{type:r.Pipe,args:[{name:"shouldShowMo"}]}],ctorParameters:function(){return[{type:Uo}]}});var zo=function(){function e(t){bi(this,e),this.groupService=t}return Ci(e,[{key:"transform",value:function(e){return this.groupService.getIcon(e)}}]),e}();zo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zo,deps:[{token:Uo}],target:r["ɵɵFactoryTarget"].Pipe}),zo.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:zo,name:"getGroupIcon"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zo,decorators:[{type:r.Pipe,args:[{name:"getGroupIcon"}]}],ctorParameters:function(){return[{type:Uo}]}});var Ho=function(){function e(t,n,r){bi(this,e),this.appState=t,this.inventory=n,this.user=r}var t,n;return Ci(e,[{key:"canEdit",value:function(e,t){return this.checkIfCanEdit(e,t)}},{key:"hasRole",value:function(e){var t=this.appState.currentUser.value;if(!t)throw new Error("Roles can only be requested if the user is logged in.");return this.user.hasRole(t,e)}},{key:"hasAllRoles",value:function(e){var t=this.appState.currentUser.value;if(!t)throw new Error("Roles can only be requested if the user is logged in.");return this.user.hasAllRoles(t,e)}},{key:"hasAnyRole",value:function(e){var t=this.appState.currentUser.value;if(!t)throw new Error("Roles can only be requested if the user is logged in.");return this.user.hasAnyRole(t,e)}},{key:"checkIfOwner",value:(n=ui(di().mark((function e(t){var n,r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.appState.currentUser.value.userName;case 2:return n=e.sent,e.next=5,this.inventory.detail(t.id);case 5:return r=e.sent,i=r.data,e.abrupt("return",n===i.owner);case 8:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"checkWithRequest",value:function(e){var t=e.name,n={id:e.id,name:t};return this.inventory.update(n).then((function(){return!0})).catch((function(){return!1}))}},{key:"checkIfCanEdit",value:(t=ui(di().mark((function e(t,n){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.hasAnyRole(t);case 2:if(!e.sent){e.next=6;break}return e.abrupt("return",!0);case 6:return e.next=8,this.checkIfOwner(n);case 8:if(!e.sent){e.next=12;break}return e.abrupt("return",!0);case 12:return e.next=14,this.checkWithRequest(n);case 14:if(!e.sent){e.next=16;break}return e.abrupt("return",!0);case 16:return e.abrupt("return",!1);case 17:case"end":return e.stop()}}),e,this)}))),function(e,n){return t.apply(this,arguments)})}]),e}();Ho.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ho,deps:[{token:Hi},{token:g.InventoryService},{token:g.UserService}],target:r["ɵɵFactoryTarget"].Injectable}),Ho.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ho}),(0,ve.__decorate)([Bo((0,c.property)("id")),(0,ve.__metadata)("design:type",Function),(0,ve.__metadata)("design:paramtypes",[Object]),(0,ve.__metadata)("design:returntype",Promise)],Ho.prototype,"checkIfOwner",null),(0,ve.__decorate)([Bo((0,c.property)("id")),(0,ve.__metadata)("design:type",Function),(0,ve.__metadata)("design:paramtypes",[Object]),(0,ve.__metadata)("design:returntype",void 0)],Ho.prototype,"checkWithRequest",null),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ho,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:Hi},{type:g.InventoryService},{type:g.UserService}]},propDecorators:{checkIfOwner:[],checkWithRequest:[]}});var qo=function(){function e(t,n,r){bi(this,e),this.template=t,this.container=n,this.permissions=r,this.allowAny=!1}return Ci(e,[{key:"c8yIfAllowed",set:function(e){this.rolesIds=Array.isArray(e)?e:e?[e]:[]}},{key:"c8yIfAllowedAllowAny",set:function(e){this.allowAny=null===e||e}},{key:"ngOnInit",value:function(){this.rolesIds&&this.rolesIds.length&&!(this.allowAny?this.permissions.hasAnyRole(this.rolesIds):this.permissions.hasAllRoles(this.rolesIds))||this.container.createEmbeddedView(this.template)}}]),e}();qo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qo,deps:[{token:r.TemplateRef},{token:r.ViewContainerRef},{token:Ho}],target:r["ɵɵFactoryTarget"].Directive}),qo.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:qo,selector:"[c8yIfAllowed]",inputs:{c8yIfAllowed:"c8yIfAllowed",c8yIfAllowedAllowAny:"c8yIfAllowedAllowAny"},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qo,decorators:[{type:r.Directive,args:[{selector:"[c8yIfAllowed]"}]}],ctorParameters:function(){return[{type:r.TemplateRef},{type:r.ViewContainerRef},{type:Ho}]},propDecorators:{c8yIfAllowed:[{type:r.Input}],c8yIfAllowedAllowAny:[{type:r.Input}]}});var Wo=Ci((function e(){bi(this,e)}));Wo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wo,deps:[],target:r["ɵɵFactoryTarget"].Component}),Wo.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Wo,selector:"c8y-loading",ngImport:i,template:'\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n ',isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wo,decorators:[{type:r.Component,args:[{selector:"c8y-loading",template:'\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n '}]}]});var Ko=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(e,t,n){return t.apply(n||this,Array.isArray(e)?e:[e])}}]),e}();Ko.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ko,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),Ko.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Ko,name:"map"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ko,decorators:[{type:r.Pipe,args:[{name:"map"}]}]});var Yo=/^(\d+)?\.((\d+)(-(\d+))?)?$/,Zo=function(e){gi(n,e);var t=mi(n);function n(e){return bi(this,n),t.call(this,e)}return Ci(n,[{key:"transform",value:function(e,t,r,i){if(t){var o=0;if(r){var a=r.match(Yo);if(null===a)throw new Error("".concat(r," is not a valid digit info"));o=Number.parseInt(a[5],10)}var s=Math.pow(10,o);e=function(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error("".concat(e," is not a number"));return e}(e),e=Math[t](e*s)/s}return ni(vi(n.prototype),"transform",this).call(this,e,r,i)}}]),n}(u.DecimalPipe);Zo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zo,deps:[{token:r.LOCALE_ID}],target:r["ɵɵFactoryTarget"].Pipe}),Zo.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Zo,name:"c8yNumber"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zo,decorators:[{type:r.Pipe,args:[{name:"c8yNumber"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Inject,args:[r.LOCALE_ID]}]}]}});var Qo=Ci((function e(){bi(this,e)}));Qo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qo,deps:[],target:r["ɵɵFactoryTarget"].Component}),Qo.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Qo,selector:"c8y-operation-result",inputs:{text:"text",vertical:"vertical",size:"size",type:"type"},ngImport:i,template:'\n
    \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n\n \n \n \n \n\n \n \n \n \n \n

    \n {{ text }}\n

    \n
    \n',styles:["\n .stroke-anim {\n animation: stroke-anim 0.75s ease-in-out 0s 1 forwards;\n }\n .check-anim {\n animation: check-anim 0.35s ease-in-out 0.5s 1 forwards;\n }\n .symbol-anim {\n animation: symbol-anim 0.35s ease-in-out 0.5s 1 forwards;\n }\n\n @keyframes stroke-anim {\n 0% {\n stroke-dashoffset: 60;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n }\n\n @keyframes check-anim {\n 0% {\n stroke-dashoffset: 28;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n }\n @keyframes symbol-anim {\n 0% {\n stroke-dashoffset: 7;\n }\n 100% {\n stroke-dashoffset: 0;\n }\n }\n\n .delay-05 {\n animation-delay: 0.5s;\n }\n"],dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgStyle,selector:"[ngStyle]",inputs:["ngStyle"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qo,decorators:[{type:r.Component,args:[{selector:"c8y-operation-result",template:'\n
    \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n\n \n \n \n \n\n \n \n \n \n \n

    \n {{ text }}\n

    \n
    \n'}]}],propDecorators:{text:[{type:r.Input}],vertical:[{type:r.Input}],size:[{type:r.Input}],type:[{type:r.Input}]}});var Xo=function(){function e(t,n,r,i){bi(this,e),this.viewContainer=t,this.resolver=n,this.renderer=r,this.el=i,this.properties={}}return Ci(e,[{key:"c8yOutlet",set:function(e){if(e)if(this._element instanceof Element&&this.renderer.removeChild(this._element.parentElement,this._element),this.viewContainer.clear(),e instanceof r.TemplateRef)this.viewContainer.createEmbeddedView(e);else if(e instanceof Element){var t=this.renderer.parentNode(this.el.nativeElement);this.destroy(),e.createCopy?this._element=e.createCopy():this._element=e,this.renderer.insertBefore(t,this._element,this.el.nativeElement)}else{var n=this.resolver.resolveComponentFactory(e),i=this.viewContainer.createComponent(n);(0,c.assign)(i.instance,this.properties)}}},{key:"c8yOutletProperties",set:function(e){this.properties=e}},{key:"ngOnDestroy",value:function(){this.destroy()}},{key:"destroy",value:function(){if(this._element){var e=this.renderer.parentNode(this._element);this.renderer.removeChild(e,this._element)}}}]),e}();Xo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xo,deps:[{token:r.ViewContainerRef},{token:r.ComponentFactoryResolver},{token:r.Renderer2},{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Directive}),Xo.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Xo,selector:"[c8yOutlet]",inputs:{c8yOutlet:"c8yOutlet",c8yOutletProperties:"c8yOutletProperties"},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xo,decorators:[{type:r.Directive,args:[{selector:"[c8yOutlet]"}]}],ctorParameters:function(){return[{type:r.ViewContainerRef},{type:r.ComponentFactoryResolver},{type:r.Renderer2},{type:r.ElementRef}]},propDecorators:{c8yOutlet:[{type:r.Input}],c8yOutletProperties:[{type:r.Input}]}});var Jo=Ci((function e(){bi(this,e),this.message="Loading…",this.progress=null}));Jo.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jo,deps:[],target:r["ɵɵFactoryTarget"].Component}),Jo.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Jo,selector:"c8y-progress-bar",inputs:{message:"message",progress:"progress"},ngImport:i,template:'
    \n
    \n
    \n
    \n
    \n

    \n {{ message | translate }}\n

    \n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jo,decorators:[{type:r.Component,args:[{selector:"c8y-progress-bar",template:'
    \n
    \n
    \n
    \n
    \n

    \n {{ message | translate }}\n

    \n\n'}]}],propDecorators:{message:[{type:r.Input}],progress:[{type:r.Input}]}});var ea=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(e){var t=e.firstName,n=void 0===t?"":t,r=e.lastName,i=void 0===r?"":r,o=e.userName,a=void 0===o?"":o,s=n.trim().split(/\s+/).shift().substr(0,1),c=i.trim().split(/\s+/).pop();return(s=c?s?"".concat(s,". "):"":n.split(/\s+/).shift())||c?s+c:a}}]),e}();ea.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ea,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),ea.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ea,name:"shortenUserName"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ea,decorators:[{type:r.Pipe,args:[{name:"shortenUserName"}]}]});var ta=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(e){var t=(0,c.mapValues)(e,(function(e){return"boolean"==typeof e.showIf?(0,a.of)(e.showIf):"function"==typeof e.showIf?Ai(e.showIf()):(0,a.of)(!0)}));return(0,a.combineLatest)((0,c.entries)(t).map((function(e){var t=ii(e,2),n=t[0];return t[1].pipe((0,s.map)((function(e){return{key:n,showIf:e}})))}))).pipe((0,s.map)((function(t){return t.forEach((function(t){return e[t.key].showIf=t.showIf})),(0,c.omitBy)(e,(function(e){return!e.showIf}))})))}}]),e}();ta.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ta,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),ta.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ta,name:"showIfFilter"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ta,decorators:[{type:r.Pipe,args:[{name:"showIfFilter"}]}]});var na=function(){function e(t,n,r){bi(this,e),this.userService=t,this.appStateService=n,this.applicationService=r,this.MANAGEMENT="management",this.ROLE_TENANT_MANAGEMENT_READ="ROLE_TENANT_MANAGEMENT_READ"}var t,n,r;return Ci(e,[{key:"isManagementTenant",value:(r=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=this.appStateService.currentTenant.value,e.abrupt("return",this.isManagement(t));case 2:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})},{key:"isEnterpriseTenant",value:(n=ui(di().mark((function e(){var t,n,r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.hasApp({name:"branding"});case 2:if(e.t0=e.sent,e.t0){e.next=7;break}return e.next=6,this.hasApp({name:"feature-branding"});case 6:e.t0=e.sent;case 7:return t=e.t0,e.next=10,this.hasApp({name:"sslmanagement"});case 10:return n=e.sent,e.next=13,this.hasApp({name:"feature-user-hierarchy"});case 13:return r=e.sent,e.next=16,this.hasApp({name:"feature-broker"});case 16:return i=e.sent,e.abrupt("return",t&&n&&r&&i);case 18:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"canReadTenants",value:function(){var e=this.appStateService.currentTenant.value,t=this.appStateService.currentUser.value;return(this.isManagement(e)||e.allowCreateTenants)&&this.userService.hasRole(t,this.ROLE_TENANT_MANAGEMENT_READ)}},{key:"getPreferredLoginOption",value:function(e){var t={type:g.TenantLoginOptionType.BASIC,userManagementSource:g.UserManagementSource.INTERNAL};if(e){var n=e.filter(this.isVisibleOnLoginPage);return n.find(this.isOauthInternal)||n.find(this.isBasic)||n.find(this.isOauth2)||t}return t}},{key:"getOauth2Option",value:function(e){var t=this;return e.find((function(e){return t.isVisibleOnLoginPage(e)&&t.isOauth2(e)}))}},{key:"isVisibleOnLoginPage",value:function(e){return e.visibleOnLoginPage}},{key:"isOauthInternal",value:function(e){return e.type===g.TenantLoginOptionType.OAUTH2_INTERNAL}},{key:"isBasic",value:function(e){return e.type===g.TenantLoginOptionType.BASIC}},{key:"isOauth2",value:function(e){return e.type===g.TenantLoginOptionType.OAUTH2&&e.grantType===g.GrantType.AUTHORIZATION_CODE}},{key:"isMicroserviceSubscribedInCurrentTenant",value:function(e){return(null==e?void 0:e.length)>0&&this.getSubscribedMicroservicesInCurrentTenant().some((function(t){return[t.name,t.contextPath].includes(e)}))}},{key:"getSubscribedMicroservicesInCurrentTenant",value:function(){return(0,c.get)(this.appStateService.currentTenant,"value.applications.references",[]).map((function(e){return e.application})).filter((function(e){return e.type===g.ApplicationType.MICROSERVICE}))}},{key:"hasApp",value:(t=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.applicationService.isAvailable(t);case 2:return e.abrupt("return",e.sent.data);case 3:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"isManagement",value:function(e){return e.name===this.MANAGEMENT}}]),e}();na.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:na,deps:[{token:g.UserService},{token:Hi},{token:g.ApplicationService}],target:r["ɵɵFactoryTarget"].Injectable}),na.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:na}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:na,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:g.UserService},{type:Hi},{type:g.ApplicationService}]}});var ra=function(){function e(t){var n=this;bi(this,e),this.elementRef=t,this.focused=!1,this.resizeObserver=new window.ResizeObserver((function(){return!n.focused&&n.resize()}))}return Ci(e,[{key:"onInput",value:function(){this.resize()}},{key:"onFocus",value:function(){this.focused=!0}},{key:"onBlur",value:function(){this.focused=!1}},{key:"ngOnInit",value:function(){var e,t=this;this.resizeObserver.observe(null===(e=this.elementRef)||void 0===e?void 0:e.nativeElement),setTimeout((function(){return t.resize()}))}},{key:"ngOnDestroy",value:function(){var e;this.resizeObserver.unobserve(null===(e=this.elementRef)||void 0===e?void 0:e.nativeElement)}},{key:"resize",value:function(){var e;this.elementRef.nativeElement.style.height="32px",this.elementRef.nativeElement.style.height=(null===(e=this.elementRef)||void 0===e?void 0:e.nativeElement.scrollHeight)+"px"}}]),e}();ra.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ra,deps:[{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Directive}),ra.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ra,selector:"[c8y-textarea-autoresize]",host:{listeners:{":input":"onInput()",":focus":"onFocus()",":blur":"onBlur()"}},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ra,decorators:[{type:r.Directive,args:[{selector:"[c8y-textarea-autoresize]"}]}],ctorParameters:function(){return[{type:r.ElementRef}]},propDecorators:{onInput:[{type:r.HostListener,args:[":input"]}],onFocus:[{type:r.HostListener,args:[":focus"]}],onBlur:[{type:r.HostListener,args:[":blur"]}]}});var ia=function(){function e(){bi(this,e),this.LOCAL_STORAGE_KEY="userPreferences",this.store={};try{var t=window.localStorage.getItem(this.LOCAL_STORAGE_KEY);t&&(this.store=JSON.parse(t)||{})}catch(e){}}return Ci(e,[{key:"get",value:function(e){return(0,a.of)(this.store[e])}},{key:"set",value:function(e,t){return this.store[e]=t,this.saveJsonStore()}},{key:"saveJsonStore",value:function(){return window.localStorage.setItem(this.LOCAL_STORAGE_KEY,JSON.stringify(this.store))}}]),e}(),oa=function(){function e(t){bi(this,e),this.inventory=t,this.TYPE="c8y_UserPreference"}var t,n;return Ci(e,[{key:"get",value:(n=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.inventory.list({fragmentType:t});case 2:return n=e.sent,r=n.data,e.abrupt("return",r.length?r[0][t]:void 0);case 5:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"set",value:(t=ui(di().mark((function e(t,n){var r,i,o,a,s;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.inventory.list({fragmentType:t});case 2:return i=e.sent,o=i.data,li(r={},t,n),li(r,"type",this.TYPE),a=r,o.length?(a.id=o[0].id,s=this.inventory.update(a)):s=this.inventory.create(a),e.abrupt("return",s);case 7:case"end":return e.stop()}}),e,this)}))),function(e,n){return t.apply(this,arguments)})}]),e}(),aa=function(){function e(t,n,r){bi(this,e),this.user=t,this.inventory=n,this.appState=r,this.preferenceChanges$=new a.Subject,this.storage={local:new ia,inventory:new oa(this.inventory)},this.currentUser=this.appState.currentUser.pipe((0,s.filter)((function(e){return null!==e})))}return Ci(e,[{key:"observe",value:function(e){return(0,a.concat)(this.get(e),this.preferenceChanges$.pipe((0,s.filter)((function(t){return t.key===e})),(0,s.map)((function(e){return e.value}))))}},{key:"get",value:function(e){var t=this;return this.currentUser.pipe((0,s.first)(),(0,s.switchMap)((function(n){return t.getForUser(e,n)})))}},{key:"set",value:function(e,t){var n=this;return new Promise((function(r,i){n.currentUser.pipe((0,s.first)()).subscribe((function(i){n.preferenceChanges$.next({key:e,value:t}),r(n.setForUser(e,t,i))}),i)}))}},{key:"getForUser",value:function(e,t){var n=this.getRawKey(e,t),r=this.getStorage(t);return(0,a.from)(r.get(n))}},{key:"setForUser",value:function(e,t,n){var r=this.getRawKey(e,n),i=this.getStorage(n);return Promise.resolve(i.set(r,t))}},{key:"getRawKey",value:function(e,t){var n=t.userName.replace(/\./g,"__");return"".concat(e).concat(n)}},{key:"getStorage",value:function(e){return this.user.hasAllRoles(e,["ROLE_INVENTORY_READ","ROLE_INVENTORY_ADMIN"])?this.storage.inventory:this.storage.local}}]),e}();aa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:aa,deps:[{token:g.UserService},{token:g.InventoryService},{token:Hi}],target:r["ɵɵFactoryTarget"].Injectable}),aa.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:aa}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:aa,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:g.UserService},{type:g.InventoryService},{type:Hi}]}});var sa=function(){function e(){bi(this,e)}return Ci(e,[{key:"getEntries",value:function(e){return new a.Observable((function(t){var n=new zip.BlobReader(e);zip.createReader(n,(function(e){e.getEntries((function(e){t.next(e),t.complete()}))}),(function(e){t.error({message:e})}))}))}},{key:"getData",value:function(e){return new a.Observable((function(t){var n=new zip.BlobWriter;e.getData(n,(function(e){t.next(e),t.complete()}))}))}},{key:"getJsonData",value:function(e,t){var n=this;return this.getEntries(e).pipe((0,s.map)((function(e){var n=e.find((function(e){return e.filename===t.filename}));return n||(0,a.throwError)("File not found ".concat(JSON.stringify(t))),n})),(0,s.concatMap)((function(e){return n.getData(e)})),(0,s.switchMap)(function(){var e=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.text();case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()),(0,s.map)((function(e){return JSON.parse(e)})))}}]),e}();function ca(e,t,n){return function(){var r=e.queryStringLang(),i=e.firstSupportedLanguage();r&&e.getSupported(r)?e.switchToLanguage(r):t.currentUser.pipe((0,s.map)((function(e){return e&&e.userName})),(0,s.filter)((function(e){return!!e})),(0,s.distinctUntilChanged)(),(0,s.switchMap)((function(){return n.get("language")})),(0,s.startWith)(i),(0,s.filter)((function(e){return!!e})),(0,s.distinctUntilChanged)()).subscribe((function(t){e.switchToLanguage(t)}))}}var la=new r.InjectionToken("iconList"),da=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"providers",value:function(){return[].concat(wi(E.providers()),[{provide:Ui,useValue:window.C8Y_APP||{},multi:!0},{provide:r.APP_INITIALIZER,useFactory:ca,deps:[vo,Hi,aa],multi:!0},{provide:la,useValue:xo,multi:!1}],wi(mo.providers()),[aa,Gi,Hi,Ho,na,Ro,Go,zo,Ao,ea,Ko,Co,sa,$o,bo])}},{key:"forRoot",value:function(){return{ngModule:e,providers:e.providers()}}}]),e}();da.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:da,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),da.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:da,declarations:[Do,wo,Xo,Ro,Go,zo,Ao,qo,ea,No,To,Ko,Jo,Co,Zo,Wo,Io,ra,Qo,Po,Oo,bo,ta],imports:[u.CommonModule,mo,T.TooltipModule,p.Cl],exports:[Do,wo,Xo,mo,u.CommonModule,Ao,Ro,Go,zo,qo,ea,No,To,Ko,Jo,Co,Zo,Wo,Io,ra,Qo,Po,Oo,bo,ta]}),da.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:da,imports:[u.CommonModule,mo,T.TooltipModule,p.Cl,mo,u.CommonModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:da,decorators:[{type:r.NgModule,args:[{imports:[u.CommonModule,mo,T.TooltipModule,p.Cl],exports:[Do,wo,Xo,mo,u.CommonModule,Ao,Ro,Go,zo,qo,ea,No,To,Ko,Jo,Co,Zo,Wo,Io,ra,Qo,Po,Oo,bo,ta],declarations:[Do,wo,Xo,Ro,Go,zo,Ao,qo,ea,No,To,Ko,Jo,Co,Zo,Wo,Io,ra,Qo,Po,Oo,bo,ta],entryComponents:[To,Wo,Po]}]}]});var pa=function(){function e(t){bi(this,e),this.options=t,this.STORAGE_KEY="acceptCookieNotice",this.COOKIE_BANNER="cookieBanner",this.PREVIEW_COOKIE_BANNER="previewCookieBanner",this.IS_PREVIEW="preview",this.COOKIE_PREFERENCES_CONFIG="cookiePreferences",this.isCookieBannerShowed$=new a.Subject,this.cookieDescriptions={required:"These cookies are required to enable core site functionality. They perform a task or operation without which a site's functionality would not be possible.",functional:"These cookies are used to track site usage and to process my personal data to measure and improve usability and performance. We will neither forward this data to any third party nor use this data for direct marketing purposes. I recognize that I can opt in and out of these cookies at any time.",marketing:"These cookies are used to target advertising to a user."}}return Ci(e,[{key:"getCookiePreferencesConfig",value:function(){return this.options.get(this.COOKIE_PREFERENCES_CONFIG)}},{key:"getCookieBannerSettings",value:function(){var e;return this.isPreviewMode()&&(e=this.options.get(this.PREVIEW_COOKIE_BANNER))?e:e=this.options.get(this.COOKIE_BANNER)||{}}},{key:"setCookies",value:function(e){var t=ci({},e);Object.entries(t).forEach((function(e){var n=ii(e,2),r=n[0],i=n[1];t[r]="string"==typeof i||i})),localStorage.setItem(this.STORAGE_KEY,JSON.stringify(t))}},{key:"shouldShowCookieBanner",value:function(){var e=this.getCookieBannerSettings(),t=!!e.cookieBannerText&&!this.getUserCookiePreferences();return this.isPreviewMode()?!(e&&e.cookieBannerDisabled):t}},{key:"getUserCookiePreferences",value:function(){return JSON.parse(localStorage.getItem(this.STORAGE_KEY))}},{key:"isConfigCookiePreferencesDefined",value:function(){return!!this.getCookiePreferencesConfig()}},{key:"isFunctionalCookieEnabled",value:function(){return!0===(this.getUserCookiePreferences()||{}).functional}},{key:"getCookieDescription",value:function(e){var t=this.getCookiePreferencesConfig();return"string"==typeof t[e]?t[e]:this.cookieDescriptions[e]}},{key:"transformCookiePreferencesToList",value:function(e){return Object.entries(e).map((function(e){var t=ii(e,2),n=t[0];return{name:n,value:t[1],isReadonly:"required"===n}}))}},{key:"transformCookiePreferencesListToCookiePreferences",value:function(e){return e.reduce((function(e,t){return e[t.name]=t.value,e}),{})}},{key:"isPreviewMode",value:function(){return this.options.get(this.IS_PREVIEW,!1,!0)}}]),e}();pa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pa,deps:[{token:Gi}],target:r["ɵɵFactoryTarget"].Injectable}),pa.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pa,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pa,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Gi}]}});var ua=function(){function e(t,n,r,i,o,s){bi(this,e),this.document=t,this.appState=n,this.options=r,this.cookieBannerService=i,this.userPreferencesService=o,this.translateService=s,this.tagFunction$=new a.BehaviorSubject(null),this.USER_PREFERENCES_GAINSIGHT_KEY="gainsightEnabled",this.USER_PREFERENCES_GAINSIGHT_BOT_KEY="gainsightBotEnabled",this.HIDE_GAINSIGHT_BOT_STYLE_ID="hide-gs-bot",this.GAINSIGHT_URL="web-sdk.aptrinsic.com/api/aptrinsic.js?a=",this.GAINSIGHT_GLOBAL_SCOPE="aptrinsic",this.SCRIPT_EXECUTION_WAIT_TIME=500,this.OPTIONS_KEY_CATEGORY="gainsight",this.OPTIONS_KEY_NAME="api.key",this.isScriptLoaded=!1}var t,n,r,i;return Ci(e,[{key:"isGainsightPreferenceDisabledInUserPreferences",value:(i=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.userPreferencesService.get(t).toPromise();case 2:return n=e.sent,e.abrupt("return",!1===n);case 4:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"setFunctionalCookie",value:function(e){var t=this.cookieBannerService.getUserCookiePreferences();t&&(Object.keys(t).forEach((function(n){"functional"!==n||(t[n]=e)})),localStorage.setItem("acceptCookieNotice",JSON.stringify(t)))}},{key:"getGainsightKey",value:(r=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.t0=this.options.gainsightKey,e.t0){e.next=5;break}return e.next=4,this.options.getSystemOption(this.OPTIONS_KEY_CATEGORY,this.OPTIONS_KEY_NAME);case 4:e.t0=e.sent;case 5:return this.gainsightKey=e.t0,e.abrupt("return",this.gainsightKey);case 7:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})},{key:"tagFunction",get:function(){return window[this.GAINSIGHT_GLOBAL_SCOPE]}},{key:"loadTag",value:(n=ui((function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return di().mark((function r(){var i,o;return di().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i=document.createElement("script"),r.next=3,t.getGainsightKey();case 3:(o=r.sent)&&!t.isScriptLoaded&&(t.loadScriptTag(i,o),(0,a.combineLatest)(t.appState.currentUser,(0,a.fromEvent)(i,"load"),t.appState.state$.pipe((0,s.filter)((function(e){return e.versions.backend})),(0,s.map)((function(e){return e.versions})),(0,s.take)(1))).pipe((0,s.delay)(t.SCRIPT_EXECUTION_WAIT_TIME),(0,s.filter)((function(e){var t=ii(e,2),n=t[0];return!(!t[1]||!n)}))).subscribe((function(r){var i=ii(r,3),o=i[0],a=i[2],s=t.getInstanceIdFromUrl();n&&t.identify(o,e,s,a.ui.ngx,a.backend),t.isScriptLoaded=!0,t.tagFunction$.next(t.tagFunction)})));case 5:case"end":return r.stop()}}),r)}))()})),function(e){return n.apply(this,arguments)})},{key:"identify",value:function(e,t,n,r,i){var o=window,a=e.id,s=e.email,c=e.userName,l=e.firstName,d=e.lastName,p=t.name,u=t.customProperties,g=t.domainName,h=(u||{}).externalReference;o[this.GAINSIGHT_GLOBAL_SCOPE]("identify",{id:"".concat(a,"_").concat(p,"_").concat(n),email:s,userName:c,firstName:l,lastName:d,domainName:g,versionUI:r,versionBE:i,userLanguage:this.translateService.currentLang,instanceId:n,externalReference:h},{id:"".concat(p,"_").concat(n),instanceId:n})}},{key:"triggerEvent",value:function(e,t){this.tagFunction&&e&&(e=this.prepareEventName(e),this.tagFunction("track",e,t))}},{key:"translateToEnglish",value:function(e){var t=this.translateService.currentLang;return"en"===t?e:(t&&t!==this.cachedLanguage&&(this.cachedRevertedTranslations=void 0),this.cachedRevertedTranslations||(this.cachedLanguage=t,this.cachedRevertedTranslations=this.getRevertedTranslations(t)),this.getEnTranslation(e,this.cachedRevertedTranslations))}},{key:"shouldLoadGainsightTag",value:function(e){return this.cookieBannerService.isConfigCookiePreferencesDefined()&&this.cookieBannerService.isFunctionalCookieEnabled()&&!this.isGainsightDisabled(e)&&!this.isCustomBranding()}},{key:"canEditProductExperienceSettings",value:(t=ui(di().mark((function e(){var t,n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.appState.currentTenant.value,n=t.customProperties,e.t0=!!this.gainsightKey,e.t0){e.next=7;break}return e.next=6,this.getGainsightKey();case 6:e.t0=!!e.sent;case 7:return r=e.t0,e.abrupt("return",r&&this.cookieBannerService.isConfigCookiePreferencesDefined()&&!this.isGainsightDisabled(n)&&!!this.cookieBannerService.getUserCookiePreferences()&&!this.isCustomBranding());case 9:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"switchKnowledgeHubBotVisibility",value:function(e){!0!==e?this.addHidingStyle(this.HIDE_GAINSIGHT_BOT_STYLE_ID):this.removeHidingStyle(this.HIDE_GAINSIGHT_BOT_STYLE_ID)}},{key:"addHidingStyle",value:function(e){if(!this.document.getElementById(e)){var t=this.document.createElement("style");t.id=e,t.textContent="#apt-widget { display:none }",this.document.head.appendChild(t)}}},{key:"removeHidingStyle",value:function(e){var t=this.document.getElementById(e);null==t||t.remove()}},{key:"prepareEventName",value:function(e){return e.split(":").map((function(e){return(0,c.camelCase)(function(e){return e.replace(/`[\w\W]*`/g,"")}(e))})).join(":")}},{key:"isGainsightDisabled",value:function(e){return!1===(e&&e.gainsightEnabled)}},{key:"isCustomBranding",value:function(){return!!(this.options.get("brandingCssVars")||{})["brand-logo-img"]}},{key:"loadScriptTag",value:function(e,t){try{var n=window,r=document.getElementsByTagName("script")[0],i=location.protocol,o=this.GAINSIGHT_GLOBAL_SCOPE;e.src="".concat(i,"//").concat(this.GAINSIGHT_URL).concat(t),n[this.GAINSIGHT_GLOBAL_SCOPE]=n[this.GAINSIGHT_GLOBAL_SCOPE]||function(){for(var e=arguments.length,t=new Array(e),r=0;r\n

    \n {{ \'Action bar\' | translate }}\n

    \n\n\n\n',dependencies:[{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Xo,selector:"[c8yOutlet]",inputs:["c8yOutlet","c8yOutletProperties"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ga,decorators:[{type:r.Component,args:[{selector:"c8y-action-bar",host:{class:"c8y-ui-action-bar"},template:'\n\n\n'}]}],ctorParameters:function(){return[{type:ua}]},propDecorators:{navigatorOpen:[{type:r.Input},{type:r.HostBinding,args:["class.navigator-open"]}],hasTabs:[{type:r.Input},{type:r.HostBinding,args:["class.has-tabs"]}],isTabsHorizontal:[{type:r.Input},{type:r.HostBinding,args:["class.horizontal-tabs"]}],uiActionBar:[{type:r.HostBinding,args:["class.c8y-ui-action-bar"]}],items$:[{type:r.Input}],hidden:[{type:r.HostBinding}],mouseDown:[{type:r.HostListener,args:["mousedown",["$event.target"]]}]}});var ha=Ci((function e(){bi(this,e)}));ha.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ha,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),ha.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ha,declarations:[ga,ji],imports:[d.BsDropdownModule,da,l.CollapseModule,o.RouterModule],exports:[ga,ji]}),ha.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ha,imports:[d.BsDropdownModule,da,l.CollapseModule,o.RouterModule.forChild([])]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ha,decorators:[{type:r.NgModule,args:[{declarations:[ga,ji],imports:[d.BsDropdownModule,da,l.CollapseModule,o.RouterModule.forChild([])],exports:[ga,ji]}]}]});var ma=new r.InjectionToken("ActionFactory"),fa=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this)).injector=e,i.factories=[],i.refreshTrigger=new a.Subject,i.state$=new a.BehaviorSubject(new Set),i.items$=$i(r,i.refreshTrigger,[function(){return i.injector.get(ma,[])},function(){return i.factories},Fi(i.state$)]).pipe((0,s.map)((function(e){return Oi(e)})),(0,s.shareReplay)(1)),i}return Ci(n,[{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"state",get:function(){return this.state$.value}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}}]),n}(Ri);fa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fa,deps:[{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),fa.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fa,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fa,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router}]}});var ya=function(){function e(){bi(this,e),this.isPageToolbarExpanded=!1,this.items=[]}return Ci(e,[{key:"hasItems",get:function(){return!!this.items.length}},{key:"getByPriority",value:function(){return(0,c.sortBy)(this.items,this.byPriority)}},{key:"invoke",value:function(e){e.action&&e.action.call()}},{key:"byPriority",value:function(e){return-e.priority}}]),e}();ya.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ya,deps:[],target:r["ɵɵFactoryTarget"].Component}),ya.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ya,selector:"c8y-action-outlet",inputs:{items:"items"},host:{properties:{"class.main-header-item":"this.hasItems"}},ngImport:i,template:'\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Xo,selector:"[c8yOutlet]",inputs:["c8yOutlet","c8yOutletProperties"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ya,decorators:[{type:r.Component,args:[{selector:"c8y-action-outlet",template:'\n'}]}],propDecorators:{hasItems:[{type:r.HostBinding,args:["class.main-header-item"]}],items:[{type:r.Input}]}});var va=function(){function e(t){bi(this,e),this.actionService=t,this.disabled=!1,this.priority=0}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.viewInitTimeout=setTimeout((function(){return e.actionService.add(e)}))}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.actionService.remove(this)}}]),e}();va.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:va,deps:[{token:fa}],target:r["ɵɵFactoryTarget"].Component}),va.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:va,selector:"c8y-action",inputs:{disabled:"disabled",label:"label",priority:"priority",icon:"icon"},viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0}],ngImport:i,template:"\n
  • \n \n
  • \n
    "}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:va,decorators:[{type:r.Component,args:[{selector:"c8y-action",template:"\n
  • \n \n
  • \n
    "}]}],ctorParameters:function(){return[{type:fa}]},propDecorators:{disabled:[{type:r.Input}],label:[{type:r.Input}],priority:[{type:r.Input}],icon:[{type:r.Input}],template:[{type:r.ViewChild,args:["template",{static:!1}]}]}});var ba=Ci((function e(){bi(this,e)}));ba.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ba,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),ba.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ba,declarations:[ya,va],imports:[da,d.BsDropdownModule,o.RouterModule],exports:[ya,va]}),ba.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ba,imports:[da,d.BsDropdownModule,o.RouterModule.forChild([])]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ba,decorators:[{type:r.NgModule,args:[{declarations:[ya,va],imports:[da,d.BsDropdownModule,o.RouterModule.forChild([])],exports:[ya,va]}]}]});var ka=function(e){gi(n,e);var t=mi(n);function n(){var e;return bi(this,n),(e=t.apply(this,arguments)).state$=new a.BehaviorSubject([]),e.MAX_ALERTS=3,e.ALERT_TIMEOUT=3e3,e}return Ci(n,[{key:"state",get:function(){return this.state$.value}},{key:"add",value:function(e){this.addAlert(e)}},{key:"addByText",value:function(e,t,n){this.addAlert({text:t,type:e,detailedData:n})}},{key:"list",value:function(){return this.state}},{key:"remove",value:function(e){var t=this;this.changeAlerts(this.state.filter((function(n){return!t.areSame(e,n)})))}},{key:"update",value:function(e,t){var n=this;this.changeAlerts(this.state.map((function(r){return n.areSame(e,r)&&Object.assign(r,t),r})))}},{key:"removeLastDanger",value:function(){var e=this.state.reverse().find((function(e){return"danger"===e.type}));this.changeAlerts(this.state.filter((function(t){return t!==e})))}},{key:"saveSuccess",value:function(e){var t=this;return function(){var n="".concat(e," saved successfully");t.addByText("success",n)}}},{key:"createSuccess",value:function(e){var t=this;return function(){var n="".concat(e," created successfully");t.addByText("success",n)}}},{key:"clearAll",value:function(){this.changeAlerts([])}},{key:"success",value:function(e,t){this.addByText("success",e,t)}},{key:"danger",value:function(e,t){this.addByText("danger",e,t)}},{key:"info",value:function(e,t){this.addByText("info",e,t)}},{key:"warning",value:function(e,t){this.addByText("warning",e,t)}},{key:"addServerFailure",value:function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"danger",r=e.data,i=e.res,o=(null==r?void 0:r.message)||null;r&&("object"===ti(r)?t=r.exceptionMessage:"string"==typeof r&&(t=r));var a=!(!o&&!t);o||(o="A server error occurred."),i&&!a&&(t={status:i.status,statusText:i.statusText,url:i.url}),this.addAlert({type:n,text:o,detailedData:t})}},{key:"areSame",value:function(e,t){return e.text===t.text&&e.type===t.type&&(0,c.isEqual)(e.detailedData,t.detailedData)&&e.onClose===t.onClose&&e.onDetail===t.onDetail}},{key:"changeAlerts",value:function(e){this.state$.next(e)}},{key:"addAlert",value:function(e){var t=this;if(!e.text&&!e.type)throw new Error("Cannot add empty alert");this.state.find((function(n){return t.areSame(e,n)}))||(this.changeAlerts([].concat(wi(this.state),[e])),this.hideAutomaticallyIfNeeded(e),this.removeOldestIfMax())}},{key:"hideAutomaticallyIfNeeded",value:function(e){var t=this,n="success"===e.type,r=!e.detailedData,i=n&&r?this.ALERT_TIMEOUT:0;void 0!==e.timeout&&(i=e.timeout),i&&setTimeout((function(){return t.remove(e)}),i)}},{key:"removeOldestIfMax",value:function(){if(this.state.length>this.MAX_ALERTS){var e=(ai(t=this.state)||xi(t)||Si(t)||oi()).slice(1);this.changeAlerts(e)}var t}}]),n}(Ri);ka.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ka,deps:null,target:r["ɵɵFactoryTarget"].Injectable}),ka.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ka,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ka,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var Ca=Ci((function e(){bi(this,e)}));Ca.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ca,deps:[],target:r["ɵɵFactoryTarget"].Component}),Ca.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ca,selector:"c8y-alert-details",ngImport:i,template:"",isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ca,decorators:[{type:r.Component,args:[{selector:"c8y-alert-details",template:""}]}]});var Ia=function(){function e(t){bi(this,e),this.alertService=t}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.containDetailsComponent||(this.detailedData=null),this.viewInitTimeout=setTimeout((function(){return e.alertService.add(e)}))}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.alertService.remove(this)}}]),e}();Ia.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ia,deps:[{token:ka}],target:r["ɵɵFactoryTarget"].Component}),Ia.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ia,selector:"c8y-alert",inputs:{type:"type",onDetail:"onDetail",onClose:"onClose"},queries:[{propertyName:"containDetailsComponent",first:!0,predicate:Ca,descendants:!0}],viewQueries:[{propertyName:"detailedData",first:!0,predicate:["detailedData"],descendants:!0},{propertyName:"text",first:!0,predicate:["text"],descendants:!0}],ngImport:i,template:'\r\n \r\n \r\n\r\n\r\n \r\n'}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ia,decorators:[{type:r.Component,args:[{selector:"c8y-alert",template:'\r\n \r\n \r\n\r\n\r\n \r\n'}]}],ctorParameters:function(){return[{type:ka}]},propDecorators:{type:[{type:r.Input}],onDetail:[{type:r.Input}],onClose:[{type:r.Input}],detailedData:[{type:r.ViewChild,args:["detailedData",{static:!1}]}],text:[{type:r.ViewChild,args:["text",{static:!1}]}],containDetailsComponent:[{type:r.ContentChild,args:[Ca,{static:!1}]}]}});var wa=function(){function e(t,n){bi(this,e),this.position=t,this.alertService=n,this.detailDisplayedAlert={},this.isStatic=!1,this.isStatic="static"===this.position}return Ci(e,[{key:"alerts",get:function(){return this.alertService.state$}},{key:"getClass",value:function(e){var t=[];return"danger"!==e.type&&t.push("interact"),t.push("alert-".concat(e.type)),t.join(" ")}},{key:"close",value:function(e){e.onClose&&e.onClose(),this.alertService.remove(e)}},{key:"showDetails",value:function(e){if(e.onDetail)return e.onDetail();this.detailDisplayedAlert=Object.assign({},e),this.detailDisplayedAlert.mode="raw",this.setDetailsContent(e)}},{key:"hasDetails",value:function(e){return e.detailedData||e.onDetail}},{key:"closeDetails",value:function(){this.detailDisplayedAlert={}}},{key:"isDetailsShow",value:function(e){return this.alertService.areSame(e,this.detailDisplayedAlert)}},{key:"isTemplateRef",value:function(e){return e instanceof r.TemplateRef}},{key:"template",value:function(e){return this.isTemplateRef(e)?e:void 0}},{key:"setDetailsContent",value:function(e){this.isTemplateRef(e.detailedData)||"string"==typeof e.detailedData?this.detailDisplayedAlert.contents=e.detailedData:this.detailDisplayedAlert.contents=JSON.stringify(e.detailedData,null,2)}}]),e}();wa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wa,deps:[{token:"position",attribute:!0},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),wa.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:wa,selector:"c8y-alert-outlet",host:{properties:{"class.static":"this.isStatic"}},ngImport:i,template:'\n \n\n
    \n \n \n
    \n

    \n \n \n {{ \'Show details\' | translate }}\n \n

    \n

    \n \n

    \n
    \n
    \n
    \n
    \n
    \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wa,decorators:[{type:r.Component,args:[{selector:"c8y-alert-outlet",template:'\n \n\n
    \n \n \n
    \n

    \n \n \n {{ \'Show details\' | translate }}\n \n

    \n

    \n \n

    \n
    \n
    \n
    \n
    \n
    \n\n'}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Attribute,args:["position"]}]},{type:ka}]},propDecorators:{isStatic:[{type:r.HostBinding,args:["class.static"]}]}});var Sa=Ci((function e(){bi(this,e)}));Sa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Sa,deps:[],target:r["ɵɵFactoryTarget"].Component}),Sa.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Sa,selector:"c8y-alert-text",ngImport:i,template:"",isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Sa,decorators:[{type:r.Component,args:[{selector:"c8y-alert-text",template:""}]}]});var xa=Ci((function e(){bi(this,e)}));xa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xa,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),xa.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:xa,declarations:[wa,Ia,Ca,Sa],imports:[da],exports:[wa,Ia,Ca,Sa]}),xa.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xa,imports:[da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xa,decorators:[{type:r.NgModule,args:[{imports:[da],exports:[wa,Ia,Ca,Sa],declarations:[wa,Ia,Ca,Sa]}]}]});var Da=function(){function e(t){bi(this,e),this.children=[],this.parents=[],this.routerLinkExact=!0,this.open=!1,this.hidden=!1,this.draggable=!1,this.droppable=!1,this.dragged=!1,this.draggedHover=!1,this.confirm=void 0,this._priority=0,this.update(t)}return Ci(e,[{key:"hasChildren",get:function(){return this.children.length>0}},{key:"id",get:function(){return"navigator_node_"+(0,c.snakeCase)(this.label)}},{key:"priority",get:function(){if(this._priority)return this._priority;var e=this.children.map((function(e){return e.priority||0}));return e.length&&e.length?Math.max.apply(Math,wi(e)):0},set:function(e){this._priority=e}},{key:"openOnStart",value:function(e){return!1}},{key:"add",value:function(e){if(e===this)throw new Error("Adding node to itself");-1===this.children.indexOf(e)&&this.children.push(e),-1===e.parents.indexOf(this)&&e.parents.push(this),this.updateChildren()}},{key:"remove",value:function(e){var t=this.children.indexOf(e),n=e.parents.indexOf(this);t>-1&&this.children.splice(t,1),n>-1&&e.parents.splice(n,1),this.updateChildren()}},{key:"update",value:function(e){e&&(Object.assign(this,e),void 0!==e.hidden&&this.parents.forEach((function(e){e.updateHidden()})))}},{key:"find",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"label";if("string"==typeof e)if("label"===t){var n=e.toLocaleLowerCase();e=function(e){var t=e.label;return n===t.toLowerCase()}}else{var r=e;e=function(e){var t=e.featureId;return r===t}}if("object"===ti(e)&&(e=(0,c.matches)(e)),"function"!=typeof e)throw new Error("Invalid search predicate");return this.children.reduce((function(t,n){return t||n.find(e)}),this.children.find(e))}},{key:"empty",value:function(){this.children.length=0}},{key:"click",value:function(){}},{key:"drop",value:function(e){e.stopPropagation(),clearTimeout(this.expandDragTimeout)}},{key:"dragStart",value:function(e){e.stopPropagation(),e.dataTransfer.setData("node","node"),this.dragged=!0}},{key:"dragEnd",value:function(e){e.stopPropagation(),this.dragged=!1}},{key:"canDrop",get:function(){return this.droppable}},{key:"canNavigate",get:function(){return void 0!==this.path}},{key:"dragEnter",value:function(e){var t=this;e.preventDefault(),e.stopPropagation(),this.draggedHover=!0,this.open||(this.expandDragTimeout=setTimeout((function(){return t.expand()}),1e3))}},{key:"dragLeave",value:function(e){e.preventDefault(),e.stopPropagation(),this.draggedHover=!1,clearTimeout(this.expandDragTimeout)}},{key:"expand",value:function(){this.open||(this.open=!0,this.click({open:!0,expander:!0}))}},{key:"traverse",value:function(e){this.children&&this.children.forEach((function(t){e(t),t.traverse(e)}))}},{key:"destroy",value:function(){}},{key:"countChildren",value:function(){return this.children.length}},{key:"toString",value:function(){return e.NAME}},{key:"hasChildDevices",value:function(){return!1}},{key:"updateChildren",value:function(){this.sort(),this.updateHidden()}},{key:"sort",value:function(){this.children.sort((function(e,t){return e.priority>t.priority?-1:e.priority(t.label||"").toLowerCase()?1:0}))}},{key:"updateHidden",value:function(){void 0===this.path&&(this.hidden=!this.children.some((function(e){return!e.hidden})))}}]),e}();Da.NAME="NavigatorNode";var $a=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n,[{key:"addRoot",value:function(e){var t;if(e.preventDuplicates&&(t=this.find((function(t){var n=t.path,r=t.parents,i=t.label;return n===e.path&&i===e.label&&r.some((function(t){return t.label===e.parent}))})))&&!t.hidden)return t.routerLinkExact=!1,t;var n,r=e.parent,i=this.createNode(e);return r&&("object"===ti(r)?(n=this.find(r.label))&&n.update(r):"string"!=typeof r&&"function"!=typeof r||(n=this.find(r)),n||(n=this.createNode(r),this.find((function(e){return n===e}))||this.add(n))),(n||this).add(i),i}},{key:"createNode",value:function(e){if(e instanceof Da)return e;if("string"==typeof e)return new Da({label:e});if("object"===ti(e))return new Da(ci(ci({},e),{},{parent:void 0}));throw new Error("Wrong type of node data")}}]),n}(Da),Ea=new r.InjectionToken("NavigatorNodesFactory"),Ta=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;bi(this,n),(i=t.call(this)).injector=e,i.router=r,i.refreshTrigger=new a.Subject,i.state$=new a.BehaviorSubject(new Set),i.firstUrl=!0,i.factories=[];var o=new $a;return i.items$=Ei(r,i.refreshTrigger,[function(){return i.injector.get(Ea,[])},function(){return i.factories},Fi(i.state$)]).pipe((0,s.map)((function(e){var t=e.filter((function(e){return!e.parent})),n=e.filter((function(e){return e.parent})),r=Oi(t).concat(Oi(n));return o.empty(),r.forEach((function(e){return o.addRoot(e)})),o.children})),(0,s.shareReplay)(1)),i}return Ci(n,[{key:"openOnFirstUrl",value:function(e){return!(!this.firstUrl||!e.path)&&(this.router.isActive(e.path,e.routerLinkExact)||e.openOnStart(this.router.url))}},{key:"state",get:function(){return this.state$.value}},{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}}]),n}(Ri);Ta.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ta,deps:[{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),Ta.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ta,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ta,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router}]}});var _a=function(){function e(){bi(this,e)}var t,n,r;return Ci(e,[{key:"generateColor",value:(r=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.sha256(t);case 2:return n=e.sent,e.abrupt("return",this.stringToColor(n));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return r.apply(this,arguments)})},{key:"generateColorForDatapoint",value:(n=ui(di().mark((function e(t,n){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.generateColor(JSON.stringify({fragment:t,series:n}));case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)}))),function(e,t){return n.apply(this,arguments)})},{key:"sha256",value:(t=ui(di().mark((function e(t){var n,r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=(new TextEncoder).encode(t),e.next=3,crypto.subtle.digest("SHA-256",n);case 3:return r=e.sent,i=Array.from(new Uint8Array(r)),o=i.map((function(e){return e.toString(16).padStart(2,"0")})).join(""),e.abrupt("return",o);case 7:case"end":return e.stop()}}),e)}))),function(e){return t.apply(this,arguments)})},{key:"stringToColor",value:function(e){for(var t=0,n=0;n>8*i&255).toString(16).padStart(2,"0").substring(-2)}return r}}]),e}();_a.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_a,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),_a.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_a,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_a,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var Fa,Oa=2e3;function Pa(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(n){return n.pipe((0,s.retryWhen)((function(n){return n.pipe((0,s.scan)((function(e,t){return{count:e.count+1,error:t}}),{count:0,error:void 0}),(0,s.tap)((function(e){if(e.count>t)throw e.error})),(0,s.delay)(e))})))}}!function(e){e.SUCCESS="success",e.WARNING="warning",e.DANGER="danger",e.INFO="info"}(Fa||(Fa={}));var Na=(li(Gr={},Fa.SUCCESS,"check-circle"),li(Gr,Fa.WARNING,"exclamation-triangle"),li(Gr,Fa.DANGER,"exclamation-circle"),li(Gr,Fa.INFO,"info-circle"),Gr),Aa=(li(zr={},Fa.SUCCESS,"text-".concat(Fa.SUCCESS)),li(zr,Fa.WARNING,"text-".concat(Fa.WARNING)),li(zr,Fa.DANGER,"text-".concat(Fa.DANGER)),li(zr,Fa.INFO,"text-".concat(Fa.INFO)),zr),Ma=(li(Hr={},Fa.SUCCESS,"alert-".concat(Fa.SUCCESS)),li(Hr,Fa.WARNING,"alert-".concat(Fa.WARNING)),li(Hr,Fa.DANGER,"alert-".concat(Fa.DANGER)),li(Hr,Fa.INFO,"alert-".concat(Fa.INFO)),Hr),Ra=(li(qr={},g.OperationStatus.PENDING,"clock-o"),li(qr,g.OperationStatus.EXECUTING,"refresh"),li(qr,g.OperationStatus.SUCCESSFUL,"check-circle"),li(qr,g.OperationStatus.FAILED,"exclamation-circle"),qr),La=(li(Wr={},g.OperationStatus.PENDING,"text-info"),li(Wr,g.OperationStatus.EXECUTING,"text-info"),li(Wr,g.OperationStatus.SUCCESSFUL,"text-success"),li(Wr,g.OperationStatus.FAILED,"text-danger"),Wr),Va=function(e){gi(n,e);var t=mi(n);function n(e,r,i){var o;bi(this,n),(o=t.call(this)).navigatorService=e,o.options=r,o.humanizeAppName=i,o.headerOpen=!1,o.DELAY_TO_AVOID_FLICKERING_ON_ASYNC_NODES=1e3,o.hasItemsInNavigator$=o.navigatorService.items$.pipe((0,s.delay)(o.DELAY_TO_AVOID_FLICKERING_ON_ASYNC_NODES),(0,s.map)((function(e){return!!e.length})),(0,s.distinctUntilChanged)()),o.state$=new a.BehaviorSubject({title:void 0,nav:{open:!1}}),o.title=void 0,o.header$=o.map((function(e){return e})),o.navigatorOpen$=o.map((function(e){return e.nav.open})).pipe((0,s.combineLatest)(o.hasItemsInNavigator$),(0,s.map)((function(e){var t=ii(e,2),n=t[0],r=t[1];return n&&r})));var c=document.querySelector("title"),l=!!r.globalTitle&&"string"==typeof r.globalTitle&&r.globalTitle.length>0;return o.title={elementRef:c,titleSuffix:l?"".concat(r.globalTitle," - ").concat(r.name):r.name},o.humanizeAppName.transform(r.name).subscribe((function(e){o.title.titleSuffix=l?"".concat(r.globalTitle," - ").concat(e):e})),o}return Ci(n,[{key:"state",get:function(){return this.state$.value}},{key:"navigatorHiddenOnStartup",get:function(){return this.options.hideNavigator}},{key:"largeWidth",get:function(){return document.documentElement.clientWidth>1200}},{key:"shouldToggle",get:function(){return this.largeWidth&&!this.navigatorHiddenOnStartup&&!this.state.nav.open}},{key:"toggle",value:function(){this.headerOpen=!this.headerOpen}},{key:"toggleNavigator",value:function(){this.state.nav.open=!this.state.nav.open,this.emitNewState()}},{key:"closeNavigator",value:function(){this.state.nav.open=!1,this.emitNewState()}},{key:"configNavigator",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.nav=Object.assign(this.state.nav,e),this.emitNewState()}},{key:"changeTitle",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this.state.title=e,this.state.pageTitleUpdate=t,this.emitNewState()}},{key:"changePageTitle",value:function(e){this.title.elementRef.innerText=e?"".concat(e," / ").concat(this.title.titleSuffix):"".concat(this.title.titleSuffix)}},{key:"verifyIfNavOpen",value:function(){var e=this;this.hasItemsInNavigator$.pipe((0,s.debounceTime)(300)).subscribe((function(t){return t&&e.shouldToggle&&e.toggleNavigator()}))}},{key:"shouldShowBreadcrumbs",value:function(){return this.options.breadcrumbs}}]),n}(Ri);Va.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Va,deps:[{token:Ta},{token:Gi},{token:Ao}],target:r["ɵɵFactoryTarget"].Injectable}),Va.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Va,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Va,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Ta},{type:Gi},{type:Ao}]}});var ja=new r.InjectionToken("BreadcrumbFactory"),Ba=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this)).injector=e,i.factories=[],i.refreshTrigger=new a.Subject,i.state$=new a.BehaviorSubject(new Set),i.items$=$i(r,i.refreshTrigger,[function(){return i.injector.get(ja,[])},function(){return i.factories},Fi(i.state$)]).pipe((0,s.map)((function(e){return i.sortByPreferredPath(e)})),(0,s.shareReplay)(1)),i}return Ci(n,[{key:"state",get:function(){return this.state$.value}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}},{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"selectPreferredByPath",value:function(e){this.preferredPath=e,this.refresh()}},{key:"sortByPreferredPath",value:function(e){var t=this;return this.preferredPath?e.sort((function(e){return e.items.find((function(e){return!!e.path.match(t.preferredPath)}))?-1:1})):e}}]),n}(Ri);Ba.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ba,deps:[{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),Ba.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ba,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ba,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router}]}});var Ua=new r.InjectionToken("Hook docs"),Ga=[{icon:"c8y-c8y-data",label:"Concepts guide`KEEP_ORIGINAL`",url:"/concepts/introduction",type:"doc"},{icon:"c8y-user",label:"User guide`KEEP_ORIGINAL`",url:"/users-guide/getting-started",type:"doc"},{icon:"c8y-device-management",label:"Device integration tutorial`KEEP_ORIGINAL`",url:"/device-tutorials/tutorials-introduction",type:"doc"},{icon:"c8y-book",label:"Cumulocity IoT Edge`KEEP_ORIGINAL`",url:"/edge/overview",type:"doc"},{icon:"c8y-tools",label:"Microservice SDK guide`KEEP_ORIGINAL`",url:"/microservice-sdk/introduction",type:"doc"},{icon:"c8y-tools",label:"Device SDK guide`KEEP_ORIGINAL`",url:"/device-sdk/introduction",type:"doc"},{icon:"c8y-smart-rest",label:"Web SDK guide`KEEP_ORIGINAL`",url:"/web/introduction",type:"doc"},{icon:"c8y-data-explorer",label:"Streaming analytics guide`KEEP_ORIGINAL`",url:"/apama/introduction",type:"doc"},{icon:"c8y-bookmark",label:"Reference guide`KEEP_ORIGINAL`",url:"/reference/rest-implementation",type:"doc"},{icon:"gavel",label:"Legal notices",url:"https://documentation.softwareag.com/legal/",type:"doc"}],za=function(){function e(t,n,r,i){var o=this;bi(this,e),this.options=t,this.app=n,this.injector=r,this.factories=[],this.refreshTrigger=new a.Subject,this.DEFAULT_DOCS_BASE_URL="https://www.cumulocity.com/guides";var c=this.app.map((function(e){return e.supportUrl}));this.items$=Ei(i,[c,this.refreshTrigger],[function(){return o.injector.get(Ua,[])},function(){return o.factories},this]).pipe((0,s.startWith)([]),(0,s.shareReplay)(1))}return Ci(e,[{key:"getBaseUrl",value:function(){return this.options.get("docsBaseUrl",this.DEFAULT_DOCS_BASE_URL)}},{key:"templateStr",get:function(){return this.options.get("guideHrefTemplate","${docsBaseUrl}${partialUrl}")}},{key:"getUserGuideLink",value:function(e){return/^https?:/.test(e)?e:null===this.getBaseUrl?null:this.getLink(this.templateStr,e)}},{key:"list",value:function(){return this.items$.pipe((0,s.filter)((function(e){return!!e.length})),(0,s.first)()).toPromise()}},{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"get",value:function(){var e=this,t=this.options.get("docs",{}),n=t.links,r=t.noDefault,i=t.excludeDefault,o=void 0===i?[]:i,a=this.app.state.supportUrl,s=r?[]:Ga.map((function(t){return ci(ci({},t),{},{url:e.getUserGuideLink(t.url)})})).filter((function(e){var t=e.url;return!o.some((function(e){return new RegExp(e).test(t)}))}));return n&&(n.map((function(e){if((0,c.isUndefined)(e.type))return e.type="doc",e})),s=s.concat(n)),a&&s.push({icon:"comments",label:"Forum support",url:a,type:"doc"}),s}},{key:"getLink",value:function(e,t){if(e)return e.replace(/\${docsBaseUrl}/,this.getBaseUrl()).replace(/\${partialUrl}/,this.prefixWithSlash(t))}},{key:"prefixWithSlash",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=!(e&&/^\//.test(e)),n=t?"/":"";return"".concat(n).concat(e)}}]),e}();za.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:za,deps:[{token:Gi},{token:Hi},{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),za.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:za,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:za,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Gi},{type:Hi},{type:r.Injector},{type:o.Router}]}});var Ha,qa=new r.InjectionToken("RESOLVING_COMPONENT_WAIT_TIME"),Wa=new r.InjectionToken("Hook Dynamic Component");!function(e){e.NOT_RENDER="NOT_RENDER",e.OVERLAY_ERROR="OVERLAY_ERROR",e.CUSTOM="CUSTOM"}(Ha||(Ha={}));var Ka=function(){function e(t){bi(this,e),this.injector=t,this._triggerBulkResolving=new a.Subject,this.requestId=0,this.bulkResolvingTrigger$=this._triggerBulkResolving.asObservable()}var t,n,r,i;return Ci(e,[{key:"executeResolvers",value:(i=ui(di().mark((function e(t,n){var r,i,o,a=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.getRequestId(),i=n.map((function(e,n){return a.executeResolversForSingleComponent(e,t[n].config,r)})),o=this.waitForResults(i),this.triggerResolving(r),e.next=6,o;case 6:return e.abrupt("return",e.sent);case 7:case"end":return e.stop()}}),e,this)}))),function(e,t){return i.apply(this,arguments)})},{key:"serialize",value:function(e,t){var n=this;return t.map((function(t,r){return n.serializeSingleComponent(t,e[r].config)}))}},{key:"serializeSingleComponent",value:function(e,t){var n=this,r={};return null!=e&&e.resolve?(Object.entries(e.resolve).forEach((function(i){var o=ii(i,2),a=o[0],s=o[1];try{var c=n.injector.get(s,null);c&&c.serialize?r[a]=c.serialize(t,a):console.warn('DynamicDetailsResolver: "'.concat(s,'" not found or does not implement serialize method.'))}catch(t){console.warn('Failed to serialize key: "'.concat(a,'" for dynamic component: "').concat(e.id,'"'))}})),r):r}},{key:"triggerResolving",value:function(e){this._triggerBulkResolving.next(e)}},{key:"executeResolversForSingleComponent",value:function(e,t,n){var r=this,i={};return null!=e&&e.resolve?(Object.entries(e.resolve).forEach((function(o){var a=ii(o,2),s=a[0],c=a[1];try{var l=r.injector.get(c,null);l&&l.resolve?i[s]=l.resolve(t,s,n):console.warn('DynamicDetailsResolver: "'.concat(c,'" not found or does not implement resolve method.'))}catch(t){console.warn('Failed to resolve key: "'.concat(s,'" for dynamic component: "').concat(e.id,'"'))}})),i):i}},{key:"waitForResults",value:(r=ui(di().mark((function e(t){var n=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Promise.all(t.map((function(e){return n.waitForResultsOfSingleEntry(e)}))));case 1:case"end":return e.stop()}}),e)}))),function(e){return r.apply(this,arguments)})},{key:"waitForResultsOfSingleEntry",value:(n=ui(di().mark((function e(t){var n,r,i=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n={},e.prev=1,e.next=4,Promise.all(Object.values(t).map((function(e){return i.awaitResult(e)})));case 4:r=e.sent,Object.keys(t).forEach((function(e,t){return(0,Se.set)(n,e,r[t])})),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(1),console.warn("Failed to to resolve data using dynamic component resolver.");case 11:return e.abrupt("return",n);case 12:case"end":return e.stop()}}),e,null,[[1,8]])}))),function(e){return n.apply(this,arguments)})},{key:"awaitResult",value:(t=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,!(t instanceof Promise)){e.next=5;break}return e.next=4,t;case 4:case 8:return e.abrupt("return",e.sent);case 5:if(!(t instanceof a.Observable)){e.next=9;break}return e.next=8,t.toPromise();case 9:return e.abrupt("return",t);case 12:return e.prev=12,e.t0=e.catch(0),console.warn("Failed to to resolve data using dynamic component resolver."),e.abrupt("return");case 16:case"end":return e.stop()}}),e,null,[[0,12]])}))),function(e){return t.apply(this,arguments)})},{key:"getRequestId",value:function(){return this.requestId++}}]),e}();Ka.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ka,deps:[{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),Ka.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ka,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ka,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector}]}});var Ya,Za=function(e){gi(i,e);var t,n,r=mi(i);function i(e,t,n,o){var c;return bi(this,i),(c=r.call(this)).injector=e,c.dynamicResolver=o,c.refreshTrigger=new a.Subject,c.state$=new a.BehaviorSubject(new Set),c.factories=[],c.items$=Ei(t,c.refreshTrigger,[function(){return c.injector.get(Wa,[])},function(){return c.factories},Fi(c.state$)]).pipe((0,s.takeUntil)((0,a.timer)(n)),(0,s.shareReplay)(1)),c}return Ci(i,[{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"state",get:function(){return this.state$.value}},{key:"getById",value:function(e){return e?this.items$.pipe((0,s.mergeMap)((function(e){return e})),(0,s.filter)((function(t){return t.id===e})),(0,s.take)(1)).toPromise():Promise.resolve(void 0)}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}},{key:"executeResolvers",value:(n=ui(di().mark((function e(t){var n,r,i=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all(t.map((function(e){var t=e.componentId;return i.getById(t)})));case 2:return n=e.sent,e.next=5,this.dynamicResolver.executeResolvers(t,n);case 5:return r=e.sent,e.abrupt("return",r);case 7:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"serializeConfigs",value:(t=ui(di().mark((function e(t){var n,r=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all(t.map((function(e){var t=e.componentId;return r.getById(t)})));case 2:return n=e.sent,e.abrupt("return",this.dynamicResolver.serialize(t,n));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})}]),i}(Ri);Za.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Za,deps:[{token:r.Injector},{token:o.Router},{token:qa},{token:Ka}],target:r["ɵɵFactoryTarget"].Injectable}),Za.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Za,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Za,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router},{type:void 0,decorators:[{type:r.Inject,args:[qa]}]},{type:Ka}]}}),function(e){e.Device="device/:id",e.Group="group/:id",e.User="users/:id",e.Application="ecosystem/application/:id",e.Microservice="microservices/:id",e.SubscribedApplications="subscribedApplications/:id",e.Tenant="tenants/:id",e.Report="reports/:id",e.Service="service/:id",e.DatapointLibrary="datapointlibrary/:id"}(Ya||(Ya={}));var Qa=new r.InjectionToken("TabsFactory"),Xa=function(e){gi(n,e);var t=mi(n);function n(e,r,i,o){var c;return bi(this,n),(c=t.call(this)).injector=e,c.translateService=i,c.options=o,c.refreshTrigger=new a.Subject,c.state$=new a.BehaviorSubject(new Set),c.factories=[],c.items$=$i(r,c.refreshTrigger,[function(){return c.injector.get(Qa,[])},function(){return c.factories},Fi(c.state$)]).pipe((0,s.map)((function(e){return c.prepareTabs(e)})),(0,s.shareReplay)(1),(0,s.distinctUntilChanged)()),c.orientation$=c.items$.pipe((0,s.map)((function(e){var t=e.find((function(e){return e.orientation}));return t?t.orientation:c.options.tabsHorizontal?"horizontal":"vertical"})),(0,s.distinctUntilChanged)()),c}return Ci(n,[{key:"prepareTabs",value:function(e){return this.sortTabs(e.map((function(e){return ci(ci({},e),{},{template:e.template instanceof r.ViewContainerRef?e.template:void 0})})).filter((function(e,t,n){return t===n.findIndex((function(t){return t.path===e.path}))})))}},{key:"sortTabs",value:function(e){var t=this;return e.sort((function(e,n){var r=(n.priority||0)-(e.priority||0),i=t.translateService.instant(e.label),o=t.translateService.instant(n.label),a=i.localeCompare(o);return r||a}))}},{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"state",get:function(){return this.state$.value}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}},{key:"firstTab$",get:function(){return this.items$.pipe((0,s.map)((function(e){return e[0]})),(0,s.filter)(Boolean),(0,s.first)())}},{key:"areAvailable",value:function(e){var t=Array.from(this.state);return e.some((function(e){return t.some((function(t){return t.label===e}))}))}}]),n}(Ri);Xa.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xa,deps:[{token:r.Injector},{token:o.Router},{token:ye.TranslateService},{token:Gi}],target:r["ɵɵFactoryTarget"].Injectable}),Xa.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xa,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xa,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router},{type:ye.TranslateService},{type:Gi}]}});var Ja=function(){function e(t,n){bi(this,e),this.injector=t,this.router=n}return Ci(e,[{key:"routerStateSnapshot",get:function(){return this.router.routerState.snapshot}},{key:"resolve",value:function(e){var t=this,n=this.router.config.find((function(t){return e.routeConfig.path===t.path})).children;return(0,a.from)(n||[]).pipe((0,s.mergeMap)((function(n){return(0,a.from)(t.getGuards(n)).pipe((0,s.map)((function(n){return n.canActivate(e,t.routerStateSnapshot)})),(0,s.mergeMap)((function(e){return(0,a.isObservable)(e)?e:e&&"function"==typeof e.then?(0,a.from)(e):(0,a.of)(e)})),(0,s.tap)((function(e){Array.isArray(e)&&(n.tabs=e)})),(0,s.every)((function(e){return!!e})),(0,s.filter)((function(e){return e})),(0,s.mergeMap)((function(){return Array.isArray(n.tabs)?(0,a.from)(n.tabs):(0,a.of)(n)})),(0,s.map)((function(t){return t.label||t.path?{label:t.label,icon:t.icon,path:"".concat(decodeURIComponent(e.url.join("/")),"/").concat(t.path),priority:t.priority,hide:t.hide,featureId:t.featureId}:void 0})))})),(0,s.filter)((function(e){return!!e})),(0,s.toArray)())}},{key:"getGuards",value:function(e){var t=this,n=(e.canActivate||[]).map((function(e){return t.injector.get(e)}));return e.data&&e.data.showIf&&n.push({canActivate:e.data.showIf}),n}}]),e}();Ja.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ja,deps:[{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),Ja.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ja,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ja,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router}]}});var es=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"contextToService",value:function(t){return e.services.get(t)}}]),e}();es.services=new Map([[Ya.Device,g.InventoryService],[Ya.Group,g.InventoryService],[Ya.User,g.UserService],[Ya.Application,g.ApplicationService],[Ya.Microservice,g.ApplicationService],[Ya.SubscribedApplications,g.ApplicationService],[Ya.Tenant,g.TenantService],[Ya.Report,g.InventoryService],[Ya.Service,g.InventoryService],[Ya.DatapointLibrary,g.InventoryService]]);var ts=function(){function e(t,n,r,i,o){bi(this,e),this.tabsResolver=t,this.tabsService=n,this.router=r,this.apiService=i,this.injector=o,this.lastAddedTabs=[],this.refreshTrigger=new a.Subject,this.ID_REGEX=/([0-9]+)/}return Ci(e,[{key:"getContextData",value:function(e){var t=!e.snapshot.parent||e.snapshot.data.context?e.snapshot.data:e.parent.snapshot.data;return t.context?t:null}},{key:"init",value:function(e){var t=this;this.routerSubscription=this.router.events.pipe((0,s.filter)((function(e){return e instanceof o.NavigationEnd}))).subscribe((function(){return t.redirectToFirstTab()})),this.dataSubscription=e.data.pipe((0,s.merge)(this.updatedContext(e),this.refreshTrigger),(0,s.switchMap)((function(){return t.tabsResolver.resolve(e.snapshot)}))).subscribe((function(e){return t.updateTabs(e)}))}},{key:"destroy",value:function(){var e=this;this.dataSubscription.unsubscribe(),this.routerSubscription.unsubscribe(),this.lastAddedTabs.forEach((function(t){return e.tabsService.remove(t)}))}},{key:"refreshContext",value:function(){this.refreshTrigger.next()}},{key:"setContext",value:function(e,t){var n=!e.snapshot.parent||e.snapshot.data.context?e.snapshot.data:e.parent.snapshot.data;n&&(n.contextData=ci({},t))}},{key:"updatedContext",value:function(e){var t=e.snapshot.data,n=es.contextToService(t.context);if(n){var r=this.injector.get(n).getDetailUrl(t.contextData).replace(/\d+/g,"?\\d*"),i=new RegExp(r,"i"),o=new RegExp("".concat(r,"/child"),"i");return this.apiService.hookResponse((function(e){var t=e.url,n=e.method,r=i.test(t)&&["POST","PUT"].includes(n),a=o.test(t)&&["POST","DELETE"].includes(n);return r||a}))}return a.NEVER}},{key:"updateTabs",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.lastAddedTabs.forEach((function(t){return e.tabsService.remove(t)})),this.lastAddedTabs=t,t.forEach((function(t){return e.tabsService.add(t)})),this.redirectToFirstTab()}},{key:"redirectToFirstTab",value:function(){var e=this,t=(this.router.url.match(this.ID_REGEX)||[]).shift();this.needsRedirect()&&this.tabsService.firstTab$.pipe((0,s.filter)((function(e){return!(null==e||!e.path)}))).subscribe((function(n){var r=(n.path.match(e.ID_REGEX)||[]).shift();t===r&&e.router.navigateByUrl(n.path,{replaceUrl:!0})}))}},{key:"needsRedirect",value:function(){var e=this.router.parseUrl(this.router.url).root.children[o.PRIMARY_OUTLET],t=this.getMatchingContextRoute(this.router.url);return t?t.split("/").length===e.segments.length:2===e.segments.length}},{key:"getMatchingContextRoute",value:function(e){var t=Object.values(Ya),n=e.replace(/\d(.*)/g,""),r=t.findIndex((function(e){return"/".concat(e.replace(":id",""))===n}));return t[r]}}]),e}();ts.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ts,deps:[{token:Ja},{token:Xa},{token:o.Router},{token:x},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),ts.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ts,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ts,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Ja},{type:Xa},{type:o.Router},{type:x},{type:r.Injector}]}});var ns=new r.InjectionToken("RouteFactory"),rs=new r.InjectionToken("HookRoute"),is=function(){function e(t,n,r){var i=this;bi(this,e),this.injector=t,this.router=n,this.contextRouteService=r,this.refreshTrigger=new a.Subject,this.state=new Map,this.factories=[],this.refreshTrigger.pipe((0,s.startWith)(1),(0,s.switchMap)((function(){return Ti([function(){return i.injector.get(rs,[])},function(){return i.getComponentsViaDeprecatedHook()},function(){return i.factories}],n,!1)}))).subscribe((function(e){var t=e.filter((function(e){var t="".concat(e.context||"").concat(e.path),n=i.state.has(t);return n||i.state.set(t,e),!n}));i.addRoute(t)}))}return Ci(e,[{key:"refresh",value:function(){this.refreshTrigger.next(1),this.contextRouteService.refreshContext()}},{key:"addRoute",value:function(e){this.addRoutes(Array.isArray(e)?e:[e])}},{key:"getHref",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"#/";return e.c8y_IsDeviceGroup||e.c8y_IsDynamicGroup?"".concat(t).concat(Ya.Group.replace(":id",e.id)):"".concat(t).concat(Ya.Device.replace(":id",e.id))}},{key:"getComponentsViaDeprecatedHook",value:function(){var e=this.injector.get(ns,[]);return e&&e.length,e}},{key:"addRoutes",value:function(e){var t=this,n=this.router.config.find((function(e){return"**"===e.path}));this.router.resetConfig([].concat(wi(this.router.config.filter((function(e){return"**"!==e.path}))),wi(e.map((function(e){return t.convertRoute(t.router.config,e)}))),[n]).filter(Boolean))}},{key:"convertRoute",value:function(e,t){if(!t.context)return t;e.forEach((function(e){e.data&&e.data.context===t.context&&(e.children=[t].concat(wi(e.children||[])))}))}}]),e}();is.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:is,deps:[{token:r.Injector},{token:o.Router},{token:ts}],target:r["ɵɵFactoryTarget"].Injectable}),is.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:is,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:is,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router},{type:ts}]}});var os,as=new r.InjectionToken("SearchFactory");!function(e){e.ONLY_DEVICES="onlyDevices",e.ONLY_GROUPS_AND_ASSETS="onlyGroupsAndAssets",e.ALL_FILTERS="allFilters"}(os||(os={}));var ss=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this)).injector=e,i.factories=[],i.refreshTrigger=new a.Subject,i.state$=new a.BehaviorSubject(new Set),i.items$=$i(r,i.refreshTrigger,[function(){return i.injector.get(as,[])},function(){return i.factories},Fi(i.state$)]).pipe((0,s.map)((function(e){return Oi(e)})),(0,s.shareReplay)(1)),i}return Ci(n,[{key:"refresh",value:function(){this.refreshTrigger.next(1)}},{key:"state",get:function(){return this.state$.value}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}}]),n}(Ri);ss.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ss,deps:[{token:r.Injector},{token:o.Router}],target:r["ɵɵFactoryTarget"].Injectable}),ss.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ss,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ss,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router}]}});var cs=new r.InjectionToken("Generic wizard"),ls=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this)).injector=e,i.router=r,i.headerTemplate$=new a.Subject,i.bodyTemplate$=new a.Subject,i.footerTemplate$=new a.Subject,i.state$=new a.BehaviorSubject(new Set),i.refreshTrigger=new a.Subject,i.factories=[],i.items$=$i(i.router,i.refreshTrigger,[function(){return i.injector.get(cs,[])},function(){return i.factories},Fi(i.state$)]).pipe((0,s.map)((function(e){return i.getUniqueListBy(e,"name","wizardId")})),(0,s.shareReplay)(1)),i}return Ci(n,[{key:"state",get:function(){return this.state$.value}},{key:"refresh",value:function(){this.refreshTrigger.next()}},{key:"add",value:function(e){this.state.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.delete(e),this.emitNewState()}},{key:"getEntriesListById",value:function(e){return this.items$.pipe((0,s.map)((function(t){return t.filter((function(t){return t.wizardId===e}))})))}},{key:"getUniqueListBy",value:function(e){for(var t=this,n=arguments.length,r=new Array(n>1?n-1:0),i=1;i0})),(0,s.map)((function(t){return t.filter((function(t){return t.stepperId===e}))})),(0,s.take)(1))}}]),n}(Ri);ps.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ps,deps:[{token:r.Injector},{token:o.Router},{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Injectable}),ps.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ps,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ps,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:r.Injector},{type:o.Router},{type:ye.TranslateService}]}});var us,gs,hs=function(){function e(t,n,r,i,o,a,s,c,l,d,p,u,g){bi(this,e),this.tabs=t,this.navigator=n,this.action=r,this.actionBar=i,this.breadcrumb=o,this.dynamicComponent=a,this.search=s,this.c8yRouter=c,this.docs=l,this.wizard=d,this.stepper=p,this.compiler=u,this.injector=g,this.urlRemotesCache=null,this.remoteScriptSet=new Set,this.allHooks=[{token:ma,service:this.action,values:[]},{token:Li,service:this.actionBar,values:[]},{token:Ea,service:this.navigator,values:[]},{token:ja,service:this.breadcrumb,values:[]},{token:Wa,service:this.dynamicComponent,values:[]},{token:ns,service:this.c8yRouter,values:[]},{token:rs,service:this.c8yRouter,values:[]},{token:as,service:this.search,values:[]},{token:Qa,service:this.tabs,values:[]},{token:Ua,service:this.docs,values:[]},{token:cs,service:this.wizard,values:[]},{token:ds,service:this.stepper,values:[]}]}var t,i,o,a;return Ci(e,[{key:"resolveRemotePlugins",value:(a=ui(di().mark((function e(t){var n,i,o,a,s=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.filter((function(e){return e.factory})).map((function(e){var t=e.name;return e.factory[t]})),i=ei(n),e.prev=2,a=di().mark((function e(){var t,n,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!((t=o.value)instanceof r.NgModuleFactory)){e.next=5;break}n=t,e.next=8;break;case 5:return e.next=7,s.compiler.compileModuleAsync(t);case 7:n=e.sent;case 8:i=n.create(s.injector),s.allHooks.forEach((function(e){e.values=[].concat(wi(e.values),wi(i.injector.get(e.token,[],r.InjectFlags.Self)))}));case 10:case"end":return e.stop()}}),e)})),i.s();case 5:if((o=i.n()).done){e.next=9;break}return e.delegateYield(a(),"t0",7);case 7:e.next=5;break;case 9:e.next=14;break;case 11:e.prev=11,e.t1=e.catch(2),i.e(e.t1);case 14:return e.prev=14,i.f(),e.finish(14);case 17:this.allHooks.forEach((function(e){e.values.length&&(e.service.factories=[].concat(wi(e.service.factories),wi(e.values)),e.service.refresh())}));case 18:case"end":return e.stop()}}),e,this,[[2,11,14,17]])}))),function(e){return a.apply(this,arguments)})},{key:"loadRemotes",value:(o=ui(di().mark((function e(t){var n,r,i,o,a,s,c,l;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return",[]);case 2:n=new Date,r=[],e.t0=di().keys(t);case 5:if((e.t1=e.t0()).done){e.next=38;break}if(i=e.t1.value,!t.hasOwnProperty(i)){e.next=36;break}o=t[i],a="/apps/".concat(i,"/remoteEntry.js?nocache=").concat(n.getTime()),s=ei(o),e.prev=11,s.s();case 13:if((c=s.n()).done){e.next=28;break}return l=c.value,e.prev=15,e.t2=r,e.next=19,this.loadRemoteModule(a,i,l);case 19:e.t3=e.sent,e.t2.push.call(e.t2,e.t3),e.next=26;break;case 23:e.prev=23,e.t4=e.catch(15),console.warn("Could not load remote module '".concat(l,"' from url:"),a);case 26:e.next=13;break;case 28:e.next=33;break;case 30:e.prev=30,e.t5=e.catch(11),s.e(e.t5);case 33:return e.prev=33,s.f(),e.finish(33);case 36:e.next=5;break;case 38:return e.abrupt("return",r);case 39:case"end":return e.stop()}}),e,this,[[11,30,33,36],[15,23]])}))),function(e){return o.apply(this,arguments)})},{key:"mergeMFRemotes",value:function(e){return(0,c.reduce)(e,(function(e,t){return(0,c.forEach)(t,(function(t,n){var r=(0,c.get)(e,n,[]);e[n]=(0,c.union)(r,t)})),e}),{})}},{key:"clearURLRemotesCache",value:function(){this.urlRemotesCache=null}},{key:"loadUrlRemotes",value:function(){if(!this.urlRemotesCache){var e=new URLSearchParams(window.location.search).get("remotes");if(e)try{this.urlRemotesCache=JSON.parse(decodeURIComponent(e))}catch(e){console.warn("Failed to parse remotes: ".concat(e))}}return this.urlRemotesCache}},{key:"loadRemoteModule",value:(i=ui(di().mark((function e(t,n,r){var i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.remoteScriptSet.has(t)){e.next=4;break}return this.remoteScriptSet.add(t),e.next=4,this.loadRemoteEntry(t);case 4:return(i=n).includes("@")&&(i=n.split("@")[0]),e.next=8,this.lookupExposedModule((0,c.camelCase)(i),r);case 8:return e.abrupt("return",e.sent);case 9:case"end":return e.stop()}}),e,this)}))),function(e,t,n){return i.apply(this,arguments)})},{key:"loadRemoteEntry",value:function(e){return new Promise((function(t,n){var r=document.createElement("script");r.src=e,r.onerror=n,r.onload=function(){t()},document.body.append(r)}))}},{key:"lookupExposedModule",value:(t=ui(di().mark((function e(t,r){var i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,n.I("default");case 3:e.next=8;break;case 5:e.prev=5,e.t0=e.catch(0),console.error("Module ".concat(r," could not be loaded. Module Federation is not enabled in this application."),e.t0);case 8:return i=window[t],e.prev=9,e.next=12,i.init(n.S.default);case 12:return e.next=14,i.get(r);case 14:e.t1=e.sent,o=(0,e.t1)(),e.next=21;break;case 18:e.prev=18,e.t2=e.catch(9),console.error("Module ".concat(r," could not be loaded."),e.t2);case 21:return e.abrupt("return",{name:r,factory:o});case 22:case"end":return e.stop()}}),e,null,[[0,5],[9,18]])}))),function(e,n){return t.apply(this,arguments)})}]),e}();hs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hs,deps:[{token:Xa},{token:Ta},{token:fa},{token:Vi},{token:Ba},{token:Za},{token:ss},{token:is},{token:za},{token:ls},{token:ps},{token:r.Compiler},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),hs.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hs,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hs,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Xa},{type:Ta},{type:fa},{type:Vi},{type:Ba},{type:Za},{type:ss},{type:is},{type:za},{type:ls},{type:ps},{type:r.Compiler},{type:r.Injector}]}}),function(e){e.SETUP="setup"}(us||(us={})),function(e){e[e.START=0]="START",e[e.WIZARD=1]="WIZARD",e[e.FINALIZING=2]="FINALIZING",e[e.RELOADING=3]="RELOADING"}(gs||(gs={}));var ms="ROLE_APPLICATION_MANAGEMENT_ADMIN",fs="c8ySetupFinished",ys=function(){function e(t,n,r,i){var o=this;bi(this,e),this.stepperService=t,this.permissions=n,this.options=r,this.ui=i,this.isSetupNeeded$=this.ui.currentApplication.pipe((0,s.map)((function(e){return o.ui.isOwnerOfApplication(e)})),(0,s.switchMap)((function(e){return e?o.stepperService.getById$(us.SETUP):(0,a.of)([])})),(0,s.map)((function(e){return o.getNotCompletedSetupSteps(e)})),(0,s.map)((function(e){return o.options.forceSetup||o.options.isSetup&&o.needsSetup(e)})))}return Ci(e,[{key:"needsSetup",value:function(e){return e=this.excludeSetupFinishStep(e),this.hasPermission()?e.length>0:this.hasRequiredSteps(e)}},{key:"excludeSetupFinishStep",value:function(e){return e.filter((function(e){return e.setupId!==fs}))}},{key:"hasRequiredSteps",value:function(e){return e.some((function(e){return e.required}))}},{key:"hasPermission",value:function(){return this.permissions.hasRole(ms)}},{key:"getNotCompletedSetupSteps",value:function(e){var t=this;return this.ui.currentApplication.value?e.filter((function(e){var n;return e.setupId&&!((null===(n=t.ui.currentApplication.value.config)||void 0===n?void 0:n.setup)||[]).includes(e.setupId)})):e}}]),e}();ys.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ys,deps:[{token:ps},{token:Ho},{token:Gi},{token:Hi}],target:r["ɵɵFactoryTarget"].Injectable}),ys.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ys,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ys,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:ps},{type:Ho},{type:Gi},{type:Hi}]}});var vs=function(e){gi(n,e);var t=mi(n);function n(){var e;return bi(this,n),(e=t.apply(this,arguments)).state$=new a.BehaviorSubject({userMenuItems:new Set}),e}return Ci(n,[{key:"state",get:function(){return this.state$.value}},{key:"add",value:function(e){this.state.userMenuItems.add(e),this.emitNewState()}},{key:"remove",value:function(e){this.state.userMenuItems.delete(e),this.emitNewState()}}]),n}(Ri);vs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vs,deps:null,target:r["ɵɵFactoryTarget"].Injectable}),vs.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vs,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vs,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var bs=function(){function e(t){var n=this;bi(this,e),this.modal=t,this.status=Fa.INFO,this._labels={ok:"OK",cancel:"Cancel"},this.result=new Promise((function(e,t){n.dismiss=function(){t(),n.modal.hide()},n.close=function(){e(!!(0,c.isEmpty)(n.confirmOptions)||{confirmed:!0,confirmOptions:(0,c.mapValues)(n.confirmOptions,(function(e){return e.checked}))}),n.modal.hide()}}))}return Ci(e,[{key:"labels",get:function(){return this._labels},set:function(e){var t=e||{},n=t.ok,r=void 0===n?"OK":n,i=t.cancel,o=void 0===i?"Cancel":i;this._labels={ok:r,cancel:o}}},{key:"classIcon",get:function(){return"dlt-c8y-icon-".concat(Na[this.status])}},{key:"classAlert",get:function(){return Ma[this.status]}},{key:"ngOnDestroy",value:function(){this.dismiss()}}]),e}();bs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bs,deps:[{token:xe.BsModalRef}],target:r["ɵɵFactoryTarget"].Component}),bs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:bs,selector:"c8y-confirm-modal",inputs:{title:"title",body:"body",confirmOptions:"confirmOptions",status:"status",labels:"labels"},ngImport:i,template:'
    \n

    \n \n {{ title | translate }}\n

    \n

    {{ body | translate }}

    \n \n \n
    \n \n \n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:u.KeyValuePipe,name:"keyvalue"},{kind:"pipe",type:ta,name:"showIfFilter"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bs,decorators:[{type:r.Component,args:[{selector:"c8y-confirm-modal",template:'
    \n

    \n \n {{ title | translate }}\n

    \n

    {{ body | translate }}

    \n \n \n
    \n \n \n\n'}]}],ctorParameters:function(){return[{type:xe.BsModalRef}]},propDecorators:{title:[{type:r.Input}],body:[{type:r.Input}],confirmOptions:[{type:r.Input}],status:[{type:r.Input}],labels:[{type:r.Input}]}});var ks=function(){function e(t,n){bi(this,e),this.modalService=t,this.gainsightService=n}var t,n,r;return Ci(e,[{key:"confirm",value:(r=ui((function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Fa.INFO,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{eventName:"confirmModal"};return di().mark((function s(){var c,l;return di().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return c={ok:i.ok||"Confirm",cancel:i.cancel||"Cancel"},l=n.modalService.show(bs,{initialState:{title:e,body:t,labels:c,status:r,confirmOptions:o},ignoreBackdropClick:!0}),a&&(a.data=ci(ci({},a.data),{},{title:e})),n.triggerEvent(l.content.result,c,a),s.next=6,l.content.result;case 6:return s.abrupt("return",s.sent);case 7:case"end":return s.stop()}}),s)}))()})),function(e,t){return r.apply(this,arguments)})},{key:"acknowledge",value:(n=ui((function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Fa.INFO,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"Confirm",o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{eventName:"confirmModal"};return di().mark((function a(){var s,c;return di().wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return s={ok:i,cancel:null},c=n.modalService.show(bs,{initialState:{title:e,body:t,labels:s,status:r},ignoreBackdropClick:!0}),o&&(o.data=ci(ci({},o.data),{},{title:e})),n.triggerEvent(c.content.result,s,o),a.next=6,c.content.result;case 6:return a.abrupt("return",a.sent);case 7:case"end":return a.stop()}}),a)}))()})),function(e,t){return n.apply(this,arguments)})},{key:"confirmLogout",value:(t=ui((function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Fa.WARNING,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return di().mark((function i(){var o,a;return di().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return o={ok:r.ok||"Confirm and log out",cancel:r.cancel||"Cancel"},a=e||"You must log out to apply your changes. Do you want to proceed?",i.next=4,t.confirm("Logout required",a,n,o);case 4:return i.abrupt("return",i.sent);case 5:case"end":return i.stop()}}),i)}))()})),function(e){return t.apply(this,arguments)})},{key:"triggerEvent",value:function(e,t,n){var r=this,i=ci(ci({},n.data),{},{url:window.location.href});e.then((function(){r.gainsightService.triggerEvent(n.eventName,ci(ci({},i),{},{result:t.ok}))})).catch((function(){r.gainsightService.triggerEvent(n.eventName,ci(ci({},i),{},{result:t.cancel}))}))}}]),e}();ks.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ks,deps:[{token:xe.BsModalService},{token:ua}],target:r["ɵɵFactoryTarget"].Injectable}),ks.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ks,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ks,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:xe.BsModalService},{type:ua}]}});var Cs=function(){function e(t,n,r,i,o,a,s,c,l,d,p,u,g,h){bi(this,e),this.injector=t,this.client=n,this.basicAuth=r,this.cookieAuth=i,this.ui=o,this.user=a,this.tenant=s,this.realtime=c,this.alert=l,this.api=d,this.tenantUiService=p,this.tenantLoginOptionsService=u,this.translateService=g,this.location=h,this.rememberMe=!1,this.TOKEN_KEY="_tcy8",this.TFATOKEN_KEY="TFAToken",this.isFirstLogin=!0,this.GREEN_MIN_LENGTH_DEFAULT=8,this.ERROR_MESSAGES={minlength:"Password must have at least 8 characters and no more than 32.",password_missmatch:"Password confirmation does not match.",maxlength:"Password must have at least 8 characters and no more than 32.",password_strength:"Your password is not strong enough. Please include numbers, lower and upper case characters",remote_error:"Server error occurred.",email:"Invalid email address.",password_change:"Your password is expired. Please set a new password.",password_reset_token_expired:"Password reset link expired. Please enter your email address to receive a new one.",tfa_pin_invalid:"The code you entered is invalid. Please try again.",pattern_phonenumber:'Invalid phone number format. Only digits, spaces, slashes ("/") and dashes ("-") allowed.',pattern_newPassword:this.translateService.instant("Password must have at least 8 characters and no more than 32 and can only contain letters, numbers and following symbols: {{ symbols }}",{symbols:"`~!@#$%^&*()_|+-=?;:'\",.<>{}[]\\/"}),international_number_required:"International phone number required, in the format +49 9 876 543 210.",phone_number_error:"Could not update phone number.",pinAlreadySent:"The verification code was already sent. For a new verification code, please click on the link above.",passwordConfirm:"Password confirmation does not match.",tfaExpired:"Two-factor authentication token expired."},this.SUCCESS_MESSAGES={password_changed:"Password changed. You can now log in using new password.",password_reset_requested:"Password reset request has been sent. Please check your email.",resend_sms:"Verification code SMS resent.",send_sms:"Verification code SMS sent."},this.passwordStrengthSetting={enforcePasswordStrength:!1,greenMinLength:this.GREEN_MIN_LENGTH_DEFAULT,passwordStrengthValidity:!1},this.localhostRegExp=new RegExp("localhost"),this.localhostIpRegExp=new RegExp("127.0.0.1"),this.showTenantRegExp=new RegExp("showTenant"),this.autoLogout(),this.initLoginOptions()}var t,n,r,i,o,l,d,p,u,h,m,f,y,v,b;return Ci(e,[{key:"getTenant",value:function(){return this.client.tenant}},{key:"initLoginOptions",value:function(){var e=this.ui.state.loginOptions||[];this.loginMode=this.tenantUiService.getPreferredLoginOption(e),this.oauthOptions=this.tenantUiService.getOauth2Option(e)||{}}},{key:"redirectToOauth",value:function(){var e=this.oauthOptions.initRequest,t=(this.location?this.location._platformLocation:window).location.href,n=encodeURIComponent(t),r="".concat(e.includes("?")?"&":"?","originUri=").concat(n);window.location.href="".concat(e).concat(r)}},{key:"autoLogout",value:function(){var e=this,t=/invalid\scredentials.*pin.*generate/i,n=function(e){return e&&"string"==typeof e.message&&t.test(e.message)};this.ui.currentUser.pipe((0,s.switchMap)((function(t){return t?e.api.hookResponse((function(e){return 401===e.response.status})):a.EMPTY}))).subscribe(function(){var t=ui(di().mark((function t(r){var i,o,a;return di().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(i=r.response,o=!1,!n(i.data)){t.next=6;break}o=!0,t.next=11;break;case 6:if("function"!=typeof i.json){t.next=11;break}return t.next=9,i.clone().json();case 9:a=t.sent,n(a)&&(o=!0);case 11:o&&(e.logout(!1),setTimeout((function(){return e.alert.danger(e.ERROR_MESSAGES.tfaExpired)}),500));case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())}},{key:"getGreenMinLength",value:(b=ui(di().mark((function e(){var t,n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getBasicAuthLoginOption();case 2:if(e.t0=e.sent,e.t0){e.next=5;break}e.t0={greenMinLength:null};case 5:return t=e.t0,n=t.greenMinLength,this.passwordStrengthSetting.greenMinLength=n||this.GREEN_MIN_LENGTH_DEFAULT,e.abrupt("return",this.passwordStrengthSetting.greenMinLength);case 9:case"end":return e.stop()}}),e,this)}))),function(){return b.apply(this,arguments)})},{key:"getEnforcePasswordStrength",value:(v=ui(di().mark((function e(t){var n=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.getBasicAuthLoginOption(t).then((function(e){var t=(0,c.get)(e,"enforceStrength");return(0,c.isString)(t)?n.passwordStrengthSetting.enforcePasswordStrength="true"===t:n.passwordStrengthSetting.enforcePasswordStrength=!!t,n.passwordStrengthSetting.enforcePasswordStrength})));case 1:case"end":return e.stop()}}),e,this)}))),function(e){return v.apply(this,arguments)})},{key:"getPasswordStrengthValidity",value:(y=ui(di().mark((function e(t){var n=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.getBasicAuthLoginOption(t).then((function(e){var t=(0,c.get)(e,"strengthValidity");return(0,c.isString)(t)?n.passwordStrengthSetting.passwordStrengthValidity="true"===t:n.passwordStrengthSetting.passwordStrengthValidity=!!t,n.passwordStrengthSetting.passwordStrengthValidity})));case 1:case"end":return e.stop()}}),e,this)}))),function(e){return y.apply(this,arguments)})},{key:"getPasswordStrengthEnforced",value:(f=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t&&t.refresh,e.abrupt("return",Promise.all([this.getEnforcePasswordStrength(n),this.getPasswordStrengthValidity(n)]).then((function(e){var t=ii(e,2),n=t[0],r=t[1];return n||r})));case 2:case"end":return e.stop()}}),e,this)}))),function(e){return f.apply(this,arguments)})},{key:"cleanMessages",value:function(){this.alert.clearAll()}},{key:"addSuccessMessage",value:function(e){var t=this.SUCCESS_MESSAGES[e];t&&this.alert.add({text:t,type:"success",timeout:0})}},{key:"getAuthStrategy",value:function(){var e=this.cookieAuth,t=this.getStoredToken(),n=this.getStoredTfaToken();return t&&(e=this.basicAuth,this.setCredentials({token:t,tfa:n},this.basicAuth)),e}},{key:"useBasicAuth",value:function(e){return this.setCredentials(e,this.basicAuth),this.basicAuth}},{key:"login",value:(m=ui((function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getAuthStrategy(),n=arguments.length>1?arguments[1]:void 0;return di().mark((function r(){var i,o,a,s,c,l;return di().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return e.client.setAuth(t),r.next=3,e.tenant.current();case 3:return i=r.sent,o=i.data,n&&(n.tenant=o.name),r.next=8,e.shouldRedirectDomain(n);case 8:return r.next=10,e.switchLoginMode(n);case 10:if(!r.sent){r.next=12;break}t=e.cookieAuth;case 12:return r.next=14,e.user.current();case 14:return a=r.sent,s=a.data,r.next=18,e.verifyAppAccess();case 18:return c=e.getSupportUserName(n),(l=e.setCredentials({tenant:o.name,user:(c?"".concat(c,"$"):"")+s.userName},t))&&e.storeBasicAuthToken(l),r.next=23,e.authFulfilled(o,s,c);case 23:case"end":return r.stop()}}),r)}))()})),function(){return m.apply(this,arguments)})},{key:"authFulfilled",value:(h=ui(di().mark((function e(t,n,r){var i,o,a,s;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=7;break}return e.next=3,this.tenant.current();case 3:i=e.sent,o=i.data,t=o,this.client.tenant=t.name;case 7:if(n){e.next=13;break}return e.next=10,this.user.current();case 10:a=e.sent,s=a.data,n=s;case 13:r||(r=null),this.ui.setUser({user:n,supportUserName:r}),this.ui.currentTenant.next(t);case 16:case"end":return e.stop()}}),e,this)}))),function(e,t,n){return h.apply(this,arguments)})},{key:"switchLoginMode",value:(u=ui(di().mark((function e(t){var n,r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.isPasswordGrantLogin(t);case 2:if(!(n=e.sent)||!t){e.next=21;break}return e.next=6,this.generateOauthToken(t);case 6:if((r=e.sent).ok){e.next=18;break}return e.prev=8,e.next=11,r.json();case 11:throw i=e.sent,{res:r,data:i};case 15:throw e.prev=15,e.t0=e.catch(8),e.t0;case 18:this.client.setAuth(this.cookieAuth),this.cleanLocalStorage(),this.basicAuth.logout();case 21:return e.abrupt("return",n);case 22:case"end":return e.stop()}}),e,this,[[8,15]])}))),function(e){return u.apply(this,arguments)})},{key:"generateOauthToken",value:(p=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.isPasswordGrantLogin(t);case 2:if(e.t0=e.sent,!e.t0){e.next=5;break}e.t0=t;case 5:if(!e.t0){e.next=10;break}return n=new URLSearchParams({grant_type:"PASSWORD",username:t.user,password:t.password,tfa_code:t.tfa}),e.next=9,(new g.FetchClient).fetch(this.getUrlForOauth(t),{method:"POST",body:n.toString(),headers:{"content-type":"application/x-www-form-urlencoded;charset=UTF-8"}});case 9:return e.abrupt("return",e.sent);case 10:case"end":return e.stop()}}),e,this)}))),function(e){return p.apply(this,arguments)})},{key:"isPasswordGrantLogin",value:(d=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=this.loginMode,!this.isSupportUser(t)){e.next=7;break}if(this.managementLoginMode){e.next=6;break}return e.next=5,this.getManagementLoginMode();case 5:this.managementLoginMode=e.sent;case 6:n=this.managementLoginMode;case 7:return e.abrupt("return",this.tenantUiService.isOauthInternal(n));case 8:case"end":return e.stop()}}),e,this)}))),function(e){return d.apply(this,arguments)})},{key:"isSupportUser",value:function(e){return e&&e.user.includes("$")}},{key:"showTenant",value:function(){return!this.ui.state.loginOptions||this.isLocal()||this.isShowTenant()}},{key:"showTenantSetup",value:function(){return!this.ui.state.loginOptions&&!this.isLocal()}},{key:"logout",value:(l=ui((function(){var e=this,t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return di().mark((function n(){var r,i,o,a;return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r=null,n.prev=1,n.next=4,e.reset();case 4:return i=n.sent,o=ii(i,2),a=o[1],n.next=9,a.json();case 9:r=n.sent,n.next=15;break;case 12:n.prev=12,n.t0=n.catch(1),e.alert.removeLastDanger();case 15:return n.prev=15,r&&r.url?e.redirect(r.url):t&&(e.location.replaceState({},"","",""),window.location.reload()),n.finish(15);case 18:case"end":return n.stop()}}),n,null,[[1,12,15,18]])}))()})),function(){return l.apply(this,arguments)})},{key:"reset",value:(o=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.cleanLocalStorage(),this.cleanSessionStorage(),this.realtime.disconnect(),this.ui.currentUser.next(null),e.abrupt("return",Promise.all([this.basicAuth.logout(),this.cookieAuth.logout()]));case 5:case"end":return e.stop()}}),e,this)}))),function(){return o.apply(this,arguments)})},{key:"saveTFAToken",value:function(e,t){t.setItem(this.TFATOKEN_KEY,e)}},{key:"verifyAppAccess",value:(i=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.ui.loadManifest();case 3:e.next=9;break;case 5:if(e.prev=5,e.t0=e.catch(0),e.t0.res&&404===e.t0.res.status&&this.isLocal()){e.next=9;break}throw e.t0;case 9:case"end":return e.stop()}}),e,this,[[0,5]])}))),function(){return i.apply(this,arguments)})},{key:"redirectToDomain",value:function(e){var t=new URL(window.location.href),n=t.href.replace(t.hostname,e);window.location.href=n}},{key:"setCredentials",value:function(e,t){e.tenant&&(this.client.tenant=e.tenant);var n=ci({token:this.basicAuth.updateCredentials({tenant:e.tenant,user:e.user})},e);return t.updateCredentials(n)}},{key:"isLocal",value:function(){var e=window.location.hostname;return this.localhostIpRegExp.test(e)||this.localhostRegExp.test(e)}},{key:"saveToken",value:function(e,t){t.setItem(this.TOKEN_KEY,e)}},{key:"storeBasicAuthToken",value:function(e){this.saveToken(e,sessionStorage),this.rememberMe&&this.saveToken(e,localStorage)}},{key:"cleanLocalStorage",value:function(){localStorage.removeItem(this.TOKEN_KEY),localStorage.removeItem(this.TFATOKEN_KEY)}},{key:"cleanSessionStorage",value:function(){sessionStorage.removeItem(this.TOKEN_KEY),sessionStorage.removeItem(this.TFATOKEN_KEY)}},{key:"isShowTenant",value:function(){return this.showTenantRegExp.test(window.location.href)}},{key:"redirect",value:function(e){window.location.href=e}},{key:"getBasicAuthLoginOption",value:(r=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t){e.next=3;break}return e.next=3,this.ui.refreshLoginOptions();case 3:return n=this.ui.state.loginOptions||[],r=n.find((function(e){return"BASIC"===e.type})),e.abrupt("return",Promise.resolve(r));case 6:case"end":return e.stop()}}),e,this)}))),function(e){return r.apply(this,arguments)})},{key:"getSupportUserName",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getStoredCredentials();if(!e)return null;var t=e.user.match(/^(.+\/)?((.+)\$)?(.+)?$/)[3];return t}},{key:"getStoredCredentials",value:function(){var e=this.getStoredToken();return e?this.decodeToken(e):null}},{key:"getStoredToken",value:function(){return localStorage.getItem(this.TOKEN_KEY)||sessionStorage.getItem(this.TOKEN_KEY)}},{key:"getStoredTfaToken",value:function(){return localStorage.getItem(this.TFATOKEN_KEY)||sessionStorage.getItem(this.TFATOKEN_KEY)}},{key:"decodeToken",value:function(e){var t=decodeURIComponent(escape(window.atob(e))).match(/(([^/]*)\/)?([^/:]+):(.+)/);return{tenant:t[2],user:t[3],password:t[4]}}},{key:"getUrlForOauth",value:function(e){if((0,c.isEmpty)(e.tenant)&&this.loginMode.initRequest){var t=new URLSearchParams(this.loginMode.initRequest.split("?").pop());e.tenant=t.get("tenant_id")}return(0,c.isEmpty)(e.tenant)?"tenant/oauth":"tenant/oauth?tenant_id=".concat(e.tenant)}},{key:"getManagementLoginMode",value:(n=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.tenantLoginOptionsService.listForManagement();case 2:return t=e.sent.data,e.abrupt("return",this.tenantUiService.getPreferredLoginOption(t));case 4:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"shouldRedirectDomain",value:(t=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.isPasswordGrantLogin(t);case 2:if(n=e.sent,!this.isSupportUser(t)||!n||this.managementLoginMode.loginRedirectDomain===window.location.hostname||this.isLocal()){e.next=10;break}return r=this.injector.get(ks),e.next=9,r.acknowledge("Redirect required","Redirect to correct domain is required to log in as support user.",Fa.INFO,"Redirect");case 9:this.redirectToDomain(this.managementLoginMode.loginRedirectDomain);case 10:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})}]),e}();Cs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cs,deps:[{token:r.Injector},{token:g.FetchClient},{token:g.BasicAuth},{token:g.CookieAuth},{token:Hi},{token:g.UserService},{token:g.TenantService},{token:g.Realtime},{token:ka},{token:x},{token:na},{token:g.TenantLoginOptionsService},{token:ye.TranslateService},{token:u.LocationStrategy,optional:!0}],target:r["ɵɵFactoryTarget"].Injectable}),Cs.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cs}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cs,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:r.Injector},{type:g.FetchClient},{type:g.BasicAuth},{type:g.CookieAuth},{type:Hi},{type:g.UserService},{type:g.TenantService},{type:g.Realtime},{type:ka},{type:x},{type:na},{type:g.TenantLoginOptionsService},{type:ye.TranslateService},{type:u.LocationStrategy,decorators:[{type:r.Optional}]}]}});var Is=function(){function e(t){bi(this,e),this.modal=t,this.onDismiss=new r.EventEmitter,this.onClose=new r.EventEmitter,this.disabled=!1,this.customFooter=!1,this.headerClasses="",this._labels={ok:"OK",cancel:"Cancel"}}return Ci(e,[{key:"labels",get:function(){return this._labels},set:function(e){var t=e.ok,n=e.cancel;this._labels={ok:t,cancel:n}}},{key:"_dismiss",value:function(){var e=this,t=this.dismiss;!t&&this.modal&&(t=function(){return e.modal.hide()}),t&&t(),this.onDismiss.emit(!0)}},{key:"_close",value:function(){var e=this,t=this.close;!t&&this.modal&&(t=function(){return e.modal.hide()}),t&&t(),this.onClose.emit(!0)}},{key:"onEnterKeyDown",value:function(e){var t=(0,Se.isEmpty)(this.labels.ok)!==(0,Se.isEmpty)(this.labels.cancel),n=!this.customFooter&&this.labels.cancel,r=!this.customFooter&&!this.disabled&&this.labels.ok;t&&n&&this._dismiss(),t&&r&&this._close()}}]),e}();Is.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Is,deps:[{token:xe.BsModalRef,optional:!0}],target:r["ɵɵFactoryTarget"].Component}),Is.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Is,selector:"c8y-modal",inputs:{disabled:"disabled",close:"close",dismiss:"dismiss",title:"title",body:"body",customFooter:"customFooter",headerClasses:"headerClasses",labels:"labels"},outputs:{onDismiss:"onDismiss",onClose:"onClose"},host:{listeners:{"document:keydown.enter":"onEnterKeyDown($event)"}},ngImport:i,template:'
    \n \n \n \n
    \n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Is,decorators:[{type:r.Component,args:[{selector:"c8y-modal",template:'
    \n \n \n \n
    \n'}]}],ctorParameters:function(){return[{type:xe.BsModalRef,decorators:[{type:r.Optional}]}]},propDecorators:{onDismiss:[{type:r.Output}],onClose:[{type:r.Output}],disabled:[{type:r.Input}],close:[{type:r.Input}],dismiss:[{type:r.Input}],title:[{type:r.Input}],body:[{type:r.Input}],customFooter:[{type:r.Input}],headerClasses:[{type:r.Input}],labels:[{type:r.Input}],onEnterKeyDown:[{type:r.HostListener,args:["document:keydown.enter",["$event"]]}]}});var ws,Ss=Ci((function e(){bi(this,e)}));Ss.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ss,deps:[],target:r["ɵɵFactoryTarget"].Directive}),Ss.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ss,selector:"c8y-message",inputs:{name:"name",text:"text"},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ss,decorators:[{type:r.Directive,args:[{selector:"c8y-message"}]}],propDecorators:{name:[{type:r.Input}],text:[{type:r.Input}]}}),function(e){e.IS_REQUIRED="required",e.PATTERN="pattern",e.SHOULD_CONTAIN_NUMBER="number",e.SHOULD_BE_DEFINED="should-be-defined",e.GREATER_THAN_SCALE_MAX="greater-than-scale-max",e.LESS_THAN_SCALE_MIN="less-than-scale-min",e.GREATER_THAN_RANGE_MAX="greater-than-range-max",e.LESS_THAN_RANGE_MIN="less-than-range-min",e.MIN_ACTIVE_COUNT="minActiveCount",e.MAX_ACTIVE_COUNT="maxActiveCount"}(ws||(ws={}));var xs=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"get",value:function(e){return this.rules[e]}}]),e}();xs.messages=(li(Kr={deviceId:'Device ID must not contain spaces or slashes ("/").',domain:"Only lowercase letters, digits and hyphens allowed in the first part of the URI. Must start with a letter; hyphens only allowed in the middle. Must be a valid URI.",email:"Invalid email address.",emails:"Invalid email addresses.",internationalPhoneNumber:"International phone number required, in the format +49 9 876 543 210.",loginAlias:'Login alias must not contain slashes ("/", "\\") nor ("+"), (":"), ("$") signs.',max:"Max value: {{ max }}",min:"Min value: {{ min }}",minLength:"Should have at least {{ minLength }} characters",minlength:"Should have at least {{ requiredLength }} characters",maxLength:"Should have at most {{ maxLength }} characters",maxlength:"Should have at most {{ requiredLength }} characters",pattern:"Does not match pattern {{ requiredPattern }}",opcuaBrowsePath:"Invalid OPC UA URI.",password:"Password must have at least 8 characters and no more than 32 and can only contain letters, numbers and following symbols: `~!@#$%^&*()_|+-=?;:'\",.<>{}[]\\/",passwordConfirm:"Passwords do not match.",passwordStrength:"Password not good enough, password must be stronger (green).",phoneNumber:'Invalid phone number format. Only digits, spaces, slashes ("/") and dashes ("-") allowed.',required:"This field is required.",tenantId:"May contain lowercase letters, digits, and hyphens. Must start with a letter; hyphens only allowed in the middle; minimum 2 characters.",urlSegment:"Slash, single or double dots and white space not allowed.",user:'Username must not contain spaces nor slashes ("/", "\\") nor ("+"), (":"), ("$") signs.',httpUrl:"Must be a valid HTTP(S) URL.",noDots:"Dots not allowed.",simpleJsonPath:"Must be a valid JSON path"},ws.SHOULD_CONTAIN_NUMBER,"This field must contain a number."),li(Kr,ws.SHOULD_BE_DEFINED,"Value must be defined."),li(Kr,ws.GREATER_THAN_SCALE_MAX,"Value must be less than scale maximum."),li(Kr,ws.LESS_THAN_SCALE_MIN,"Value must be greater than scale minimum."),li(Kr,ws.GREATER_THAN_RANGE_MAX,"Value must be less than respective maximum."),li(Kr,ws.LESS_THAN_RANGE_MIN,"Value must be greater than respective minimum."),Kr),xs.rules={deviceId:{pattern:/^[^\s/]*$/},domain:{pattern:/^[a-z]+[a-z0-9-]*[a-z0-9]+\.{1}.+$/},groupName:{maxLength:254},hostname:{pattern:/^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$/},ip:{pattern:/^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/},opcuaBrowsePath:{pattern:/^(opc.tcp|http|https):\/\/[^ "]+$/},password:{pattern:/^[a-zA-Z0-9`~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]{8,32}$/},phoneNumber:{pattern:/^$|^(\+|0{2})[\d\s/-]{1,30}$/},tenantId:{pattern:/^[a-z]+[a-z0-9-]*[a-z0-9]+$/},user:{pattern:/^[^\\/\s$:+]*$/},urlSegment:{pattern:/^(([.]{1,2})|([/])+|(([/]*)([.]{1,2})([/]*))|((.*)([/]|[ ]+)(.*))|(\s+))$/},loginAlias:{pattern:/^[^\\/$:+]*$/},noDots:{pattern:/^[^.]*$/},httpUrl:{pattern:/^(https?):\/\/.*$/}};var Ds=function(){function e(t){bi(this,e),this.translateService=t,this.show={},this.defaults=xs.messages,this.messages=[],this.messageMap={}}return Ci(e,[{key:"ngAfterContentInit",value:function(){this.messageMap=Object.assign({},this.defaults,this.customMessages.reduce((function(e,t){return e[t.name]=t.text,e}),{}))}},{key:"changVisibility",value:function(e){this.show=e,this.ngOnChanges()}},{key:"ngOnChanges",value:function(){var e=this;this.show?this.messages=Object.keys(this.show).map((function(t){return e.toMessage(t,e.show[t])})).filter((function(e){return null!==e})):this.messages=[]}},{key:"toMessage",value:function(e,t){var n=this.messageMap[e];if((!n||n===xs.messages.pattern)&&"pattern"===e&&"string"==typeof(null==t?void 0:t.requiredPattern)){var r=t.requiredPattern.replace(/^\//,"").replace(/\/$/,""),i=Object.keys(xs.rules).find((function(e){var t;return(null===(t=xs.rules[e].pattern)||void 0===t?void 0:t.source)===r}));i&&(e=i,n=this.messageMap[e])}return n?this.translateService.instant(n,t):null}}]),e}();Ds.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ds,deps:[{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Component}),Ds.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ds,selector:"c8y-messages",inputs:{show:"show",defaults:"defaults"},queries:[{propertyName:"customMessages",predicate:Ss}],usesOnChanges:!0,ngImport:i,template:'\n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ds,decorators:[{type:r.Component,args:[{selector:"c8y-messages",template:'\n'}]}],ctorParameters:function(){return[{type:ye.TranslateService}]},propDecorators:{show:[{type:r.Input}],defaults:[{type:r.Input}],customMessages:[{type:r.ContentChildren,args:[Ss]}]}});var $s=function(){function e(){bi(this,e),this.hasError=!1,this.hasWarning=!1,this.hasSuccess=!1,this.novalidation=!1,this.destroyed$=new a.Subject,this.VALIDATION_DEBOUNCE_MS=1e3}return Ci(e,[{key:"error",get:function(){return"error"===this.status||this.hasError}},{key:"warning",get:function(){return"warning"===this.status||this.hasWarning}},{key:"success",get:function(){return"success"===this.status||this.hasSuccess}},{key:"ngAfterContentInit",value:function(){this.initNgModel(),this.initFormControl()}},{key:"initNgModel",value:function(){var e=this;this.model&&(this.model.valueAccessor.registerOnTouched((function(){e.model.control&&!e.model.control.dirty&&(e.model.control.markAsDirty(),e.model.control.updateValueAndValidity({onlySelf:!0}))})),this.subscribeForChanges(this.model))}},{key:"initFormControl",value:function(){this.formControlName&&this.subscribeForChanges(this.formControlName.control)}},{key:"subscribeForChanges",value:function(e){var t=this;(0,a.merge)(e.valueChanges,e.statusChanges).pipe((0,s.filter)((function(){return e.dirty&&!t.novalidation})),(0,s.debounce)((function(){return t.hasError?(0,a.timer)(10):(0,a.timer)(t.VALIDATION_DEBOUNCE_MS)})),(0,s.takeUntil)(this.destroyed$)).subscribe((function(){return t.update(e)}))}},{key:"update",value:function(e){this.hasError="INVALID"===e.status,this.customErrorMessage?this.customErrorMessage.changVisibility(e.errors):this.errors=e.errors}},{key:"ngOnDestroy",value:function(){this.destroyed$.next(),this.destroyed$.complete()}}]),e}();$s.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$s,deps:[],target:r["ɵɵFactoryTarget"].Component}),$s.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:$s,selector:"c8y-form-group",inputs:{hasError:"hasError",hasWarning:"hasWarning",hasSuccess:"hasSuccess",novalidation:"novalidation",status:"status"},host:{properties:{"class.has-error":"this.error","class.has-warning":"this.warning","class.has-success":"this.success"},classAttribute:"form-group"},queries:[{propertyName:"customErrorMessage",first:!0,predicate:Ds,descendants:!0},{propertyName:"model",first:!0,predicate:De.NgModel,descendants:!0,static:!0},{propertyName:"formControlName",first:!0,predicate:De.FormControlName,descendants:!0,static:!0}],ngImport:i,template:'\n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$s,decorators:[{type:r.Component,args:[{selector:"c8y-form-group",host:{class:"form-group"},template:'\n\n'}]}],propDecorators:{hasError:[{type:r.Input}],hasWarning:[{type:r.Input}],hasSuccess:[{type:r.Input}],novalidation:[{type:r.Input}],status:[{type:r.Input}],error:[{type:r.HostBinding,args:["class.has-error"]}],warning:[{type:r.HostBinding,args:["class.has-warning"]}],success:[{type:r.HostBinding,args:["class.has-success"]}],customErrorMessage:[{type:r.ContentChild,args:[Ds,{static:!1}]}],model:[{type:r.ContentChild,args:[De.NgModel,{static:!0}]}],formControlName:[{type:r.ContentChild,args:[De.FormControlName,{static:!0}]}]}});var Es=function(){function e(t,n,r,i){bi(this,e),this.el=t,this.renderer=n,this.translationService=r,this.ngControl=i,this.shouldSkipRequiredHint=!1,this.shouldSkipRequiredHint=!!this.el.nativeElement.closest("[placeholder-no-required-hint]")}return Ci(e,[{key:"ngAfterViewChecked",value:function(){var e,t,n;if(void 0!==(null===(e=this.el)||void 0===e||null===(t=e.nativeElement)||void 0===t?void 0:t.required)||null!==(n=this.ngControl)&&void 0!==n&&n.control){var r,i,o,a,s=((null===(r=this.el)||void 0===r||null===(i=r.nativeElement)||void 0===i?void 0:i.required)||(null===(o=this.ngControl)||void 0===o||null===(a=o.control)||void 0===a?void 0:a.hasValidator(De.Validators.required)))&&!this.shouldSkipRequiredHint,c=this.el.nativeElement.placeholder;this.placeholder===c&&this.req===s||this.updatePlaceholder(this.getTextForPlaceholder(c,s))}}},{key:"getTextForPlaceholder",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.req=t;var n="(".concat(this.translationService.instant("required"),")"),r=e.lastIndexOf(n);return r>0&&(e=e.slice(0,r-1)),0===r&&(e=""),t?e.trim()?"".concat(e," ").concat(n):n:e}},{key:"updatePlaceholder",value:function(e){this.renderer.setAttribute(this.el.nativeElement,"placeholder",e),this.placeholder=e}}]),e}();Es.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Es,deps:[{token:r.ElementRef},{token:r.Renderer2},{token:ye.TranslateService},{token:De.NgControl,optional:!0}],target:r["ɵɵFactoryTarget"].Directive}),Es.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Es,selector:"input[required], input[formControlName]",ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Es,decorators:[{type:r.Directive,args:[{selector:"input[required], input[formControlName]"}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:r.Renderer2},{type:ye.TranslateService},{type:De.NgControl,decorators:[{type:r.Optional}]}]}});var Ts=function(){function e(t,n,i,o,a){bi(this,e),this.user=t,this.ui=n,this.client=i,this.alert=o,this.loginService=a,this.passwordConfirmedEmitter=new r.EventEmitter,this.loading=!1}var t;return Ci(e,[{key:"passwordConfirm",value:(t=ui(di().mark((function e(){var t,n,r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.password){e.next=21;break}return t=this.ui.currentSupportUserName.value,n=this.ui.currentUser.value.id,r={password:this.password,user:"".concat(t?"".concat(t,"$"):"").concat(n),tenant:this.client.tenant},e.prev=4,this.loading=!0,i=(0,c.clone)(this.loginService.useBasicAuth({})),delete r.tfa,i.updateCredentials(r),o=this.createNewClient(i,this.client.baseUrl),e.next=12,o.user.current();case 12:this.emitSuccessAndClose(),e.next=18;break;case 15:e.prev=15,e.t0=e.catch(4),e.t0.res&&401===e.t0.res.status&&e.t0.data&&/pin|totp/i.test(e.t0.data.message)?this.emitSuccessAndClose():this.alert.danger("Provided password doesn't match your current one.");case 18:return e.prev=18,this.loading=!1,e.finish(18);case 21:case"end":return e.stop()}}),e,this,[[4,15,18,21]])}))),function(){return t.apply(this,arguments)})},{key:"cancel",value:function(){this.passwordConfirmedEmitter.emit(!1),this.modal._dismiss()}},{key:"createNewClient",value:function(e,t){return new g.Client(e,t)}},{key:"emitSuccessAndClose",value:function(){this.passwordConfirmedEmitter.emit(!0),this.modal._dismiss()}}]),e}();Ts.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ts,deps:[{token:g.UserService},{token:Hi},{token:g.FetchClient},{token:ka},{token:Cs}],target:r["ɵɵFactoryTarget"].Component}),Ts.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ts,selector:"c8y-password-confirm-modal",outputs:{passwordConfirmedEmitter:"passwordConfirmedEmitter"},viewQueries:[{propertyName:"modal",first:!0,predicate:["modal"],descendants:!0}],ngImport:i,template:'\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Enter the password of the user that you are currently logged in with.\r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Ss,selector:"c8y-message",inputs:["name","text"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"component",type:Is,selector:"c8y-modal",inputs:["disabled","close","dismiss","title","body","customFooter","headerClasses","labels"],outputs:["onDismiss","onClose"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ts,decorators:[{type:r.Component,args:[{selector:"c8y-password-confirm-modal",template:'\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n Enter the password of the user that you are currently logged in with.\r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n'}]}],ctorParameters:function(){return[{type:g.UserService},{type:Hi},{type:g.FetchClient},{type:ka},{type:Cs}]},propDecorators:{passwordConfirmedEmitter:[{type:r.Output}],modal:[{type:r.ViewChild,args:["modal",{static:!1}]}]}});var _s=function(){function e(t){bi(this,e),this.modal=t,this.currentPasswordEmitter=new r.EventEmitter}return Ci(e,[{key:"passwordConfirm",value:function(){this.currentPasswordEmitter.emit(this.password),this.modal.hide()}},{key:"cancel",value:function(){this.currentPasswordEmitter.emit(null),this.modal.hide()}}]),e}();_s.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_s,deps:[{token:xe.BsModalRef}],target:r["ɵɵFactoryTarget"].Component}),_s.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:_s,selector:"c8y-current-password-modal",outputs:{currentPasswordEmitter:"currentPasswordEmitter"},ngImport:i,template:'\n
    \n
    \n \n \n \n \n \n The password of the user that you are currently logged in with.\n \n \n \n
    \n \n
    \n
    \n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Ss,selector:"c8y-message",inputs:["name","text"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"component",type:Is,selector:"c8y-modal",inputs:["disabled","close","dismiss","title","body","customFooter","headerClasses","labels"],outputs:["onDismiss","onClose"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_s,decorators:[{type:r.Component,args:[{selector:"c8y-current-password-modal",template:'\n
    \n
    \n \n \n \n \n \n The password of the user that you are currently logged in with.\n \n \n \n
    \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:xe.BsModalRef}]},propDecorators:{currentPasswordEmitter:[{type:r.Output}]}});var Fs=function(){function e(t){bi(this,e),this.modalService=t,this.DEFAULT_PASSWORD_MIN_LENGTH=8,this.GREEN={colorName:"green",color:"rgb(0, 128, 0)",description:"strong",passwordStrength:g.PasswordStrength.GREEN},this.YELLOW={colorName:"yellow",color:"rgb(255, 204, 51)",description:"medium",passwordStrength:g.PasswordStrength.YELLOW},this.RED={colorName:"red",color:"rgb(170, 0, 51)",description:"weak",passwordStrength:g.PasswordStrength.RED}}return Ci(e,[{key:"confirmPassword",value:function(){return this.modalService.show(Ts).content.passwordConfirmedEmitter.pipe((0,s.take)(1))}},{key:"currentPassword",value:function(){return this.modalService.show(_s,{class:"modal-sm"}).content.currentPasswordEmitter.pipe((0,s.take)(1))}},{key:"hasLowerCase",value:function(e){return-1!==e.search(/[a-z]/)}},{key:"hasUpperCase",value:function(e){return-1!==e.search(/[A-Z]/)}},{key:"hasNumbers",value:function(e){return-1!==e.search(/[0-9]/)}},{key:"hasSpecialChars",value:function(e){return-1!==e.search(/[^0-9a-zA-Z]+/)}},{key:"getStrengthColor",value:function(e){var t=(0,c.filter)([this.hasLowerCase(e),this.hasUpperCase(e),this.hasNumbers(e),this.hasSpecialChars(e)]).length;return t>3?this.GREEN:t>=3?this.YELLOW:this.RED}},{key:"getDefaultPasswordMinLength",value:function(){return this.DEFAULT_PASSWORD_MIN_LENGTH}}]),e}();Fs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fs,deps:[{token:xe.BsModalService}],target:r["ɵɵFactoryTarget"].Injectable}),Fs.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fs}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fs,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:xe.BsModalService}]}});var Os=function(){function e(t,n,i){bi(this,e),this.loginService=t,this.users=n,this.alert=i,this.verify=!0,this.onSuccess=new r.EventEmitter,this.totpUnconfirmedEmitter=new r.EventEmitter,this.loading=!1,this.hasError=!1,this.model={token:""}}var t;return Ci(e,[{key:"verifyCode",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,this.loading=!0,this.hasError=!1,!this.verify){e.next=6;break}return e.next=6,this.users.verifyTotpCode(this.model.token);case 6:this.onSuccess.emit(this.model.token),e.next=14;break;case 9:e.prev=9,e.t0=e.catch(0),this.hasError=!0,this.alert.removeLastDanger(),this.loading=!1;case 14:case"end":return e.stop()}}),e,this,[[0,9]])}))),function(){return t.apply(this,arguments)})},{key:"cancel",value:function(){this.totpUnconfirmedEmitter.emit()}}]),e}();Os.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Os,deps:[{token:Cs},{token:g.UserService},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),Os.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Os,selector:"c8y-totp-challenge",inputs:{verify:"verify",loading:"loading",hasError:"hasError"},outputs:{onSuccess:"onSuccess",totpUnconfirmedEmitter:"totpUnconfirmedEmitter"},viewQueries:[{propertyName:"modal",first:!0,predicate:["modal"],descendants:!0}],ngImport:i,template:'
    \n
    \n \n \n\n \n\n \n \n Invalid verification code. In case of key loss, contact your platform administrator.\n \n \n

    \n In case of key loss, please contact your platform administrator.\n

    \n \n
    \n \n
    \n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Ss,selector:"c8y-message",inputs:["name","text"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}],viewProviders:[{provide:De.ControlContainer,useExisting:De.NgForm}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Os,decorators:[{type:r.Component,args:[{selector:"c8y-totp-challenge",viewProviders:[{provide:De.ControlContainer,useExisting:De.NgForm}],template:'
    \n
    \n \n \n\n \n\n \n \n Invalid verification code. In case of key loss, contact your platform administrator.\n \n \n

    \n In case of key loss, please contact your platform administrator.\n

    \n \n
    \n \n
    \n'}]}],ctorParameters:function(){return[{type:Cs},{type:g.UserService},{type:ka}]},propDecorators:{verify:[{type:r.Input}],onSuccess:[{type:r.Output}],totpUnconfirmedEmitter:[{type:r.Output}],loading:[{type:r.Input}],hasError:[{type:r.Input}],modal:[{type:r.ViewChild,args:["modal",{static:!1}]}]}});var Ps=function(){function e(t,n){bi(this,e),this.user=t,this.alert=n}var t;return Ci(e,[{key:"qrCodeImage",get:function(){return this.totpSecret?this.totpSecret.secretQrUrl:""}},{key:"secret",get:function(){return this.totpSecret?this.totpSecret.rawSecret:""}},{key:"qrData",get:function(){var e=this.qrCodeImage.split("chl=")[1];return e?decodeURIComponent(e):(this.alert.danger("Failed to generate a QR code."),"")}},{key:"ngOnInit",value:(t=ui(di().mark((function e(){var t,n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.user.generateTotpSecret();case 3:t=e.sent,n=t.data,this.totpSecret=n,e.next=11;break;case 8:e.prev=8,e.t0=e.catch(0),this.alert.addServerFailure(e.t0);case 11:case"end":return e.stop()}}),e,this,[[0,8]])}))),function(){return t.apply(this,arguments)})}]),e}();Ps.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ps,deps:[{token:g.UserService},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),Ps.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ps,selector:"c8y-totp-setup",ngImport:i,template:'
    \n

    \n Scan this QR code with your smartphone using the Google Authenticator app.\n

    \n\n
    \n \n
    \n

    \n {{ secret }}\n

    \n
    \n',dependencies:[{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:$e.QRCodeComponent,selector:"qrcode",inputs:["allowEmptyString","colorDark","colorLight","cssClass","elementType","errorCorrectionLevel","imageSrc","imageHeight","imageWidth","margin","qrdata","scale","version","width","alt","ariaLabel","title"],outputs:["qrCodeURL"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ps,decorators:[{type:r.Component,args:[{selector:"c8y-totp-setup",template:'
    \n

    \n Scan this QR code with your smartphone using the Google Authenticator app.\n

    \n\n
    \n \n
    \n

    \n {{ secret }}\n

    \n
    \n'}]}],ctorParameters:function(){return[{type:g.UserService},{type:ka}]}});var Ns=function(){function e(t,n,r,i){bi(this,e),this.user=t,this.modalService=n,this.modal=r,this.loginService=i}var t;return Ci(e,[{key:"totpSetupVerified",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.user.activateTotp();case 2:return this.modal.hide(),e.prev=3,e.next=6,this.modalService.acknowledge("Logout required","You must log out in order to apply your changes",Fa.WARNING,"Log out");case 6:return e.next=8,this.loginService.logout();case 8:e.next=12;break;case 10:e.prev=10,e.t0=e.catch(3);case 12:case"end":return e.stop()}}),e,this,[[3,10]])}))),function(){return t.apply(this,arguments)})},{key:"close",value:function(){this.modal.hide()}}]),e}();Ns.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ns,deps:[{token:g.UserService},{token:ks},{token:xe.BsModalRef},{token:Cs}],target:r["ɵɵFactoryTarget"].Component}),Ns.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ns,selector:"c8y-user-totp-setup",ngImport:i,template:'\n \n \n\n',dependencies:[{kind:"component",type:Is,selector:"c8y-modal",inputs:["disabled","close","dismiss","title","body","customFooter","headerClasses","labels"],outputs:["onDismiss","onClose"]},{kind:"component",type:Os,selector:"c8y-totp-challenge",inputs:["verify","loading","hasError"],outputs:["onSuccess","totpUnconfirmedEmitter"]},{kind:"component",type:Ps,selector:"c8y-totp-setup"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ns,decorators:[{type:r.Component,args:[{selector:"c8y-user-totp-setup",template:'\n \n \n\n'}]}],ctorParameters:function(){return[{type:g.UserService},{type:ks},{type:xe.BsModalRef},{type:Cs}]}});var As=function(){function e(){bi(this,e)}return Ci(e,[{key:"validate",value:function(e){return this.validateInternationalPhoneNumber(e)?null:{internationalPhoneNumber:!0}}},{key:"validateInternationalPhoneNumber",value:function(e){var t;try{var n=function(){return Te(wn,arguments)}(e.value);(t=n.isValid())&&e.value!==n.format("E.164")&&e.setValue(n.format("E.164"),{emitEvent:!1,emitModelToViewChange:!1})}catch(n){t=!e.value}return t}}]),e}();As.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:As,deps:[],target:r["ɵɵFactoryTarget"].Directive}),As.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:As,selector:"[c8yPhoneValidation]",providers:[{provide:De.NG_VALIDATORS,useExisting:As,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:As,decorators:[{type:r.Directive,args:[{selector:"[c8yPhoneValidation]",providers:[{provide:De.NG_VALIDATORS,useExisting:As,multi:!0}]}]}]});var Ms=function(){function e(){bi(this,e),this.c8yDefaultValidation=""}return Ci(e,[{key:"validate",value:function(e){if(!e.value)return null;var t=xs.get(this.c8yDefaultValidation);if(!t)throw new Error("Pattern ".concat(this.c8yDefaultValidation," not found."));var n=!0;return t.pattern&&(n=t.pattern.test(e.value)),t.maxLength&&(n=e.value.length=t.minLength),n?null:li({},this.c8yDefaultValidation,!0)}}]),e}();Ms.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ms,deps:[],target:r["ɵɵFactoryTarget"].Directive}),Ms.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ms,selector:"[c8yDefaultValidation]",inputs:{c8yDefaultValidation:"c8yDefaultValidation"},providers:[{provide:De.NG_VALIDATORS,useExisting:Ms,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ms,decorators:[{type:r.Directive,args:[{selector:"[c8yDefaultValidation]",providers:[{provide:De.NG_VALIDATORS,useExisting:Ms,multi:!0}]}]}],propDecorators:{c8yDefaultValidation:[{type:r.Input}]}});var Rs=function(){function e(t){bi(this,e),this.passwordConfirm=t}return Ci(e,[{key:"validate",value:function(e){var t=e.value,n=e.root.get(this.passwordConfirm);return n&&t!==n.value?{passwordConfirm:!0}:null}}]),e}();Rs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rs,deps:[{token:"passwordConfirm",attribute:!0}],target:r["ɵɵFactoryTarget"].Directive}),Rs.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Rs,selector:"[passwordConfirm]",providers:[{provide:De.NG_VALIDATORS,useExisting:Rs,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rs,decorators:[{type:r.Directive,args:[{selector:"[passwordConfirm]",providers:[{provide:De.NG_VALIDATORS,useExisting:Rs,multi:!0}]}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Attribute,args:["passwordConfirm"]}]}]}});var Ls=function(){function e(t){bi(this,e),this.passwordStrengthCheckerService=t,this.strength=new r.EventEmitter,this.password=""}return Ci(e,[{key:"password",set:function(e){"string"==typeof e&&(this.model=this.passwordStrengthCheckerService.getStrengthColor(e),this.strength.emit(this.model))}}]),e}();Ls.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ls,deps:[{token:Fs}],target:r["ɵɵFactoryTarget"].Component}),Ls.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ls,selector:"c8y-password-strength",inputs:{password:"password"},outputs:{strength:"strength"},ngImport:i,template:'
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n {{ model.description | translate }}\r\n \r\n
    \r\n',dependencies:[{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ls,decorators:[{type:r.Component,args:[{selector:"c8y-password-strength",template:'
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n {{ model.description | translate }}\r\n \r\n
    \r\n'}]}],ctorParameters:function(){return[{type:Fs}]},propDecorators:{password:[{type:r.Input,args:["password"]}],strength:[{type:r.Output}]}});var Vs=function(){function e(t,n,r){var i=this;bi(this,e),this.loginService=t,this.passwordStrengthChecker=n,this.passwordService=r,this.minGreenLength=0,this.checklist=[{label:"Include lowercase characters (for example, abcdef)",check:this.passwordStrengthChecker.hasLowerCase,icon:"",contextualColor:""},{label:"Include uppercase characters (for example, ABCDEF)",check:this.passwordStrengthChecker.hasUpperCase,icon:"",contextualColor:""},{label:"Include numbers (for example, 123456)",check:this.passwordStrengthChecker.hasNumbers,icon:"",contextualColor:""},{label:"Include symbols (for example, !@#$%^)",check:this.passwordStrengthChecker.hasSpecialChars,icon:"",contextualColor:""},{label:"Must have at least {{length}} characters",check:function(e){return e.length>=i.minGreenLength},icon:"",contextualColor:""}]}var t;return Ci(e,[{key:"password",set:function(e){"string"==typeof e&&this.onPasswordChange(e)}},{key:"ngOnInit",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.loginService.getGreenMinLength();case 2:this.minGreenLength=e.sent,this.minGreenLength||(this.minGreenLength=this.passwordService.getDefaultPasswordMinLength());case 4:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"translateParams",get:function(){return{length:this.minGreenLength}}},{key:"onPasswordChange",value:function(e){this.checklist=(0,c.map)(this.checklist,(function(t){var n=t.check(e);return(0,c.assign)(t,{icon:n?"check-circle":"",contextualColor:n?"":"text-muted"}),t}))}}]),e}();Vs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vs,deps:[{token:Cs},{token:Fs},{token:Fs}],target:r["ɵɵFactoryTarget"].Component}),Vs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Vs,selector:"c8y-password-check-list",inputs:{password:"password"},ngImport:i,template:'
    \n {{ \'Please meet 5 out of the 5 conditions below\' | translate }}:\n
      \n
    • \n \n \n
    • \n
    \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vs,decorators:[{type:r.Component,args:[{selector:"c8y-password-check-list",template:'
    \n {{ \'Please meet 5 out of the 5 conditions below\' | translate }}:\n
      \n
    • \n \n \n
    • \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:Cs},{type:Fs},{type:Fs}]},propDecorators:{password:[{type:r.Input,args:["password"]}]}});var js=function(){function e(t){bi(this,e),this.loginService=t,this.password=new r.EventEmitter,this.model={},this.changePassword=!1,this.passwordEnforced=!1}var t;return Ci(e,[{key:"ngOnInit",value:function(){var e=this;this.loadPasswordStrengthSettings(),this.loginService.getGreenMinLength().then((function(t){e.minlength=t}))}},{key:"newPasswordChanged",value:function(){this.password.emit({password:this.model.newPassword,passwordStrength:this.model.strength})}},{key:"loadPasswordStrengthSettings",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.loginService.getPasswordStrengthEnforced({refresh:!0});case 2:this.passwordEnforced=e.sent;case 3:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"showPasswordStrength",value:function(){return this.model.newPassword&&this.model.newPassword.length>=this.minlength}},{key:"toggleChangePassword",value:function(){this.changePassword=!this.changePassword,this.changePassword||(this.password.emit({}),this.model={})}}]),e}();js.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:js,deps:[{token:Cs}],target:r["ɵɵFactoryTarget"].Component}),js.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:js,selector:"c8y-new-password",outputs:{password:"password"},ngImport:i,template:'
    \n \n
    \n\n
    \n
    \n \n \n \n \n\n \n \n \n \n
    \n
    \n \n\n \n
    \n
    \n',dependencies:[{kind:"directive",type:Ms,selector:"[c8yDefaultValidation]",inputs:["c8yDefaultValidation"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:Rs,selector:"[passwordConfirm]"},{kind:"component",type:Ls,selector:"c8y-password-strength",inputs:["password"],outputs:["strength"]},{kind:"component",type:Vs,selector:"c8y-password-check-list",inputs:["password"]},{kind:"pipe",type:ao,name:"translate"}],viewProviders:[{provide:De.ControlContainer,useExisting:De.NgForm}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:js,decorators:[{type:r.Component,args:[{selector:"c8y-new-password",viewProviders:[{provide:De.ControlContainer,useExisting:De.NgForm}],template:'
    \n \n
    \n\n
    \n
    \n \n \n \n \n\n \n \n \n \n
    \n
    \n \n\n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:Cs}]},propDecorators:{password:[{type:r.Output}]}});var Bs=function(){function e(t,n,i,o,a,s,c,l,d){bi(this,e),this.state=t,this.translate=n,this.bsModalService=i,this.alert=o,this.userService=a,this.tenantLoginOptionsService=s,this.tenantService=c,this.userPreferencesService=l,this.gainsightService=d,this.loading=!1,this.showProductUsageSetting=!1,this.isUsageTrackingEnabled=!0,this.isGainsightBotEnabled=!0,this.onUser=new r.EventEmitter,this.onLanguage=new r.EventEmitter,this.onProductExperience=new r.EventEmitter,this.onGainsightBot=new r.EventEmitter,this.onCancel=new r.EventEmitter,this.userHasActiveTotp=!1,this.userCanSetupTotp=!1,this.isPhoneRequired=!1}var t,n,i,o,a;return Ci(e,[{key:"user",get:function(){return this._user},set:function(e){e&&(this._user=(0,c.clone)(e),this.userIsExternal="OAUTH2"===e.customProperties.userOrigin,this.isPhoneRequired=this.isPhoneRequired&&e.twoFactorAuthenticationEnabled)}},{key:"ngOnInit",value:(a=ui(di().mark((function e(){var t,n,r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.tenantService.current();case 2:return t=e.sent.data,e.next=5,this.tenantService.getTfaSettings(t);case 5:return n=e.sent,r=n.enabledOnSystemLevel,i=n.enabledOnTenantLevel,this.isTfaEnabled=r||i,e.next=11,this.initializeTotpSettings();case 11:this.user.twoFactorAuthenticationEnabled&&!this.userCanSetupTotp&&(this.isPhoneRequired=!0);case 12:case"end":return e.stop()}}),e,this)}))),function(){return a.apply(this,arguments)})},{key:"onEnablingProductUsageTracking",value:(o=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t||void 0!==this.isGainsightBotEnabled){e.next=4;break}return e.next=3,this.userPreferencesService.get(this.gainsightService.USER_PREFERENCES_GAINSIGHT_BOT_KEY).toPromise();case 3:this.isGainsightBotEnabled=e.sent;case 4:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"langs",get:function(){return this.state.state.langs}},{key:"setupTotp",value:function(){this.bsModalService.show(Ns,{class:"modal-sm"}),this.cancel()}},{key:"cancel",value:function(){this.onCancel.emit()}},{key:"save",value:(i=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.loading){e.next=2;break}return e.abrupt("return");case 2:this.showProductUsageSetting&&(this.onProductExperience.emit(this.isUsageTrackingEnabled),this.onGainsightBot.emit(this.isGainsightBotEnabled)),this.onUser.emit(this._user);case 4:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"onNewPasswordChanged",value:function(e){this._user.password=e.password}},{key:"initializeTotpSettings",value:(n=ui(di().mark((function e(){var t,n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.canUserSetupTotp();case 3:if(this.userCanSetupTotp=e.sent,!this.userCanSetupTotp){e.next=10;break}return e.next=7,this.userService.getActivityTotp();case 7:t=e.sent,n=t.data,this.userHasActiveTotp=n.isActive;case 10:e.next=15;break;case 12:e.prev=12,e.t0=e.catch(0),this.alert.removeLastDanger();case 15:case"end":return e.stop()}}),e,this,[[0,12]])}))),function(){return n.apply(this,arguments)})},{key:"canUserSetupTotp",value:(t=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.tenantLoginOptionsService.listForCurrentTenant();case 2:return t=e.sent.data,e.abrupt("return",t.some((function(e){var t=e.tfaStrategy;return"totp"===(void 0===t?"":t).toLowerCase()})));case 4:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}]),e}();Bs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bs,deps:[{token:Hi},{token:vo},{token:xe.BsModalService},{token:ka},{token:g.UserService},{token:g.TenantLoginOptionsService},{token:g.TenantService},{token:aa},{token:ua}],target:r["ɵɵFactoryTarget"].Component}),Bs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Bs,selector:"c8y-user-edit",inputs:{lang:"lang",loading:"loading",user:"user",showProductUsageSetting:"showProductUsageSetting",isUsageTrackingEnabled:"isUsageTrackingEnabled",isGainsightBotEnabled:"isGainsightBotEnabled"},outputs:{onUser:"onUser",onLanguage:"onLanguage",onProductExperience:"onProductExperience",onGainsightBot:"onGainsightBot",onCancel:"onCancel"},ngImport:i,template:'
    \n
    \n \n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n
    \n
    \n \n \n \n \n
    \n
    \n \n \n \n \n
    \n
    \n\n \n \n \n \n\n \n \n
    \n \n \n \n \n
    \n
    \n\n \n Product experience\n \n \n \n \n \n\n
    \n \n \n \n {{ \'Set up two-factor authentication\' | translate }}\n \n
    \n\n \n \n \n \n \n \n {{ \'Send me information about outages, maintenance or updates.\' | translate }}\n \n \n \n
    \n \n
    \n',dependencies:[{kind:"directive",type:As,selector:"[c8yPhoneValidation]"},{kind:"directive",type:Ms,selector:"[c8yDefaultValidation]",inputs:["c8yDefaultValidation"]},{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.NgSelectOption,selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De["ɵNgSelectMultipleOption"],selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.CheckboxControlValueAccessor,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]"},{kind:"directive",type:De.SelectControlValueAccessor,selector:"select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",inputs:["compareWith"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.MaxLengthValidator,selector:"[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",inputs:["maxlength"]},{kind:"directive",type:De.EmailValidator,selector:"[email][formControlName],[email][formControl],[email][ngModel]",inputs:["email"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:js,selector:"c8y-new-password",outputs:["password"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bs,decorators:[{type:r.Component,args:[{selector:"c8y-user-edit",template:'
    \n
    \n \n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n
    \n
    \n \n \n \n \n
    \n
    \n \n \n \n \n
    \n
    \n\n \n \n \n \n\n \n \n
    \n \n \n \n \n
    \n
    \n\n \n Product experience\n \n \n \n \n \n\n
    \n \n \n \n {{ \'Set up two-factor authentication\' | translate }}\n \n
    \n\n \n \n \n \n \n \n {{ \'Send me information about outages, maintenance or updates.\' | translate }}\n \n \n \n
    \n \n
    \n'}]}],ctorParameters:function(){return[{type:Hi},{type:vo},{type:xe.BsModalService},{type:ka},{type:g.UserService},{type:g.TenantLoginOptionsService},{type:g.TenantService},{type:aa},{type:ua}]},propDecorators:{lang:[{type:r.Input}],loading:[{type:r.Input}],user:[{type:r.Input}],showProductUsageSetting:[{type:r.Input}],isUsageTrackingEnabled:[{type:r.Input}],isGainsightBotEnabled:[{type:r.Input}],onUser:[{type:r.Output}],onLanguage:[{type:r.Output}],onProductExperience:[{type:r.Output}],onGainsightBot:[{type:r.Output}],onCancel:[{type:r.Output}]}});var Us=function(){function e(t,n,r,i,o,a,c,l,d,p,u,g,h,m){var f=this;bi(this,e),this.modal=t,this.user=n,this.ui=r,this.auth=i,this.client=o,this.alert=a,this.translate=c,this.userPreferences=l,this.modalService=d,this.c8yModalService=p,this.gainsightService=u,this.cookieBannerService=g,this.loginService=h,this.passwordService=m,this.loading=!1,this.showProductUsageSetting=!1,this.lang=this.ui.state.lang,this.modalService.onHide.pipe((0,s.take)(1)).subscribe((function(e){null!==e&&void 0!==f.changedLang&&f.translate.switchToLanguage(f.lang)}))}var t,n,r,i,o;return Ci(e,[{key:"ngOnInit",value:(o=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.updateUserInAppState(),e.next=3,this.gainsightService.canEditProductExperienceSettings();case 3:if(this.showProductUsageSetting=e.sent,!this.showProductUsageSetting){e.next=12;break}if(!this.cookieBannerService.isFunctionalCookieEnabled()){e.next=12;break}return e.next=8,this.gainsightService.isGainsightPreferenceDisabledInUserPreferences(this.gainsightService.USER_PREFERENCES_GAINSIGHT_KEY);case 8:return this.currentUsageTrackingState=!e.sent,e.next=11,this.gainsightService.isGainsightPreferenceDisabledInUserPreferences(this.gainsightService.USER_PREFERENCES_GAINSIGHT_BOT_KEY);case 11:this.currentGainsightBotState=!e.sent;case 12:case"end":return e.stop()}}),e,this)}))),function(){return o.apply(this,arguments)})},{key:"onDismiss",value:function(){void 0!==this.changedLang&&this.translate.switchToLanguage(this.lang),this.modal.hide()}},{key:"onLanguage",value:function(e){this.changedLang=e,this.translate.switchToLanguage(this.changedLang)}},{key:"onProductExperience",value:function(e){this.usageTrackingState=e}},{key:"onGainsightBot",value:function(e){this.gainsightBotState=e}},{key:"updateAndClose",value:(i=ui(di().mark((function e(t){var n,r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.loading=!0,n=!1,e.prev=2,r=Boolean(t.password),i=this.loginService.loginMode.type===g.TenantLoginOptionType.BASIC,"OAUTH2"===t.customProperties.userOrigin||!r){e.next=15;break}return e.next=9,this.passwordService.currentPassword().toPromise();case 9:if(o=e.sent){e.next=12;break}return e.abrupt("return");case 12:return e.next=14,this.user.changeCurrentUserPassword(t.password,o);case 14:i&&this.updateCredentials(t.password);case 15:if(!this.changedLang||this.changedLang===this.lang){e.next=19;break}return e.next=18,this.persistLanguage(this.changedLang);case 18:n=e.sent;case 19:if(this.currentGainsightBotState===this.gainsightBotState){e.next=22;break}return e.next=22,this.userPreferences.set(this.gainsightService.USER_PREFERENCES_GAINSIGHT_BOT_KEY,this.gainsightBotState);case 22:if(this.currentUsageTrackingState===this.usageTrackingState){e.next=33;break}return e.next=25,this.userPreferences.set(this.gainsightService.USER_PREFERENCES_GAINSIGHT_KEY,this.usageTrackingState);case 25:if(this.gainsightService.setFunctionalCookie(this.usageTrackingState),!this.usageTrackingState){e.next=31;break}return e.next=29,this.gainsightService.loadTag(this.client.tenant);case 29:e.next=33;break;case 31:return e.next=33,this.gainsightTrackingAppReload();case 33:if("OAUTH2"===t.customProperties.userOrigin){e.next=38;break}return e.next=36,this.user.updateCurrent((0,c.omit)(t,"password"));case 36:return e.next=38,this.updateUserInAppState();case 38:this.modal.hide(),this.alert.success("User saved."),e.next=45;break;case 42:e.prev=42,e.t0=e.catch(2),e.t0&&this.alert.addServerFailure(e.t0);case 45:return e.prev=45,this.loading=!1,n&&location.reload(),e.finish(45);case 49:case"end":return e.stop()}}),e,this,[[2,42,45,49]])}))),function(e){return i.apply(this,arguments)})},{key:"persistLanguage",value:(r=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.c8yModalService.confirm("Reload recommended","To change the language in the entire application, we recommend you to reload the page. If you have any unsaved changes, you can reload later. How would you like to proceed?",Fa.WARNING,{ok:"Reload now",cancel:"Reload later"});case 3:return this.translate.saveInLocalStorage(t),e.next=6,this.userPreferences.set("language",t);case 6:this.lang=t,n=!0,e.next=17;break;case 10:return e.prev=10,e.t0=e.catch(0),this.translate.saveInLocalStorage(t),e.next=15,this.userPreferences.set("language",t);case 15:this.lang=t,n=!1;case 17:return e.abrupt("return",n);case 18:case"end":return e.stop()}}),e,this,[[0,10]])}))),function(e){return r.apply(this,arguments)})},{key:"gainsightTrackingAppReload",value:(n=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.c8yModalService.confirm("Reload required","To change the tracking option in the entire application, you need to reload the page. If you have any unsaved changes, you can reload later. How would you like to proceed?",Fa.WARNING,{ok:"Reload now",cancel:"Reload later"});case 3:location.reload(),e.next=8;break;case 6:e.prev=6,e.t0=e.catch(0);case 8:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(){return n.apply(this,arguments)})},{key:"updateUserInAppState",value:(t=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.user.current();case 2:t=e.sent,this.ui.currentUser.next(t.data);case 4:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"updateCredentials",value:function(e){var t={password:e,user:this.ui.currentUser.value.id,tenant:this.client.tenant};this.auth.updateCredentials(t)}}]),e}();Us.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Us,deps:[{token:xe.BsModalRef},{token:g.UserService},{token:Hi},{token:g.BasicAuth},{token:g.FetchClient},{token:ka},{token:vo},{token:aa},{token:xe.BsModalService},{token:ks},{token:ua},{token:pa},{token:Cs},{token:Fs}],target:r["ɵɵFactoryTarget"].Component}),Us.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Us,selector:"c8y-user-edit-modal",ngImport:i,template:'\n \n \n\n',dependencies:[{kind:"component",type:Is,selector:"c8y-modal",inputs:["disabled","close","dismiss","title","body","customFooter","headerClasses","labels"],outputs:["onDismiss","onClose"]},{kind:"component",type:Bs,selector:"c8y-user-edit",inputs:["lang","loading","user","showProductUsageSetting","isUsageTrackingEnabled","isGainsightBotEnabled"],outputs:["onUser","onLanguage","onProductExperience","onGainsightBot","onCancel"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Us,decorators:[{type:r.Component,args:[{selector:"c8y-user-edit-modal",template:'\n \n \n\n'}]}],ctorParameters:function(){return[{type:xe.BsModalRef},{type:g.UserService},{type:Hi},{type:g.BasicAuth},{type:g.FetchClient},{type:ka},{type:vo},{type:aa},{type:xe.BsModalService},{type:ks},{type:ua},{type:pa},{type:Cs},{type:Fs}]}});var Gs=function(){function e(t){bi(this,e),this.alertService=t}var t,n;return Ci(e,[{key:"writeText",value:(n=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,navigator.clipboard.writeText(t);case 3:this.alertService.success("Copied to clipboard."),e.next=9;break;case 6:e.prev=6,e.t0=e.catch(0),this.alertService.danger("Could not copy to clipboard.");case 9:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(e){return n.apply(this,arguments)})},{key:"readText",value:(t=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,navigator.clipboard.readText();case 3:return t=e.sent,this.alertService.success("Pasted from clipboard."),e.abrupt("return",t);case 8:e.prev=8,e.t0=e.catch(0),this.alertService.danger("Could not paste from clipboard.");case 11:case"end":return e.stop()}}),e,this,[[0,8]])}))),function(){return t.apply(this,arguments)})}]),e}();Gs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gs,deps:[{token:ka}],target:r["ɵɵFactoryTarget"].Injectable}),Gs.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gs,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gs,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:ka}]}});var zs=function(){function e(t){bi(this,e),this.userService=t,this.priority=0,this.click=new r.EventEmitter}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.viewInitTimeout=setTimeout((function(){return e.userService.add(e)}))}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.userService.remove(this)}},{key:"onClick",value:function(){this.click.emit(this)}}]),e}();zs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zs,deps:[{token:vs}],target:r["ɵɵFactoryTarget"].Component}),zs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:zs,selector:"c8y-user-menu-item",inputs:{icon:"icon",label:"label",link:"link",target:"target",priority:"priority"},outputs:{click:"click"},viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0}],ngImport:i,template:'\n
  • \n \n \n {{ label | translate }}\n \n \n
  • \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zs,decorators:[{type:r.Component,args:[{selector:"c8y-user-menu-item",template:'\n
  • \n \n \n {{ label | translate }}\n \n \n
  • \n
    \n'}]}],ctorParameters:function(){return[{type:vs}]},propDecorators:{icon:[{type:r.Input}],label:[{type:r.Input}],link:[{type:r.Input}],target:[{type:r.Input}],priority:[{type:r.Input}],template:[{type:r.ViewChild,args:["template",{static:!1}]}],click:[{type:r.Output}]}});var Hs=function(){function e(t,n,r,i,o,a,s,c,l,d){bi(this,e),this.ui=t,this.bsModalService=n,this.modalService=r,this.loginService=i,this.translateService=o,this.tenantService=a,this.alertService=s,this.user=c,this.optionsService=l,this.clipbordService=d}var t,n,r,i,o;return Ci(e,[{key:"copyIt",value:function(e){this.clipbordService.writeText(e)}},{key:"editUser",value:(o=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this.bsModalService.show(Us);case 1:case"end":return e.stop()}}),e,this)}))),function(){return o.apply(this,arguments)})},{key:"logout",value:(i=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.loginService.logout();case 2:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"activateSupportAccess",value:(r=ui(di().mark((function e(){var t,n,r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=this.optionsService.get("companyName","Cumulocity"),n=[this.translateService.instant(t?"You are about to allow a support user from {{companyName}} to access your tenant to help you with your issue.":"You are about to allow a support user to access your tenant to help you with your issue.",{companyName:t}),this.translateService.instant("Do you want to proceed?")].join(" "),r={ok:"Activate access",cancel:"Cancel"},i="Support user access activated.",e.prev=8,e.next=11,this.modalService.confirm("Activate support user access",n,Fa.DANGER,r);case 11:return e.next=13,this.tenantService.enableSupportUser();case 13:return e.next=15,this.refreshCurrentUser();case 15:this.alertService.success(i),e.next=20;break;case 18:e.prev=18,e.t0=e.catch(8);case 20:case"end":return e.stop()}}),e,this,[[8,18]])}))),function(){return r.apply(this,arguments)})},{key:"deactivateSupportAccess",value:(n=ui(di().mark((function e(){var t,n,r,i,o,a,s,c,l,d;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t="Deactivate support user access",n=this.optionsService.get("companyName","Cumulocity"),r="You are about to block a support user from {{companyName}} from accessing your tenant to help you with your issue.",i="You are about to block a support user from accessing your tenant to help you with your issue.",e.next=6,this.user.current();case 6:return o=e.sent,a=o.data,e.next=10,this.user.hasRole(a,"ROLE_TENANT_ADMIN");case 10:return s=e.sent,c=[this.translateService.instant(n?r:i,{companyName:n}),s?this.translateService.instant("Deactivating support access as tenant admin will disable all other support requests on your tenant."):"",this.translateService.instant("Do you want to proceed?")].filter(Boolean).join(" "),l={ok:"Deactivate access",cancel:"Cancel"},d="Support user access deactivated.",e.prev=16,e.next=19,this.modalService.confirm(t,c,Fa.DANGER,l);case 19:return e.next=21,this.tenantService.disableSupportUser();case 21:return e.next=23,this.refreshCurrentUser();case 23:this.alertService.success(d),e.next=28;break;case 26:e.prev=26,e.t0=e.catch(16);case 28:case"end":return e.stop()}}),e,this,[[16,26]])}))),function(){return n.apply(this,arguments)})},{key:"getSortedItems",value:function(){return(0,c.sortBy)(Array.from(this.items),this.byPriority)}},{key:"refreshCurrentUser",value:(t=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.user.current();case 2:t=e.sent,this.ui.currentUser.next(t.data);case 4:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"byPriority",value:function(e){return-e.priority}}]),e}();Hs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hs,deps:[{token:Hi},{token:xe.BsModalService},{token:ks},{token:Cs},{token:ye.TranslateService},{token:g.TenantService},{token:ka},{token:g.UserService},{token:Gi},{token:Gs}],target:r["ɵɵFactoryTarget"].Component}),Hs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Hs,selector:"c8y-user-menu-outlet",inputs:{items:"items"},ngImport:i,template:'\n\n \n \n\n\x3c!-- the default items --\x3e\n\n\n\n\n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Xo,selector:"[c8yOutlet]",inputs:["c8yOutlet","c8yOutletProperties"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"component",type:zs,selector:"c8y-user-menu-item",inputs:["icon","label","link","target","priority"],outputs:["click"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:ea,name:"shortenUserName"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hs,decorators:[{type:r.Component,args:[{selector:"c8y-user-menu-outlet",template:'\n\n \n \n\n\x3c!-- the default items --\x3e\n\n\n\n\n\n'}]}],ctorParameters:function(){return[{type:Hi},{type:xe.BsModalService},{type:ks},{type:Cs},{type:ye.TranslateService},{type:g.TenantService},{type:ka},{type:g.UserService},{type:Gi},{type:Gs}]},propDecorators:{items:[{type:r.Input}]}});var qs=function(){function e(t){bi(this,e),this.alertService=t,this.search=[]}return Ci(e,[{key:"getByPriority",value:function(){return(0,Se.sortBy)(this.search,this.byPriority)}},{key:"byPriority",value:function(e){return-e.priority}}]),e}();qs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qs,deps:[{token:ka}],target:r["ɵɵFactoryTarget"].Component}),qs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:qs,selector:"c8y-search-outlet",inputs:{search:"search"},ngImport:i,template:'\n \n\n',dependencies:[{kind:"directive",type:Xo,selector:"[c8yOutlet]",inputs:["c8yOutlet","c8yOutletProperties"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qs,decorators:[{type:r.Component,args:[{selector:"c8y-search-outlet",template:'\n \n\n'}]}],ctorParameters:function(){return[{type:ka}]},propDecorators:{search:[{type:r.Input}]}});var Ws=function(){function e(){bi(this,e),this.showAll=!1,this.breadcrumbs=[]}return Ci(e,[{key:"normalizePath",value:function(e){return null==e?void 0:e.replace(/^#\/?/,"")}}]),e}();Ws.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ws,deps:[],target:r["ɵɵFactoryTarget"].Component}),Ws.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ws,selector:"c8y-breadcrumb-outlet",inputs:{breadcrumbs:"breadcrumbs"},ngImport:i,template:'\n \n \n \n \n\n \n\n',dependencies:[{kind:"directive",type:o.RouterLinkWithHref,selector:"a[routerLink],area[routerLink]",inputs:["target","queryParams","fragment","queryParamsHandling","preserveFragment","skipLocationChange","replaceUrl","state","relativeTo","routerLink"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Xo,selector:"[c8yOutlet]",inputs:["c8yOutlet","c8yOutletProperties"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:T.TooltipDirective,selector:"[tooltip], [tooltipHtml]",inputs:["adaptivePosition","tooltip","placement","triggers","container","containerClass","boundariesElement","isOpen","isDisabled","delay","tooltipHtml","tooltipPlacement","tooltipIsOpen","tooltipEnable","tooltipAppendToBody","tooltipAnimation","tooltipClass","tooltipContext","tooltipPopupDelay","tooltipFadeDuration","tooltipTrigger"],outputs:["tooltipChange","onShown","onHidden","tooltipStateChanged"],exportAs:["bs-tooltip"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ws,decorators:[{type:r.Component,args:[{selector:"c8y-breadcrumb-outlet",template:'\n \n \n \n \n\n \n\n'}]}],propDecorators:{breadcrumbs:[{type:r.Input}]}});var Ks=Ci((function e(t,n,r){var i=this;bi(this,e),this.headerService=t,this.element=n,this.zone=r,this.title=void 0,this.pageTitleUpdate=!0,this.headerService.map((function(e){return e.title})).subscribe((function(e){return i.title=e})),this.headerService.map((function(e){return e.pageTitleUpdate})).subscribe((function(e){return i.pageTitleUpdate=e})),this.zone.runOutsideAngular((function(){i.headerService.state$.pipe((0,s.debounceTime)(100),(0,s.filter)((function(e){return e.pageTitleUpdate})),(0,s.debounceTime)(100),(0,s.map)((function(){return i.element.nativeElement.querySelector("h1")})),(0,s.filter)((function(e){return null!==e})),(0,s.map)((function(e){return e.innerText})),(0,s.filter)(Boolean)).subscribe((function(e){return t.changePageTitle(e)}))}))}));Ks.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ks,deps:[{token:Va},{token:r.ElementRef},{token:r.NgZone}],target:r["ɵɵFactoryTarget"].Component}),Ks.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ks,selector:"c8y-title-outlet",ngImport:i,template:'
    \n
    \n
    \n',dependencies:[{kind:"directive",type:Xo,selector:"[c8yOutlet]",inputs:["c8yOutlet","c8yOutletProperties"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ks,decorators:[{type:r.Component,args:[{selector:"c8y-title-outlet",template:'
    \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:Va},{type:r.ElementRef},{type:r.NgZone}]}});var Ys=function(){function e(t){bi(this,e),this.options=t,this.name="",this.model={appIcon:"",showIcon:!0,iconClass:["c8y-icon"],appNameAbbr:"",iconStyle:{}},this.c8yAppIconsList={analyticsbuilder:"analytics-builder","analytics-builder":"analytics-builder",cockpit:"cockpit",devicemanagement:"device-management",administration:"administration",apamaepl:"apama-epl"},this.white=!1,this.defaultIconStyle={"background-repeat":"no-repeat","background-size":"contain",height:"36px",width:"36px"}}return Ci(e,[{key:"ngOnInit",value:function(){this.model.appIcon=this.iconFromAppDefinition()||this.findStaticIcon();var e=this.iconUrlFromAppDefinition();e&&(this.model.iconStyle=(0,c.assign)(this.defaultIconStyle,{"background-image":e})),this.model.showIcon=!!this.model.appIcon||!(0,c.isEmpty)(this.model.iconStyle),this.model.iconClass=["c8y-icon",this.mapFontAwesomeToDelightIcons(this.model.appIcon),this.white?"c8y-icon-white":"c8y-icon-duocolor"].filter((function(e){return!!e})),this.model.appNameAbbr=this.name.substr(0,2)}},{key:"findStaticIcon",value:function(){var e=this.contextPath||this.name,t=(0,c.find)((0,c.keys)(this.c8yAppIconsList),(function(t){return e.indexOf(t)>-1})),n=this.c8yAppIconsList[t];return n?"c8y-icon-".concat(n):void 0}},{key:"iconFromAppDefinition",value:function(){var e=this.app||this.options,t=["icon","class"];return(0,c.get)(e,["manifest"].concat(t))||(0,c.get)(e,t)}},{key:"iconUrlFromAppDefinition",value:function(){var e=this.app||this.options,t=["icon","url"];return(0,c.get)(e,["manifest"].concat(t))||(0,c.get)(e,t)}},{key:"mapFontAwesomeToDelightIcons",value:function(e){if(e){return e.replace(/fa-/gi,"dlt-c8y-icon-")}}}]),e}();Ys.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ys,deps:[{token:Gi}],target:r["ɵɵFactoryTarget"].Component}),Ys.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ys,selector:"c8y-app-icon",inputs:{contextPath:"contextPath",name:"name",app:"app"},host:{classAttribute:"c8y-app-icon"},ngImport:i,template:'\n {{model.appNameAbbr}}\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgStyle,selector:"[ngStyle]",inputs:["ngStyle"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ys,decorators:[{type:r.Component,args:[{selector:"c8y-app-icon",host:{class:"c8y-app-icon"},template:'\n {{model.appNameAbbr}}\n'}]}],ctorParameters:function(){return[{type:Gi}]},propDecorators:{contextPath:[{type:r.Input}],name:[{type:r.Input}],app:[{type:r.Input}]}});var Zs=new r.InjectionToken("ProductExperienceEventSource"),Qs=function(){function e(t,n){bi(this,e),this.component=t,this.gainsightService=n}return Ci(e,[{key:"onClick",value:function(){!this.component&&this.actionName&&this.gainsightService.triggerEvent(this.actionName,this.actionData)}},{key:"ngOnInit",value:function(){this.component&&(this.component.productExperienceEvent={eventName:this.actionName,data:this.actionData})}}]),e}();Qs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qs,deps:[{token:Zs,optional:!0,self:!0},{token:ua}],target:r["ɵɵFactoryTarget"].Directive}),Qs.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Qs,selector:"[c8yProductExperience]",inputs:{actionName:"actionName",actionData:"actionData"},host:{listeners:{click:"onClick()"}},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qs,decorators:[{type:r.Directive,args:[{selector:"[c8yProductExperience]"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Self},{type:r.Optional},{type:r.Inject,args:[Zs]}]},{type:ua}]},propDecorators:{actionName:[{type:r.Input}],actionData:[{type:r.Input}],onClick:[{type:r.HostListener,args:["click"]}]}});var Xs=function(){function e(t,n){var r=this;bi(this,e),this.ui=t,this.applications=n;var i=this.ui,o=i.currentUser,c=i.currentTenant;(0,a.combineLatest)(o,c).pipe((0,s.first)()).subscribe((function(e){var t=ii(e,2),n=t[0],i=t[1];r.tenant=i,r.listAppsForUser(n)}))}var t;return Ci(e,[{key:"hideCloudApps",get:function(){return!1}},{key:"isActive",value:function(e){return e.contextPath===this.ui.state.app.contextPath}},{key:"getHref",value:function(e){return this.applications.getHref(e)}},{key:"listAppsForUser",value:(t=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t){e.next=6;break}return e.next=3,this.applications.listByUser(t,{pageSize:1e3});case 3:n=e.sent,r=n.data,this.apps=this.orderApps(this.filterApps(r));case 6:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"filterApps",value:function(e){return e=this.filterVisible(e),e=this.filterCloud(e),e=this.filterDuplicates(e)}},{key:"filterVisible",value:function(e){var t=["HOSTED","EXTERNAL"];return e.filter((function(e){return(0,c.includes)(t,e.type)&&!e.noAppSwitcher&&!(0,c.get)(e,"manifest.noAppSwitcher")}))}},{key:"filterCloud",value:function(e){var t=this.hideCloudApps,n=function(e){return!!e.cloud};return t||(this.oneCloudApps=this.orderApps(e.filter(n))),e.filter((function(e){return!n(e)}))}},{key:"filterDuplicates",value:function(e){var t=this;return e.filter((function(n){return!e.some((function(e){return n!==e&&n.contextPath&&n.contextPath===e.contextPath&&n.owner.tenant.id!==t.tenant.name}))}))}},{key:"orderApps",value:function(e){return(0,c.orderBy)(e,(function(e){return e.name.toLowerCase()}))}}]),e}();Xs.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xs,deps:[{token:Hi},{token:g.ApplicationService}],target:r["ɵɵFactoryTarget"].Component}),Xs.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Xs,selector:"c8y-app-switcher",ngImport:i,template:'
    \n \n \n \n \n
    \n \n \n {{ app | humanizeAppName | async }}\n \n
    \n
    \n \n \n {{ app | humanizeAppName | async }}\n \n
    \n
    \n\n',dependencies:[{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:Qs,selector:"[c8yProductExperience]",inputs:["actionName","actionData"]},{kind:"component",type:Ys,selector:"c8y-app-icon",inputs:["contextPath","name","app"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:Ao,name:"humanizeAppName"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xs,decorators:[{type:r.Component,args:[{selector:"c8y-app-switcher",template:'
    \n \n \n \n \n
    \n \n \n {{ app | humanizeAppName | async }}\n \n
    \n
    \n \n \n {{ app | humanizeAppName | async }}\n \n
    \n
    \n\n'}]}],ctorParameters:function(){return[{type:Hi},{type:g.ApplicationService}]}});var Js=function(){function e(){bi(this,e),this.quickLinks=[],this.helpAndSupport=[]}return Ci(e,[{key:"_quickLinks",set:function(e){e&&(this.quickLinks=e.filter((function(e){return"quicklink"===e.type})))}},{key:"_helpAndSupport",set:function(e){e&&(this.helpAndSupport=e.filter((function(e){return"doc"===e.type})))}}]),e}();Js.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Js,deps:[],target:r["ɵɵFactoryTarget"].Component}),Js.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Js,selector:"c8y-right-drawer",inputs:{_quickLinks:["quickLinks","_quickLinks"],_helpAndSupport:["helpAndSupport","_helpAndSupport"],app:"app"},ngImport:i,template:'
    \n
    \n

    \n {{ \'Welcome to\' | translate }} {{ app | humanizeAppName | async }}\n

    \n
    \n\n
    \n
    Quick links
    \n \n
    \n\n
    \n
    Help & support
    \n
    \n \n \n \n {{ link.label | translate }}\n \n \n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:Qs,selector:"[c8yProductExperience]",inputs:["actionName","actionData"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:Ao,name:"humanizeAppName"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Js,decorators:[{type:r.Component,args:[{selector:"c8y-right-drawer",template:'
    \n
    \n

    \n {{ \'Welcome to\' | translate }} {{ app | humanizeAppName | async }}\n

    \n
    \n\n
    \n
    Quick links
    \n \n
    \n\n
    \n
    Help & support
    \n
    \n \n \n \n {{ link.label | translate }}\n \n \n
    \n
    \n
    \n'}]}],propDecorators:{_quickLinks:[{type:r.Input,args:["quickLinks"]}],_helpAndSupport:[{type:r.Input,args:["helpAndSupport"]}],app:[{type:r.Input}]}});var ec,tc=function(){function e(t,n,r,i,o,a,s){bi(this,e),this.headerService=t,this.actionService=n,this.breadcrumbService=r,this.searchService=i,this.appState=o,this.userMenuService=a,this.docs=s,this.canToggle$=this.headerService.hasItemsInNavigator$,this.appState$=this.appState.state$,this.drawerOpen=!1,this.headerOpen=!1,this.simple=!1}return Ci(e,[{key:"ngAfterViewInit",value:function(){this.headerService.verifyIfNavOpen()}}]),e}();tc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tc,deps:[{token:Va},{token:fa},{token:Ba},{token:ss},{token:Hi},{token:vs},{token:za}],target:r["ɵɵFactoryTarget"].Component}),tc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:tc,selector:"c8y-header-bar",inputs:{simple:"simple"},ngImport:i,template:'\n
    \n \n \n \n \n
    \n \n\n \n \n \n \n
    \n \n \n \n \n\n \n \n \n \n
    \n
    \n \n
    \n \n \n
    \n\n',dependencies:[{kind:"component",type:Hs,selector:"c8y-user-menu-outlet",inputs:["items"]},{kind:"component",type:qs,selector:"c8y-search-outlet",inputs:["search"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:ya,selector:"c8y-action-outlet",inputs:["items"]},{kind:"component",type:Ws,selector:"c8y-breadcrumb-outlet",inputs:["breadcrumbs"]},{kind:"component",type:Ks,selector:"c8y-title-outlet"},{kind:"component",type:Ys,selector:"c8y-app-icon",inputs:["contextPath","name","app"]},{kind:"component",type:Xs,selector:"c8y-app-switcher"},{kind:"component",type:Js,selector:"c8y-right-drawer",inputs:["quickLinks","helpAndSupport","app"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tc,decorators:[{type:r.Component,args:[{selector:"c8y-header-bar",template:'\n
    \n \n \n \n \n
    \n \n\n \n \n \n \n
    \n \n \n \n \n\n \n \n \n \n
    \n
    \n \n
    \n \n \n
    \n\n'}]}],ctorParameters:function(){return[{type:Va},{type:fa},{type:Ba},{type:ss},{type:Hi},{type:vs},{type:za}]},propDecorators:{simple:[{type:r.Input}]}}),function(e){e[e.None=0]="None",e[e.Credentials=1]="Credentials",e[e.RecoverPassword=2]="RecoverPassword",e[e.SmsChallenge=3]="SmsChallenge",e[e.ChangePassword=4]="ChangePassword",e[e.TotpChallenge=5]="TotpChallenge",e[e.TotpSetup=6]="TotpSetup",e[e.ProvidePhoneNumber=7]="ProvidePhoneNumber",e[e.TenantIdSetup=8]="TenantIdSetup"}(ec||(ec={}));var nc=function(){function e(){bi(this,e),this.queryParamsToHandle=["tenant","user"]}return Ci(e,[{key:"getCredentialsFromQueryParams",value:function(){var e=this,t={};try{var n=new URLSearchParams(window.location.search);this.queryParamsToHandle.forEach((function(r){var i=e.getParameterFromQueryParams(n,r);i&&(t[r]=i)}))}catch(e){}return t}},{key:"removeCredentialsFromQueryParams",value:function(){var e=this;try{var t=new URLSearchParams(window.location.search);if(this.queryParamsToHandle.map((function(n){return e.removeParameterFromQueryParameters(t,n)})).reduceRight((function(e,t){return e||t}),!1))return window.location.search=t.toString(),!0}catch(e){}return!1}},{key:"removeParameterFromQueryParameters",value:function(e,t){var n="".concat(t);return!!e.has(n)&&(e.delete(n),!0)}},{key:"getParameterFromQueryParams",value:function(e,t){var n="".concat(t);if(!e.has(n))return null;var r=e.get(n);return r||null}}]),e}();nc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nc,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),nc.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nc}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nc,decorators:[{type:r.Injectable}]});var rc=function(){function e(t,n,i){bi(this,e),this.loginService=t,this.users=n,this.alert=i,this.onCancel=new r.EventEmitter,this.model={smsToken:""},this.isLoading=!1,this.resendTfa="0"}var t,n,i,o,a,s;return Ci(e,[{key:"verifyTFACode",value:(s=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.isLoading=!0,e.next=3,this.usesOAuthInternal();case 3:if(!e.sent){e.next=8;break}return e.next=6,this.verifyCodeWithOauth();case 6:e.next=10;break;case 8:return e.next=10,this.verifyCodeWithBasicAuth();case 10:this.isLoading=!1;case 11:case"end":return e.stop()}}),e,this)}))),function(){return s.apply(this,arguments)})},{key:"resendTFASms",value:(a=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,this.isLoading=!0,e.next=4,this.users.verifyTFACode(this.resendTfa);case 4:e.next=9;break;case 6:e.prev=6,e.t0=e.catch(0),403===e.t0.res.status?(this.loginService.cleanMessages(),this.loginService.addSuccessMessage("resend_sms")):this.alert.addServerFailure(e.t0);case 9:return e.prev=9,this.isLoading=!1,e.finish(9);case 12:case"end":return e.stop()}}),e,this,[[0,6,9,12]])}))),function(){return a.apply(this,arguments)})},{key:"usesOAuthInternal",value:(o=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.loginService.isPasswordGrantLogin(this.credentials));case 1:case"end":return e.stop()}}),e,this)}))),function(){return o.apply(this,arguments)})},{key:"verifyCodeWithOauth",value:(i=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=this.credentials,e.next=4,this.loginService.switchLoginMode(ci(ci({},t),{},{tfa:this.model.smsToken}));case 4:return e.next=6,this.loginService.verifyAppAccess();case 6:return e.next=8,this.loginService.authFulfilled();case 8:e.next=14;break;case 10:e.prev=10,e.t0=e.catch(0),401===(e.t0.res&&e.t0.res.status)?this.alert.danger("Invalid code"):this.alert.addServerFailure(e.t0);case 14:case"end":return e.stop()}}),e,this,[[0,10]])}))),function(){return i.apply(this,arguments)})},{key:"verifyCodeWithBasicAuth",value:(n=ui(di().mark((function e(){var t,n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.users.verifyTFACode(this.model.smsToken);case 3:return t=e.sent,n=t.res,r=n.headers.get("tfatoken"),this.credentials.tfa=r,e.next=9,this.loginWithTFA(r);case 9:e.next=15;break;case 11:e.prev=11,e.t0=e.catch(0),403===(e.t0.res&&e.t0.res.status)?this.alert.danger("Invalid code"):this.alert.addServerFailure(e.t0);case 15:case"end":return e.stop()}}),e,this,[[0,11]])}))),function(){return n.apply(this,arguments)})},{key:"loginWithTFA",value:(t=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.loginService.login(this.loginService.useBasicAuth({tfa:t}),this.credentials);case 3:this.loginService.saveTFAToken(t,sessionStorage),this.loginService.rememberMe&&this.loginService.saveTFAToken(t,localStorage),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),this.alert.addServerFailure(e.t0);case 10:case"end":return e.stop()}}),e,this,[[0,7]])}))),function(e){return t.apply(this,arguments)})}]),e}();rc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rc,deps:[{token:Cs},{token:g.UserService},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),rc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:rc,selector:"c8y-sms-challenge",inputs:{credentials:"credentials"},outputs:{onCancel:"onCancel"},ngImport:i,template:'
    \n
    \n Two-factor authentication\n
    \n\n \n \n \n

    \n Insert the code received via SMS.\n

    \n
    \n\n \n Verify\n \n\n
    \n \n Send new code\n \n \n Log in\n \n
    \n\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rc,decorators:[{type:r.Component,args:[{selector:"c8y-sms-challenge",template:'
    \n
    \n Two-factor authentication\n
    \n\n \n \n \n

    \n Insert the code received via SMS.\n

    \n
    \n\n \n Verify\n \n\n
    \n \n Send new code\n \n \n Log in\n \n
    \n\n'}]}],ctorParameters:function(){return[{type:Cs},{type:g.UserService},{type:ka}]},propDecorators:{credentials:[{type:r.Input}],onCancel:[{type:r.Output}]}});var ic=function(){function e(t,n,i){bi(this,e),this.loginService=t,this.alert=n,this.userService=i,this.onCancel=new r.EventEmitter,this.onChangeView=new r.EventEmitter,this.requestInProgress=!1,this.sendTfa="0"}var t,n;return Ci(e,[{key:"save",value:(n=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,this.requestInProgress=!0,e.next=4,this.userService.savePhoneNumber(this.phoneNumber);case 4:return e.next=6,this.sendTFASms();case 6:this.onChangeView.emit({view:ec.SmsChallenge,credentials:this.credentials}),e.next=12;break;case 9:e.prev=9,e.t0=e.catch(0),this.alert.addServerFailure(e.t0);case 12:return e.prev=12,this.requestInProgress=!1,e.finish(12);case 15:case"end":return e.stop()}}),e,this,[[0,9,12,15]])}))),function(){return n.apply(this,arguments)})},{key:"sendTFASms",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.userService.verifyTFACode(this.sendTfa);case 3:e.next=13;break;case 5:if(e.prev=5,e.t0=e.catch(0),403!==e.t0.res.status){e.next=12;break}this.loginService.cleanMessages(),this.loginService.addSuccessMessage("send_sms"),e.next=13;break;case 12:throw e.t0;case 13:case"end":return e.stop()}}),e,this,[[0,5]])}))),function(){return t.apply(this,arguments)})}]),e}();ic.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ic,deps:[{token:Cs},{token:ka},{token:g.UserService}],target:r["ɵɵFactoryTarget"].Component}),ic.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ic,selector:"c8y-provide-phone-number",inputs:{credentials:"credentials"},outputs:{onCancel:"onCancel",onChangeView:"onChangeView"},ngImport:i,template:'
    \n
    \n Two-factor authentication\n
    \n\n \n \n\n \n \n\n \n {{ \'Save and continue\' | translate }}\n \n\n
    \n \n {{ \'Login\' | translate }}\n \n
    \n\n',dependencies:[{kind:"directive",type:As,selector:"[c8yPhoneValidation]"},{kind:"directive",type:Ms,selector:"[c8yDefaultValidation]",inputs:["c8yDefaultValidation"]},{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ic,decorators:[{type:r.Component,args:[{selector:"c8y-provide-phone-number",template:'
    \n
    \n Two-factor authentication\n
    \n\n \n \n\n \n \n\n \n {{ \'Save and continue\' | translate }}\n \n\n
    \n \n {{ \'Login\' | translate }}\n \n
    \n\n'}]}],ctorParameters:function(){return[{type:Cs},{type:ka},{type:g.UserService}]},propDecorators:{credentials:[{type:r.Input}],onCancel:[{type:r.Output}],onChangeView:[{type:r.Output}]}});var oc=function(){function e(t,n){bi(this,e),this.users=t,this.loginService=n,this.onChangeView=new r.EventEmitter,this.LOGIN_VIEWS=ec,this.isLoading=!1,this.model={email:"",tenantId:""}}var t;return Ci(e,[{key:"ngOnInit",value:function(){this.model.tenantId=this.loginService.getTenant()}},{key:"resetPassword",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,this.isLoading=!0,e.next=4,this.users.sendPasswordResetMail(this.model.email,this.model.tenantId);case 4:200===e.sent.res.status&&this.loginService.addSuccessMessage("password_reset_requested");case 7:return e.prev=7,this.loginService.reset(),this.isLoading=!1,e.finish(7);case 11:case"end":return e.stop()}}),e,this,[[0,,7,11]])}))),function(){return t.apply(this,arguments)})}]),e}();oc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:oc,deps:[{token:g.UserService},{token:Cs}],target:r["ɵɵFactoryTarget"].Component}),oc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:oc,selector:"c8y-recover-password",outputs:{onChangeView:"onChangeView"},ngImport:i,template:'
    \n
    \n Forgot password?\n
    \n \n \n \n \n\n \n \n \n \n\n \n Reset password\n \n
    \n

    \n \n Login\n \n

    \n
    \n\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.EmailValidator,selector:"[email][formControlName],[email][formControl],[email][ngModel]",inputs:["email"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:oc,decorators:[{type:r.Component,args:[{selector:"c8y-recover-password",template:'
    \n
    \n Forgot password?\n
    \n \n \n \n \n\n \n \n \n \n\n \n Reset password\n \n
    \n

    \n \n Login\n \n

    \n
    \n\n'}]}],ctorParameters:function(){return[{type:g.UserService},{type:Cs}]},propDecorators:{onChangeView:[{type:r.Output}]}});var ac=function(){function e(){bi(this,e),this.GREEN={colorName:"green",color:"rgb(0, 128, 0)",description:"strong",passwordStrength:g.PasswordStrength.GREEN},this.YELLOW={colorName:"yellow",color:"rgb(255, 204, 51)",description:"medium",passwordStrength:g.PasswordStrength.YELLOW},this.RED={colorName:"red",color:"rgb(170, 0, 51)",description:"weak",passwordStrength:g.PasswordStrength.RED}}return Ci(e,[{key:"hasLowerCase",value:function(e){return-1!==e.search(/[a-z]/)}},{key:"hasUpperCase",value:function(e){return-1!==e.search(/[A-Z]/)}},{key:"hasNumbers",value:function(e){return-1!==e.search(/[0-9]/)}},{key:"hasSpecialChars",value:function(e){return-1!==e.search(/[^0-9a-zA-Z]+/)}},{key:"getStrengthColor",value:function(e){var t=(0,c.filter)([this.hasLowerCase(e),this.hasUpperCase(e),this.hasNumbers(e),this.hasSpecialChars(e)]).length;return t>3?this.GREEN:t>=3?this.YELLOW:this.RED}}]),e}();ac.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ac,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),ac.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ac}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ac,decorators:[{type:r.Injectable}]});var sc=function(){function e(){bi(this,e),this.buttons=[{label:"cancel",action:function(){return Promise.reject()}}],this.isOpen=!1,this.containerClass="",this.placement="right",this.outsideClick=!1}var t;return Ci(e,[{key:"show",value:(t=ui(di().mark((function e(t){var n,r=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.buttons=t||this.buttons,this.isOpen=!0,e.prev=2,e.next=5,new Promise((function(e,t){return r.click=function(n){return n().then(e).catch(t)}}));case 5:n=e.sent,e.next=11;break;case 8:throw e.prev=8,e.t0=e.catch(2),e.t0;case 11:return e.prev=11,this.isOpen=!1,e.finish(11);case 14:return e.abrupt("return",n);case 15:case"end":return e.stop()}}),e,this,[[2,8,11,14]])}))),function(e){return t.apply(this,arguments)})},{key:"buttonStatus",value:function(e){return e?"btn-".concat(e):"btn-link btn-clean"}},{key:"handleOutsideClick",value:function(){this.click((function(){return Promise.reject()}))}}]),e}();sc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:sc,deps:[],target:r["ɵɵFactoryTarget"].Component}),sc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:sc,selector:"c8y-popover-confirm",inputs:{buttons:"buttons",message:"message",title:"title",isOpen:"isOpen",containerClass:"containerClass",placement:"placement",outsideClick:"outsideClick"},viewQueries:[{propertyName:"popover",first:!0,predicate:Sn.PopoverDirective,descendants:!0}],ngImport:i,template:'\n\n

    \n {{ message | translate }}\n

    \n \n
    \n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:sc,decorators:[{type:r.Component,args:[{selector:"c8y-popover-confirm",template:'\n\n

    \n {{ message | translate }}\n

    \n \n
    \n'}]}],propDecorators:{popover:[{type:r.ViewChild,args:[Sn.PopoverDirective,{static:!1}]}],buttons:[{type:r.Input}],message:[{type:r.Input}],title:[{type:r.Input}],isOpen:[{type:r.Input}],containerClass:[{type:r.Input}],placement:[{type:r.Input}],outsideClick:[{type:r.Input}]}});var cc=Ci((function e(){bi(this,e)}));cc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cc,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),cc.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:cc,declarations:[bs,Is,sc],imports:[xe.ModalModule,da,Sn.PopoverModule],exports:[bs,Is,sc]}),cc.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cc,providers:[ks],imports:[xe.ModalModule.forRoot(),da,Sn.PopoverModule.forRoot()]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cc,decorators:[{type:r.NgModule,args:[{imports:[xe.ModalModule.forRoot(),da,Sn.PopoverModule.forRoot()],exports:[bs,Is,sc],declarations:[bs,Is,sc],providers:[ks],entryComponents:[bs]}]}]});var lc=function(){function e(){bi(this,e),this._enabled=!1,this.separator=","}return Ci(e,[{key:"emails",set:function(e){this._enabled=""===e||!0===e||"true"===e,this._onChange&&this._onChange()}},{key:"validate",value:function(e){return this._enabled&&(e.value||"").split(this.separator).map((function(e){return e.trim()})).some((function(e){return De.Validators.email(new De.FormControl(e))}))?{emails:!0}:null}},{key:"registerOnValidatorChange",value:function(e){this._onChange=e}}]),e}();lc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lc,deps:[],target:r["ɵɵFactoryTarget"].Directive}),lc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:lc,selector:"[emails][formControlName],[emails][formControl],[emails][ngModel]",inputs:{emails:"emails"},providers:[{provide:De.NG_VALIDATORS,useExisting:lc,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lc,decorators:[{type:r.Directive,args:[{selector:"[emails][formControlName],[emails][formControl],[emails][ngModel]",providers:[{provide:De.NG_VALIDATORS,useExisting:lc,multi:!0}]}]}],propDecorators:{emails:[{type:r.Input}]}});var dc=function(){function e(){bi(this,e),this.onSearch=new r.EventEmitter,this.filterChange$=new a.Subject,this.filterTerm="",this.CARRIAGE_RETURN_KEY=13,this.CARRIAGE_RETURN_CODE="Enter"}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;this.reset(),this.filterChange$.pipe((0,s.debounce)((function(t){return t.code===e.CARRIAGE_RETURN_CODE||t.keyCode===e.CARRIAGE_RETURN_KEY?(0,a.timer)(10):(0,a.timer)(300)})),(0,s.map)((function(e){return e.target.value})),(0,s.distinctUntilChanged)()).subscribe((function(t){e.filterTerm=t,e.onSearch.emit(t)}))}},{key:"reset",value:function(){this.filterTerm="",this.onSearch.emit("")}},{key:"ngOnDestroy",value:function(){this.filterChange$.complete()}}]),e}();dc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dc,deps:[],target:r["ɵɵFactoryTarget"].Component}),dc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:dc,selector:"c8y-filter",inputs:{icon:"icon"},outputs:{onSearch:"onSearch"},ngImport:i,template:'\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dc,decorators:[{type:r.Component,args:[{selector:"c8y-filter",template:'\n'}]}],propDecorators:{icon:[{type:r.Input}],onSearch:[{type:r.Output}]}});var pc=function(){function e(){bi(this,e),this.plus=!0,this.minus=!0,this.onRemove=new r.EventEmitter,this.onAdd=new r.EventEmitter}return Ci(e,[{key:"add",value:function(){this.onAdd.emit(this.index)}},{key:"remove",value:function(){this.onRemove.emit(this.index)}}]),e}();pc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pc,deps:[],target:r["ɵɵFactoryTarget"].Component}),pc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:pc,selector:"c8y-input-group-list",inputs:{plus:"plus",minus:"minus",index:"index"},outputs:{onRemove:"onRemove",onAdd:"onAdd"},ngImport:i,template:'\n
    \n \n
    \n \n \n \n \n \n \n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pc,decorators:[{type:r.Component,args:[{selector:"c8y-input-group-list",template:'\n
    \n \n
    \n \n \n \n \n \n \n
    \n
    \n
    \n'}]}],propDecorators:{plus:[{type:r.Input}],minus:[{type:r.Input}],index:[{type:r.Input}],onRemove:[{type:r.Output}],onAdd:[{type:r.Output}]}});var uc=function(){function e(){bi(this,e)}return Ci(e,[{key:"ngAfterContentInit",value:function(){var e=this;this.listProjections.map((function(t){t!==e.listProjections.last&&setTimeout((function(){t.plus=!1}))})),this.listProjections.changes.subscribe((function(e){1!==e.length?e.map((function(t){setTimeout((function(){t.minus=!0})),t!==e.last&&setTimeout((function(){t.plus=!1})),t===e.last&&setTimeout((function(){t.plus=!0}))})):setTimeout((function(){e.first.plus=!0,e.first.minus=!1}))}))}}]),e}();uc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:uc,deps:[],target:r["ɵɵFactoryTarget"].Directive}),uc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:uc,selector:"[c8yInputGroupListContainer]",queries:[{propertyName:"listProjections",predicate:pc}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:uc,decorators:[{type:r.Directive,args:[{selector:"[c8yInputGroupListContainer]"}]}],propDecorators:{listProjections:[{type:r.ContentChildren,args:[pc]}]}});var gc=function(){function e(){bi(this,e),this.min=""}return Ci(e,[{key:"validate",value:function(e){var t="number"==typeof this.min?this.min:parseFloat(this.min);return!(0,c.isUndefined)(e.value)&&(0,c.isFinite)(t)&&null!==e.value&&e.value\n
      \n
    • \n \n \n \n \n
    • \n
    \n\n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NumberValueAccessor,selector:"input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.MinValidator,selector:"input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",inputs:["min"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:gc,selector:"[min]",inputs:["min"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"component",type:pc,selector:"c8y-input-group-list",inputs:["plus","minus","index"],outputs:["onRemove","onAdd"]},{kind:"directive",type:uc,selector:"[c8yInputGroupListContainer]"},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hc,decorators:[{type:r.Component,args:[{selector:"c8y-ip-range-input-list",template:'\n
      \n
    • \n \n \n \n \n
    • \n
    \n
    \n'}]}],propDecorators:{data:[{type:r.Input}]}});var mc=function(){function e(t){bi(this,e),this.invalidJSON=new r.EventEmitter,this.message="Must be a valid JSON object.",this.debounceTimeInMs=1e3,this.abstractCtrl=t.control}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;this.subscription=this.abstractCtrl.valueChanges.pipe((0,s.tap)((function(){return e.clearValidationMessage()})),(0,s.debounceTime)(this.debounceTimeInMs),(0,s.distinctUntilChanged)()).subscribe((function(t){e.validateInputAndPrettify(t)}))}},{key:"ngOnDestroy",value:function(){this.subscription&&!this.subscription.closed&&this.subscription.unsubscribe()}},{key:"validateInputAndPrettify",value:function(e){if(e)try{var t=JSON.parse(e),n=JSON.stringify(t,void 0,2);this.abstractCtrl.setValue(n)}catch(e){this.setErrorAndValidationMessage()}}},{key:"setErrorAndValidationMessage",value:function(){this.abstractCtrl.setErrors({invalidBodyTemplate:!0}),this.invalidJSON.emit(this.message)}},{key:"clearValidationMessage",value:function(){this.invalidJSON.emit(void 0)}}]),e}();mc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mc,deps:[{token:De.NgControl}],target:r["ɵɵFactoryTarget"].Directive}),mc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:mc,selector:"textarea[prettyValidJson]",outputs:{invalidJSON:"invalidJSON"},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mc,decorators:[{type:r.Directive,args:[{selector:"textarea[prettyValidJson]"}]}],ctorParameters:function(){return[{type:De.NgControl}]},propDecorators:{invalidJSON:[{type:r.Output}]}});var fc=function(){function e(){bi(this,e),this.max=""}return Ci(e,[{key:"validate",value:function(e){var t="number"==typeof this.max?this.max:parseFloat(this.max);return!(0,c.isUndefined)(e.value)&&(0,c.isFinite)(t)&&e.value>t?{max:{max:t,actual:e.value}}:null}}]),e}();fc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fc,deps:[],target:r["ɵɵFactoryTarget"].Directive}),fc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:fc,selector:"[max]",inputs:{max:"max"},providers:[{provide:De.NG_VALIDATORS,useExisting:fc,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fc,decorators:[{type:r.Directive,args:[{selector:"[max]",providers:[{provide:De.NG_VALIDATORS,useExisting:fc,multi:!0}]}]}],propDecorators:{max:[{type:r.Input}]}});var yc=Ci((function e(t){bi(this,e),this.elementRef=t}));yc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:yc,deps:[{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Directive}),yc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:yc,selector:'input[type="range"]',ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:yc,decorators:[{type:r.Directive,args:[{selector:'input[type="range"]'}]}],ctorParameters:function(){return[{type:r.ElementRef}]}});var vc=function(){function e(){var t=this;bi(this,e),this.changeEventListener=function(){return t.setValue()}}return Ci(e,[{key:"ngAfterContentInit",value:function(){this.setValue(),this.range.elementRef.nativeElement.addEventListener("input",this.changeEventListener)}},{key:"ngOnDestroy",value:function(){this.range.elementRef.nativeElement.removeEventListener("input",this.changeEventListener)}},{key:"setValue",value:function(){var e=this.range.elementRef.nativeElement,t=Number(100*(e.value-e.min)/(e.max-e.min)),n=12-.24*t;this.value=e.value,this.left="calc(".concat(t,"% + (").concat(n,"px))")}}]),e}();vc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vc,deps:[],target:r["ɵɵFactoryTarget"].Component}),vc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:vc,selector:"c8y-range",queries:[{propertyName:"range",first:!0,predicate:yc,descendants:!0,static:!0},{propertyName:"rangeValue",first:!0,predicate:["c8yRangeValue"],descendants:!0,static:!0}],ngImport:i,template:'
    \n
    \n {{ value }}\n \n
    \n \n
    \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vc,decorators:[{type:r.Component,args:[{selector:"c8y-range",template:'
    \n
    \n {{ value }}\n \n
    \n \n
    \n'}]}],propDecorators:{range:[{type:r.ContentChild,args:[yc,{static:!0}]}],rangeValue:[{type:r.ContentChild,args:["c8yRangeValue",{static:!0}]}]}});var bc=/^[^.\s]+(\.\S+)*$/;function kc(e){var t=De.Validators.pattern(bc)(e);return t?{simpleJsonPath:t.pattern}:null}var Cc=function(){function e(){bi(this,e)}return Ci(e,[{key:"validate",value:function(e){return kc(e)}}]),e}();Cc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cc,deps:[],target:r["ɵɵFactoryTarget"].Directive}),Cc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Cc,selector:"[simpleJsonPath]",providers:[{provide:De.NG_VALIDATORS,useExisting:Cc,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cc,decorators:[{type:r.Directive,args:[{selector:"[simpleJsonPath]",providers:[{provide:De.NG_VALIDATORS,useExisting:Cc,multi:!0}]}]}]});var Ic=function(){function e(t,n){bi(this,e),this.elem=t,this.renderer=n,this.rows=1,this.minHeightPerRow=20}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=Number(this.heightPerRow);this.heightPerRow&&e&&e>this.minHeightPerRow?this.setHeight("".concat(this.rows*e,"px")):this.setHeight("".concat(this.rows*this.minHeightPerRow,"px"))}},{key:"setHeight",value:function(e){this.renderer.setStyle(this.elem.nativeElement,"height",e)}}]),e}();function wc(e,t,n){return function(r){var i=(0,c.find)(e,(function(e){return(0,c.isEqualWith)((0,c.get)(e,t),r.value,n)}));return i&&r.value?{uniqueByPath:{key:t,value:(0,c.get)(i,t)}}:null}}Ic.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ic,deps:[{token:r.ElementRef},{token:r.Renderer2}],target:r["ɵɵFactoryTarget"].Directive}),Ic.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ic,selector:"textarea[heightPerRow]",inputs:{rows:"rows",heightPerRow:"heightPerRow"},host:{properties:{rows:"this.rows"}},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ic,decorators:[{type:r.Directive,args:[{selector:"textarea[heightPerRow]"}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:r.Renderer2}]},propDecorators:{rows:[{type:r.Input},{type:r.HostBinding,args:["rows"]}],heightPerRow:[{type:r.Input,args:["heightPerRow"]}]}});var Sc=function(){function e(){bi(this,e)}return Ci(e,[{key:"validate",value:function(e){return wc(this.collection,this.path,this.comparator)(e)}}]),e}();Sc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Sc,deps:[],target:r["ɵɵFactoryTarget"].Directive}),Sc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Sc,selector:"[uniqueByPath]",inputs:{collection:"collection",path:"path",comparator:"comparator"},providers:[{provide:De.NG_VALIDATORS,useExisting:Sc,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Sc,decorators:[{type:r.Directive,args:[{selector:"[uniqueByPath]",providers:[{provide:De.NG_VALIDATORS,useExisting:Sc,multi:!0}]}]}],propDecorators:{collection:[{type:r.Input}],path:[{type:r.Input}],comparator:[{type:r.Input}]}});var xc=Ci((function e(){bi(this,e)}));xc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xc,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),xc.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:xc,declarations:[As,Ms,gc,fc,$s,Ss,Ds,pc,uc,mc,Ic,Es,hc,dc,lc,yc,vc,Cc,Sc],imports:[da,De.FormsModule,De.ReactiveFormsModule,Sn.PopoverModule],exports:[As,Ms,gc,fc,De.FormsModule,$s,Ss,Ds,pc,uc,mc,Ic,Es,hc,dc,lc,yc,vc,Cc,Sc]}),xc.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xc,imports:[da,De.FormsModule,De.ReactiveFormsModule,Sn.PopoverModule,De.FormsModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xc,decorators:[{type:r.NgModule,args:[{imports:[da,De.FormsModule,De.ReactiveFormsModule,Sn.PopoverModule],exports:[As,Ms,gc,fc,De.FormsModule,$s,Ss,Ds,pc,uc,mc,Ic,Es,hc,dc,lc,yc,vc,Cc,Sc],declarations:[As,Ms,gc,fc,$s,Ss,Ds,pc,uc,mc,Ic,Es,hc,dc,lc,yc,vc,Cc,Sc]}]}]});var Dc=Ci((function e(){bi(this,e)}));Dc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dc,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Dc.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Dc,declarations:[Os,Rs,Ls,Vs,js,Ts,_s,rc,Ps,ic],imports:[xc,T.TooltipModule,da,cc,$e.QRCodeModule],exports:[Os,Ls,Vs,Rs,js,Ts,_s,rc,Ps,ic]}),Dc.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dc,providers:[ac,Fs],imports:[xc,T.TooltipModule,da,cc,$e.QRCodeModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dc,decorators:[{type:r.NgModule,args:[{declarations:[Os,Rs,Ls,Vs,js,Ts,_s,rc,Ps,ic],imports:[xc,T.TooltipModule,da,cc,$e.QRCodeModule],exports:[Os,Ls,Vs,Rs,js,Ts,_s,rc,Ps,ic],entryComponents:[Ts],providers:[ac,Fs]}]}]});var $c=function(){function e(t){bi(this,e),this.passwordService=t}return Ci(e,[{key:"isStrong",value:function(e){return this.isPasswordGreen(this.passwordService.getStrengthColor(e).passwordStrength)}},{key:"isPasswordGreen",value:function(e){return e===g.PasswordStrength.GREEN}}]),e}();$c.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$c,deps:[{token:Fs}],target:r["ɵɵFactoryTarget"].Injectable}),$c.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$c,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$c,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Fs}]}});var Ec=function(){function e(t){bi(this,e),this.passwordService=t}return Ci(e,[{key:"passwordStrengthEnforced",set:function(e){this.forced=e}},{key:"validate",value:function(e){var t=this.passwordService.isStrong(e.value||"");return this.forced&&!t?{passwordStrength:!0}:null}}]),e}();Ec.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ec,deps:[{token:$c}],target:r["ɵɵFactoryTarget"].Directive}),Ec.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ec,selector:"[passwordStrengthEnforced]",inputs:{passwordStrengthEnforced:"passwordStrengthEnforced"},providers:[{provide:De.NG_VALIDATORS,useExisting:Ec,multi:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ec,decorators:[{type:r.Directive,args:[{selector:"[passwordStrengthEnforced]",providers:[{provide:De.NG_VALIDATORS,useExisting:Ec,multi:!0}]}]}],ctorParameters:function(){return[{type:$c}]},propDecorators:{passwordStrengthEnforced:[{type:r.Input}]}});var Tc=function(){function e(t,n,i,o,a){bi(this,e),this.loginService=t,this.users=n,this.passwordStrengthCheckerService=i,this.options=o,this.alert=a,this.onChangeView=new r.EventEmitter,this.passwordPattern=/^[a-zA-Z0-9`~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]{8,32}$/,this.isLoading=!1,this.model={tenantId:"",email:"",newPassword:"",newPasswordConfirm:""},this.emailReadOnly=!1,this.passwordStrengthEnforced=!1,this.TOKEN_PARAM="token",this.EMAIL_PARAM="email"}var t,n;return Ci(e,[{key:"ngOnInit",value:(n=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.model.tenantId=this.loginService.getTenant(),this.model.email=this.options.get(this.EMAIL_PARAM,""),this.emailReadOnly=!!this.model.email,e.next=5,this.loginService.getPasswordStrengthEnforced();case 5:this.passwordStrengthEnforced=e.sent;case 6:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"changePassword",value:(t=ui(di().mark((function e(){var t,n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=this.passwordStrengthCheckerService.getStrengthColor(this.model.newPassword),n={token:this.credentials.token,email:this.model.email,newPassword:this.model.newPassword,passwordStrength:t.passwordStrength},e.prev=2,this.isLoading=!0,e.next=6,this.users.resetPassword(n,this.model.tenantId);case 6:200===e.sent.res.status&&(this.loginService.addSuccessMessage("password_changed"),this.credentials.token=void 0,this.options.set(this.TOKEN_PARAM,void 0),this.onChangeView.emit({view:ec.Credentials})),e.next=14;break;case 11:e.prev=11,e.t0=e.catch(2),this.alert.addServerFailure(e.t0);case 14:return e.prev=14,this.loginService.reset(),this.isLoading=!1,e.finish(14);case 18:case"end":return e.stop()}}),e,this,[[2,11,14,18]])}))),function(){return t.apply(this,arguments)})}]),e}();Tc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tc,deps:[{token:Cs},{token:g.UserService},{token:Fs},{token:Gi},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),Tc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Tc,selector:"c8y-change-password",inputs:{credentials:"credentials"},outputs:{onChangeView:"onChangeView"},ngImport:i,template:'\n\n \n Change password\n \n\n \n \n \n \n\n \n \n \n \n\n
    \n
    \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n
    \n
    \n \n \n
    \n
    \n\n \n Set password\n \n\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.PatternValidator,selector:"[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",inputs:["pattern"]},{kind:"directive",type:De.EmailValidator,selector:"[email][formControlName],[email][formControl],[email][ngModel]",inputs:["email"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Ls,selector:"c8y-password-strength",inputs:["password"],outputs:["strength"]},{kind:"component",type:Vs,selector:"c8y-password-check-list",inputs:["password"]},{kind:"directive",type:Rs,selector:"[passwordConfirm]"},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Ss,selector:"c8y-message",inputs:["name","text"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:Ec,selector:"[passwordStrengthEnforced]",inputs:["passwordStrengthEnforced"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tc,decorators:[{type:r.Component,args:[{selector:"c8y-change-password",template:'\n\n \n Change password\n \n\n \n \n \n \n\n \n \n \n \n\n
    \n
    \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n
    \n
    \n \n \n
    \n
    \n\n \n Set password\n \n\n'}]}],ctorParameters:function(){return[{type:Cs},{type:g.UserService},{type:Fs},{type:Gi},{type:ka}]},propDecorators:{credentials:[{type:r.Input}],onChangeView:[{type:r.Output}]}});var _c=function(){function e(t,n,i,o){bi(this,e),this.loginService=t,this.alert=n,this.ui=i,this.credentialsFromQueryParamsService=o,this.onChangeView=new r.EventEmitter,this.loginViewParams={disableTenant:!1,showTenant:!1},this.LOGIN_VIEWS=ec,this.model={},this.isLoading=!1,this.showLoginForm=!1,this.showBasicAuth=!1,this.oauthOptions={},this.showTenant=!1,this.PASSWORD_RESET_HEADER_NAME="passwordresettoken",this.NO_PHONE_HEADER_NAME="NoPhoneHeader"}var t;return Ci(e,[{key:"ngOnInit",value:function(){var e=this.loginService,t=e.oauthOptions,n=e.loginMode;this.model.tenant=this.loginService.getTenant(),this.showLoginForm=void 0===n.visibleOnLoginPage||n.visibleOnLoginPage,this.showBasicAuth="BASIC"===n.type,this.oauthOptions=t;var r=this.credentialsFromQueryParamsService.getCredentialsFromQueryParams();Object.assign(this.model,r),this.showTenant=this.loginViewParams.showTenant||this.loginService.showTenant()}},{key:"redirectToOauth",value:function(){this.loginService.redirectToOauth()}},{key:"login",value:(t=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,this.isLoading=!0,t=this.loginService.useBasicAuth(this.model),e.next=5,this.loginService.login(t,this.model);case 5:e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),e.t0.res&&e.t0.res.headers&&e.t0.res.headers.get(this.PASSWORD_RESET_HEADER_NAME)?this.handlePasswordReset(e.t0.res):e.t0.res&&401===e.t0.res.status&&/pin/i.test(e.t0.data.message)?this.handleSmsChallenge(e.t0.data.message):e.t0.res&&401===e.t0.res.status&&/TOTP/i.test(e.t0.data.message)?this.handleTotpChallenge(e.t0.data.message):e.t0.res&&e.t0.res.headers&&e.t0.res.headers.get(this.NO_PHONE_HEADER_NAME)&&!this.loginService.isSupportUser(this.model)?this.handleNoPhoneNumberProvided():(this.loginService.generateOauthToken(this.model),this.loginService.reset(),this.alert.addServerFailure(e.t0));case 10:return e.prev=10,this.isLoading=!1,e.finish(10);case 13:case"end":return e.stop()}}),e,this,[[0,7,10,13]])}))),function(){return t.apply(this,arguments)})},{key:"handlePasswordReset",value:function(e){this.alert.removeLastDanger(),this.model.token=e.headers.get(this.PASSWORD_RESET_HEADER_NAME),this.onChangeView.emit({view:ec.ChangePassword,credentials:this.model})}},{key:"handleTotpChallenge",value:function(e){/TOTP setup required/i.test(e)?this.onChangeView.emit({view:ec.TotpSetup,credentials:this.model}):this.onChangeView.emit({view:ec.TotpChallenge,credentials:this.model})}},{key:"handleSmsChallenge",value:function(e){/pin has already been generated/i.test(e)&&this.alert.warning("The verification code was already sent. For a new verification code, please click on the link above."),this.alert.removeLastDanger(),this.onChangeView.emit({view:ec.SmsChallenge,credentials:this.model})}},{key:"handleNoPhoneNumberProvided",value:function(){this.onChangeView.emit({view:ec.ProvidePhoneNumber,credentials:this.model}),this.alert.warning("Two-factor authentication has been turned on for this account. Provide your phone number above to save it in your user profile and start receiving verification codes via SMS.")}}]),e}();_c.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_c,deps:[{token:Cs},{token:ka},{token:Hi},{token:nc}],target:r["ɵɵFactoryTarget"].Component}),_c.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:_c,selector:"c8y-credentials",inputs:{loginViewParams:"loginViewParams"},outputs:{onChangeView:"onChangeView"},ngImport:i,template:'
    \n \n \n {{ oauthOptions.buttonName | translate }}\n \n
    \n\n\n \n Login\n \n \n
    or
    \n
    \n\n \n \n \n \n \n \n \n \n \n \n \n \n
    \n \n
    \n \n {{ \'Log in\' | translate }}\n \n
    \n {{ \'Forgot password?\' | translate }}\n
    \n
    \n \n {{ (ui.state$ | async).loginExtraLink.label }}\n
    \n\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.CheckboxControlValueAccessor,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_c,decorators:[{type:r.Component,args:[{selector:"c8y-credentials",template:'
    \n \n \n {{ oauthOptions.buttonName | translate }}\n \n
    \n\n\n \n Login\n \n \n
    or
    \n
    \n\n \n \n \n \n \n \n \n \n \n \n \n \n
    \n \n
    \n \n {{ \'Log in\' | translate }}\n \n
    \n {{ \'Forgot password?\' | translate }}\n
    \n
    \n \n {{ (ui.state$ | async).loginExtraLink.label }}\n
    \n\n'}]}],ctorParameters:function(){return[{type:Cs},{type:ka},{type:Hi},{type:nc}]},propDecorators:{onChangeView:[{type:r.Output}],loginViewParams:[{type:r.Input}]}});var Fc=function(){function e(t,n,i){bi(this,e),this.loginService=t,this.userService=n,this.alert=i,this.onCancel=new r.EventEmitter,this.LOGIN_VIEWS=ec,this.loading=!1,this.hasError=!1,this.isSetup=!1}var t,n;return Ci(e,[{key:"ngOnInit",value:(n=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.view!==this.LOGIN_VIEWS.TotpSetup){e.next=4;break}return e.next=3,this.loginService.switchLoginMode(this.credentials);case 3:this.isSetup=!0;case 4:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"onTotpSuccess",value:(t=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,this.loading=!0,this.hasError=!1,this.credentials.tfa=t,!this.isSetup){e.next=7;break}return e.next=7,this.userService.activateTotp();case 7:return e.next=9,this.loginService.switchLoginMode(this.credentials);case 9:return e.next=11,this.loginService.verifyAppAccess();case 11:return e.next=13,this.loginService.authFulfilled();case 13:e.next=20;break;case 15:e.prev=15,e.t0=e.catch(0),this.alert.removeLastDanger(),e.t0.data&&"Access is denied"===e.t0.data.message&&this.alert.addServerFailure(e.t0),e.t0.data&&"Authentication failed! : User account is locked"===e.t0.data.message?this.alert.warning("Authentication failed due to: user account is locked."):this.hasError=!0;case 20:return e.prev=20,this.loading=!1,e.finish(20);case 23:case"end":return e.stop()}}),e,this,[[0,15,20,23]])}))),function(e){return t.apply(this,arguments)})}]),e}();Fc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fc,deps:[{token:Cs},{token:g.UserService},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),Fc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Fc,selector:"c8y-totp-auth",inputs:{credentials:"credentials",view:"view"},outputs:{onCancel:"onCancel"},ngImport:i,template:'\n Two-factor authentication\n\n\n\n\n\n\n
    \n \n Cancel\n \n
    \n',dependencies:[{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Os,selector:"c8y-totp-challenge",inputs:["verify","loading","hasError"],outputs:["onSuccess","totpUnconfirmedEmitter"]},{kind:"component",type:Ps,selector:"c8y-totp-setup"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fc,decorators:[{type:r.Component,args:[{selector:"c8y-totp-auth",template:'\n Two-factor authentication\n\n\n\n\n\n\n
    \n \n Cancel\n \n
    \n'}]}],ctorParameters:function(){return[{type:Cs},{type:g.UserService},{type:ka}]},propDecorators:{credentials:[{type:r.Input}],view:[{type:r.Input}],onCancel:[{type:r.Output}]}});var Oc=function(){function e(t,n,i,o,a){bi(this,e),this.client=t,this.ui=n,this.loginService=i,this.alert=o,this.translateService=a,this.onChangeView=new r.EventEmitter,this.LOGIN_VIEWS=ec,this.model={tenant:""}}var t;return Ci(e,[{key:"setupLoginMode",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return this.client.tenant=this.model.tenant,e.prev=1,e.next=4,this.ui.refreshLoginOptions();case 4:this.loginService.initLoginOptions(),this.redirectToCorrectDomain(),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(1),e.t0.res&&401===e.t0.res.status?this.alert.danger(this.translateService.instant('Could not find tenant with ID "{{ tenantId }}".',{tenantId:this.model.tenant})):this.alert.addServerFailure(e.t0);case 11:case"end":return e.stop()}}),e,this,[[1,8]])}))),function(){return t.apply(this,arguments)})},{key:"redirectToCorrectDomain",value:function(){var e=this.loginService.loginMode.loginRedirectDomain;e?window.location.href.includes(e)?this.onChangeView.emit({view:ec.Credentials,loginViewParams:{showTenant:!0,disableTenant:!0}}):this.loginService.redirectToDomain(e):this.onChangeView.emit({view:ec.Credentials})}}]),e}();Oc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Oc,deps:[{token:g.FetchClient},{token:Hi},{token:Cs},{token:ka},{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Component}),Oc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Oc,selector:"c8y-tenant-id-setup",outputs:{onChangeView:"onChangeView"},ngImport:i,template:'
    \n
    \n Tenant setup\n
    \n \n \n \n \n\n \n Apply\n \n\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Oc,decorators:[{type:r.Component,args:[{selector:"c8y-tenant-id-setup",template:'
    \n
    \n Tenant setup\n
    \n \n \n \n \n\n \n Apply\n \n\n'}]}],ctorParameters:function(){return[{type:g.FetchClient},{type:Hi},{type:Cs},{type:ka},{type:ye.TranslateService}]},propDecorators:{onChangeView:[{type:r.Output}]}});var Pc=function(){function e(t,n,r,i){bi(this,e),this.loginService=t,this.options=n,this.alert=r,this.credentialsFromQueryParamsService=i,this.currentView=ec.None,this.LOGIN_VIEWS=ec,this.disabled=!1,this.credentials={},this.loginViewParams={},this.displayAlerts=!1,this.TOKEN_PARAM="token"}var t;return Ci(e,[{key:"ngOnInit",value:function(){var e=this.getResetPasswordToken();this.loginService.isFirstLogin&&(e?(this.credentials.token=e,this.reset()):this.loginAutomatically()),this.loginService.isFirstLogin=!1}},{key:"ngOnDestroy",value:function(){this.credentialsFromQueryParamsService.removeCredentialsFromQueryParams()}},{key:"handleLoginTemplate",value:function(e){this.currentView=e.view,this.credentials=e.credentials||{},this.loginViewParams=e.loginViewParams||{}}},{key:"onkeyup",value:function(e){"Enter"!==e.key&&this.loginService.cleanMessages()}},{key:"reset",value:function(){this.loginService.reset(),this.setView(),this.loginService.cleanMessages()}},{key:"loginAutomatically",value:(t=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.loginService.login();case 3:e.next=9;break;case 5:e.prev=5,e.t0=e.catch(0),(t=this.loginService.loginMode.type)===g.TenantLoginOptionType.OAUTH2?this.loginService.redirectToOauth():(this.reset(),t===g.TenantLoginOptionType.OAUTH2_INTERNAL&&"https:"!==window.location.protocol?this.alert.danger("Current login mode only supports HTTPS."):e.t0.res&&403===e.t0.res.status&&this.alert.addServerFailure(e.t0));case 9:case"end":return e.stop()}}),e,this,[[0,5]])}))),function(){return t.apply(this,arguments)})},{key:"setView",value:function(){this.loginService.showTenantSetup()?this.handleLoginTemplate({view:ec.TenantIdSetup}):this.credentials&&this.credentials.token?this.handleLoginTemplate({view:ec.ChangePassword,credentials:this.credentials}):this.handleLoginTemplate({view:ec.Credentials})}},{key:"getResetPasswordToken",value:function(){var e=this.options.get(this.TOKEN_PARAM);return e&&this.options.set(this.TOKEN_PARAM,void 0),e}}]),e}();Pc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pc,deps:[{token:Cs},{token:Gi},{token:ka},{token:nc}],target:r["ɵɵFactoryTarget"].Component}),Pc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Pc,selector:"c8y-login",inputs:{name:"name"},host:{listeners:{keyup:"onkeyup($event)"}},ngImport:i,template:'\n
    \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n
    \n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:u.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"component",type:rc,selector:"c8y-sms-challenge",inputs:["credentials"],outputs:["onCancel"]},{kind:"component",type:ic,selector:"c8y-provide-phone-number",inputs:["credentials"],outputs:["onCancel","onChangeView"]},{kind:"component",type:wa,selector:"c8y-alert-outlet"},{kind:"component",type:oc,selector:"c8y-recover-password",outputs:["onChangeView"]},{kind:"component",type:Tc,selector:"c8y-change-password",inputs:["credentials"],outputs:["onChangeView"]},{kind:"component",type:_c,selector:"c8y-credentials",inputs:["loginViewParams"],outputs:["onChangeView"]},{kind:"component",type:Fc,selector:"c8y-totp-auth",inputs:["credentials","view"],outputs:["onCancel"]},{kind:"component",type:Oc,selector:"c8y-tenant-id-setup",outputs:["onChangeView"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pc,decorators:[{type:r.Component,args:[{selector:"c8y-login",template:'\n
    \n \n \n \n \n \n \n \n \n \n\n \n \n\n \n
    \n\n'}]}],ctorParameters:function(){return[{type:Cs},{type:Gi},{type:ka},{type:nc}]},propDecorators:{name:[{type:r.Input}],onkeyup:[{type:r.HostListener,args:["keyup",["$event"]]}]}});var Nc=function(){function e(t,n,r,i){bi(this,e),this.router=t,this.renderer=n,this.el=r,this.header=i,this.tabs=[],this.orientation="vertical",this.navigatorOpen=!1,this.showLeft=!1,this.showRight=!1}return Ci(e,[{key:"isNavigatorOpen",get:function(){return this.navigatorOpen}},{key:"hasTabs",get:function(){var e=[];return this.tabs&&(e=this.tabs.filter((function(e){return!0!==e.hide}))),e.length>1}},{key:"isHorizontal",get:function(){return"horizontal"===this.orientation}},{key:"isVertical",get:function(){return"horizontal"!==this.orientation}},{key:"ngOnDestroy",value:function(){this.scrollSubscription&&this.scrollSubscription.unsubscribe()}},{key:"ngAfterContentInit",value:function(){"horizontal"===this.orientation&&this.scrollSubscribe()}},{key:"isActive",value:function(e){return!(!e||!e.path)&&this.router.isActive(e.path,!1)}},{key:"navigateTo",value:function(e){this.header.toggle(),this.router.navigate([e])}},{key:"scroll",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"right",t=this.getDimensions(),n=t.widthScroll,r=t.width,i=t.scrollLeft,o="left"===e?-1:1,a=i+r*o;a<0&&(a=0),a>n-r&&(a=n-r),this.container.nativeElement.scrollLeft=a}},{key:"scrollSubscribe",value:function(){var e,t=this;this.scrollSubscription=(0,a.merge)((0,a.fromEvent)(this.container.nativeElement,"scroll"),(0,a.fromEventPattern)((function(n){e=t.renderer.listen("window","resize",n)}),(function(){return e()}))).pipe((0,s.debounceTime)(250)).subscribe((function(){return t.updateScroll()}))}},{key:"updateScroll",value:function(){var e=this.getDimensions(),t=e.widthScroll,n=e.width,r=e.scrollLeft;this.showLeft=!!r,this.showRight=t>n+r}},{key:"getDimensions",value:function(){var e=this.tabsContainer.nativeElement,t=this.container.nativeElement;return{widthScroll:e.scrollWidth,width:t.clientWidth,scrollLeft:t.scrollLeft}}}]),e}();Nc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Nc,deps:[{token:o.Router},{token:r.Renderer2},{token:r.ElementRef},{token:Va}],target:r["ɵɵFactoryTarget"].Component}),Nc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Nc,selector:"c8y-tabs-outlet,c8y-ui-tabs",inputs:{tabs:"tabs",orientation:"orientation",navigatorOpen:"navigatorOpen"},host:{properties:{"class.navigator-open":"this.isNavigatorOpen","class.page-tabs":"this.hasTabs","class.page-tabs-horizontal":"this.isHorizontal","class.page-tabs-vertical":"this.isVertical"}},viewQueries:[{propertyName:"container",first:!0,predicate:["container"],descendants:!0,read:r.ElementRef,static:!0},{propertyName:"leftBtn",first:!0,predicate:["left"],descendants:!0,read:r.ElementRef},{propertyName:"rightBtn",first:!0,predicate:["right"],descendants:!0,read:r.ElementRef},{propertyName:"tabsContainer",first:!0,predicate:["tabsContainer"],descendants:!0,read:r.ElementRef}],ngImport:i,template:'\n\n
    \n
      \n
    • \n \n
    • \n \n \n \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgComponentOutlet,selector:"[ngComponentOutlet]",inputs:["ngComponentOutlet","ngComponentOutletInjector","ngComponentOutletContent","ngComponentOutletNgModule","ngComponentOutletNgModuleFactory"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:o.RouterLinkWithHref,selector:"a[routerLink],area[routerLink]",inputs:["target","queryParams","fragment","queryParamsHandling","preserveFragment","skipLocationChange","replaceUrl","state","relativeTo","routerLink"]},{kind:"directive",type:o.RouterLinkActive,selector:"[routerLinkActive]",inputs:["routerLinkActiveOptions","ariaCurrentWhenActive","routerLinkActive"],outputs:["isActiveChange"],exportAs:["routerLinkActive"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Nc,decorators:[{type:r.Component,args:[{selector:"c8y-tabs-outlet,c8y-ui-tabs",template:'\n\n
    \n
      \n
    • \n \n
    • \n \n \n \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:o.Router},{type:r.Renderer2},{type:r.ElementRef},{type:Va}]},propDecorators:{tabs:[{type:r.Input}],orientation:[{type:r.Input}],navigatorOpen:[{type:r.Input}],isNavigatorOpen:[{type:r.HostBinding,args:["class.navigator-open"]}],hasTabs:[{type:r.HostBinding,args:["class.page-tabs"]}],isHorizontal:[{type:r.HostBinding,args:["class.page-tabs-horizontal"]}],isVertical:[{type:r.HostBinding,args:["class.page-tabs-vertical"]}],container:[{type:r.ViewChild,args:["container",{read:r.ElementRef,static:!0}]}],leftBtn:[{type:r.ViewChild,args:["left",{read:r.ElementRef,static:!1}]}],rightBtn:[{type:r.ViewChild,args:["right",{read:r.ElementRef,static:!1}]}],tabsContainer:[{type:r.ViewChild,args:["tabsContainer",{read:r.ElementRef,static:!1}]}]}});var Ac=function(){function e(){bi(this,e)}return Ci(e,[{key:"icon",get:function(){return this.node.icon||"cog"}},{key:"iconClass",get:function(){return"dlt-c8y-icon-".concat(this.icon)}}]),e}();Ac.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ac,deps:[],target:r["ɵɵFactoryTarget"].Component}),Ac.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ac,selector:"c8y-navigator-icon",inputs:{node:"node"},ngImport:i,template:'',isInline:!0,dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ac,decorators:[{type:r.Component,args:[{selector:"c8y-navigator-icon",template:''}]}],propDecorators:{node:[{type:r.Input}]}});var Mc=function(){function e(t,n){bi(this,e),this.componentFactoryResolver=t,this.navigator=n,this.nodeClick=new r.EventEmitter}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.childrenNodes.forEach((function(t){return t.parentNode=e})),this.viewInitTimeout=setTimeout((function(){e.updateIcon(),e.openOnFirstUrl(),e.expandParentIfActive(),e.node.confirm=e.confirm}))}},{key:"openOnFirstUrl",value:function(){this.navigator.openOnFirstUrl(this.node)&&!this.node.open&&this.expandCollapse(!0)}},{key:"expandTitle",get:function(){return this.node.open?"Collapse":"Expand"}},{key:"click",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"link",n=arguments.length>1?arguments[1]:void 0;switch(t){case"expander":n&&(n.preventDefault(),n.stopPropagation()),e=!this.node.open;break;case"icon":case"link":e=!(!this.routerLinkActive||!this.routerLinkActive.isActive)||!this.node.open}this.handleExpandCollapse(e,t,n),this.nodeClick.emit(t)}},{key:"expandCollapse",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.node.open=e,t&&this.childrenNodes.forEach((function(n){return n.expandCollapse(e,t)})),n.open=e,this.node.click(n)}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.node&&this.node.destroy()}},{key:"handleExpandCollapse",value:function(e,t,n){var r;e===this.node.open||this.node.path&&!e&&"expander"!==t||this.expandCollapse(e,!1,(li(r={},t,!0),li(r,"$event",n),r))}},{key:"expandParentIfActive",value:function(){this.routerLinkActive&&this.routerLinkActive.isActive&&this.parentNode&&this.parentNode.expandCollapse(!0)}},{key:"updateIcon",value:function(){this.node.iconTemplate?this.updateIconTemplate():this.updateIconComponent()}},{key:"updateIconComponent",value:function(){var e=Ac;this.node&&this.node.iconComponent&&(e=this.node.iconComponent),this.iconSlot.clear();var t=this.componentFactoryResolver.resolveComponentFactory(e);this.iconSlot.createComponent(t).instance.node=this.node}},{key:"updateIconTemplate",value:function(){this.iconSlot.clear(),this.iconSlot.createEmbeddedView(this.node.iconTemplate)}}]),e}();Mc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Mc,deps:[{token:r.ComponentFactoryResolver},{token:Ta}],target:r["ɵɵFactoryTarget"].Component}),Mc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Mc,selector:"c8y-navigator-node",inputs:{node:"node",isRoot:"isRoot"},outputs:{nodeClick:"nodeClick"},viewQueries:[{propertyName:"iconSlot",first:!0,predicate:["icon"],descendants:!0,read:r.ViewContainerRef},{propertyName:"routerLinkActive",first:!0,predicate:o.RouterLinkActive,descendants:!0},{propertyName:"confirm",first:!0,predicate:sc,descendants:!0},{propertyName:"childrenNodes",predicate:Mc,descendants:!0}],ngImport:i,template:'\n \n \n \n \n \n\n \n \n \n \n\n\n\n \x3c!-- loader --\x3e\n \n \n\n \x3c!-- icon --\x3e\n
    \n \n
    \n\n \x3c!--title --\x3e\n {{node.label | translate}}\n\n \n \n\n \n
    \n',dependencies:[{kind:"directive",type:o.RouterLinkWithHref,selector:"a[routerLink],area[routerLink]",inputs:["target","queryParams","fragment","queryParamsHandling","preserveFragment","skipLocationChange","replaceUrl","state","relativeTo","routerLink"]},{kind:"directive",type:o.RouterLinkActive,selector:"[routerLinkActive]",inputs:["routerLinkActiveOptions","ariaCurrentWhenActive","routerLinkActive"],outputs:["isActiveChange"],exportAs:["routerLinkActive"]},{kind:"directive",type:l.CollapseDirective,selector:"[collapse]",inputs:["display","isAnimated","collapse"],outputs:["collapsed","collapses","expanded","expands"],exportAs:["bs-collapse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"component",type:sc,selector:"c8y-popover-confirm",inputs:["buttons","message","title","isOpen","containerClass","placement","outsideClick"]},{kind:"component",type:Mc,selector:"c8y-navigator-node",inputs:["node","isRoot"],outputs:["nodeClick"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Mc,decorators:[{type:r.Component,args:[{selector:"c8y-navigator-node",template:'\n \n \n \n \n \n\n \n \n \n \n\n\n\n \x3c!-- loader --\x3e\n \n \n\n \x3c!-- icon --\x3e\n
    \n \n
    \n\n \x3c!--title --\x3e\n {{node.label | translate}}\n\n \n \n\n \n
    \n'}]}],ctorParameters:function(){return[{type:r.ComponentFactoryResolver},{type:Ta}]},propDecorators:{iconSlot:[{type:r.ViewChild,args:["icon",{read:r.ViewContainerRef,static:!1}]}],node:[{type:r.Input}],isRoot:[{type:r.Input}],routerLinkActive:[{type:r.ViewChild,args:[o.RouterLinkActive,{static:!1}]}],childrenNodes:[{type:r.ViewChildren,args:[Mc]}],nodeClick:[{type:r.Output}],confirm:[{type:r.ViewChild,args:[sc,{static:!1}]}]}});var Rc=function(){function e(t,n){bi(this,e),this.headerService=t,this.ngZone=n,this.open=!0,this.isShown$=new a.BehaviorSubject(!1)}return Ci(e,[{key:"ngOnChanges",value:function(){this.isShown$.next(this.nodes&&this.nodes.length>0)}},{key:"collapseNavigator",value:function(e){"link"!==e||this.headerService.largeWidth||this.headerService.closeNavigator()}},{key:"trackByPathOrLabel",value:function(e,t){return t.path?t.path:t.label}}]),e}();Rc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rc,deps:[{token:Va},{token:r.NgZone}],target:r["ɵɵFactoryTarget"].Component}),Rc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Rc,selector:"c8y-navigator-outlet, c8y-ui-navigator",inputs:{nodes:"nodes",open:"open"},usesOnChanges:!0,ngImport:i,template:'\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Mc,selector:"c8y-navigator-node",inputs:["node","isRoot"],outputs:["nodeClick"]},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rc,decorators:[{type:r.Component,args:[{selector:"c8y-navigator-outlet, c8y-ui-navigator",template:'\n'}]}],ctorParameters:function(){return[{type:Va},{type:r.NgZone}]},propDecorators:{nodes:[{type:r.Input}],open:[{type:r.Input}]}});var Lc=function(){function e(t){bi(this,e),this.headerService=t,this.pageTitleUpdate=!0}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.viewInitTimeout=setTimeout((function(){return e.headerService.changeTitle(e.template,e.pageTitleUpdate)}))}},{key:"ngOnDestroy",value:function(){this.headerService.state.title===this.template&&(clearTimeout(this.viewInitTimeout),this.headerService.changeTitle())}}]),e}();Lc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lc,deps:[{token:Va}],target:r["ɵɵFactoryTarget"].Component}),Lc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Lc,selector:"c8y-title",inputs:{pageTitleUpdate:"pageTitleUpdate"},viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0,static:!0}],ngImport:i,template:'\n

    \n \n

    \n
    \n\n'}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lc,decorators:[{type:r.Component,args:[{selector:"c8y-title",template:'\n

    \n \n

    \n
    \n\n'}]}],ctorParameters:function(){return[{type:Va}]},propDecorators:{pageTitleUpdate:[{type:r.Input}],template:[{type:r.ViewChild,args:["template",{static:!0}]}]}});var Vc=Ci((function e(t){bi(this,e),this.templateRef=t}));Vc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vc,deps:[{token:r.TemplateRef}],target:r["ɵɵFactoryTarget"].Directive}),Vc.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Vc,selector:"ng-template[c8yStepperIcon]",inputs:{name:["c8yStepperIcon","name"]},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vc,decorators:[{type:r.Directive,args:[{selector:"ng-template[c8yStepperIcon]"}]}],ctorParameters:function(){return[{type:r.TemplateRef}]},propDecorators:{name:[{type:r.Input,args:["c8yStepperIcon"]}]}});var jc=function(){function e(){bi(this,e),this.onStepClicked=new r.EventEmitter}return Ci(e,[{key:"stepSelected",value:function(){this.onStepClicked.emit(this.index)}}]),e}();jc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jc,deps:[],target:r["ɵɵFactoryTarget"].Component}),jc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:jc,selector:"c8y-stepper-progress",inputs:{iconOverrides:"iconOverrides",index:"index",selected:"selected",state:"state",disabled:"disabled"},outputs:{onStepClicked:"onStepClicked"},ngImport:i,template:'\n \n \n \n \n \n \n \n \n {{ index + 1 }} \n \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:u.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:u.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"directive",type:u.NgSwitchDefault,selector:"[ngSwitchDefault]"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jc,decorators:[{type:r.Component,args:[{selector:"c8y-stepper-progress",template:'\n \n \n \n \n \n \n \n \n {{ index + 1 }} \n \n\n'}]}],propDecorators:{iconOverrides:[{type:r.Input}],index:[{type:r.Input}],selected:[{type:r.Input}],state:[{type:r.Input}],disabled:[{type:r.Input}],onStepClicked:[{type:r.Output}]}});var Bc=function(e){gi(n,e);var t=mi(n);function n(e,i,o){var s;return bi(this,n),(s=t.call(this,e,i,o)).dir=e,s.changeDetectorRef=i,s.elementRef=o,s.disableDefaultIcons={edit:!0,done:!0},s.disableProgressButtons=!1,s.hideStepProgress=!1,s.onStepChange=new r.EventEmitter,s._iconOverrides={},s._stepIndex=new a.Subject,s}return Ci(n,[{key:"ngAfterContentInit",value:function(){var e=this;ni(vi(n.prototype),"ngAfterContentInit",this).call(this),this._icons.forEach((function(t){var n=t.name,r=t.templateRef;return e._iconOverrides[n]=r})),this._stepIndexSubscription=this._stepIndex.subscribe((function(t){return e.onStepChange.emit(t)}))}},{key:"ngOnDestroy",value:function(){this._stepIndexSubscription&&!this._stepIndexSubscription.closed&&this._stepIndexSubscription.unsubscribe()}},{key:"getIndicatorType",value:function(e,t){var n=t;switch(this._getIndicatorType(e,t)){case Pn:this.disableDefaultIcons.edit||(n=Pn);break;case Nn:n=this.disableDefaultIcons.done?"_done":Nn}return n}},{key:"setIndex",value:function(e){var t,n;(null===(t=this.steps.toArray()[this.selectedIndex])||void 0===t||null===(n=t.stepControl)||void 0===n||!n.invalid||e\n
  • \n \n \n
    \n {{ step.label | translate }}\n
    \n
  • \n\n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"component",type:jc,selector:"c8y-stepper-progress",inputs:["iconOverrides","index","selected","state","disabled"],outputs:["onStepClicked"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bc,decorators:[{type:r.Component,args:[{selector:"c8y-stepper",providers:[{provide:Ln,useExisting:Bc},{provide:Zs,useExisting:(0,r.forwardRef)((function(){return Bc}))}],template:'
      \n
    • \n \n \n
      \n {{ step.label | translate }}\n
      \n
    • \n
    \n\n'}]}],ctorParameters:function(){return[{type:Dn.Is},{type:r.ChangeDetectorRef},{type:r.ElementRef}]},propDecorators:{disableDefaultIcons:[{type:r.Input}],disableProgressButtons:[{type:r.Input}],customClasses:[{type:r.Input}],hideStepProgress:[{type:r.Input}],onStepChange:[{type:r.Output}],_icons:[{type:r.ContentChildren,args:[Vc,{descendants:!0}]}]}});var Uc={CLICK_STEPPER_CANCEL_BTN:"clickStepperCancelBtn",CLICK_STEPPER_NEXT_BTN:"clickStepperNextBtn",CLICK_STEPPER_BACK_BTN:"clickStepperBackBtn",CLICK_STEPPER_CUSTOM_BTN:"clickStepperCustomBtn"},Gc=function(){function e(t,n,i){bi(this,e),this.stepper=t,this.step=n,this.gainsightService=i,this.pending=!1,this.disabled=!1,this.onCancel=new r.EventEmitter,this.onNext=new r.EventEmitter,this.onBack=new r.EventEmitter,this.onCustom=new r.EventEmitter,this.showBtns={cancel:!1,back:!1,next:!1,custom:!1},this.forceShowBtns=!1}return Ci(e,[{key:"showButtons",set:function(e){e&&(this.showBtns=e,this.forceShowBtns=!0)}},{key:"ngAfterContentInit",value:function(){var e=this;this.forceShowBtns||(this.showBtns.cancel=this.onCancel.observers.length>0,this.showBtns.custom=this.onCustom.observers.length>0),this.stepper&&this.stepper._steps&&this.step&&!this.forceShowBtns&&(this.showBtns.back=this.stepper._steps.first!==this.step,this.showBtns.next=this.stepper._steps.last!==this.step),this.step&&this.step.stepControl&&(this.disabled=this.step.stepControl.invalid,this.statusChangeSubscription=this.step.stepControl.statusChanges.subscribe((function(){e.disabled=e.step.stepControl.invalid})))}},{key:"ngOnDestroy",value:function(){this.statusChangeSubscription&&!this.statusChangeSubscription.closed&&this.statusChangeSubscription.unsubscribe()}},{key:"cancel",value:function(){this.onCancel.emit(),this.triggerEvent(Uc.CLICK_STEPPER_CANCEL_BTN)}},{key:"next",value:function(){this.onNext.observers.length>0?this.onNext.emit({stepper:this.stepper,step:this.step}):this.stepper.next(),this.triggerEvent(Uc.CLICK_STEPPER_NEXT_BTN)}},{key:"back",value:function(){this.stepper.selected.completed=!1,this.onBack.observers.length>0?this.onBack.emit({stepper:this.stepper,step:this.step}):this.stepper.previous(),this.triggerEvent(Uc.CLICK_STEPPER_BACK_BTN)}},{key:"custom",value:function(){this.onCustom.emit(),this.triggerEvent(Uc.CLICK_STEPPER_CUSTOM_BTN)}},{key:"triggerEvent",value:function(e){var t,n,r=ci(ci({},null===(t=this.stepper.productExperienceEvent)||void 0===t?void 0:t.data),{},{action:e,step:this.gainsightService.translateToEnglish(this.step.label)}),i=(null===(n=this.stepper.productExperienceEvent)||void 0===n?void 0:n.eventName)||"c8yStepper";this.gainsightService.triggerEvent(i,r)}}]),e}();Gc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gc,deps:[{token:Bc,host:!0},{token:Rn,host:!0},{token:ua}],target:r["ɵɵFactoryTarget"].Component}),Gc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Gc,selector:"c8y-stepper-buttons",inputs:{labels:"labels",pending:"pending",disabled:"disabled",showButtons:"showButtons"},outputs:{onCancel:"onCancel",onNext:"onNext",onBack:"onBack",onCustom:"onCustom"},ngImport:i,template:'
    \n \n \n {{\n labels?.back | translate\n }}\n \n {{ \'Back\' | translate }}\n \n \n \n {{\n labels?.custom | translate\n }}\n \n {{ \'Complete\' | translate }}\n \n \n \n {{\n labels?.next | translate\n }}\n \n {{ \'Next\' | translate }}\n \n \n
    \n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gc,decorators:[{type:r.Component,args:[{selector:"c8y-stepper-buttons",template:'
    \n \n \n {{\n labels?.back | translate\n }}\n \n {{ \'Back\' | translate }}\n \n \n \n {{\n labels?.custom | translate\n }}\n \n {{ \'Complete\' | translate }}\n \n \n \n {{\n labels?.next | translate\n }}\n \n {{ \'Next\' | translate }}\n \n \n
    \n'}]}],ctorParameters:function(){return[{type:Bc,decorators:[{type:r.Host}]},{type:Rn,decorators:[{type:r.Host}]},{type:ua}]},propDecorators:{labels:[{type:r.Input}],pending:[{type:r.Input}],disabled:[{type:r.Input}],onCancel:[{type:r.Output}],onNext:[{type:r.Output}],onBack:[{type:r.Output}],onCustom:[{type:r.Output}],showButtons:[{type:r.Input}]}});var zc=Ci((function e(){bi(this,e),this.showDefaultButtons=!0}));zc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zc,deps:[],target:r["ɵɵFactoryTarget"].Component}),zc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:zc,selector:"c8y-stepper-outlet",inputs:{steps:"steps",showDefaultButtons:"showDefaultButtons"},ngImport:i,template:'\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgComponentOutlet,selector:"[ngComponentOutlet]",inputs:["ngComponentOutlet","ngComponentOutletInjector","ngComponentOutletContent","ngComponentOutletNgModule","ngComponentOutletNgModuleFactory"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Rn,selector:"cdk-step",inputs:["stepControl","label","errorMessage","aria-label","aria-labelledby","state","editable","optional","completed","hasError"],outputs:["interacted"],exportAs:["cdkStep"]},{kind:"component",type:Bc,selector:"c8y-stepper",inputs:["disableDefaultIcons","disableProgressButtons","customClasses","hideStepProgress"],outputs:["onStepChange"]},{kind:"directive",type:Vc,selector:"ng-template[c8yStepperIcon]",inputs:["c8yStepperIcon"]},{kind:"component",type:Gc,selector:"c8y-stepper-buttons",inputs:["labels","pending","disabled","showButtons"],outputs:["onCancel","onNext","onBack","onCustom"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zc,decorators:[{type:r.Component,args:[{selector:"c8y-stepper-outlet",template:'\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n'}]}],propDecorators:{steps:[{type:r.Input}],showDefaultButtons:[{type:r.Input}]}});var Hc=function(){function e(){bi(this,e),this.groups=[],this.noParse=!1,this.emptyLabel=null,this._data={}}return Ci(e,[{key:"properties",get:function(){if(this.noParse)return this._properties;var e=[].concat(wi(this._properties),wi(this.groups.map((function(e){return{key:e,label:e,value:e,type:"group"}})))).filter((function(e){return void 0!==e.value&&null!==e.value}));return(0,c.sortBy)(e,["key"])},set:function(e){this._properties=this.parseProperties(e)}},{key:"data",set:function(e){this._data=e,this._properties=this.parseProperties(this._properties)}},{key:"hasGroup",value:function(e){if(!e.key)return!1;var t=e.key.split(".");return t.length>1&&this.groups.includes(t[0])}},{key:"ngOnInit",value:function(){this._properties=this.parseProperties(this._properties)}},{key:"identity",value:function(e,t){return t.value}},{key:"parseProperties",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.map((function(t){return e.parsePropertyItem(t)}))}},{key:"parsePropertyItem",value:function(e){return this.noParse||(e.value=this.resolveValueFromKey(e),e.value=e.transform&&e.value?e.transform(e.value):e.value,e.type=this.resolveType(e),e.value=this.attachEmptyLabel(e)),e}},{key:"resolveValueFromKey",value:function(e){if(e.key&&this._data){var t=e.key.split("."),n=t[0];return t.length>1&&!this.groups.includes(n)&&this.groups.push(n),(0,c.get)(this._data,e.key)}return e.value}},{key:"resolveType",value:function(e){return Array.isArray(e.value)?"array":e.action&&e.value?"link":"string"}},{key:"attachEmptyLabel",value:function(e){return void 0===e.value||null===e.value?this.emptyLabel:e.value}}]),e}();Hc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hc,deps:[],target:r["ɵɵFactoryTarget"].Component}),Hc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Hc,selector:"c8y-properties-list",inputs:{properties:"properties",title:"title",icon:"icon",data:"data",groups:"groups",noParse:"noParse",emptyLabel:"emptyLabel"},ngImport:i,template:'

    \n \n {{ title | translate }}\n

    \n
      \n \n \n {{ prop.label | translate }}\n \n \n {{ prop.value }}\n {{ prop.value }}\n \n {{ propTag }}\n \n \n \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:u.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hc,decorators:[{type:r.Component,args:[{selector:"c8y-properties-list",template:'

    \n \n {{ title | translate }}\n

    \n
      \n \n \n {{ prop.label | translate }}\n \n \n {{ prop.value }}\n {{ prop.value }}\n \n {{ propTag }}\n \n \n \n
    \n'}]}],propDecorators:{properties:[{type:r.Input}],title:[{type:r.Input}],icon:[{type:r.Input}],data:[{type:r.Input}],groups:[{type:r.Input}],noParse:[{type:r.Input}],emptyLabel:[{type:r.Input}]}});var qc=function(){function e(t,n,r,i,o,c){bi(this,e),this.options=t,this.stepperService=n,this.appState=r,this.alert=i,this.permissions=o,this.setupService=c,this.data$=new a.BehaviorSubject({}),this.currentSetupState=gs.START,this.completed$=(new a.Observable).pipe((0,s.startWith)(!0)),this.stepperId=us.SETUP,this.setupState=gs,this.properties=[],this.canSkip=!1,this.hasRole=!1,this.isOwner=!0,this.RELOAD_APP_TIMEOUT=2e3}var t,n;return Ci(e,[{key:"stepCompleted",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=this.getByIndex(e);n.completed=t}},{key:"getByIndex",value:function(e){return this.steps.find((function(t){return t.index===e}))}},{key:"ngOnInit",value:(n=ui(di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.stepperService.getById$(this.stepperId).toPromise();case 2:this.steps=e.sent.map((function(e,t){return ci(ci({},e),{},{index:t,completed:!1})})),this.options.forceSetup||(t=this.options.setup||[],this.steps=this.steps.filter((function(e){return-1===t.indexOf(e.setupId)}))),this.isOwner=this.appState.isOwnerOfApplication(),this.canSkip=!this.hasRequiredSteps(this.steps),this.hasRole=this.permissions.hasRole(ms),this.properties=[{label:"Description",key:"description"},{label:"Keywords",key:"keywords"},{label:"Source",key:"repository"},{label:"Version",key:"version"},{label:"Author",key:"author"},{label:"Required platform version",key:"requiredPlatformVersion"}];case 8:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"skip",value:function(){this.setupService.isSetupNeeded$=(0,a.of)(!1)}},{key:"start",value:function(){this.currentSetupState=gs.WIZARD}},{key:"cancel",value:function(){this.currentSetupState=gs.START}},{key:"finish",value:function(){var e=this;this.currentSetupState=gs.FINALIZING,this.completed$.subscribe(function(){var t=ui(di().mark((function t(n){return di().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:n?e.finalize():e.currentSetupState=gs.WIZARD;case 1:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())}},{key:"finalize",value:(t=ui(di().mark((function e(){var t,n,r=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=this.steps.filter((function(e){return e.setupId})).map((function(e){return e.setupId})),e.next=4,this.appState.currentApplicationConfig.pipe((0,s.take)(1)).toPromise();case 4:return n=e.sent,e.next=7,this.appState.updateCurrentApplicationConfig({setup:(0,c.uniq)([].concat(wi(n.setupDone||[]),wi(t)))});case 7:e.next=13;break;case 9:e.prev=9,e.t0=e.catch(0),this.alert.addServerFailure(e.t0),this.currentSetupState=gs.WIZARD;case 13:return e.prev=13,this.currentSetupState=gs.RELOADING,setTimeout((function(){return r.reloadApp()}),this.RELOAD_APP_TIMEOUT),e.finish(13);case 17:case"end":return e.stop()}}),e,this,[[0,9,13,17]])}))),function(){return t.apply(this,arguments)})},{key:"verify",value:function(){var e=this;return this.steps.forEach((function(t,n){e.steps.length-1!==n&&(t.state=e.getState(t))})),!!this.steps.find((function(e){return"error"!==e.state}))}},{key:"reloadApp",value:function(){var e=location.href.split("?")[0].split("#")[0];location.href=e}},{key:"hasRequiredSteps",value:function(e){return e.some((function(e){return e.required}))}},{key:"getState",value:function(e){return!e.completed&&e.required?"error":e.completed||e.required?"done":"warning"}}]),e}();qc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qc,deps:[{token:Gi},{token:ps},{token:Hi},{token:ka},{token:Ho},{token:ys}],target:r["ɵɵFactoryTarget"].Component}),qc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:qc,selector:"c8y-setup",ngImport:i,template:'\n {{ options.name | humanizeAppName | async }}\n\n\n\n \n\n\n\n
    \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Welcome to {{ appName }}\n \n

    \n This application (or any plugin that you added recently) has pre-requirements that needs\n to be configured first. This wizard will guide you through the steps that are necessary\n to get your customized application up and running.\n

    \n
    \n \n
    \n
    \n No permission\n
    \n You don\'t have sufficient rights to setup this application. Contact an application\n administrator to setup the required steps.\n
    \n
    \n
    \n Not the owner\n
    \n The current application is not owned by this tenant. Clone the application before\n running the setup.\n
    \n
    \n
    \n
    \n
    \n
    \n \n\n',dependencies:[{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Lc,selector:"c8y-title",inputs:["pageTitleUpdate"]},{kind:"component",type:zc,selector:"c8y-stepper-outlet",inputs:["steps","showDefaultButtons"]},{kind:"component",type:Hc,selector:"c8y-properties-list",inputs:["properties","title","icon","data","groups","noParse","emptyLabel"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:Ao,name:"humanizeAppName"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qc,decorators:[{type:r.Component,args:[{selector:"c8y-setup",template:'\n {{ options.name | humanizeAppName | async }}\n\n\n\n \n\n\n\n
    \n
    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Welcome to {{ appName }}\n \n

    \n This application (or any plugin that you added recently) has pre-requirements that needs\n to be configured first. This wizard will guide you through the steps that are necessary\n to get your customized application up and running.\n

    \n
    \n \n
    \n
    \n No permission\n
    \n You don\'t have sufficient rights to setup this application. Contact an application\n administrator to setup the required steps.\n
    \n
    \n
    \n Not the owner\n
    \n The current application is not owned by this tenant. Clone the application before\n running the setup.\n
    \n
    \n
    \n
    \n
    \n
    \n \n\n'}]}],ctorParameters:function(){return[{type:Gi},{type:ps},{type:Hi},{type:ka},{type:Ho},{type:ys}]}});var Wc=function(){function e(t){bi(this,e),this.cookieBannerService=t,this.closeSubject=new a.Subject,this.title="Cookie preferences",this.labels={ok:"Save settings",cancel:"Cancel"},this.status=Fa.INFO}var t;return Ci(e,[{key:"ngOnInit",value:function(){this.configCookiePreferencesList=this.cookieBannerService.transformCookiePreferencesToList(this.configCookiePreferences)}},{key:"ngAfterViewInit",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.modalRef.result;case 3:this.onClose(),e.next=9;break;case 6:e.prev=6,e.t0=e.catch(0),this.onDismiss();case 9:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(){return t.apply(this,arguments)})},{key:"onClose",value:function(){var e=this.cookieBannerService.transformCookiePreferencesListToCookiePreferences(this.configCookiePreferencesList);this.closeSubject.next(e),this.closeSubject.complete()}},{key:"onDismiss",value:function(){this.closeSubject.next(void 0),this.closeSubject.complete()}},{key:"getCookieDescription",value:function(e){return this.cookieBannerService.getCookieDescription(e)}}]),e}();Wc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wc,deps:[{token:pa}],target:r["ɵɵFactoryTarget"].Component}),Wc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Wc,selector:"c8y-cookie-banner-preferences-modal",viewQueries:[{propertyName:"modalRef",first:!0,predicate:["modalRef"],descendants:!0}],ngImport:i,template:'\n\n
    \n
    \n
    \n \n
    \n
    \n
    \n

    \n {{ item.name | translate | humanize }}\n

    \n

    \n {{ getCookieDescription(item.name) | translate }}\n

    \n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:De.CheckboxControlValueAccessor,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"component",type:bs,selector:"c8y-confirm-modal",inputs:["title","body","confirmOptions","status","labels"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Ro,name:"humanize"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wc,decorators:[{type:r.Component,args:[{selector:"c8y-cookie-banner-preferences-modal",template:'\n\n
    \n
    \n
    \n \n
    \n
    \n
    \n

    \n {{ item.name | translate | humanize }}\n

    \n

    \n {{ getCookieDescription(item.name) | translate }}\n

    \n
    \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:pa}]},propDecorators:{modalRef:[{type:r.ViewChild,args:["modalRef",{static:!1}]}]}});var Kc=function(){function e(t,n){bi(this,e),this.bsModalService=t,this.cookieBannerService=n,this.shouldDisable=!1}return Ci(e,[{key:"ngOnInit",value:function(){this.settings=this.cookieBannerService.getCookieBannerSettings(),this.cookiePreferences=this.cookieBannerService.getCookiePreferencesConfig(),this.shouldShowCookieBanner()}},{key:"onConfigurePreferences",value:function(){var e=this;this.disableButtons(!0);var t={configCookiePreferences:this.cookiePreferences};this.bsModalService.show(Wc,{initialState:t}).content.closeSubject.subscribe((function(t){e.disableButtons(!1),t&&(e.cookieBannerService.setCookies(t),e.setCookieBannerVisibility(!1))}))}},{key:"acceptCookies",value:function(){this.cookieBannerService.setCookies(this.cookiePreferences||{required:!0}),this.setCookieBannerVisibility(!1)}},{key:"rejectCookies",value:function(){this.cookieBannerService.setCookies({required:!0,functional:!1,marketing:!1}),this.setCookieBannerVisibility(!1)}},{key:"shouldShowCookieBanner",value:function(){this.setCookieBannerVisibility(this.cookieBannerService.shouldShowCookieBanner())}},{key:"disableButtons",value:function(e){this.shouldDisable=e}},{key:"setCookieBannerVisibility",value:function(e){this.showBanner=e,this.cookieBannerService.isCookieBannerShowed$.next(e)}}]),e}();Kc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kc,deps:[{token:xe.BsModalService},{token:pa}],target:r["ɵɵFactoryTarget"].Component}),Kc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Kc,selector:"c8y-cookie-banner",ngImport:i,template:'\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kc,decorators:[{type:r.Component,args:[{selector:"c8y-cookie-banner",template:'\n'}]}],ctorParameters:function(){return[{type:xe.BsModalService},{type:pa}]}});var Yc=function(){function e(t,n,r,i,o,c,l,d){var p=this;bi(this,e),this.tabs=t,this.ui=n,this.navigator=r,this.actionBar=i,this.headerService=o,this.options=c,this.pluginsResolve=l,this.setupService=d,this.showPoweredBy=!0,this.noLogin=!1,this.destroy$=new a.Subject,this.noAppsMargin$=this.headerService.map((function(e){var t=e.nav;return!t.open&&t.hiddenOnStartup})),this.tabsOrientation=this.options.tabsHorizontal?"horizontal":"vertical",this.ui.map((function(e){return e.lang})).pipe((0,s.takeUntil)(this.destroy$),(0,s.distinctUntilChanged)()).subscribe((function(){p.actionBar.refresh()})),this.showPoweredBy=!this.options.get("hidePowered"),this.noLogin=this.options.get("noLogin",!1)}var t,n;return Ci(e,[{key:"ngOnInit",value:(n=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this.subscribeToLoadRemotes();case 1:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"ngOnDestroy",value:function(){this.destroy$.next(),this.destroy$.complete()}},{key:"getRemotes",value:function(e){var t;return null!=e&&e.remotes?this.pluginsResolve.mergeMFRemotes([e.remotes,this.pluginsResolve.loadUrlRemotes()]):null===(t=this.options)||void 0===t?void 0:t.remotes}},{key:"loadRemotes",value:(t=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return");case 2:return e.next=4,this.pluginsResolve.loadRemotes(t);case 4:if(!(n=e.sent).length){e.next=8;break}return e.next=8,this.pluginsResolve.resolveRemotePlugins(n);case 8:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"subscribeToLoadRemotes",value:function(){var e=this;this.options.get("noPlugins",!1)||this.ui.currentApplicationConfig.pipe((0,s.takeUntil)(this.destroy$),(0,s.filter)((function(e){return!!e})),(0,s.take)(1)).subscribe((function(t){return e.loadRemotes(e.getRemotes(t))}))}}]),e}();Yc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yc,deps:[{token:Xa},{token:Hi},{token:Ta},{token:Vi},{token:Va},{token:Gi},{token:hs},{token:ys}],target:r["ɵɵFactoryTarget"].Component}),Yc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Yc,selector:"c8y-bootstrap",ngImport:i,template:'\n\n\n \n \n \n \n \n\n
    \n \n
    \n \n \n \n \n\n \n
    \n \n \n \x3c!-- legacy ng-view, will not be migrated atm --\x3e\n
    \n \n\n\n
    \n \n
    \n
    \n \n
    \n
    \n
    \n\n\n',dependencies:[{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:tc,selector:"c8y-header-bar",inputs:["simple"]},{kind:"component",type:Ys,selector:"c8y-app-icon",inputs:["contextPath","name","app"]},{kind:"component",type:Pc,selector:"c8y-login",inputs:["name"]},{kind:"directive",type:o.RouterOutlet,selector:"router-outlet",outputs:["activate","deactivate","attach","detach"],exportAs:["outlet"]},{kind:"component",type:Nc,selector:"c8y-tabs-outlet,c8y-ui-tabs",inputs:["tabs","orientation","navigatorOpen"]},{kind:"component",type:ga,selector:"c8y-action-bar",inputs:["navigatorOpen","hasTabs","isTabsHorizontal","items$"]},{kind:"component",type:wa,selector:"c8y-alert-outlet"},{kind:"component",type:Rc,selector:"c8y-navigator-outlet, c8y-ui-navigator",inputs:["nodes","open"]},{kind:"component",type:qc,selector:"c8y-setup"},{kind:"component",type:Kc,selector:"c8y-cookie-banner"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:Ao,name:"humanizeAppName"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yc,decorators:[{type:r.Component,args:[{selector:"c8y-bootstrap",template:'\n\n\n \n \n \n \n \n\n
    \n \n
    \n \n \n \n \n\n \n
    \n \n \n \x3c!-- legacy ng-view, will not be migrated atm --\x3e\n
    \n \n\n\n
    \n \n
    \n
    \n \n
    \n
    \n
    \n\n\n'}]}],ctorParameters:function(){return[{type:Xa},{type:Hi},{type:Ta},{type:Vi},{type:Va},{type:Gi},{type:hs},{type:ys}]}});var Zc=Ci((function e(){bi(this,e)}));Zc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zc,deps:[],target:r["ɵɵFactoryTarget"].Component}),Zc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Zc,selector:"c8y-breadcrumb-item",inputs:{icon:"icon",translate:"translate",label:"label",path:"path"},viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0}],ngImport:i,template:"\n \n"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zc,decorators:[{type:r.Component,args:[{selector:"c8y-breadcrumb-item",template:"\n \n"}]}],propDecorators:{icon:[{type:r.Input}],translate:[{type:r.Input}],label:[{type:r.Input}],path:[{type:r.Input}],template:[{type:r.ViewChild,args:["template",{static:!1}]}]}});var Qc=function(){function e(t){bi(this,e),this.breadcrumbService=t}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.items=this.contentChildItems.toArray(),this.viewInitTimeout=setTimeout((function(){return e.breadcrumbService.add(e)}))}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.breadcrumbService.remove(this)}}]),e}();Qc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qc,deps:[{token:Ba}],target:r["ɵɵFactoryTarget"].Component}),Qc.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Qc,selector:"c8y-breadcrumb",queries:[{propertyName:"contentChildItems",predicate:Zc}],ngImport:i,template:"\n \n"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qc,decorators:[{type:r.Component,args:[{selector:"c8y-breadcrumb",template:"\n \n"}]}],ctorParameters:function(){return[{type:Ba}]},propDecorators:{contentChildItems:[{type:r.ContentChildren,args:[Zc]}]}});var Xc=Ci((function e(){bi(this,e)}));Xc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xc,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Xc.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Xc,declarations:[Qc,Zc,Ws],imports:[o.RouterModule,da,T.TooltipModule],exports:[Qc,Zc,Ws]}),Xc.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xc,imports:[o.RouterModule.forChild([]),da,T.TooltipModule.forRoot()]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xc,decorators:[{type:r.NgModule,args:[{declarations:[Qc,Zc,Ws],imports:[o.RouterModule.forChild([]),da,T.TooltipModule.forRoot()],exports:[Qc,Zc,Ws]}]}]});var Jc=Ci((function e(){bi(this,e)}));Jc.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jc,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Jc.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Jc,declarations:[Rc,Mc,Ac],imports:[o.RouterModule,l.CollapseModule,da,cc],exports:[Rc,Mc]}),Jc.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jc,imports:[o.RouterModule,l.CollapseModule.forRoot(),da,cc]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jc,decorators:[{type:r.NgModule,args:[{declarations:[Rc,Mc,Ac],imports:[o.RouterModule,l.CollapseModule.forRoot(),da,cc],exports:[Rc,Mc],entryComponents:[Ac]}]}]});var el=Ci((function e(t,n,r,i){var o=this;bi(this,e),this.appState=t,this.gainsightService=n,this.cookieBannerService=r,this.userPreferencesService=i,(0,a.combineLatest)([this.appState.currentTenant.pipe((0,s.filter)(Boolean)),this.cookieBannerService.isCookieBannerShowed$,this.userPreferencesService.observe(this.gainsightService.USER_PREFERENCES_GAINSIGHT_BOT_KEY)]).subscribe(function(){var e=ui((function(e){var t=ii(e,3),n=t[0],r=t[1],a=t[2];return di().mark((function e(){var t;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!r){e.next=2;break}return e.abrupt("return");case 2:if(t=n.customProperties,e.t0=o.gainsightService.shouldLoadGainsightTag(t),!e.t0){e.next=8;break}return e.next=7,o.gainsightService.isGainsightPreferenceDisabledInUserPreferences(o.gainsightService.USER_PREFERENCES_GAINSIGHT_KEY);case 7:e.t0=!e.sent;case 8:if(!e.t0){e.next=10;break}o.gainsightService.loadTag(n);case 10:void 0===a&&(a=!0,i.set(o.gainsightService.USER_PREFERENCES_GAINSIGHT_BOT_KEY,a)),o.gainsightService.switchKnowledgeHubBotVisibility(a);case 12:case"end":return e.stop()}}),e)}))()}));return function(t){return e.apply(this,arguments)}}())}));el.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:el,deps:[{token:Hi},{token:ua},{token:pa},{token:aa}],target:r["ɵɵFactoryTarget"].NgModule}),el.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:el,declarations:[Qs],exports:[Qs]}),el.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:el,providers:[ua]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:el,decorators:[{type:r.NgModule,args:[{declarations:[Qs],exports:[Qs],providers:[ua]}]}],ctorParameters:function(){return[{type:Hi},{type:ua},{type:pa},{type:aa}]}});var tl=function(){function e(t){bi(this,e),this.searchService=t,this.icon="search",this.priority=0,this.search=new r.EventEmitter,this.term=""}return Ci(e,[{key:"onSearch",value:function(){this.search.emit(this)}},{key:"ngAfterViewInit",value:function(){var e=this;this.template=void 0,this.viewInitTimeout=setTimeout((function(){return e.searchService.add(e)}))}},{key:"ngOnDestroy",value:function(){clearTimeout(this.viewInitTimeout),this.searchService.remove(this)}}]),e}();tl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tl,deps:[{token:ss}],target:r["ɵɵFactoryTarget"].Component}),tl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:tl,selector:"c8y-search",inputs:{name:"name",icon:"icon",priority:"priority",term:"term"},outputs:{search:"search"},viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0}],ngImport:i,template:"\n \n"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tl,decorators:[{type:r.Component,args:[{selector:"c8y-search",template:"\n \n"}]}],ctorParameters:function(){return[{type:ss}]},propDecorators:{name:[{type:r.Input}],icon:[{type:r.Input}],priority:[{type:r.Input}],template:[{type:r.ViewChild,args:["template",{static:!1}]}],search:[{type:r.Output}],term:[{type:r.Input}]}});var nl=function(){function e(){bi(this,e),this.pattern="",this.text="",this.elementClass="text-info",this.shouldTrimPattern=!1,this.highlightedText=""}return Ci(e,[{key:"ngOnChanges",value:function(){var e,t=(0,c.escape)(this.text||""),n=this.shouldTrimPattern?null===(e=this.pattern)||void 0===e?void 0:e.trim():this.pattern,r=(0,c.escape)(n||""),i=(0,c.escapeRegExp)(r).replace(/\\\*/g,".*");this.highlightedText=t.replace(new RegExp(i,"i"),'$&'))}}]),e}();nl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nl,deps:[],target:r["ɵɵFactoryTarget"].Component}),nl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:nl,selector:"c8y-highlight",inputs:{pattern:"pattern",text:"text",elementClass:"elementClass",shouldTrimPattern:"shouldTrimPattern"},viewQueries:[{propertyName:"container",first:!0,predicate:["text"],descendants:!0,read:r.ElementRef,static:!0}],usesOnChanges:!0,ngImport:i,template:'',isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nl,decorators:[{type:r.Component,args:[{selector:"c8y-highlight",template:''}]}],propDecorators:{container:[{type:r.ViewChild,args:["text",{read:r.ElementRef,static:!0}]}],pattern:[{type:r.Input}],text:[{type:r.Input}],elementClass:[{type:r.Input}],shouldTrimPattern:[{type:r.Input}]}});var rl=function(){function e(){bi(this,e),this.NO_RESULT_FOUND="No results found.",this.msg=this.NO_RESULT_FOUND}return Ci(e,[{key:"_message",set:function(e){e&&e.length>0?this.msg=e:this.msg=this.NO_RESULT_FOUND}},{key:"message",get:function(){return this.msg}}]),e}();rl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rl,deps:[],target:r["ɵɵFactoryTarget"].Component}),rl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:rl,selector:"c8y-search-result-empty",inputs:{_message:["message","_message"]},ngImport:i,template:'
    \n
    \n

    \n
    \n

    {{ message | translate }}

    \n Refine your search terms.\n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rl,decorators:[{type:r.Component,args:[{selector:"c8y-search-result-empty",template:'
    \n
    \n

    \n
    \n

    {{ message | translate }}

    \n Refine your search terms.\n
    \n
    \n
    \n'}]}],propDecorators:{_message:[{type:r.Input,args:["message"]}]}});var il=function(){function e(t){bi(this,e),this.gainsightService=t,this.click=new r.EventEmitter}return Ci(e,[{key:"onClick",value:function(e){var t,n,r=e.closest("[title]")||e.closest("[uib-tooltip]");if(r){var i=(null===(t=this.productExperienceEvent)||void 0===t?void 0:t.eventName)||"listItemAction",o=r.getAttribute("title")||r.getAttribute("uib-tooltip"),a=this.gainsightService.translateToEnglish(o),s=(0,c.assignWith)(null===(n=this.productExperienceEvent)||void 0===n?void 0:n.data,{url:r.baseURI,action:a},(function(e,t){return null!=t?t:e}));this.gainsightService.triggerEvent(i,s)}}}]),e}();il.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:il,deps:[{token:ua}],target:r["ɵɵFactoryTarget"].Component}),il.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:il,selector:"c8y-list-item-action, c8y-li-action",inputs:{label:"label",icon:"icon"},outputs:{click:"click"},host:{listeners:{click:"onClick($event.target)"}},providers:[{provide:Zs,useExisting:(0,r.forwardRef)((function(){return il}))}],viewQueries:[{propertyName:"template",first:!0,predicate:["template"],descendants:!0}],ngImport:i,template:'\n
  • \n \n
  • \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:il,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-action, c8y-li-action",providers:[{provide:Zs,useExisting:(0,r.forwardRef)((function(){return il}))}],template:'\n
  • \n \n
  • \n
    \n'}]}],ctorParameters:function(){return[{type:ua}]},propDecorators:{template:[{type:r.ViewChild,args:["template",{static:!1}]}],label:[{type:r.Input}],icon:[{type:r.Input}],click:[{type:r.Output}],onClick:[{type:r.HostListener,args:["click",["$event.target"]]}]}});var ol=Ci((function e(){bi(this,e),this.collapseWay="button"}));ol.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ol,deps:[],target:r["ɵɵFactoryTarget"].Component}),ol.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ol,selector:"c8y-list-item-collapse, c8y-li-collapse",inputs:{collapseWay:"collapseWay"},ngImport:i,template:"\n"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ol,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-collapse, c8y-li-collapse",template:"\n"}]}],propDecorators:{collapseWay:[{type:r.Input}]}});var al=Ci((function e(){bi(this,e)}));al.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:al,deps:[],target:r["ɵɵFactoryTarget"].Component}),al.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:al,selector:"c8y-list-item-footer, c8y-li-footer",inputs:{footer:"footer"},ngImport:i,template:'{{footer}}\n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:al,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-footer, c8y-li-footer",template:'{{footer}}\n\n'}]}],propDecorators:{footer:[{type:r.Input}]}});var sl=function(){function e(t){bi(this,e),this.element=t,this.active=!1,this.emptyActions=!1,this.collapsed=!0,this.selectable=!0,this.collapsedChange=new r.EventEmitter,this.showFooter=!1,this.showActions=!1,this.showCollapse=!1,this.dropdownUp=!1,this.pulse$=new a.Subject,this.destroy$=new a.Subject,this.ACTION_ITEM_HEIGHT=40}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;this.pulse$.pipe((0,s.filter)((function(e){return!!e})),(0,s.tap)((function(){return e.element.nativeElement.classList.remove("c8y-list--pulse")})),(0,s.delay)(100),(0,s.tap)((function(){return e.element.nativeElement.classList.add("c8y-list--pulse")})),(0,s.takeUntil)(this.destroy$)).subscribe()}},{key:"ngAfterContentChecked",value:function(){this.actions=this.itemActions.toArray(),this.showFooter=null!=this.itemFooter,this.showActions=this.itemActions.length>0,this.showCollapse=null!=this.itemCollapse}},{key:"ngOnDestroy",value:function(){this.destroy$.next(),this.destroy$.complete()}},{key:"showDropdownUp",value:function(){var e=this.element.nativeElement.getBoundingClientRect().top+(1+this.itemActions.length)*this.ACTION_ITEM_HEIGHT<=window.innerHeight;this.dropdownUp=!e}},{key:"toggleCollapsed",value:function(e){e&&e.stopPropagation(),this.collapsed=!this.collapsed,this.collapsedChange.emit(this.collapsed)}},{key:"pulse",value:function(){this.pulse$.next(!0)}}]),e}();sl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:sl,deps:[{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Component}),sl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:sl,selector:"c8y-list-item, c8y-li",inputs:{active:"active",emptyActions:"emptyActions",collapsed:"collapsed",selectable:"selectable"},outputs:{collapsedChange:"collapsedChange"},host:{properties:{"class.active":"this.active","class.c8y-list__item--empty-actions":"this.emptyActions"},classAttribute:"c8y-list__item"},queries:[{propertyName:"itemFooter",first:!0,predicate:al,descendants:!0},{propertyName:"itemCollapse",first:!0,predicate:ol,descendants:!0},{propertyName:"itemActions",predicate:il}],ngImport:i,template:'
    \n
    \n \n \n \n\n \n\n
    \n \n \n \n
    \n\n
    \n \n \n \n \n \n \n \n \n
    \n\n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:l.CollapseDirective,selector:"[collapse]",inputs:["display","isAnimated","collapse"],outputs:["collapsed","collapses","expanded","expands"],exportAs:["bs-collapse"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:sl,decorators:[{type:r.Component,args:[{selector:"c8y-list-item, c8y-li",host:{class:"c8y-list__item"},template:'
    \n
    \n \n \n \n\n \n\n
    \n \n \n \n
    \n\n
    \n \n \n \n \n \n \n \n \n
    \n\n \n
    \n
    \n\n
    \n
    \n \n
    \n
    \n\n'}]}],ctorParameters:function(){return[{type:r.ElementRef}]},propDecorators:{active:[{type:r.Input},{type:r.HostBinding,args:["class.active"]}],emptyActions:[{type:r.Input},{type:r.HostBinding,args:["class.c8y-list__item--empty-actions"]}],collapsed:[{type:r.Input}],selectable:[{type:r.Input}],collapsedChange:[{type:r.Output}],itemFooter:[{type:r.ContentChild,args:[al,{static:!1}]}],itemActions:[{type:r.ContentChildren,args:[il]}],itemCollapse:[{type:r.ContentChild,args:[ol,{static:!1}]}]}});var cl=function(){function e(){bi(this,e)}return Ci(e,[{key:"expanded",get:function(){var e;return!(null!==(e=this.listItemComponent)&&void 0!==e&&e.collapsed)}}]),e}();cl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cl,deps:[],target:r["ɵɵFactoryTarget"].Component}),cl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:cl,selector:"c8y-list-item-timeline, c8y-li-timeline",host:{properties:{"class.expanded":"this.expanded"},classAttribute:"c8y-list--timeline__item"},queries:[{propertyName:"listItemComponent",first:!0,predicate:sl,descendants:!0}],ngImport:i,template:'\n \n\n\n'}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cl,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-timeline, c8y-li-timeline",host:{class:"c8y-list--timeline__item"},template:'\n \n\n\n'}]}],propDecorators:{listItemComponent:[{type:r.ContentChild,args:[sl,{static:!1}]}],expanded:[{type:r.HostBinding,args:["class.expanded"]}]}});var ll=function(){function e(){bi(this,e),this.timeline=!1}return Ci(e,[{key:"ngAfterContentChecked",value:function(){this.timeline=!!this.timelineComponent}}]),e}();ll.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ll,deps:[],target:r["ɵɵFactoryTarget"].Component}),ll.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ll,selector:"c8y-list-group",host:{properties:{"class.c8y-list--timeline":"this.timeline"},classAttribute:"c8y-list__group"},queries:[{propertyName:"timelineComponent",first:!0,predicate:cl,descendants:!0}],ngImport:i,template:"\n\n"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ll,decorators:[{type:r.Component,args:[{selector:"c8y-list-group",host:{class:"c8y-list__group"},template:"\n\n"}]}],propDecorators:{timeline:[{type:r.HostBinding,args:["class.c8y-list--timeline"]}],timelineComponent:[{type:r.ContentChild,args:[cl,{static:!1}]}]}});var dl=function(){function e(){bi(this,e),this.required=!1,this.disabled=!1,this.allowFreeEntries=!0,this.displayProperty="name",this.icon="caret-down",this.name=this.displayProperty,this.autoClose=!0,this.hideNew=!1,this.container="",this.selected={id:null},this.onSearch=new r.EventEmitter,this.onIconClick=new r.EventEmitter,this.KEYCODE_UP=38,this.KEYCODE_DOWN=40,this.KEYCODE_TAB=9,this.KEYCODE_ENTER=13,this.KEYCODE_ESC=27}return Ci(e,[{key:"writeValue",value:function(e){this.selected=e,e&&this.searchControl&&(this.searchControl.nativeElement.value=(0,c.get)(e,this.displayProperty,""))}},{key:"registerOnChange",value:function(e){this.onChange=e}},{key:"registerOnTouched",value:function(e){this.onTouched=e}},{key:"doBlur",value:function(){this.onTouched&&this.onTouched()}},{key:"getDisplayProperty",value:function(){return(0,c.get)(this.selected,this.displayProperty,"")}},{key:"onShown",value:function(){this.searchControl.nativeElement.focus()}},{key:"reset",value:function(){this.searchControlModel.reset()}},{key:"ngOnDestroy",value:function(){this.subscription&&this.subscription.unsubscribe()}},{key:"ngAfterViewInit",value:function(){var e=this;this.subscription=(0,a.fromEvent)(this.searchControl.nativeElement,"keydown").pipe((0,s.map)((function(t){return e.handleKeyboard(t)})),(0,s.filter)((function(e){return e})),(0,s.debounceTime)(200),(0,s.map)((function(e){return e.target.value})),(0,s.distinctUntilChanged)()).subscribe((function(t){e.selected={id:null},(0,c.set)(e.selected,e.displayProperty,t||""),"function"==typeof e.onChange&&e.onChange(e.selected),e.onSearch.emit(t)}))}},{key:"handleKeyboard",value:function(e){var t=e.keyCode;if(![this.KEYCODE_ENTER,this.KEYCODE_DOWN,this.KEYCODE_TAB,this.KEYCODE_UP].includes(t))return t===this.KEYCODE_ESC&&this.autoClose?(e.stopPropagation(),this.dropdown.hide(),void this.searchControl.nativeElement.blur()):(this.dropdown.show(),e);var n=this.list.toArray(),r=(0,c.findIndex)(n,(function(e){return e.active}));if(t===this.KEYCODE_ENTER||t===this.KEYCODE_TAB)r>-1&&(e.preventDefault(),n[r].element.nativeElement.click()),this.dropdown.hide(),this.searchControl.nativeElement.blur();else{this.dropdown.show();var i=t===this.KEYCODE_DOWN?1:-1;r>-1&&(n[r].active=!1),this.selectNextItemOnKeyboardMove(n,r,i)}}},{key:"validate",value:function(e){return this.required&&!this.getDisplayProperty()?{required:!0}:!this.allowFreeEntries&&this.selected&&null===this.selected.id&&e.value[this.displayProperty]?{notExisting:!0}:null}},{key:"selectNextItemOnKeyboardMove",value:function(e,t,n){if(e[t+n]){if(!e[t+n].selectable)return void this.selectNextItemOnKeyboardMove(e,t+n,n);e[t+n].active=!0}}}]),e}();dl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dl,deps:[],target:r["ɵɵFactoryTarget"].Component}),dl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:dl,selector:"c8y-typeahead",inputs:{required:"required",maxlength:"maxlength",disabled:"disabled",allowFreeEntries:"allowFreeEntries",placeholder:"placeholder",displayProperty:"displayProperty",icon:"icon",name:"name",autoClose:"autoClose",hideNew:"hideNew",container:"container",selected:"selected"},outputs:{onSearch:"onSearch",onIconClick:"onIconClick"},providers:[{provide:De.NG_VALUE_ACCESSOR,multi:!0,useExisting:(0,r.forwardRef)((function(){return dl}))},{provide:De.NG_VALIDATORS,useExisting:(0,r.forwardRef)((function(){return dl})),multi:!0}],queries:[{propertyName:"list",predicate:sl}],viewQueries:[{propertyName:"searchControl",first:!0,predicate:["searchControl"],descendants:!0},{propertyName:"searchControlModel",first:!0,predicate:["searchControlModel"],descendants:!0},{propertyName:"dropdown",first:!0,predicate:["dropdown"],descendants:!0}],ngImport:i,template:'\n
    \n \n \n New\n \n\n \n \n \n \n \n
    \n\n \n \n \n\n',dependencies:[{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:ll,selector:"c8y-list-group"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.MaxLengthValidator,selector:"[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",inputs:["maxlength"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dl,decorators:[{type:r.Component,args:[{selector:"c8y-typeahead",providers:[{provide:De.NG_VALUE_ACCESSOR,multi:!0,useExisting:(0,r.forwardRef)((function(){return dl}))},{provide:De.NG_VALIDATORS,useExisting:(0,r.forwardRef)((function(){return dl})),multi:!0}],template:'\n
    \n \n \n New\n \n\n \n \n \n \n \n
    \n\n \n \n \n\n'}]}],propDecorators:{searchControl:[{type:r.ViewChild,args:["searchControl",{static:!1}]}],searchControlModel:[{type:r.ViewChild,args:["searchControlModel",{static:!1}]}],dropdown:[{type:r.ViewChild,args:["dropdown",{static:!1}]}],list:[{type:r.ContentChildren,args:[sl]}],required:[{type:r.Input}],maxlength:[{type:r.Input}],disabled:[{type:r.Input}],allowFreeEntries:[{type:r.Input}],placeholder:[{type:r.Input}],displayProperty:[{type:r.Input}],icon:[{type:r.Input}],name:[{type:r.Input}],autoClose:[{type:r.Input}],hideNew:[{type:r.Input}],container:[{type:r.Input}],selected:[{type:r.Input}],onSearch:[{type:r.Output}],onIconClick:[{type:r.Output}]}});var pl=function(){function e(t){bi(this,e),this.inventoryService=t,this.DEFAULT_PAGE_SIZE=50,this.queriesUtil=new g.QueriesUtil}return Ci(e,[{key:"search",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{currentPage:1,pageSize:this.DEFAULT_PAGE_SIZE};return this.inventoryService.list({text:e,withTotalPages:!0,pageSize:t.pageSize,withChildren:!1,currentPage:t.currentPage||1})}},{key:"searchGroups",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{currentPage:1,pageSize:this.DEFAULT_PAGE_SIZE},n=this.getGroupsSearchFilterQuery(),r=this.queriesUtil.addAndFilter(n,{name:"*".concat(e,"*")});return this.inventoryService.listQuery(r,{withTotalPages:!0,pageSize:t.pageSize,withChildren:!1,currentPage:t.currentPage||1})}},{key:"filterOnlyGroups",value:function(e){return e.filter((function(e){return e.c8y_IsDeviceGroup||e.c8y_IsDynamicGroup}))}},{key:"getGroupsSearchFilterQuery",value:function(){return{__filter:{__and:[{__not:{__has:"c8y_IsDynamicGroup.invisible"}},{__or:[{__has:"c8y_IsDeviceGroup"},{__has:"c8y_IsDynamicGroup"}]}]}}}}]),e}();pl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pl,deps:[{token:g.InventoryService}],target:r["ɵɵFactoryTarget"].Injectable}),pl.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pl,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pl,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:g.InventoryService}]}});var ul,gl,hl,ml,fl=Ci((function e(){bi(this,e)}));fl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fl,deps:[],target:r["ɵɵFactoryTarget"].Component}),fl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:fl,selector:"c8y-list-item-icon, c8y-li-icon",inputs:{icon:"icon",status:"status"},host:{classAttribute:"c8y-list__item__icon"},ngImport:i,template:'\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fl,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-icon, c8y-li-icon",host:{class:"c8y-list__item__icon"},template:'\n'}]}],propDecorators:{icon:[{type:r.Input}],status:[{type:r.Input}]}}),function(e){e.AVAILABLE="AVAILABLE",e.UNAVAILABLE="UNAVAILABLE",e.UNKNOWN="UNKNOWN",e.MAINTENANCE="MAINTENANCE",e.NOT_MONITORED="NOT_MONITORED"}(ul||(ul={})),function(e){e.CONNECTED="CONNECTED",e.DISCONNECTED="DISCONNECTED",e.UNKNOWN="UNKNOWN",e.MAINTENANCE="MAINTENANCE"}(gl||(gl={})),function(e){e[e.AVAILABLE="Send connection: online"]="AVAILABLE",e[e.NOT_MONITORED="Send connection: not monitored"]="NOT_MONITORED",e[e.UNAVAILABLE="Send connection: offline"]="UNAVAILABLE",e[e.UNKNOWN="Send connection status unknown"]="UNKNOWN",e[e.MAINTENANCE="Device is under maintenance"]="MAINTENANCE"}(hl||(hl={})),function(e){e[e.CONNECTED="Push connection: active"]="CONNECTED",e[e.DISCONNECTED="Push connection: inactive"]="DISCONNECTED",e[e.UNKNOWN="Push connection: inactive"]="UNKNOWN",e[e.MAINTENANCE="Device is under maintenance"]="MAINTENANCE"}(ml||(ml={}));var yl={sendData:(Yr={},li(Yr,ul.AVAILABLE,{icon:"long-arrow-right",class:"statusOk"}),li(Yr,ul.UNAVAILABLE,{icon:"long-arrow-right",class:"statusNok"}),li(Yr,ul.UNKNOWN,{icon:"long-arrow-right",class:"statusUnknown"}),li(Yr,ul.NOT_MONITORED,{icon:"long-arrow-right",class:"statusUnknown"}),Yr),push:(Zr={},li(Zr,gl.CONNECTED,{icon:"long-arrow-left",class:"statusOk"}),li(Zr,gl.DISCONNECTED,{icon:"long-arrow-left",class:"statusUnknown"}),li(Zr,gl.UNKNOWN,{icon:"long-arrow-left",class:"statusUnknown"}),li(Zr,gl.MAINTENANCE,{icon:"wrench",class:"statusAlert"}),Zr),device:{MAINTENANCE:{icon:"wrench",class:"statusAlert"}}},vl={sendStatusConnected:function(e,t){var n=(0,u.formatDate)(new Date(e),"medium",t.currentLang||vo.defaultLang());return t.instant("Device last request:\n{{date}}",{date:n})},sendStatusDisconnected:"Connection not monitored",pushStatusConnected:"Connection to device established",pushStatusDisconnected:"Connection to device not established (not supported by device or no connectivity)",maintenance:"Device is under maintenance"},bl=function(){function e(t){bi(this,e),this.translateService=t}return Ci(e,[{key:"node",set:function(e){this._mo=e.mo||e}},{key:"get",value:function(){return this._mo}},{key:"ngOnChanges",value:function(){this.setStatusProperites()}},{key:"ngAfterContentInit",value:function(){this.setStatusProperites()}},{key:"setStatusProperites",value:function(){this.requiredAvailability=(0,c.get)(this._mo,"c8y_RequiredAvailability"),this.availabilityStatus=(0,c.get)(this._mo,"c8y_Availability.status"),this.pushStatus=(0,c.get)(this._mo,"c8y_Connection.status")||"UNKNOWN",this.sendStatus=this.availabilityStatus||(this.requiredAvailability?"UNKNOWN":"NOT_MONITORED")}},{key:"status",value:function(){return"MAINTENANCE"===this.availabilityStatus||"MAINTENANCE"===this.pushStatus?this.getMaintenanceStatus():this.getSendPushStatus()}},{key:"getMaintenanceStatus",value:function(){return{sendStatus:!1,pushStatus:!1,maintenanceStatus:{icon:yl.device.MAINTENANCE.icon,class:yl.device.MAINTENANCE.class,tooltip:vl.maintenance}}}},{key:"getSendPushStatus",value:function(){return{sendStatus:{icon:yl.sendData[this.sendStatus].icon,class:yl.sendData[this.sendStatus].class,status:this.sendStatus,label:hl[this.sendStatus],tooltip:this.getSendStatusTooltip(this._mo)},pushStatus:{icon:yl.push[this.pushStatus].icon,class:yl.push[this.pushStatus].class,status:this.pushStatus,label:ml[this.pushStatus],tooltip:this.getPushStatusTooltip("CONNECTED"===this.pushStatus)},maintenanceStatus:!1}}},{key:"getSendStatusTooltip",value:function(e){var t=e&&e.c8y_Availability,n=t&&t.lastMessage;return n?vl.sendStatusConnected(n,this.translateService):vl.sendStatusDisconnected}},{key:"getPushStatusTooltip",value:function(e){return e?vl.pushStatusConnected:vl.pushStatusDisconnected}}]),e}();bl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bl,deps:[{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Component}),bl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:bl,selector:"device-status",inputs:{node:["mo","node"]},usesOnChanges:!0,ngImport:i,template:'\x3c!-- ATTENTION: keep text format in `tooltip` attribute --\x3e\n
    \n
    \n \n \n\n
    \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:T.TooltipDirective,selector:"[tooltip], [tooltipHtml]",inputs:["adaptivePosition","tooltip","placement","triggers","container","containerClass","boundariesElement","isOpen","isDisabled","delay","tooltipHtml","tooltipPlacement","tooltipIsOpen","tooltipEnable","tooltipAppendToBody","tooltipAnimation","tooltipClass","tooltipContext","tooltipPopupDelay","tooltipFadeDuration","tooltipTrigger"],outputs:["tooltipChange","onShown","onHidden","tooltipStateChanged"],exportAs:["bs-tooltip"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bl,decorators:[{type:r.Component,args:[{selector:"device-status",template:'\x3c!-- ATTENTION: keep text format in `tooltip` attribute --\x3e\n
    \n
    \n \n \n\n
    \n\n'}]}],ctorParameters:function(){return[{type:ye.TranslateService}]},propDecorators:{node:[{type:r.Input,args:["mo"]}]}});var kl=function(){function e(t,n,i,o){bi(this,e),this.router=t,this.inventory=n,this.inventorySearchService=i,this.cd=o,this.mode="search",this.enableCustomTemplatePlaceholder=!1,this.container="",this.groupsOnly=!1,this.filter=new r.EventEmitter,this.search=new r.EventEmitter,this.reset=new r.EventEmitter,this.onClick=new r.EventEmitter,this.deviceType=Mo,this.term="",this.recentSearchResults=[],this.isLoading=!1,this.noMatch=!1,this.RECENT_SEARCH_STORAGE_KEY="recent_search_view",this.MAX_RECENT_SEARCH_RESULTS=5,this.DEFAULT_FILTER={withTotalPages:!0,pageSize:5,withChildren:!1},this.KEYCODE_ENTER="Enter",this.KEYCODE_ESC="Escape",this.onDestroy$=new a.Subject}var t;return Ci(e,[{key:"customDataQuery",set:function(e){e&&(this.customQuery=e)}},{key:"ngOnInit",value:(t=ui(di().mark((function e(){var t,n,r,i=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!((t=JSON.parse(localStorage.getItem(this.RECENT_SEARCH_STORAGE_KEY)))&&t.length>0)){e.next=8;break}return e.next=4,this.inventory.list({ids:t.join(",")});case 4:n=e.sent,r=n.data,this.recentSearchResults=this.groupsOnly?this.inventorySearchService.filterOnlyGroups(r):r,this.recentlyRegisteredResults$=(0,a.defer)((function(){return i.inventory.list(ci({q:"$orderby=creationTime desc"},i.DEFAULT_FILTER))}));case 8:"select"===this.mode&&requestAnimationFrame((function(){i.subscribeOnSearch()})),this.externalTerm&&this.externalTerm.pipe((0,s.takeUntil)(this.onDestroy$)).subscribe((function(e){null!==e?i.typeahead.onSearch.emit(e):i.typeahead.onSearch.emit(i.term)}));case 10:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"onKeydownHandler",value:function(e){e.key===this.KEYCODE_ESC&&this.hideDropdown()}},{key:"onOpenChange",value:function(e){var t=this;e&&requestAnimationFrame((function(){t.subscribeOnSearch(),t.typeahead.dropdown.show(),t.typeahead.searchControl.nativeElement.focus()}))}},{key:"open",value:function(e,t,n){e.stopPropagation(),this.recentSearchResults.find((function(e){return e.id===t.id}))||(this.recentSearchResults.unshift(t),this.recentSearchResults=this.recentSearchResults.slice(0,this.MAX_RECENT_SEARCH_RESULTS));var r=this.recentSearchResults.map((function(e){return e.id}));localStorage.setItem(this.RECENT_SEARCH_STORAGE_KEY,JSON.stringify(r)),n&&(this.selected=t,this.term=n),this.onClick.emit(t),this.hideDropdown()}},{key:"onReset",value:function(e){e.$event.stopPropagation(),this.reset.emit(this.selected),this.typeahead.onSearch.emit(""),this.selected=void 0,this.typeahead.searchControl.nativeElement.focus()}},{key:"keyDown",value:function(e){if(e.key===this.KEYCODE_ENTER){var t=e.target.value;this.onSearch(t)}}},{key:"onSearch",value:function(e){this.search.emit(e),this.hideDropdown()}},{key:"onFilter",value:function(e){this.filter.emit(e),this.hideDropdown()}},{key:"onOpenAssetTable",value:function(){this.router.navigateByUrl("/assetsearch"),this.hideDropdown()}},{key:"ngOnDestroy",value:function(){this.onDestroy$&&(this.onDestroy$.next(),this.onDestroy$.complete())}},{key:"hideDropdown",value:function(){this.dropdown?this.dropdown.hide():this.typeahead&&this.typeahead.dropdown&&this.typeahead.dropdown.hide()}},{key:"subscribeOnSearch",value:function(){var e=this;this.results$||(this.results$=this.typeahead.onSearch.pipe((0,s.tap)((function(t){return e.onTypingStarted(t)})),(0,s.switchMap)((function(t){return e.mergeRequest(t)})),(0,s.tap)((function(){return e.cd.detectChanges()}))))}},{key:"mergeRequest",value:function(e){var t=this;return(0,a.merge)((0,a.of)({data:[]}),this.handleQuery(e).pipe((0,s.tap)((function(e){var n=e.data,r=e.paging;return t.onLoadingDone(n,r)}))))}},{key:"handleQuery",value:function(e){var t=this;return e?this.customQuery?(0,a.defer)((function(){return t.customQuery(e)})):(0,a.defer)((function(){return t.groupsOnly?t.inventorySearchService.searchGroups(e):t.inventorySearchService.search(e)})):(0,a.empty)()}},{key:"onLoadingDone",value:function(e,t){this.isLoading=!1,this.noMatch=t&&null===t.nextPage&&0===e.length}},{key:"onTypingStarted",value:function(e){this.noMatch=!1,this.term=e,this.isLoading=e.length>0}}]),e}();kl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:kl,deps:[{token:o.Router},{token:g.InventoryService},{token:pl},{token:r.ChangeDetectorRef}],target:r["ɵɵFactoryTarget"].Component}),kl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:kl,selector:"c8y-search-input",inputs:{mode:"mode",enableCustomTemplatePlaceholder:"enableCustomTemplatePlaceholder",externalTerm:"externalTerm",customDataQuery:"customDataQuery",container:"container",groupsOnly:"groupsOnly"},outputs:{filter:"filter",search:"search",reset:"reset",onClick:"onClick"},host:{listeners:{"document:keydown":"onKeydownHandler($event)"}},viewQueries:[{propertyName:"typeahead",first:!0,predicate:dl,descendants:!0},{propertyName:"dropdown",first:!0,predicate:["dropdown"],descendants:!0}],ngImport:i,template:'\n \n \n \n\n \n \n \n\n\n
    \n \n
    \n\n
    \n \n \n \n \n\n \x3c!-- filter buttons --\x3e\n \n
    \n

    \n Searching by exact match. Click for other search options:\n

    \n
    \n \n {{ \'Starts with\' | translate }}\n \n \n {{ \'Contains\' | translate }}\n \n \n {{ \'Ends with\' | translate }}\n \n
    \n
    \n
    \n\n \x3c!-- Recent search --\x3e\n \n
    \n Recent search views\n
    \n \n \n \n \n \n \n \n \n \n \n {{ result.name || \'--\' }}\n \n\n \x3c!-- Recently registered devices --\x3e\n \n
    \n Recently registered devices\n
    \n \n \n \n \n \n \n \n \n \n \n {{ result.name || \'--\' }}\n \n\n \x3c!-- Search results --\x3e\n \n
    \n Search results\n
    \n
    \n \n \n \n \n \n \n \n \n \n {{ result.name || \'--\' }}\n \n\n \x3c!-- No search results found entry --\x3e\n \n \n \n

    No match found.

    \n \n Try to filter or open the asset grid to show all devices and groups.\n \n Try to rephrase your search word.\n
    \n
    \n\n \x3c!-- loading bar first entries --\x3e\n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n\n \x3c!-- loading bar for loading more entries (inventory roles) --\x3e\n \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n\n \x3c!-- more filter possibilities --\x3e\n \n
    \n \n

    Need more filter possibilities?

    \n \n Go to the asset data table\n \n
    \n \n \n \n
    \n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:No,selector:"[c8yFor]",inputs:["c8yForOf","c8yForLoadMore","c8yForPipe","c8yForNotFound","c8yForMaxIterations","c8yForLoadingTemplate","c8yForLoadNextLabel","c8yForRealtime","c8yForRealtimeOptions","c8yForComparator","c8yForEnableVirtualScroll","c8yForVirtualScrollElementSize","c8yForVirtualScrollStrategy","c8yForVirtualScrollContainerHeight"],outputs:["c8yForCount"]},{kind:"component",type:dl,selector:"c8y-typeahead",inputs:["required","maxlength","disabled","allowFreeEntries","placeholder","displayProperty","icon","name","autoClose","hideNew","container","selected"],outputs:["onSearch","onIconClick"]},{kind:"component",type:sl,selector:"c8y-list-item, c8y-li",inputs:["active","emptyActions","collapsed","selectable"],outputs:["collapsedChange"]},{kind:"component",type:fl,selector:"c8y-list-item-icon, c8y-li-icon",inputs:["icon","status"]},{kind:"component",type:bl,selector:"device-status",inputs:["mo"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:Go,name:"shouldShowMo"},{kind:"pipe",type:zo,name:"getGroupIcon"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:kl,decorators:[{type:r.Component,args:[{selector:"c8y-search-input",template:'\n \n \n \n\n \n \n \n\n\n
    \n \n
    \n\n
    \n \n \n \n \n\n \x3c!-- filter buttons --\x3e\n \n
    \n

    \n Searching by exact match. Click for other search options:\n

    \n
    \n \n {{ \'Starts with\' | translate }}\n \n \n {{ \'Contains\' | translate }}\n \n \n {{ \'Ends with\' | translate }}\n \n
    \n
    \n
    \n\n \x3c!-- Recent search --\x3e\n \n
    \n Recent search views\n
    \n \n \n \n \n \n \n \n \n \n \n {{ result.name || \'--\' }}\n \n\n \x3c!-- Recently registered devices --\x3e\n \n
    \n Recently registered devices\n
    \n \n \n \n \n \n \n \n \n \n \n {{ result.name || \'--\' }}\n \n\n \x3c!-- Search results --\x3e\n \n
    \n Search results\n
    \n
    \n \n \n \n \n \n \n \n \n \n {{ result.name || \'--\' }}\n \n\n \x3c!-- No search results found entry --\x3e\n \n \n \n

    No match found.

    \n \n Try to filter or open the asset grid to show all devices and groups.\n \n Try to rephrase your search word.\n
    \n
    \n\n \x3c!-- loading bar first entries --\x3e\n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n\n \x3c!-- loading bar for loading more entries (inventory roles) --\x3e\n \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n\n \x3c!-- more filter possibilities --\x3e\n \n
    \n \n

    Need more filter possibilities?

    \n \n Go to the asset data table\n \n
    \n \n \n \n
    \n'}]}],ctorParameters:function(){return[{type:o.Router},{type:g.InventoryService},{type:pl},{type:r.ChangeDetectorRef}]},propDecorators:{mode:[{type:r.Input}],enableCustomTemplatePlaceholder:[{type:r.Input}],externalTerm:[{type:r.Input}],customDataQuery:[{type:r.Input}],container:[{type:r.Input}],groupsOnly:[{type:r.Input}],filter:[{type:r.Output}],search:[{type:r.Output}],reset:[{type:r.Output}],onClick:[{type:r.Output}],typeahead:[{type:r.ViewChild,args:[dl,{static:!1}]}],dropdown:[{type:r.ViewChild,args:["dropdown",{static:!1}]}],onKeydownHandler:[{type:r.HostListener,args:["document:keydown",["$event"]]}]}});var Cl=function(){function e(){bi(this,e),this.placeholder="Select item",this.applyLabel="Apply",this.disableApplyOnNoSelection=!1,this.onChange=new r.EventEmitter,this.textFilter="",this.labelText="",this.isOpen=!1,this.filteredItems=[],this.searchFilter=null,this.sizeToShowFilter=5,this.labelsForSelectAll={all:"All",allFiltered:"All filtered"},this.showAllLabel=!1,this.itemsSelected=new Set,this.stopClicks=!1}return Ci(e,[{key:"preventClick",value:function(e){this.stopClicks&&e.stopPropagation(),this.stopClicks=this.isOpen}},{key:"isOpenChange",value:function(e){this.isOpen=e,e?(this.updateSelected(),this.searchFilter=null):this.stopClicks=!1}},{key:"outterSelected",value:function(e){var t=this.selected,n=function(){return!1};return"function"==typeof t?n=t:Array.isArray(t)&&(n=function(e){return t.indexOf(e)>-1}),n(e)}},{key:"isSelected",value:function(e){return this.itemsSelected.has(e)}},{key:"isAllItemsSelected",value:function(){return this.itemsSelected.size===this.items.length}},{key:"isAllFilteredSelected",value:function(){return this.itemsSelected.size===this.filteredItems.length}},{key:"isNoItemSelected",value:function(){return!this.itemsSelected.size}},{key:"applyChanges",value:function(){var e=Array.from(this.itemsSelected.values());this.onChange.emit(e),this.dropdown.hide()}},{key:"selectAll",value:function(e){var t=this;this.filteredItems.forEach((function(n){return t.onChangeItem(e,n)}))}},{key:"ngOnInit",value:function(){var e=this;this.updateItems&&this.updateItems.subscribe((function(){e.updateSelected(),e.updateLabel(),e.showAllLabel=e.isAllItemsSelected()}))}},{key:"onChangeItem",value:function(e,t){e?this.itemsSelected.add(t):this.itemsSelected.delete(t)}},{key:"updateFiltered",value:function(e){if(e){var t=new RegExp(e,"i");this.filteredItems=this.items.filter((function(e){var n=e.name;return t.test(n)}))}else this.filteredItems=this.items}},{key:"getSelectAllToggleStatus",value:function(){var e=this.getLabel(),t=this.isAllSelected();return{label:e,checked:t,indeterminate:!t&&this.itemsSelected.size>0}}},{key:"ngOnChanges",value:function(e){this.isOpen||(e.items||e.selected||e.applyLabel)&&(this.updateSelected(),this.updateLabel(),this.showAllLabel=this.isAllItemsSelected())}},{key:"ngOnDestroy",value:function(){this.updateItems&&!this.updateItems.closed&&this.updateItems.unsubscribe()}},{key:"updateLabel",value:function(){var e=this,t=this.items.filter((function(t){return e.outterSelected(t)}));"string"==typeof this.selectedLabel?this.labelText=this.selectedLabel:"function"==typeof this.selectedLabel?this.labelText=this.selectedLabel(t):this.labelText=t.map((function(e){return e.name})).join(", ")}},{key:"updateSelected",value:function(){var e=this,t=this.itemsSelected,n=this.items;t.clear(),n.forEach((function(n){e.outterSelected(n)&&t.add(n)})),this.filteredItems=n}},{key:"isAllSelected",value:function(){return this.getLabel()===this.labelsForSelectAll.allFiltered?this.isAllFilteredSelected():this.isAllItemsSelected()}},{key:"getLabel",value:function(){return this.searchFilter?this.labelsForSelectAll.allFiltered:this.labelsForSelectAll.all}}]),e}();Cl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cl,deps:[],target:r["ɵɵFactoryTarget"].Component}),Cl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Cl,selector:"c8y-select",inputs:{placeholder:"placeholder",selectedLabel:"selectedLabel",applyLabel:"applyLabel",items:"items",selected:"selected",updateItems:"updateItems",disableApplyOnNoSelection:"disableApplyOnNoSelection"},outputs:{onChange:"onChange"},host:{listeners:{click:"preventClick($event)"}},queries:[{propertyName:"liChildren",predicate:sl}],viewQueries:[{propertyName:"dropdown",first:!0,predicate:d.BsDropdownDirective,descendants:!0}],usesOnChanges:!0,ngImport:i,template:'\n \n \n {{ \'All\' | translate }}\n {{ labelText | translate }}\n \n \n {{ placeholder | translate }}\n \n \n\n \n\n',dependencies:[{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:Io,selector:"[dropdown][c8yBsDropdownDirection],[dropdown][c8yDropdownDirection]"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cl,decorators:[{type:r.Component,args:[{selector:"c8y-select",template:'\n \n \n {{ \'All\' | translate }}\n {{ labelText | translate }}\n \n \n {{ placeholder | translate }}\n \n \n\n \n\n'}]}],propDecorators:{placeholder:[{type:r.Input}],selectedLabel:[{type:r.Input}],applyLabel:[{type:r.Input}],items:[{type:r.Input}],selected:[{type:r.Input}],updateItems:[{type:r.Input}],disableApplyOnNoSelection:[{type:r.Input}],onChange:[{type:r.Output}],dropdown:[{type:r.ViewChild,args:[d.BsDropdownDirective,{static:!1}]}],liChildren:[{type:r.ContentChildren,args:[sl]}],preventClick:[{type:r.HostListener,args:["click",["$event"]]}]}});var Il=Ci((function e(){bi(this,e)}));Il.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Il,deps:[],target:r["ɵɵFactoryTarget"].Component}),Il.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Il,selector:"c8y-list-item-body, c8y-li-body",inputs:{body:"body"},ngImport:i,template:'{{body}}\n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Il,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-body, c8y-li-body",template:'{{body}}\n\n'}]}],propDecorators:{body:[{type:r.Input}]}});var wl=function(e){gi(n,e);var t=mi(n);function n(e,i){var o;return bi(this,n),(o=t.call(this,e,i)).renderer=e,o.elementRef=i,o.selected=!1,o.disabled=!1,o.onSelect=new r.EventEmitter,o.displayAsSwitch=!1,o}return Ci(n,[{key:"ngOnChanges",value:function(e){e.selected&&!e.selected.firstChange&&this.onSelect.emit(e.selected.currentValue)}},{key:"select",value:function(e){this.onSelect.emit(e),this.onChange(e),this.selected=e}},{key:"writeValue",value:function(e){this.selected=e}},{key:"setDisabledState",value:function(e){this.disabled=e}}]),n}(De.CheckboxControlValueAccessor);wl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wl,deps:[{token:r.Renderer2},{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Component}),wl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:wl,selector:"c8y-list-item-checkbox, c8y-li-checkbox",inputs:{selected:"selected",disabled:"disabled",displayAsSwitch:"displayAsSwitch"},outputs:{onSelect:"onSelect"},host:{classAttribute:"c8y-list__item__check"},providers:[{provide:De.NG_VALUE_ACCESSOR,multi:!0,useExisting:(0,r.forwardRef)((function(){return wl}))}],usesInheritance:!0,usesOnChanges:!0,ngImport:i,template:'\n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wl,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-checkbox, c8y-li-checkbox",host:{class:"c8y-list__item__check"},providers:[{provide:De.NG_VALUE_ACCESSOR,multi:!0,useExisting:(0,r.forwardRef)((function(){return wl}))}],template:'\n\n'}]}],ctorParameters:function(){return[{type:r.Renderer2},{type:r.ElementRef}]},propDecorators:{selected:[{type:r.Input}],disabled:[{type:r.Input}],onSelect:[{type:r.Output}],displayAsSwitch:[{type:r.Input}]}});var Sl=Ci((function e(){bi(this,e)}));Sl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Sl,deps:[],target:r["ɵɵFactoryTarget"].Component}),Sl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Sl,selector:"c8y-list-item-drag-handle, c8y-li-drag-handle",ngImport:i,template:"",isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Sl,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-drag-handle, c8y-li-drag-handle",template:""}]}]});var xl=function(){function e(){bi(this,e),this.selected=!1,this.name="list_item_radio",this.disabled=!1,this.onSelect=new r.EventEmitter}return Ci(e,[{key:"reset",value:function(){this.radio.nativeElement.checked=!1}},{key:"ngOnChanges",value:function(e){e.selected&&!e.selected.firstChange&&this.onSelect.emit(e.selected.currentValue)}},{key:"change",value:function(e){this.onSelect.emit(e),this.model=this.value,this.onChange&&this.onChange(this.model),this.onTouched&&this.onTouched()}},{key:"registerOnChange",value:function(e){this.onChange=e}},{key:"registerOnTouched",value:function(e){this.onTouched=e}},{key:"writeValue",value:function(e){this.model=e}}]),e}();xl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xl,deps:[],target:r["ɵɵFactoryTarget"].Component}),xl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:xl,selector:"c8y-list-item-radio, c8y-li-radio",inputs:{selected:"selected",name:"name",disabled:"disabled",value:"value"},outputs:{onSelect:"onSelect"},host:{classAttribute:"c8y-list__item__radio"},providers:[{provide:De.NG_VALUE_ACCESSOR,multi:!0,useExisting:(0,r.forwardRef)((function(){return xl}))}],viewQueries:[{propertyName:"radio",first:!0,predicate:["radio"],descendants:!0,static:!0}],usesOnChanges:!0,ngImport:i,template:'\n\n'}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xl,decorators:[{type:r.Component,args:[{selector:"c8y-list-item-radio, c8y-li-radio",host:{class:"c8y-list__item__radio"},providers:[{provide:De.NG_VALUE_ACCESSOR,multi:!0,useExisting:(0,r.forwardRef)((function(){return xl}))}],template:'\n\n'}]}],propDecorators:{radio:[{type:r.ViewChild,args:["radio",{static:!0}]}],selected:[{type:r.Input}],name:[{type:r.Input}],disabled:[{type:r.Input}],onSelect:[{type:r.Output}],value:[{type:r.Input}]}});var Dl=Ci((function e(){bi(this,e)}));Dl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Dl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Dl,declarations:[ll,sl,fl,Il,al,il,ol,wl,xl,cl,Sl],imports:[da,l.CollapseModule,d.BsDropdownModule],exports:[ll,sl,fl,Il,al,il,ol,wl,xl,cl,Sl]}),Dl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dl,imports:[da,l.CollapseModule.forRoot(),d.BsDropdownModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dl,decorators:[{type:r.NgModule,args:[{imports:[da,l.CollapseModule.forRoot(),d.BsDropdownModule],declarations:[ll,sl,fl,Il,al,il,ol,wl,xl,cl,Sl],exports:[ll,sl,fl,Il,al,il,ol,wl,xl,cl,Sl]}]}]});var $l=Ci((function e(){bi(this,e)}));$l.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$l,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),$l.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:$l,declarations:[Cl,dl],imports:[d.BsDropdownModule,da,Dl,xc],exports:[Cl,dl]}),$l.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$l,imports:[d.BsDropdownModule.forRoot(),da,Dl,xc]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$l,decorators:[{type:r.NgModule,args:[{imports:[d.BsDropdownModule.forRoot(),da,Dl,xc],exports:[Cl,dl],declarations:[Cl,dl]}]}]});var El=Ci((function e(){bi(this,e)}));El.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:El,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),El.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:El,declarations:[bl],imports:[da,T.TooltipModule],exports:[bl]}),El.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:El,imports:[da,T.TooltipModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:El,decorators:[{type:r.NgModule,args:[{imports:[da,T.TooltipModule],exports:[bl],declarations:[bl]}]}]});var Tl=Ci((function e(){bi(this,e)}));Tl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Tl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Tl,declarations:[qs,tl,nl,rl,kl],imports:[De.FormsModule,d.BsDropdownModule,da,$l,Dl,El,o.RouterModule],exports:[qs,tl,nl,rl,kl]}),Tl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tl,imports:[De.FormsModule,d.BsDropdownModule,da,$l,Dl,El,o.RouterModule.forChild([])]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tl,decorators:[{type:r.NgModule,args:[{declarations:[qs,tl,nl,rl,kl],imports:[De.FormsModule,d.BsDropdownModule,da,$l,Dl,El,o.RouterModule.forChild([])],exports:[qs,tl,nl,rl,kl],entryComponents:[kl]}]}]});var _l=function(){function e(t,n){bi(this,e),this.users=t,this.alert=n,this.revokeEmitter=new r.EventEmitter}var t;return Ci(e,[{key:"revoke",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.users.totpRevokeSecret(this.user);case 3:this.alert.success("User TOTP secret revoked."),this.revokeEmitter.next(),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),this.alert.addServerFailure(e.t0);case 10:case"end":return e.stop()}}),e,this,[[0,7]])}))),function(){return t.apply(this,arguments)})}]),e}();_l.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_l,deps:[{token:g.UserService},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),_l.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:_l,selector:"c8y-user-totp-revoke",inputs:{user:"user"},outputs:{revokeEmitter:"revoke"},ngImport:i,template:'\n {{ \'Revoke TOTP secret\' | translate }}\n\n\n\n

    \n This action will revoke the user\'s stored TOTP secret which will require a new setup.\n

    \n \n Cancel\n \n \n Revoke\n \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_l,decorators:[{type:r.Component,args:[{selector:"c8y-user-totp-revoke",template:'\n {{ \'Revoke TOTP secret\' | translate }}\n\n\n\n

    \n This action will revoke the user\'s stored TOTP secret which will require a new setup.\n

    \n \n Cancel\n \n \n Revoke\n \n
    \n'}]}],ctorParameters:function(){return[{type:g.UserService},{type:ka}]},propDecorators:{user:[{type:r.Input}],revokeEmitter:[{type:r.Output,args:["revoke"]}]}});var Fl=Ci((function e(){bi(this,e)}));Fl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Fl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Fl,imports:[xa]}),Fl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fl,providers:[Gs],imports:[xa]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fl,decorators:[{type:r.NgModule,args:[{imports:[xa],providers:[Gs]}]}]});var Ol=Ci((function e(){bi(this,e)}));Ol.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ol,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Ol.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Ol,declarations:[Hs,Bs,Us,zs,Ns,_l],imports:[xc,da,cc,d.BsDropdownModule,Dc,xa,o.RouterModule,T.TooltipModule,Sn.PopoverModule,Fl],exports:[Hs,zs,Bs,Us,Ns,_l]}),Ol.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ol,imports:[xc,da,cc,d.BsDropdownModule,Dc,xa,o.RouterModule,T.TooltipModule.forRoot(),Sn.PopoverModule,Fl]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ol,decorators:[{type:r.NgModule,args:[{declarations:[Hs,Bs,Us,zs,Ns,_l],imports:[xc,da,cc,d.BsDropdownModule,Dc,xa,o.RouterModule,T.TooltipModule.forRoot(),Sn.PopoverModule,Fl],exports:[Hs,zs,Bs,Us,Ns,_l],entryComponents:[Us,Ns,_l]}]}]});var Pl=Ci((function e(){bi(this,e)}));Pl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Pl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Pl,declarations:[Lc,tc,Ks,Ys,Xs,Js],imports:[d.BsDropdownModule,Ol,Tl,da,ba,Xc,Jc,el],exports:[tc,Lc,Ks,Ys,Xs,Js]}),Pl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pl,imports:[d.BsDropdownModule,Ol,Tl,da,ba,Xc,Jc,el]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pl,decorators:[{type:r.NgModule,args:[{declarations:[Lc,tc,Ks,Ys,Xs,Js],imports:[d.BsDropdownModule,Ol,Tl,da,ba,Xc,Jc,el],exports:[tc,Lc,Ks,Ys,Xs,Js]}]}]});var Nl=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"forRoot",value:function(){return{ngModule:e,providers:e.providers()}}},{key:"providers",value:function(){return[Cs,nc]}}]),e}();Nl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Nl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Nl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Nl,declarations:[Pc,oc,Tc,_c,Fc,Ec,Oc],imports:[De.FormsModule,T.TooltipModule,da,Dc,xa,xc],exports:[Pc]}),Nl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Nl,imports:[De.FormsModule,T.TooltipModule,da,Dc,xa,xc]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Nl,decorators:[{type:r.NgModule,args:[{declarations:[Pc,oc,Tc,_c,Fc,Ec,Oc],imports:[De.FormsModule,T.TooltipModule,da,Dc,xa,xc],exports:[Pc]}]}]});var Al=function(){function e(t,n){bi(this,e),this.applicationService=t,this.appStateService=n}var t,n,r,i,o,a,s,l;return Ci(e,[{key:"listPackages",value:(l=ui((function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return di().mark((function n(){var r,i;return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,e.listApplicationsByCurrentTenant(t);case 2:return r=n.sent,i=r.filter((function(t){return e.isPackage(t)})),n.abrupt("return",i.sort((function(e,t){return e.name.localeCompare(t.name)})));case 5:case"end":return n.stop()}}),n)}))()})),function(){return l.apply(this,arguments)})},{key:"isPackage",value:function(e){var t;return!0===(null===(t=e.manifest)||void 0===t?void 0:t.isPackage)}},{key:"addRemotes",value:(s=ui(di().mark((function e(t,n){var r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(i=null==t||null===(r=t.config)||void 0===r?void 0:r.remotes)){e.next=6;break}return o=this.addPluginToRemotes(i,n),e.next=5,this.updateRemotesInAppConfig(t,o);case 5:return e.abrupt("return",e.sent);case 6:return e.abrupt("return");case 7:case"end":return e.stop()}}),e,this)}))),function(e,t){return s.apply(this,arguments)})},{key:"removeRemotes",value:(a=ui(di().mark((function e(t,n){var r,i,o;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=null==t||null===(r=t.config)||void 0===r?void 0:r.remotes,o=this.removePluginsFromRemotes(i,n),e.next=4,this.updateRemotesInAppConfig(t,o);case 4:return e.abrupt("return",e.sent);case 5:case"end":return e.stop()}}),e,this)}))),function(e,t){return a.apply(this,arguments)})},{key:"updateRemotesInAppConfig",value:(o=ui(di().mark((function e(t,n){var r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.applicationService.updateApplicationConfig(t,{remotes:n});case 2:return i=e.sent,e.abrupt("return",(null==i||null===(r=i.config)||void 0===r?void 0:r.remotes)||{});case 4:case"end":return e.stop()}}),e,this)}))),function(e,t){return o.apply(this,arguments)})},{key:"getCumulocityJsonFile",value:(i=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.applicationService.getAppManifest(t);case 2:return(n=e.sent).remotes||(n.remotes={}),e.abrupt("return",n);case 5:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"setInitialRemotes",value:(r=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.getCumulocityJsonFile(t);case 3:if(e.t1=n=e.sent,e.t0=null===e.t1,e.t0){e.next=7;break}e.t0=void 0===n;case 7:if(!e.t0){e.next=11;break}e.t2=void 0,e.next=12;break;case 11:e.t2=n.remotes;case 12:if(!(r=e.t2)){e.next=17;break}return e.next=16,this.updateRemotesInAppConfig(t,r);case 16:return e.abrupt("return",e.sent);case 17:e.next=22;break;case 19:return e.prev=19,e.t3=e.catch(0),e.abrupt("return",void 0);case 22:case"end":return e.stop()}}),e,this,[[0,19]])}))),function(e){return r.apply(this,arguments)})},{key:"sortVersions",value:function(e,t){var n=(0,c.cloneDeep)(e);if(e.list&&e.path){var r=n.path.join(".");return n.list.sort((function(e,n){return(0,be.compare)((0,be.coerce)((0,c.get)(e,r)),(0,be.coerce)((0,c.get)(n,r)))*("asc"===t?1:-1)}))}return n.sort((function(e,n){return(0,be.compare)((0,be.coerce)(e),(0,be.coerce)(n))*("asc"===t?1:-1)}))}},{key:"getMFExports",value:function(e){var t=e.manifest;return t&&t.exports?this.extendPluginsDetails(t.exports,e.contextPath,t.version):[]}},{key:"getAllMFExports",value:(n=ui(di().mark((function e(){var t,n=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=new Array,e.next=3,this.listPackages();case 3:return e.sent.forEach((function(e){var r,i;null!=e&&null!==(r=e.manifest)&&void 0!==r&&r.exports&&t.push.apply(t,wi(n.extendPluginsDetails(e.manifest.exports,null==e?void 0:e.contextPath,null==e||null===(i=e.manifest)||void 0===i?void 0:i.version)))})),e.abrupt("return",t);case 6:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"getMFRemotes",value:function(e){var t;return null==e||null===(t=e.config)||void 0===t?void 0:t.remotes}},{key:"extendPluginsDetails",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,i=t.map((function(t){return ci(ci({},t),{},{id:e.createPluginId(n,t,r),contextPath:n,version:r})}));return i}},{key:"listApplicationsByCurrentTenant",value:(t=ui((function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return di().mark((function n(){var r,i,o,a,s,l,d,p,u,h;return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r=Object.assign({type:"HOSTED",pageSize:2e3,withTotalPages:!0},t),i=Object.assign({availability:g.ApplicationAvailability.SHARED,type:"HOSTED",pageSize:2e3,withTotalPages:!0},t),o=e.appStateService.currentTenant.value.name,n.next=5,Promise.all([e.applicationService.listByTenant(o,r),e.applicationService.list(i)]);case 5:return a=n.sent,s=ii(a,2),l=s[0],d=s[1],p=l.data,u=d.data,h=[].concat(wi(p),wi(u)),n.abrupt("return",(0,c.uniqBy)(h,(function(e){return e.id})));case 13:case"end":return n.stop()}}),n)}))()})),function(){return t.apply(this,arguments)})},{key:"addPluginToRemotes",value:function(e,t){var n=this;if(t){var r=(0,c.cloneDeep)(e);return(Array.isArray(t)?t:[t]).forEach((function(e){var t,i=n.parsePluginId(e.id),o=i.contextPath,a=i.moduleName;o&&a&&((null===(t=r[o])||void 0===t?void 0:t.length)>=0?r[o].push(a):(r[o]=[]).push(a),r[o]=wi(new Set(r[o])))})),r}}},{key:"removePluginsFromRemotes",value:function(e,t){var n=this;if(e&&t){var r=(0,c.cloneDeep)(e);return(Array.isArray(t)?t:[t]).forEach((function(e){var t=n.parsePluginId(e.id),i=t.contextPath,o=t.moduleName;i&&o&&(r[i]=r[i].filter((function(e){return e!==o})),r[i]=wi(new Set(r[i])),0===r[i].length&&delete r[i])})),r}}},{key:"createPluginId",value:function(e,t,n){return"".concat(e,"@").concat(n,"/").concat(t.module)}},{key:"parsePluginId",value:function(e){var t=ii(e.split("/"),2);return{contextPath:t[0],moduleName:t[1]}}}]),e}();Al.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Al,deps:[{token:g.ApplicationService},{token:Hi}],target:r["ɵɵFactoryTarget"].Injectable}),Al.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Al}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Al,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:g.ApplicationService},{type:Hi}]}});var Ml=Ci((function e(){bi(this,e)}));Ml.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ml,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Ml.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Ml}),Ml.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ml,providers:[Al,hs]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ml,decorators:[{type:r.NgModule,args:[{providers:[Al,hs]}]}]});var Rl=Ci((function e(){bi(this,e)}));Rl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Rl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Rl,declarations:[Hc],imports:[da],exports:[Hc]}),Rl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rl,imports:[da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rl,decorators:[{type:r.NgModule,args:[{declarations:[Hc],imports:[da],exports:[Hc],providers:[]}]}]});var Ll=Ci((function e(){bi(this,e)}));Ll.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ll,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Ll.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Ll,declarations:[Bc,Vc,jc,Gc,zc],imports:[da,Bn,T.TooltipModule,De.FormsModule],exports:[Bc,Rn,Vc,Gc,zc]}),Ll.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ll,providers:[ps,{provide:Mn,useValue:{displayDefaultIndicatorType:!1}}],imports:[da,Bn,T.TooltipModule,De.FormsModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ll,decorators:[{type:r.NgModule,args:[{imports:[da,Bn,T.TooltipModule,De.FormsModule],declarations:[Bc,Vc,jc,Gc,zc],exports:[Bc,Rn,Vc,Gc,zc],providers:[ps,{provide:Mn,useValue:{displayDefaultIndicatorType:!1}}]}]}]});var Vl=function(){function e(t,n,r){bi(this,e),this.stepper=t,this.step=n,this.setup=r,this.status="done",this.STEP_LABEL="Step",this.isVerified=!1}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;this.stepperSelectionChangeSubscription=this.stepper.selectionChange.subscribe((function(t){var n=t.selectedIndex;e.verify(n)}))}},{key:"ngOnDestroy",value:function(){this.stepperSelectionChangeSubscription.unsubscribe()}},{key:"verify",value:function(e){(this.stepper.steps.length-1===e||this.isVerified)&&(this.getOverallStatus(),this.setup.verify(),this.isVerified=!0)}},{key:"start",value:function(){this.setup.finish()}},{key:"back",value:function(){this.stepper.previous()}},{key:"gotoStep",value:function(e){this.stepper.selectedIndex=e}},{key:"getOverallStatus",value:function(){var e=this.setup.steps.slice(0,this.setup.steps.length-1);this.status="done",e.find((function(e){return!e.completed&&e.required}))?this.status="error":e.find((function(e){return!e.completed&&!e.required}))&&(this.status="warning"),this.step.state=this.status}}]),e}();Vl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vl,deps:[{token:Bc},{token:Rn},{token:qc}],target:r["ɵɵFactoryTarget"].Component}),Vl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Vl,selector:"c8y-setup-completed",host:{classAttribute:"d-contents"},ngImport:i,template:'
    \n
    \n
    \n

    Summary

    \n

    \n Verify the setup result. If any step is not finished but required, you need to ensure that\n you have finished the step.\n

    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n \n \n
    \n
      \n \n \n \n {{ step.index + 1 }}\n \n {{ step.label || (STEP_LABEL | translate) + \' \' }}\n \n \n Step\n {{ \' \' + (step.index + 1) }}\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n
    \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:u.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"component",type:Qo,selector:"c8y-operation-result",inputs:["text","vertical","size","type"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vl,decorators:[{type:r.Component,args:[{selector:"c8y-setup-completed",host:{class:"d-contents"},template:'
    \n
    \n
    \n

    Summary

    \n

    \n Verify the setup result. If any step is not finished but required, you need to ensure that\n you have finished the step.\n

    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n \n \n
    \n
      \n \n \n \n {{ step.index + 1 }}\n \n {{ step.label || (STEP_LABEL | translate) + \' \' }}\n \n \n Step\n {{ \' \' + (step.index + 1) }}\n \n \n \n \n \n \n \n
    \n
    \n
    \n
    \n
    \n\n'}]}],ctorParameters:function(){return[{type:Bc},{type:Rn},{type:qc}]}});var jl=function(){function e(){bi(this,e),this.step={setupId:fs,stepperId:us.SETUP,component:Vl,label:"Summary",priority:1/0}}return Ci(e,[{key:"get",value:function(){return this.step}}]),e}();jl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jl,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),jl.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jl,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jl,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var Bl=Ci((function e(){bi(this,e)}));Bl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Bl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Bl,declarations:[qc,Vl],imports:[da,Pl,Ll,Ml,Rl],exports:[qc,Vl]}),Bl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bl,providers:[{provide:ds,useExisting:jl,multi:!0}],imports:[da,Pl,Ll,Ml,Rl]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bl,decorators:[{type:r.NgModule,args:[{declarations:[qc,Vl],imports:[da,Pl,Ll,Ml,Rl],exports:[qc,Vl],entryComponents:[Vl],providers:[{provide:ds,useExisting:jl,multi:!0}]}]}]});var Ul=function(){function e(t){bi(this,e),this.tabs=t,this.label=""}return Ci(e,[{key:"ngAfterContentInit",value:function(){var e=this;setTimeout((function(){return e.tabs.add(e)}))}},{key:"ngOnDestroy",value:function(){this.tabs.remove(this)}}]),e}();Ul.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ul,deps:[{token:Xa}],target:r["ɵɵFactoryTarget"].Component}),Ul.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ul,selector:"c8y-tab",inputs:{path:"path",label:"label",icon:"icon",priority:"priority",orientation:"orientation"},viewQueries:[{propertyName:"template",first:!0,predicate:["tpl"],descendants:!0}],ngImport:i,template:"",isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ul,decorators:[{type:r.Component,args:[{selector:"c8y-tab",template:""}]}],ctorParameters:function(){return[{type:Xa}]},propDecorators:{template:[{type:r.ViewChild,args:["tpl",{static:!1}]}],path:[{type:r.Input}],label:[{type:r.Input}],icon:[{type:r.Input}],priority:[{type:r.Input}],orientation:[{type:r.Input}]}});var Gl=function(){function e(t,n){bi(this,e),this.tabsService=t,this.router=n,this.endSubscriptions$=new a.Subject}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;this.tabsService.firstTab$.pipe((0,s.takeUntil)(this.endSubscriptions$)).subscribe((function(t){t&&e.router.navigateByUrl(t.path,{replaceUrl:!0})}))}},{key:"ngOnDestroy",value:function(){this.endSubscriptions$.next(),this.endSubscriptions$.complete()}}]),e}();Gl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gl,deps:[{token:Xa},{token:o.Router}],target:r["ɵɵFactoryTarget"].Component}),Gl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Gl,selector:"c8y-conditional-tabs-outlet",ngImport:i,template:" ",isInline:!0,dependencies:[{kind:"directive",type:o.RouterOutlet,selector:"router-outlet",outputs:["activate","deactivate","attach","detach"],exportAs:["outlet"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gl,decorators:[{type:r.Component,args:[{selector:"c8y-conditional-tabs-outlet",template:" "}]}],ctorParameters:function(){return[{type:Xa},{type:o.Router}]}});var zl=Ci((function e(){bi(this,e)}));zl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),zl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:zl,declarations:[Gl,Nc,Ul],imports:[da,o.RouterModule,Pl],exports:[Gl,Nc,Ul]}),zl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zl,imports:[da,o.RouterModule.forChild([]),Pl]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zl,decorators:[{type:r.NgModule,args:[{declarations:[Gl,Nc,Ul],imports:[da,o.RouterModule.forChild([]),Pl],exports:[Gl,Nc,Ul]}]}]});var Hl=Ci((function e(){bi(this,e)}));Hl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Hl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Hl,declarations:[Yc,Kc,Wc],imports:[De.FormsModule,da,Pl,Nl,o.RouterModule,zl,ha,xa,Jc,T.TooltipModule,cc,Bl],exports:[Yc]}),Hl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hl,providers:[pa],imports:[De.FormsModule,da,Pl,Nl,o.RouterModule,zl,ha,xa,Jc,T.TooltipModule,cc,Bl]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hl,decorators:[{type:r.NgModule,args:[{declarations:[Yc,Kc,Wc],imports:[De.FormsModule,da,Pl,Nl,o.RouterModule,zl,ha,xa,Jc,T.TooltipModule,cc,Bl],exports:[Yc],entryComponents:[Yc,Wc],providers:[pa]}]}]});var ql,Wl=function(){function e(t,n,i,o){bi(this,e),this.cd=t,this.filesService=n,this.translate=i,this.bytes=o,this.title="Upload file",this.message="Drop file here",this.icon="plus-square",this.loadingMessage="Uploading…",this.forceHideList=!1,this.alwaysShow=!1,this.clickToOpen=!0,this.loading=!1,this.progress=-1,this.dropped=new r.EventEmitter,this.maxAllowedFiles=1/0,this.isOver=!1,this.errors=!1,this.onChange=function(e){},this.onTouched=function(){}}var t,n,i;return Ci(e,[{key:"onkeyup",value:function(e){"Enter"===e.key&&this.picker.nativeElement.click()}},{key:"ngOnInit",value:function(){this.acceptedExts=this.filesService.extractFileExtensions(this.accept).map((function(e){return".".concat(e)})),this.alwaysShow=this.alwaysShow||0===this.area.nativeElement.children.length,this.files&&this.isFilesAnObjectOrArray()&&this.files.length>0&&this.onFilesSelected(this.files)}},{key:"toggle",value:function(){this.zone.nativeElement.style.height=this.area.nativeElement.offsetHeight+"px",this.onOver()}},{key:"showPicker",value:function(e){this.preventDefault(e),this.picker.nativeElement.value="",this.picker.nativeElement.click()}},{key:"onOver",value:function(){this.isOver||(this.isOver=!0,document.addEventListener("dragover",this.preventDefault),document.addEventListener("drop",this.preventDefault))}},{key:"onPick",value:function(e){this.errors=!1,this.preventDefault(e),this.onFilesSelected(e.target.files)}},{key:"onDrop",value:function(e){this.preventDefault(e),this.onFilesSelected(e.dataTransfer.files),this.stopDragging()}},{key:"shouldShowFilesList",value:function(){return this.isFilesAnObjectOrArray()&&!this.forceHideList&&this.alwaysShow&&!this.isFilesArrayEmpty()&&!this.hasEmptyFiles()&&!this.isTooManyFiles()}},{key:"stopDragging",value:function(){document.removeEventListener("dragover",this.preventDefault),document.removeEventListener("drop",this.preventDefault),this.isOver=!1}},{key:"onDelete",value:function(){delete this.files,delete this.filesNameString,this.clearErrors(),this.dropped.emit(null),this.onChange(null),this.cd.markForCheck()}},{key:"writeValue",value:function(e){this.files=e,e?this.filesNameString=this.getFilesNamesAsString(e):this.onDelete(),this.cd.detectChanges()}},{key:"registerOnChange",value:function(e){this.onChange=e}},{key:"registerOnTouched",value:function(e){this.onTouched=e}},{key:"onFilesSelected",value:(i=ui(di().mark((function e(t){var n,r,i;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this.filesService.checkMaxLength(t)){e.next=4;break}return this.onFileInvalidNameLength(),e.abrupt("return");case 4:if(this.filesService.haveValidExtensions(t,this.accept)){e.next=8;break}return this.onFileInvalidType(),e.abrupt("return");case 8:return e.next=10,this.filesService.haveValidSizes(t);case 10:if(e.sent){e.next=15;break}return e.next=14,this.onFileInvalidSize();case 14:return e.abrupt("return");case 15:if(this.files=t,this.filesNameString=this.getFilesNamesAsString(t),this.errors=!1,!this.isTooManyFiles()){e.next=23;break}return this.errors=!0,null===(n=this.formControl)||void 0===n||n.setErrors({tooManyFiles:!0}),this.errorMessage="Too many files selected.",e.abrupt("return");case 23:if(!this.hasEmptyFiles()){e.next=28;break}return this.errors=!0,null===(r=this.formControl)||void 0===r||r.setErrors({emptyFiles:!0}),this.errorMessage="File must not be empty, select another one.",e.abrupt("return");case 28:i=this.compose(t),this.dropped.emit(i),this.onChange(i),this.cd.markForCheck();case 32:case"end":return e.stop()}}),e,this)}))),function(e){return i.apply(this,arguments)})},{key:"onFileInvalidNameLength",value:function(){var e;this.errors=!0,null===(e=this.formControl)||void 0===e||e.setErrors({invalidNameLength:!0}),this.errorMessage="The filename is too long."}},{key:"onFileInvalidType",value:function(){var e;this.errors=!0,null===(e=this.formControl)||void 0===e||e.setErrors({invalidType:!0}),this.errorMessage="The selected file is not supported."}},{key:"onFileInvalidSize",value:(n=ui(di().mark((function e(){var t,n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n="The selected file is too large. The size limit is {{ limit }}.",e.t0=this.bytes,e.next=4,this.filesService.loadBytesSizeLimit();case 4:e.t1=e.sent,r=e.t0.transform.call(e.t0,e.t1),this.errors=!0,null===(t=this.formControl)||void 0===t||t.setErrors({invalidSize:!0}),this.errorMessage=this.translate.instant(n,{limit:r});case 9:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"getFilesNamesAsString",value:function(e){return(0,c.map)(e,(function(e){return e.name})).join(", ")}},{key:"isFilesArrayEmpty",value:function(){return 0===(0,c.get)(this,"files.length",0)}},{key:"isTooManyFiles",value:function(){return(0,c.get)(this,"files.length",0)>this.maxAllowedFiles}},{key:"isFilesAnObjectOrArray",value:function(){return"object"===ti(this.files)}},{key:"hasEmptyFiles",value:function(){var e=!0;return this.isFilesArrayEmpty()||(e=this.isAnyFileEmpty()),e}},{key:"isAnyFileEmpty",value:function(){return(0,c.some)(Array.from(this.files),["size",0])}},{key:"clearErrors",value:function(){var e;delete this.errorMessage,this.errors=!1,null===(e=this.formControl)||void 0===e||e.setErrors(null)}},{key:"preventDefault",value:function(e){e&&e.preventDefault()}},{key:"compose",value:function(e){var t=this;return Array.from(e).map((function(e){return{file:e,readAsJson:(a=ui(di().mark((function n(){return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.t0=JSON,n.next=3,t.read(e,ql.TEXT);case 3:return n.t1=n.sent,n.abrupt("return",n.t0.parse.call(n.t0,n.t1));case 5:case"end":return n.stop()}}),n)}))),function(){return a.apply(this,arguments)}),readAsText:(o=ui(di().mark((function n(){return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",t.read(e,ql.TEXT));case 1:case"end":return n.stop()}}),n)}))),function(){return o.apply(this,arguments)}),readAsArrayBuffer:(i=ui(di().mark((function n(){return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",t.read(e,ql.ARRAY_BUFFER));case 1:case"end":return n.stop()}}),n)}))),function(){return i.apply(this,arguments)}),readAsBinaryString:(r=ui(di().mark((function n(){return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",t.read(e,ql.BINARY_STRING));case 1:case"end":return n.stop()}}),n)}))),function(){return r.apply(this,arguments)}),readAsDataURL:(n=ui(di().mark((function n(){return di().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",t.read(e,ql.DATA_URL));case 1:case"end":return n.stop()}}),n)}))),function(){return n.apply(this,arguments)})};var n,r,i,o,a}))}},{key:"read",value:(t=ui(di().mark((function e(t,n){var r=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e,i){var o=new FileReader;switch(n){case ql.TEXT:o.readAsText(t);break;case ql.ARRAY_BUFFER:o.readAsArrayBuffer(t);break;case ql.BINARY_STRING:o.readAsBinaryString(t);break;case ql.DATA_URL:o.readAsDataURL(t)}o.onload=function(){return r.onLoad(o,e,i)}})));case 1:case"end":return e.stop()}}),e)}))),function(e,n){return t.apply(this,arguments)})},{key:"onLoad",value:function(e,t,n){2===e.readyState&&(e.error&&n(e.error),t(e.result))}}]),e}();Wl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wl,deps:[{token:r.ChangeDetectorRef},{token:$o},{token:ye.TranslateService},{token:bo}],target:r["ɵɵFactoryTarget"].Component}),Wl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Wl,selector:"c8y-drop-area",inputs:{formControl:"formControl",title:"title",message:"message",icon:"icon",loadingMessage:"loadingMessage",forceHideList:"forceHideList",alwaysShow:"alwaysShow",clickToOpen:"clickToOpen",loading:"loading",progress:"progress",maxAllowedFiles:"maxAllowedFiles",files:"files",accept:"accept"},outputs:{dropped:"dropped"},host:{listeners:{keyup:"onkeyup($event)"}},providers:[{provide:De.NG_VALUE_ACCESSOR,useExisting:Wl,multi:!0}],viewQueries:[{propertyName:"area",first:!0,predicate:["area"],descendants:!0,static:!0},{propertyName:"zone",first:!0,predicate:["zone"],descendants:!0},{propertyName:"picker",first:!0,predicate:["picker"],descendants:!0}],ngImport:i,template:'\n
    \n
    \n \n
    \n
    \n
    \n

    \n {{ loadingMessage | translate }}\n

    \n \n\n
    \n \n

    \n {{ message | translate }}\n
    \n or click to browse your file system.\n

    \n
    \n \n
    \n
    \n \n\n\n\n
    \n

    \n \n {{ loadingMessage | translate }}\n \n

    \n \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n \n {{ filesNameString }}\n \n \n
    \n
    \n\n\n\n
    \n \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wl,decorators:[{type:r.Component,args:[{selector:"c8y-drop-area",providers:[{provide:De.NG_VALUE_ACCESSOR,useExisting:Wl,multi:!0}],template:'\n
    \n
    \n \n
    \n
    \n
    \n

    \n {{ loadingMessage | translate }}\n

    \n \n\n
    \n \n

    \n {{ message | translate }}\n
    \n or click to browse your file system.\n

    \n
    \n \n
    \n
    \n \n\n\n\n
    \n

    \n \n {{ loadingMessage | translate }}\n \n

    \n \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n \n {{ filesNameString }}\n \n \n
    \n
    \n\n\n\n
    \n \n
    \n'}]}],ctorParameters:function(){return[{type:r.ChangeDetectorRef},{type:$o},{type:ye.TranslateService},{type:bo}]},propDecorators:{formControl:[{type:r.Input}],title:[{type:r.Input}],message:[{type:r.Input}],icon:[{type:r.Input}],loadingMessage:[{type:r.Input}],forceHideList:[{type:r.Input}],alwaysShow:[{type:r.Input}],clickToOpen:[{type:r.Input}],loading:[{type:r.Input}],progress:[{type:r.Input}],dropped:[{type:r.Output}],maxAllowedFiles:[{type:r.Input}],files:[{type:r.Input}],accept:[{type:r.Input}],area:[{type:r.ViewChild,args:["area",{static:!0}]}],zone:[{type:r.ViewChild,args:["zone",{static:!1}]}],picker:[{type:r.ViewChild,args:["picker",{static:!1}]}],onkeyup:[{type:r.HostListener,args:["keyup",["$event"]]}]}}),function(e){e[e.TEXT=0]="TEXT",e[e.DATA_URL=1]="DATA_URL",e[e.ARRAY_BUFFER=2]="ARRAY_BUFFER",e[e.BINARY_STRING=3]="BINARY_STRING"}(ql||(ql={}));var Kl=Ci((function e(){bi(this,e)}));Kl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Kl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Kl,declarations:[Wl],imports:[da],exports:[Wl]}),Kl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kl,imports:[da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kl,decorators:[{type:r.NgModule,args:[{imports:[da],exports:[Wl],declarations:[Wl]}]}]});var Yl=function(){function e(){bi(this,e),this.onFilesPicked=new r.EventEmitter,this.maxAllowedFiles=1/0,this.uploadChoice="uploadBinary",this.config={maxlength:2048}}return Ci(e,[{key:"ngOnInit",value:function(){this.fileBinary&&(this.droppedFiles=[this.fileBinary])}},{key:"onFileDropped",value:function(e){this.onFilesPicked.emit({droppedFiles:e})}},{key:"clearInputFromUrl",value:function(){delete this.fileUrl,this.fileToSave={url:void 0},this.onFilesPicked.emit(this.fileToSave)}},{key:"clearSelectedFiles",value:function(){this.dropArea.onDelete(),this.fileToSave={droppedFiles:void 0},this.onFilesPicked.emit(this.fileToSave)}},{key:"onFileUrlChange",value:function(e){this.fileToSave={url:e},this.onFilesPicked.emit(this.fileToSave)}},{key:"isPopoverUsed",value:function(){return!(0,c.isEmpty)(this.fileUrlPopover)}}]),e}();Yl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yl,deps:[],target:r["ɵɵFactoryTarget"].Component}),Yl.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Yl,selector:"c8y-file-picker",inputs:{maxAllowedFiles:"maxAllowedFiles",uploadChoice:"uploadChoice",fileUrl:"fileUrl",fileBinary:"fileBinary",config:"config",fileUrlPopover:"fileUrlPopover"},outputs:{onFilesPicked:"onFilesPicked"},viewQueries:[{propertyName:"dropArea",first:!0,predicate:Wl,descendants:!0,static:!0}],ngImport:i,template:'
    \n \n \n
    \n\n
    \n \n \n \n \n
    \n\n
    \n \n
    \n
    \n \n \n \n \n
    \n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.RadioControlValueAccessor,selector:"input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",inputs:["name","formControlName","value"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.MaxLengthValidator,selector:"[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",inputs:["maxlength"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Wl,selector:"c8y-drop-area",inputs:["formControl","title","message","icon","loadingMessage","forceHideList","alwaysShow","clickToOpen","loading","progress","maxAllowedFiles","files","accept"],outputs:["dropped"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yl,decorators:[{type:r.Component,args:[{selector:"c8y-file-picker",template:'
    \n \n \n
    \n\n
    \n \n \n \n \n
    \n\n
    \n \n
    \n
    \n \n \n \n \n
    \n
    \n
    \n
    \n'}]}],propDecorators:{dropArea:[{type:r.ViewChild,args:[Wl,{static:!0}]}],onFilesPicked:[{type:r.Output}],maxAllowedFiles:[{type:r.Input}],uploadChoice:[{type:r.Input}],fileUrl:[{type:r.Input}],fileBinary:[{type:r.Input}],config:[{type:r.Input}],fileUrlPopover:[{type:r.Input}]}});var Zl=Ci((function e(){bi(this,e)}));Zl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Zl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Zl,declarations:[Yl],imports:[xc,u.CommonModule,Kl,De.FormsModule,da,Sn.PopoverModule],exports:[Yl]}),Zl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zl,imports:[xc,u.CommonModule,Kl,De.FormsModule,da,Sn.PopoverModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zl,decorators:[{type:r.NgModule,args:[{imports:[xc,u.CommonModule,Kl,De.FormsModule,da,Sn.PopoverModule],exports:[Yl],declarations:[Yl]}]}]});var Ql=function(){function e(){bi(this,e),this.onDateSelected=new r.EventEmitter}return Ci(e,[{key:"ngOnInit",value:function(){this.fgDatePicker=new De.FormGroup({dateFrom:new De.FormControl,dateTo:new De.FormControl})}},{key:"filter",value:function(){this.onDateSelected.emit(this.fgDatePicker.value),this.dateFrom=this.fgDatePicker.get("dateFrom").value,this.dateTo=this.fgDatePicker.get("dateTo").value}},{key:"clearFilter",value:function(){this.fgDatePicker.setValue({dateFrom:null,dateTo:null}),this.onDateSelected.emit(null),this.dateFrom=null,this.dateTo=null}}]),e}();Ql.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ql,deps:[],target:r["ɵɵFactoryTarget"].Component}),Ql.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ql,selector:"c8y-date-picker",outputs:{onDateSelected:"onDateSelected"},ngImport:i,template:'\n \n \n \n \n {{ \'From`date`\' | translate }}\n {{ dateFrom | date }}\n \n \n {{ \'To`date`\' | translate }}\n {{ dateTo | date }}\n \n \n {{ \'Filter by date\' | translate }}\n \n \n \n \n \n \n\n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:De.FormGroupDirective,selector:"[formGroup]",inputs:["formGroup"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:De.FormControlName,selector:"[formControlName]",inputs:["formControlName","disabled","ngModel"],outputs:["ngModelChange"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:ke.BsDatepickerDirective,selector:"[bsDatepicker]",inputs:["placement","triggers","outsideClick","container","outsideEsc","isDisabled","minDate","maxDate","minMode","daysDisabled","datesDisabled","datesEnabled","dateCustomClasses","dateTooltipTexts","isOpen","bsValue","bsConfig"],outputs:["onShown","onHidden","bsValueChange"],exportAs:["bsDatepicker"]},{kind:"directive",type:ke.BsDatepickerInputDirective,selector:"input[bsDatepicker]"},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"pipe",type:u.DatePipe,name:"date"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ql,decorators:[{type:r.Component,args:[{selector:"c8y-date-picker",template:'\n \n \n \n \n {{ \'From`date`\' | translate }}\n {{ dateFrom | date }}\n \n \n {{ \'To`date`\' | translate }}\n {{ dateTo | date }}\n \n \n {{ \'Filter by date\' | translate }}\n \n \n \n \n \n \n\n'}]}],propDecorators:{onDateSelected:[{type:r.Output}]}});var Xl=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"minMaxValidator",value:function(){var e=this;return function(t){var n=t.get("min"),r=t.get("max"),i=n&&void 0!==n.value&&null!==n.value,o=r&&void 0!==r.value&&null!==r.value;if(e.removeErrors(n,[ws.GREATER_THAN_RANGE_MAX]),e.removeErrors(r,[ws.LESS_THAN_RANGE_MIN]),!i||!o)return null;if(n.value>=r.value){var a=li({},ws.GREATER_THAN_RANGE_MAX,!0),s=li({},ws.LESS_THAN_RANGE_MIN,!0),c=Object.assign({},a,s);return n.setErrors(Object.assign(a,n.errors||{})),r.setErrors(Object.assign(s,r.errors||{})),c}return null}}},{key:"requireBothMinAndMax",value:function(){var e=this,t=ws.SHOULD_BE_DEFINED;return function(n){var r=n.get("min"),i=n.get("max"),o=r&&void 0!==r.value&&null!==r.value,a=i&&void 0!==i.value&&null!==i.value,s={};if(o&&!a&&i){var c=li({},t,!0);i.setErrors(Object.assign({},i.errors||{},c)),Object.assign(s,c)}else e.removeErrors(i,[t]);if(a&&!o&&r){var l=li({},t,!0);r.setErrors(Object.assign({},r.errors||{},l)),Object.assign(s,l)}else e.removeErrors(r,[t]);return Object.keys(s).length?s:null}}},{key:"withinScale",value:function(e){var t=this;return function(n){if(!e)return null;var r=n.get("range.min"),i=n.get("range.max"),o=n.get(e),a=r&&void 0!==r.value&&null!==r.value,s=i&&void 0!==i.value&&null!==i.value,c=o&&void 0!==o.value&&null!==o.value;if(t.removeErrors(o,[ws.GREATER_THAN_SCALE_MAX,ws.LESS_THAN_SCALE_MIN]),!a||!s||!c)return null;var l={};if(o.valuei.value){var p=li({},ws.GREATER_THAN_SCALE_MAX,!0);o.setErrors(Object.assign({},o.errors||{},p)),Object.assign(l,p)}return Object.keys(l).length?l:null}}},{key:"maxActiveCount",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"details.__active";return function(n){if(!Number.isInteger(e)||Number.isNaN(e))return null;if(!(n instanceof De.FormArray))return null;var r=n.value;if(!Array.isArray(r))return null;var i=r.filter((function(e){return e&&!!(0,c.get)(e,t)}));return i.length<=e?null:li({},ws.MAX_ACTIVE_COUNT,{maxActive:e,actualLength:i.length})}}},{key:"minActiveCount",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"details.__active";return function(n){if(!Number.isInteger(e)||Number.isNaN(e))return null;if(!(n instanceof De.FormArray))return null;var r=n.value;if(!Array.isArray(r))return null;var i=r.filter((function(e){return e&&!!(0,c.get)(e,t)}));return i.length>=e?null:li({},ws.MIN_ACTIVE_COUNT,{minActive:e,actualLength:i.length})}}},{key:"filesValidator",value:function(e){return function(t){var n=t.value;if(!n)return null;var r,i=ei(n);try{var o=function(){var t,n=r.value.file;if(e.typePrefix&&!n.type.startsWith(e.typePrefix))return{v:{wrongFileType:{wrongFileType:n.type}}};if(null!==(t=e.allowedFileEndings)&&void 0!==t&&t.length&&!e.allowedFileEndings.some((function(e){return n.name.endsWith(e)})))return{v:{wrongFileEnding:{allowedFileEndings:e.allowedFileEndings}}};if(n.size>1024*e.maximumFileSizeInKb){var i=n.size/1024;return{v:{maxFileSizeReached:{maxFileSize:e.maximumFileSizeInKb,actualFileSize:"~".concat(i.toFixed(0))}}}}};for(i.s();!(r=i.n()).done;){var a=o();if("object"===ti(a))return a.v}}catch(e){i.e(e)}finally{i.f()}return null}}},{key:"removeErrors",value:function(e,t){if(!e||!e.errors)return!1;var n,r=!1,i=ei(t);try{for(i.s();!(n=i.n()).done;){var o=n.value;e.errors[o]&&(r=!0,delete e.errors[o])}}catch(e){i.e(e)}finally{i.f()}return r&&e.setErrors(Object.keys(e.errors).length?Object.assign({},e.errors):null),r}}]),e}(),Jl=Ci((function e(){bi(this,e)}));Jl.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jl,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Jl.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Jl,declarations:[Ql],imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,d.BsDropdownModule,ke.BsDatepickerModule,da],exports:[Ql]}),Jl.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jl,imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,d.BsDropdownModule.forRoot(),ke.BsDatepickerModule.forRoot(),da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jl,decorators:[{type:r.NgModule,args:[{imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,d.BsDropdownModule.forRoot(),ke.BsDatepickerModule.forRoot(),da],exports:[Ql],declarations:[Ql]}]}]});var ed=function(){function e(t,n){bi(this,e),this.route=t,this.contextRouteService=n}return Ci(e,[{key:"ngOnInit",value:function(){this.contextRouteService.init(this.route)}},{key:"ngOnDestroy",value:function(){this.contextRouteService.destroy()}},{key:"refreshTabs",value:function(){this.contextRouteService.refreshContext()}}]),e}();ed.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ed,deps:[{token:o.ActivatedRoute},{token:ts}],target:r["ɵɵFactoryTarget"].Component}),ed.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ed,selector:"c8y-context-route",ngImport:i,template:"\n",dependencies:[{kind:"directive",type:o.RouterOutlet,selector:"router-outlet",outputs:["activate","deactivate","attach","detach"],exportAs:["outlet"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ed,decorators:[{type:r.Component,args:[{selector:"c8y-context-route",template:"\n"}]}],ctorParameters:function(){return[{type:o.ActivatedRoute},{type:ts}]}});var td=function(){function e(t){bi(this,e),this.injector=t,this.caches=new Map}return Ci(e,[{key:"canActivate",value:function(e){var t=e.paramMap.get("id"),n=this.service(e);return this.clearDetailCached(n,t),this.detailCached(n,t).pipe((0,s.tap)((function(t){Object.keys(e.data.contextData).forEach((function(t){return delete e.data.contextData[t]})),Object.assign(e.data.contextData,t)})),(0,s.map)((function(){return!0})),(0,s.catchError)((function(){return(0,a.of)(!1)})))}},{key:"service",value:function(e){var t=es.contextToService(e.data.context);return this.injector.get(t)}},{key:"detailCached",value:function(e,t){if("new"===t)return(0,a.of)(void 0);var n=this.getCache(e),r=n[t];if(!r){var i=e instanceof g.InventoryService?{withChildren:!1}:void 0;r=(0,a.from)(e.detail(t,i)).pipe((0,s.map)((function(e){return e.data})),(0,s.shareReplay)(1)),n[t]=r}return r}},{key:"clearDetailCached",value:function(e,t){delete this.getCache(e)[t]}},{key:"getCache",value:function(e){var t=this.caches.get(e);return t||(t={},this.caches.set(e,t)),t}}]),e}();td.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:td,deps:[{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),td.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:td}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:td,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:r.Injector}]}});var nd=Ci((function e(){bi(this,e)}));nd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nd,deps:[],target:r["ɵɵFactoryTarget"].Component}),nd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:nd,selector:"empty",ngImport:i,template:"",isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nd,decorators:[{type:r.Component,args:[{selector:"empty",template:""}]}]});var rd=[{path:"users/new",component:nd},{path:"tenants/new",component:nd}];for(var id in Ya){var od=Ya[id];rd.push({path:od,component:ed,canActivate:[td],data:{context:od,contextData:{}},resolve:{tabs:Ja}})}var ad=function(){function e(t){bi(this,e),this.routerService=t}return Ci(e,null,[{key:"providers",value:function(){return[td,Ja,is]}},{key:"forRoot",value:function(){return{ngModule:e,providers:e.providers()}}}]),e}();ad.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ad,deps:[{token:is}],target:r["ɵɵFactoryTarget"].NgModule}),ad.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ad,declarations:[ed,nd],imports:[o.RouterModule,Pl,da]}),ad.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ad,imports:[o.RouterModule.forRoot(rd),Pl,da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ad,decorators:[{type:r.NgModule,args:[{declarations:[ed,nd],imports:[o.RouterModule.forRoot(rd),Pl,da],entryComponents:[ed,nd]}]}],ctorParameters:function(){return[{type:is}]}});var sd=function(){function e(t){bi(this,e),this.elementRef=t,this.htmlAnchor=this.elementRef.nativeElement,this.htmlAnchor.hasAttribute("target")||this.htmlAnchor.setAttribute("target","_blank")}return Ci(e,[{key:"baseHref",set:function(e){this.htmlAnchor.href="".concat(e,"/").concat(this.c8yGuideHref)}}]),e}();sd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:sd,deps:[{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Directive}),sd.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:sd,selector:"[c8y-guide-href]",inputs:{c8yGuideHref:["c8y-guide-href","c8yGuideHref"]},ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:sd,decorators:[{type:r.Directive,args:[{selector:"[c8y-guide-href]"}]}],ctorParameters:function(){return[{type:r.ElementRef}]},propDecorators:{c8yGuideHref:[{type:r.Input,args:["c8y-guide-href"]}]}});var cd=function(){function e(t,n,r,i){bi(this,e),this.docs=t,this.el=n,this.renderer=r,this.destroyed$=new a.ReplaySubject(1),this.translateDirective=i}return Ci(e,[{key:"translateDirective",get:function(){return this._translateDirective},set:function(e){e&&(this._translateDirective=e)}},{key:"ngOnInit",value:function(){this.baseUrl=this.docs.getBaseUrl()}},{key:"ngAfterContentInit",value:function(){var e=this;this.translateDirective?this.translateDirective.htmlUpdateEvent.pipe((0,s.takeUntil)(this.destroyed$)).subscribe((function(){e.replaceAnchorAttributes()})):this.replaceAnchorAttributes(),this.links.forEach((function(t){t.baseHref=e.baseUrl}))}},{key:"replaceAnchorAttributes",value:function(){var e=this;this.findGuideAnchors(this.el.nativeElement).forEach((function(t){var n="".concat(e.baseUrl,"/").concat(t.getAttribute("c8y-guide-href"));e.renderer.setAttribute(t,"href",n),t.hasAttribute("target")||e.renderer.setAttribute(t,"target","_blank")}))}},{key:"findGuideAnchors",value:function(e){var t=this,n=[];return"A"===e.nodeName&&e.attributes.getNamedItem("c8y-guide-href")?n.push(e):e.childNodes&&e.childNodes.length>0&&e.childNodes.forEach((function(e){var r=t.findGuideAnchors(e);r&&(n=[].concat(wi(n),wi(r)))})),n}},{key:"ngOnDestroy",value:function(){this.destroyed$.next(!0),this.destroyed$.complete()}}]),e}();cd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cd,deps:[{token:za},{token:r.ElementRef},{token:r.Renderer2},{token:oo,optional:!0}],target:r["ɵɵFactoryTarget"].Component}),cd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:cd,selector:"[c8y-guide-docs]",queries:[{propertyName:"translateDirective",first:!0,predicate:oo,descendants:!0,static:!0},{propertyName:"links",predicate:sd,descendants:!0}],ngImport:i,template:'\n \n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cd,decorators:[{type:r.Component,args:[{selector:"[c8y-guide-docs]",template:'\n \n\n'}]}],ctorParameters:function(){return[{type:za},{type:r.ElementRef},{type:r.Renderer2},{type:oo,decorators:[{type:r.Optional}]}]},propDecorators:{links:[{type:r.ContentChildren,args:[sd,{descendants:!0}]}],translateDirective:[{type:r.ContentChild,args:[oo,{static:!0}]}]}});var ld=Ci((function e(){bi(this,e)}));ld.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ld,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),ld.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ld,declarations:[sd,cd],imports:[u.CommonModule],exports:[sd,cd]}),ld.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ld,providers:[za],imports:[u.CommonModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ld,decorators:[{type:r.NgModule,args:[{declarations:[sd,cd],imports:[u.CommonModule],exports:[sd,cd],providers:[za]}]}]});var dd=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n,[{key:"add",value:function(){this.formControl.markAsTouched(),ni(vi(n.prototype),"add",this).call(this)}},{key:"remove",value:function(e){this.formControl.markAsTouched(),ni(vi(n.prototype),"remove",this).call(this,e)}},{key:"ngOnInit",value:function(){this.to.required&&!this.field.fieldGroup.length&&this.add()}}]),n}(Un.FieldArrayType);dd.CONFIG={types:[{name:"array",component:dd}]},dd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dd,deps:null,target:r["ɵɵFactoryTarget"].Component}),dd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:dd,selector:"c8y-array-type",usesInheritance:!0,ngImport:i,template:'
    \n
    \n {{ to.label | humanize }}\n \n \n \n
    \n\n
    \n\n
    \n \n
    \n \n \n \n
    \n
    \n\n
    \n \n \n \n Add {{ label }}\n \n \n {{ field.templateOptions?.addText | translate }}\n \n \n
    \n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"component",type:Un.FormlyField,selector:"formly-field",inputs:["model","form","options","field"],outputs:["modelChange"]},{kind:"component",type:Un["ɵc"],selector:"formly-validation-message",inputs:["field"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Ro,name:"humanize"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dd,decorators:[{type:r.Component,args:[{selector:"c8y-array-type",template:'
    \n
    \n {{ to.label | humanize }}\n \n \n \n
    \n\n
    \n\n
    \n \n
    \n \n \n \n
    \n
    \n\n
    \n \n \n \n Add {{ label }}\n \n \n {{ field.templateOptions?.addText | translate }}\n \n \n
    \n\n'}]}]});var pd=function(e){gi(n,e);var t=mi(n);function n(){var e;return bi(this,n),(e=t.apply(this,arguments)).defaultOptions={templateOptions:{indeterminate:!0,formCheck:"custom"}},e}return Ci(n)}(Un.FieldType);pd.CONFIG={types:[{name:"checkbox",component:pd},{name:"boolean",extends:"checkbox"},{name:"switch",extends:"checkbox",defaultOptions:{templateOptions:{switchMode:!0,indeterminate:!1}}}]},pd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pd,deps:null,target:r["ɵɵFactoryTarget"].Component}),pd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:pd,selector:"c8y-field-checkbox",usesInheritance:!0,ngImport:i,template:' \n {{ to.label | humanize}} \n (required)\n \n \n \n \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"directive",type:De.CheckboxControlValueAccessor,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"directive",type:Un.FormlyAttributes,selector:"[formlyAttributes]",inputs:["formlyAttributes","id"]},{kind:"pipe",type:Ro,name:"humanize"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pd,decorators:[{type:r.Component,args:[{selector:"c8y-field-checkbox",changeDetection:r.ChangeDetectionStrategy.OnPush,template:' \n {{ to.label | humanize}} \n (required)\n \n \n \n \n'}]}]});var ud=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n)}(Un.FieldType);ud.CONFIG={types:[{name:"date",component:ud}]},ud.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ud,deps:null,target:r["ɵɵFactoryTarget"].Component}),ud.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ud,selector:"c8y-field-date",usesInheritance:!0,ngImport:i,template:'
    \n \n
    \n \n
    \n
    \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:Un.FormlyAttributes,selector:"[formlyAttributes]",inputs:["formlyAttributes","id"]},{kind:"directive",type:ke.BsDatepickerDirective,selector:"[bsDatepicker]",inputs:["placement","triggers","outsideClick","container","outsideEsc","isDisabled","minDate","maxDate","minMode","daysDisabled","datesDisabled","datesEnabled","dateCustomClasses","dateTooltipTexts","isOpen","bsValue","bsConfig"],outputs:["onShown","onHidden","bsValueChange"],exportAs:["bsDatepicker"]},{kind:"directive",type:ke.BsDatepickerInputDirective,selector:"input[bsDatepicker]"},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Ro,name:"humanize"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ud,decorators:[{type:r.Component,args:[{selector:"c8y-field-date",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'
    \n \n
    \n \n
    \n
    \n'}]}]});var gd=function(e){gi(n,e);var t=mi(n);function n(){var e;return bi(this,n),(e=t.apply(this,arguments)).dropAreaInputs=["title","message","icon","loadingMessage","alwaysShow","clickToOpen","loading","progress","maxAllowedFiles","files","accept"],e}return Ci(n,[{key:"ngOnInit",value:function(){var e=this,t=(Array.isArray(this.key)?this.key:[this.key]).join(".");this.dropArea.files=(0,Se.get)(this.model,t),this.dropAreaInputs.filter((function(t){return void 0!==e.to[t]})).forEach((function(t){return e.dropArea[t]=e.to[t]}))}}]),n}(Un.FieldType);gd.CONFIG={types:[{name:"file",component:gd}]},gd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gd,deps:null,target:r["ɵɵFactoryTarget"].Component}),gd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:gd,selector:"c8y-field-file",viewQueries:[{propertyName:"dropArea",first:!0,predicate:["dropArea"],descendants:!0,static:!0}],usesInheritance:!0,ngImport:i,template:'
    \n \n\n \n
    \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"component",type:Wl,selector:"c8y-drop-area",inputs:["formControl","title","message","icon","loadingMessage","forceHideList","alwaysShow","clickToOpen","loading","progress","maxAllowedFiles","files","accept"],outputs:["dropped"]},{kind:"pipe",type:Ro,name:"humanize"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gd,decorators:[{type:r.Component,args:[{selector:"c8y-field-file",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'
    \n \n\n \n
    \n'}]}],propDecorators:{dropArea:[{type:r.ViewChild,args:["dropArea",{static:!0}]}]}});var hd=function(e){gi(n,e);var t=mi(n);function n(){var e;return bi(this,n),(e=t.apply(this,arguments)).maxHelpBlockLength=64,e}return Ci(n,[{key:"ngOnInit",value:function(){this.showDescriptionAsPopup="radio"===this.field.type||"typeahead"===this.field.type||this.to.description&&this.to.description.length>this.maxHelpBlockLength}}]),n}(Un.FieldWrapper);hd.CONFIG={wrappers:[{name:"c8y-form-field",component:hd}]},hd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hd,deps:null,target:r["ɵɵFactoryTarget"].Component}),hd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:hd,selector:"c8y-wrapper-form-field",usesInheritance:!0,ngImport:i,template:'
    \n \n\n \n\n
    \n
    \n\n
    \n {{ to.description | translate }}\n
    \n
    \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"component",type:Un["ɵc"],selector:"formly-validation-message",inputs:["field"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Ro,name:"humanize"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hd,decorators:[{type:r.Component,args:[{selector:"c8y-wrapper-form-field",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'
    \n \n\n \n\n
    \n
    \n\n
    \n {{ to.description | translate }}\n
    \n
    \n'}]}]});var md=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n,[{key:"type",get:function(){return this.to.type||"text"}}]),n}(Un.FieldType);md.CONFIG={types:[{name:"input",component:md,wrappers:["c8y-form-field"]},{name:"string",extends:"input"},{name:"typeahead",extends:"input"},{name:"number",extends:"input",defaultOptions:{templateOptions:{type:"number"}}},{name:"integer",extends:"input",defaultOptions:{templateOptions:{type:"number"}}}]},md.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:md,deps:null,target:r["ɵɵFactoryTarget"].Component}),md.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:md,selector:"c8y-field-input",usesInheritance:!0,ngImport:i,template:'\n\n \n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NumberValueAccessor,selector:"input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:Un.FormlyAttributes,selector:"[formlyAttributes]",inputs:["formlyAttributes","id"]}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:md,decorators:[{type:r.Component,args:[{selector:"c8y-field-input",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n\n \n\n'}]}]});var fd=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n)}(Un.FieldType);fd.CONFIG={types:[{name:"object",component:fd}]},fd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fd,deps:null,target:r["ɵɵFactoryTarget"].Component}),fd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:fd,selector:"c8y-object-type",usesInheritance:!0,ngImport:i,template:'
    \n

    \n {{ to.label | humanize }}\n

    \n

    \n {{ to.description }}\n

    \n
    \n \n\n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Un.FormlyField,selector:"formly-field",inputs:["model","form","options","field"],outputs:["modelChange"]},{kind:"component",type:Un["ɵc"],selector:"formly-validation-message",inputs:["field"]},{kind:"pipe",type:Ro,name:"humanize"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:fd,decorators:[{type:r.Component,args:[{selector:"c8y-object-type",template:'
    \n

    \n {{ to.label | humanize }}\n

    \n

    \n {{ to.description }}\n

    \n
    \n \n\n'}]}]});var yd=function(e){gi(n,e);var t=mi(n);function n(){var e;return bi(this,n),(e=t.apply(this,arguments)).defaultOptions={templateOptions:{options:[],formCheck:"custom"}},e}return Ci(n)}(Un.FieldType);yd.CONFIG={types:[{name:"radio",component:yd,wrappers:["c8y-form-field"]}]},yd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:yd,deps:null,target:r["ɵɵFactoryTarget"].Component}),yd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:yd,selector:"c8y-field-radio",usesInheritance:!0,ngImport:i,template:'\n \n \n {{ option.label | humanize }}\n\n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.RadioControlValueAccessor,selector:"input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",inputs:["name","formControlName","value"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"directive",type:Un.FormlyAttributes,selector:"[formlyAttributes]",inputs:["formlyAttributes","id"]},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:Ro,name:"humanize"},{kind:"pipe",type:Gn["ɵa"],name:"formlySelectOptions"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:yd,decorators:[{type:r.Component,args:[{selector:"c8y-field-radio",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n \n \n {{ option.label | humanize }}\n\n'}]}]});var vd=function(){function e(t){bi(this,e),this.cdRef=t,this.lastValidHours="00",this.lastValidMinutes="00",this.dayForward=new r.EventEmitter,this.dayBackward=new r.EventEmitter,this.disabled=!1,this.date=new Date,this.touched=!1,this.destroy$=new a.Subject,this.simulatedWheelUpEvent={wheelDeltaY:1,preventDefault:function(){return null}},this.simulatedWheelDownEvent={wheelDeltaY:-1,preventDefault:function(){return null}}}return Ci(e,[{key:"parseValue",value:function(e,t,n){this.cdRef.detectChanges(),this[e].length>0&&!/^\d+$/.test(this[e])?this[e]=this[t]:(this[e].length<=1&&(this[e]=this[e].padStart(2,"0")),this[e].length>2&&this[e].startsWith("0")&&(this[e]=this[e].slice(1,3)),this[e].length>2?this[e]=this[t]:(Number(this[e])>n&&(this[e]=n),this[t]=this[e]))}},{key:"initializeMinutes",value:function(){this.hasValue(this.minutes)||(this.minutes="00")}},{key:"initializeHours",value:function(){this.hasValue(this.hours)||(this.hours="00")}},{key:"handleHourScroll",value:function(e){e.preventDefault(),e.wheelDeltaY>0&&(23===Number(this.hours)?(this.writeValue({hour:0,minute:Number(this.minutes)}),this.dayForward.emit()):this.writeValue({hour:Number(this.hours)+1,minute:Number(this.minutes)}),this.emitValue()),e.wheelDeltaY<0&&(0===Number(this.hours)?(this.writeValue({hour:23,minute:Number(this.minutes)}),this.dayBackward.emit()):this.writeValue({hour:Number(this.hours)-1,minute:Number(this.minutes)}),this.emitValue())}},{key:"handleMinuteScroll",value:function(e){e.preventDefault(),e.wheelDeltaY>0&&(59===Number(this.minutes)?(this.writeValue({hour:Number(this.hours),minute:0}),this.handleHourScroll(this.simulatedWheelUpEvent)):this.writeValue({hour:Number(this.hours),minute:Number(this.minutes)+1})),e.wheelDeltaY<0&&(0===Number(this.minutes)?(this.writeValue({hour:Number(this.hours),minute:59}),this.handleHourScroll(this.simulatedWheelDownEvent)):this.writeValue({hour:Number(this.hours),minute:Number(this.minutes)-1})),this.emitValue()}},{key:"emitValue",value:function(){this.hasValue(this.hours)&&this.hasValue(this.minutes)&&this.onChange({hour:Number(this.hours),minute:Number(this.minutes)})}},{key:"ngOnDestroy",value:function(){this.destroy$.next(),this.destroy$.complete()}},{key:"writeValue",value:function(e){this.hasValue(null==e?void 0:e.hour)&&this.hasValue(null==e?void 0:e.minute)?(this.hours=e.hour.toString(),this.minutes=e.minute.toString(),this.parseValue("hours","lastValidHours",23),this.parseValue("minutes","lastValidMinutes",59)):(this.hours=void 0,this.minutes=void 0)}},{key:"registerOnChange",value:function(e){this.onChange=e}},{key:"registerOnTouched",value:function(e){this.onTouched=e}},{key:"markAsTouched",value:function(){this.touched||(this.onTouched(),this.touched=!0)}},{key:"setDisabledState",value:function(e){this.disabled=e}},{key:"hasValue",value:function(e){return void 0!==e}}]),e}();vd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vd,deps:[{token:r.ChangeDetectorRef}],target:r["ɵɵFactoryTarget"].Component}),vd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:vd,selector:"c8y-time-picker",inputs:{minDate:"minDate",maxDate:"maxDate",placeholder:"placeholder"},outputs:{dayForward:"dayForward",dayBackward:"dayBackward"},providers:[{provide:De.NG_VALUE_ACCESSOR,useExisting:(0,r.forwardRef)((function(){return vd})),multi:!0}],ngImport:i,template:'\n \n \n \n \n \n \n \n
    \n \n  : \n \n
    \n',dependencies:[{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:vd,decorators:[{type:r.Component,args:[{selector:"c8y-time-picker",providers:[{provide:De.NG_VALUE_ACCESSOR,useExisting:(0,r.forwardRef)((function(){return vd})),multi:!0}],template:'\n \n \n \n \n \n \n \n
    \n \n  : \n \n
    \n'}]}],ctorParameters:function(){return[{type:r.ChangeDetectorRef}]},propDecorators:{minDate:[{type:r.Input}],maxDate:[{type:r.Input}],placeholder:[{type:r.Input}],dayForward:[{type:r.Output}],dayBackward:[{type:r.Output}]}});var bd=function(){function e(){var t=this;bi(this,e),this.defaultPlaceholder="Select a date…",this.destroy$=new a.Subject,this.form=new De.FormGroup({}),this.form.addControl("date",new De.FormControl(null)),this.form.addControl("time",new De.FormControl(null)),this.form.valueChanges.pipe((0,s.takeUntil)(this.destroy$)).subscribe((function(e){t.setDatetime(e),t.previousValue=e})),this.form.statusChanges.pipe((0,s.first)()).pipe((0,s.takeUntil)(this.destroy$)).subscribe((function(){t.onTouched()}))}return Ci(e,[{key:"_minDate",set:function(e){this.minDate=e?new Date(e):void 0}},{key:"_maxDate",set:function(e){this.maxDate=e?new Date(e):void 0}},{key:"ngOnDestroy",value:function(){this.destroy$.next(),this.destroy$.complete()}},{key:"writeValue",value:function(e){"string"==typeof e&&e.length?(this.date=new Date(e),this.form.setValue({date:new Date(e),time:{hour:this.date.getHours(),minute:this.date.getMinutes()}},{emitEvent:!1})):this.form.setValue({date:null,time:null},{emitEvent:!1}),this.previousValue=this.form.value}},{key:"registerOnChange",value:function(e){this.onChange=e}},{key:"registerOnTouched",value:function(e){this.onTouched=e}},{key:"setDisabledState",value:function(e){e?this.form.disable():this.form.enable()}},{key:"validate",value:function(e){var t,n;return(null===(t=this.date)||void 0===t?void 0:t.getTime())new Date(this.maxDate).getTime()?{dateAfterRangeMax:!0}:this.form.invalid?{invalidDateTime:!0}:null}},{key:"previousDay",value:function(){this.date.setDate(this.date.getDate()-1),this.setDatetime({date:this.date,time:this.form.get("time").value})}},{key:"nextDay",value:function(){this.date.setDate(this.date.getDate()+1),this.setDatetime({date:this.date,time:this.form.get("time").value})}},{key:"setDatetime",value:function(e){var t,n,r;if(!e.date&&null!==(t=this.previousValue)&&void 0!==t&&t.date)return this.form.get("time").setValue({hour:void 0,minute:void 0},{emitEvent:!1}),void this.onChange(null);e.date||(e.date=new Date,e.date.setSeconds(0)),this.date=new Date(e.date),void 0!==(null===(n=e.time)||void 0===n?void 0:n.hour)&&void 0!==(null===(r=e.time)||void 0===r?void 0:r.minute)||(e.time={hour:0,minute:0},this.form.get("time").setValue(e.time,{emitEvent:!1})),this.date.setHours(e.time.hour,e.time.minute),this.form.get("date").setValue(e.date,{emitEvent:!1}),this.onChange(this.date.toISOString())}}]),e}();bd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bd,deps:[],target:r["ɵɵFactoryTarget"].Component}),bd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:bd,selector:"c8y-date-time-picker",inputs:{_minDate:["minDate","_minDate"],_maxDate:["maxDate","_maxDate"],placeholder:"placeholder"},providers:[{provide:De.NG_VALUE_ACCESSOR,useExisting:(0,r.forwardRef)((function(){return bd})),multi:!0},{provide:De.NG_VALIDATORS,useExisting:(0,r.forwardRef)((function(){return bd})),multi:!0}],ngImport:i,template:'
    \n
    \n \n
    \n \n
    \n',dependencies:[{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"directive",type:ke.BsDatepickerDirective,selector:"[bsDatepicker]",inputs:["placement","triggers","outsideClick","container","outsideEsc","isDisabled","minDate","maxDate","minMode","daysDisabled","datesDisabled","datesEnabled","dateCustomClasses","dateTooltipTexts","isOpen","bsValue","bsConfig"],outputs:["onShown","onHidden","bsValueChange"],exportAs:["bsDatepicker"]},{kind:"directive",type:ke.BsDatepickerInputDirective,selector:"input[bsDatepicker]"},{kind:"component",type:vd,selector:"c8y-time-picker",inputs:["minDate","maxDate","placeholder"],outputs:["dayForward","dayBackward"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:bd,decorators:[{type:r.Component,args:[{selector:"c8y-date-time-picker",providers:[{provide:De.NG_VALUE_ACCESSOR,useExisting:(0,r.forwardRef)((function(){return bd})),multi:!0},{provide:De.NG_VALIDATORS,useExisting:(0,r.forwardRef)((function(){return bd})),multi:!0}],template:'
    \n
    \n \n
    \n \n
    \n'}]}],ctorParameters:function(){return[]},propDecorators:{_minDate:[{type:r.Input,args:["minDate"]}],_maxDate:[{type:r.Input,args:["maxDate"]}],placeholder:[{type:r.Input}]}});var kd=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n)}(Un.FieldType);kd.CONFIG={types:[{name:"date-time",component:kd,wrappers:["c8y-form-field"]}]},kd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:kd,deps:null,target:r["ɵɵFactoryTarget"].Component}),kd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:kd,selector:"c8y-field-date-time",usesInheritance:!0,ngImport:i,template:'\n',dependencies:[{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"component",type:bd,selector:"c8y-date-time-picker",inputs:["minDate","maxDate","placeholder"]},{kind:"pipe",type:ao,name:"translate"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:kd,decorators:[{type:r.Component,args:[{selector:"c8y-field-date-time",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n'}]}]});var Cd=Ci((function e(){bi(this,e)}));Cd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cd,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Cd.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Cd,declarations:[vd],imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,ke.BsDatepickerModule,da],exports:[vd]}),Cd.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cd,imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,ke.BsDatepickerModule.forRoot(),da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Cd,decorators:[{type:r.NgModule,args:[{imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,ke.BsDatepickerModule.forRoot(),da],exports:[vd],declarations:[vd]}]}]});var Id=Ci((function e(){bi(this,e)}));Id.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Id,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Id.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Id,declarations:[bd],imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,ke.BsDatepickerModule,da,Cd],exports:[bd]}),Id.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Id,imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,ke.BsDatepickerModule.forRoot(),da,Cd]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Id,decorators:[{type:r.NgModule,args:[{imports:[xc,u.CommonModule,De.FormsModule,De.ReactiveFormsModule,ke.BsDatepickerModule.forRoot(),da,Cd],exports:[bd],declarations:[bd]}]}]});var wd=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this)).cdRef=e,i.translateService=r,i.match=!1,i.placeholder$=(0,a.defer)((function(){var e;return(0,a.of)(null===(e=i.to)||void 0===e?void 0:e.placeholder)})).pipe((0,s.switchMap)((function(e){return e?(0,a.of)(e):i.defaultPlaceholder$.pipe((0,s.startWith)(i.translateService.instant("Start typing to search")))}))),i.defaultPlaceholder$=(0,a.defer)((function(){var e,t,n;return(0,a.isObservable)(null===(e=i.to)||void 0===e?void 0:e.c8yForOptions)?null===(t=i.to)||void 0===t?void 0:t.c8yForOptions:(0,a.of)(null===(n=i.to)||void 0===n?void 0:n.c8yForOptions)})).pipe((0,s.map)((function(e){var t=e.data;return(0,c.get)(t[0],i.labelProp||"name")})),(0,s.map)((function(e){return e?i.translateService.instant("Start typing to search, for example, {{ example }}",{example:e}):i.translateService.instant("No items")}))),i.excludeLabelProp=!1,i}return Ci(n,[{key:"ngOnInit",value:function(){this.to&&(this.to.excludeDisplayProperty&&(this.excludeLabelProp=this.to.excludeDisplayProperty),this.to.displayProperty?(this.setPipe(""),this.labelProp=this.to.displayProperty,this.valueProps=this.to.valueProperties):console.error("To correctly use the typeahead select you need to specify displayProperty: string within templateOptions!"))}},{key:"selectOption",value:function(e){if(this.valueProps&&this.valueProps.length>0){var t=this.excludeLabelProp?this.valueProps:[].concat(wi(this.valueProps),[this.labelProp]);this.formControl.setValue((0,c.pick)(e,t)),this.selected=li({},this.labelProp,e[this.labelProp])}else this.formControl.setValue(e)}},{key:"setPipe",value:function(e){var t=this;this.pattern=e,this.filterPipe=(0,a.pipe)((0,s.map)((function(n){return n.filter((function(n){return n[t.labelProp]&&n[t.labelProp].toLowerCase().indexOf(e.toLowerCase())>-1}))})),(0,s.tap)((function(e){t.match=e.length>0,t.cdRef.detectChanges()})))}}]),n}(Un.FieldType);wd.CONFIG={types:[{name:"typeahead",component:wd}]},wd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wd,deps:[{token:r.ChangeDetectorRef},{token:ye.TranslateService}],target:r["ɵɵFactoryTarget"].Component}),wd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:wd,selector:"c8y-typeahead-type",usesInheritance:!0,ngImport:i,template:'\n\n \n \n \n \n \n

    No match found.

    \n
    \n
    \n \n \n \n \n \n\n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:No,selector:"[c8yFor]",inputs:["c8yForOf","c8yForLoadMore","c8yForPipe","c8yForNotFound","c8yForMaxIterations","c8yForLoadingTemplate","c8yForLoadNextLabel","c8yForRealtime","c8yForRealtimeOptions","c8yForComparator","c8yForEnableVirtualScroll","c8yForVirtualScrollElementSize","c8yForVirtualScrollStrategy","c8yForVirtualScrollContainerHeight"],outputs:["c8yForCount"]},{kind:"component",type:Wo,selector:"c8y-loading"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.FormControlDirective,selector:"[formControl]",inputs:["formControl","disabled","ngModel"],outputs:["ngModelChange"],exportAs:["ngForm"]},{kind:"directive",type:Un.FormlyAttributes,selector:"[formlyAttributes]",inputs:["formlyAttributes","id"]},{kind:"component",type:dl,selector:"c8y-typeahead",inputs:["required","maxlength","disabled","allowFreeEntries","placeholder","displayProperty","icon","name","autoClose","hideNew","container","selected"],outputs:["onSearch","onIconClick"]},{kind:"component",type:sl,selector:"c8y-list-item, c8y-li",inputs:["active","emptyActions","collapsed","selectable"],outputs:["collapsedChange"]},{kind:"component",type:nl,selector:"c8y-highlight",inputs:["pattern","text","elementClass","shouldTrimPattern"]},{kind:"pipe",type:u.AsyncPipe,name:"async"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:wd,decorators:[{type:r.Component,args:[{selector:"c8y-typeahead-type",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n\n \n \n \n \n \n

    No match found.

    \n
    \n
    \n \n \n \n \n \n\n'}]}],ctorParameters:function(){return[{type:r.ChangeDetectorRef},{type:ye.TranslateService}]}});var Sd=[pd,dd,hd,gd,md,yd,fd,ud,kd,wd];function xd(){return Sd.map((function(e){return e.CONFIG})).reduce((function(e,t){return ci(ci({},e),{},{types:[].concat(wi(e.types),wi(t.types||[])),wrappers:[].concat(wi(e.wrappers),wi(t.wrappers||[]))})}),{types:[],wrappers:[]})}var Dd=Ci((function e(){bi(this,e)}));Dd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dd,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Dd.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Dd,declarations:[pd,dd,hd,gd,md,yd,fd,ud,kd,wd],imports:[u.CommonModule,da,Sn.PopoverModule,De.ReactiveFormsModule,so,Kl,xc,Un.FormlyModule,Gn.FormlySelectModule,Id,$l,Dl,Tl,ke.BsDatepickerModule]}),Dd.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dd,providers:[{provide:Un.FORMLY_CONFIG,useFactory:xd,multi:!0}],imports:[u.CommonModule,da,Sn.PopoverModule,De.ReactiveFormsModule,so,Kl,xc,Un.FormlyModule,Gn.FormlySelectModule,Id,$l,Dl,Tl,ke.BsDatepickerModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dd,decorators:[{type:r.NgModule,args:[{declarations:[].concat(Sd),entryComponents:[].concat(Sd),imports:[u.CommonModule,da,Sn.PopoverModule,De.ReactiveFormsModule,so,Kl,xc,Un.FormlyModule,Gn.FormlySelectModule,Id,$l,Dl,Tl,ke.BsDatepickerModule],providers:[{provide:Un.FORMLY_CONFIG,useFactory:xd,multi:!0}]}]}]});var $d=function(){function e(t,n){bi(this,e),this.translate=t,this.parser=n}return Ci(e,[{key:"prePopulate",value:function(e){var t=this,n=e.templateOptions||{};n.label&&!n._translated&&(n._translated=!0,e.expressionProperties=ci(ci({},e.expressionProperties||{}),{},{"templateOptions.label":n.label?this.translate.stream(n.label):n.label,"templateOptions.description":n.description?this.translate.stream(n.description):n.description,"templateOptions.placeholder":n.placeholder?(0,a.combineLatest)([this.translate.stream(n.placeholder),this.translate.stream("e.g. {{ example }}")]).pipe((0,s.map)((function(e){var n=ii(e,2),r=n[0],i=n[1];return t.parser.interpolate(i,{example:r})}))):n.placeholder,"templateOptions.options":((0,a.isObservable)(n.options)?n.options:(0,a.of)(n.options)).pipe((0,s.map)((function(e){return(e||[]).map((function(e){return ci(ci({},e),{},{label:t.translate.instant(e.label)})}))})))}))}}]),e}();function Ed(e,t){return{extensions:[{name:"translate",extension:new $d(e,t)}]}}var Td=Ci((function e(){bi(this,e)}));Td.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Td,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Td.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Td,imports:[Un.FormlyModule,so]}),Td.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Td,providers:[{provide:Un.FORMLY_CONFIG,multi:!0,useFactory:Ed,deps:[ye.TranslateService,ye.TranslateParser]}],imports:[Un.FormlyModule,so]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Td,decorators:[{type:r.NgModule,args:[{imports:[Un.FormlyModule,so],providers:[{provide:Un.FORMLY_CONFIG,multi:!0,useFactory:Ed,deps:[ye.TranslateService,ye.TranslateParser]}]}]}]});var _d=function(e){gi(n,e);var t=mi(n);function n(){return bi(this,n),t.apply(this,arguments)}return Ci(n,[{key:"toFieldConfig",value:function(e,t){var r=ni(vi(n.prototype),"toFieldConfig",this).call(this,e,this.c8yOptions((t||{}).map));return Array.isArray(r.fieldGroup)&&r.fieldGroup.forEach((function(e){"array"===e.type&&e.templateOptions.required&&(e.fieldArray.templateOptions.required=!0)})),r}},{key:"c8yOptions",value:function(e){return{map:function(t,n){var r=t;return n.const&&(r=ci(ci({},r),{},{defaultValue:n.const,templateOptions:ci(ci({},r.templateOptions),{},{type:"hidden"})})),n.writeOnly&&(r=ci(ci({},r),{},{templateOptions:ci(ci({},r.templateOptions),{},{type:"password",autocomplete:"off"})})),n.examples&&(r=ci(ci({},r),{},{templateOptions:ci(ci({},r.templateOptions),{},{placeholder:n.examples.join(", ")})})),n.enum&&(r=ci(ci({},r),{},{type:"radio"})),(n.contentMediaType||n.contentEncoding)&&(r=ci(ci({},r),{},{type:"file",templateOptions:ci(ci({},r.templateOptions),{},{accept:n.contentMediaType,maxAllowedFiles:1,contentEncoding:n.contentEncoding})})),n.allowedFileTypes&&(r=ci(ci({},r),{},{templateOptions:ci(ci({},r.templateOptions),n.allowedFileTypes&&{accept:n.allowedFileTypes.join(",")})})),n.templateOptions&&(r=ci(ci({},r),{},{templateOptions:ci(ci({},n.templateOptions),r.templateOptions)})),e?e(r,n):r}}}}]),n}(zn.FormlyJsonschema);function Fd(e){return{validationMessages:[{name:"required",message:function(){return e.stream(xs.messages.required)}},{name:"notExisting",message:function(){return e.stream("No selection")}},{name:"pattern",message:function(t,n){return e.stream(xs.messages.pattern,t)}},{name:"minlength",message:function(t,n){return e.stream(xs.messages.minLength,n.templateOptions)}},{name:"min",message:function(t,n){return e.stream(xs.messages.min,n.templateOptions)}},{name:"max",message:function(t,n){return e.stream(xs.messages.max,n.templateOptions)}},{name:"invalidDateTime",message:function(){return e.stream("This date is invalid.")}},{name:"dateBeforeRangeMin",message:function(){return e.stream("This date is before the earliest allowed date.")}},{name:"dateAfterRangeMax",message:function(){return e.stream("This date is after the latest allowed date.")}}]}}_d.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_d,deps:null,target:r["ɵɵFactoryTarget"].Injectable}),_d.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_d,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_d,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}]});var Od=Ci((function e(){bi(this,e)}));Od.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Od,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Od.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Od,imports:[so,Un.FormlyModule]}),Od.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Od,providers:[{provide:Un.FORMLY_CONFIG,multi:!0,useFactory:Fd,deps:[ye.TranslateService]}],imports:[so,Un.FormlyModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Od,decorators:[{type:r.NgModule,args:[{imports:[so,Un.FormlyModule],providers:[{provide:Un.FORMLY_CONFIG,multi:!0,useFactory:Fd,deps:[ye.TranslateService]}]}]}]});var Pd=Ci((function e(){bi(this,e)}));function Nd(e){return[{key:e.key,type:"array",defaultValue:[""],templateOptions:{required:!e.optional,addText:e.addText},fieldArray:{type:"string",templateOptions:{required:!e.optional,label:e.label,tooltip:e.tooltip,placeholder:e.placeholder}}}]}Pd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pd,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Pd.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Pd,imports:[u.CommonModule,De.ReactiveFormsModule,Td,Od,Dd,Un.FormlyModule],exports:[Un.FormlyModule,De.ReactiveFormsModule]}),Pd.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pd,providers:[_d],imports:[u.CommonModule,De.ReactiveFormsModule,Td,Od,Dd,Un.FormlyModule.forRoot(),Un.FormlyModule,De.ReactiveFormsModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pd,decorators:[{type:r.NgModule,args:[{imports:[u.CommonModule,De.ReactiveFormsModule,Td,Od,Dd,Un.FormlyModule.forRoot()],providers:[_d],exports:[Un.FormlyModule,De.ReactiveFormsModule]}]}]});var Ad,Md=Ci((function e(t){bi(this,e),Object.assign(this,t)}));!function(e){e.NONE="none",e.TEMPORARY="temporary",e.TEMPORARY_OR_PERMANENT="temporary_or_permanent"}(Ad||(Ad={}));var Rd=["danger","warning","info"],Ld=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];bi(this,e),this.anyAlertExistsSubject=new Hn.BehaviorSubject(!1),this.anyAlertExists$=this.anyAlertExistsSubject.asObservable(),this.initAlertsGroups(),this.setAlerts(t)}return Ci(e,[{key:"addAlerts",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n1&&void 0!==arguments[1]&&arguments[1],n=this.aggregatedAlertsData.get(e).alertDismissal.dismissStrategy;switch(n){case Ad.NONE:return;case Ad.TEMPORARY:this.aggregatedAlertsData.get(e).alertDismissal.userDismissalChoice="REMIND_ALLOWED";break;case Ad.TEMPORARY_OR_PERMANENT:this.aggregatedAlertsData.get(e).alertDismissal.userDismissalChoice=t?"REMIND_DISALLOWED":"REMIND_ALLOWED"}this.clear(e)}},{key:"toJSON",value:function(){}},{key:"initAlertsGroups",value:function(){this.aggregatedAlertsData=new Map(Rd.map((function(e){return[e,{alerts:[],alertDismissal:{dismissStrategy:Ad.NONE}}]})))}},{key:"setAlerts",value:function(e){var t=this;e.forEach((function(e){"REMIND_DISALLOWED"!==t.aggregatedAlertsData.get(e.type).alertDismissal.userDismissalChoice&&(t.aggregatedAlertsData.get(e.type)||(t.aggregatedAlertsData.get(e.type).alerts=[]),t.aggregatedAlertsData.get(e.type).alerts.push(e))})),this.onDataChanged()}},{key:"onDataChanged",value:function(){var e=this;this.alertGroups=wi((0,c.cloneDeep)(this.aggregatedAlertsData)).map((function(e){var t=ii(e,2);return{type:t[0],value:t[1]}})),queueMicrotask((function(){e.anyAlertExistsSubject.next(e.alertGroups.some((function(e){return!!e.value.alerts.length})))}))}}]),e}(),Vd=function(){function e(t,n){bi(this,e),this.componentFactoryResolver=t,this.dynamicComponentService=n,this.mode="component",this.notFoundError=!0,this.executeResolvers=!1,this.updateWidgetClasses=new r.EventEmitter,this.expandErrorDetails=!1,this.dismissAlertStrategy=Ad,this.dynamicComponentErrorStrategy=Ha,this.destroy$=new a.Subject}var t;return Ci(e,[{key:"callLifeCycleHooks",value:function(){return this.callOnBeforeSaveHook()}},{key:"ngOnChanges",value:(t=ui(di().mark((function e(t){var n,r,i,o,a,s,l,d,p,u,g=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.dynamicComponentService.getById(this.componentId);case 2:if(i=e.sent,o=new Array,!i){e.next=18;break}if(this.errorStrategy=i.errorStrategy||Ha.CUSTOM,!this.executeResolvers){e.next=13;break}return e.next=9,this.dynamicComponentService.executeResolvers([{componentId:this.componentId,config:this.config}]);case 9:a=e.sent,s=ii(a,1),l=s[0],Object.entries(l).forEach((function(e){var t=ii(e,2),n=t[0],r=t[1];return(0,c.set)(g.config,n,r)}));case 13:if(d=i.resolve?Object.keys(i.resolve).map((function(e){return(0,c.get)(g.config,e)})):[],p=(0,c.flatten)(d),!(o=p.filter((function(e){return e&&e instanceof Md}))).length||i.errorStrategy!==Ha.NOT_RENDER){e.next=18;break}return e.abrupt("return");case 18:this.loadComponent(i,o),(u=null===(n=this.componentRef)||void 0===n||null===(r=n.instance)||void 0===r?void 0:r.ngOnChanges)&&u.call(this.componentRef.instance,t);case 21:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"ngOnDestroy",value:function(){this.destroy$.next(),this.destroy$.complete()}},{key:"loadComponent",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];try{this.error=void 0;var n=this.componentFactoryResolver.resolveComponentFactory("component"===this.mode?e.component:e.configComponent);this.host.clear(),this.componentRef=this.host.createComponent(n),this.componentInstance=this.componentRef.instance,this.componentInstance.config=this.config,this.componentInstance.alerts=new Ld(t),this.subscribeForOverlayChange()}catch(e){this.error=e}}},{key:"subscribeForOverlayChange",value:function(){var e=this;this.componentInstance.alerts.anyAlertExists$.pipe((0,s.takeUntil)(this.destroy$)).subscribe((function(t){return e.updateWidgetClasses.emit({"alerts-overlay":t})}))}},{key:"callOnBeforeSaveHook",value:function(){if(!this.componentRef)return(0,a.of)(!0);var e=this.componentRef.instance.onBeforeSave;if(e){var t=e.call(this.componentRef.instance,this.config);return(0,c.isUndefined)(t)?(0,a.of)(!0):(0,a.isObservable)(t)?t:(0,a.of)(t)}return(0,a.of)(!0)}}]),e}();Vd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vd,deps:[{token:r.ComponentFactoryResolver},{token:Za}],target:r["ɵɵFactoryTarget"].Component}),Vd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Vd,selector:"c8y-dynamic-component",inputs:{componentId:"componentId",config:"config",mode:"mode",notFoundError:"notFoundError",executeResolvers:"executeResolvers"},outputs:{updateWidgetClasses:"updateWidgetClasses"},viewQueries:[{propertyName:"host",first:!0,predicate:["host"],descendants:!0,read:r.ViewContainerRef,static:!0}],usesOnChanges:!0,ngImport:i,template:'\n\n\n\n\n \n \n \n \n Close\n \n

    \n {{ alertItem.text | translate }}\n

    \n \n \n \n {{ "Don\'t show again" | translate }}\n \n \n
    \n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:l.CollapseDirective,selector:"[collapse]",inputs:["display","isAnimated","collapse"],outputs:["collapsed","collapses","expanded","expands"],exportAs:["bs-collapse"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vd,decorators:[{type:r.Component,args:[{selector:"c8y-dynamic-component",template:'\n\n\n\n\n \n \n \n \n Close\n \n

    \n {{ alertItem.text | translate }}\n

    \n \n \n \n {{ "Don\'t show again" | translate }}\n \n \n
    \n\n'}]}],ctorParameters:function(){return[{type:r.ComponentFactoryResolver},{type:Za}]},propDecorators:{componentId:[{type:r.Input}],config:[{type:r.Input}],mode:[{type:r.Input}],notFoundError:[{type:r.Input}],executeResolvers:[{type:r.Input}],updateWidgetClasses:[{type:r.Output}],host:[{type:r.ViewChild,args:["host",{read:r.ViewContainerRef,static:!0}]}]}});var jd=Ci((function e(){bi(this,e)}));jd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jd,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),jd.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:jd,declarations:[Vd],imports:[u.CommonModule,l.CollapseModule,o.RouterModule,mo],exports:[Vd]}),jd.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jd,providers:[Za,{provide:qa,useValue:5e3}],imports:[u.CommonModule,l.CollapseModule,o.RouterModule.forChild([]),mo]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jd,decorators:[{type:r.NgModule,args:[{declarations:[Vd],imports:[u.CommonModule,l.CollapseModule,o.RouterModule.forChild([]),mo],exports:[Vd],providers:[Za,{provide:qa,useValue:5e3}]}]}]});var Bd=function(){function e(t){var n=this;bi(this,e),this.dynamicResolver=t,this.idsGroupedByBulkId=new Map,this.resultsOfBulkLoad=this.dynamicResolver.bulkResolvingTrigger$.pipe((0,s.map)((function(e){return{uniqIds:(0,c.uniq)(n.idsGroupedByBulkId.get(e)||[]),bulkRequestId:e}})),(0,s.tap)((function(e){var t=e.bulkRequestId;return n.idsGroupedByBulkId.delete(t)})),(0,s.mergeMap)((function(e){var t=e.uniqIds,r=e.bulkRequestId;return n.performBulkRequest(t,r)})),(0,s.share)())}return Ci(e,[{key:"resolve",value:function(e,t,n){var r=this,i=(0,c.get)(e,t),o=this.extractIdsToBeRetrieved(i);if(o){if(Array.isArray(o)&&!o.length)return[];var a=Array.isArray(o)?o:[o];return this.addIdsToBeLoaded.apply(this,[n].concat(wi(a))),this.getResult$(n).pipe((0,s.map)((function(e){var t=e.result,n=e.errors;return Array.isArray(o)?o.map((function(e,o){return t.find((function(t){return r.isEntityOfId(t,e)}))||r.buildRetrievalAlert(i[o],n)})):t.find((function(e){return r.isEntityOfId(e,o)}))||r.buildRetrievalAlert(i,n)})))}}},{key:"getResult$",value:function(e){return this.resultsOfBulkLoad.pipe((0,s.filter)((function(t){var n=t.bulkRequestId;return e===n})),(0,s.map)((function(e){return{result:e.result,errors:e.errors}})),(0,s.take)(1),(0,s.map)((function(e){return(0,c.cloneDeep)(e)})))}},{key:"addIdsToBeLoaded",value:function(e){var t,n=this.idsGroupedByBulkId.get(e);n||(n=[],this.idsGroupedByBulkId.set(e,n));for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o\n
  • \n \n
  • \n\n"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hd,decorators:[{type:r.Component,args:[{selector:"c8y-dashboard-child-action",template:"\n
  • \n \n
  • \n
    \n"}]}],propDecorators:{template:[{type:r.ViewChild,args:["template",{static:!1}]}]}});var qd=Ci((function e(){bi(this,e)}));qd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qd,deps:[],target:r["ɵɵFactoryTarget"].Component}),qd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:qd,selector:"c8y-dashboard-child-title",ngImport:i,template:'
    \n \n
    \n'}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qd,decorators:[{type:r.Component,args:[{selector:"c8y-dashboard-child-title",template:'
    \n \n
    \n'}]}]});var Wd=function(){function e(t){bi(this,e),this.MIN_WIDTH=2,this.MIN_HEIGHT=1,this.PIXEL_SIZE_THRESHOLD=10,this.diffX=0,this.diffY=0,this.dashboard=t.dashboard,this.children=t.dashboard.children?t.dashboard.children.filter((function(e){return t!==e})):[],this.child=t}return Ci(e,[{key:"resize$",get:function(){var e=this;return this.child.dragSource.moved.pipe((0,s.map)((function(t){return e.getPixelSize(t)})),(0,s.tap)((function(t){return e.setPixelSize(t)})),(0,s.map)((function(t){return e.getDimensionSize(t)})),(0,s.distinctUntilChanged)((function(e,t){return e.width===t.width&&e.height===t.height})),(0,s.map)((function(t){return e.setDimension(t)})),this.arrangePipe())}},{key:"drag$",get:function(){var e=this;return this.child.dragSource.moved.pipe((0,s.map)((function(t){return e.getDimensionPosition(t)})),(0,s.filter)((function(t){return t.x>=0&&t.x<=e.dashboard.columns-e.child.width&&t.y>=0})),(0,s.distinctUntilChanged)((function(e,t){return e.x===t.x&&e.y===t.y})),this.arrangePipe())}},{key:"findFreeDimension",value:function(){var e=-1,t=0,n=!1,r=this.child,i=r.width,o=r.height;if(i>this.dashboard.columns)throw new Error("The child does not fit on the current dashboard.");do{for(t=0,e++;t+i<=this.dashboard.columns;){if(0===this.getCollided({x:t,y:e,width:i,height:o}).length){n=!0;break}t++}}while(!n);return{x:t,y:e,width:i,height:o}}},{key:"collapseUpAll",value:function(){return(0,c.sortBy)([this.child].concat(wi(this.children)),["y"]).forEach((function(t){var n=new e(t),r=n.collapseUp(t);n.setDimension(r)}))}},{key:"arrangeAll",value:function(t){var n=t.current,r=t.scan,i=t.spacing,o=t.origin;return this.getCollided(n,(0,c.sortBy)(r,["y"])).map((function(t){return new e(t).setDimension(ci(ci({},t),{},{y:i})),{current:t,scan:r.filter((function(e){return e!==t})),spacing:t.y+t.height,origin:o}}))}},{key:"arrangePipe",value:function(){var e=this;return(0,a.pipe)((0,s.map)((function(t){return{current:t,scan:e.children,spacing:t.y+t.height,origin:ci({},t)}})),(0,s.expand)((function(t){return e.arrangeAll(t)})),(0,s.map)((function(e){return e.origin})),(0,s.map)((function(t){return e.setDimension(t,!0)})),(0,s.tap)((function(){return e.collapseUpAll()})))}},{key:"collapseUp",value:function(e){for(var t=e.y;t>0&&0===this.getCollided(ci(ci({},e),{},{y:t-1})).length;)t--;return ci(ci({},e),{},{y:t})}},{key:"setDimension",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!(t&&this.getCollided(e).length>0))return this.child.x=e.x,this.child.y=e.y,e.width>=this.MIN_WIDTH&&e.x+e.width<=this.dashboard.columns?this.child.width=e.width:e.width=this.MIN_HEIGHT?this.child.height=e.height:e.height=this.MIN_WIDTH,e}},{key:"setPixelSize",value:function(e){var t=e.width,n=e.height;t>=this.dashboard.columnSize*this.MIN_WIDTH-this.dashboard.gap&&(this.child.pxWidth=t+this.PIXEL_SIZE_THRESHOLD),n>=this.dashboard.rowSize*this.MIN_HEIGHT-this.dashboard.gap&&(this.child.pxHeight=n+this.PIXEL_SIZE_THRESHOLD)}},{key:"getPixelSize",value:function(e){var t=this.child.element.nativeElement;if(!this.diffX){var n=t.getBoundingClientRect();this.diffX=n.left,this.diffY=n.top}var r=e.pointerPosition,i=r.x,o=r.y;return{width:Math.round(i-this.diffX),height:Math.round(o-this.diffY),pointer:{x:i,y:o}}}},{key:"getDimensionSize",value:function(e){var t=this.child,n=t.x,r=t.y,i=this.dashboard.dashboardRect,o=this.dashboard.columnSize,a=this.dashboard.rowSize+this.dashboard.gap;return{x:n,y:r,width:Math.round((e.pointer.x-i.left+this.dashboard.gap)/o)-n,height:Math.round((e.pointer.y-i.top+this.dashboard.gap)/a)-r}}},{key:"getDimensionPosition",value:function(e){var t=e.source.element.nativeElement.nextElementSibling;if(!this.diffX){var n=t.getBoundingClientRect();this.diffX=e.pointerPosition.x-n.left,this.diffY=e.pointerPosition.y-n.top}var r=e.pointerPosition.x-this.diffX,i=e.pointerPosition.y-this.diffY,o=this.child,a=o.width,s=o.height,c=this.dashboard.dashboardRect,l=this.dashboard.columnSize,d=this.dashboard.rowSize+this.dashboard.gap/2;return{x:Math.round((r-c.left)/l),y:Math.round((i-c.top)/d),width:a,height:s}}},{key:"doesCollide",value:function(e,t){return void 0!==t.x&&!(e.y+e.height-1t.y+t.height-1||e.x+e.width-1t.x+t.width-1)}},{key:"getCollided",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.children,r=n.filter((function(n){return t.doesCollide(e,n)}));return r}}]),e}(),Kd=function(){function e(t,n){bi(this,e),this.element=t,this.sanitizer=n,this.children=[],this.columns=12,this.gap=12,this.rows="auto",this.dashboardChange=new r.EventEmitter,this.lastRow=1,this.DEFAULT_ROW_SIZE=68}return Ci(e,[{key:"columnSize",get:function(){return this.dashboardRect.width/this.columns}},{key:"rowSize",get:function(){return"auto"===this.rows?this.DEFAULT_ROW_SIZE:this.calculateRowSize()}},{key:"inlineStyle",get:function(){return this.sanitizer.bypassSecurityTrustStyle("\n -ms-grid-columns: (1fr)[".concat(this.columns,"];\n grid-template-columns: repeat(").concat(this.columns,", 1fr);\n ").concat("auto"!==this.rows?"grid-template-rows: repeat(".concat(this.rows,", 1fr);"):"","\n grid-auto-rows: ").concat(this.rowSize+this.gap,"px;\n -ms-grid-rows: (").concat(this.rowSize+this.gap,"px)[").concat("auto"===this.rows?this.lastRow:this.rows,"];\n margin: -").concat(this.gap,"px -").concat(this.gap,"px 0;\n "))}},{key:"ngAfterContentInit",value:function(){this.onResize()}},{key:"onResize",value:function(){this.updateRectSize()}},{key:"updateRectSize",value:function(){var e=this.element.nativeElement;this.dashboardRect=e.getBoundingClientRect()}},{key:"emitChange",value:function(e){this.dashboardChange.emit({source:e,children:this.children})}},{key:"calculateRowSize",value:function(){return this.dashboardRect.height/this.rows}}]),e}();Kd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kd,deps:[{token:r.ElementRef},{token:Qr.DomSanitizer}],target:r["ɵɵFactoryTarget"].Component}),Kd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Kd,selector:"c8y-dashboard",inputs:{columns:"columns",gap:"gap",rows:"rows"},outputs:{dashboardChange:"dashboardChange"},host:{listeners:{"window:resize":"onResize()"},properties:{"attr.style":"this.inlineStyle"},classAttribute:"c8y-grid-dashboard dashboard-grid"},ngImport:i,template:"\n",changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kd,decorators:[{type:r.Component,args:[{selector:"c8y-dashboard",host:{class:"c8y-grid-dashboard dashboard-grid"},changeDetection:r.ChangeDetectionStrategy.OnPush,template:"\n"}]}],ctorParameters:function(){return[{type:r.ElementRef},{type:Qr.DomSanitizer}]},propDecorators:{columns:[{type:r.Input}],gap:[{type:r.Input}],rows:[{type:r.Input}],dashboardChange:[{type:r.Output}],inlineStyle:[{type:r.HostBinding,args:["attr.style"]}],onResize:[{type:r.HostListener,args:["window:resize"]}]}});var Yd=function(){function e(t,n,i){bi(this,e),this.dashboard=t,this.sanitizer=n,this.element=i,this.actions=[],this.isResize=!1,this.isDragging=!1,this.klasses={},this._pxWidth="100%",this._pxHeight="100%",this.width=1,this.height=1,this.margin=12,this.isFrozen=!1,this.useIntersection=!1,this.changeStart=new r.EventEmitter,this.changeEnd=new r.EventEmitter,this.class={},this.intersected=!1}return Ci(e,[{key:"pxWidth",set:function(e){this._pxWidth="".concat(e,"px")}},{key:"pxHeight",set:function(e){this._pxHeight="".concat(e,"px")}},{key:"inlineStyle",get:function(){return this.sanitizer.bypassSecurityTrustStyle("\n grid-column-start: ".concat(this.x+1,";\n grid-row-start: ").concat(this.y+1,";\n grid-column-end: span ").concat(this.width,";\n grid-row-end: span ").concat(this.height,";\n display: block;\n margin: ").concat(this.margin||12,"px;\n order: ").concat(this.getOrder(),";\n "))}},{key:"ngOnChanges",value:function(){this.klasses=ci({card:!0,"card-dashboard":!0,disabled:this.isFrozen,"on-resize":this.isResize},this.class)}},{key:"ngOnInit",value:function(){var e=this;if(void 0!==this.x&&void 0!==this.y||setTimeout((function(){return e.setDynamicDimension()})),this.useIntersection&&"IntersectionObserver"in window){var t=new IntersectionObserver((function(n){return e.intersected=e.childInView(n[0],t)}));t.observe(this.element.nativeElement)}else this.intersected=!0}},{key:"ngAfterViewInit",value:function(){this.dashboard.children.push(this)}},{key:"setDynamicDimension",value:function(){var e=new Wd(this).findFreeDimension(),t=e.x,n=e.y;this.x=t,this.y=n,this.dashboard.emitChange(this)}},{key:"resizeStarted",value:function(e){this.isResize=!0,this.dashboard.updateRectSize(),this.dragSource=e.source;var t=new Wd(this);this.changeSubscription=t.resize$.subscribe(),this.changeStart.emit(this),this.ngOnChanges()}},{key:"dragStarted",value:function(e){this.isDragging=!0,this.dashboard.updateRectSize(),this.dragSource=e.source;var t=new Wd(this);this.changeSubscription=t.drag$.subscribe(),this.changeStart.emit(this)}},{key:"reset",value:function(e){this.isResize=!1,this.isDragging=!1,this._pxWidth="100%",this._pxHeight="100%",this.ngOnChanges(),e&&e.source.reset(),this.changeSubscription&&(this.changeSubscription.unsubscribe(),this.dashboard.emitChange(this),this.changeEnd.emit(this))}},{key:"ngOnDestroy",value:function(){this.changeSubscription&&this.changeSubscription.unsubscribe(),this.removeSelfFromDashboard()}},{key:"removeSelfFromDashboard",value:function(){var e=this.dashboard.children.indexOf(this);e>=0&&this.dashboard.children.splice(e,1)}},{key:"getOrder",value:function(){return"".concat(Math.round(100*(this.y+(this.x+1)/100)))}},{key:"childInView",value:function(e,t){return!!e.isIntersecting&&(t.unobserve(e.target),!0)}}]),e}();Yd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yd,deps:[{token:Kd},{token:Qr.DomSanitizer},{token:r.ElementRef}],target:r["ɵɵFactoryTarget"].Component}),Yd.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Yd,selector:"c8y-dashboard-child",inputs:{x:"x",y:"y",width:"width",height:"height",data:"data",margin:"margin",isFrozen:"isFrozen",useIntersection:"useIntersection",class:"class"},outputs:{changeStart:"changeStart",changeEnd:"changeEnd"},host:{properties:{"attr.style":"this.inlineStyle"},classAttribute:"dashboard-grid-child"},queries:[{propertyName:"actions",predicate:Hd}],usesOnChanges:!0,ngImport:i,template:'
    \n
    \n \n \n \n
    \n \n
    \n
    \n
    \n \n
    \n \n
    \n\n
    \n \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:u.NgStyle,selector:"[ngStyle]",inputs:["ngStyle"]},{kind:"directive",type:Pr,selector:"[cdkDropList], cdk-drop-list",inputs:["cdkDropListConnectedTo","cdkDropListData","cdkDropListOrientation","id","cdkDropListLockAxis","cdkDropListDisabled","cdkDropListSortingDisabled","cdkDropListEnterPredicate","cdkDropListSortPredicate","cdkDropListAutoScrollDisabled","cdkDropListAutoScrollStep"],outputs:["cdkDropListDropped","cdkDropListEntered","cdkDropListExited","cdkDropListSorted"],exportAs:["cdkDropList"]},{kind:"directive",type:Br,selector:"[cdkDrag]",inputs:["cdkDragData","cdkDragLockAxis","cdkDragRootElement","cdkDragBoundary","cdkDragStartDelay","cdkDragFreeDragPosition","cdkDragDisabled","cdkDragConstrainPosition","cdkDragPreviewClass","cdkDragPreviewContainer"],outputs:["cdkDragStarted","cdkDragReleased","cdkDragEnded","cdkDragEntered","cdkDragExited","cdkDragDropped","cdkDragMoved"],exportAs:["cdkDrag"]},{kind:"directive",type:Ar,selector:"[cdkDragHandle]",inputs:["cdkDragHandleDisabled"]},{kind:"directive",type:Rr,selector:"ng-template[cdkDragPlaceholder]",inputs:["data"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yd,decorators:[{type:r.Component,args:[{selector:"c8y-dashboard-child",host:{class:"dashboard-grid-child"},template:'
    \n
    \n \n \n \n
    \n \n
    \n
    \n
    \n \n
    \n \n
    \n\n
    \n \n\n'}]}],ctorParameters:function(){return[{type:Kd},{type:Qr.DomSanitizer},{type:r.ElementRef}]},propDecorators:{actions:[{type:r.ContentChildren,args:[Hd]}],x:[{type:r.Input}],y:[{type:r.Input}],width:[{type:r.Input}],height:[{type:r.Input}],data:[{type:r.Input}],margin:[{type:r.Input}],isFrozen:[{type:r.Input}],useIntersection:[{type:r.Input}],changeStart:[{type:r.Output}],changeEnd:[{type:r.Output}],class:[{type:r.Input}],inlineStyle:[{type:r.HostBinding,args:["attr.style"]}]}});var Zd,Qd,Xd=function(){function e(){bi(this,e),this.events$=new a.Subject,this.lastValueByEvent={}}return Ci(e,[{key:"getObservable",value:function(e){return this.events$.pipe((0,s.filter)((function(t){var n=t.type;return!e||n===e})),(0,s.map)((function(e){return e.data})))}},{key:"getLastValue",value:function(e){return this.lastValueByEvent[e]}},{key:"emit",value:function(e){this.lastValueByEvent[e.type]=e.data,this.events$.next(e)}},{key:"ngOnDestroy",value:function(){this.events$.complete()}}]),e}();Xd.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xd,deps:[],target:r["ɵɵFactoryTarget"].Injectable}),Xd.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xd}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Xd,decorators:[{type:r.Injectable}]}),function(e){e.DATE_CONTEXT_FROM="dateContextFrom",e.DATE_CONTEXT_TO="dateContextTo"}(Zd||(Zd={})),function(e){e[e.MINUTE=6e3]="MINUTE",e[e.HOUR=36e5]="HOUR",e[e.DAY=864e5]="DAY",e[e.WEEK=6048e5]="WEEK"}(Qd||(Qd={}));var Jd=function(){function e(t,n,i,o){bi(this,e),this.widgetEventService=t,this.dashboardChild=n,this.router=i,this.activatedRoute=o,this.canDecouple=!0,this.dateContextChange=new r.EventEmitter,this.isCoupled=!0,this.currentPredefinedTimeSpan=null,this.setPredefinedDates()}return Ci(e,[{key:"ngOnInit",value:function(){var e=this.getInitialDate();this.initForm(e),this.subscribeToGlobalContext(),this.update(e),this.subscribeToQueryParamsChange()}},{key:"ngAfterContentChecked",value:function(){this.dashboardChild.actions=[].concat(wi(this.dashboardChild.actions),[this.action])}},{key:"toggleDecoupling",value:function(){this.isCoupled=!this.isCoupled,this.isCoupled?(this.subscribeToGlobalContext(),this.globalDate=this.widgetEventService.getLastValue("TIME_CONTEXT"),this.updateFormValues(this.globalDate),this.dateContextChange.emit(this.globalDate)):(this.unsubscribeFromGlobalContext(),this.localDate||(this.localDate=this.globalDate),this.updateFormValues(this.localDate))}},{key:"applyDatetimeContext",value:function(){this.update([new Date(this.form.value.fromDate),new Date(this.form.value.toDate)])}},{key:"reset",value:function(){this.updateDefaultDate(),this.updateFormValues(this.defaultDate),this.update(this.defaultDate)}},{key:"ngOnDestroy",value:function(){this.unsubscribeFromGlobalContext()}},{key:"predefinedDateFromSelected",value:function(e){this.updateDefaultDate();var t=new Date(this.defaultDate[1].valueOf()-e.timeSpanInMs);this.update([t,this.defaultDate[1]],e)}},{key:"updateDefaultDate",value:function(){var e=new Date,t=new Date(e.valueOf()-864e5);this.defaultDate=[t,e]}},{key:"setPredefinedDates",value:function(){this.updateDefaultDate();var e=new Date(this.defaultDate[1].valueOf()),t=e.valueOf()-new Date(e.setMonth(e.getMonth()-1)).valueOf();this.predefinedTimeSpanList=[{title:"Last minute",timeSpanInMs:Qd.MINUTE},{title:"Last hour",timeSpanInMs:Qd.HOUR},{title:"Last day",timeSpanInMs:Qd.DAY},{title:"Last week",timeSpanInMs:Qd.WEEK},{title:"Last month",timeSpanInMs:t}]}},{key:"initForm",value:function(e){this.form=new De.FormGroup({}),this.fields=[{type:"date-time",key:"fromDate",templateOptions:{label:"From"},expressionProperties:{"templateOptions.maxDate":function(e){return null==e?void 0:e.toDate}}},{type:"date-time",key:"toDate",templateOptions:{label:"To"},expressionProperties:{"templateOptions.minDate":function(e){return null==e?void 0:e.fromDate}}}],this.model={fromDate:e[0].toISOString(),toDate:e[1].toISOString()}}},{key:"update",value:function(e,t){this.isCoupled?this.widgetEventService.emit({type:"TIME_CONTEXT",data:e}):(this.localDate=e,this.dateContextChange.emit(e)),this.currentPredefinedTimeSpan=t||this.getCurrentPredefinedTimeSpan(e)}},{key:"subscribeToGlobalContext",value:function(){var e=this,t=this.widgetEventService.getObservable("TIME_CONTEXT");this.subscription=t.subscribe((function(t){e.globalDate=t,e.dateContextChange.emit(t),e.updateFormValues(t),e.setDateContextQueryParams()}))}},{key:"updateFormValues",value:function(e){this.model={fromDate:e[0].toISOString(),toDate:e[1].toISOString()}}},{key:"unsubscribeFromGlobalContext",value:function(){this.subscription&&this.subscription.unsubscribe()}},{key:"getInitialDate",value:function(){var e=this.activatedRoute.snapshot.queryParams[Zd.DATE_CONTEXT_FROM],t=this.activatedRoute.snapshot.queryParams[Zd.DATE_CONTEXT_TO];return this.isValidDateRange(e,t)?[new Date(e),new Date(t)]:this.widgetEventService.getLastValue("TIME_CONTEXT")||this.defaultDate}},{key:"isValidDateRange",value:function(e,t){var n=new Date(e),r=new Date(t);return n instanceof Date&&!isNaN(null==n?void 0:n.getTime())&&r instanceof Date&&!isNaN(null==r?void 0:r.getTime())&&n\n \n\n\n\n\n\n \n \n\n
    \n \n \n \n \n \n
    \n
    \n\n\n \n \n \n {{ isCoupled ? \'Decouple time context\' : (\'Couple time context\' | translate) }}\n \n \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"component",type:ji,selector:"c8y-action-bar-item",inputs:["placement","priority","itemClass","groupId"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:De.NgSelectOption,selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De["ɵNgSelectMultipleOption"],selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De.SelectControlValueAccessor,selector:"select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",inputs:["compareWith"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"component",type:Un.FormlyForm,selector:"formly-form",inputs:["model","fields","options","form"],outputs:["modelChange"]},{kind:"component",type:Hd,selector:"c8y-dashboard-child-action"},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Co,name:"c8yDate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jd,decorators:[{type:r.Component,args:[{selector:"c8y-widget-time-context",host:{class:"d-flex a-i-center gap-4"},template:'\n \n\n\n\n\n\n \n \n\n
    \n \n \n \n \n \n
    \n
    \n\n\n \n \n \n {{ isCoupled ? \'Decouple time context\' : (\'Couple time context\' | translate) }}\n \n \n\n'}]}],ctorParameters:function(){return[{type:Xd},{type:Yd},{type:o.Router},{type:o.ActivatedRoute}]},propDecorators:{canDecouple:[{type:r.Input}],dateContextChange:[{type:r.Output}],action:[{type:r.ViewChild,args:[Hd]}]}});var ep=function(){function e(t){var n,i=this;bi(this,e),this.dynamic=t,this.contextDashboard={updateTarget:!0},this.settings={isFrozen:!1,isDisabled:!1,widgetMargin:12,translateWidgetTitle:!1,defaultHeight:4,defaultWidth:4,allowFullscreen:!1,canCopy:!0,canDelete:!0,isLoading:!1},this.onAddWidget=new r.EventEmitter,this.onEditWidget=new r.EventEmitter,this.onDeleteWidget=new r.EventEmitter,this.onChangeDashboard=new r.EventEmitter,this.onEditDashboard=new r.EventEmitter,this.onCopyDashboard=new r.EventEmitter,this.onDeleteDashboard=new r.EventEmitter,this.onFreeze=new r.EventEmitter,this.onChangeStart=new r.EventEmitter,this.onChangeEnd=new r.EventEmitter,this._widgets=new a.BehaviorSubject([]),this.isLoading$=new a.BehaviorSubject(!(null===(n=this._settings)||void 0===n||!n.isLoading)),this.resolvedWidgets$=this._widgets.pipe((0,s.switchMap)((function(e){return i.executeResolversOfWidgets(e)})),(0,s.shareReplay)(1)),this.isExecutingResolvers$=(0,a.merge)(this._widgets.pipe((0,s.map)((function(){return!0}))),this.resolvedWidgets$.pipe((0,s.map)((function(){return!1})))),this.isLoadingWidgets$=(0,a.combineLatest)([this.isLoading$,this.isExecutingResolvers$]).pipe((0,s.map)((function(e){return e.some((function(e){return e}))})),(0,s.shareReplay)(1))}var t;return Ci(e,[{key:"widgets",get:function(){return this._widgets.value},set:function(e){this._widgets.next(e)}},{key:"_settings",set:function(e){this.settings=ci(ci({},this.settings),e),this.isLoading$.next(!!this.settings.isLoading)}},{key:"toggleFullscreen",value:function(){var e=document.body,t=document;this.fullScreen()?t.exitFullscreen?t.exitFullscreen():t.msExitFullscreen?t.msExitFullscreen():t.mozCancelFullScreen?t.mozCancelFullScreen():t.webkitExitFullscreen&&t.webkitExitFullscreen():e.requestFullscreen?e.requestFullscreen():e.msRequestFullscreen?e.msRequestFullscreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.webkitRequestFullscreen&&e.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT)}},{key:"fullScreen",value:function(){var e=document;return!!(e.fullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||e.msFullscreenElement)}},{key:"updateWidgetClasses",value:function(e,t){e.classes=ci(ci({},e.classes),t)}},{key:"updateWidgetConfig",value:function(e,t){t.config=ci(ci({},t.config),e)}},{key:"executeResolversOfWidgets",value:(t=ui(di().mark((function e(t){var n,r;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return",t);case 2:return n=t.map((function(e){return{componentId:e.componentId||e.name,config:e.config}})),e.next=5,this.dynamic.executeResolvers(n);case 5:return r=e.sent,t.forEach((function(e,t){r[t]&&(e.config||(e.config={}),Object.entries(r[t]).forEach((function(t){var n=ii(t,2),r=n[0],i=n[1];return(0,c.set)(e.config,r,i)})))})),e.abrupt("return",t);case 8:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})}]),e}();ep.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ep,deps:[{token:Za}],target:r["ɵɵFactoryTarget"].Component}),ep.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ep,selector:"c8y-widgets-dashboard",inputs:{widgets:"widgets",context:"context",contextDashboard:"contextDashboard",_settings:["settings","_settings"],breadcrumb:"breadcrumb"},outputs:{onAddWidget:"onAddWidget",onEditWidget:"onEditWidget",onDeleteWidget:"onDeleteWidget",onChangeDashboard:"onChangeDashboard",onEditDashboard:"onEditDashboard",onCopyDashboard:"onCopyDashboard",onDeleteDashboard:"onDeleteDashboard",onFreeze:"onFreeze",onChangeStart:"onChangeStart",onChangeEnd:"onChangeEnd"},host:{styleAttribute:"\n display: block;\n ",classAttribute:"dashboard c8y-grid-dashboard"},providers:[Xd],ngImport:i,template:'\n {{ settings.title | translate }}\n\n\n\n \n\n\n\n \n \n {{ \'Add widget\' | translate }}\n \n\n\n\n \n \n {{ \'Edit\' | translate }}\n \n\n\n\n \n\n\n\n \n \n \n\n\n\n \n\n\n\n \n \n Delete dashboard\n \n\n\n\n \n\n\n\n \n \x3c!-- empty state --\x3e\n
    \n

    \n

    No widgets to display.

    \n
    \n

    Add widgets to this dashboard.

    \n
    \n \n Add widget\n \n
    \n

    \n \n Find out more in the\n User guide`KEEP_ORIGINAL` .\n \n

    \n
    \n
    \n\n \n \n \n \n {{ widget.title | translate }}\n \n \n {{ widget.title }}\n \n \n \n \n \n Edit\n \n \n \n \n \n Remove\n \n \n\n \n\n \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Wo,selector:"c8y-loading"},{kind:"component",type:ji,selector:"c8y-action-bar-item",inputs:["placement","priority","itemClass","groupId"]},{kind:"component",type:Vd,selector:"c8y-dynamic-component",inputs:["componentId","config","mode","notFoundError","executeResolvers"],outputs:["updateWidgetClasses"]},{kind:"component",type:Lc,selector:"c8y-title",inputs:["pageTitleUpdate"]},{kind:"directive",type:sd,selector:"[c8y-guide-href]",inputs:["c8y-guide-href"]},{kind:"component",type:cd,selector:"[c8y-guide-docs]"},{kind:"component",type:Qc,selector:"c8y-breadcrumb"},{kind:"component",type:Zc,selector:"c8y-breadcrumb-item",inputs:["icon","translate","label","path"]},{kind:"component",type:Yd,selector:"c8y-dashboard-child",inputs:["x","y","width","height","data","margin","isFrozen","useIntersection","class"],outputs:["changeStart","changeEnd"]},{kind:"component",type:Kd,selector:"c8y-dashboard",inputs:["columns","gap","rows"],outputs:["dashboardChange"]},{kind:"component",type:qd,selector:"c8y-dashboard-child-title"},{kind:"component",type:Hd,selector:"c8y-dashboard-child-action"},{kind:"component",type:Jd,selector:"c8y-widget-time-context",inputs:["canDecouple"],outputs:["dateContextChange"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ep,decorators:[{type:r.Component,args:[{selector:"c8y-widgets-dashboard",host:{style:"\n display: block;\n ",class:"dashboard c8y-grid-dashboard"},providers:[Xd],template:'\n {{ settings.title | translate }}\n\n\n\n \n\n\n\n \n \n {{ \'Add widget\' | translate }}\n \n\n\n\n \n \n {{ \'Edit\' | translate }}\n \n\n\n\n \n\n\n\n \n \n \n\n\n\n \n\n\n\n \n \n Delete dashboard\n \n\n\n\n \n\n\n\n \n \x3c!-- empty state --\x3e\n
    \n

    \n

    No widgets to display.

    \n
    \n

    Add widgets to this dashboard.

    \n
    \n \n Add widget\n \n
    \n

    \n \n Find out more in the\n User guide`KEEP_ORIGINAL` .\n \n

    \n
    \n
    \n\n \n \n \n \n {{ widget.title | translate }}\n \n \n {{ widget.title }}\n \n \n \n \n \n Edit\n \n \n \n \n \n Remove\n \n \n\n \n\n \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:Za}]},propDecorators:{widgets:[{type:r.Input}],context:[{type:r.Input}],contextDashboard:[{type:r.Input}],_settings:[{type:r.Input,args:["settings"]}],breadcrumb:[{type:r.Input}],onAddWidget:[{type:r.Output}],onEditWidget:[{type:r.Output}],onDeleteWidget:[{type:r.Output}],onChangeDashboard:[{type:r.Output}],onEditDashboard:[{type:r.Output}],onCopyDashboard:[{type:r.Output}],onDeleteDashboard:[{type:r.Output}],onFreeze:[{type:r.Output}],onChangeStart:[{type:r.Output}],onChangeEnd:[{type:r.Output}]}});var tp=Ci((function e(){bi(this,e)}));tp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),tp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:tp,declarations:[Yd,Kd,qd,Hd,ep,Jd],imports:[da,ha,jd,Ur,d.BsDropdownModule,Pl,ld,Xc,De.FormsModule,ke.BsDatepickerModule,Pd],exports:[Kd,Yd,qd,Hd,ep,Jd]}),tp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tp,imports:[da,ha,jd,Ur,d.BsDropdownModule.forRoot(),Pl,ld,Xc,De.FormsModule,ke.BsDatepickerModule,Pd]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tp,decorators:[{type:r.NgModule,args:[{declarations:[Yd,Kd,qd,Hd,ep,Jd],imports:[da,ha,jd,Ur,d.BsDropdownModule.forRoot(),Pl,ld,Xc,De.FormsModule,ke.BsDatepickerModule,Pd],exports:[Kd,Yd,qd,Hd,ep,Jd]}]}]});var np=function(){function e(t){bi(this,e),this.audit=t}var t;return Ci(e,[{key:"ngOnInit",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.source){e.next=4;break}return e.next=3,this.audit.list({withTotalPages:!0,source:this.source});case 3:this.records=e.sent;case 4:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}]),e}();np.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:np,deps:[{token:g.AuditService}],target:r["ɵɵFactoryTarget"].Component}),np.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:np,selector:"c8y-audit-log",inputs:{source:"source"},ngImport:i,template:'
    \n
      \n
    • \n \n {{ record.time | c8yDate }}\n \n
      \n
      \n
      \n
      \n {{ record.activity | translate }}\n {{ record.user }}\n
      \n
      \n
      {{ record.text | translate }}
      \n
      \n
      \n
      \n
      \n
    • \n
    \n
    \n',dependencies:[{kind:"directive",type:No,selector:"[c8yFor]",inputs:["c8yForOf","c8yForLoadMore","c8yForPipe","c8yForNotFound","c8yForMaxIterations","c8yForLoadingTemplate","c8yForLoadNextLabel","c8yForRealtime","c8yForRealtimeOptions","c8yForComparator","c8yForEnableVirtualScroll","c8yForVirtualScrollElementSize","c8yForVirtualScrollStrategy","c8yForVirtualScrollContainerHeight"],outputs:["c8yForCount"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Co,name:"c8yDate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:np,decorators:[{type:r.Component,args:[{selector:"c8y-audit-log",template:'
    \n
      \n
    • \n \n {{ record.time | c8yDate }}\n \n
      \n
      \n
      \n
      \n {{ record.activity | translate }}\n {{ record.user }}\n
      \n
      \n
      {{ record.text | translate }}
      \n
      \n
      \n
      \n
      \n
    • \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:g.AuditService}]},propDecorators:{source:[{type:r.Input}]}});var rp=Ci((function e(){bi(this,e)}));rp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),rp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:rp,declarations:[np],imports:[da],exports:[np]}),rp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rp,imports:[da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:rp,decorators:[{type:r.NgModule,args:[{declarations:[np],imports:[da],exports:[np]}]}]});var ip=Ci((function e(){bi(this,e)})),op=Ci((function e(t){bi(this,e),this.template=t}));op.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:op,deps:[{token:r.TemplateRef}],target:r["ɵɵFactoryTarget"].Directive}),op.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:op,selector:"[c8yFilteringFormRendererDef]",ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:op,decorators:[{type:r.Directive,args:[{selector:"[c8yFilteringFormRendererDef]"}]}],ctorParameters:function(){return[{type:r.TemplateRef}]}});var ap=function(){function e(t,n){bi(this,e),this.context=t,this.jsonschema=n}return Ci(e,[{key:"onEnterKeyDown",value:function(e){e.stopPropagation(),this.applyFilter()}},{key:"onEscapeKeyDown",value:function(e){e.stopPropagation(),this.resetFilter()}},{key:"ngOnInit",value:function(){var e=this.context.property;if(e.filteringConfig.fields)this.fields=(0,c.cloneDeep)(e.filteringConfig.fields);else{if(e.filteringConfig.fields||!e.filteringConfig.schema)throw new Error("Neither fields nor schema configuration provided for Formly.");this.schema=(0,c.cloneDeep)(e.filteringConfig.schema),this.fields=[this.jsonschema.toFieldConfig(this.schema)]}this.form=e.filteringConfig.formGroup||new De.FormGroup({}),this.model=e.externalFilterQuery||e.filteringConfig.model||{},this.options={formDefaults:{ngModelOptions:{debounce:100}}}}},{key:"applyFilter",value:function(){this.context.applyFilter({externalFilterQuery:this.form.value})}},{key:"resetFilter",value:function(){this.context.resetFilter()}}]),e}();ap.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ap,deps:[{token:ip},{token:_d}],target:r["ɵɵFactoryTarget"].Component}),ap.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ap,selector:"ng-component",host:{listeners:{"keydown.enter":"onEnterKeyDown($event)","keydown.escape":"onEscapeKeyDown($event)"}},ngImport:i,template:'\n\n',dependencies:[{kind:"component",type:Un.FormlyForm,selector:"formly-form",inputs:["model","fields","options","form"],outputs:["modelChange"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ap,decorators:[{type:r.Component,args:[{template:'\n\n'}]}],ctorParameters:function(){return[{type:ip},{type:_d}]},propDecorators:{onEnterKeyDown:[{type:r.HostListener,args:["keydown.enter",["$event"]]}],onEscapeKeyDown:[{type:r.HostListener,args:["keydown.escape",["$event"]]}]}});var sp=Ci((function e(){bi(this,e)})),cp=Ci((function e(t){bi(this,e),this.template=t}));cp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cp,deps:[{token:r.TemplateRef}],target:r["ɵɵFactoryTarget"].Directive}),cp.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:cp,selector:"[c8yCellRendererDef]",ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cp,decorators:[{type:r.Directive,args:[{selector:"[c8yCellRendererDef]"}]}],ctorParameters:function(){return[{type:r.TemplateRef}]}});var lp=Ci((function e(t){bi(this,e),this.template=t}));lp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lp,deps:[{token:r.TemplateRef}],target:r["ɵɵFactoryTarget"].Directive}),lp.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:lp,selector:"[c8yHeaderCellRendererDef]",ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lp,decorators:[{type:r.Directive,args:[{selector:"[c8yHeaderCellRendererDef]"}]}],ctorParameters:function(){return[{type:r.TemplateRef}]}});var dp=function(){function e(t,n){bi(this,e),this.injector=t,this.cd=n}return Ci(e,[{key:"_spec",set:function(e){this.spec=e}},{key:"ngOnChanges",value:function(){this.prevSpec||(this.prevSpec=this.spec);var e=this.spec.renderer;e instanceof r.TemplateRef?this.rendererType="TEMPLATE":e instanceof r.Type&&(this.rendererType="COMPONENT",this.rendererInjector=r.Injector.create({providers:[{provide:sp,useValue:this.spec.context}],parent:this.injector}))}},{key:"ngDoCheck",value:function(){!this.spec.context.value===this.prevSpec.context.value&&(this.prevSpec=this.spec,this.cd.markForCheck())}}]),e}();dp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dp,deps:[{token:r.Injector},{token:r.ChangeDetectorRef}],target:r["ɵɵFactoryTarget"].Component}),dp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:dp,selector:"c8y-cell-renderer",inputs:{_spec:["spec","_spec"]},usesOnChanges:!0,ngImport:i,template:'\n \n \n\n \n \n\n\n\n \n {{ spec.context.value }}\n \n\n',dependencies:[{kind:"directive",type:u.NgComponentOutlet,selector:"[ngComponentOutlet]",inputs:["ngComponentOutlet","ngComponentOutletInjector","ngComponentOutletContent","ngComponentOutletNgModule","ngComponentOutletNgModuleFactory"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:dp,decorators:[{type:r.Component,args:[{selector:"c8y-cell-renderer",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n \n \n\n \n \n\n\n\n \n {{ spec.context.value }}\n \n\n'}]}],ctorParameters:function(){return[{type:r.Injector},{type:r.ChangeDetectorRef}]},propDecorators:{_spec:[{type:r.Input,args:["spec"]}]}});var pp=Ci((function e(){bi(this,e)}));pp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pp,deps:[],target:r["ɵɵFactoryTarget"].Directive}),pp.ɵdir=r["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:pp,selector:"c8y-column",inputs:{name:"name"},queries:[{propertyName:"cellRendererDef",first:!0,predicate:cp,descendants:!0},{propertyName:"headerCellRendererDef",first:!0,predicate:lp,descendants:!0},{propertyName:"filteringFormRendererDef",first:!0,predicate:op,descendants:!0}],ngImport:i}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pp,decorators:[{type:r.Directive,args:[{selector:"c8y-column"}]}],propDecorators:{name:[{type:r.Input}],cellRendererDef:[{type:r.ContentChild,args:[cp,{static:!1}]}],headerCellRendererDef:[{type:r.ContentChild,args:[lp,{static:!1}]}],filteringFormRendererDef:[{type:r.ContentChild,args:[op,{static:!1}]}]}});var up=function(){function e(t,n){bi(this,e),this.injector=t,this.cd=n,this.defaultRendererFilterText=""}return Ci(e,[{key:"_spec",set:function(e){this.spec=e}},{key:"ngOnChanges",value:function(){var e=this.spec,t=e.renderer,n=e.context;t instanceof r.TemplateRef?this.rendererType="TEMPLATE":t instanceof r.Type&&(this.rendererType="COMPONENT",this.rendererInjector=r.Injector.create({providers:[{provide:ip,useValue:this.spec.context}],parent:this.injector}));var i=n.property.filterPredicate;"string"==typeof i&&(this.defaultRendererFilterText=i)}}]),e}();up.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:up,deps:[{token:r.Injector},{token:r.ChangeDetectorRef}],target:r["ɵɵFactoryTarget"].Component}),up.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:up,selector:"c8y-filtering-form-renderer",inputs:{_spec:["spec","_spec"]},usesOnChanges:!0,ngImport:i,template:'\n \n \n\n \n \n\n\n\n
    \n \n \n
    \n\n \n
    \n',dependencies:[{kind:"directive",type:u.NgComponentOutlet,selector:"[ngComponentOutlet]",inputs:["ngComponentOutlet","ngComponentOutletInjector","ngComponentOutletContent","ngComponentOutletNgModule","ngComponentOutletNgModuleFactory"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:Qs,selector:"[c8yProductExperience]",inputs:["actionName","actionData"]},{kind:"pipe",type:ao,name:"translate"}],changeDetection:r.ChangeDetectionStrategy.OnPush}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:up,decorators:[{type:r.Component,args:[{selector:"c8y-filtering-form-renderer",changeDetection:r.ChangeDetectionStrategy.OnPush,template:'\n \n \n\n \n \n\n\n\n
    \n \n \n
    \n\n \n
    \n'}]}],ctorParameters:function(){return[{type:r.Injector},{type:r.ChangeDetectorRef}]},propDecorators:{_spec:[{type:r.Input,args:["spec"]}]}});var gp=function(){function e(t,n){bi(this,e),this.fb=t,this.modalRef=n,this.SIMPLE_JSON_PATH_REGEX=/^[^.\s]+(\.\S+)*$/,this.onAddCustomColumn=new r.EventEmitter,this.formGroup=this.fb.group({header:[""],path:["",[De.Validators.required,kc]],addAnother:[!1]}),this.columns=[],this.uniqueHeaderMsg="The column header name is too similar to '{{ value }}'."}return Ci(e,[{key:"comparator",value:function(e,t){return(0,c.camelCase)(e)===(0,c.camelCase)(t)}},{key:"addColumn",value:function(){var e=this.formGroup.value,t=e.header,n=e.path,r={name:(0,c.camelCase)(t),header:t,path:n,custom:!0,visible:!0};this.onAddCustomColumn.emit(r),this.columns.splice(this.columns.length,0,r),this.formGroup.value.addAnother?this.form.resetForm({addAnother:!0}):this.modalRef.hide()}}]),e}();gp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gp,deps:[{token:De.FormBuilder},{token:xe.BsModalRef}],target:r["ɵɵFactoryTarget"].Component}),gp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:gp,selector:"c8y-configure-custom-column",outputs:{onAddCustomColumn:"onAddCustomColumn"},viewQueries:[{propertyName:"form",first:!0,predicate:["columnConfigForm"],descendants:!0}],ngImport:i,template:'
    \n \n\n
    \n \n\n \n
    \n
    \n',dependencies:[{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.CheckboxControlValueAccessor,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.FormGroupDirective,selector:"[formGroup]",inputs:["formGroup"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"directive",type:De.FormControlName,selector:"[formControlName]",inputs:["formControlName","disabled","ngModel"],outputs:["ngModelChange"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Ss,selector:"c8y-message",inputs:["name","text"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]},{kind:"directive",type:Es,selector:"input[required], input[formControlName]"},{kind:"directive",type:Sc,selector:"[uniqueByPath]",inputs:["collection","path","comparator"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gp,decorators:[{type:r.Component,args:[{selector:"c8y-configure-custom-column",template:'
    \n \n\n
    \n \n\n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:De.FormBuilder},{type:xe.BsModalRef}]},propDecorators:{form:[{type:r.ViewChild,args:["columnConfigForm",{static:!1}]}],onAddCustomColumn:[{type:r.Output}]}});var hp,mp=function(){function e(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};bi(this,e),this.filteringFormRendererComponent=ap,Object.assign(this,n),null!==(t=n.filter)&&void 0!==t&&t.externalFilterQuery&&(this.externalFilterQuery=n.filter.externalFilterQuery)}return Ci(e,[{key:"getLabelTemplate",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n='\n \n ';return"\n \n ")}}]),e}(),fp=function(e){gi(n,e);var t=mi(n);function n(e){var r;bi(this,n);var i=yi(r=t.call(this,e));return r.name=r.name||"custom",r.header=r.header||"Custom",r.filterable=!0,r.filteringConfig={fields:[{key:"exists",type:"switch",defaultValue:!1,templateOptions:{label:"Only rows where value is defined"}}].concat(wi(Nd({key:"equals",label:"Only rows where value equals to",addText:"Add next`value`",tooltip:"Use * as a wildcard character",placeholder:"10300",optional:!0}))),getFilter:function(e){var t={};return e.exists&&(t.__has=i.path),e.equals&&(t[i.path]={__in:e.equals}),t}},r.sortable=!0,r.sortingConfig={pathSortingConfigs:[{path:r.path}]},r}return Ci(n)}(mp),yp=new r.InjectionToken("DataGridConfigurationStrategy"),vp=new r.InjectionToken("DataGridConfigurationContext"),bp=new r.InjectionToken("DataGridConfigurationContextProvider"),kp=80,Cp={icon:1,numeric:1,"text-short":1.67,"text-long":3.33};!function(e){e.ApplyFilter="APPLY_FILTER",e.ResetFilter="RESET_FILTER"}(hp||(hp={}));var Ip=function(){function e(t){bi(this,e),this.userPreferencesService=t,this.DEFAULT_PAGE_SIZE=20,this.queriesUtil=new g.QueriesUtil}return Ci(e,[{key:"getConfig",value:function(e){return this.getConfig2(e)}},{key:"saveConfig",value:function(e,t){localStorage.setItem(t,JSON.stringify(e))}},{key:"clearConfig",value:function(e){localStorage.removeItem(e)}},{key:"getConfig$",value:function(e){var t=this;return this.userPreferencesService.get(e).pipe((0,s.map)((function(e){return e||{columns:[],pagination:{pageSize:t.DEFAULT_PAGE_SIZE,currentPage:1}}})))}},{key:"saveConfig$",value:function(e,t){return(0,a.from)(this.userPreferencesService.set(t,e))}},{key:"getUserConfiguredColumns",value:function(e,t){return this.applyConfigToColumns(this.getConfig2(t),e,t)}},{key:"getUserConfiguredColumns$",value:function(e,t){var n=this;return this.getConfig$(t).pipe((0,s.withLatestFrom)((0,a.isObservable)(e)?e:(0,a.of)(e)),(0,s.map)((function(e){var r=ii(e,2),i=r[0],o=r[1];return n.applyConfigToColumns(i,o,t)})),(0,s.take)(1),(0,s.share)())}},{key:"getQueryObj",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,c.transform)(e,(function(e,n){return t.extendQueryByColumn(e,n)}),ci({__filter:{},__orderby:[]},n))}},{key:"applyConfigToColumns",value:function(e,t,n){var r;if((null==e||null===(r=e.columns)||void 0===r?void 0:r.length)>0){var i=[],o=[];try{var a=e.columns.filter((function(e){return e.custom})).map((function(e){return new fp(e)})),s=[].concat(wi(t),wi(a));o=s.filter((function(t){return!e.columns.some((function(e){return t.name===e.name}))})),e.columns.forEach((function(e){var t,n=e.visible,r=e.name,o=e.sortOrder,a=e.filter,c=s.find((function(e){return e.name===r}));c&&(c.visible=n,c.sortOrder=o,c.externalFilterQuery=null!==(t=c.externalFilterQuery)&&void 0!==t?t:null==a?void 0:a.externalFilterQuery,i.push(c))}))}catch(e){this.clearConfig(n)}return[].concat(i,wi(o))}return t}},{key:"getConfig2",value:function(e){var t=JSON.parse(localStorage.getItem(e));return null===t?{columns:[],pagination:{pageSize:this.DEFAULT_PAGE_SIZE,currentPage:1}}:t}},{key:"extendQueryByColumn",value:function(e,t){if(t.filterable&&t.externalFilterQuery){var n=(t.filteringConfig.getFilter||c.identity)(t.externalFilterQuery);n.__or?(e.__filter.__and=e.__filter.__and||[],e.__filter.__and.push(n)):n.__and&&(0,c.get)(e,"__filter.__and")?n.__and.map((function(t){return e.__filter.__and.push(t)})):(0,c.assign)(e.__filter,n)}if(t.sortable&&t.sortOrder){var r={};(0,c.forEach)(t.sortingConfig.pathSortingConfigs,(function(e){r[e.path]=("asc"===t.sortOrder?1:-1)*(e.sortOrderModifier||1)})),e.__orderby.push(r)}return e}}]),e}();Ip.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ip,deps:[{token:aa}],target:r["ɵɵFactoryTarget"].Injectable}),Ip.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ip,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ip,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:aa}]}});var wp=function(){function e(){bi(this,e),this.loadingSubject=new a.BehaviorSubject(!0),this.dataSourceSubject=new a.BehaviorSubject([]),this.dataStatsSubject=new a.BehaviorSubject({size:0,filteredSize:0,currentPage:0,currentPageSize:0,firstPageSize:0}),this.dataSelectionSubject=new a.BehaviorSubject({filteredDataIds:[]}),this.resultListSubject=new a.Subject,this.loading$=this.loadingSubject.asObservable(),this.data$=this.dataSourceSubject.asObservable(),this.stats$=this.dataStatsSubject.asObservable(),this.selection$=this.dataSelectionSubject.asObservable(),this.resultList$=this.resultListSubject.asObservable()}return Ci(e,[{key:"connect",value:function(e){return this.data$}},{key:"disconnect",value:function(e){this.loadingSubject.complete(),this.dataSourceSubject.complete(),this.dataStatsSubject.complete(),this.dataSelectionSubject.complete()}},{key:"loadData",value:function(e){var t=this,n=e.rows,r=e.columns,i=e.pagination,o=e.searchText,l=e.serverSideDataCallback,d=e.selectable,p=e.selectionPrimaryKey,u=e.infiniteScroll,g=e.reload,h=void 0!==g&&g,m=this.toObservable(n).pipe((0,s.map)((function(e){var n=0,a=[],s=(0,c.flow)((function(e){return t.doClientSideSearch({data:e,columns:r,searchText:o})}),(function(e){return t.doClientSideFiltering({data:e,columns:r})}),(function(e){return t.doClientSideSorting({data:e,columns:r})}),(function(e){return n=e.length,a=d?e.map((function(e){return e[p]})):a,e}),(function(e){return t.doClientSidePagination({data:e,pagination:i})}))(e);return t.dataStatsSubject.next({size:e.length,filteredSize:n,currentPage:i.currentPage,currentPageSize:s.length,firstPageSize:i.pageSize}),t.dataSelectionSubject.next({filteredDataIds:a}),s}))),f=(0,a.defer)((function(){return t.toObservable(l({columns:r,searchText:o,pagination:i,selection:{enabled:d,primaryKey:p}}))})).pipe((0,s.map)((function(e){var n=e.data,r=e.paging,i=e.size,o=e.filteredSize,a=e.filteredDataIds;return t.dataStatsSubject.next({size:i,filteredSize:o,currentPage:r.currentPage,currentPageSize:n.length,nextPage:r.nextPage,firstPageSize:r.pageSize}),t.dataSelectionSubject.next({filteredDataIds:a||[]}),t.resultListSubject.next(e),n}))),y="function"==typeof l?f:m;(0,a.of)([]).pipe((0,s.tap)((function(){return t.loadingSubject.next(!0)})),(0,s.switchMap)((function(){return y})),(0,s.catchError)((function(){return t.dataStatsSubject.next({size:0,filteredSize:0,currentPage:0,currentPageSize:0,firstPageSize:0}),t.dataSelectionSubject.next({filteredDataIds:[]}),(0,a.of)([])})),(0,s.finalize)((function(){return t.loadingSubject.next(!1)}))).subscribe((function(e){var n=u&&!h?[].concat(wi(t.dataSourceSubject.value),wi(e)):e;t.dataSourceSubject.next(n)}))}},{key:"resolveValue",value:function(e,t){return(0,c.get)(e,t)}},{key:"resolveFunction",value:function(e){return"function"==typeof e?e():e}},{key:"normalizeNil",value:function(e){return(0,c.isNil)(e)?"":e}},{key:"doClientSideFiltering",value:function(e){var t=this,n=e.data;return e.columns.reduce((function(e,n){var r=n.filterPredicate;return"string"==typeof r?t.doClientSideSearch({data:e,columns:[n],searchText:r}):"function"==typeof r?e.filter((function(e){return r(e,n.path)})):e}),n)}},{key:"doClientSideSearch",value:function(e){var t=this,n=e.data,r=e.columns,i=e.searchText,o=r.map((function(e){return e.path})).filter((function(e){return!(0,c.isNil)(e)})),a=this.createRegexSearch(i);return n.filter((function(e){var n=(0,c.flow)((function(e){return o.map((function(t){return(0,c.get)(e,t)}))}),(function(e){return(0,c.mapValues)(e,t.resolveFunction)}),(function(e){return(0,c.omitBy)(e,c.isNil)}))(e);return Object.values(n).some((function(e){return a.test(e.toString())}))}))}},{key:"doClientSideSorting",value:function(e){var t=e.data,n=e.columns.filter((function(e){return!!e.sortOrder})),r={iteratees:n.map((function(e){return e.path})).map((function(e){return function(t){var n;return null!==(n=(0,c.get)(t,e))&&void 0!==n?n:""}})),orders:n.map((function(e){return e.sortOrder}))};return(0,c.orderBy)(t,r.iteratees,r.orders)}},{key:"doClientSidePagination",value:function(e){var t=e.data,n=e.pagination;return n?(0,c.get)((0,c.chunk)(t,n.pageSize),n.currentPage-1,[]):t}},{key:"createRegexSearch",value:function(e){return RegExp(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}(e),"i")}},{key:"toObservable",value:function(e){return(0,a.isObservable)(e)?e:Ni(e)?(0,a.from)(e):(0,a.of)(e)}}]),e}();var Sp,xp=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(e,t){return!e.showIf||e.showIf(t)}}]),e}();xp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xp,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),xp.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:xp,name:"isControlVisible"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:xp,decorators:[{type:r.Pipe,args:[{name:"isControlVisible"}]}]}),function(e){e.ASC="asc",e.DESC="desc"}(Sp||(Sp={}));var Dp=function(){function e(t,n,i,o,c,l,d){var p=this;bi(this,e),this.configurationStrategy=t,this.dataGridService=n,this.sanitizer=i,this.cfr=o,this.gainsightService=c,this.bsModalService=l,this.alertService=d,this.title="Items",this.loadMoreItemsLabel="Load more items",this.loadingItemsLabel="Loading items…",this.showSearch=!1,this.columns=[],this.dataSource=new wp,this.filteringLabelsParams={filteredItemsCount:0,allItemsCount:0},this.paginationLabelParams={pageFirstItemIdx:0,pageLastItemIdx:0,itemsTotal:0},this.possiblePageSizes=[10,15,20,30,50],this.minPossiblePageSize=Math.min.apply(Math,wi(this.possiblePageSizes)),this.selectable=!1,this.selectionPrimaryKey="id",this.displayOptions={striped:!0,bordered:!1,gridHeader:!0,filter:!0},this.searchText="",this.configureColumnsEnabled=!0,this.showCounterWarning=!1,this.rowMouseOver=new r.EventEmitter,this.rowMouseLeave=new r.EventEmitter,this.rowClick=new r.EventEmitter,this.onConfigChange=new r.EventEmitter,this.onBeforeFilter=new r.EventEmitter,this.onBeforeSearch=new r.EventEmitter,this.onFilter=new r.EventEmitter,this.itemsSelect=new r.EventEmitter,this.onReload=new r.EventEmitter,this.onAddCustomColumn=new r.EventEmitter,this.onRemoveCustomColumn=new r.EventEmitter,this.onColumnFilterReset=new r.EventEmitter,this.columnNames=[],this.styles={tableCursor:"auto",gridTemplateColumns:void 0,gridInfiniteScrollColumn:void 0},this.searchText$=new r.EventEmitter,this.filteringApplied=!1,this.totalPagesCount$=new a.BehaviorSubject(1/0),this.hidePagination$=this.totalPagesCount$.pipe((0,s.map)((function(e){return e<=1})),(0,s.delay)(0)),this.selectedItemIds=[],this.currentPageSelectionState={allSelected:!1,allDeselected:!0},this.builtInActionType={Edit:"EDIT",Delete:"DELETE",Export:"EXPORT"},this.confirmRemoveColumnButtons=[{label:"Cancel",action:function(){return Promise.resolve(!1)}},{label:"Remove`column,verb`",status:"danger",action:function(){return Promise.resolve(!0)}}],this.isConfigContextKnown=!1,this.resizeHandleMouseDown$=new r.EventEmitter,this.resizeHandleContainerMouseMove$=new r.EventEmitter,this.resizeHandleContainerMouseUp$=new r.EventEmitter,this.columnsInitialized=!1,this.unsubscribe$=new a.Subject,this.SEARCH_DEBOUNCE_TIME=500,this.triggerLoadData=new r.EventEmitter,this.triggerLoadData.pipe((0,s.debounceTime)(1),(0,s.takeUntil)(this.unsubscribe$)).subscribe((function(e){p.loadData(e)}))}var t;return Ci(e,[{key:"_columns",set:function(e){var t=this;this.configurationStrategy&&!(0,c.isEmpty)(e)?this.configurationStrategy.getConfig$().pipe((0,s.take)(1),(0,s.takeUntil)(this.unsubscribe$)).subscribe((function(n){t.columns=t.dataGridService.applyConfigToColumns(n,e),t.columnsInitialized=!0,t.updateColumns(),t.triggerLoadData.emit(!!t.infiniteScroll)})):(this.columns=e||[],this.columnsInitialized=this.columnsInitialized||!!e)}},{key:"_rows",set:function(e){this.rows=e||[]}},{key:"_pagination",set:function(e){this.pagination=e;var t=(0,c.get)(this.pagination,"pageSize");t&&!this.possiblePageSizes.find((function(e){return e===t}))&&(this.pagination=ci(ci({},this.pagination),{},{pageSize:10}))}},{key:"_infiniteScroll",set:function(e){this.infiniteScroll=e}},{key:"_serverSideDataCallback",set:function(e){this.serverSideDataCallback=e}},{key:"_selectable",set:function(e){this.selectable=e}},{key:"_selectionPrimaryKey",set:function(e){this.selectionPrimaryKey=e}},{key:"_displayOptions",set:function(e){this.displayOptions=ci(ci({},this.displayOptions),e)}},{key:"_actionControls",set:function(e){this.actionControls=e||[]}},{key:"_bulkActionControls",set:function(e){this.bulkActionControls=e||[]}},{key:"_headerActionControls",set:function(e){this.headerActionControls=e||[]}},{key:"ngOnInit",value:function(){var e,t=this;this.isConfigContextKnown=!(null===(e=this.configurationStrategy)||void 0===e||!e.isContextKnown()),this.searchText$.pipe((0,s.takeUntil)(this.unsubscribe$),(0,s.debounceTime)(this.SEARCH_DEBOUNCE_TIME),(0,s.distinctUntilChanged)(),(0,s.tap)((function(e){t.searchText=e,t.onBeforeSearch.emit(t.searchText)}))).subscribe((function(){t.reload()})),this.selectable&&(0,a.combineLatest)(this.dataSource.data$,this.itemsSelect.asObservable()).pipe((0,s.takeUntil)(this.unsubscribe$)).subscribe((function(e){var n=ii(e,1)[0],r=0===n.length;t.currentPageSelectionState={allSelected:!r&&n.every((function(e){return t.isItemSelected(e)})),allDeselected:!!r||n.every((function(e){return!t.isItemSelected(e)}))}})),this.dataSource.stats$.pipe((0,s.takeUntil)(this.unsubscribe$)).subscribe((function(e){t.createLoadMoreComponent(e),t.updateFilteringLabelsParams(e),t.updatePaginationLabelParams(e)})),this.refresh&&this.refresh.pipe((0,s.takeUntil)(this.unsubscribe$)).subscribe((function(){t.cancel(!1),t.reload()})),this.processAndPersistConfigChange()}},{key:"ngOnChanges",value:function(e){var t;if((!e._actionControls&&!e.searchText||null!==(t=e._actionControls)&&void 0!==t&&t.firstChange)&&this.columnsInitialized){var n,r,i=!(null===(n=e._infiniteScroll)||void 0===n||!n.currentValue||null!==(r=e._infiniteScroll)&&void 0!==r&&r.firstChange);this.triggerLoadData.emit(i)}this.updateColumns()}},{key:"ngAfterViewInit",value:function(){this.updateGridColumnsSize(),this.updateThEls(),this.setupResizeHandle()}},{key:"ngOnDestroy",value:function(){this.unsubscribe$.next(),this.unsubscribe$.complete()}},{key:"openCustomColumnModal",value:function(){var e=this,t=this.bsModalService.show(gp,{class:"modal-sm",ignoreBackdropClick:!0,initialState:{columns:this.columns}});t.content.onAddCustomColumn.pipe((0,s.tap)((function(t){var n=e.columns.indexOf(e.columns.find((function(e){return e.positionFixed})));e.columns.splice(n>-1?n:e.columns.length,0,new fp(t)),e.updateColumns()})),(0,s.takeUntil)(t.onHidden)).subscribe((function(t){return e.onAddCustomColumn.emit(t)}))}},{key:"removeCustomColumn",value:(t=ui(di().mark((function e(t,n,r){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r.autoClose=!1,t.message="Do you want to remove this column?",e.prev=2,e.next=5,t.show(this.confirmRemoveColumnButtons);case 5:e.sent&&(this.columns=this.columns.filter((function(e){return(null==e?void 0:e.name)!==(null==n?void 0:n.name)})),this.updateColumns(),this.onRemoveCustomColumn.emit(n)),e.next=12;break;case 9:e.prev=9,e.t0=e.catch(2),this.alertService.addServerFailure(e.t0);case 12:setTimeout((function(){return r.autoClose=!0}),0);case 13:case"end":return e.stop()}}),e,this,[[2,9]])}))),function(e,n,r){return t.apply(this,arguments)})},{key:"trackByName",value:function(e,t){return t.name}},{key:"resolveCellValue",value:function(e,t){var n=this;return(0,c.flow)([function(e){return n.dataSource.resolveValue(e,t)},this.dataSource.resolveFunction,this.dataSource.normalizeNil])(e)}},{key:"changeSortOrder",value:function(e){var t=this.columns.find((function(t){return t.name===e}));if(this.gainsightService.triggerEvent("dataGrid:ChangeSortOrder",{column:e,sortOrderBeforeChange:function(e){switch(e){case Sp.ASC:return"descending";case Sp.DESC:return"descending (Default)";default:return"ascending"}}(null==t?void 0:t.sortOrder)}),t){var n=t.sortOrder;n?n===Sp.ASC?this.updateSorting([e],Sp.DESC):this.updateSorting([e],""):this.updateSorting([e],Sp.ASC)}}},{key:"updateSorting",value:function(e,t){this.columns=this.columns.map((function(n){return e.includes(n.name)?ci(ci({},n),{},{sortOrder:t}):n})),this.emitConfigChange(),this.reload()}},{key:"applyFilter",value:function(e,t,n){this.gainsightService.triggerEvent("dataGrid:ApplyFilter",{column:e}),this.onBeforeFilter.emit({columnName:e,dropdown:t,filteringModifier:n}),this.updateFiltering([e],{type:hp.ApplyFilter,payload:{filteringModifier:n}}),t.hide(),this.onFilter.emit({columnName:e,dropdown:t,filteringModifier:n})}},{key:"resetFilter",value:function(e,t){this.gainsightService.triggerEvent("dataGrid:ResetFilter",{column:e}),this.updateFiltering([e],{type:hp.ResetFilter}),t.hide(),this.onFilter.emit({columnName:e,dropdown:t})}},{key:"clearFilters",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.gainsightService.triggerEvent("dataGrid:ClearFilters"),this.updateFiltering(this.columns.map((function(e){return e.name})),{type:hp.ResetFilter},e),this.onFilter.emit({})}},{key:"updateFiltering",value:function(e,t){var n=this,r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];this.columns=this.columns.map((function(r){return e.includes(r.name)?ci(ci({},r),t.type===hp.ApplyFilter?t.payload.filteringModifier:n.onResetFilterAction(r)):r})),this.updateFilteringApplied(),r&&this.reload()}},{key:"updateFilteringApplied",value:function(){this.filteringApplied=this.columns.some(this.isColumnFilteringApplied)}},{key:"isColumnFilteringApplied",value:function(e){var t=e.filterable,n=e.filterPredicate,r=e.externalFilterQuery;return!(!t||!n&&!r)}},{key:"updatePagination",value:function(e){var t=e.itemsPerPage,n=e.page;this.pagination=ci(ci({},this.pagination),{},{pageSize:t,currentPage:n}),this.loadData(),this.emitConfigChange()}},{key:"clickReload",value:function(){this.gainsightService.triggerEvent("dataGrid:Reload"),this.searchText="",this.reload(),this.onReload.next()}},{key:"reload",value:function(){this.pagination=ci(ci({},this.pagination),{},{currentPage:1}),this.recreateLoadMoreComponent=!0,this.loadData(!0),this.scrollToTop()}},{key:"loadNextPage",value:function(){var e=this;return this.pagination=ci(ci({},this.pagination),{},{currentPage:this.pagination.nextPage}),this.loadData(),this.dataSource.resultList$.pipe((0,s.take)(1)).toPromise().then((function(t){return ci(ci({},t),{},{paging:ci(ci({},t.paging),{},{next:e.loadNextPage.bind(e)})})}))}},{key:"getCellRendererSpec",value:function(e){var t=e.value,n=e.row,r=e.columnName;return this._getCellRendererSpec({type:"CELL",value:t,row:n,columnName:r})}},{key:"getHeaderCellRendererSpec",value:function(e){var t=e.value,n=e.columnName;return this._getCellRendererSpec({type:"HEADER",value:t,row:void 0,columnName:n})}},{key:"getFilteringFormRendererSpec",value:function(e){var t=e.column,n=e.dropdown;return{renderer:(0,c.get)(this.getColumnRenderer(t),"filteringFormRendererDef.template")||t.filteringFormRendererComponent,context:{property:t,applyFilter:this.applyFilter.bind(this,t.name,n),resetFilter:this.resetFilter.bind(this,t.name,n)}}}},{key:"setAllItemsSelected",value:function(e){var t=this;this.dataSource.selection$.pipe((0,s.first)()).subscribe((function(n){var r=n.filteredDataIds;return t.setItemsSelected(r,e)}))}},{key:"setAllItemsInCurrentPageSelected",value:function(e){var t=this;this.dataSource.data$.pipe((0,s.first)()).subscribe((function(n){return t.setItemsSelected(n,e)}))}},{key:"setItemsSelected",value:function(e,t){var n=this,r=e.map((function(e){return"object"===ti(e)?e[n.selectionPrimaryKey]:e}));this.selectedItemIds=t?(0,c.union)(this.selectedItemIds,r):c.without.apply(void 0,[this.selectedItemIds].concat(wi(r))),this.gainsightService.triggerEvent("dataGrid:ItemCheckboxClicked",{itemSelected:t}),this.itemsSelect.emit(this.selectedItemIds)}},{key:"cancel",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];e&&this.gainsightService.triggerEvent("dataGrid:CancelSelection"),this.selectedItemIds=[],this.itemsSelect.emit(this.selectedItemIds)}},{key:"isItemSelected",value:function(e){return this.selectedItemIds.includes(e[this.selectionPrimaryKey])}},{key:"onColumnDrop",value:function(e){var t=e.previousIndex,n=e.currentIndex;if(t!==n){this.gainsightService.triggerEvent("dataGrid:ColumnPositionChanged",{columnName:this.columnNames[t]});var r=this.columns.splice(t,1);this.columns.splice(n,0,r[0]),this.emitConfigChange()}this.updateColumnNames(),this.updateGridColumnsSize()}},{key:"updateGridColumnsSize",value:function(){this.styles=ci(ci({},this.styles),{},{gridTemplateColumns:this.sanitizer.bypassSecurityTrustStyle(this.columns.filter((function(e){return e.visible})).map((function(e){return e.gridTrackSize})).join(" ")),gridInfiniteScrollColumn:this.sanitizer.bypassSecurityTrustStyle("1 / span ".concat(this.columns.filter((function(e){return e.visible})).length))})}},{key:"updateThEls",value:function(){var e=this;setTimeout((function(){e.thEls=e.thRefs?e.thRefs.toArray().map((function(e){return e.nativeElement})):[]}),0)}},{key:"isDropDownPlacedRight",value:function(e){return(0,c.indexOf)(this.columns.filter((function(e){return e.visible})),e)>this.columns.filter((function(e){return e.visible})).length/2}},{key:"emitConfigChange",value:function(){if(this.columnsInitialized){var e=this.columns.map(this.mapColumnToConfig.bind(this));this.onConfigChange.emit({columns:e,pagination:this.pagination})}}},{key:"onResetFilterAction",value:function(e){return this.onColumnFilterReset.emit(e),{filterPredicate:void 0,externalFilterQuery:void 0}}},{key:"mapColumnToConfig",value:function(e){var t,n,r;e.custom?r={visible:e.visible,sortOrder:e.sortOrder,name:e.name,filter:{externalFilterQuery:e.externalFilterQuery},header:e.header,path:e.path,custom:!0}:r={visible:e.visible,sortOrder:e.sortOrder,name:e.name,filter:{externalFilterQuery:e.externalFilterQuery}};return(0,c.isEmpty)(null===(t=r)||void 0===t||null===(n=t.filter)||void 0===n?void 0:n.externalFilterQuery)&&delete r.filter,r}},{key:"loadData",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.rows,n=this.columns,r=this.pagination,i=this.searchText,o=this.serverSideDataCallback,a=this.selectable,s=this.selectionPrimaryKey,c=this.infiniteScroll;this.dataSource.loadData({rows:t,columns:n,pagination:r,searchText:i,serverSideDataCallback:o,selectable:a,selectionPrimaryKey:s,infiniteScroll:c,reload:e})}},{key:"updateColumns",value:function(){var e,t={sortable:!1,positionFixed:!0},n=this.selectable?ci(ci({},t),{},{name:"checkbox",gridTrackSize:"32px"}):void 0,r=(null===(e=this.actionControls)||void 0===e?void 0:e.length)>0?ci(ci({},t),{},{name:"actions",gridTrackSize:this.actionControls.length>2?"40px":"minmax(40px, auto)"}):void 0,i=[n].concat(wi(this.columns),[r]).filter(Boolean).map(this.withColumnDefaults);this.columns=(0,c.uniqBy)(i,"name"),this.updateColumnNames(),this.updateGridColumnsSize(),this.updateThEls(),this.updateFilteringApplied()}},{key:"withColumnDefaults",value:function(e){var t=e.dataType||"text-short",n=e.headerCSSClassName,r=e.cellCSSClassName;return ci(ci({visible:!0,positionFixed:!1,resizable:!0,sortable:!0,sortOrder:"",filterable:!1},e),{},{dataType:t,gridTrackSize:e.gridTrackSize||"minmax(".concat(kp,"px, ").concat(Cp[t],"fr)"),headerCSSClassName:("string"==typeof n?n.split(" "):n)||[],cellCSSClassName:("string"==typeof r?r.split(" "):r)||[]})}},{key:"updateColumnNames",value:function(){this.columnNames=this.columns.map((function(e){return e.name}))}},{key:"setupResizeHandle",value:function(){var e=this;this.resizeHandleMouseDown$.pipe((0,s.takeUntil)(this.unsubscribe$),(0,s.tap)((function(){return e.clearMouseHighlights()})),(0,s.mergeMap)((function(t){var n=t.event,r=t.targetColumnName;return e.columns=e.columns.map((function(e){return e.name===r?ci(ci({},e),{},{headerCSSClassName:(0,c.union)(e.headerCSSClassName,["header--being-resized"])}):e})),e.headerBeingResized={columnName:r,el:n.target.parentNode},e.styles=ci(ci({},e.styles),{},{tableCursor:"col-resize"}),e.resizeHandleContainerMouseMove$.pipe((0,s.tap)((function(){return e.clearMouseHighlights()})),(0,s.takeUntil)(e.resizeHandleContainerMouseUp$))}))).subscribe((function(t){requestAnimationFrame((function(){e.columns=e.columns.map((function(n,r){if(e.headerBeingResized&&n.name===e.headerBeingResized.columnName){var i=e.scrollContainer.nativeElement,o=i.getBoundingClientRect().left,a=i.scrollLeft-o,s=e.headerBeingResized.el.offsetLeft||0,l=a+t.clientX-s;return ci(ci({},n),{},{gridTrackSize:"".concat(Math.max(kp,l),"px")})}return n.gridTrackSize.startsWith("minmax")?ci(ci({},n),{},{gridTrackSize:"".concat((0,c.parseInt)(e.thEls[r].clientWidth),"px")}):n})),e.updateGridColumnsSize()}))})),this.resizeHandleContainerMouseUp$.pipe((0,s.takeUntil)(this.unsubscribe$)).subscribe((function(){e.headerBeingResized&&(e.columns=e.columns.map((function(t){return t.name===e.headerBeingResized.columnName?ci(ci({},t),{},{headerCSSClassName:(0,c.without)(t.headerCSSClassName,"header--being-resized")}):t})),e.headerBeingResized=void 0,e.styles=ci(ci({},e.styles),{},{tableCursor:"auto"}))}))}},{key:"clearMouseHighlights",value:function(){window.getSelection&&window.getSelection().removeAllRanges()}},{key:"_getCellRendererSpec",value:function(e){var t=e.type,n=e.value,r=e.row,i=e.columnName,o=this.columns.find((function(e){return e.name===i})),a=this.getColumnRenderer(o),s=(0,c.get)(a,"".concat("HEADER"===t?"headerCellRendererDef":"cellRendererDef",".template")),l=o.cellRendererComponent,d=o.headerCellRendererComponent;return{renderer:s||("HEADER"===t?d:l),context:{value:n,item:r,property:o}}}},{key:"getColumnRenderer",value:function(e){return this.columnRenderers.toArray().find((function(t){return t.name===e.name}))}},{key:"updateFilteringLabelsParams",value:function(e){this.filteringLabelsParams={filteredItemsCount:e.filteredSize,allItemsCount:e.size}}},{key:"updatePaginationLabelParams",value:function(e){this.pagination.nextPage=e.nextPage;var t=(e.currentPage-1)*e.firstPageSize+1;this.paginationLabelParams={pageFirstItemIdx:t,pageLastItemIdx:t+(e.currentPageSize-1),itemsTotal:e.filteredSize}}},{key:"createLoadMoreComponent",value:function(e){if(this.infiniteScroll&&e&&e.nextPage&&(!this.loadMoreComponent||this.recreateLoadMoreComponent)){this.recreateLoadMoreComponent=!1,this.infiniteScrollContainer.clear();var t=this.cfr.resolveComponentFactory(To),n=this.infiniteScrollContainer.createComponent(t).instance;n.useIntersection="auto"===this.infiniteScroll||"hidden"===this.infiniteScroll,n.hidden="hidden"===this.infiniteScroll,n.paging={nextPage:e.nextPage,next:this.loadNextPage.bind(this)},n.loadNextLabel=this.loadMoreItemsLabel,n.loadingLabel=this.loadingItemsLabel,this.loadMoreComponent=n}else this.loadMoreComponent&&!e.nextPage&&(this.loadMoreComponent.paging={nextPage:null})}},{key:"scrollToTop",value:function(){this.infiniteScroll&&(this.scrollContainer.nativeElement.scrollTop=0)}},{key:"processAndPersistConfigChange",value:function(){var e=this;(0,a.merge)(this.onConfigChange.pipe((0,s.map)((function(e){return e.columns}))),(0,a.merge)(this.onAddCustomColumn,this.onRemoveCustomColumn).pipe((0,s.map)((function(){return(e.columns||[]).map(e.mapColumnToConfig.bind(e))}))),this.onFilter.pipe((0,s.map)((function(t){var n=t.columnName,r=t.filteringModifier;return e.columns.map(e.mapColumnToConfig.bind(e)).map((function(e){return(0,c.isNil)(n)?delete e.filter:e.name===n&&((0,c.isEmpty)(r)?delete e.filter:e.filter=r),e}))})))).pipe((0,s.map)((function(t){return{columns:t,pagination:e.pagination}})),(0,s.filter)((function(){return!!e.configurationStrategy})),(0,s.concatMap)((function(t){return e.configurationStrategy.saveConfig$(t)})),(0,s.takeUntil)(this.unsubscribe$)).subscribe()}}]),e}();Dp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dp,deps:[{token:yp,optional:!0},{token:Ip},{token:Qr.DomSanitizer},{token:r.ComponentFactoryResolver},{token:ua},{token:xe.BsModalService},{token:ka}],target:r["ɵɵFactoryTarget"].Component}),Dp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Dp,selector:"c8y-data-grid",inputs:{title:"title",loadMoreItemsLabel:"loadMoreItemsLabel",loadingItemsLabel:"loadingItemsLabel",showSearch:"showSearch",refresh:"refresh",_columns:["columns","_columns"],_rows:["rows","_rows"],_pagination:["pagination","_pagination"],_infiniteScroll:["infiniteScroll","_infiniteScroll"],_serverSideDataCallback:["serverSideDataCallback","_serverSideDataCallback"],_selectable:["selectable","_selectable"],_selectionPrimaryKey:["selectionPrimaryKey","_selectionPrimaryKey"],_displayOptions:["displayOptions","_displayOptions"],_actionControls:["actionControls","_actionControls"],_bulkActionControls:["bulkActionControls","_bulkActionControls"],_headerActionControls:["headerActionControls","_headerActionControls"],searchText:"searchText",configureColumnsEnabled:"configureColumnsEnabled",showCounterWarning:"showCounterWarning"},outputs:{rowMouseOver:"rowMouseOver",rowMouseLeave:"rowMouseLeave",rowClick:"rowClick",onConfigChange:"onConfigChange",onBeforeFilter:"onBeforeFilter",onBeforeSearch:"onBeforeSearch",onFilter:"onFilter",itemsSelect:"itemsSelect",onReload:"onReload",onAddCustomColumn:"onAddCustomColumn",onRemoveCustomColumn:"onRemoveCustomColumn",onColumnFilterReset:"onColumnFilterReset"},host:{classAttribute:"d-contents"},queries:[{propertyName:"columnRenderers",predicate:pp}],viewQueries:[{propertyName:"scrollContainer",first:!0,predicate:["scroll"],descendants:!0,static:!0},{propertyName:"infiniteScrollContainer",first:!0,predicate:["infiniteScrollContainer"],descendants:!0,read:r.ViewContainerRef},{propertyName:"thRefs",predicate:Xr.Af,descendants:!0,read:r.ElementRef}],usesOnChanges:!0,ngImport:i,template:'\n \n
    \n \n
    \n \n\n
    \n

    {{ title | translate }}

    \n\n \n \n No filters\n \n {{ filteredItemsCount }} of {{ allItemsCount }} items\n \n \n \n \n \n {{ (dataSource.stats$ | async).filteredSize }}\n \n \n of {{ allItemsCount }} items\n \n \n \n {{ \'Clear filters\' | translate }}\n \n \n\n \n\n \n \n\n
    \n
    \n \n \n \n \n \n {{ headerActionControl.text | translate }}\n \n \n \n \n \n \n \n\n \n \n \n {{ \'Configure columns\' | translate }}\n \n\n \n
    \n\n \n \n {{ \'Reload\' | translate }}\n \n\n \n \n
    \n \n \n
    \n
    \n
    \n \n \n

    \n \n {{ count }} selected items.\n \n
    \n \n \n \n Select all {{ count }} items\n \n \n \n

    \n
    \n
    \n \n \n \n \n {{ \'Export\' | translate }}\n \n\n \n \n {{ \'Delete\' | translate }}\n \n\n \n \n {{ bulkActionControl.text | translate }}\n \n \n \n\n \n
    \n
    \n \n \n\n \n \n \n \n \n
    \n \n
    \n \n\n \n \n \n
    \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n {{ actionControl.text | translate }}\n \n \n \n \n\n
    \n \n \n \n \n \n
    \n \n \n
    \n\n \n \n
    \n \n \n \n
    \n\n \x3c!-- isDropDownPlacedRight to be removed when columns are transformed to observables. --\x3e\n \n \n \n \n
    \n \n \n\n \x3c!-- isDropDownPlacedRight to be removed when columns are transformed to observables. --\x3e\n \n
  • \n \n \n \n
  • \n \n \n\n \n \n \n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \n\n \n\n \n \n \n \n\n \n
    \n \n
    \n \n\n \n\n
    \n \n
    \n \n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:u.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:u.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"directive",type:u.NgSwitchDefault,selector:"[ngSwitchDefault]"},{kind:"component",type:Xr.zC,selector:"cdk-table, table[cdk-table]",inputs:["trackBy","dataSource","multiTemplateDataRows","fixedLayout"],outputs:["contentChanged"],exportAs:["cdkTable"]},{kind:"directive",type:Xr.Sq,selector:"[cdkRowDef]",inputs:["cdkRowDefColumns","cdkRowDefWhen"]},{kind:"directive",type:Xr.O_,selector:"[cdkCellDef]"},{kind:"directive",type:Xr.D5,selector:"[cdkHeaderCellDef]"},{kind:"directive",type:Xr.Z4,selector:"[cdkFooterCellDef]"},{kind:"directive",type:Xr.fo,selector:"[cdkColumnDef]",inputs:["sticky","cdkColumnDef","stickyEnd"]},{kind:"directive",type:Xr.hD,selector:"cdk-cell, td[cdk-cell]"},{kind:"component",type:Xr._J,selector:"cdk-row, tr[cdk-row]"},{kind:"directive",type:Xr.Af,selector:"cdk-header-cell, th[cdk-header-cell]"},{kind:"directive",type:Xr.QJ,selector:"cdk-footer-cell, td[cdk-footer-cell]"},{kind:"component",type:Xr.xN,selector:"cdk-header-row, tr[cdk-header-row]"},{kind:"directive",type:Xr.s$,selector:"[cdkHeaderRowDef]",inputs:["cdkHeaderRowDef","cdkHeaderRowDefSticky"]},{kind:"component",type:Xr.qM,selector:"cdk-footer-row, tr[cdk-footer-row]"},{kind:"directive",type:Xr.fe,selector:"[cdkFooterRowDef]",inputs:["cdkFooterRowDef","cdkFooterRowDefSticky"]},{kind:"directive",type:Pr,selector:"[cdkDropList], cdk-drop-list",inputs:["cdkDropListConnectedTo","cdkDropListData","cdkDropListOrientation","id","cdkDropListLockAxis","cdkDropListDisabled","cdkDropListSortingDisabled","cdkDropListEnterPredicate","cdkDropListSortPredicate","cdkDropListAutoScrollDisabled","cdkDropListAutoScrollStep"],outputs:["cdkDropListDropped","cdkDropListEntered","cdkDropListExited","cdkDropListSorted"],exportAs:["cdkDropList"]},{kind:"directive",type:Br,selector:"[cdkDrag]",inputs:["cdkDragData","cdkDragLockAxis","cdkDragRootElement","cdkDragBoundary","cdkDragStartDelay","cdkDragFreeDragPosition","cdkDragDisabled","cdkDragConstrainPosition","cdkDragPreviewClass","cdkDragPreviewContainer"],outputs:["cdkDragStarted","cdkDragReleased","cdkDragEnded","cdkDragEntered","cdkDragExited","cdkDragDropped","cdkDragMoved"],exportAs:["cdkDrag"]},{kind:"directive",type:De.NgSelectOption,selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De["ɵNgSelectMultipleOption"],selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De.DefaultValueAccessor,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]"},{kind:"directive",type:De.CheckboxControlValueAccessor,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]"},{kind:"directive",type:De.SelectControlValueAccessor,selector:"select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",inputs:["compareWith"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"component",type:Jo,selector:"c8y-progress-bar",inputs:["message","progress"]},{kind:"component",type:sc,selector:"c8y-popover-confirm",inputs:["buttons","message","title","isOpen","containerClass","placement","outsideClick"]},{kind:"directive",type:d.BsDropdownMenuDirective,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"]},{kind:"directive",type:d.BsDropdownToggleDirective,selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:["bs-dropdown-toggle"]},{kind:"directive",type:d.BsDropdownDirective,selector:"[bsDropdown], [dropdown]",inputs:["placement","triggers","container","dropup","autoClose","isAnimated","insideClick","isDisabled","isOpen"],outputs:["isOpenChange","onShown","onHidden"],exportAs:["bs-dropdown"]},{kind:"directive",type:Sn.PopoverDirective,selector:"[popover]",inputs:["adaptivePosition","boundariesElement","popover","popoverContext","popoverTitle","placement","outsideClick","triggers","container","containerClass","isOpen","delay"],outputs:["onShown","onHidden"],exportAs:["bs-popover"]},{kind:"directive",type:T.TooltipDirective,selector:"[tooltip], [tooltipHtml]",inputs:["adaptivePosition","tooltip","placement","triggers","container","containerClass","boundariesElement","isOpen","isDisabled","delay","tooltipHtml","tooltipPlacement","tooltipIsOpen","tooltipEnable","tooltipAppendToBody","tooltipAnimation","tooltipClass","tooltipContext","tooltipPopupDelay","tooltipFadeDuration","tooltipTrigger"],outputs:["tooltipChange","onShown","onHidden","tooltipStateChanged"],exportAs:["bs-tooltip"]},{kind:"component",type:Jr.PaginationComponent,selector:"pagination",inputs:["align","maxSize","boundaryLinks","directionLinks","firstText","previousText","nextText","lastText","rotate","pageBtnClass","disabled","customPageTemplate","customNextTemplate","customPreviousTemplate","customFirstTemplate","customLastTemplate","itemsPerPage","totalItems"],outputs:["numPages","pageChanged"]},{kind:"directive",type:Qs,selector:"[c8yProductExperience]",inputs:["actionName","actionData"]},{kind:"component",type:dp,selector:"c8y-cell-renderer",inputs:["spec"]},{kind:"component",type:up,selector:"c8y-filtering-form-renderer",inputs:["spec"]},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Ko,name:"map"},{kind:"pipe",type:xp,name:"isControlVisible"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Dp,decorators:[{type:r.Component,args:[{selector:"c8y-data-grid",host:{class:"d-contents"},template:'\n \n
    \n \n
    \n \n\n
    \n

    {{ title | translate }}

    \n\n \n \n No filters\n \n {{ filteredItemsCount }} of {{ allItemsCount }} items\n \n \n \n \n \n {{ (dataSource.stats$ | async).filteredSize }}\n \n \n of {{ allItemsCount }} items\n \n \n \n {{ \'Clear filters\' | translate }}\n \n \n\n \n\n \n \n\n
    \n
    \n \n \n \n \n \n {{ headerActionControl.text | translate }}\n \n \n \n \n \n \n \n\n \n \n \n {{ \'Configure columns\' | translate }}\n \n\n \n
    \n\n \n \n {{ \'Reload\' | translate }}\n \n\n \n \n
    \n \n \n
    \n
    \n
    \n \n \n

    \n \n {{ count }} selected items.\n \n
    \n \n \n \n Select all {{ count }} items\n \n \n \n

    \n
    \n
    \n \n \n \n \n {{ \'Export\' | translate }}\n \n\n \n \n {{ \'Delete\' | translate }}\n \n\n \n \n {{ bulkActionControl.text | translate }}\n \n \n \n\n \n
    \n
    \n \n \n\n \n \n \n \n \n
    \n \n
    \n \n\n \n \n \n
    \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n {{ actionControl.text | translate }}\n \n \n \n \n\n
    \n \n \n \n \n \n
    \n \n \n
    \n\n \n \n
    \n \n \n \n
    \n\n \x3c!-- isDropDownPlacedRight to be removed when columns are transformed to observables. --\x3e\n \n \n \n \n
    \n \n \n\n \x3c!-- isDropDownPlacedRight to be removed when columns are transformed to observables. --\x3e\n \n
  • \n \n \n \n
  • \n \n \n\n \n \n \n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \n\n \n\n \n \n \n \n\n \n
    \n \n
    \n \n\n \n\n
    \n \n
    \n \n\n'}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[yp]}]},{type:Ip},{type:Qr.DomSanitizer},{type:r.ComponentFactoryResolver},{type:ua},{type:xe.BsModalService},{type:ka}]},propDecorators:{title:[{type:r.Input}],loadMoreItemsLabel:[{type:r.Input}],loadingItemsLabel:[{type:r.Input}],showSearch:[{type:r.Input}],refresh:[{type:r.Input}],_columns:[{type:r.Input,args:["columns"]}],_rows:[{type:r.Input,args:["rows"]}],_pagination:[{type:r.Input,args:["pagination"]}],_infiniteScroll:[{type:r.Input,args:["infiniteScroll"]}],_serverSideDataCallback:[{type:r.Input,args:["serverSideDataCallback"]}],_selectable:[{type:r.Input,args:["selectable"]}],_selectionPrimaryKey:[{type:r.Input,args:["selectionPrimaryKey"]}],_displayOptions:[{type:r.Input,args:["displayOptions"]}],_actionControls:[{type:r.Input,args:["actionControls"]}],_bulkActionControls:[{type:r.Input,args:["bulkActionControls"]}],_headerActionControls:[{type:r.Input,args:["headerActionControls"]}],searchText:[{type:r.Input}],configureColumnsEnabled:[{type:r.Input}],showCounterWarning:[{type:r.Input}],rowMouseOver:[{type:r.Output}],rowMouseLeave:[{type:r.Output}],rowClick:[{type:r.Output}],onConfigChange:[{type:r.Output}],onBeforeFilter:[{type:r.Output}],onBeforeSearch:[{type:r.Output}],onFilter:[{type:r.Output}],itemsSelect:[{type:r.Output}],onReload:[{type:r.Output}],onAddCustomColumn:[{type:r.Output}],onRemoveCustomColumn:[{type:r.Output}],onColumnFilterReset:[{type:r.Output}],columnRenderers:[{type:r.ContentChildren,args:[pp]}],scrollContainer:[{type:r.ViewChild,args:["scroll",{static:!0}]}],infiniteScrollContainer:[{type:r.ViewChild,args:["infiniteScrollContainer",{static:!1,read:r.ViewContainerRef}]}],thRefs:[{type:r.ViewChildren,args:[Xr.Af,{read:r.ElementRef}]}]}});var $p=Ci((function e(){bi(this,e)}));$p.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$p,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),$p.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:$p,declarations:[ap,cp,lp,dp,op,up,pp,Dp,xp,gp],imports:[u.CommonModule,Xr.HT,Ur,De.FormsModule,De.ReactiveFormsModule,Pd,da,xc,cc,d.BsDropdownModule,Sn.PopoverModule,T.TooltipModule,Jr.PaginationModule,el],exports:[ap,cp,lp,op,pp,Dp,xp]}),$p.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$p,imports:[u.CommonModule,Xr.HT,Ur,De.FormsModule,De.ReactiveFormsModule,Pd,da,xc,cc,d.BsDropdownModule.forRoot(),Sn.PopoverModule.forRoot(),T.TooltipModule.forRoot(),Jr.PaginationModule.forRoot(),el]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:$p,decorators:[{type:r.NgModule,args:[{imports:[u.CommonModule,Xr.HT,Ur,De.FormsModule,De.ReactiveFormsModule,Pd,da,xc,cc,d.BsDropdownModule.forRoot(),Sn.PopoverModule.forRoot(),T.TooltipModule.forRoot(),Jr.PaginationModule.forRoot(),el],declarations:[ap,cp,lp,dp,op,up,pp,Dp,xp,gp],exports:[ap,cp,lp,op,pp,Dp,xp],entryComponents:[Dp]}]}]});var Ep=function(){function e(t,n){bi(this,e),this.translateService=t,this.options=n,this.contextHelp=new a.BehaviorSubject(!1),this.isWarningAlertViewed=!1,this.SUPPORTED_LANGUAGES=["en"],this.handleContextHelp()}return Ci(e,[{key:"isSupportedLanguage",value:function(){return this.SUPPORTED_LANGUAGES.indexOf(this.translateService.currentLang)>-1}},{key:"handleContextHelp",value:function(){var e=this.getContextHelpOption();e?this.contextHelp.next(e):this.contextHelp.next(!1)}},{key:"getContextHelpOption",value:function(){return this.options.contextHelp}}]),e}();Ep.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ep,deps:[{token:ye.TranslateService},{token:Gi}],target:r["ɵɵFactoryTarget"].Injectable}),Ep.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ep,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ep,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:ye.TranslateService},{type:Gi}]}});var Tp=function(){function e(t,n,r){bi(this,e),this.docsService=t,this.appState=n,this.helpService=r,this.src="",this.isCollapsed=!0,this.priority=1/0,this.version=this.parseVersion(this.appState.uiVersion),this.title="",this.sectionHeading="",this.sectionContent="",this.isLoading=!0,this.hasError=!1,this.showLangWarning=!1,this.isInit=!1}return Ci(e,[{key:"onCollapsed",value:function(){this.isInit=!0}},{key:"getUrl",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];try{e="string"==typeof this.helpService.contextHelp.value?new URL(this.helpService.contextHelp.value):new URL(this.docsService.getBaseUrl())}catch(t){e=new URL(this.docsService.DEFAULT_DOCS_BASE_URL),console.warn(t)}var r=new URL("".concat(e).concat(t)),i=t.split("#"),o=ii(i,2),a=o[0],s=o[1];return this.sectionHeading=s,n&&(t="".concat(a,"index.json")),""===this.version?n?"".concat(e.href+t):r.href:"".concat(e.href,"/").concat(this.version).concat(t)}},{key:"toggle",value:function(){this.isCollapsed?this.open():this.close()}},{key:"close",value:function(){this.isCollapsed=!0,this.clean()}},{key:"open",value:function(){this.isCollapsed=!1,this.isLoading=!0,this.requestContent(),this.icon||(this.icon=this.resolveIcon())}},{key:"requestContent",value:function(){var e=this,t=new XMLHttpRequest;t.onreadystatechange=function(){return e.render(t)},t.addEventListener("load",(function(){return e.render(t)})),t.open("GET",this.getUrl(this.src,!0)),t.responseType="json",t.setRequestHeader("Accept","text/html"),t.send()}},{key:"clean",value:function(){this.title="",this.hasError=!1,this.sectionContent=""}},{key:"parseVersion",value:function(e){var t="string"==typeof e?e:(0,c.get)(e,"ngx");if(!(0,c.isUndefined)(t)){if(""===t)return"";var n=t.split(".").shift(),r=Math.floor(parseInt(n,10)/100),i=parseInt(n,10)-100*r;return"".concat(r,".").concat(i,".0")}}},{key:"resolveIcon",value:function(){try{return Array.from(document.querySelector("nav .active i").classList).find((function(e){return e.startsWith("c8y-icon-")||e.startsWith("dlt-c8y-icon-")})).replace("dlt-c8y-icon-","").replace("c8y-icon-","c8y-")}catch(e){return"life-saver"}}},{key:"render",value:function(e){if(4===e.readyState)if(this.isLoading=!1,404===e.status&&""!==this.version&&(this.version="",this.open()),200===e.status){this.hasError=!1;var t=e.response[this.sectionHeading];t&&(this.title=t.title,this.sectionContent=t.helpcontent)}else this.hasError=!0}}]),e}();Tp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tp,deps:[{token:za},{token:Hi},{token:Ep}],target:r["ɵɵFactoryTarget"].Component}),Tp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Tp,selector:"c8y-help",inputs:{src:"src",isCollapsed:"isCollapsed",priority:"priority",icon:"icon"},ngImport:i,template:'\n \n \n \n\n\n\n
    \n
    \n \n
    \n\n
    \n
    \n \n
    \n \n \n \n Close\n \n

    \n {{ \'Help content is only available in English.\' | translate }}\n

    \n
    \n

    \n {{ title }}\n

    \n
    \n
    \n\n
    \n

    Sorry, that didn\'t work

    \n
    \n

    The content couldn\'t be loaded.

    \n
    \n
    \n
    \n
    \n \n \n \n Close\n \n \n \n Open the\n User guide`KEEP_ORIGINAL`\n \n \n Check the\n User guide`KEEP_ORIGINAL`\n \n \n \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:Wo,selector:"c8y-loading"},{kind:"directive",type:l.CollapseDirective,selector:"[collapse]",inputs:["display","isAnimated","collapse"],outputs:["collapsed","collapses","expanded","expands"],exportAs:["bs-collapse"]},{kind:"component",type:ji,selector:"c8y-action-bar-item",inputs:["placement","priority","itemClass","groupId"]},{kind:"directive",type:Qs,selector:"[c8yProductExperience]",inputs:["actionName","actionData"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Tp,decorators:[{type:r.Component,args:[{selector:"c8y-help",template:'\n \n \n \n\n\n\n
    \n
    \n \n
    \n\n
    \n
    \n \n
    \n \n \n \n Close\n \n

    \n {{ \'Help content is only available in English.\' | translate }}\n

    \n
    \n

    \n {{ title }}\n

    \n
    \n
    \n\n
    \n

    Sorry, that didn\'t work

    \n
    \n

    The content couldn\'t be loaded.

    \n
    \n
    \n
    \n
    \n \n \n \n Close\n \n \n \n Open the\n User guide`KEEP_ORIGINAL`\n \n \n Check the\n User guide`KEEP_ORIGINAL`\n \n \n \n\n'}]}],ctorParameters:function(){return[{type:za},{type:Hi},{type:Ep}]},propDecorators:{src:[{type:r.Input}],isCollapsed:[{type:r.Input}],priority:[{type:r.Input}],icon:[{type:r.Input}]}});var _p=Ci((function e(){bi(this,e)}));_p.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_p,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),_p.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:_p,declarations:[Tp],imports:[da,l.CollapseModule,ha,el],exports:[Tp]}),_p.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_p,providers:[Ep],imports:[da,l.CollapseModule.forRoot(),ha,el]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:_p,decorators:[{type:r.NgModule,args:[{declarations:[Tp],imports:[da,l.CollapseModule.forRoot(),ha,el],exports:[Tp],entryComponents:[Tp],providers:[Ep]}]}]});var Fp=function(){function e(){bi(this,e),this.label="Realtime",this.title="Toggle realtime"}return Ci(e,[{key:"active",get:function(){return!!this.service&&this.service.active}},{key:"toggle",value:function(){this.service&&(this.active?this.service.stop():this.service.start())}}]),e}();Fp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fp,deps:[],target:r["ɵɵFactoryTarget"].Component}),Fp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Fp,selector:"c8y-realtime-btn",inputs:{service:"service",label:"label",title:"title"},ngImport:i,template:'\n \n {{ label | translate }}\n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Fp,decorators:[{type:r.Component,args:[{selector:"c8y-realtime-btn",template:'\n \n {{ label | translate }}\n\n'}]}],propDecorators:{service:[{type:r.Input}],label:[{type:r.Input}],title:[{type:r.Input}]}});var Op,Pp=Ci((function e(){bi(this,e)}));Pp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Pp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Pp,declarations:[Fp],imports:[da],exports:[Fp]}),Pp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pp,imports:[da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Pp,decorators:[{type:r.NgModule,args:[{imports:[da],declarations:[Fp],exports:[Fp]}]}]}),function(e){e.SINGLE="single",e.MULTI="multi"}(Op||(Op={}));var Np=function(){function e(){bi(this,e)}return Ci(e,[{key:"transform",value:function(e,t){var n=this;return 0===t.trim().length?e:e.filter((function(e){return n.extractValues(e).filter((function(e){return n.filterContainString(e,t)})).length>0}))}},{key:"filterContainString",value:function(e,t){var n=t.toLowerCase().trim();return e&&e.toLowerCase().indexOf(n)>-1}},{key:"extractValues",value:function(e){var t=this,n=[];return e.value&&n.push(e.value),Object.keys(e).forEach((function(r){Array.isArray(e[r])&&e[r].forEach((function(e){return n.concat(t.extractValues(e))})),e[r]instanceof Object&&(n=n.concat(t.extractValues(e[r])))})),n}}]),e}();Np.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Np,deps:[],target:r["ɵɵFactoryTarget"].Pipe}),Np.ɵpipe=r["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Np,name:"selectModalFilterPipe"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Np,decorators:[{type:r.Pipe,args:[{name:"selectModalFilterPipe"}]}]});var Ap=function(){function e(t){var n=this;bi(this,e),this.bsModalRef=t,this.subTitle="Select from the list of items matching the device type",this.mode=Op.MULTI,this.disableSelected=!0,this.showFilter=!0,this.areMoreEntries=!1,this.result=new r.EventEmitter,this.search=new r.EventEmitter,this.onChoiceUpdated=new r.EventEmitter,this.selected=!1,this.filterTerm="",this.listItems=[],this.debouncer=new a.Subject,this._labels={ok:"Confirm",cancel:"Cancel"},this.debouncer.pipe((0,s.debounceTime)(500)).subscribe((function(e){n.search.emit(e)}))}var t;return Ci(e,[{key:"labels",get:function(){return this._labels},set:function(e){var t=e||{},n=t.ok,r=void 0===n?this.labels.ok:n,i=t.cancel,o=void 0===i?this.labels.cancel:i;this._labels={ok:r,cancel:o}}},{key:"ngOnChanges",value:(t=ui(di().mark((function e(t){var n,r=this;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t.items||!t.items.currentValue){e.next=5;break}return n=t.items.currentValue.map(function(){var e=ui(di().mark((function e(t){var n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.options;case 2:return t.options=e.sent,(n=t.options.find((function(e){return e.selected})))&&(t.selectedId=n.obj.id,r.disableSelected&&t.options.map((function(e){return(0,c.assign)(e,{disabled:!0})}))),e.abrupt("return",t);case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()),e.next=4,Promise.all(n);case 4:this.listItems=e.sent;case 5:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"updatePipe",value:function(e){this.debouncer.next(e),this.filterTerm=e}},{key:"updateChoice",value:function(e){var t=e.item,n=e.id;"single"===this.mode&&this.listItems.map((function(e){return e.selectedId=void 0})),t.selectedId=n,this.selected=!0,this.onChoiceUpdated.emit(t)}},{key:"dismiss",value:function(){this.bsModalRef.hide()}},{key:"select",value:function(){this.result.emit(this.getOutput()),this.bsModalRef.hide()}},{key:"ngOnDestroy",value:function(){this.debouncer.complete(),this.result.complete(),this.search.complete()}},{key:"getOutput",value:function(){return this.listItems.filter((function(e){return e.selectedId})).map((function(e){return e.options.find((function(t){return e.selectedId===t.obj.id}))})).filter((function(e){return!e.selected})).map((function(e){return e.obj}))}}]),e}();Ap.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ap,deps:[{token:xe.BsModalRef}],target:r["ɵɵFactoryTarget"].Component}),Ap.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Ap,selector:"c8y-select-modal",inputs:{icon:"icon",title:"title",subTitle:"subTitle",items:"items",mode:"mode",disableSelected:"disableSelected",showFilter:"showFilter",additionalFilterTemplate:"additionalFilterTemplate",areMoreEntries:"areMoreEntries",labels:"labels"},outputs:{result:"result",search:"search",onChoiceUpdated:"onChoiceUpdated"},usesOnChanges:!0,ngImport:i,template:'
    \n \n
    \n

    {{ subTitle | translate }}

    \n
    \n \n \n
    \n \n \n
    \n
    \n \n \n \n \n \n \n \n \n
    \n
    \n Some entries might not be shown. Try narrowing search criteria.\n
    \n
    \n \n \n\n \n\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"component",type:ll,selector:"c8y-list-group"},{kind:"component",type:sl,selector:"c8y-list-item, c8y-li",inputs:["active","emptyActions","collapsed","selectable"],outputs:["collapsedChange"]},{kind:"component",type:fl,selector:"c8y-list-item-icon, c8y-li-icon",inputs:["icon","status"]},{kind:"component",type:Il,selector:"c8y-list-item-body, c8y-li-body",inputs:["body"]},{kind:"component",type:ol,selector:"c8y-list-item-collapse, c8y-li-collapse",inputs:["collapseWay"]},{kind:"component",type:xl,selector:"c8y-list-item-radio, c8y-li-radio",inputs:["selected","name","disabled","value"],outputs:["onSelect"]},{kind:"component",type:nl,selector:"c8y-highlight",inputs:["pattern","text","elementClass","shouldTrimPattern"]},{kind:"component",type:dc,selector:"c8y-filter",inputs:["icon"],outputs:["onSearch"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:Np,name:"selectModalFilterPipe"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Ap,decorators:[{type:r.Component,args:[{selector:"c8y-select-modal",template:'
    \n \n
    \n

    {{ subTitle | translate }}

    \n
    \n \n \n
    \n \n \n
    \n
    \n \n \n \n \n \n \n \n \n
    \n
    \n Some entries might not be shown. Try narrowing search criteria.\n
    \n
    \n \n \n\n \n\n'}]}],ctorParameters:function(){return[{type:xe.BsModalRef}]},propDecorators:{icon:[{type:r.Input}],title:[{type:r.Input}],subTitle:[{type:r.Input}],items:[{type:r.Input}],mode:[{type:r.Input}],disableSelected:[{type:r.Input}],showFilter:[{type:r.Input}],additionalFilterTemplate:[{type:r.Input}],areMoreEntries:[{type:r.Input}],labels:[{type:r.Input}],result:[{type:r.Output}],search:[{type:r.Output}],onChoiceUpdated:[{type:r.Output}]}});var Mp=Ci((function e(){bi(this,e)}));Mp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Mp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Mp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Mp,declarations:[Ap,Np],imports:[d.BsDropdownModule,da,Dl,Tl,xc],exports:[Ap,Np]}),Mp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Mp,imports:[d.BsDropdownModule.forRoot(),da,Dl,Tl,xc]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Mp,decorators:[{type:r.NgModule,args:[{imports:[d.BsDropdownModule.forRoot(),da,Dl,Tl,xc],exports:[Ap,Np],declarations:[Ap,Np]}]}]});var Rp=function(){function e(t){bi(this,e),this.sanitizer=t,this.config={},this.display="full"}return Ci(e,[{key:"inlineStyle",get:function(){return this.config=this.config||{},this.config.min||(this.config.min=0),this.config.max||(this.config.max=100),void 0!==this.config.fractionSize&&(this.config.current=parseFloat(this.config.current.toFixed(this.config.fractionSize))),this.sanitizer.bypassSecurityTrustStyle("\n --range-min: ".concat(this.config.min,";\n --range-max: ").concat(this.config.max,";\n --full-range: ").concat(this.config.max-this.config.min,";\n --measurement-target: ").concat(100*(this.config.target-this.config.min)/(this.config.max-this.config.min),"%;\n --measurement-current: ").concat(100*(this.config.current-this.config.min)/(this.config.max-this.config.min),"%;\n --range-y-min: ").concat(100*(this.config.yellowRangeMin-this.config.min)/(this.config.max-this.config.min),"%;\n --range-y-max: ").concat((this.config.yellowRangeMax-this.config.min)/(this.config.max-this.config.min)*100,"%;\n --range-r-min: ").concat(100*(this.config.redRangeMin-this.config.min)/(this.config.max-this.config.min),"%;\n --range-r-max: ").concat((this.config.redRangeMax-this.config.min)/(this.config.max-this.config.min)*100,"%;\n "))}},{key:"checkTarget",value:function(){return void 0!==this.config.target&&null!==this.config.target&&this.config.target>=this.config.min&&this.config.target<=this.config.max}},{key:"rulerCalc",value:function(e){var t=this.config.min+(this.config.max-this.config.min)/10*e;return void 0!==this.config.fractionSize?parseFloat(t.toFixed(this.config.fractionSize)):parseFloat(t.toFixed(2))}},{key:"trackByIndex",value:function(e){return e}},{key:"isRedRangeDisplayed",value:function(){var e=this.config,t=e.redRangeMin,n=e.redRangeMax;return this.isRangeDisplayed(t,n)}},{key:"isYellowRangeDisplayed",value:function(){var e=this.config,t=e.yellowRangeMin,n=e.yellowRangeMax;return this.isRangeDisplayed(t,n)}},{key:"isRangeDisplayed",value:function(e,t){return 0===e||0===t||e&&t}}]),e}();Rp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rp,deps:[{token:Qr.DomSanitizer}],target:r["ɵɵFactoryTarget"].Component}),Rp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Rp,selector:"c8y-range-display",inputs:{config:"config",display:"display"},host:{properties:{"attr.style":"this.inlineStyle"}},ngImport:i,template:'
    \n
    \n
    \n
    \n {{ config.unit }}\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n \n\n',dependencies:[{kind:"directive",type:u.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.DecimalPipe,name:"number"},{kind:"pipe",type:Co,name:"c8yDate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Rp,decorators:[{type:r.Component,args:[{selector:"c8y-range-display",template:'
    \n
    \n
    \n
    \n {{ config.unit }}\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n \n\n'}]}],ctorParameters:function(){return[{type:Qr.DomSanitizer}]},propDecorators:{config:[{type:r.Input}],display:[{type:r.Input}],inlineStyle:[{type:r.HostBinding,args:["attr.style"]}]}});var Lp=Ci((function e(){bi(this,e)}));Lp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Lp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Lp,declarations:[Rp],imports:[da],exports:[Rp]}),Lp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lp,imports:[da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Lp,decorators:[{type:r.NgModule,args:[{imports:[da],exports:[Rp],declarations:[Rp],entryComponents:[Rp]}]}]});var Vp=function(){function e(t){var n=this;bi(this,e),this.location=t,this.filterPipe=(0,a.pipe)((0,s.tap)()),this.onListClassChange=new r.EventEmitter,this.DISPLAY_OPTIONS=[{name:"AUTO",value:"auto",label:"Auto",default:!0,getListClass:function(){return(n._listLength>n.AUTO_GRID_ITEMS_LIMIT?n.DISPLAY_OPTIONS.find((function(e){return"LIST"===e.name})):n.DISPLAY_OPTIONS.find((function(e){return"GRID"===e.name}))).getListClass()}},{name:"GRID",value:"grid",label:"Grid",getListClass:function(){return"interact-grid"}},{name:"LIST",value:"list",label:"List",getListClass:function(){return"interact-list"}}],this.AUTO_GRID_ITEMS_LIMIT=12}return Ci(e,[{key:"listLength",set:function(e){this._listLength=e,this.loadSelectedOption()}},{key:"ngOnInit",value:function(){this.loadSelectedOption()}},{key:"onOptionSelect",value:function(e){var t=this.getLocalStorageKey();e.default?localStorage.removeItem(t):localStorage.setItem(t,e.value),this.loadSelectedOption()}},{key:"loadSelectedOption",value:function(){this.selectedOption=this.getLocalStorageOption()||this.getDefaultOption(),this.onListClassChange.emit(this.selectedOption.getListClass())}},{key:"getLocalStorageOption",value:function(){var e=this;return this.DISPLAY_OPTIONS.find((function(t){return t.value===localStorage.getItem(e.getLocalStorageKey())}))}},{key:"getDefaultOption",value:function(){return this.DISPLAY_OPTIONS.find((function(e){return e.default}))}},{key:"getLocalStorageKey",value:function(){return"list-display-option[".concat(this.getListKey(),"]")}},{key:"getListKey",value:function(){return this.listKey||this.location.path()}}]),e}();Vp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vp,deps:[{token:u.Location}],target:r["ɵɵFactoryTarget"].Component}),Vp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Vp,selector:"c8y-list-display-switch",inputs:{listKey:"listKey",listLength:"listLength",filterPipe:"filterPipe"},outputs:{onListClassChange:"onListClassChange"},ngImport:i,template:'
    \n \n
    \n \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:De.NgSelectOption,selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De["ɵNgSelectMultipleOption"],selector:"option",inputs:["ngValue","value"]},{kind:"directive",type:De.SelectControlValueAccessor,selector:"select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",inputs:["compareWith"]},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Vp,decorators:[{type:r.Component,args:[{selector:"c8y-list-display-switch",template:'
    \n \n
    \n \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:u.Location}]},propDecorators:{listKey:[{type:r.Input}],listLength:[{type:r.Input,args:["listLength"]}],filterPipe:[{type:r.Input}],onListClassChange:[{type:r.Output}]}});var jp=Ci((function e(){bi(this,e)}));jp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),jp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:jp,declarations:[Vp],imports:[da,De.FormsModule],exports:[Vp]}),jp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jp,imports:[da,De.FormsModule]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:jp,decorators:[{type:r.NgModule,args:[{declarations:[Vp],imports:[da,De.FormsModule],exports:[Vp]}]}]});var Bp=function(){function e(t,n,i){bi(this,e),this.router=t,this.c8yWizardService=n,this.viewContainerRef=i,this.initialState={},this.onSelect=new r.EventEmitter,this.onPath=new r.EventEmitter,this.entries=[],this.showList=!0,this.destroy$=new a.Subject}return Ci(e,[{key:"ngAfterViewInit",value:function(){var e=this;this.c8yWizardService.getEntriesListById(this.id).pipe((0,s.takeUntil)(this.destroy$)).subscribe((function(t){e.container.clear(),e.entries=t,e.onEntriesLoaded()}))}},{key:"handleEntry",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.path,n=e.component;t?this.handlePath(t):n&&(this.handleComponent(n),this.onSelect.emit(e))}},{key:"reset",value:function(){this.componentInstance&&(this.componentInstance=void 0,this.container.clear(),this.showList=!0)}},{key:"ngOnDestroy",value:function(){this.componentInstance&&this.container.clear(),this.destroy$.next(!0),this.destroy$.unsubscribe()}},{key:"onEntriesLoaded",value:function(){var e=ii(this.entries,1)[0],t=1===this.entries.length,n=e&&!!e.path;t&&!n&&this.handleEntry(e)}},{key:"handlePath",value:function(e){this.router.navigateByUrl(e),this.onPath.emit(e)}},{key:"handleComponent",value:function(e){this.showList=!1;var t=this.viewContainerRef.createComponent(e);Object.assign(t.instance,this.initialState),this.componentInstance=t}}]),e}();Bp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bp,deps:[{token:o.Router},{token:ls},{token:r.ViewContainerRef}],target:r["ɵɵFactoryTarget"].Component}),Bp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Bp,selector:"c8y-wizard-outlet",inputs:{initialState:"initialState",id:"id"},outputs:{onSelect:"onSelect",onPath:"onPath"},viewQueries:[{propertyName:"container",first:!0,predicate:["container"],descendants:!0,read:r.ViewContainerRef}],ngImport:i,template:'\n \n\n\n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Bp,decorators:[{type:r.Component,args:[{selector:"c8y-wizard-outlet",template:'\n \n\n\n'}]}],ctorParameters:function(){return[{type:o.Router},{type:ls},{type:r.ViewContainerRef}]},propDecorators:{container:[{type:r.ViewChild,args:["container",{read:r.ViewContainerRef}]}],initialState:[{type:r.Input}],id:[{type:r.Input}],onSelect:[{type:r.Output}],onPath:[{type:r.Output}]}});var Up=function(){function e(t,n){var i=this;bi(this,e),this.wizardService=t,this.bsModalRef=n,this.wizardConfig={},this.componentInitialState={},this.onClose=new r.EventEmitter,this.onReset=new r.EventEmitter,this.onSelect=new r.EventEmitter,this.headerTemplate$=this.wizardService.headerTemplate$.pipe((0,s.filter)((function(e){return e.wizardId===i.id}))),this.bodyTemplate$=this.wizardService.bodyTemplate$.pipe((0,s.filter)((function(e){return e.wizardId===i.id}))),this.footerTemplate$=this.wizardService.footerTemplate$.pipe((0,s.filter)((function(e){return e.wizardId===i.id})))}return Ci(e,[{key:"ngOnInit",value:function(){this.emitTemplates()}},{key:"reset",value:function(e){this.outlet.reset(),this.onReset.emit(e),this.emitTemplates()}},{key:"close",value:function(e){this.onClose.emit(e),this.onClose.complete(),this.bsModalRef.hide()}},{key:"onPath",value:function(){this.close()}},{key:"emitTemplates",value:function(){var e=this;setTimeout((function(){e.wizardService.headerTemplate$.next({template:e.header,wizardId:e.id}),e.wizardService.bodyTemplate$.next({template:e.body,wizardId:e.id}),e.wizardService.footerTemplate$.next({template:e.footer,wizardId:e.id})}))}}]),e}();Up.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Up,deps:[{token:ls},{token:xe.BsModalRef}],target:r["ɵɵFactoryTarget"].Component}),Up.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Up,selector:"c8y-wizard",inputs:{id:"id",wizardConfig:"wizardConfig"},outputs:{onClose:"onClose",onReset:"onReset",onSelect:"onSelect"},viewQueries:[{propertyName:"header",first:!0,predicate:["headerRef"],descendants:!0,static:!0},{propertyName:"body",first:!0,predicate:["bodyRef"],descendants:!0,static:!0},{propertyName:"footer",first:!0,predicate:["footerRef"],descendants:!0,static:!0},{propertyName:"outlet",first:!0,predicate:Bp,descendants:!0}],ngImport:i,template:'
    \n \n\n \n \n \n\n \n\n \n
    \n
    \n \n {{ wizardConfig.bodyHeaderText | translate }}\n
    \n
    \n
    \n \n\n \n \n \n \n
    \n',dependencies:[{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]},{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"directive",type:oo,selector:"[translate],[ngx-translate]"},{kind:"component",type:Bp,selector:"c8y-wizard-outlet",inputs:["initialState","id"],outputs:["onSelect","onPath"]},{kind:"pipe",type:u.AsyncPipe,name:"async"},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Up,decorators:[{type:r.Component,args:[{selector:"c8y-wizard",template:'
    \n \n\n \n \n \n\n \n\n \n
    \n
    \n \n {{ wizardConfig.bodyHeaderText | translate }}\n
    \n
    \n
    \n \n\n \n \n \n \n
    \n'}]}],ctorParameters:function(){return[{type:ls},{type:xe.BsModalRef}]},propDecorators:{header:[{type:r.ViewChild,args:["headerRef",{static:!0}]}],body:[{type:r.ViewChild,args:["bodyRef",{static:!0}]}],footer:[{type:r.ViewChild,args:["footerRef",{static:!0}]}],outlet:[{type:r.ViewChild,args:[Bp]}],id:[{type:r.Input}],wizardConfig:[{type:r.Input}],onClose:[{type:r.Output}],onReset:[{type:r.Output}],onSelect:[{type:r.Output}]}});var Gp=function(){function e(t,n){bi(this,e),this.wizard=t,this.wizardService=n}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;setTimeout((function(){e.wizardService.bodyTemplate$.next({template:e.bodyContent,wizardId:e.wizard.id})}))}}]),e}();Gp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gp,deps:[{token:Up},{token:ls}],target:r["ɵɵFactoryTarget"].Component}),Gp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Gp,selector:"c8y-wizard-body",viewQueries:[{propertyName:"bodyContent",first:!0,predicate:["bodyContent"],descendants:!0,static:!0}],ngImport:i,template:'\n \n \n \n ',isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Gp,decorators:[{type:r.Component,args:[{selector:"c8y-wizard-body",template:'\n \n \n \n '}]}],ctorParameters:function(){return[{type:Up},{type:ls}]},propDecorators:{bodyContent:[{type:r.ViewChild,args:["bodyContent",{static:!0}]}]}});var zp=function(){function e(t,n){bi(this,e),this.wizard=t,this.wizardService=n}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;setTimeout((function(){e.wizardService.footerTemplate$.next({template:e.footerContent,wizardId:e.wizard.id})}))}}]),e}();zp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zp,deps:[{token:Up},{token:ls}],target:r["ɵɵFactoryTarget"].Component}),zp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:zp,selector:"c8y-wizard-footer",viewQueries:[{propertyName:"footerContent",first:!0,predicate:["footerContent"],descendants:!0,static:!0}],ngImport:i,template:'\n \n \n \n ',isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:zp,decorators:[{type:r.Component,args:[{selector:"c8y-wizard-footer",template:'\n \n \n \n '}]}],ctorParameters:function(){return[{type:Up},{type:ls}]},propDecorators:{footerContent:[{type:r.ViewChild,args:["footerContent",{static:!0}]}]}});var Hp=function(){function e(t,n){bi(this,e),this.wizard=t,this.wizardService=n}return Ci(e,[{key:"ngOnInit",value:function(){var e=this;setTimeout((function(){e.wizardService.headerTemplate$.next({template:e.headerContent,wizardId:e.wizard.id})}))}}]),e}();Hp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hp,deps:[{token:Up},{token:ls}],target:r["ɵɵFactoryTarget"].Component}),Hp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Hp,selector:"c8y-wizard-header",viewQueries:[{propertyName:"headerContent",first:!0,predicate:["headerContent"],descendants:!0,static:!0}],ngImport:i,template:'\n \n \n \n ',isInline:!0}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Hp,decorators:[{type:r.Component,args:[{selector:"c8y-wizard-header",template:'\n \n \n \n '}]}],ctorParameters:function(){return[{type:Up},{type:ls}]},propDecorators:{headerContent:[{type:r.ViewChild,args:["headerContent",{static:!0}]}]}});var qp=function(){function e(t){bi(this,e),this.bsModalService=t}return Ci(e,[{key:"show",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=ci({class:"modal-sm",backdrop:"static"},e);return this.bsModalService.show(Up,t)}}]),e}();qp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qp,deps:[{token:xe.BsModalService}],target:r["ɵɵFactoryTarget"].Injectable}),qp.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qp,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:qp,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:xe.BsModalService}]}});var Wp=Ci((function e(){bi(this,e)}));Wp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Wp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Wp,declarations:[Up,Bp,Hp,Gp,zp],imports:[xe.ModalModule,u.CommonModule,da],exports:[Up,Bp,Hp,Gp,zp]}),Wp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wp,providers:[ls,xe.BsModalRef,qp],imports:[xe.ModalModule,u.CommonModule,da]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Wp,decorators:[{type:r.NgModule,args:[{imports:[xe.ModalModule,u.CommonModule,da],exports:[Up,Bp,Hp,Gp,zp],declarations:[Up,Bp,Hp,Gp,zp],entryComponents:[Up,Hp,Gp,zp],providers:[ls,xe.BsModalRef,qp]}]}]});var Kp=Ci((function e(){bi(this,e)}));Kp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Kp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Kp}),Kp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kp,providers:[jo]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Kp,decorators:[{type:r.NgModule,args:[{providers:[jo]}]}]});var Yp=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"forRoot",value:function(){return{ngModule:e,providers:[].concat(wi(da.providers()),wi(Nl.providers()))}}}]),e}();Yp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Yp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Yp,exports:[ha,ba,xa,rp,Hl,Xc,da,$p,Kl,Pl,Nl,cc,Jc,Dc,Tl,$l,zl,Ol,xc,El,ld,Ll,jd,tp,Dl,Mp,Zl,Jl,el,_p,Pp,Lp,jp,Wp,Ml,Pd,Rl,Kp,Id,Fl]}),Yp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yp,imports:[ha,ba,xa,rp,Hl,Xc,da,$p,Kl,Pl,Nl,cc,Jc,Dc,Tl,$l,zl,Ol,xc,El,ld,Ll,jd,tp,Dl,Mp,Zl,Jl,el,_p,Pp,Lp,jp,Wp,Ml,Pd,Rl,Kp,Id,Fl]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Yp,decorators:[{type:r.NgModule,args:[{exports:[ha,ba,xa,rp,Hl,Xc,da,$p,Kl,Pl,Nl,cc,Jc,Dc,Tl,$l,zl,Ol,xc,El,ld,Ll,jd,tp,Dl,Mp,Zl,Jl,el,_p,Pp,Lp,jp,Wp,Ml,Pd,Rl,Kp,Id,Fl]}]}]});var Zp=function(){function e(){bi(this,e),this.classes=""}return Ci(e,[{key:"ngOnInit",value:function(){this.classes="card-block text-center ".concat((0,c.kebabCase)(this.label))}}]),e}();Zp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zp,deps:[],target:r["ɵɵFactoryTarget"].Component}),Zp.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Zp,selector:"c8y-quick-link",inputs:{icon:"icon",label:"label"},ngImport:i,template:'
    \r\n

    \r\n \r\n

    \r\n

    {{ label | translate }}

    \r\n
    \r\n',dependencies:[{kind:"directive",type:wo,selector:"[c8yIcon]",inputs:["c8yIcon"]},{kind:"pipe",type:ao,name:"translate"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Zp,decorators:[{type:r.Component,args:[{selector:"c8y-quick-link",template:'
    \r\n

    \r\n \r\n

    \r\n

    {{ label | translate }}

    \r\n
    \r\n'}]}],propDecorators:{icon:[{type:r.Input}],label:[{type:r.Input}]}});var Qp=Ci((function e(){bi(this,e)}));Qp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qp,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),Qp.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:Qp,declarations:[Zp],imports:[Yp],exports:[Zp]}),Qp.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qp,imports:[Yp]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Qp,decorators:[{type:r.NgModule,args:[{declarations:[Zp],imports:[Yp],exports:[Zp],providers:[]}]}]});var Xp=new r.InjectionToken("Dynamic Provider Config"),Jp=function(){function e(t,n){bi(this,e),this.injector=n,this.config=(0,c.flatten)(t)}return Ci(e,[{key:"get",value:function(){var e=this;if(this.config&&this.config.length){if(!this.nodes){var t=this.config.map(this.getGuards.bind(this)).map(this.checkCanActivate.bind(this));return(0,a.forkJoin)(t).pipe((0,s.map)((function(t){return e.config.map((function(e,n){return t[n]?new Da(e.navigation):void 0})).filter((function(e){return!!e}))})),(0,s.tap)((function(t){return e.nodes=t})))}return this.nodes}}},{key:"checkCanActivate",value:function(e){if(e&&e.length){var t=e.map((function(e){return e.canActivate(void 0,void 0)})).map(Ai);return(0,a.forkJoin)(t).pipe((0,s.map)((function(e){return e.reduce((function(e,t){return e&&t}))})))}return(0,a.of)(!0)}},{key:"getGuards",value:function(e){var t=this,n=[];return e.tab&&e.tab.canActivate&&e.tab.canActivate.length&&(n=[].concat(wi(n),wi(e.tab.canActivate.map((function(e){return t.injector.get(e)}))))),e.navigation.canActivate&&e.navigation.canActivate.length&&(n=[].concat(wi(n),wi(e.navigation.canActivate.map((function(e){return t.injector.get(e)}))))),n}}]),e}();Jp.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jp,deps:[{token:Xp,optional:!0},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),Jp.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jp}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:Jp,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Xp]}]},{type:r.Injector}]}});var eu=function(e){gi(o,e);var t,n,r,i=mi(o);function o(e,t){var n;return bi(this,o),(n=i.call(this,e)).baseUrl=(0,c.get)(t,"snapshot.data.endpoint.configurationEndpoint.baseUrl"),n.listUrl=(0,c.get)(t,"snapshot.data.endpoint.configurationEndpoint.listUrl"),n}return Ci(o,[{key:"detail",value:(r=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",ni(vi(o.prototype),"detail",this).call(this,o.NO_DETAIL_ID));case 1:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})},{key:"update",value:(n=ui(di().mark((function e(t){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",ni(vi(o.prototype),"update",this).call(this,t));case 1:case"end":return e.stop()}}),e,this)}))),function(e){return n.apply(this,arguments)})},{key:"delete",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",ni(vi(o.prototype),"delete",this).call(this,o.NO_DETAIL_ID));case 1:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"getDetailUrl",value:function(e){return this.listUrl}}]),o}(g.Service);eu.NO_DETAIL_ID=null,eu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:eu,deps:[{token:g.FetchClient},{token:o.ActivatedRoute}],target:r["ɵɵFactoryTarget"].Injectable}),eu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:eu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:eu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:g.FetchClient},{type:o.ActivatedRoute}]}});var tu=function(e){gi(r,e);var t,n=mi(r);function r(e,t){var i;return bi(this,r),(i=n.call(this,e)).baseUrl=(0,c.get)(t,"snapshot.data.endpoint.definitionsEndpoint.baseUrl"),i.listUrl=(0,c.get)(t,"snapshot.data.endpoint.definitionsEndpoint.listUrl"),i}return Ci(r,[{key:"list",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",ni(vi(r.prototype),"list",this).call(this));case 1:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}]),r}(g.Service);tu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tu,deps:[{token:g.FetchClient},{token:o.ActivatedRoute}],target:r["ɵɵFactoryTarget"].Injectable}),tu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:tu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:g.FetchClient},{type:o.ActivatedRoute}]}});var nu=function(){function e(t,n,r,i,o,c,l){var d=this;bi(this,e),this.permissions=t,this.activatedRoute=n,this.modalService=r,this.alertService=i,this.providerDefinitionsService=o,this.providerConfigurationService=c,this.jsonschema=l,this.layout$=this.activatedRoute.data.pipe((0,s.map)((function(e){return e.layout})),(0,s.tap)((function(e){return d.layout=e})),(0,s.tap)((function(e){d.options.formState.disabled=!d.permissions.hasAllRoles(e.saveRoles||[]),d.beforeSaveHook=e.beforeSaveHook}))),this.allRoles$=this.layout$.pipe((0,s.map)((function(e){return[].concat(wi(e.deleteRoles||[]),wi(e.saveRoles||[]))}))),this.changeProvider$=new a.BehaviorSubject(null),this.providerInput$=new a.BehaviorSubject(""),this.form=new De.FormGroup({}),this.fields=[],this.options={formState:{disabled:!1}},this.reload$=new a.BehaviorSubject(null),this.updatedConfiguration$=new a.Subject}var t,n;return Ci(e,[{key:"ngOnInit",value:function(){var e=this,t=(0,a.from)(this.providerDefinitionsService.list()).pipe((0,s.map)((function(e){return e.data})),(0,s.shareReplay)(1));this.providers$=(0,a.combineLatest)(t,this.providerInput$).pipe((0,s.map)((function(e){var t=ii(e,2),n=t[0],r=t[1];return r?n.filter((function(e){return e.displayName.toLowerCase().indexOf(r.toLowerCase())>=0})):n})),(0,s.shareReplay)(1)),this.configuration$=(0,a.merge)(this.updatedConfiguration$,this.reload$.pipe((0,s.switchMap)((function(){return(0,a.from)(e.providerConfigurationService.detail()).pipe((0,s.catchError)((function(){return(0,a.of)({})})))})),(0,s.map)((function(e){return e.data})))).pipe((0,s.map)(this.removeEncryptedValues),(0,s.shareReplay)(1)),this.selectedProvider$=(0,a.combineLatest)(t,this.configuration$,this.changeProvider$).pipe((0,s.tap)((function(t){var n=ii(t,3),r=(n[0],n[1]),i=n[2];return e.model=i?(0,c.pick)(e.model,"sms.senderName","sms.senderAddress"):r})),(0,s.map)((function(e){var t=ii(e,3),n=t[0],r=t[1];return t[2]||(0,c.find)(n,(function(e){return(0,c.get)(r,"provider")===e.id}))})),(0,s.tap)((function(t){if(t){var n=e.jsonschema.toFieldConfig((0,c.get)(t,"schema"));n.fieldGroup&&n.fieldGroup.forEach((function(e){(0,Un["ɵdefineHiddenProp"])(e,"_keyPath",{key:e.key,path:[e.key]}),e.expressionProperties={"templateOptions.disabled":"formState.disabled"}})),e.fields=[n],e.form=new De.FormGroup({})}})),(0,s.shareReplay)(1))}},{key:"saveProviderConfiguration",value:(n=ui(di().mark((function e(){var t,n;return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.beforeSaveHook){e.next=6;break}return e.next=3,this.beforeSaveHook(this.model,this.fields);case 3:e.t0=e.sent,e.next=7;break;case 6:e.t0=this.model;case 7:return t=e.t0,(0,c.forOwn)(t,(function(e,n){Array.isArray(e)&&(t[n]=e.filter((function(e){return!!e||0===e})))})),e.prev=9,e.next=12,this.providerConfigurationService.update(t);case 12:n=e.sent,this.changeProvider$.next(null),this.updatedConfiguration$.next(n.data),this.alertService.success(this.layout.configurationUpdatedSuccessMsg),this.form.markAsPristine(),e.next=22;break;case 19:e.prev=19,e.t1=e.catch(9),this.alertService.addServerFailure(e.t1);case 22:case"end":return e.stop()}}),e,this,[[9,19]])}))),function(){return n.apply(this,arguments)})},{key:"deleteProviderConfiguration",value:(t=ui(di().mark((function e(){return di().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this.modalService.confirm(this.layout.deleteConfigurationModalTitle,this.layout.deleteConfigurationModalBody,Fa.DANGER,{ok:this.layout.deleteConfigurationModalOkBtnLabel,cancel:this.layout.deleteConfigurationModalCancelBtnLabel});case 3:return e.next=5,this.providerConfigurationService.delete();case 5:this.reload$.next(),this.alertService.success(this.layout.configurationDeletedSuccessMsg),e.next=12;break;case 9:e.prev=9,e.t0=e.catch(0),e.t0&&this.alertService.addServerFailure(e.t0);case 12:case"end":return e.stop()}}),e,this,[[0,9]])}))),function(){return t.apply(this,arguments)})},{key:"removeEncryptedValues",value:function(e){return(0,c.mapValues)(e,(function(e){return"<>"===e?void 0:e}))}}]),e}();nu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nu,deps:[{token:Ho},{token:o.ActivatedRoute},{token:ks},{token:ka},{token:tu},{token:eu},{token:_d}],target:r["ɵɵFactoryTarget"].Component}),nu.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:nu,selector:"c8y-sms-gateway",providers:[eu,tu],ngImport:i,template:'\n {{ (layout$ | async)?.pageTitle | translate }}\n\n\n
    \n
    \n
    \n
    \n

    \n {{ (layout$ | async)?.cardTitle | translate }}\n

    \n
    \n
    \n
    \n

    \n {{ (layout$ | async)?.description | translate }}\n

    \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n
    \n',dependencies:[{kind:"directive",type:u.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:u.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:qo,selector:"[c8yIfAllowed]",inputs:["c8yIfAllowed","c8yIfAllowedAllowAny"]},{kind:"component",type:Lc,selector:"c8y-title",inputs:["pageTitleUpdate"]},{kind:"component",type:nl,selector:"c8y-highlight",inputs:["pattern","text","elementClass","shouldTrimPattern"]},{kind:"component",type:dl,selector:"c8y-typeahead",inputs:["required","maxlength","disabled","allowFreeEntries","placeholder","displayProperty","icon","name","autoClose","hideNew","container","selected"],outputs:["onSearch","onIconClick"]},{kind:"directive",type:De["ɵNgNoValidate"],selector:"form:not([ngNoForm]):not([ngNativeValidate])"},{kind:"directive",type:De.NgControlStatus,selector:"[formControlName],[ngModel],[formControl]"},{kind:"directive",type:De.NgControlStatusGroup,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]"},{kind:"directive",type:De.RequiredValidator,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:["required"]},{kind:"directive",type:De.NgModel,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:["name","disabled","ngModel","ngModelOptions"],outputs:["ngModelChange"],exportAs:["ngModel"]},{kind:"directive",type:De.NgForm,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:["ngFormOptions"],outputs:["ngSubmit"],exportAs:["ngForm"]},{kind:"component",type:$s,selector:"c8y-form-group",inputs:["hasError","hasWarning","hasSuccess","novalidation","status"]},{kind:"directive",type:Ss,selector:"c8y-message",inputs:["name","text"]},{kind:"component",type:Ds,selector:"c8y-messages",inputs:["show","defaults"]},{kind:"component",type:sl,selector:"c8y-list-item, c8y-li",inputs:["active","emptyActions","collapsed","selectable"],outputs:["collapsedChange"]},{kind:"component",type:Un.FormlyForm,selector:"formly-form",inputs:["model","fields","options","form"],outputs:["modelChange"]},{kind:"pipe",type:ao,name:"translate"},{kind:"pipe",type:u.AsyncPipe,name:"async"}]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:nu,decorators:[{type:r.Component,args:[{selector:"c8y-sms-gateway",providers:[eu,tu],template:'\n {{ (layout$ | async)?.pageTitle | translate }}\n\n\n
    \n
    \n
    \n
    \n

    \n {{ (layout$ | async)?.cardTitle | translate }}\n

    \n
    \n
    \n
    \n

    \n {{ (layout$ | async)?.description | translate }}\n

    \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n \n
    \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:Ho},{type:o.ActivatedRoute},{type:ks},{type:ka},{type:tu},{type:eu},{type:_d}]}});var ru=function(){function e(t){bi(this,e),this.config=(0,c.flatten)(t)}return Ci(e,[{key:"get",value:function(){var e=(0,c.uniqBy)(this.config.filter((function(e){return e.tab})),"navigation.path").map((function(e){return{path:e.navigation.path,component:Gl}})),t=this.config.map((function(e){return{path:e.tab?"".concat(e.navigation.path.replace(/^\/|\/$/g,""),"/").concat(e.tab.path.replace(/^\/|\/$/g,"")):e.navigation.path,component:nu,canActivate:[].concat(wi(e.navigation.canActivate||[]),wi((0,c.get)(e,"tab.canActivate")||[])).filter((function(e){return!!e})),data:{layout:e.layout,endpoint:e.endpoint}}}));return[].concat(wi(e),wi(t))}}]),e}();ru.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ru,deps:[{token:Xp,optional:!0}],target:r["ɵɵFactoryTarget"].Injectable}),ru.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ru}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ru,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Xp]}]}]}});var iu=function(){function e(t,n,r){bi(this,e),this.router=n,this.injector=r,this.config=(0,c.flatten)(t)}return Ci(e,[{key:"get",value:function(){var e=this;if(this.config&&this.config.length){var t=this.config.find((function(t){return!!t.tab&&(e.router.url==="/"+e.getNodeTabPath(t.navigation.path,t.tab.path)||e.router.url.startsWith("/"+t.navigation.path.replace(/^\/|\/$/g,"")))})),n=t?this.config.filter((function(e){return e.navigation.path.replace(/^\/|\/$/g,"")===t.navigation.path.replace(/^\/|\/$/g,"")&&e.tab})):[],r=n.map((function(t){return t.tab.canActivate&&t.tab.canActivate.length?t.tab.canActivate.map((function(t){return e.injector.get(t)})):void 0})).map(this.checkCanActivate.bind(this));return r.length>0?(0,a.forkJoin)(r).pipe((0,s.map)((function(t){return n.map((function(n,r){var i=ci(ci({},n.tab),{},{path:e.getNodeTabPath(n.navigation.path,n.tab.path)});return t[r]?i:void 0})).filter((function(e){return!!e}))}))):[]}}},{key:"checkCanActivate",value:function(e){if(e&&e.length){var t=e.map((function(e){return e.canActivate(void 0,void 0)})).map(Ai);return(0,a.forkJoin)(t).pipe((0,s.map)((function(e){return e.reduce((function(e,t){return e&&t}))})))}return(0,a.of)(!0)}},{key:"getNodeTabPath",value:function(e,t){return"".concat(e.replace(/^\/|\/$/g,""),"/").concat(t.replace(/^\/|\/$/g,""))}}]),e}();iu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:iu,deps:[{token:Xp,optional:!0},{token:o.Router},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Injectable}),iu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:iu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:iu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[Xp]}]},{type:o.Router},{type:r.Injector}]}});var ou=function(){function e(){bi(this,e)}return Ci(e,null,[{key:"config",value:function(t){return{ngModule:e,providers:[{provide:Xp,useValue:t,multi:!0}]}}}]),e}();ou.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ou,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),ou.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i,type:ou,declarations:[nu],imports:[Yp,da,Pd],exports:[nu]}),ou.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ou,providers:[{provide:rs,useClass:(0,r.forwardRef)((function(){return ru})),multi:!0},{provide:Ea,useClass:(0,r.forwardRef)((function(){return Jp})),multi:!0},{provide:Qa,useClass:(0,r.forwardRef)((function(){return iu})),multi:!0}],imports:[Yp,da,Pd]}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:ou,decorators:[{type:r.NgModule,args:[{declarations:[nu],exports:[nu],imports:[Yp,da,Pd],entryComponents:[nu],providers:[{provide:rs,useClass:(0,r.forwardRef)((function(){return ru})),multi:!0},{provide:Ea,useClass:(0,r.forwardRef)((function(){return Jp})),multi:!0},{provide:Qa,useClass:(0,r.forwardRef)((function(){return iu})),multi:!0}]}]}]});var au=function(){function e(t,n){bi(this,e),this.userPreferencesService=t,this.dataGridService=n}return Ci(e,[{key:"getMappedGridConfig",value:function(e){var t=this,n=e.legacyConfigKey,r=e.legacyFilterKey;return(0,a.combineLatest)([this.userPreferencesService.get(n),this.userPreferencesService.get(r)]).pipe((0,s.map)((function(n){var r=ii(n,2),i=r[0],o=r[1];return t.mapLegacyToDeviceGridConfig(i,o,e.defaultColumns)})),(0,s.concatMap)((function(e){return e?Promise.all([t.userPreferencesService.set(n,null),t.userPreferencesService.set(r,null)]).then((function(){return e})):(0,a.of)(null)})),(0,s.concatMap)((function(n){return n?t.userPreferencesService.set(null==e?void 0:e.key,n).then((function(){return n})):t.userPreferencesService.get(null==e?void 0:e.key)})),(0,s.map)((function(e){return e||{columns:[],pagination:{pageSize:t.dataGridService.DEFAULT_PAGE_SIZE,currentPage:1}}})))}},{key:"mapLegacyToDeviceGridConfig",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];if(Array.isArray(e)||!(0,c.isEmpty)(t))return{columns:this.getConfigColumns(e,t,n),pagination:{pageSize:this.dataGridService.DEFAULT_PAGE_SIZE,currentPage:1}}}},{key:"getConfigColumns",value:function(e,t,n){var r=t?Object.keys(t).map((function(e){return{key:e,filter:{externalFilterQuery:t[e].filtering},sorting:t[e].sorting}})):[];return this.mergeLegacyConfigs(e||n.map((function(e){return{key:e.name}})),r).filter((function(e){return"removalColumn"!==e.key})).map(this.mapLegacyColumnConfig.bind(this))}},{key:"mergeLegacyConfigs",value:function(e,t){return e.map((function(e){return ci(ci({},t.find((function(t){return t.key===e.key}))),e)}))}},{key:"mapLegacyColumnConfig",value:function(t){var n=t.active,r=t.key,i=t.custom,o=t.headerName,a=t.fragmentPath,s=t.filter,l=t.sorting,d=l?this.migrateSortOrder(l):"";return(0,c.omitBy)({visible:null==n||n,name:e.deviceGridLegacyKeyToName[r]||r,sortOrder:d,custom:i,header:i?o:null,path:a,filter:s},c.isNil)}},{key:"migrateSortOrder",value:function(e){switch(e.order){case 0:return"";case-1:return"desc";case 1:return"asc"}}}]),e}();au.deviceGridLegacyKeyToName={status:"status",name:"name",model:"model",serialNumber:"serialNumber",group:"group",registrationDate:"registrationDate",systemId:"systemId",imei:"imei",alarms:"alarms"},au.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:au,deps:[{token:aa},{token:Ip}],target:r["ɵɵFactoryTarget"].Injectable}),au.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:au,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:au,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:aa},{type:Ip}]}});var su=function(){function e(t,n,r,i){bi(this,e),this.userPreferencesService=t,this.context=n,this.contextProvider=r,this.legacyGridMapperService=i}return Ci(e,[{key:"getConfig$",value:function(e){var t=this.getContext(e);return(0,c.isEmpty)(t)?(0,a.of)(void 0):t.legacyConfigKey||t.legacyFilterKey?this.legacyGridMapperService.getMappedGridConfig(t):this.userPreferencesService.get(null==t?void 0:t.key)}},{key:"saveConfig$",value:function(e,t){var n=this.getContext(t);return(0,c.isEmpty)(n)?(0,a.of)(void 0):(0,a.from)(this.userPreferencesService.set(null==n?void 0:n.key,e))}},{key:"isContextKnown",value:function(){return!!this.getContext()}},{key:"getContext",value:function(e){var t,n;return null!==(t=null!=e?e:null===(n=this.contextProvider)||void 0===n?void 0:n.getGridConfigContext())&&void 0!==t?t:this.context}}]),e}();su.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:su,deps:[{token:aa},{token:vp,optional:!0},{token:bp,optional:!0},{token:au}],target:r["ɵɵFactoryTarget"].Injectable}),su.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:su,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:su,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:aa},{type:void 0,decorators:[{type:r.Inject,args:[vp]},{type:r.Optional}]},{type:void 0,decorators:[{type:r.Inject,args:[bp]},{type:r.Optional}]},{type:au}]}});var cu=function(){function e(t){bi(this,e),this.realtime=t,this.subjects$=new Map}return Ci(e,[{key:"getObservableForChannel",value:function(e){if(this.subjects$.has(e))return this.subjects$.get(e);var t=this.createObservableForChannel(e,this.realtime).pipe((0,s.share)());return this.subjects$.set(e,t),t}},{key:"createObservableForChannel",value:function(e,t){return new a.Observable((function(n){var r=t.subscribe(e,(function(e){var t={channel:e.channel,data:e.data.data,id:e.id,realtimeAction:e.data.realtimeAction};n.next(t)}));return{unsubscribe:function(){t.unsubscribe(r)}}}))}}]),e}();cu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cu,deps:[{token:g.Realtime}],target:r["ɵɵFactoryTarget"].Injectable}),cu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cu,providedIn:"root"}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:cu,decorators:[{type:r.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:g.Realtime}]}});var lu=function(e){gi(n,e);var t=mi(n);function n(e){var r;return bi(this,n),(r=t.call(this,e)).realtimeSubject=e,r}return Ci(n,[{key:"channel",value:function(){return"/alarms/*"}}]),n}(Eo);lu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lu,deps:[{token:cu}],target:r["ɵɵFactoryTarget"].Injectable}),lu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:lu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu}]}});var du=function(e){gi(n,e);var t=mi(n);function n(e){var r;return bi(this,n),(r=t.call(this,e)).realtimeSubject=e,r}return Ci(n,[{key:"channel",value:function(){return"/events/*"}}]),n}(Eo);du.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:du,deps:[{token:cu}],target:r["ɵɵFactoryTarget"].Injectable}),du.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:du}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:du,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu}]}});var pu=function(e){gi(n,e);var t=mi(n);function n(e){var r;return bi(this,n),(r=t.call(this,e)).realtimeSubject=e,r}return Ci(n,[{key:"onCreate$",value:function(){return ni(vi(n.prototype),"onCreate$",this).call(this)}},{key:"channel",value:function(){return"/managedobjects/*"}}]),n}(Eo);pu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pu,deps:[{token:cu}],target:r["ɵɵFactoryTarget"].Injectable}),pu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:pu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu}]}});var uu=function(e){gi(n,e);var t=mi(n);function n(e,r){var i;return bi(this,n),(i=t.call(this,e)).realtimeSubject=e,i.measurementService=r,i}return Ci(n,[{key:"onCreateOfSpecificMeasurement$",value:function(e,t,n){return this.onCreate$(n).pipe((0,s.filter)((function(n){return n[e]&&n[e][t]})))}},{key:"latestValueOfSpecificMeasurement$",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.onCreateOfSpecificMeasurement$(e,t,n),s=this.lastMeasurement$(e,t,n,r,i);return(0,a.merge)(s,o)}},{key:"lastMeasurement$",value:function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];return(0,a.from)(this.measurementService.list({valueFragmentSeries:t,valueFragmentType:e,source:this.getIdString(n),dateFrom:"1970-01-01",revert:!0,pageSize:r})).pipe((0,s.map)((function(e){return!i||e.data.length?e.data:[null]})),(0,s.switchMap)((function(e){return(0,a.from)(e.reverse())})))}},{key:"channel",value:function(){return"/measurements/*"}}]),n}(Eo);uu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:uu,deps:[{token:cu},{token:g.MeasurementService}],target:r["ɵɵFactoryTarget"].Injectable}),uu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:uu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:uu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu},{type:g.MeasurementService}]}});var gu=function(e){gi(n,e);var t=mi(n);function n(e){var r;return bi(this,n),(r=t.call(this,e)).realtimeSubject=e,r}return Ci(n,[{key:"onCreate$",value:function(){return ni(vi(n.prototype),"onCreate$",this).call(this)}},{key:"channel",value:function(){return"/bulkOperations/*"}}]),n}(Eo);gu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gu,deps:[{token:cu}],target:r["ɵɵFactoryTarget"].Injectable}),gu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:gu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu}]}});var hu=function(e){gi(n,e);var t=mi(n);function n(e){var r;return bi(this,n),(r=t.call(this,e)).realtimeSubject=e,r}return Ci(n,[{key:"channel",value:function(){return"/operations/*"}}]),n}(Eo);hu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hu,deps:[{token:cu}],target:r["ɵɵFactoryTarget"].Injectable}),hu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:hu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu}]}});var mu=function(e){gi(n,e);var t=mi(n);function n(e){var r;return bi(this,n),(r=t.call(this,e)).realtimeSubject=e,r}return Ci(n,[{key:"channel",value:function(){return"/bootstrap"}}]),n}(Eo);mu.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mu,deps:[{token:cu}],target:r["ɵɵFactoryTarget"].Injectable}),mu.ɵprov=r["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mu}),r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i,type:mu,decorators:[{type:r.Injectable}],ctorParameters:function(){return[{type:cu}]}});var fu=Ci((function e(){bi(this,e)}))}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/42937.e41aa106b477f6d4e703.js.LICENSE.txt b/dist/apps/processing-runtime-widget/42937.e41aa106b477f6d4e703.js.LICENSE.txt new file mode 100644 index 0000000..56ffce8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/42937.e41aa106b477f6d4e703.js.LICENSE.txt @@ -0,0 +1,24 @@ +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ + +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license + * Lodash + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/43040.adfad0696e5d8c359bd3.js b/dist/apps/processing-runtime-widget/43040.adfad0696e5d8c359bd3.js new file mode 100644 index 0000000..5be81e2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43040.adfad0696e5d8c359bd3.js @@ -0,0 +1,2 @@ +/*! For license information please see 43040.adfad0696e5d8c359bd3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43040],{43040:function(a,e,u){u.r(e);const s=void 0;e.default=["ms-SG",[["a","p"],["PG","PTG"],s],s,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],s,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],s,[["S.M.","TM"],s,s],0,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",s,"{1} {0}",s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SGD","$","Dolar Singapura",{BYN:[s,"р."],CAD:[s,"$"],JPY:["JP¥","¥"],MXN:[s,"$"],MYR:["RM"],PHP:[s,"₱"],SGD:["$"],TWD:["NT$"],USD:[s,"$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43040.adfad0696e5d8c359bd3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43040.adfad0696e5d8c359bd3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43040.adfad0696e5d8c359bd3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43120.2b548eb3f638bdaaaa8a.js b/dist/apps/processing-runtime-widget/43120.2b548eb3f638bdaaaa8a.js new file mode 100644 index 0000000..48ccd64 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43120.2b548eb3f638bdaaaa8a.js @@ -0,0 +1,2 @@ +/*! For license information please see 43120.2b548eb3f638bdaaaa8a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43120],{43120:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ভোর","সকাল","দুপুর","বিকাল","সন্ধ্যা","রাত্রি"],e,["ভোর","সকাল","দুপুর","বিকাল","সন্ধ্যা","রাত্রিতে"]],[["ভোর","সকাল","দুপুর","বিকাল","সন্ধ্যা","রাত্রি"],e,e],[["04:00","06:00"],["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43120.2b548eb3f638bdaaaa8a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43120.2b548eb3f638bdaaaa8a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43120.2b548eb3f638bdaaaa8a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4329.7bba9877b7ec92f4c7fd.js b/dist/apps/processing-runtime-widget/4329.7bba9877b7ec92f4c7fd.js new file mode 100644 index 0000000..78391c6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4329.7bba9877b7ec92f4c7fd.js @@ -0,0 +1,2 @@ +/*! For license information please see 4329.7bba9877b7ec92f4c7fd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4329],{4329:function(e,$,r){r.r($);const i=void 0;$.default=["fr-GN",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"GNF","FG","franc guinéen",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],GNF:["FG"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4329.7bba9877b7ec92f4c7fd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4329.7bba9877b7ec92f4c7fd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4329.7bba9877b7ec92f4c7fd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43369.1f33bf7a493b6d7ebffe.js b/dist/apps/processing-runtime-widget/43369.1f33bf7a493b6d7ebffe.js new file mode 100644 index 0000000..8c28c85 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43369.1f33bf7a493b6d7ebffe.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43369],{43369:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43451.3a00b3baa2427868be29.js b/dist/apps/processing-runtime-widget/43451.3a00b3baa2427868be29.js new file mode 100644 index 0000000..fb285d2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43451.3a00b3baa2427868be29.js @@ -0,0 +1,2 @@ +/*! For license information please see 43451.3a00b3baa2427868be29.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43451],{43451:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43451.3a00b3baa2427868be29.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43451.3a00b3baa2427868be29.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43451.3a00b3baa2427868be29.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43590.3756649bbc329844fce8.js b/dist/apps/processing-runtime-widget/43590.3756649bbc329844fce8.js new file mode 100644 index 0000000..90c5b5a --- /dev/null +++ b/dist/apps/processing-runtime-widget/43590.3756649bbc329844fce8.js @@ -0,0 +1,2 @@ +/*! For license information please see 43590.3756649bbc329844fce8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43590],{43590:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43590.3756649bbc329844fce8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43590.3756649bbc329844fce8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43590.3756649bbc329844fce8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43673.fdcbc229ce08f2daaf0b.js b/dist/apps/processing-runtime-widget/43673.fdcbc229ce08f2daaf0b.js new file mode 100644 index 0000000..400529e --- /dev/null +++ b/dist/apps/processing-runtime-widget/43673.fdcbc229ce08f2daaf0b.js @@ -0,0 +1,2 @@ +/*! For license information please see 43673.fdcbc229ce08f2daaf0b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43673],{43673:function(e,u,a){a.r(u);const r=void 0;u.default=["en-ZW",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/y","dd MMM,y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43673.fdcbc229ce08f2daaf0b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43673.fdcbc229ce08f2daaf0b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43673.fdcbc229ce08f2daaf0b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43720.dcd6af58abdd52f29df6.js b/dist/apps/processing-runtime-widget/43720.dcd6af58abdd52f29df6.js new file mode 100644 index 0000000..f89b4b6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43720.dcd6af58abdd52f29df6.js @@ -0,0 +1,2 @@ +/*! For license information please see 43720.dcd6af58abdd52f29df6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43720],{43720:function(a,s,u){u.r(s);const n=void 0;s.default=["kab",[["n tufat","n tmeddit"],n,n],n,[["Y","S","K","K","S","S","S"],["Yan","San","Kraḍ","Kuẓ","Sam","Sḍis","Say"],["Yanass","Sanass","Kraḍass","Kuẓass","Samass","Sḍisass","Sayass"],["Yan","San","Kraḍ","Kuẓ","Sam","Sḍis","Say"]],n,[["Y","F","M","Y","M","Y","Y","Ɣ","C","T","N","D"],["Yen","Fur","Meɣ","Yeb","May","Yun","Yul","Ɣuc","Cte","Tub","Nun","Duǧ"],["Yennayer","Fuṛar","Meɣres","Yebrir","Mayyu","Yunyu","Yulyu","Ɣuct","Ctembeṛ","Tubeṛ","Nunembeṛ","Duǧembeṛ"]],n,[["snd. T.Ɛ","sld. T.Ɛ"],n,["send talalit n Ɛisa","seld talalit n Ɛisa"]],6,[5,6],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",n,n,n],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"DZD","DA","Adinar Azzayri",{DZD:["DA"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const s=Math.floor(Math.abs(a));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43720.dcd6af58abdd52f29df6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43720.dcd6af58abdd52f29df6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43720.dcd6af58abdd52f29df6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43792.2b4ab9a9c2ca5426e63f.js b/dist/apps/processing-runtime-widget/43792.2b4ab9a9c2ca5426e63f.js new file mode 100644 index 0000000..de6716a --- /dev/null +++ b/dist/apps/processing-runtime-widget/43792.2b4ab9a9c2ca5426e63f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43792],{43792:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43846.5bdaecf8488cdb5c26d4.js b/dist/apps/processing-runtime-widget/43846.5bdaecf8488cdb5c26d4.js new file mode 100644 index 0000000..4ffaaf7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43846.5bdaecf8488cdb5c26d4.js @@ -0,0 +1,2 @@ +/*! For license information please see 43846.5bdaecf8488cdb5c26d4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43846],{43846:function(s,M,u){u.r(M);const c=void 0;M.default=["ff-Adlm-GM",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],c],[["𞤀𞤎","𞤇𞤎"],c,c],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],c,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],c],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],c,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,"{1} 𞤉 {0}",c],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"GMD","D","𞤁𞤢𞤤𞤢𞤧𞤭 𞤘𞤢𞤥𞤦𞤭𞤲𞤳𞤮",{BYN:[c,"р."],GMD:["D"],GNF:[c,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43846.5bdaecf8488cdb5c26d4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43846.5bdaecf8488cdb5c26d4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43846.5bdaecf8488cdb5c26d4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43973.47663e98c8c4e8d0518d.js b/dist/apps/processing-runtime-widget/43973.47663e98c8c4e8d0518d.js new file mode 100644 index 0000000..8ecf6e0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43973.47663e98c8c4e8d0518d.js @@ -0,0 +1,2 @@ +/*! For license information please see 43973.47663e98c8c4e8d0518d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43973],{43973:function(a,e,u){u.r(e);const r=void 0;e.default=["en-KN",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43973.47663e98c8c4e8d0518d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/43973.47663e98c8c4e8d0518d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/43973.47663e98c8c4e8d0518d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/43982.eae06d04e4ffbbe59ae5.js b/dist/apps/processing-runtime-widget/43982.eae06d04e4ffbbe59ae5.js new file mode 100644 index 0000000..4701287 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43982.eae06d04e4ffbbe59ae5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43982],{43982:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/43990.043b04f443a335353e70.js b/dist/apps/processing-runtime-widget/43990.043b04f443a335353e70.js new file mode 100644 index 0000000..0eb4e52 --- /dev/null +++ b/dist/apps/processing-runtime-widget/43990.043b04f443a335353e70.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[43990],{43990:function(e,t,n){n.r(t);t.default=[[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","på morgenen","på formiddagen","på ettermiddagen","på kvelden","på natten"]],[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","morgen","formiddag","ettermiddag","kveld","natt"]],["00:00",["06:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44078.f744dbb9a357e13d5810.js b/dist/apps/processing-runtime-widget/44078.f744dbb9a357e13d5810.js new file mode 100644 index 0000000..a7e2823 --- /dev/null +++ b/dist/apps/processing-runtime-widget/44078.f744dbb9a357e13d5810.js @@ -0,0 +1,2 @@ +/*! For license information please see 44078.f744dbb9a357e13d5810.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44078],{44078:function(a,k,n){n.r(k);const s=void 0;k.default=["ksf",[["sárúwá","cɛɛ́nko"],s,s],s,[["s","l","m","m","j","j","s"],["sɔ́n","lǝn","maa","mɛk","jǝǝ","júm","sam"],["sɔ́ndǝ","lǝndí","maadí","mɛkrɛdí","jǝǝdí","júmbá","samdí"],["sɔ́n","lǝn","maa","mɛk","jǝǝ","júm","sam"]],s,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ŋ1","ŋ2","ŋ3","ŋ4","ŋ5","ŋ6","ŋ7","ŋ8","ŋ9","ŋ10","ŋ11","ŋ12"],["ŋwíí a ntɔ́ntɔ","ŋwíí akǝ bɛ́ɛ","ŋwíí akǝ ráá","ŋwíí akǝ nin","ŋwíí akǝ táan","ŋwíí akǝ táafɔk","ŋwíí akǝ táabɛɛ","ŋwíí akǝ táaraa","ŋwíí akǝ táanin","ŋwíí akǝ ntɛk","ŋwíí akǝ ntɛk di bɔ́k","ŋwíí akǝ ntɛk di bɛ́ɛ"]],s,[["d.Y.","k.Y."],s,["di Yɛ́sus aká yálɛ","cámɛɛn kǝ kǝbɔpka Y"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","fráŋ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44078.f744dbb9a357e13d5810.js.LICENSE.txt b/dist/apps/processing-runtime-widget/44078.f744dbb9a357e13d5810.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/44078.f744dbb9a357e13d5810.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/44538.5e8b2e927262bf6e8980.js b/dist/apps/processing-runtime-widget/44538.5e8b2e927262bf6e8980.js new file mode 100644 index 0000000..331090a --- /dev/null +++ b/dist/apps/processing-runtime-widget/44538.5e8b2e927262bf6e8980.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44538],{44538:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44561.1b9dd8db85c9f48abcf6.js b/dist/apps/processing-runtime-widget/44561.1b9dd8db85c9f48abcf6.js new file mode 100644 index 0000000..f92dda3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/44561.1b9dd8db85c9f48abcf6.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44561],{44561:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44562.d638a365b9dc129947ad.js b/dist/apps/processing-runtime-widget/44562.d638a365b9dc129947ad.js new file mode 100644 index 0000000..92ac410 --- /dev/null +++ b/dist/apps/processing-runtime-widget/44562.d638a365b9dc129947ad.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44562],{44562:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44566.61cbf94b2565ba49d017.js b/dist/apps/processing-runtime-widget/44566.61cbf94b2565ba49d017.js new file mode 100644 index 0000000..7f43383 --- /dev/null +++ b/dist/apps/processing-runtime-widget/44566.61cbf94b2565ba49d017.js @@ -0,0 +1,2 @@ +/*! For license information please see 44566.61cbf94b2565ba49d017.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44566],{44566:function(e,$,i){i.r($);const r=void 0;$.default=["fr-MU",[["AM","PM"],r,r],r,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],r,[["av. J.-C.","ap. J.-C."],r,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",r],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MUR","Rs","roupie mauricienne",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[r,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[r,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[r,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[r,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[r,"¥"],KMF:[r,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MUR:["Rs"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[r,"$C"],NZD:["$NZ","$"],PHP:[r,"₱"],RHD:["$RH"],RON:[r,"L"],RWF:[r,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[r,"$T"],TTD:["$TT","$"],TWD:[r,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[r,"$"],XPF:["FCFP"],ZMW:[r,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===r&&0!==$&&$%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44566.61cbf94b2565ba49d017.js.LICENSE.txt b/dist/apps/processing-runtime-widget/44566.61cbf94b2565ba49d017.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/44566.61cbf94b2565ba49d017.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/44571.6607e3677dfdfbc3058d.js b/dist/apps/processing-runtime-widget/44571.6607e3677dfdfbc3058d.js new file mode 100644 index 0000000..f3de92b --- /dev/null +++ b/dist/apps/processing-runtime-widget/44571.6607e3677dfdfbc3058d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44571],{44571:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44608.a7de32041b28b6c1244f.js b/dist/apps/processing-runtime-widget/44608.a7de32041b28b6c1244f.js new file mode 100644 index 0000000..474b0cf --- /dev/null +++ b/dist/apps/processing-runtime-widget/44608.a7de32041b28b6c1244f.js @@ -0,0 +1,2 @@ +/*! For license information please see 44608.a7de32041b28b6c1244f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44608],{44608:function(e,a,u){u.r(a);const r=void 0;a.default=["en-AI",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44608.a7de32041b28b6c1244f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/44608.a7de32041b28b6c1244f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/44608.a7de32041b28b6c1244f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/44647.3106a05361928eae3358.js b/dist/apps/processing-runtime-widget/44647.3106a05361928eae3358.js new file mode 100644 index 0000000..2ee3a6b --- /dev/null +++ b/dist/apps/processing-runtime-widget/44647.3106a05361928eae3358.js @@ -0,0 +1,2 @@ +/*! For license information please see 44647.3106a05361928eae3358.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44647],{44647:function(s,M,t){t.r(M);const n=void 0;M.default=["shi-Tfng",[["ⵜⵉⴼⴰⵡⵜ","ⵜⴰⴷⴳⴳⵯⴰⵜ"],n,n],n,[["S","M","T","W","T","F","S"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"],["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"]],n,[["ⵉ","ⴱ","ⵎ","ⵉ","ⵎ","ⵢ","ⵢ","ⵖ","ⵛ","ⴽ","ⵏ","ⴷ"],["ⵉⵏⵏ","ⴱⵕⴰ","ⵎⴰⵕ","ⵉⴱⵔ","ⵎⴰⵢ","ⵢⵓⵏ","ⵢⵓⵍ","ⵖⵓⵛ","ⵛⵓⵜ","ⴽⵜⵓ","ⵏⵓⵡ","ⴷⵓⵊ"],["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵔ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"]],n,[["ⴷⴰⵄ","ⴷⴼⵄ"],n,["ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ","ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MAD","MAD","ⴰⴷⵔⵉⵎ ⵏ ⵍⵎⵖⵔⵉⴱ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:M===Math.floor(M)&&M>=2&&M<=10?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44647.3106a05361928eae3358.js.LICENSE.txt b/dist/apps/processing-runtime-widget/44647.3106a05361928eae3358.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/44647.3106a05361928eae3358.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/44845.e16b9691c0b12f8778d5.js b/dist/apps/processing-runtime-widget/44845.e16b9691c0b12f8778d5.js new file mode 100644 index 0000000..dfe9a08 --- /dev/null +++ b/dist/apps/processing-runtime-widget/44845.e16b9691c0b12f8778d5.js @@ -0,0 +1,2 @@ +/*! For license information please see 44845.e16b9691c0b12f8778d5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44845],{44845:function(e,a,u){u.r(a);const r=void 0;a.default=["en-NR",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/44845.e16b9691c0b12f8778d5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/44845.e16b9691c0b12f8778d5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/44845.e16b9691c0b12f8778d5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/44979.95aa037aebbd3a892896.js b/dist/apps/processing-runtime-widget/44979.95aa037aebbd3a892896.js new file mode 100644 index 0000000..038e28b --- /dev/null +++ b/dist/apps/processing-runtime-widget/44979.95aa037aebbd3a892896.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[44979],{44979:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45038.f7f0b2cd4ad8d9f9ca1e.js b/dist/apps/processing-runtime-widget/45038.f7f0b2cd4ad8d9f9ca1e.js new file mode 100644 index 0000000..532ff6f --- /dev/null +++ b/dist/apps/processing-runtime-widget/45038.f7f0b2cd4ad8d9f9ca1e.js @@ -0,0 +1,2 @@ +/*! For license information please see 45038.f7f0b2cd4ad8d9f9ca1e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45038],{45038:function(m,a,n){n.r(a);const s=void 0;a.default=["ln-CG",[["ntɔ́ngɔ́","mpókwa"],s,s],s,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],s,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],s,[["libóso ya","nsima ya Y"],s,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","Falánga CFA BEAC",{CDF:["FC"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(m){const a=m;return a===Math.floor(a)&&a>=0&&a<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45038.f7f0b2cd4ad8d9f9ca1e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45038.f7f0b2cd4ad8d9f9ca1e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45038.f7f0b2cd4ad8d9f9ca1e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4504.9df3812dd45c13f743fd.js b/dist/apps/processing-runtime-widget/4504.9df3812dd45c13f743fd.js new file mode 100644 index 0000000..7dfb852 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4504.9df3812dd45c13f743fd.js @@ -0,0 +1,2 @@ +/*! For license information please see 4504.9df3812dd45c13f743fd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4504],{4504:function(i,u,c){c.r(u);const e=void 0;u.default=[[["fɔŋli","ŋdi","ŋdɔ","ɣetrɔ","fiẽ","zã"],e,e],e,[["04:00","05:00"],["05:00","12:00"],["12:00","14:00"],["14:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4504.9df3812dd45c13f743fd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4504.9df3812dd45c13f743fd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4504.9df3812dd45c13f743fd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4506.5ed039ec8ac7a938784c.js b/dist/apps/processing-runtime-widget/4506.5ed039ec8ac7a938784c.js new file mode 100644 index 0000000..5286dc6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4506.5ed039ec8ac7a938784c.js @@ -0,0 +1,2 @@ +/*! For license information please see 4506.5ed039ec8ac7a938784c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4506],{4506:function(a,i,n){n.r(i);const s=void 0;i.default=["lag",[["TOO","MUU"],s,s],s,[["P","T","E","O","A","I","M"],["Píili","Táatu","Íne","Táano","Alh","Ijm","Móosi"],["Jumapíiri","Jumatátu","Jumaíne","Jumatáano","Alamíisi","Ijumáa","Jumamóosi"],["Píili","Táatu","Íne","Táano","Alh","Ijm","Móosi"]],s,[["F","N","K","I","I","I","M","V","S","I","S","S"],["Fúngatɨ","Naanɨ","Keenda","Ikúmi","Inyambala","Idwaata","Mʉʉnchɨ","Vɨɨrɨ","Saatʉ","Inyi","Saano","Sasatʉ"],["Kʉfúngatɨ","Kʉnaanɨ","Kʉkeenda","Kwiikumi","Kwiinyambála","Kwiidwaata","Kʉmʉʉnchɨ","Kʉvɨɨrɨ","Kʉsaatʉ","Kwiinyi","Kʉsaano","Kʉsasatʉ"]],s,[["KSA","KA"],s,["Kɨrɨsitʉ sɨ anavyaal","Kɨrɨsitʉ akavyaalwe"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"TZS","TSh","Shilíingi ya Taansanía",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){const i=a,n=Math.floor(Math.abs(a));return 0===i?0:0!==n&&1!==n||0===i?5:1}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4506.5ed039ec8ac7a938784c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4506.5ed039ec8ac7a938784c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4506.5ed039ec8ac7a938784c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/452.25b5c6858b5af1026d18.js b/dist/apps/processing-runtime-widget/452.25b5c6858b5af1026d18.js new file mode 100644 index 0000000..6d77985 --- /dev/null +++ b/dist/apps/processing-runtime-widget/452.25b5c6858b5af1026d18.js @@ -0,0 +1,2 @@ +/*! For license information please see 452.25b5c6858b5af1026d18.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[452],{452:function(t,i,a){a.r(i);const n=void 0;i.default=[[["mitjanit","mat.","matí","md","tarda","vespre","nit"],["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n],[["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n,n],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/452.25b5c6858b5af1026d18.js.LICENSE.txt b/dist/apps/processing-runtime-widget/452.25b5c6858b5af1026d18.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/452.25b5c6858b5af1026d18.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4526.d4141062f86994bc9dea.js b/dist/apps/processing-runtime-widget/4526.d4141062f86994bc9dea.js new file mode 100644 index 0000000..5819efe --- /dev/null +++ b/dist/apps/processing-runtime-widget/4526.d4141062f86994bc9dea.js @@ -0,0 +1,2 @@ +/*! For license information please see 4526.d4141062f86994bc9dea.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4526],{4526:function(I,s,M){M.r(s);const u=void 0;s.default=["mn",[["ү.ө.","ү.х."],u,u],u,[["Ня","Да","Мя","Лх","Пү","Ба","Бя"],u,["ням","даваа","мягмар","лхагва","пүрэв","баасан","бямба"],["Ня","Да","Мя","Лх","Пү","Ба","Бя"]],[["Ня","Да","Мя","Лх","Пү","Ба","Бя"],u,["Ням","Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба"],["Ня","Да","Мя","Лх","Пү","Ба","Бя"]],[["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"],["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"],["нэгдүгээр сар","хоёрдугаар сар","гуравдугаар сар","дөрөвдүгээр сар","тавдугаар сар","зургаадугаар сар","долоодугаар сар","наймдугаар сар","есдүгээр сар","аравдугаар сар","арван нэгдүгээр сар","арван хоёрдугаар сар"]],[["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"],["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"],["Нэгдүгээр сар","Хоёрдугаар сар","Гуравдугаар сар","Дөрөвдүгээр сар","Тавдугаар сар","Зургаадугаар сар","Долоодугаар сар","Наймдугаар сар","Есдүгээр сар","Аравдугаар сар","Арван нэгдүгээр сар","Арван хоёрдугаар сар"]],[["МЭӨ","МЭ"],u,["манай эриний өмнөх","манай эриний"]],1,[6,0],["y.MM.dd","y 'оны' MMM'ын' d","y 'оны' MMMM'ын' d","y 'оны' MMMM'ын' d, EEEE 'гараг'"],["HH:mm","HH:mm:ss","HH:mm:ss (z)","HH:mm:ss (zzzz)"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MNT","₮","Монгол төгрөг",{BYN:[u,"р."],JPY:["JP¥","¥"],MNT:["₮"],PHP:[u,"₱"],SEK:[u,"кр"],THB:["฿"],TWD:["NT$"]},"ltr",function(I){return 1===I?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4526.d4141062f86994bc9dea.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4526.d4141062f86994bc9dea.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4526.d4141062f86994bc9dea.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45289.da97eb688884f2273472.js b/dist/apps/processing-runtime-widget/45289.da97eb688884f2273472.js new file mode 100644 index 0000000..13badfc --- /dev/null +++ b/dist/apps/processing-runtime-widget/45289.da97eb688884f2273472.js @@ -0,0 +1,2 @@ +/*! For license information please see 45289.da97eb688884f2273472.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45289],{45289:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ভোর","সকাল","দুপুর","বিকাল","সন্ধ্যা","রাত্রি"],e,["ভোর","সকাল","দুপুর","বিকাল","সন্ধ্যা","রাত্রিতে"]],[["ভোর","সকাল","দুপুর","বিকাল","সন্ধ্যা","রাত্রি"],e,e],[["04:00","06:00"],["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45289.da97eb688884f2273472.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45289.da97eb688884f2273472.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45289.da97eb688884f2273472.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45313.fcd75cc97b870b4f80fd.js b/dist/apps/processing-runtime-widget/45313.fcd75cc97b870b4f80fd.js new file mode 100644 index 0000000..eb92cb9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45313.fcd75cc97b870b4f80fd.js @@ -0,0 +1,2 @@ +/*! For license information please see 45313.fcd75cc97b870b4f80fd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45313],{45313:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45313.fcd75cc97b870b4f80fd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45313.fcd75cc97b870b4f80fd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45313.fcd75cc97b870b4f80fd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45349.8e8afa57910e2a3760c5.js b/dist/apps/processing-runtime-widget/45349.8e8afa57910e2a3760c5.js new file mode 100644 index 0000000..e0a54ac --- /dev/null +++ b/dist/apps/processing-runtime-widget/45349.8e8afa57910e2a3760c5.js @@ -0,0 +1,2 @@ +/*! For license information please see 45349.8e8afa57910e2a3760c5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45349],{45349:function(n,s,t){t.r(s);const u=void 0;s.default=["mas",[["Ɛnkakɛnyá","Ɛndámâ"],u,u],u,[["2","3","4","5","6","7","1"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapílí","Jumatátu","Jumane","Jumatánɔ","Alaámisi","Jumáa","Jumamósi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],u,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Dal","Ará","Ɔɛn","Doy","Lép","Rok","Sás","Bɔ́r","Kús","Gís","Shʉ́","Ntʉ́"],["Oladalʉ́","Arát","Ɔɛnɨ́ɔɨŋɔk","Olodoyíóríê inkókúâ","Oloilépūnyīē inkókúâ","Kújúɔrɔk","Mórusásin","Ɔlɔ́ɨ́bɔ́rárɛ","Kúshîn","Olgísan","Pʉshʉ́ka","Ntʉ́ŋʉ́s"]],u,[["MY","EY"],u,["Meínō Yɛ́sʉ","Eínō Yɛ́sʉ"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Iropiyianí e Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(n){return 1===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45349.8e8afa57910e2a3760c5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45349.8e8afa57910e2a3760c5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45349.8e8afa57910e2a3760c5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45434.934d7420ae8a01c6402c.js b/dist/apps/processing-runtime-widget/45434.934d7420ae8a01c6402c.js new file mode 100644 index 0000000..da978b8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45434.934d7420ae8a01c6402c.js @@ -0,0 +1,2 @@ +/*! For license information please see 45434.934d7420ae8a01c6402c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45434],{45434:function(e,a,u){u.r(a);const n=void 0;a.default=["en-001",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],n,n,n,{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45434.934d7420ae8a01c6402c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45434.934d7420ae8a01c6402c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45434.934d7420ae8a01c6402c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45438.51bd67423f0d4b3dfcf3.js b/dist/apps/processing-runtime-widget/45438.51bd67423f0d4b3dfcf3.js new file mode 100644 index 0000000..de96af9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45438.51bd67423f0d4b3dfcf3.js @@ -0,0 +1,2 @@ +/*! For license information please see 45438.51bd67423f0d4b3dfcf3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45438],{45438:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45438.51bd67423f0d4b3dfcf3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45438.51bd67423f0d4b3dfcf3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45438.51bd67423f0d4b3dfcf3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45594.1fa7018ff0ebbd88a336.js b/dist/apps/processing-runtime-widget/45594.1fa7018ff0ebbd88a336.js new file mode 100644 index 0000000..ca5f509 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45594.1fa7018ff0ebbd88a336.js @@ -0,0 +1,2 @@ +/*! For license information please see 45594.1fa7018ff0ebbd88a336.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45594],{45594:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45594.1fa7018ff0ebbd88a336.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45594.1fa7018ff0ebbd88a336.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45594.1fa7018ff0ebbd88a336.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45615.489133cd493b7eb2ac91.js b/dist/apps/processing-runtime-widget/45615.489133cd493b7eb2ac91.js new file mode 100644 index 0000000..81c7567 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45615.489133cd493b7eb2ac91.js @@ -0,0 +1,2 @@ +/*! For license information please see 45615.489133cd493b7eb2ac91.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45615],{45615:function(e,o,n){n.r(o);const u=void 0;o.default=[[["ponoć","podne","ujutro","poslijepodne","navečer","po noći"],u,u],u,["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45615.489133cd493b7eb2ac91.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45615.489133cd493b7eb2ac91.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45615.489133cd493b7eb2ac91.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45637.dfd6205127e065c658b5.js b/dist/apps/processing-runtime-widget/45637.dfd6205127e065c658b5.js new file mode 100644 index 0000000..a0fb980 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45637.dfd6205127e065c658b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 45637.dfd6205127e065c658b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45637],{45637:function(a,i,r){r.r(i);const u=void 0;i.default=["mi",[["AM","PM"],u,u],u,[["T","H","T","A","P","M","H"],["Tap","Hin","Tū","Apa","Par","Mer","Hor"],["Rātapu","Rāhina","Rātū","Rāapa","Rāpare","Rāmere","Rāhoroi"],["Tap","Hin","Tū","Apa","Par","Mer","Hor"]],u,[["K","H","P","P","H","P","H","H","M","N","R","H"],["Kohi","Hui","Pou","Pae","Hara","Pipi","Hōngo","Here","Mahu","Nuku","Rangi","Haki"],["Kohitātea","Huitanguru","Poutūterangi","Paengawhāwhā","Haratua","Pipiri","Hōngongoi","Hereturikōkā","Mahuru","Whiringa-ā-nuku","Whiringa-ā-rangi","Hakihea"]],u,[["BCE","CE"],u,u],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"NZD","$","Tāra o Aotearoa",{NZD:["$"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45637.dfd6205127e065c658b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45637.dfd6205127e065c658b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45637.dfd6205127e065c658b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45647.0556c5ebf905702511e3.js b/dist/apps/processing-runtime-widget/45647.0556c5ebf905702511e3.js new file mode 100644 index 0000000..c500537 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45647.0556c5ebf905702511e3.js @@ -0,0 +1,2 @@ +/*! For license information please see 45647.0556c5ebf905702511e3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45647],{45647:function(e,a,u){u.r(a);const n=void 0;a.default=["en-GY",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GYD","$","Guyanaese Dollar",{GYD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45647.0556c5ebf905702511e3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45647.0556c5ebf905702511e3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45647.0556c5ebf905702511e3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45680.60aebce1437e6624e16b.js b/dist/apps/processing-runtime-widget/45680.60aebce1437e6624e16b.js new file mode 100644 index 0000000..d7a1836 --- /dev/null +++ b/dist/apps/processing-runtime-widget/45680.60aebce1437e6624e16b.js @@ -0,0 +1,2 @@ +/*! For license information please see 45680.60aebce1437e6624e16b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45680],{45680:function(e,$,r){r.r($);const i=void 0;$.default=["fr-GQ",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","franc CFA (BEAC)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45680.60aebce1437e6624e16b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45680.60aebce1437e6624e16b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45680.60aebce1437e6624e16b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4571.f6af16908762c608446d.js b/dist/apps/processing-runtime-widget/4571.f6af16908762c608446d.js new file mode 100644 index 0000000..058ac87 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4571.f6af16908762c608446d.js @@ -0,0 +1,2 @@ +/*! For license information please see 4571.f6af16908762c608446d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4571],{4571:function(u,k,n){n.r(k);const e=void 0;k.default=["sg",[["ND","LK"],e,e],e,[["K","S","T","S","K","P","Y"],["Bk1","Bk2","Bk3","Bk4","Bk5","Lâp","Lây"],["Bikua-ôko","Bïkua-ûse","Bïkua-ptâ","Bïkua-usïö","Bïkua-okü","Lâpôsö","Lâyenga"],["Bk1","Bk2","Bk3","Bk4","Bk5","Lâp","Lây"]],e,[["N","F","M","N","B","F","L","K","M","N","N","K"],["Nye","Ful","Mbä","Ngu","Bêl","Fön","Len","Kük","Mvu","Ngb","Nab","Kak"],["Nyenye","Fulundïgi","Mbängü","Ngubùe","Bêläwü","Föndo","Lengua","Kükürü","Mvuka","Ngberere","Nabändüru","Kakauka"]],e,[["KnK","NpK"],e,["Kôzo na Krîstu","Na pekô tî Krîstu"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00;¤-#,##0.00","#E0"],"XAF","FCFA","farânga CFA (BEAC)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4571.f6af16908762c608446d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4571.f6af16908762c608446d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4571.f6af16908762c608446d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/45797.471adefc642a491ffc02.js b/dist/apps/processing-runtime-widget/45797.471adefc642a491ffc02.js new file mode 100644 index 0000000..7a1343e --- /dev/null +++ b/dist/apps/processing-runtime-widget/45797.471adefc642a491ffc02.js @@ -0,0 +1,2 @@ +/*! For license information please see 45797.471adefc642a491ffc02.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[45797],{45797:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/45797.471adefc642a491ffc02.js.LICENSE.txt b/dist/apps/processing-runtime-widget/45797.471adefc642a491ffc02.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/45797.471adefc642a491ffc02.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4632.78dc72e9830514196615.js b/dist/apps/processing-runtime-widget/4632.78dc72e9830514196615.js new file mode 100644 index 0000000..bc4a6b1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4632.78dc72e9830514196615.js @@ -0,0 +1,2 @@ +/*! For license information please see 4632.78dc72e9830514196615.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4632],{4632:function(s,t,n){n.r(t);const u=void 0;t.default=["kn",[["ಪೂ","ಅ"],["ಪೂರ್ವಾಹ್ನ","ಅಪರಾಹ್ನ"],u],[["ಪೂರ್ವಾಹ್ನ","ಅಪರಾಹ್ನ"],u,u],[["ಭಾ","ಸೋ","ಮಂ","ಬು","ಗು","ಶು","ಶ"],["ಭಾನು","ಸೋಮ","ಮಂಗಳ","ಬುಧ","ಗುರು","ಶುಕ್ರ","ಶನಿ"],["ಭಾನುವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],["ಭಾನು","ಸೋಮ","ಮಂಗಳ","ಬುಧ","ಗುರು","ಶುಕ್ರ","ಶನಿ"]],u,[["ಜ","ಫೆ","ಮಾ","ಏ","ಮೇ","ಜೂ","ಜು","ಆ","ಸೆ","ಅ","ನ","ಡಿ"],["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರಿ","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗ","ಸೆಪ್ಟೆಂ","ಅಕ್ಟೋ","ನವೆಂ","ಡಿಸೆಂ"],["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"]],[["ಜ","ಫೆ","ಮಾ","ಏ","ಮೇ","ಜೂ","ಜು","ಆ","ಸೆ","ಅ","ನ","ಡಿ"],["ಜನ","ಫೆಬ್ರ","ಮಾರ್ಚ್","ಏಪ್ರಿ","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗ","ಸೆಪ್ಟೆಂ","ಅಕ್ಟೋ","ನವೆಂ","ಡಿಸೆಂ"],["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"]],[["ಕ್ರಿ.ಪೂ","ಕ್ರಿ.ಶ"],u,["ಕ್ರಿಸ್ತ ಪೂರ್ವ","ಕ್ರಿಸ್ತ ಶಕ"]],0,[0,0],["d/M/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["hh:mm a","hh:mm:ss a","hh:mm:ss a z","hh:mm:ss a zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"INR","₹","ಭಾರತೀಯ ರೂಪಾಯಿ",{BYN:[u,"р."],JPY:["JP¥","¥"],PHP:[u,"₱"],RON:[u,"ಲೀ"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){const t=s;return 0===Math.floor(Math.abs(s))||1===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4632.78dc72e9830514196615.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4632.78dc72e9830514196615.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4632.78dc72e9830514196615.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/46329.f3b048772c8018593d28.js b/dist/apps/processing-runtime-widget/46329.f3b048772c8018593d28.js new file mode 100644 index 0000000..0f64574 --- /dev/null +++ b/dist/apps/processing-runtime-widget/46329.f3b048772c8018593d28.js @@ -0,0 +1,2 @@ +/*! For license information please see 46329.f3b048772c8018593d28.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[46329],{46329:function(e,o,r){r.r(o);const t=void 0;o.default=["it-CH",[["m.","p."],["AM","PM"],t],t,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],t,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],t,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} {0}",t],[".","’",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤-#,##0.00","#E0"],"CHF","CHF","franco svizzero",{BRL:[t,"R$"],BYN:[t,"Br"],EGP:[t,"£E"],HKD:[t,"$"],INR:[t,"₹"],JPY:[t,"¥"],KRW:[t,"₩"],MXN:[t,"$"],NOK:[t,"NKr"],THB:["฿"],TWD:[t,"NT$"],USD:[t,"$"],VND:[t,"₫"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o&&0===r?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/46329.f3b048772c8018593d28.js.LICENSE.txt b/dist/apps/processing-runtime-widget/46329.f3b048772c8018593d28.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/46329.f3b048772c8018593d28.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/46508.88120878c84e79069762.js b/dist/apps/processing-runtime-widget/46508.88120878c84e79069762.js new file mode 100644 index 0000000..aff81f7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/46508.88120878c84e79069762.js @@ -0,0 +1,2 @@ +/*! For license information please see 46508.88120878c84e79069762.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[46508],{46508:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/46508.88120878c84e79069762.js.LICENSE.txt b/dist/apps/processing-runtime-widget/46508.88120878c84e79069762.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/46508.88120878c84e79069762.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/46510.df3509a4df1fe97bb78d.js b/dist/apps/processing-runtime-widget/46510.df3509a4df1fe97bb78d.js new file mode 100644 index 0000000..3ffeae0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/46510.df3509a4df1fe97bb78d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[46510],{46510:function(a,i,e){e.r(i);i.default=[[["miezul nopții","la amiază","dimineața","după-amiaza","seara","noaptea"],["miezul nopții","amiază","dimineața","după-amiaza","seara","noaptea"],["la miezul nopții","la amiază","dimineața","după-amiaza","seara","noaptea"]],[["miezul nopții","amiază","dimineața","după-amiaza","seara","noaptea"],undefined,["la miezul nopții","la amiază","dimineața","după-amiaza","seara","noaptea"]],["00:00","12:00",["05:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4661.4f8f7636e9030f0c1091.js b/dist/apps/processing-runtime-widget/4661.4f8f7636e9030f0c1091.js new file mode 100644 index 0000000..9575bc4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/4661.4f8f7636e9030f0c1091.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4661],{4661:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/46641.3caac7ffafacc3cc5958.js b/dist/apps/processing-runtime-widget/46641.3caac7ffafacc3cc5958.js new file mode 100644 index 0000000..91d4ba3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/46641.3caac7ffafacc3cc5958.js @@ -0,0 +1,2 @@ +/*! For license information please see 46641.3caac7ffafacc3cc5958.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[46641],{46641:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/46641.3caac7ffafacc3cc5958.js.LICENSE.txt b/dist/apps/processing-runtime-widget/46641.3caac7ffafacc3cc5958.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/46641.3caac7ffafacc3cc5958.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/46756.4febd997c8f682a3572c.js b/dist/apps/processing-runtime-widget/46756.4febd997c8f682a3572c.js new file mode 100644 index 0000000..c423a47 --- /dev/null +++ b/dist/apps/processing-runtime-widget/46756.4febd997c8f682a3572c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[46756],{46756:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ل"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/46926.c6e67a8918efa13c68ac.js b/dist/apps/processing-runtime-widget/46926.c6e67a8918efa13c68ac.js new file mode 100644 index 0000000..ba636b4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/46926.c6e67a8918efa13c68ac.js @@ -0,0 +1,2 @@ +/*! For license information please see 46926.c6e67a8918efa13c68ac.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[46926],{46926:function(e,s,o){o.r(s);const r=void 0;s.default=["es-NI",[["a. m.","p. m."],r,r],r,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"NIO","C$","córdoba nicaragüense",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NIO:["C$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:[r,"$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===i&&0!==o&&o%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/46926.c6e67a8918efa13c68ac.js.LICENSE.txt b/dist/apps/processing-runtime-widget/46926.c6e67a8918efa13c68ac.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/46926.c6e67a8918efa13c68ac.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47061.6f3a68570801b6d206ed.js b/dist/apps/processing-runtime-widget/47061.6f3a68570801b6d206ed.js new file mode 100644 index 0000000..065f376 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47061.6f3a68570801b6d206ed.js @@ -0,0 +1,2 @@ +/*! For license information please see 47061.6f3a68570801b6d206ed.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47061],{47061:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47061.6f3a68570801b6d206ed.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47061.6f3a68570801b6d206ed.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47061.6f3a68570801b6d206ed.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47074.9e6509c6c79121feb2c9.js b/dist/apps/processing-runtime-widget/47074.9e6509c6c79121feb2c9.js new file mode 100644 index 0000000..c746967 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47074.9e6509c6c79121feb2c9.js @@ -0,0 +1,2 @@ +/*! For license information please see 47074.9e6509c6c79121feb2c9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47074],{47074:function(u,c,i){i.r(c);const e=void 0;c.default=[[["полунощ","сутринта","на обяд","следобед","вечерта","през нощта"],e,e],e,["00:00",["04:00","11:00"],["11:00","14:00"],["14:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47074.9e6509c6c79121feb2c9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47074.9e6509c6c79121feb2c9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47074.9e6509c6c79121feb2c9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4714.cea261c9d316724a133e.js b/dist/apps/processing-runtime-widget/4714.cea261c9d316724a133e.js new file mode 100644 index 0000000..650049c --- /dev/null +++ b/dist/apps/processing-runtime-widget/4714.cea261c9d316724a133e.js @@ -0,0 +1,2 @@ +/*! For license information please see 4714.cea261c9d316724a133e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4714],{4714:function(e,a,u){u.r(a);const n=void 0;a.default=["en-NU",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NZD","$","New Zealand Dollar",{JPY:["JP¥","¥"],NZD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4714.cea261c9d316724a133e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4714.cea261c9d316724a133e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4714.cea261c9d316724a133e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47233.eac5abaa5db54201360d.js b/dist/apps/processing-runtime-widget/47233.eac5abaa5db54201360d.js new file mode 100644 index 0000000..9e3ae38 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47233.eac5abaa5db54201360d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47233],{47233:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/475.aaddfb79ed835a0950ea.js b/dist/apps/processing-runtime-widget/475.aaddfb79ed835a0950ea.js new file mode 100644 index 0000000..82fa937 --- /dev/null +++ b/dist/apps/processing-runtime-widget/475.aaddfb79ed835a0950ea.js @@ -0,0 +1,2 @@ +/*! For license information please see 475.aaddfb79ed835a0950ea.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[475],{475:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/475.aaddfb79ed835a0950ea.js.LICENSE.txt b/dist/apps/processing-runtime-widget/475.aaddfb79ed835a0950ea.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/475.aaddfb79ed835a0950ea.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47592.96343cf39a469a76558a.js b/dist/apps/processing-runtime-widget/47592.96343cf39a469a76558a.js new file mode 100644 index 0000000..74d2b90 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47592.96343cf39a469a76558a.js @@ -0,0 +1,2 @@ +/*! For license information please see 47592.96343cf39a469a76558a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47592],{47592:function(s,t,u){u.r(t);const M=void 0;t.default=["hi",[["am","pm"],M,M],M,[["र","सो","मं","बु","गु","शु","श"],["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],["र","सो","मं","बु","गु","शु","श"]],M,[["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]],M,[["ईसा-पूर्व","ईस्वी"],M,["ईसा-पूर्व","ईसवी सन"]],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} को {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","[#E0]"],"INR","₹","भारतीय रुपया",{BYN:[M,"р."],JPY:["JP¥","¥"],PHP:[M,"₱"],RON:[M,"लेई"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){const t=s;return 0===Math.floor(Math.abs(s))||1===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47592.96343cf39a469a76558a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47592.96343cf39a469a76558a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47592.96343cf39a469a76558a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47598.6267deaed79b33b490fc.js b/dist/apps/processing-runtime-widget/47598.6267deaed79b33b490fc.js new file mode 100644 index 0000000..78e711c --- /dev/null +++ b/dist/apps/processing-runtime-widget/47598.6267deaed79b33b490fc.js @@ -0,0 +1,2 @@ +/*! For license information please see 47598.6267deaed79b33b490fc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47598],{47598:function(e,n,a){a.r(n);const r=void 0;n.default=["sr-Latn",[["AM","PM"],r,r],[["pre podne","po podne"],["AM","PM"],r],[["n","p","u","s","č","p","s"],["ned","pon","uto","sre","čet","pet","sub"],["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],r,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],r,[["p.n.e.","n.e."],["p. n. e.","n. e."],["pre nove ere","nove ere"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RSD","RSD","srpski dinar",{AUD:[r,"$"],BAM:["KM"],BYN:[r,"r."],GEL:[r,"ლ"],KRW:[r,"₩"],NZD:[r,"$"],PHP:[r,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[r,"₫"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47598.6267deaed79b33b490fc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47598.6267deaed79b33b490fc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47598.6267deaed79b33b490fc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47600.3837d5a1e1ff5be44de4.js b/dist/apps/processing-runtime-widget/47600.3837d5a1e1ff5be44de4.js new file mode 100644 index 0000000..8254d1b --- /dev/null +++ b/dist/apps/processing-runtime-widget/47600.3837d5a1e1ff5be44de4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47600],{47600:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47649.551f62f81374ecf0044c.js b/dist/apps/processing-runtime-widget/47649.551f62f81374ecf0044c.js new file mode 100644 index 0000000..248dd27 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47649.551f62f81374ecf0044c.js @@ -0,0 +1,2 @@ +/*! For license information please see 47649.551f62f81374ecf0044c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47649],{47649:function(t,s,M){M.r(s);const e=void 0;s.default=["sr-Cyrl-BA",[["AM","PM"],["прије подне","по подне"],e],[["а","p"],["прије подне","по подне"],e],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сри","чет","пет","суб"],["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],e,[["п.н.е.","н.е."],["п. н. е.","н. е."],["прије нове ере","нове ере"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"BAM","КМ","Босанскохерцеговачка конвертибилна марка",{AUD:[e,"$"],BAM:["КМ","KM"],BYN:[e,"р."],GEL:[e,"ლ"],KRW:[e,"₩"],NZD:[e,"$"],PHP:[e,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[e,"₫"]},"ltr",function(t){const s=Math.floor(Math.abs(t)),M=t.toString().replace(/^[^.]*\.?/,"").length,e=parseInt(t.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===M&&s%10==1&&s%100!=11||e%10==1&&e%100!=11?1:0===M&&s%10===Math.floor(s%10)&&s%10>=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47649.551f62f81374ecf0044c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47649.551f62f81374ecf0044c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47649.551f62f81374ecf0044c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47671.d93f7f8edc45ec981a09.js b/dist/apps/processing-runtime-widget/47671.d93f7f8edc45ec981a09.js new file mode 100644 index 0000000..3bcb7c2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47671.d93f7f8edc45ec981a09.js @@ -0,0 +1,2 @@ +/*! For license information please see 47671.d93f7f8edc45ec981a09.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47671],{47671:function(s,e,t){t.r(e);const u=void 0;e.default=["hu",[["de.","du."],u,u],u,[["V","H","K","Sz","Cs","P","Sz"],["V","H","K","Sze","Cs","P","Szo"],["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],["V","H","K","Sze","Cs","P","Szo"]],u,[["J","F","M","Á","M","J","J","A","Sz","O","N","D"],["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."],["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"]],u,[["ie.","isz."],["i. e.","i. sz."],["Krisztus előtt","időszámításunk szerint"]],1,[6,0],["y. MM. dd.","y. MMM d.","y. MMMM d.","y. MMMM d., EEEE"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"HUF","Ft","magyar forint",{AUD:[u,"$"],BRL:[u,"R$"],BYN:[u,"р."],CAD:[u,"$"],CNY:[u,"¥"],EUR:[u,"€"],GBP:[u,"£"],HKD:[u,"$"],HUF:["Ft"],ILS:[u,"₪"],INR:[u,"₹"],KRW:[u,"₩"],MXN:[u,"$"],NZD:[u,"$"],PHP:[u,"₱"],TWD:[u,"NT$"],USD:[u,"$"],VND:[u,"₫"],XCD:[u,"$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47671.d93f7f8edc45ec981a09.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47671.d93f7f8edc45ec981a09.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47671.d93f7f8edc45ec981a09.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47673.766bfcaaef310f54a8c6.js b/dist/apps/processing-runtime-widget/47673.766bfcaaef310f54a8c6.js new file mode 100644 index 0000000..4fb3025 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47673.766bfcaaef310f54a8c6.js @@ -0,0 +1,2 @@ +/*! For license information please see 47673.766bfcaaef310f54a8c6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47673],{47673:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-GW",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XOF","𞤅𞤊𞤀","𞤊𞤢𞤪𞤢𞤲 𞤅𞤊𞤀 𞤖𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫 𞤀𞤬𞤪𞤭𞤳𞤢",{BYN:[i,"р."],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47673.766bfcaaef310f54a8c6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47673.766bfcaaef310f54a8c6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47673.766bfcaaef310f54a8c6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47681.8d04ff8c72c6c59f2790.js b/dist/apps/processing-runtime-widget/47681.8d04ff8c72c6c59f2790.js new file mode 100644 index 0000000..36df285 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47681.8d04ff8c72c6c59f2790.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47681],{47681:function(u,e,i){i.r(e);e.default=[[["ب","ص","ظ","ع","ش","ن"],["بامداد","صبح","ظهر","عصر","شب","نیمه‌شب"],["بامداد","صبح","بعدازظهر","عصر","شب","نیمه‌شب"]],[["ب","ص","ظ","ع","ش","ن"],["بامداد","صبح","ظهر","عصر","شب","نیمه‌شب"],undefined],[["01:00","04:00"],["04:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","01:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47682.0d5d11dfe87f527a9c19.js b/dist/apps/processing-runtime-widget/47682.0d5d11dfe87f527a9c19.js new file mode 100644 index 0000000..b27cf26 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47682.0d5d11dfe87f527a9c19.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47682],{47682:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47692.a74e31a5466a203b4038.js b/dist/apps/processing-runtime-widget/47692.a74e31a5466a203b4038.js new file mode 100644 index 0000000..09dd662 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47692.a74e31a5466a203b4038.js @@ -0,0 +1,2 @@ +/*! For license information please see 47692.a74e31a5466a203b4038.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47692],{47692:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47692.a74e31a5466a203b4038.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47692.a74e31a5466a203b4038.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47692.a74e31a5466a203b4038.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47696.5af23152130bde79e1d9.js b/dist/apps/processing-runtime-widget/47696.5af23152130bde79e1d9.js new file mode 100644 index 0000000..a81e342 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47696.5af23152130bde79e1d9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47696],{47696:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47863.029d0e73a534744079bd.js b/dist/apps/processing-runtime-widget/47863.029d0e73a534744079bd.js new file mode 100644 index 0000000..92ae446 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47863.029d0e73a534744079bd.js @@ -0,0 +1,2 @@ +/*! For license information please see 47863.029d0e73a534744079bd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47863],{47863:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47863.029d0e73a534744079bd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47863.029d0e73a534744079bd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47863.029d0e73a534744079bd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47877.a3c38221cc9258ac09c5.js b/dist/apps/processing-runtime-widget/47877.a3c38221cc9258ac09c5.js new file mode 100644 index 0000000..6b3fe66 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47877.a3c38221cc9258ac09c5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47877],{47877:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47913.0169883ca9c066f9109b.js b/dist/apps/processing-runtime-widget/47913.0169883ca9c066f9109b.js new file mode 100644 index 0000000..414d172 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47913.0169883ca9c066f9109b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47913],{47913:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47928.1e20ed4c7cd0f5679754.js b/dist/apps/processing-runtime-widget/47928.1e20ed4c7cd0f5679754.js new file mode 100644 index 0000000..7cc0387 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47928.1e20ed4c7cd0f5679754.js @@ -0,0 +1,2 @@ +/*! For license information please see 47928.1e20ed4c7cd0f5679754.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47928],{47928:function(M,s,u){u.r(s);const t=void 0;s.default=["te",[["ఉ","సా"],["AM","PM"],t],[["AM","PM"],t,t],[["ఆ","సో","మ","బు","గు","శు","శ"],["ఆది","సోమ","మంగళ","బుధ","గురు","శుక్ర","శని"],["ఆదివారం","సోమవారం","మంగళవారం","బుధవారం","గురువారం","శుక్రవారం","శనివారం"],["ఆది","సోమ","మం","బుధ","గురు","శుక్ర","శని"]],t,[["జ","ఫి","మా","ఏ","మే","జూ","జు","ఆ","సె","అ","న","డి"],["జన","ఫిబ్ర","మార్చి","ఏప్రి","మే","జూన్","జులై","ఆగ","సెప్టెం","అక్టో","నవం","డిసెం"],["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జులై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"]],t,[["క్రీపూ","క్రీశ"],t,["క్రీస్తు పూర్వం","క్రీస్తు శకం"]],0,[0,0],["dd-MM-yy","d MMM, y","d MMMM, y","d, MMMM y, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",t,"{1} {0}కి",t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##,##0.00","#E0"],"INR","₹","భారతదేశ రూపాయి",{BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(M){return 1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47928.1e20ed4c7cd0f5679754.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47928.1e20ed4c7cd0f5679754.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47928.1e20ed4c7cd0f5679754.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47957.99d6dc68142938522227.js b/dist/apps/processing-runtime-widget/47957.99d6dc68142938522227.js new file mode 100644 index 0000000..3c54ac2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47957.99d6dc68142938522227.js @@ -0,0 +1,2 @@ +/*! For license information please see 47957.99d6dc68142938522227.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47957],{47957:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47957.99d6dc68142938522227.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47957.99d6dc68142938522227.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47957.99d6dc68142938522227.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/4796.a11f598f4a7d4bb317aa.js b/dist/apps/processing-runtime-widget/4796.a11f598f4a7d4bb317aa.js new file mode 100644 index 0000000..70aefbb --- /dev/null +++ b/dist/apps/processing-runtime-widget/4796.a11f598f4a7d4bb317aa.js @@ -0,0 +1,2 @@ +/*! For license information please see 4796.a11f598f4a7d4bb317aa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[4796],{4796:function(s,M,u){u.r(M);const c=void 0;M.default=["sd-Deva",[["AM","PM"],c,["मंझंदि खां पहिंरियों","मंझंदि खां पोइ"]],[["AM","PM"],c,c],[["आ","सू","मं","बु॒","वि","जु","छं"],["आर्त","सू","मंग","बु॒ध","विस","जुम","छंछ"],["आर्तवार","सूमर","मंगलु","बु॒धर","विस्पत","जुमो","छंछर"],["आर्त","सू","मंग","बु॒ध","विस","जुम","छंछ"]],[["आ","सू","मं","बु॒","वि","जु","छं"],["आ","सू","मं","बुध","विस","जु","छंछ"],["आर्त","सू","मं","बु॒ध","विस","जुम","छंछ"],["आर्त","सू","मंग","बु॒ध","विस","जुम","छंछ"]],[["ज","फ़","मा","अ","मा","जू","जु","अग","स","ऑ","न","डि"],["जन","फर","मार्च","अप्रै","मई","जून","जु","अग","सप्टे","ऑक्टो","नवं","डिसं"],["जनवरी","फरवरी","मार्चु","अप्रैल","मई","जून","जुलाई","अगस्ट","सप्टेंबर","ऑक्टोबर","नवंबर","डिसंबर"]],[["ज","फ़","म","अ","मा","जू","जु","अग","स","ऑ","न","डि"],["जन","फर","मार्च","अप्रै","मई","जून","जुला","अग","सप्टे","ऑक्टो","नवं","डिसं"],["जनवरी","फरवरी","मार्चु","अप्रैल","मई","जून","जुलाई","अगस्ट","सप्टेंबर","ऑक्टोबर","नवंबर","डिसंबर"]],[["बीसी","एडी"],c,c],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} ते {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","हिंदुस्तानी रुपयो",{},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/4796.a11f598f4a7d4bb317aa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/4796.a11f598f4a7d4bb317aa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/4796.a11f598f4a7d4bb317aa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/47982.d1a7429e7b59de8b923a.js b/dist/apps/processing-runtime-widget/47982.d1a7429e7b59de8b923a.js new file mode 100644 index 0000000..270f3d6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/47982.d1a7429e7b59de8b923a.js @@ -0,0 +1,2 @@ +/*! For license information please see 47982.d1a7429e7b59de8b923a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[47982],{47982:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-ST",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"STN","Db","dobra de São Tomé e Príncipe",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],STN:["Db"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/47982.d1a7429e7b59de8b923a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/47982.d1a7429e7b59de8b923a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/47982.d1a7429e7b59de8b923a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48067.3d848cca2eafcf48e1f1.js b/dist/apps/processing-runtime-widget/48067.3d848cca2eafcf48e1f1.js new file mode 100644 index 0000000..fafb5d0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/48067.3d848cca2eafcf48e1f1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48067],{48067:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48088.cdeff3077e783c494124.js b/dist/apps/processing-runtime-widget/48088.cdeff3077e783c494124.js new file mode 100644 index 0000000..3af890d --- /dev/null +++ b/dist/apps/processing-runtime-widget/48088.cdeff3077e783c494124.js @@ -0,0 +1,2 @@ +/*! For license information please see 48088.cdeff3077e783c494124.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48088],{48088:function(a,g,i){i.r(g);const e=void 0;g.default=[[["pagi","pagi","tengah hari","petang","malam"],e,["tengah malam","pagi","tengah hari","petang","malam"]],[["pagi","pagi","tengah hari","petang","malam"],["tengah malam","pagi","tengah hari","petang","malam"],e],[["00:00","01:00"],["01:00","12:00"],["12:00","14:00"],["14:00","19:00"],["19:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48088.cdeff3077e783c494124.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48088.cdeff3077e783c494124.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48088.cdeff3077e783c494124.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48179.fd636c7b4a25c9e8a850.js b/dist/apps/processing-runtime-widget/48179.fd636c7b4a25c9e8a850.js new file mode 100644 index 0000000..6028c69 --- /dev/null +++ b/dist/apps/processing-runtime-widget/48179.fd636c7b4a25c9e8a850.js @@ -0,0 +1,2 @@ +/*! For license information please see 48179.fd636c7b4a25c9e8a850.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48179],{48179:function(e,u,a){a.r(u);const r=void 0;u.default=["en-AT",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48179.fd636c7b4a25c9e8a850.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48179.fd636c7b4a25c9e8a850.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48179.fd636c7b4a25c9e8a850.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48208.5843b82e33d72ef92552.js b/dist/apps/processing-runtime-widget/48208.5843b82e33d72ef92552.js new file mode 100644 index 0000000..414219e --- /dev/null +++ b/dist/apps/processing-runtime-widget/48208.5843b82e33d72ef92552.js @@ -0,0 +1,2 @@ +/*! For license information please see 48208.5843b82e33d72ef92552.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48208],{48208:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48208.5843b82e33d72ef92552.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48208.5843b82e33d72ef92552.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48208.5843b82e33d72ef92552.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48221.f35e851622594cdb0dcd.js b/dist/apps/processing-runtime-widget/48221.f35e851622594cdb0dcd.js new file mode 100644 index 0000000..78abb9b --- /dev/null +++ b/dist/apps/processing-runtime-widget/48221.f35e851622594cdb0dcd.js @@ -0,0 +1 @@ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48221],{48221:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(65038),t)},58994:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Client=void 0;const r=n(89565),i=n(70602);class s{constructor(e,t){const n=new i.FetchClient(e,t);this.realtime=new r.Realtime(n),this.alarm=new i.AlarmService(n,this.realtime),this.application=new i.ApplicationService(n,this.realtime),this.audit=new i.AuditService(n),this.core=n,this.deviceRegistration=new i.DeviceRegistrationService(n),this.deviceRegistrationBulk=new i.DeviceRegistrationBulkService(n),this.event=new i.EventService(n,this.realtime),this.inventory=new i.InventoryService(n,this.realtime),this.inventoryBinary=new i.InventoryBinaryService(n),this.inventoryRole=new i.InventoryRoleService(n),this.measurement=new i.MeasurementService(n,this.realtime),this.operation=new i.OperationService(n),this.operationBulk=new i.OperationBulkService(n),this.options={security:new i.TenantSecurityOptionsService(n),system:new i.SystemOptionsService(n),login:new i.TenantLoginOptionsService(n),tenant:new i.TenantOptionsService(n)},this.role=new i.InventoryRoleService(n),this.tenant=new i.TenantService(n),this.user=new i.UserService(n),this.userGroup=new i.UserGroupService(n),this.userRole=new i.UserRoleService(n),this.identity=new i.IdentityService(n),this.smartGroups=new i.SmartGroupsService(n),this.smartRules=new i.SmartRulesService(n)}static async authenticate(e,t){const n=new i.BasicAuth(e),r=new i.FetchClient(n,t),o=await r.fetch("/tenant/currentTenant",{method:"GET"});if(200!==o.status)throw{res:o};const{name:a}=await o.json(),c=new s(n,t);return c.core.tenant=a,c}static async deviceBootstrap(e){const{deviceId:t,timeout:n,baseUrl:r,basicAuthToken:o}=e;let{expire:a}=e;n&&!a&&(a=Date.now()+n);const c=new i.FetchClient(void 0,r),u=new i.DeviceRegistrationService(c);let l;try{const{data:e}=await u.bootstrap(t,{basicAuthToken:o}),{username:n,password:a,tenantId:c}=e,d=new i.BasicAuth({user:n,tenant:c,password:a});l=new s(d,r),l.core.tenant=c}catch(t){if((!a||Date.now()({tenant:e,user:t,password:n})))}setAuth(e){this.core.setAuth(e),this.realtime.disconnect()}}t.Client=s},21303:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AlarmService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="alarm",this.listUrl="alarms",this.propertyName="alarms",this.channel="/alarms/*"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}}t.AlarmService=i},64575:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AlarmStatus=void 0;const r=n(11950);!function(e){e[e.ACKNOWLEDGED=(0,r.gettext)("ACKNOWLEDGED")]="ACKNOWLEDGED",e[e.CLEARED=(0,r.gettext)("CLEARED")]="CLEARED",e[e.ACTIVE=(0,r.gettext)("ACTIVE")]="ACTIVE"}(t.AlarmStatus||(t.AlarmStatus={}))},33912:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},55916:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(21303),t),i(n(64575),t),i(n(33912),t)},12327:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApplicationAvailability=void 0;const r=n(11950);!function(e){e[e.MARKET=(0,r.gettext)("MARKET")]="MARKET",e[e.PRIVATE=(0,r.gettext)("PRIVATE")]="PRIVATE",e[e.SHARED=(0,r.gettext)("SHARED")]="SHARED"}(t.ApplicationAvailability||(t.ApplicationAvailability={}))},85764:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ApplicationBinaryService=void 0;const i=n(91619),s=r(n(6230));class o extends i.Service{constructor(e,t){super(e),this.listUrl="binaries",this.propertyName="attachments",this.baseUrl=`application/applications/${this.getIdString(t)}`}async upload(e,t,n){const r=n?.listUrl||this.listUrl,i=this.createBinaryRequestBody(e,t,n);let s;"function"==typeof i.getHeaders&&(s=i.getHeaders());const o=Object.assign(n?.headers||{Accept:"application/json"},s),a=await this.fetch(r,{method:"POST",body:i,headers:o}),c=await a.json();return{res:a,data:c}}uploadWithProgressXhr(e,t,n,r){const i=`/${this.baseUrl}/${r?.listUrl||this.listUrl}`,s=this.createBinaryRequestBody(e,n,r);let o;"function"==typeof s.getHeaders&&(o=s.getHeaders());const a=this.client.getFetchOptions().headers;Object.assign(a,r?.headers||{Accept:"application/json"}),Object.assign(a,o);const c=new XMLHttpRequest;c.open("POST",i,!0);for(const e in a)a.hasOwnProperty(e)&&c.setRequestHeader(e,a[e]);return c.upload.addEventListener("progress",t),c.send(s),c}getXMLHttpResponse(e){return new Promise(((t,n)=>{e.addEventListener("loadend",(()=>{4!==e.readyState||200!==e.status&&201!==e.status?n(e.responseText?{data:JSON.parse(e.responseText)}:"Could not upload file."):t(JSON.parse(e.responseText))}))}))}async list(e){return super.list(e)}async delete(e){return super.delete(e)}async listPlugins(){const e=`${this.listUrl}/plugins`,t=await this.fetch(e,{headers:{accept:"application/json"}}),n=await t.json();return{res:t,data:n}}async addPlugin(e,t){const n=`${this.listUrl}/plugins/${encodeURIComponent(e)}`,r=new s.default,i=t instanceof ArrayBuffer?Buffer.from(t):t;let o;r.append("file",i),"function"==typeof r.getHeaders&&(o=r.getHeaders());const a=Object.assign({accept:"application/json"},o),c=await this.fetch(n,{method:"POST",body:r,headers:a}),u=await c.json();return{res:c,data:u}}async removePlugin(e){const t=`${this.listUrl}/plugins/${e}`,n=await this.fetch(t,{method:"DELETE",headers:{accept:"application/json"}}),r=await n.json();return{res:n,data:r}}async updateFiles(e){const t=`${this.listUrl}/files`,n=new s.default;let r;e.forEach((e=>{const t=e.contents instanceof ArrayBuffer?Buffer.from(e.contents):e.contents;n.append(e.path,t)})),"function"==typeof n.getHeaders&&(r=n.getHeaders());const i=Object.assign({accept:"application/json"},r),o=await this.fetch(t,{method:"POST",body:n,headers:i}),a=await o.json();return{res:o,data:a}}async downloadArchive(e){const t=`${this.listUrl}/${e}`;return await this.fetch(t)}createBinaryRequestBody(e,t,n){const r=new s.default,i=e instanceof ArrayBuffer?Buffer.from(e):e;let o=t;if("undefined"!=typeof File&&e instanceof File&&(o=e.name),r.append(n?.bodyFileProperty||"file",i,o),r.append("fileName",o),n?.requestBody)for(const e in n.requestBody)n.requestBody.hasOwnProperty(e)&&r.append(e,JSON.stringify(n.requestBody[e]));return r}}t.ApplicationBinaryService=o},72780:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApplicationService=void 0;const r=n(91619),i=n(82156),s=n(98463),o=n(27445),a=n(85764),c=n(80678),u=n(11950);class l extends r.Service{constructor(){super(...arguments),this.baseUrl="application",this.listUrl="applications",this.propertyName="applications",this.channel="/applications/*"}async create(e){return super.create(e)}async clone(e){const t=`${this.getDetailUrl(e)}/clone`,n=await this.fetch(t,{method:"POST",body:"",headers:{"content-type":"application/json",accept:"application/json"}}),r=await n.json();return{res:n,data:r}}async list(e={}){return super.list(e)}async listVersions(e,t={}){const n=this.getEntityId(e),r=`${this.listUrl}/${n}/versions`,i={"content-type":"application/json"};try{const e=await this.fetch(r,{headers:i,params:t}),n=(await e.json())?.applicationVersions;return{res:e,data:n}}catch(t){if(404===t.res.status){const{data:t,res:n}=await this.detail(e);return{res:n,data:t.applicationVersions}}throw t}}async detail(e){return super.detail(e)}async update(e){return super.update(e)}async delete(e){return super.delete(e)}async listByName(e){const t=`applicationsByName/${encodeURIComponent(e)}`,n=await this.fetch(t,{headers:{"content-type":"application/json"}}),r=await n.json();return{res:n,data:r[this.propertyName]}}async listByTenant(e,t={}){const n=new s.TenantService(this.client),r=this.getIdString(e||(await n.current()).data.name),i=`applicationsByTenant/${encodeURIComponent(r)}`,o=await this.fetch(i,{headers:{"content-type":"application/json"},params:t}),a=await o.json();return{res:o,data:a[this.propertyName]}}async listByOwner(e,t={}){const n=new s.TenantService(this.client),r=this.getIdString(e||(await n.current()).data.name),i=`applicationsByOwner/${encodeURIComponent(r)}`,o=await this.fetch(i,{headers:{"content-type":"application/json"},params:t}),a=await o.json();return{res:o,data:a[this.propertyName]}}async listByUser(e,t={}){const n=new o.UserService(this.client),r=this.getIdString(e||(await n.current()).data),i=`applicationsByUser/${encodeURIComponent(r)}`,s=await this.fetch(i,{headers:{"content-type":"application/json"},params:t}),a=await s.json();return{res:s,data:a[this.propertyName]}}async reactivateArchive(e){const t=`${this.listUrl}/${e}/refresh`;return{res:await this.fetch(t,{method:"POST",body:"",headers:{"content-type":"application/json",accept:"application/json"}}),data:null}}binary(e){return new a.ApplicationBinaryService(this.client,e)}getHref(e){return e.type===c.ApplicationType.EXTERNAL?e.externalUrl:`/apps/${e.public?"public/":""}${e.contextPath}`}async isAvailable(e){const{res:t,data:n}=await this.listByUser(void 0,{dropOverwrittenApps:!0,noPaging:!0});return{data:(n||[]).some((t=>"string"==typeof e?t.name===e||t.contextPath===e:this.isMatch(t,e))),res:t}}async getStatusDetails(e){const t=this.getEntityId(e);return new i.InventoryService(this.client,this.realtime).list({type:`c8y_Application_${t}`})}getInstanceNames(e){let t=new Array;return e&&e.c8y_Status&&e.c8y_Status.instances&&(t=Object.keys(e.c8y_Status.instances)),t}async getInstanceLog(e,t,n){const r=`${this.getDetailUrl(e)}/logs/${t}`,i={accept:this.mimeType("applicationLogs")},s=await this.fetch(r,{headers:i,params:n}),o=await s.json();return{res:s,data:o}}async updateApplicationConfig(e,t){const n=this.getEntityId(e),{data:r}=await this.detail(n),i={...r?.config||{},...t},s=await this.update({id:n,config:i});return(await s)?.data}async getAppManifest(e,t){const n=new Date;let r;if(r=t?await this.client.fetch(`/apps/${e.contextPath}@${t}/cumulocity.json?nocache=${n.getTime()}`):await this.client.fetch(`/apps/${e.contextPath}/cumulocity.json?nocache=${n.getTime()}`),r.status>=400)throw new Error((0,u.gettext)("No Cumulocity IoT manifest found."));return await r.json()}async storeAppManifest(e,t){return await this.binary(e).updateFiles([{path:"cumulocity.json",contents:JSON.stringify(t)}])}async setPackageVersionTag(e,t,n){const r=`${this.getDetailUrl(e)}/versions/${t}`,i=JSON.stringify({tags:n}),s=await this.fetch(r,{method:"PUT",body:i,headers:{accept:"application/vnd.com.nsn.cumulocity.applicationVersion+json;charset=UTF-8;ver=0.9","content-type":"application/json"}}),o=await s.json();return{res:s,data:o}}async deleteVersionPackage(e,t){const n=`${this.getDetailUrl(e)}/versions/`;return{res:await this.fetch(n,this.changeFetchOptions({method:"DELETE",params:t},n)),data:null}}async updateApplicationAvailability(e,t){const n=this.getEntityId(e);return await this.update({id:n,availability:t})}isMatch(e,t){return Object.keys(t).every((n=>Array.isArray(e[n])&&Array.isArray(t[n])?t[n].every((t=>e[n].includes(t))):"object"==typeof e[n]&&null!==e[n]&&"object"==typeof t[n]&&null!==t[n]?this.isMatch(e[n],t[n]):e[n]===t[n]))}}t.ApplicationService=l},80678:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApplicationType=void 0,function(e){e.EXTERNAL="EXTERNAL",e.HOSTED="HOSTED",e.MICROSERVICE="MICROSERVICE",e.FEATURE="FEATURE",e.REPOSITORY="REPOSITORY"}(t.ApplicationType||(t.ApplicationType={}))},99535:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BillingMode=void 0,function(e){e.SUBSCRIPTION="SUBSCRIPTION",e.RESOURCES="RESOURCES"}(t.BillingMode||(t.BillingMode={}))},56762:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},8813:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},62680:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InstanceStatus=void 0,function(e){e.Up="Up",e.Unhealthy="Unhealthy",e.Down="Down",e.Unknown="Unknown"}(t.InstanceStatus||(t.InstanceStatus={}))},11824:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},59716:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},79236:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},27126:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},60565:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},9978:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},64824:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Isolation=void 0,function(e){e.PER_TENANT="PER_TENANT",e.MULTI_TENANT="MULTI_TENANT"}(t.Isolation||(t.Isolation={}))},40109:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(72780),t),i(n(56762),t),i(n(8813),t),i(n(62680),t),i(n(11824),t),i(n(80678),t),i(n(99535),t),i(n(64824),t),i(n(12327),t),i(n(27126),t),i(n(60565),t),i(n(9978),t),i(n(59716),t),i(n(79236),t)},35070:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AuditRecordType=void 0,function(e){e.ALARM="Alarm",e.BULK_OPERATION="BulkOperation",e.CEP_MODULE="CepModule",e.EVENT="Event",e.INVENTORY="Inventory",e.INVENTORY_ROLE="InventoryRole",e.OPERATION="Operation",e.OPTION="Option",e.GROUP="Group",e.SMART_RULE="SmartRule",e.SYSTEM="SYSTEM",e.TENANT="Tenant",e.USER="User"}(t.AuditRecordType||(t.AuditRecordType={}))},7607:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AuditService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="audit",this.listUrl="auditRecords",this.propertyName="auditRecords"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async list(e={}){return super.list(e)}}t.AuditService=i},8580:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ChangeType=void 0;const r=n(11950);!function(e){e[e.ADDED=(0,r.gettext)("ADDED")]="ADDED",e[e.REPLACED=(0,r.gettext)("REPLACED")]="REPLACED",e[e.REMOVED=(0,r.gettext)("REMOVED")]="REMOVED"}(t.ChangeType||(t.ChangeType={}))},77174:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},17526:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},28887:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(7607),t),i(n(77174),t),i(n(35070),t),i(n(17526),t),i(n(8580),t)},38609:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BasicAuth=void 0;const r=n(24692);var i=new WeakMap;t.BasicAuth=class{constructor(e){this.updateCredentials(e)}updateCredentials({tenant:e,user:t,password:n,token:s,tfa:o}={}){const a=i.get(this)||{};return t&&e&&(t=`${e}/${t}`),t=t||this.user,n=n||a.password,!s&&t&&n&&(s=(0,r.btoa)(`${t}:${n}`)),t&&(this.user=t),s=s||a.token,o=o||a.tfa,i.set(this,{tfa:o,token:s,password:n}),s}getFetchOptions(e){const t=i.get(this),{token:n,tfa:r}=t,s=this.getCookieValue("XSRF-TOKEN"),o={Authorization:`Basic ${n||""}`,...s?{"X-XSRF-TOKEN":s}:void 0};return r&&(o.tfatoken=r),e.headers=Object.assign(o,e.headers),e}getCometdHandshake(e={}){const t=i.get(this),{token:n,tfa:r}=t,s="com.cumulocity.authn",o=e.ext=e.ext||{};return o[s]=Object.assign(o[s]||{},{token:n,tfa:r}),e}logout(){delete this.user,i.set(this,{})}getCookieValue(e){try{const t=document.cookie.match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)");return t?t.pop():void 0}catch(e){return}}}},84234:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CookieAuth=void 0;const r=n(49071);t.CookieAuth=class{constructor(){this.logoutUrl="user/logout"}updateCredentials({user:e}={}){this.user=e}getFetchOptions(e){const t={"X-XSRF-TOKEN":this.getCookieValue("XSRF-TOKEN")};return e.headers=Object.assign(t,e.headers),e}getCometdHandshake(e={}){const t="com.cumulocity.authn",n=this.getCookieValue("XSRF-TOKEN"),r=e.ext=e.ext||{};return r[t]=Object.assign(r[t]||{},{xsrfToken:n}),e}async logout(){this.user&&delete this.user;const e=new r.FetchClient;e.setAuth(this);const t=JSON.stringify({});return e.fetch(this.logoutUrl,{headers:{"content-type":"application/json",accept:"application/json"},body:t,method:"POST"})}getCookieValue(e){const t=document.cookie.match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)");return t?t.pop():""}}},49071:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FetchClient=void 0;const i=r(n(54098));let s=new WeakMap;t.FetchClient=class{constructor(e,t){this.baseUrl=t,this.tenant="",this.defaultHeaders={},"string"==typeof e?t=e:this.setAuth(e),this.baseUrl=this.resolveServerUrl(t)}setAuth(e){s.set(this,e)}async fetch(e,t){let n=i.default;try{n=window.fetch||n}catch(e){}return n(this.getUrl(e,t),this.getFetchOptions(t))}getUrl(e="",t){const n=t&&t.params;let r="";n&&Object.keys(n).length&&(r=Object.keys(n).map((e=>{let t=n[e];const r=encodeURIComponent(e);return Array.isArray(t)||(t=[t]),t.map((e=>`${r}=${encodeURIComponent(e)}`)).join("&")})).join("&"),r=`?${r}`);return`${this.baseUrl.replace(/\/+$/,"").replace(/^\/+/,"")}/${e.replace(/\/+$/,"").replace(/^\/+/,"")}${r}`}getFetchOptions(e={}){let t={...e};const n=s.get(this);return t.headers=Object.assign({},this.defaultHeaders,t.headers,{UseXBasic:!0}),delete t.params,t=n?n.getFetchOptions(t):t,t}getCometdHandshake(e={}){const t=s.get(this);return t?t.getCometdHandshake(e):e}resolveServerUrl(e=""){if(e&&e.startsWith("http"))return e.replace(/\/+$/,"");try{const t=window.location;return`${t.protocol}//${t.host}/${e.replace(/\/+$/,"")}`}catch(e){throw Error("Your environment does not support relative URLs. Please provide a base URL.")}}}},18122:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},99475:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},18918:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},28356:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},8333:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},95472:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},61989:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},35235:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},53299:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},23602:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},8891:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},16549:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},73557:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MicroserviceClientRequestAuth=void 0;t.MicroserviceClientRequestAuth=class{constructor(e={}){this.xsrfToken=this.getCookieValue(e,"XSRF-TOKEN"),this.authTokenFromCookie=this.getCookieValue(e,"authorization"),this.authTokenFromHeader=e.authorization}updateCredentials(){}getFetchOptions(e){const t={Authorization:this.authTokenFromCookie?`Bearer ${this.authTokenFromCookie}`:this.authTokenFromHeader,...this.xsrfToken?{"X-XSRF-TOKEN":this.xsrfToken}:void 0};return e.headers=Object.assign(t,e.headers),e}getCometdHandshake(e={}){const t="com.cumulocity.authn",n=this.xsrfToken;let r=this.authTokenFromCookie;!r&&this.authTokenFromHeader&&(r=this.authTokenFromHeader.replace("Basic ","").replace("Bearer ",""));const i=e.ext=e.ext||{};return i[t]=Object.assign(i[t]||{},{token:r,...n?{xsrfToken:n}:void 0}),e}logout(){this.authTokenFromCookie&&delete this.authTokenFromCookie,this.authTokenFromHeader&&delete this.authTokenFromHeader,this.xsrfToken&&delete this.xsrfToken}getCookieValue(e,t){try{const n=e&&e.cookie&&e.cookie.match("(^|;)\\s*"+t+"\\s*=\\s*([^;]+)");return n?n.pop():void 0}catch(e){return}}}},21830:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Paging=void 0;t.Paging=class{constructor(e,t,n){this.filter=n,this.service=e,this.currentPage=t.currentPage,this.nextPage=t.nextPage,this.prevPage=t.prevPage,this.pageSize=t.pageSize,this.totalPages=t.totalPages}async next(e={}){return this.list(this.getFilter(e,this.nextPage))}async prev(e={}){return this.list(this.getFilter(e,this.prevPage))}async list(e={}){return this.service.list(e)}async goto(e,t={}){return this.list(this.getFilter(t,e))}getFilter(e,t){return Object.assign(e,this.filter,{currentPage:t})}}},68266:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QueriesUtil=void 0;t.QueriesUtil=class{constructor(){this.operatorFns={__not:e=>`not(${this.buildQueryFilter(e,null)})`,__and:e=>this.buildQueryFilter(e,null,"and"),__or:e=>this.buildQueryFilter(e,null,"or"),__eq:(e,t)=>"object"==typeof e&&null!==e?this.buildQueryFilter(e,t):`${t} eq ${this.quoteString(e)}`,__gt:(e,t)=>`${t} gt ${this.quoteString(e)}`,__ge:(e,t)=>`${t} ge ${this.quoteString(e)}`,__lt:(e,t)=>`${t} lt ${this.quoteString(e)}`,__le:(e,t)=>`${t} le ${this.quoteString(e)}`,__in:(e,t)=>{const n=e.filter((e=>!!e)).map((e=>`${t} eq ${this.quoteString(e)}`));return this.glue(n,"or")},__bygroupid:e=>`bygroupid(${e})`,__has:e=>`has(${e})`,__useFilterQueryString:e=>{const t=e.match(/\(.*\)/)[0];return t.substring(1,t.length-1)}}}buildQuery(e){const t=[],n=this.buildQueryFilter(e.__filter||e),r=this.buildQueryOrderby(e.__orderby);return n&&t.push(`$filter=(${n})`),r&&t.push(`$orderby=${r}`),t.join(" ")}buildQueryFilter(e,t,n){const r=t||null,i=n||"and",s=[];if(Array.isArray(e))e.forEach((e=>{const t=this.buildQueryFilter(e,null,i);t&&s.push(t)}));else{let t;Object.keys(e).forEach((n=>{void 0!==this.operatorFns[n]?(t=this.operatorFns[n](e[n],r),t&&s.push(t)):(t=this.operatorFns.__eq(e[n],n),t&&s.push(t))}))}return this.glue(s,i)}buildQueryOrderby(e){const t=[];return e&&e.forEach((e=>{Object.keys(e).forEach((n=>{0!==e[n]&&t.push(`${n} ${e[n]>0?"asc":"desc"}`)}))})),t.join(",")}addAndFilter(e,t){return this.addFilter(e,t,"and")}addOrFilter(e,t){return this.addFilter(e,t,"or")}addFilter(e,t,n){const r=e.__orderby?e.__filter||{}:e.__filter||e,i={[`__${n}`]:this.skipEmptyObjects([r,t])};return e.__filter||e.__orderby?(e.__filter=i,e):i}prependOrderbys(e,t){return this.addOrderbys(e,t,"prepend")}appendOrderbys(e,t){return this.addOrderbys(e,t,"append")}addOrderbys(e,t,n){const r=e.__orderby?e.__filter||{}:e.__filter||e,i=e.__orderby||[],s="prepend"===n?[...t,...i]:[...i,...t],o={__orderby:this.skipEmptyObjects(s)};return this.isEmptyObject(r)||(o.__filter=r),o}glue(e,t){return e.length>1?`(${e.join(`) ${t} (`)})`:e[0]}quoteString(e){return"string"==typeof e?`'${e}'`:e}skipEmptyObjects(e){return e.filter((e=>!this.isEmptyObject(e)))}isEmptyObject(e){return 0===Object.keys(e).length}}},77366:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Service=void 0;const r=n(21830);t.Service=class{constructor(e,t){this.client=e,this.realtime=t,this.cache=new Map;const n=Object.getPrototypeOf(this);["list","create","update","detail","delete"].forEach((e=>{n.hasOwnProperty(e)||Object.defineProperty(this,e,{get(){}})}))}async list(e={}){const t=this.listUrl,n=await this.fetch(t,this.changeFetchOptions({headers:{accept:"application/json"},params:e},t)),r=await n.json();return{res:n,data:this.propertyName?r[this.propertyName]:r,paging:this.getPaging(r,e)}}async detail(e,t={}){const n=this.getDetailUrl(e),r=await this.fetch(n,this.changeFetchOptions({headers:{accept:"application/json"},params:{...t}},n)),i=await r.json();return{res:r,data:i}}async create(e){const t=this.listUrl,n=JSON.stringify(this.onBeforeCreate(e)),r=await this.fetch(t,this.changeFetchOptions({method:"POST",body:n,headers:{"content-type":"application/json",accept:"application/json"}},t)),i=await r.json();return{res:r,data:i}}async update(e){const t=this.getDetailUrl(e),n=JSON.stringify(this.onBeforeUpdate(e)),r=await this.fetch(t,this.changeFetchOptions({method:"PUT",body:n,headers:{"content-type":"application/json",accept:"application/json"}},t)),i=await r.json();return{res:r,data:i}}async delete(e,t){const n=this.getDetailUrl(e);return{res:await this.fetch(n,this.changeFetchOptions({method:"DELETE",params:t},n)),data:null}}onBeforeCreate(e){return delete e.id,e}onBeforeUpdate(e){return e}changeFetchOptions(e,t=""){return e}getUrl(e=""){return`${this.baseUrl.replace(/\/+$/,"")}/${e.replace(/^\/+/,"")}`}getEntityId(e){return null==e?"":"object"==typeof e?this.getEntityId(e.id):`${e}`}getDetailUrl(e){const t=this.getEntityId(e);return`${this.listUrl}/${t}`}async fetch(e,t){const n=this.getUrl(e),r=await this.client.fetch(n,t);return await this.handleErrorStatusCodes(r)}async handleErrorStatusCodes(e){if(e.status>=400){let t=null;try{t=await e.json()}catch(n){try{t=await e.text()}catch(e){}}throw{res:e,data:t}}return e}mimeType(e){return`application/vnd.com.nsn.cumulocity.${e}+json`}getIdString(e){let t;return t="object"==typeof e?e.id:e,String(t)}getPaging(e,t){if(e.statistics){const n={...e.statistics,nextPage:this.getCurrentPageFromLink(e.next),prevPage:this.getCurrentPageFromLink(e.prev)};return new r.Paging(this,n,t)}return null}getCurrentPageFromLink(e=""){const t=e.match(/currentPage=(-{0,1}\d+)/);return t&&parseInt(t[1],10)}}},97646:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Severity=void 0;const r=n(11950);!function(e){e[e.CRITICAL=(0,r.gettext)("CRITICAL")]="CRITICAL",e[e.MAJOR=(0,r.gettext)("MAJOR")]="MAJOR",e[e.MINOR=(0,r.gettext)("MINOR")]="MINOR",e[e.WARNING=(0,r.gettext)("WARNING")]="WARNING"}(t.Severity||(t.Severity={}))},91619:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(77366),t),i(n(49071),t),i(n(18122),t),i(n(38609),t),i(n(84234),t),i(n(73557),t),i(n(61989),t),i(n(53299),t),i(n(23602),t),i(n(8891),t),i(n(8333),t),i(n(95472),t),i(n(28356),t),i(n(35235),t),i(n(21830),t),i(n(16549),t),i(n(97646),t),i(n(99475),t),i(n(18918),t),i(n(68266),t)},40323:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DeviceRegistrationBulkService=void 0;const i=r(n(6230));t.DeviceRegistrationBulkService=class{constructor(e){this.client=e}async create(e){let t=e;const n=new i.default;let r,s="bulk-registration.csv";if("undefined"!=typeof File&&t instanceof File){s=t.name;const e=/\.csv$/;t.name.match(e)&&(t=new File([t],t.name,{type:"text/csv"}))}n.append("file",t,s),"function"==typeof n.getHeaders&&(r=n.getHeaders());const o=Object.assign({accept:"application/json"},r),a=await this.client.fetch("/devicecontrol/bulkNewDeviceRequests",{method:"POST",body:n,headers:o}),c=await a.json();return{res:a,data:c}}}},82944:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DeviceRegistrationSecurityMode=void 0,function(e){e.REQUIRED="REQUIRED",e.OPTIONAL="OPTIONAL",e.IGNORED="IGNORED"}(t.DeviceRegistrationSecurityMode||(t.DeviceRegistrationSecurityMode={}))},8024:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DeviceRegistrationService=void 0;const r=n(24692),i=n(91619),s=n(73485);class o extends i.Service{constructor(){super(...arguments),this.baseUrl="devicecontrol",this.listUrl="newDeviceRequests",this.propertyName="newDeviceRequests"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}async accept(e){const t=this.getSecurityToken(e);let n={id:this.getIdString(e),status:s.DeviceRegistrationStatus.ACCEPTED};return t&&(n={...n,securityToken:t}),super.update(n)}async acceptAll(){const e=await super.fetch(`${this.listUrl}/acceptAll`,{method:"POST"}),t=await e.json();return{res:e,data:t}}async limit(){const e=await super.fetch(`${this.listUrl}/limit`),t=await e.json();return{res:e,data:t}}async bootstrap(e,t){const n=this.getIdString(e),i=this.getSecurityToken(e),s=i?JSON.stringify({id:n,securityToken:i}):JSON.stringify({id:n}),o=`${this.baseUrl}/deviceCredentials`,{basicAuth:a}=t;let{basicAuthToken:c}=t;if(a){const{user:e,pass:t}=a;c=(0,r.btoa)(`${e}:${t}`)}const u={Authorization:`Basic ${c}`,accept:"application/json","content-type":"application/json"},l=await this.client.fetch(o,{body:s,headers:u,method:"POST"}),d=await l.json();if(l.status>400)throw{res:l,data:d};return{res:l,data:d}}onBeforeCreate(e){return e}onBeforeUpdate(e){const t=Object.assign({},e);return delete t.id,t}getDetailUrl(e){const t=encodeURIComponent(this.getEntityId(e));return`${this.listUrl}/${t}`}getSecurityToken(e){let t;return"object"==typeof e&&(t=e.securityToken?String(e.securityToken):void 0),t}}t.DeviceRegistrationService=o},73485:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DeviceRegistrationStatus=void 0;const r=n(11950);!function(e){e[e.WAITING_FOR_CONNECTION=(0,r.gettext)("WAITING_FOR_CONNECTION")]="WAITING_FOR_CONNECTION",e[e.PENDING_ACCEPTANCE=(0,r.gettext)("PENDING_ACCEPTANCE")]="PENDING_ACCEPTANCE",e[e.ACCEPTED=(0,r.gettext)("ACCEPTED")]="ACCEPTED",e[e.BLOCKED=(0,r.gettext)("BLOCKED")]="BLOCKED"}(t.DeviceRegistrationStatus||(t.DeviceRegistrationStatus={}))},19033:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},29057:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},20603:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},96875:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(8024),t),i(n(40323),t),i(n(29057),t),i(n(20603),t),i(n(19033),t),i(n(73485),t),i(n(82944),t)},48383:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.EventBinaryService=void 0;const i=r(n(6230)),s=n(91619);class o extends s.Service{constructor(){super(...arguments),this.baseUrl="event",this.listUrl="events"}async upload(e,t){const n=this.getDetailUrl(t),r=new i.default;r.append("file",e);const s=await this.fetch(n,{method:"POST",body:r,headers:{accept:"application/json"}}),o=await s.json();return{res:s,data:o}}async download(e){const t=this.getDetailUrl(e);return await this.fetch(t)}async delete(e){return super.delete(e)}getDetailUrl(e){let t;return t="object"==typeof e&&e.id?e.id:e,`${this.listUrl}/${t}/binaries`}}t.EventBinaryService=o},77359:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EventService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="event",this.listUrl="events",this.propertyName="events",this.channel="/events/*"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}}t.EventService=i},48565:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},18497:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},31939:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(77359),t),i(n(48383),t),i(n(48565),t),i(n(18497),t)},11950:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.gettext=void 0;t.gettext=e=>e},42426:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},27982:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.IdentityService=void 0;t.IdentityService=class{constructor(e){this.baseUrl="identity",this.propertyName="externalIds",this.client=e}async list(e){const t=this.getExternalIdsOfGlobalIdUrl(e),n=await this.fetch(t,{headers:{accept:"application/json"}}),r=await n.json();return{res:n,data:r[this.propertyName]}}async create(e){const t=JSON.stringify(e),n=this.getExternalIdsOfGlobalIdUrl(e.managedObject.id),r=await this.fetch(n,{headers:{"content-type":"application/json",accept:"application/json"},method:"POST",body:t}),i=await r.json();return{res:r,data:i}}async detail(e){const t=this.getExternalIdUrl(e),n=await this.fetch(t,{headers:{accept:"application/json"}}),r=await n.json();return{res:n,data:r}}async delete(e){const t=this.getExternalIdUrl(e);return{res:await this.fetch(t,{headers:{accept:"application/json"},method:"DELETE"}),data:null}}async fetch(e,t){const n=await this.client.fetch(e,t);if(n.status>=400){let e=null;try{e=await n.json()}catch(t){try{e=await n.text()}catch(e){}}throw{res:n,data:e}}return n}getExternalIdsOfGlobalIdUrl(e){return`/${this.baseUrl}/globalIds/${e}/externalIds`}getExternalIdUrl(e){return`/${this.baseUrl}/externalIds/${e.type}/${e.externalId}`}}},47578:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(42426),t),i(n(27982),t)},19439:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InventoryRoleService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="user",this.listUrl="inventoryroles",this.propertyName="roles"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}}t.InventoryRoleService=i},51233:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(19439),t)},75179:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},19430:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.InventoryBinaryService=void 0;const i=r(n(6230)),s=n(91619);class o extends s.Service{constructor(){super(...arguments),this.baseUrl="inventory",this.listUrl="binaries",this.propertyName="managedObjects"}async create(e,t={}){const n=this.listUrl,r=new i.default;let s,o,a;t.fileName&&(s=t.fileName,delete t.fileName),t.fileType&&(o=t.fileType,delete t.fileType),s||(s="bin"),"undefined"!=typeof File&&e instanceof File&&(s=e.name,o=e.type),t.name||(t.name=s),t.type||(t.type=o||"c8y_upload"),r.append("file",e,s),r.append("object",JSON.stringify(t)),"function"==typeof r.getHeaders&&(a=r.getHeaders());const c=Object.assign({accept:"application/json"},a),u=await this.fetch(n,{method:"POST",body:r,headers:c}),l=await u.json();return{res:u,data:l}}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}async download(e){const t=this.getDetailUrl(e);return await this.fetch(t)}getIdFromUrl(e){if(e){const t=new RegExp("\\/inventory\\/binaries\\/(\\d+)|\\/inventory\\/managedObjects\\/(\\d+)"),n=e.match(t);return n&&(n[1]||n[2])}}}t.InventoryBinaryService=o},14967:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InventoryService=t.ChildType=void 0;const r=n(91619),i=n(19430);var s;!function(e){e.ASSETS="childAssets",e.DEVICES="childDevices",e.ADDITIONS="childAdditions"}(s=t.ChildType||(t.ChildType={}));class o extends r.Service{constructor(e,t){super(e,t),this.baseUrl="inventory",this.listUrl="managedObjects",this.propertyName="managedObjects",this.channel="/managedobjects/*",this.inventoriesQueryParamName="query",this.devicesQueryParamName="q",this.queriesUtil=new r.QueriesUtil,this.binary=new i.InventoryBinaryService(e)}async detail(e,t={}){return super.detail(e,t)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async listQuery(e,t={}){return t[this.inventoriesQueryParamName]=this.queriesUtil.buildQuery(e),super.list(t)}async listQueryDevices(e,t={}){return t[this.devicesQueryParamName]=this.queriesUtil.buildQuery(e),super.list(t)}async delete(e,t={}){return super.delete(e,t)}async childAdditionsList(e,t={}){return this.listChildren(s.ADDITIONS,e,t)}async childAdditionsCreate(e,t){return this.createChild(s.ADDITIONS,e,t)}async childAdditionsAdd(e,t){return this.addChild(s.ADDITIONS,e,t)}async childAdditionsRemove(e,t){return this.removeChild(s.ADDITIONS,e,t)}async childAssetsList(e,t={}){return this.listChildren(s.ASSETS,e,t)}async childAssetsCreate(e,t){return this.createChild(s.ASSETS,e,t)}async childAssetsAdd(e,t){return this.addChild(s.ASSETS,e,t)}async childAssetsBulkAdd(e,t){return this.addChildBulk(s.ASSETS,e,t)}async childAssetsRemove(e,t){return this.removeChild(s.ASSETS,e,t)}async childDevicesList(e,t={}){return this.listChildren(s.DEVICES,e,t)}async childDevicesCreate(e,t){return this.createChild(s.DEVICES,e,t)}async childDevicesAdd(e,t){return this.addChild(s.DEVICES,e,t)}async childDevicesRemove(e,t){return this.removeChild(s.DEVICES,e,t)}async getSupportedMeasurements(e){return this.getSupportedMeasurementDetails(e,"supportedMeasurements")}async getSupportedSeries(e){return this.getSupportedMeasurementDetails(e,"supportedSeries")}async getMeasurementsAndSeries(e){const[t,n]=await Promise.all([this.getSupportedMeasurements(e),this.getSupportedSeries(e)]),r=t.sort(((e,t)=>t.length-e.length));return n.map((e=>{const t=r.find((t=>0===e.indexOf(`${t}.`)));return{fragment:t,series:e.replace(`${t}.`,"")}})).filter((e=>!!e.fragment))}async assetKPIsList(e,t={}){return this.listKPIs(e,t)}async listKPIs(e,t={}){const n=this.getChildrenUrl("kpis",e),r=await this.fetch(n,this.changeFetchOptions({headers:{accept:"application/json"},params:t},n)),i=await r.json();return{res:r,data:i[this.propertyName],paging:this.getPaging(i,t)}}onBeforeUpdate(e){return delete e.lastUpdated,e}onBeforeCreate(e){return delete e.id,delete e.lastUpdated,e}getChildrenUrl(e,t){return`${this.getDetailUrl(t)}/${e}`}getChildUrl(e,t,n){const r=this.getIdString(t);return`${this.getChildrenUrl(e,n)}/${r}`}async listChildren(e,t,n={}){const r=this.getChildrenUrl(e,t),i=await this.fetch(r,{headers:{"content-type":"application/json"},params:n}),s=await i.json(),o=s.references.map((e=>e.managedObject)),a=this.getPaging(s,n);return a.list=n=>this.listChildren(e,t,n),{res:i,data:o,paging:a}}async createChild(e,t,n){const r=this.getChildrenUrl(e,n),i=JSON.stringify(this.onBeforeCreate(t)),s={"content-type":this.mimeType("managedObject"),accept:"application/json"},o=await this.fetch(r,{method:"POST",body:i,headers:s}),a=await o.json();return{res:o,data:a}}async addChild(e,t,n){const r=this.getChildrenUrl(e,n),i=this.getIdString(t),s=JSON.stringify({managedObject:{id:String(i)}}),o={accept:"application/json","content-type":this.mimeType("managedObjectReference")},a=await this.fetch(r,{method:"POST",body:s,headers:o});let c=await a.json();return c=c.managedObject,{res:a,data:c}}async addChildBulk(e,t,n){const r=this.getChildrenUrl(e,n),i=t.map((e=>({managedObject:{id:this.getIdString(e)}}))),s=JSON.stringify({references:i}),o={accept:"application/json","content-type":this.mimeType("managedObjectReferenceCollection")},a=await this.fetch(r,{method:"POST",body:s,headers:o}),c=(await a.json()).references;return{res:a,data:c.map((e=>e.managedObject))}}async removeChild(e,t,n){const r=this.getIdString(t),i=`${this.getChildrenUrl(e,n)}/${r}`;return{res:await this.fetch(i,{method:"DELETE",headers:{accept:"application/json"}}),data:null}}async getSupportedMeasurementDetails(e,t="supportedSeries"){const n=`${this.getDetailUrl(e)}/${t}`;this.getIdString(e);const r=await this.fetch(n,{headers:{accept:"application/json"}}),i=await r.json();return i.c8y_SupportedMeasurements||i.c8y_SupportedSeries}}t.InventoryService=o},82156:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(14967),t),i(n(19430),t),i(n(75179),t)},79997:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},53729:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},81519:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.aggregationType=void 0,function(e){e.MINUTELY="MINUTELY",e.HOURLY="HOURLY",e.DAILY="DAILY"}(t.aggregationType||(t.aggregationType={}))},64139:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MeasurementService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="measurement",this.listUrl="measurements",this.propertyName="measurements",this.channel="/measurements/*"}async detail(e){return super.detail(e)}async create(e){return super.create(this.onBeforeCreate(e))}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}async listSeries(e){const t=`${this.baseUrl}/${this.listUrl}/series`,n=await this.client.fetch(t,{params:e}),r=await n.json();return{res:n,data:r}}onBeforeCreate(e){if(e.time||(e.time=new Date),e.type||(e.type="c8y_Measurement"),e.sourceId){const{sourceId:t}=e;delete e.sourceId,e.source||(e.source={id:String(t)})}return e}}t.MeasurementService=i},69718:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(64139),t),i(n(79997),t),i(n(53729),t),i(n(81519),t)},65813:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},95968:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},66715:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},29479:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OperationBulkGeneralStatus=void 0;const r=n(11950);!function(e){e[e.SCHEDULED=(0,r.gettext)("SCHEDULED")]="SCHEDULED",e[e.EXECUTING=(0,r.gettext)("EXECUTING")]="EXECUTING",e[e.EXECUTING_WITH_ERROR=(0,r.gettext)("EXECUTING_WITH_ERROR")]="EXECUTING_WITH_ERROR",e[e.CANCELED=(0,r.gettext)("CANCELED")]="CANCELED",e[e.FAILED=(0,r.gettext)("FAILED")]="FAILED",e[e.SUCCESSFUL=(0,r.gettext)("SUCCESSFUL")]="SUCCESSFUL",e[e.DELETED=(0,r.gettext)("DELETED")]="DELETED",e[e.INCORRECT=(0,r.gettext)("INCORRECT")]="INCORRECT"}(t.OperationBulkGeneralStatus||(t.OperationBulkGeneralStatus={}))},50037:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OperationBulkService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="devicecontrol",this.listUrl="bulkoperations",this.propertyName="bulkOperations"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}}t.OperationBulkService=i},43963:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OperationBulkStatus=void 0;const r=n(11950);!function(e){e[e.ACTIVE=(0,r.gettext)("ACTIVE")]="ACTIVE",e[e.IN_PROGRESS=(0,r.gettext)("IN_PROGRESS")]="IN_PROGRESS",e[e.COMPLETED=(0,r.gettext)("COMPLETED")]="COMPLETED",e[e.DELETED=(0,r.gettext)("DELETED")]="DELETED"}(t.OperationBulkStatus||(t.OperationBulkStatus={}))},57847:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OperationService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="devicecontrol",this.listUrl="operations",this.propertyName="operations"}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}}t.OperationService=i},49645:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.OperationStatus=void 0;const r=n(11950);!function(e){e[e.PENDING=(0,r.gettext)("PENDING")]="PENDING",e[e.EXECUTING=(0,r.gettext)("EXECUTING")]="EXECUTING",e[e.SUCCESSFUL=(0,r.gettext)("SUCCESSFUL")]="SUCCESSFUL",e[e.FAILED=(0,r.gettext)("FAILED")]="FAILED"}(t.OperationStatus||(t.OperationStatus={}))},64283:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(57847),t),i(n(50037),t),i(n(43963),t),i(n(29479),t),i(n(65813),t),i(n(95968),t),i(n(49645),t),i(n(66715),t)},65038:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(58994),t),i(n(55916),t),i(n(40109),t),i(n(28887),t),i(n(91619),t),i(n(52261),t),i(n(96875),t),i(n(31939),t),i(n(47578),t),i(n(82156),t),i(n(51233),t),i(n(69718),t),i(n(64283),t),i(n(89565),t),i(n(72866),t),i(n(98463),t),i(n(55894),t),i(n(76922),t),i(n(53994),t),i(n(27445),t),i(n(24113),t),i(n(73970),t),i(n(51765),t),i(n(97692),t)},59898:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MetaChannel=void 0,function(e){e.HANDSHAKE="/meta/handshake",e.CONNECT="/meta/connect",e.SUBSCRIBE="/meta/subscribe",e.UNSUBSCRIBE="/meta/unsubscribe"}(t.MetaChannel||(t.MetaChannel={}))},44246:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Realtime=void 0;const r=n(92599),i=n(59898);t.Realtime=class{constructor(e,t="/notification/realtime",n){this.client=e,this.url=t,this.cometd=new r.CometD,this.metaHandshake=e=>{if(!e.successful)throw new Error("Handshake failed")},this.cometd.websocketEnabled=!0,this.cometd.addListener(i.MetaChannel.HANDSHAKE,n||this.metaHandshake)}subscribe(e,t){return this.checkConnection(),this.cometd.subscribe(e,t)}unsubscribe(e){return this.cometd.unsubscribe(e)}disconnect(){this.cometd.disconnect()}checkConnection(){const{cometd:e,client:t,url:n}=this;if(e.isDisconnected()){const{headers:r}=t.getFetchOptions(),i={url:t.getUrl(n),requestHeaders:r};e.configure(i),this.handshake(t.getCometdHandshake())}}handshake(e){this.cometd.handshake(e)}}},89565:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(44246),t)},70602:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SmartRulesService=t.SmartGroupsService=t.TrustedCertificateService=t.IdentityService=t.Realtime=t.UserGroupService=t.UserRoleService=t.DeviceRegistrationBulkService=t.DeviceRegistrationService=t.InventoryRoleService=t.AuditService=t.TenantLoginOptionsService=t.TenantSecurityOptionsService=t.TenantOptionsService=t.SystemOptionsService=t.TenantService=t.UserService=t.ApplicationService=t.OperationService=t.OperationBulkService=t.AlarmService=t.MeasurementService=t.InventoryBinaryService=t.InventoryService=t.EventBinaryService=t.EventService=t.BasicAuth=t.FetchClient=void 0;var r=n(91619);Object.defineProperty(t,"FetchClient",{enumerable:!0,get:function(){return r.FetchClient}}),Object.defineProperty(t,"BasicAuth",{enumerable:!0,get:function(){return r.BasicAuth}});var i=n(31939);Object.defineProperty(t,"EventService",{enumerable:!0,get:function(){return i.EventService}}),Object.defineProperty(t,"EventBinaryService",{enumerable:!0,get:function(){return i.EventBinaryService}});var s=n(82156);Object.defineProperty(t,"InventoryService",{enumerable:!0,get:function(){return s.InventoryService}}),Object.defineProperty(t,"InventoryBinaryService",{enumerable:!0,get:function(){return s.InventoryBinaryService}});var o=n(69718);Object.defineProperty(t,"MeasurementService",{enumerable:!0,get:function(){return o.MeasurementService}});var a=n(55916);Object.defineProperty(t,"AlarmService",{enumerable:!0,get:function(){return a.AlarmService}});var c=n(64283);Object.defineProperty(t,"OperationBulkService",{enumerable:!0,get:function(){return c.OperationBulkService}}),Object.defineProperty(t,"OperationService",{enumerable:!0,get:function(){return c.OperationService}});var u=n(40109);Object.defineProperty(t,"ApplicationService",{enumerable:!0,get:function(){return u.ApplicationService}});var l=n(27445);Object.defineProperty(t,"UserService",{enumerable:!0,get:function(){return l.UserService}});var d=n(98463);Object.defineProperty(t,"TenantService",{enumerable:!0,get:function(){return d.TenantService}});var p=n(72866);Object.defineProperty(t,"SystemOptionsService",{enumerable:!0,get:function(){return p.SystemOptionsService}});var h=n(55894);Object.defineProperty(t,"TenantOptionsService",{enumerable:!0,get:function(){return h.TenantOptionsService}});var f=n(76922);Object.defineProperty(t,"TenantSecurityOptionsService",{enumerable:!0,get:function(){return f.TenantSecurityOptionsService}});var y=n(53994);Object.defineProperty(t,"TenantLoginOptionsService",{enumerable:!0,get:function(){return y.TenantLoginOptionsService}});var g=n(28887);Object.defineProperty(t,"AuditService",{enumerable:!0,get:function(){return g.AuditService}});var v=n(51233);Object.defineProperty(t,"InventoryRoleService",{enumerable:!0,get:function(){return v.InventoryRoleService}});var b=n(96875);Object.defineProperty(t,"DeviceRegistrationService",{enumerable:!0,get:function(){return b.DeviceRegistrationService}}),Object.defineProperty(t,"DeviceRegistrationBulkService",{enumerable:!0,get:function(){return b.DeviceRegistrationBulkService}});var m=n(73970);Object.defineProperty(t,"UserRoleService",{enumerable:!0,get:function(){return m.UserRoleService}});var _=n(24113);Object.defineProperty(t,"UserGroupService",{enumerable:!0,get:function(){return _.UserGroupService}});var O=n(89565);Object.defineProperty(t,"Realtime",{enumerable:!0,get:function(){return O.Realtime}});var S=n(47578);Object.defineProperty(t,"IdentityService",{enumerable:!0,get:function(){return S.IdentityService}});var w=n(52261);Object.defineProperty(t,"TrustedCertificateService",{enumerable:!0,get:function(){return w.TrustedCertificateService}});var T=n(97692);Object.defineProperty(t,"SmartGroupsService",{enumerable:!0,get:function(){return T.SmartGroupsService}});var j=n(51765);Object.defineProperty(t,"SmartRulesService",{enumerable:!0,get:function(){return j.SmartRulesService}})},45340:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SmartGroupsService=void 0;const r=n(40109),i=n(77366);class s extends i.Service{constructor(e){super(e),this.baseUrl="inventory",this.listUrl="managedObjects",this.SMART_GROUP_TYPE="c8y_DynamicGroup",this.SMART_GROUP_FRAGMENT_TYPE="c8y_IsDynamicGroup",this.DEVICE_GROUP_FRAGMENT_TYPE="c8y_IsDeviceGroup",this.DEVICE_GROUP_TYPE="c8y_DeviceGroup",this.DEVICE_SUBGROUP_TYPE="c8y_DeviceSubgroup",this.COLUMNS_CONFIG_FRAGMENT="c8y_DeviceColumnsConfig",this.FILTER_CONFIG_FRAGMENT="c8y_DeviceFilterConfig",this.QUERY_STRING_FRAGMENT="c8y_DeviceQueryString",this.SMART_GROUPS_V2_MICROSERVICE_APP_NAME="smartgroup",this.SMART_GROUPS_V2_MICROSERVICE_BASE_PATH="service/smartgroup",this.SMART_GROUPS_V2_MICROSERVICE_ENDPOINT_PATH=`${this.SMART_GROUPS_V2_MICROSERVICE_BASE_PATH}/smartgroups`,this.applicationService=new r.ApplicationService(e)}async detail(e,t={}){return super.detail(e,t)}async create(e){const{data:t}=await this.isSmartGroupsV2MicroserviceInstalled(),n={...e.smartGroup,[this.QUERY_STRING_FRAGMENT]:e.deviceQueryString,[this.COLUMNS_CONFIG_FRAGMENT]:e.configurableColumns,...e.filterConfig&&{[this.FILTER_CONFIG_FRAGMENT]:e.filterConfig}};return t?this.createSmartGroupV2(n):super.create(n)}async update(e,t={}){const{id:n}=e,{data:r}=await this.isSmartGroupsV2MicroserviceInstalled(),{data:i}=await this.detail(n,{withChildren:!1});return r&&this.isSmartGroupV2(i)?this.updateSmartGroupV2(e,t):super.update(e)}async updateSmartGroupV2(e,t={}){const{id:n,...r}=e,i=JSON.stringify(this.onBeforeUpdate(r)),s=`${this.SMART_GROUPS_V2_MICROSERVICE_ENDPOINT_PATH}/${n}`,o=await this.fetch(s,{method:"PUT",body:i,headers:{"content-type":"application/json",accept:"application/json"},params:{...t}}),a=await o.json();return{res:o,data:a}}async delete(e,t={}){const{data:n}=await this.isSmartGroupsV2MicroserviceInstalled(),r=(await this.detail(e,{withChildren:!1})).data;return n&&this.isSmartGroupV2(r)?await this.removeSmartGroupV2(r):await super.delete(r,t)}isSmartGroupsV2MicroserviceInstalled(){return this.applicationService.isAvailable({name:this.SMART_GROUPS_V2_MICROSERVICE_APP_NAME})}isSmartGroup(e){const t=e.hasOwnProperty(this.SMART_GROUP_FRAGMENT_TYPE),n=e&&e.type===this.SMART_GROUP_TYPE;return t||n}isSmartGroupV2(e){const t=e.hasOwnProperty(this.SMART_GROUP_FRAGMENT_TYPE),n=e.hasOwnProperty(this.DEVICE_GROUP_FRAGMENT_TYPE),r=e&&e.type===this.DEVICE_GROUP_TYPE||e.type===this.DEVICE_SUBGROUP_TYPE;return t&&n&&r}async removeSmartGroupV2(e){let t;t="object"==typeof e&&e.id?e.id:e;const n=`${this.SMART_GROUPS_V2_MICROSERVICE_ENDPOINT_PATH}/${t}`;return{res:await this.client.fetch(n,{method:"DELETE"}),data:null}}getUrl(e=""){const t=e.replace(/^\/+/,""),n=this.baseUrl.replace(/\/+$/,"");return e.includes(this.SMART_GROUPS_V2_MICROSERVICE_ENDPOINT_PATH)?t:`${n}/${t}`}async createSmartGroupV2(e){const t=JSON.stringify(e),n=this.SMART_GROUPS_V2_MICROSERVICE_ENDPOINT_PATH,r=await this.fetch(n,{method:"POST",body:t,headers:{"content-type":"application/json",accept:"application/json"}}),i=await r.json();return{res:r,data:i}}}t.SmartGroupsService=s},97692:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(45340),t)},55570:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},30165:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SmartRulesService=void 0;const r=n(40109),i=n(77366);class s extends i.Service{constructor(e){super(e),this.baseUrl="service/smartrule",this.rulesUrl="smartrules",this.unupdatableFields=["type","cepModuleId","creationTime","lastUpdated"],this.applicationService=new r.ApplicationService(e)}async isMicroserviceAvailable(){return void 0===this.microserviceAvailable&&(this.microserviceAvailable=(await this.applicationService.isAvailable(s.microserviceName)).data),this.microserviceAvailable}async listByContext(e){const t=this.contextRulesUrl(e),n=await this.fetch(t,{method:"GET"}),r=(await n.json()).rules;return{res:n,data:r}}bulkDeactivateEnabledSources(e,t){if(0===t.length)return Promise.resolve({res:null,data:null});const{enabledSources:n}=e,r=this.disableEnabledSources(n,t),i={...e};return Object.assign(i,{enabledSources:r}),this.update(i)}async update(e){const t=this.getSmartRulesUrl(e),n=JSON.stringify(this.removeUnclonableFields(e,this.unupdatableFields)),r=await this.fetch(t,{method:"PUT",body:n,headers:{"content-type":"application/json",accept:"application/json"}}),i=await r.json();return{res:r,data:i}}disableEnabledSources(e=[],t){return e.filter((e=>!this.getListOfStringIds(t).includes(e)))}getListOfStringIds(e){return e.map((e=>"object"==typeof e&&e.id?e.id.toString():e.toString()))}getSmartRulesUrl(e){const t=e&&e.c8y_Context&&e.c8y_Context.id;let n=t?this.contextRulesUrl(t):this.rulesUrl;return e.id&&(n=`${n}/${e.id}`),n}removeUnclonableFields(e,t){const n={...e};return t.forEach((e=>{delete n[e]})),n}contextRulesUrl(e={}){return"object"==typeof e&&e.id?`managedObjects/${e.id}/smartrules`:`managedObjects/${e}/smartrules`}}t.SmartRulesService=s,s.microserviceName="smartrule"},51765:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(55570),t),i(n(30165),t)},2297:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},9906:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SystemOptionsService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="tenant/system",this.listUrl="options",this.propertyName="options"}async detail(e){return super.detail(e)}async list(e={}){const t=this.listUrl,n=await this.fetch(t,{headers:{"content-type":"application/json"},params:e}),r=await n.json();return{res:n,data:r[this.propertyName]}}getDetailUrl(e){return`${this.listUrl}/${e.category}/${e.key}`}onBeforeCreate(e){return e}}t.SystemOptionsService=i},72866:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(2297),t),i(n(9906),t)},10680:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserManagementSource=t.GrantType=t.TenantLoginOptionType=void 0,function(e){e.OAUTH2_INTERNAL="OAUTH2_INTERNAL",e.OAUTH2="OAUTH2",e.BASIC="BASIC"}(t.TenantLoginOptionType||(t.TenantLoginOptionType={})),function(e){e.AUTHORIZATION_CODE="AUTHORIZATION_CODE",e.PASSWORD="PASSWORD"}(t.GrantType||(t.GrantType={})),function(e){e.REMOTE="REMOTE",e.INTERNAL="INTERNAL"}(t.UserManagementSource||(t.UserManagementSource={}))},88519:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TenantLoginOptionsService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="tenant",this.listUrl="loginOptions",this.propertyName="loginOptions"}async detail(e){return super.detail(e)}async list(e={}){return super.list(e)}async listForCurrentTenant(){return super.list({tenantId:this.client.tenant})}async listForManagement(){return super.list({management:!0})}async create(e){return super.create(e)}async update(e){return super.update(e)}async save(e){return e.id?this.update(e):this.create(e)}async delete(e){return super.delete(e)}}t.TenantLoginOptionsService=i},53994:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(88519),t),i(n(10680),t)},91803:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},76040:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},10714:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TenantOptionsService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="tenant",this.listUrl="options",this.propertyName="options",this.securityOptionsCategories=["password"],this.securityOptionsListUrl="security-options",this.systemOptions="system"}async detail(e,t={}){return super.detail(e,t)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}getDetailUrl(e){const t=encodeURIComponent(e.category),n=encodeURIComponent(e.key);return this.securityOptionsCategories.indexOf(e.category)>-1?`${this.securityOptionsListUrl}/${t}/${n}`:`${this.listUrl}/${t}/${n}`}onBeforeCreate(e){return e}}t.TenantOptionsService=i},55894:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(91803),t),i(n(76040),t),i(n(10714),t)},48660:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},62794:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TenantSecurityOptionsService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="tenant",this.listUrl="security-options",this.category="password",this.propertyName="options"}async detail(e){return super.detail(e)}getDetailUrl(e){return`${this.listUrl}/${this.category}/${e.key}`}onBeforeCreate(e){return e}}t.TenantSecurityOptionsService=i},76922:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(48660),t),i(n(62794),t)},64941:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},42278:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},18703:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},19923:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},3730:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TenantService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="tenant",this.listUrl="tenants",this.currentTenantUrl="currentTenant",this.propertyName="tenants",this.fetchOptions={method:"PUT",body:"{}",headers:{"content-type":"application/json",accept:"application/json"}}}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}async current(){const e=await this.fetch(this.currentTenantUrl,{headers:{"content-type":"application/json"}}),t=await e.json();return{res:e,data:t}}async enableSupportUser(){return{res:await this.fetch("support-user/enable",this.fetchOptions),data:null}}async disableSupportUser(){return{res:await this.fetch("support-user/disable",this.fetchOptions),data:null}}async currentTenantType(){const e=await this.current();return e.data.customProperties&&"TRIAL"===e.data.customProperties.tenantType?"TRIAL":"REGULAR"}async getTfaSettings(e){const t=`tenants/${this.getIdString(e)}/tfa`,n=await this.fetch(t);return await n.json()}async subscribeApplication(e,t){const n=this.getIdString(e),r=t.id,i=`tenants/${n}/applications`,s=JSON.stringify({application:{id:r,self:t.self}}),o={"content-type":this.mimeType("applicationReference")};return{res:await this.fetch(i,this.changeFetchOptions({method:"POST",body:s,headers:o},i)),data:null}}async unsubscribeApplication(e,t){const n=`tenants/${this.getIdString(e)}/applications/${t.id}`;return{res:await this.fetch(n,this.changeFetchOptions({method:"DELETE"},n)),data:null}}getIdString(e){return e.id||e.name}onBeforeCreate(e){return e}}t.TenantService=i},67272:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TenantStatus=void 0;const r=n(11950);!function(e){e[e.ACTIVE=(0,r.gettext)("ACTIVE")]="ACTIVE",e[e.SUSPENDED=(0,r.gettext)("SUSPENDED")]="SUSPENDED"}(t.TenantStatus||(t.TenantStatus={}))},92925:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TfaStrategy=void 0,function(e){e.TOTP="TOTP",e.SMS="SMS"}(t.TfaStrategy||(t.TfaStrategy={}))},98463:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(3730),t),i(n(42278),t),i(n(64941),t),i(n(18703),t),i(n(67272),t),i(n(19923),t),i(n(92925),t)},8454:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},82588:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TrustedCertificateService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.listUrl="trusted-certificates",this.proofOfPossessionUrl="trusted-certificates-pop",this.propertyName="certificates"}get baseUrl(){return`/tenant/tenants/${this.client.tenant}`}async list(e={}){return super.list(e)}async detail(e){return super.detail(e)}async delete(e){return super.delete(e)}async update(e){return super.update(e)}async create(e){return super.create(e)}async regeneratePoPVerificationCode(e){const t=`${this.proofOfPossessionUrl}/${this.getEntityId(e)}/verification-code`,n=await this.fetch(t,{headers:{"content-type":"application/json",Accept:"application/json"},method:"POST"}),r=await n.json();return{res:n,data:r}}async verifySignedVerificationCode(e,t){const n=`${this.proofOfPossessionUrl}/${this.getEntityId(e)}/pop`,r=JSON.stringify({proofOfPossessionSignedVerificationCode:t}),i=await this.fetch(n,{method:"POST",body:r,headers:{"content-type":"application/json",Accept:"application/json"}}),s=await i.json();return{res:i,data:s}}getDetailUrl(e){const t=this.getEntityId(e);return`${this.listUrl}/${t}`}getEntityId(e){let t;return t="object"==typeof e&&e.fingerprint?e.fingerprint:e,t}}t.TrustedCertificateService=i},52261:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(82588),t),i(n(8454),t)},67614:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},25529:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},36462:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserGroupService=void 0;const r=n(91619);var i;!function(e){e.ROLES="roles",e.USERS="users"}(i||(i={}));class s extends r.Service{constructor(){super(...arguments),this.baseUrl="user",this.propertyName="groups"}get listUrl(){return`${this.client.tenant}/groups`}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}async addRoleToGroup(e,t){return this.addChild(i.ROLES,e,t)}async removeRoleFromGroup(e,t){return this.removeChild(i.ROLES,e,t)}async addUserToGroup(e,t){return this.addChild(i.USERS,e,t)}async removeUserFromGroup(e,t){return this.removeChild(i.USERS,e,t)}getSelf(e){return"object"==typeof e&&e.self?e.self:e}getChildUrl(e,t){return`${this.getDetailUrl(t)}/${e}`}getChildReferenceAsBody(e,t){const n=this.getSelf(t);switch(e){case i.ROLES:return JSON.stringify({role:{self:String(n)}});case i.USERS:return JSON.stringify({user:{self:String(n)}})}throw new Error("UserGroupService -> getChild -> unsupported child type")}async addChild(e,t,n){const r=this.getChildUrl(e,t),i=this.getChildReferenceAsBody(e,n),s=await this.fetch(r,{method:"POST",body:i,headers:{accept:"application/json","content-type":"application/json"}});let o=await s.json();return o=o.managedObject,{res:s,data:o}}async removeChild(e,t,n){const r=this.getIdString(n),i=`${this.getChildUrl(e,t)}/${encodeURIComponent(String(r))}`;return{res:await this.fetch(i,{method:"DELETE",headers:{accept:"application/json"}}),data:null}}}t.UserGroupService=s},24113:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(36462),t),i(n(67614),t),i(n(25529),t)},4460:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},20823:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},65489:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserRoleService=void 0;const r=n(91619);class i extends r.Service{constructor(){super(...arguments),this.baseUrl="user",this.listUrl="roles",this.propertyName="roles"}async detail(e){return super.detail(e)}async list(e={}){return super.list(e)}}t.UserRoleService=i},73970:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(4460),t),i(n(65489),t),i(n(20823),t)},96759:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},33617:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},74538:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},8500:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},76133:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},50442:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},43388:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PasswordStrength=void 0,function(e){e.GREEN="GREEN",e.RED="RED",e.YELLOW="YELLOW"}(t.PasswordStrength||(t.PasswordStrength={}))},4323:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserInventoryRoleService=void 0;const r=n(91619);class i extends r.Service{constructor(e,t){super(t),this.listUrl="inventory",this.currenUserUrl="currentUser",this.propertyName="inventoryAssignments",this.baseUrl=`user/${e}/roles`}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}}t.UserInventoryRoleService=i},89394:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserService=void 0;const r=n(91619),i=n(4323);class s extends r.Service{constructor(){super(...arguments),this.baseUrl="user",this.currentUserUrl="currentUser",this.passwordResetUrl="passwordReset",this.currentUserPhoneUrl="currentUserPhone",this.verifyTFACodeUrl="pin",this.totpCurrentUserURL=`${this.currentUserUrl}/totpSecret`,this.verifyTOTPCodeUrl=`${this.totpCurrentUserURL}/verify`,this.activateTOTPCodeUrl=`${this.totpCurrentUserURL}/activity`,this.revokeTOTPSecretUrl="totpSecret/revoke",this.propertyName="users"}get listUrl(){return`${this.client.tenant}/users`}get newsletterEmailsUrl(){return`${this.client.tenant}/users/newsletterEmails`}get currentUserPasswordUrl(){return`${this.currentUserUrl}/password`}async detail(e){return super.detail(e)}async create(e){return super.create(e)}async update(e){return super.update(e)}async list(e={}){return super.list(e)}async delete(e){return super.delete(e)}inventoryAssignment(e){return new i.UserInventoryRoleService(this.getDetailUrl(e),this.client)}async current(){const e=await this.fetch(this.currentUserUrl,{headers:{"content-type":"application/json",Accept:"application/vnd.com.nsn.cumulocity.user+json;"}}),t=await e.json();return{res:e,data:t}}async currentWithEffectiveRoles(){const e=await this.fetch(this.currentUserUrl,{headers:{"content-type":"application/json",Accept:"application/vnd.com.nsn.cumulocity.currentUser+json;"}}),t=await e.json();return{res:e,data:t}}async updateCurrent(e){const t="application/vnd.com.nsn.cumulocity.user+json",n={"content-type":t,Accept:t},r=JSON.stringify(this.onBeforeUpdate(e)),i=await this.fetch(this.currentUserUrl,{headers:n,body:r,method:"PUT"}),s=await i.json();return{res:i,data:s}}async sendPasswordResetMail(e,t){const n=this.passwordResetUrl,r=t?{tenantId:t}:{},i=JSON.stringify({email:e});return{res:await this.fetch(n,{headers:{"content-type":"application/json",accept:"application/json"},method:"POST",params:r,body:i}),data:null}}async resetPassword(e,t){const n=this.passwordResetUrl,r=t?{tenantId:t}:{},i=JSON.stringify(e);return{res:await this.fetch(n,{headers:{"content-type":"application/json",accept:"application/json"},method:"PUT",params:r,body:i}),data:null}}async verifyTFACode(e){const t=JSON.stringify({pin:e});return{res:await this.fetch(this.verifyTFACodeUrl,{headers:{"content-type":"application/json",accept:"application/json"},body:t,method:"POST"}),data:null}}async verifyTotpCode(e){const t=JSON.stringify({code:e});return{res:await this.fetch(this.verifyTOTPCodeUrl,{headers:{"content-type":"application/json"},body:t,method:"POST"}),data:null}}async activateTotp(){const e=JSON.stringify({isActive:!0});return{res:await this.fetch(this.activateTOTPCodeUrl,{headers:{"content-type":"application/json"},body:e,method:"POST"}),data:null}}async getActivityTotp(){const e=await this.fetch(this.activateTOTPCodeUrl,{headers:{"content-type":"application/json"},method:"GET"}),t=await e.json();return{res:e,data:t}}async generateTotpSecret(){const e=await this.fetch(this.totpCurrentUserURL,{headers:{"content-type":"application/json",accept:"application/json"},method:"POST"}),t=await e.json();return{res:e,data:t}}async totpRevokeSecret(e){const t=`${this.getDetailUrl(e)}/${this.revokeTOTPSecretUrl}`;return{res:await this.fetch(t,{headers:{accept:"application/json"},method:"DELETE"}),data:null}}async savePhoneNumber(e){const t=this.currentUserPhoneUrl,n={method:"PUT",headers:{"content-type":"application/json",accept:"application/json"},body:JSON.stringify({phone:e})},r=await this.fetch(t,n),i=await r.json();return{res:r,data:i}}async getNewsletterEmails(){const e=this.newsletterEmailsUrl,t=await this.fetch(e,{method:"GET",headers:{accept:"text/plain"}}),n=await t.text();return{res:t,data:n}}async changeUserPassword(e,t,n){const r=JSON.stringify({newPassword:t,currentUserPassword:n});return{res:await this.fetch(this.changeUserPasswordUrl(e),{headers:{"content-type":"application/json"},body:r,method:"PUT"}),data:null}}async changeCurrentUserPassword(e,t){const n=JSON.stringify({newPassword:e,currentUserPassword:t});return{res:await this.fetch(this.currentUserPasswordUrl,{headers:{"content-type":"application/json"},body:n,method:"PUT"}),data:null}}hasRole(e,t){return this.hasRoleInUser(e,t)||this.hasRoleInGroups(e,t)}hasAllRoles(e,t){return t.every((t=>this.hasRole(e,t)))}hasAnyRole(e,t){return t.some((t=>this.hasRole(e,t)))}isDeviceUser(e){return e.id.match(/^device_/)}onBeforeUpdate(e){const t=Object.assign({},e);return delete t.id,delete t.userName,t}getDetailUrl(e){return`${this.listUrl}/${encodeURIComponent(this.getId(e))}`}getId(e){let t;return t="object"==typeof e&&e.id?e.id:"object"==typeof e&&e.userName?e.userName:e,String(t)}hasRoleInUser(e,t){const n=e.effectiveRoles||[];return this.hasRoleInReferences(e&&e.roles&&e.roles.references||[],t)||n.some((({id:e})=>t===e))}hasRoleInGroups(e,t){return(e&&e.groups&&e.groups.references||[]).some((e=>this.hasRoleInReferences(e.group.roles.references,t)))}hasRoleInReferences(e,t){return e.some((e=>e.role.id===t))}changeUserPasswordUrl(e){return`${this.client.tenant}/users/${this.getId(e)}/password`}}t.UserService=s},27445:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(76133),t),i(n(96759),t),i(n(50442),t),i(n(74538),t),i(n(8500),t),i(n(89394),t),i(n(4323),t),i(n(33617),t),i(n(43388),t)},24692:function(e,t,n){"use strict";n.r(t),n.d(t,{atob:function(){return d},atobu:function(){return p},btoa:function(){return a},btoau:function(){return c}});var r=function(e){function t(){this.message=e}return t.prototype=new Error,t.prototype.name="InvalidCharacterError",t.prototype.code=5,t},i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",s=r("The string to be encoded contains characters out of range"),o="undefined"!=typeof btoa?function(e){return btoa(e)}:function(e){for(var t,n,r=String(e),o="",a=0,c=i;r.charAt(0|a)||(c="=",a%1);o+=c.charAt(63&t>>8-a%1*8)){if((n=r.charCodeAt(a+=3/4))>255)throw new s;t=t<<8|n}return o},a=function(e){return o(function(e){return encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,(function(e,t){return String.fromCharCode("0x"+t)}))}(e))},c=function(e){return a(e).replace(/\+/g,"-").replace(/\//g,"_")},u=r("The string to be decoded is not correctly encoded"),l="undefined"!=typeof atob?function(e){return atob(e)}:function(e){var t=String(e).replace(/[=]+$/,"");if(t.length%4==1)throw new u;for(var n,r,s="",o=0,a=0;r=t.charAt(a++);~r&&(n=o%4?64*n+r:r,o++%4)?s+=String.fromCharCode(255&n>>(-2*o&6)):0)r=i.indexOf(r);return s},d=function(e){return function(e){return decodeURIComponent(e.split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))}(l(e))},p=function(e){return d(e.replace(/-/g,"+").replace(/_/g,"/"))}},23524:function(e){e.exports=function(){var e=function(){var e=0,t={};this.register=function(n){var r=++e;return t[r]=n,r},this.unregister=function(e){var n=t[e];return delete t[e],n},this.setTimeout=function(e,t){return window.setTimeout(e,t)},this.clearTimeout=function(e){window.clearTimeout(e)}};function t(){var e={};self.onmessage=function(t){var n=t.data,r=e[n.id];switch(n.type){case"setTimeout":e[n.id]=self.setTimeout((function(){delete e[n.id],self.postMessage({id:n.id})}),n.delay);break;case"clearTimeout":delete e[n.id],r&&self.clearTimeout(r);break;default:throw"Unknown command "+n.type}}}var n={isString:function(e){return null!=e&&("string"==typeof e||e instanceof String)},isArray:function(e){return null!=e&&e instanceof Array},inArray:function(e,t){for(var n=0;n0;){var t=a[0],n=t[0],r=t[1];if(n.url!==e.url||n.sync!==e.sync)break;a.shift(),e.messages=e.messages.concat(n.messages),this._debug("Coalesced",n.messages.length,"messages from request",r.id)}}function u(e,t){if(this.transportSend(e,t),t.expired=!1,!e.sync){var n=this.getConfiguration().maxNetworkDelay,r=n;!0===t.metaConnect&&(r+=this.getAdvice().timeout),this._debug("Transport",this.getType(),"waiting at most",r,"ms for the response, maxNetworkDelay",n);var i=this;t.timeout=this.setTimeout((function(){t.expired=!0;var n="Request "+t.id+" of transport "+i.getType()+" exceeded "+r+" ms max network delay",s={reason:n},o=t.xhr;s.httpCode=i.xhrStatus(o),i.abortXHR(o),i._debug(n),i.complete(t,!1,t.metaConnect),e.onFailure(o,e.messages,s)}),r)}}function l(e){var t=++r,n={id:t,metaConnect:!1,envelope:e};o.length=0&&o.splice(r,1),a.length>0){var i=a.shift(),s=i[0],u=i[1];if(this._debug("Transport dequeued request",u.id),t)this.getConfiguration().autoBatch&&c.call(this,s),l.call(this,s),this._debug("Transport completed request",e.id,s);else{var d=this;this.setTimeout((function(){d.complete(u,!1,u.metaConnect);var e={reason:"Previous request failed"},t=u.xhr;e.httpCode=d.xhrStatus(t),s.onFailure(t,s.messages,e)}),0)}}}function h(e){if(null!==s)throw"Concurrent /meta/connect requests not allowed, request id="+s.id+" not yet completed";var t=++r;this._debug("Transport",this.getType(),"/meta/connect send, request",t,"envelope",e);var n={id:t,metaConnect:!0,envelope:e};u.call(this,e,n),s=n}return t.complete=function(e,t,n){n?d.call(this,e):p.call(this,e,t)},t.transportSend=function(e,t){throw"Abstract"},t.transportSuccess=function(e,t,n){t.expired||(this.clearTimeout(t.timeout),this.complete(t,!0,t.metaConnect),n&&n.length>0?e.onSuccess(n):e.onFailure(t.xhr,e.messages,{httpCode:204}))},t.transportFailure=function(e,t,n){t.expired||(this.clearTimeout(t.timeout),this.complete(t,!1,t.metaConnect),e.onFailure(t.xhr,e.messages,n))},t.send=function(e,t){t?h.call(this,e):l.call(this,e)},t.abort=function(){e.abort();for(var t=0;t0;){var a=JSON.stringify(e.messages.slice(i,i+s)),c=e.url.length+encodeURI(a).length,u=this.getConfiguration().maxURILength;if(c>u){if(1===s){var l="Bayeux message too big ("+c+" bytes, max is "+u+") for transport "+this.getType();return void this.setTimeout(r.call(this,e,t,l),0)}--s}else o.push(s),i+=s,s=e.messages.length-i}var d=e;if(o.length>1){var p=0,h=o[0];this._debug("Transport",this.getType(),"split",e.messages.length,"messages into",o.join(" + ")),(d=this._mixin(!1,{},e)).messages=e.messages.slice(p,h),d.onSuccess=e.onSuccess,d.onFailure=e.onFailure;for(var f=1;f0&&(t.connectTimer=this.setTimeout((function(){e._debug("Transport",i.getType(),"timed out while connecting to URL",n,":",l,"ms"),p.call(i,t,{code:1e3,reason:"Connect Timeout"})}),l));var d=function(){e._debug("WebSocket onopen",t),t.connectTimer&&i.clearTimeout(t.connectTimer),h(t)?(u=null,c=t,o=!0,i.onOpen(t)):(e._warn("Closing extra WebSocket connection",this,"active connection",c),p.call(i,t,{code:1e3,reason:"Extra Connection"}))},f=function(n){n=n||{code:1e3},e._debug("WebSocket onclose",t,n,"connecting",u,"current",c),t.connectTimer&&i.clearTimeout(t.connectTimer),i.onClose(t,n)},y=function(n){e._debug("WebSocket onmessage",n,t),i.onMessage(t,n)};t.webSocket.onopen=d,t.webSocket.onclose=f,t.webSocket.onerror=function(){f({code:1e3,reason:"Error"})},t.webSocket.onmessage=y,this._debug("Transport",this.getType(),"configured callbacks on",t)}}function g(t,n,r){var i=JSON.stringify(n.messages);t.webSocket.send(i),this._debug("Transport",this.getType(),"sent",n,"/meta/connect =",r);var s=this.getConfiguration().maxNetworkDelay,o=s;r&&(o+=this.getAdvice().timeout,l=!0);for(var a=this,c=[],u=0;u=0){u=!0,g.splice(v,1);var b=p[y][0],m=p[y][1];delete p[y],g.length>0&&(p[g.join(",")]=[b,m]);break}}}u&&this._debug("Transport",this.getType(),"removed envelope, envelopes",p),this._notifySuccess(d,i),r&&this.webSocketClose(e,1e3,"Disconnect")},r.onClose=function(e,t){this._debug("Transport",this.getType(),"closed",e,t),h(e)&&(s=a&&o,u=null,c=null);var n=e.timeouts;for(var r in e.timeouts={},n)n.hasOwnProperty(r)&&this.clearTimeout(n[r]);var i=e.envelopes;for(var d in e.envelopes={},i)if(i.hasOwnProperty(d)){var p=i[d][0];i[d][1]&&(l=!1);var f={websocketCode:t.code,reason:t.reason};t.exception&&(f.exception=t.exception),this._notifyFailure(p.onFailure,e,p.messages,f)}},r.registered=function(n,r){t.registered(n,r),e=r},r.accept=function(t,n,r){return this._debug("Transport",this.getType(),"accept, supported:",s),s&&!!window.WebSocket&&!1!==e.websocketEnabled},r.send=function(e,t){this._debug("Transport",this.getType(),"sending",e,"/meta/connect =",t),v.call(this,c,e,t)},r.webSocketClose=function(e,t,n){try{e.webSocket&&e.webSocket.close(t,n)}catch(e){this._debug(e)}},r.abort=function(){t.abort(),p.call(this,c,{code:1e3,reason:"Abort"}),this.reset(!0)},r},u=function(i){var s,u,l,d,p,h=new e,f=this,y=i||"default",g=!1,v=new r,b="disconnected",m=0,_=null,O=0,S=[],w=!1,T=0,j={},P=0,E=null,U=[],C={},R={},A={},I=!1,x=!1,M=0,D=0,k=null,N={useWorkerScheduler:!0,protocol:null,stickyReconnect:!0,connectTimeout:0,maxConnections:2,backoffIncrement:1e3,maxBackoff:6e4,logLevel:"info",maxNetworkDelay:1e4,requestHeaders:{},appendMessageTypeToURL:!0,autoBatch:!1,urls:{},maxURILength:2e3,advice:{timeout:6e4,interval:0,reconnect:void 0,maxInterval:0}};function B(e,t){try{return e[t]}catch(e){return}}function F(e){return n.isString(e)}function L(e){return null!=e&&"function"==typeof e}function $(e,t){for(var n="";--t>0&&!(e>=Math.pow(10,t));)n+="0";return n+=e}function G(e,t){if(window.console){var n=window.console[e];if(L(n)){var r=new Date;[].splice.call(t,0,0,$(r.getHours(),2)+":"+$(r.getMinutes(),2)+":"+$(r.getSeconds(),2)+"."+$(r.getMilliseconds(),3)),n.apply(window.console,t)}}}function H(e){return new RegExp("(^https?://)?(((\\[[^\\]]+])|([^:/?#]+))(:(\\d+))?)?([^?#]*)(.*)?").exec(e)}function V(e){f._debug("Configuring cometd object with",e),F(e)&&(e={url:e}),e||(e={}),N=f._mixin(!1,N,e);var n=f.getURL();if(!n)throw"Missing required configuration parameter 'url' specifying the Bayeux server URL";var r=H(n),i=r[2],s=r[8],o=r[9];if(g=f._isCrossDomain(i),N.appendMessageTypeToURL)if(void 0!==o&&o.length>0)f._info("Appending message type to URI "+s+o+" is not supported, disabling 'appendMessageTypeToURL' configuration"),N.appendMessageTypeToURL=!1;else{var a=s.split("/"),c=a.length-1;s.match(/\/$/)&&(c-=1),a[c].indexOf(".")>=0&&(f._info("Appending message type to URI "+s+" is not supported, disabling 'appendMessageTypeToURL' configuration"),N.appendMessageTypeToURL=!1)}if(window.Worker&&window.Blob&&window.URL&&N.useWorkerScheduler){var u=t.toString();u=u.substring(u.indexOf("{")+1,u.lastIndexOf("}"));var l=new window.Blob([u],{type:"application/json"}),d=window.URL.createObjectURL(l),p=new window.Worker(d);h.setTimeout=function(e,t){var n=h.register(e);return p.postMessage({id:n,type:"setTimeout",delay:t}),n},h.clearTimeout=function(e){h.unregister(e),p.postMessage({id:e,type:"clearTimeout"})},p.onmessage=function(e){var t=e.data.id,n=h.unregister(t);n&&n()}}}function q(e){if(e){var t=j[e.channel];t&&t[e.id]&&(delete t[e.id],f._debug("Removed",e.listener?"listener":"subscription",e))}}function J(e){e&&!e.listener&&q(e)}function X(){for(var e in j)if(j.hasOwnProperty(e)){var t=j[e];if(t)for(var n in t)t.hasOwnProperty(n)&&J(t[n])}}function W(e){b!==e&&(f._debug("Status",b,"->",e),b=e)}function Q(){return"disconnecting"===b||"disconnected"===b}function Y(){return""+ ++m}function K(e,t,n,r,i){try{return t.call(e,r)}catch(e){var s=f.onExtensionException;if(L(s)){f._debug("Invoking extension exception handler",n,e);try{s.call(f,e,n,i,r)}catch(e){f._info("Exception during execution of extension exception handler",n,e)}}else f._info("Exception during execution of extension",n,e);return r}}function z(e){for(var t=0;t=0&&null!=e;--t){var n=U[t],r=n.extension.outgoing;if(L(r)){var i=K(n.extension,r,n.name,e,!0);e=void 0===i?e:i}}return e}function ee(e,t){var n=j[e];if(n)for(var r in n)if(n.hasOwnProperty(r)){var i=n[r];if(i)try{i.callback.call(i.scope,t)}catch(e){var s=f.onListenerException;if(L(s)){f._debug("Invoking listener exception handler",i,e);try{s.call(f,e,i,i.listener,t)}catch(e){f._info("Exception during execution of listener exception handler",i,e)}}else f._info("Exception during execution of listener",i,t,e)}}}function te(e,t){ee(e,t);for(var n=e.split("/"),r=n.length-1,i=r;i>0;--i){var s=n.slice(0,i).join("/")+"/*";i===r&&ee(s,t),ee(s+="*",t)}}function ne(){null!==E&&f.clearTimeout(E),E=null}function re(e,t){ne();var n=C.interval+t;f._debug("Function scheduled in",n,"ms, interval =",C.interval,"backoff =",P,e),E=f.setTimeout(e,n)}function ie(e,t,n){for(var r=0;r0||!0===w?S.push(e):ie([e],!1)}function oe(){P=0}function ae(){return P0&&ie(e,!1)}function le(){if(--O,f._debug("Ending batch, depth",O),O<0)throw"Calls to startBatch() and endBatch() are not paired";0!==O||Q()||w||ue()}function de(){if(!Q()){var e={id:Y(),channel:"/meta/connect",connectionType:s.getType()};x||(e.advice={timeout:0}),W("connecting"),f._debug("Connect sent",e),ie([e],!0,"connect"),W("connected")}}function pe(e){W("connecting"),re((function(){de()}),e)}function he(e){e&&(C=f._mixin(!1,{},N.advice,e),f._debug("New advice",C))}function fe(e){if(ne(),e&&s&&s.abort(),g=!1,s=null,W("disconnected"),_=null,O=0,oe(),I=!1,x=!1,M=0,k=null,S.length>0){var t=S;S=[],p.call(f,void 0,t,{reason:"Disconnected"})}}function ye(e,t,n){var r=f.onTransportException;if(L(r)){f._debug("Invoking transport exception handler",e,t,n);try{r.call(f,n,e,t)}catch(e){f._info("Exception during execution of transport exception handler",e)}}}function ge(e,t){L(e)&&(t=e,e=void 0),_=null,X(),Q()&&v.reset(!0),he({}),O=0,w=!0,u=e,l=t;var n="1.0",r=f.getURL(),i=v.findTransportTypes(n,g,r),o={id:Y(),version:n,minimumVersion:n,channel:"/meta/handshake",supportedConnectionTypes:i,advice:{timeout:C.timeout,interval:C.interval}},a=f._mixin(!1,{},u,o);if(f._putCallback(a.id,t),!s&&!(s=v.negotiateTransport(i,n,g,r))){var c="Could not find initial transport among: "+v.getTransportTypes();throw f._warn(c),c}f._debug("Initial transport is",s.getType()),W("handshaking"),f._debug("Handshake sent",a),ie([a],!1,"handshake")}function ve(e){W("handshaking"),w=!0,re((function(){ge(u,l)}),e)}function be(e,t){try{e.call(f,t)}catch(e){var n=f.onCallbackException;if(L(n)){f._debug("Invoking callback exception handler",e);try{n.call(f,e,t)}catch(e){f._info("Exception during execution of callback exception handler",e)}}else f._info("Exception during execution of message callback",e)}}function me(e){var t=f._getCallback([e.id]);L(t)&&(delete R[e.id],be(t,e))}function _e(e){var t=A[e.id];if(delete A[e.id],t){f._debug("Handling remote call response for",e,"with context",t);var n=t.timeout;n&&f.clearTimeout(n);var r=t.callback;if(L(r))return be(r,e),!0}return!1}function Oe(e){f._debug("Transport failure handling",e),e.transport&&(s=e.transport),e.url&&s.setURL(e.url);var t=e.action,n=e.delay||0;switch(t){case"handshake":ve(n);break;case"retry":pe(n);break;case"none":fe(!0);break;default:throw"Unknown action "+t}}function Se(e,t){me(e),te("/meta/handshake",e),te("/meta/unsuccessful",e),Q()&&(t.action="none"),f.onTransportFailure.call(f,e,t,Oe)}function we(e){var t=f.getURL();if(e.successful){var n=f._isCrossDomain(H(t)[2]),r=v.negotiateTransport(e.supportedConnectionTypes,e.version,n,t);if(null===r)return e.successful=!1,void Se(e,{cause:"negotiation",action:"none",transport:null});s!==r&&(f._debug("Transport",s.getType(),"->",r.getType()),s=r),_=e.clientId,w=!1,ue(),e.reestablish=I,I=!0,me(e),te("/meta/handshake",e),D=e["x-messages"]||0;var i=Q()?"none":C.reconnect||"retry";switch(i){case"retry":oe(),0===D?pe(0):f._debug("Processing",D,"handshake-delivered messages");break;case"none":fe(!0);break;default:throw"Unrecognized advice action "+i}}else Se(e,{cause:"unsuccessful",action:C.reconnect||"handshake",transport:s})}function Te(e){Se(e,{cause:"failure",action:"handshake",transport:null})}function je(e){return"disconnected"===b||!(!k||k.id!==e.id)&&(k=null,!0)}function Pe(e,t){te("/meta/connect",e),te("/meta/unsuccessful",e),Q()&&(t.action="none"),f.onTransportFailure.call(f,e,t,Oe)}function Ee(e){if(je(e))if(x=e.successful){te("/meta/connect",e);var t=Q()?"none":C.reconnect||"retry";switch(t){case"retry":oe(),pe(P);break;case"none":fe(!1);break;default:throw"Unrecognized advice action "+t}}else Pe(e,{cause:"unsuccessful",action:C.reconnect||"retry",transport:s});else f._debug("Mismatched /meta/connect reply",e)}function Ue(e){je(e)?(x=!1,Pe(e,{cause:"failure",action:"retry",transport:null})):f._debug("Mismatched /meta/connect failure",e)}function Ce(e){fe(!0),me(e),te("/meta/disconnect",e),te("/meta/unsuccessful",e)}function Re(e){e.successful?(fe(!1),me(e),te("/meta/disconnect",e)):Ce(e)}function Ae(e){Ce(e)}function Ie(e){var t=j[e.subscription];if(t)for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];r&&!r.listener&&(delete t[n],f._debug("Removed failed subscription",r))}me(e),te("/meta/subscribe",e),te("/meta/unsuccessful",e)}function xe(e){e.successful?(me(e),te("/meta/subscribe",e)):Ie(e)}function Me(e){Ie(e)}function De(e){me(e),te("/meta/unsubscribe",e),te("/meta/unsuccessful",e)}function ke(e){e.successful?(me(e),te("/meta/unsubscribe",e)):De(e)}function Ne(e){De(e)}function Be(e){_e(e)||(me(e),te("/meta/publish",e),te("/meta/unsuccessful",e))}function Fe(e){void 0!==e.data?_e(e)||(te(e.channel,e),D>0&&0==--D&&(f._debug("Processed last handshake-delivered message"),pe(0))):void 0===e.successful?f._warn("Unknown Bayeux Message",e):e.successful?(me(e),te("/meta/publish",e)):Be(e)}function Le(e){Be(e)}function $e(e){if(M=0,null!=(e=z(e)))switch(he(e.advice),e.channel){case"/meta/handshake":we(e);break;case"/meta/connect":Ee(e);break;case"/meta/disconnect":Re(e);break;case"/meta/subscribe":xe(e);break;case"/meta/unsubscribe":ke(e);break;default:Fe(e)}}function Ge(e){var t=j[e];if(t)for(var n in t)if(t.hasOwnProperty(n)&&t[n])return!0;return!1}function He(e,t){var n={scope:e,method:t};if(L(e))n.scope=void 0,n.method=e;else if(F(t)){if(!e)throw"Invalid scope "+e;if(n.method=e[t],!L(n.method))throw"Invalid callback "+t+" for scope "+e}else if(!L(t))throw"Invalid callback "+t;return n}function Ve(e,t,n,r){var i=He(t,n);f._debug("Adding",r?"listener":"subscription","on",e,"with scope",i.scope,"and callback",i.method);var s=++T,o={id:s,channel:e,scope:i.scope,callback:i.method,listener:r},a=j[e];return a||(a={},j[e]=a),a[s]=o,f._debug("Added",r?"listener":"subscription",o),o}this._mixin=function(e,t,n){for(var r=t||{},i=2;i",p),ye(l,p,e.failure),t.action="handshake",t.transport=d}else this._warn("Could not negotiate transport, client=["+c+"]"),ye(l,null,e.failure),t.action="none"}"none"!==t.action&&this.increaseBackoffPeriod()}else{var h=(new Date).getTime();if(0===M&&(M=h),"retry"===t.action){t.delay=this.increaseBackoffPeriod();var y=C.maxInterval;if(y>0){var g=C.timeout+C.interval+y;h-M+P>g&&(t.action="handshake")}}"handshake"===t.action&&(t.delay=0,r.reset(!1),this.resetBackoffPeriod())}n.call(f,t)},this.receive=$e,d=function(e){f._debug("Received",e);for(var t=0;t0&&(c.timeout=f.setTimeout((function(){f._debug("Timing out remote call",a,"after",n,"ms"),Be({id:a.id,error:"406::timeout",successful:!1,failure:{message:a,reason:"Remote Call Timeout"}})}),n),f._debug("Scheduled remote call timeout",a,"in",n,"ms")),A[a.id]=c,se(a)},this.remoteCallBinary=function(e,t,n,r,i,s){L(t)?(s=t,t=new ArrayBuffer(0),n=!0,r=void 0,i=N.maxNetworkDelay):L(n)?(s=n,n=!0,r=void 0,i=N.maxNetworkDelay):L(r)?(s=r,r=void 0,i=N.maxNetworkDelay):L(i)&&(s=i,i=N.maxNetworkDelay);var o={meta:r,data:t,last:n},a={ext:{binary:{}}};this.remoteCall(e,o,i,a,s)},this.getStatus=function(){return b},this.isDisconnected=Q,this.setBackoffIncrement=function(e){N.backoffIncrement=e},this.getBackoffIncrement=function(){return N.backoffIncrement},this.getBackoffPeriod=function(){return P},this.increaseBackoffPeriod=function(){return ae()},this.resetBackoffPeriod=function(){oe()},this.setLogLevel=function(e){N.logLevel=e},this.registerExtension=function(e,t){if(arguments.length<2)throw"Illegal arguments number: required 2, got "+arguments.length;if(!F(e))throw"Illegal argument type: extension name must be a string";for(var n=!1,r=0;r","(",")","[","]","{","}","@","%","$","#"],d=[0,68,0,84,83,82,72,0,75,76,70,65,0,63,62,69,0,1,2,3,4,5,6,7,8,9,64,0,73,66,74,71,81,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,77,0,78,67,0,0,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,79,0,80,0,0];return{CometD:u,Transport:i,RequestTransport:s,LongPollingTransport:o,CallbackPollingTransport:a,WebSocketTransport:c,Utils:n,Z85:{encode:function(e){var t=null;if(e instanceof ArrayBuffer?t=e:e.buffer instanceof ArrayBuffer?t=e.buffer:Array.isArray(e)&&(t=new Uint8Array(e).buffer),null==t)throw"Cannot Z85 encode "+e;for(var n=t.byteLength,r=n%4,i=4-(0===r?4:r),s=new DataView(t),o="",a=0,c=0;c=n;if(a=256*a+(u?0:s.getUint8(c)),(c+1)%4==0){for(var d=52200625,p=5;p>0;--p){if(!u||p>i){var h=Math.floor(a/d)%85;o+=l[h]}d/=85}a=0}}return o},decode:function(e){for(var t=e.length%5,n=5-(0===t?5:t),r=0;r=1;)u-1};function u(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function l(e){return"string"!=typeof e&&(e=String(e)),e}function d(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return r&&(t[Symbol.iterator]=function(){return t}),t}function p(e){this.map={},e instanceof p?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function h(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function f(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function y(e){var t=new FileReader,n=f(t);return t.readAsArrayBuffer(e),n}function g(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function v(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:i&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:s&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:n&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():o&&i&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=g(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o&&(ArrayBuffer.prototype.isPrototypeOf(e)||c(e))?this._bodyArrayBuffer=g(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i&&(this.blob=function(){var e=h(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?h(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(y)}),this.text=function(){var e,t,n,r=h(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=f(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}})),t}function O(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new p(t.headers),this.url=t.url||"",this._initBody(e)}m.prototype.clone=function(){return new m(this,{body:this._bodyInit})},v.call(m.prototype),v.call(O.prototype),O.prototype.clone=function(){return new O(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},O.error=function(){var e=new O(null,{status:0,statusText:""});return e.type="error",e};var S=[301,302,303,307,308];O.redirect=function(e,t){if(-1===S.indexOf(t))throw new RangeError("Invalid status code");return new O(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function w(e,n){return new Promise((function(r,s){var o=new m(e,n);if(o.signal&&o.signal.aborted)return s(new t.DOMException("Aborted","AbortError"));var a=new XMLHttpRequest;function c(){a.abort()}a.onload=function(){var e,t,n={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new p,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}})),t)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL");var i="response"in a?a.response:a.responseText;r(new O(i,n))},a.onerror=function(){s(new TypeError("Network request failed"))},a.ontimeout=function(){s(new TypeError("Network request failed"))},a.onabort=function(){s(new t.DOMException("Aborted","AbortError"))},a.open(o.method,o.url,!0),"include"===o.credentials?a.withCredentials=!0:"omit"===o.credentials&&(a.withCredentials=!1),"responseType"in a&&i&&(a.responseType="blob"),o.headers.forEach((function(e,t){a.setRequestHeader(t,e)})),o.signal&&(o.signal.addEventListener("abort",c),a.onreadystatechange=function(){4===a.readyState&&o.signal.removeEventListener("abort",c)}),a.send(void 0===o._bodyInit?null:o._bodyInit)}))}w.polyfill=!0,e.fetch||(e.fetch=w,e.Headers=p,e.Request=m,e.Response=O),t.Headers=p,t.Request=m,t.Response=O,t.fetch=w,Object.defineProperty(t,"__esModule",{value:!0})}({})}(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var i=r;(t=i.fetch).default=i.fetch,t.fetch=i.fetch,t.Headers=i.Headers,t.Request=i.Request,t.Response=i.Response,e.exports=t},6230:function(e){e.exports="object"==typeof self?self.FormData:window.FormData},92599:function(e,t,n){const r=n(23524);e.exports={CometD:r.CometD,default:r}}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48226.b75dccb1679aad3de21b.js b/dist/apps/processing-runtime-widget/48226.b75dccb1679aad3de21b.js new file mode 100644 index 0000000..1e749bc --- /dev/null +++ b/dist/apps/processing-runtime-widget/48226.b75dccb1679aad3de21b.js @@ -0,0 +1,2 @@ +/*! For license information please see 48226.b75dccb1679aad3de21b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48226],{48226:function(o,a,e){e.r(a);const m=void 0;a.default=["eo",[["atm","ptm"],m,m],m,[["S","M","T","W","T","F","S"],["di","lu","ma","me","ĵa","ve","sa"],["dimanĉo","lundo","mardo","merkredo","ĵaŭdo","vendredo","sabato"],["di","lu","ma","me","ĵa","ve","sa"]],m,[["1","2","3","4","5","6","7","8","9","10","11","12"],["jan","feb","mar","apr","maj","jun","jul","aŭg","sep","okt","nov","dec"],["januaro","februaro","marto","aprilo","majo","junio","julio","aŭgusto","septembro","oktobro","novembro","decembro"]],m,[["aK","pK"],m,m],1,[6,0],["yy-MM-dd","y-MMM-dd","y-MMMM-dd","EEEE, d-'a' 'de' MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","H-'a' 'horo' 'kaj' m:ss zzzz"],["{1} {0}",m,m,m],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],m,m,m,{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(o){return 1===o?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48226.b75dccb1679aad3de21b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48226.b75dccb1679aad3de21b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48226.b75dccb1679aad3de21b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48415.0ed99de5e0529491c1b0.js b/dist/apps/processing-runtime-widget/48415.0ed99de5e0529491c1b0.js new file mode 100644 index 0000000..0202a8b --- /dev/null +++ b/dist/apps/processing-runtime-widget/48415.0ed99de5e0529491c1b0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48415],{48415:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48426.fa8dbd89dd539f497526.js b/dist/apps/processing-runtime-widget/48426.fa8dbd89dd539f497526.js new file mode 100644 index 0000000..3182030 --- /dev/null +++ b/dist/apps/processing-runtime-widget/48426.fa8dbd89dd539f497526.js @@ -0,0 +1,2 @@ +/*! For license information please see 48426.fa8dbd89dd539f497526.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48426],{48426:function(e,a,u){u.r(a);const n=void 0;a.default=["en-IN",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[0,0],["dd/MM/yy","dd-MMM-y","d MMMM y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","#E0"],"INR","₹","Indian Rupee",{JPY:["JP¥","¥"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48426.fa8dbd89dd539f497526.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48426.fa8dbd89dd539f497526.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48426.fa8dbd89dd539f497526.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48563.a5c4d23323ba93061d0f.js b/dist/apps/processing-runtime-widget/48563.a5c4d23323ba93061d0f.js new file mode 100644 index 0000000..f8cda7b --- /dev/null +++ b/dist/apps/processing-runtime-widget/48563.a5c4d23323ba93061d0f.js @@ -0,0 +1,2 @@ +/*! For license information please see 48563.a5c4d23323ba93061d0f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48563],{48563:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48563.a5c4d23323ba93061d0f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48563.a5c4d23323ba93061d0f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48563.a5c4d23323ba93061d0f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48804.a1c96652f4fed358a8e9.js b/dist/apps/processing-runtime-widget/48804.a1c96652f4fed358a8e9.js new file mode 100644 index 0000000..5d97a3b --- /dev/null +++ b/dist/apps/processing-runtime-widget/48804.a1c96652f4fed358a8e9.js @@ -0,0 +1,2 @@ +/*! For license information please see 48804.a1c96652f4fed358a8e9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48804],{48804:function(u,i,L){L.r(i);const s=void 0;i.default=["lu",[["Dinda","Dilolo"],s,s],s,[["L","N","N","N","N","N","L"],["Lum","Nko","Ndy","Ndg","Njw","Ngv","Lub"],["Lumingu","Nkodya","Ndàayà","Ndangù","Njòwa","Ngòvya","Lubingu"],["Lum","Nko","Ndy","Ndg","Njw","Ngv","Lub"]],s,[["C","L","L","M","L","L","K","L","L","L","K","C"],["Cio","Lui","Lus","Muu","Lum","Luf","Kab","Lush","Lut","Lun","Kas","Cis"],["Ciongo","Lùishi","Lusòlo","Mùuyà","Lumùngùlù","Lufuimi","Kabàlàshìpù","Lùshìkà","Lutongolo","Lungùdi","Kaswèkèsè","Ciswà"]],s,[["kmp. Y.K.","kny. Y. K."],s,["Kumpala kwa Yezu Kli","Kunyima kwa Yezu Kli"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"CDF","FC","Nfalanga wa Kongu",{CDF:["FC"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48804.a1c96652f4fed358a8e9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48804.a1c96652f4fed358a8e9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48804.a1c96652f4fed358a8e9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48837.2010ade7a76befb6e5da.js b/dist/apps/processing-runtime-widget/48837.2010ade7a76befb6e5da.js new file mode 100644 index 0000000..94e6298 --- /dev/null +++ b/dist/apps/processing-runtime-widget/48837.2010ade7a76befb6e5da.js @@ -0,0 +1,2 @@ +/*! For license information please see 48837.2010ade7a76befb6e5da.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48837],{48837:function(u,c,i){i.r(c);const e=void 0;c.default=[[["म.रा.","दु","प","स","दु","सं","सा","रा"],["मध्यरात्र","मध्यान्ह","पहाट","सकाळ","दुपार","संध्याकाळ","सायंकाळ","रात्र"],e],[["म.रा.","म","प","स","दु","सं","सा","रात्र"],["मध्यरात्र","मध्यान्ह","पहाट","सकाळ","दुपार","संध्याकाळ","सायंकाळ","रात्र"],e],["00:00","12:00",["04:00","06:00"],["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48837.2010ade7a76befb6e5da.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48837.2010ade7a76befb6e5da.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48837.2010ade7a76befb6e5da.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/48948.85e0b3d9ab9fcf612e59.js b/dist/apps/processing-runtime-widget/48948.85e0b3d9ab9fcf612e59.js new file mode 100644 index 0000000..98bdb03 --- /dev/null +++ b/dist/apps/processing-runtime-widget/48948.85e0b3d9ab9fcf612e59.js @@ -0,0 +1,2 @@ +/*! For license information please see 48948.85e0b3d9ab9fcf612e59.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[48948],{48948:function(t,M,o){o.r(M);const s=void 0;M.default=["ru-BY",[["AM","PM"],s,s],s,[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],s,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"BYN","Br","белорусский рубль",{BYN:["Br"],GEL:[s,"ლ"],PHP:[s,"₱"],RON:[s,"L"],RUB:["₽"],THB:["฿"],TMT:["ТМТ"],TWD:["NT$"],UAH:["₴"],XXX:["XXXX"]},"ltr",function(t){const M=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&M%10==1&&M%100!=11?1:0===o&&M%10===Math.floor(M%10)&&M%10>=2&&M%10<=4&&!(M%100>=12&&M%100<=14)?3:0===o&&M%10==0||0===o&&M%10===Math.floor(M%10)&&M%10>=5&&M%10<=9||0===o&&M%100===Math.floor(M%100)&&M%100>=11&&M%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/48948.85e0b3d9ab9fcf612e59.js.LICENSE.txt b/dist/apps/processing-runtime-widget/48948.85e0b3d9ab9fcf612e59.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/48948.85e0b3d9ab9fcf612e59.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/49062.c80bd439a4d25ee5c429.js b/dist/apps/processing-runtime-widget/49062.c80bd439a4d25ee5c429.js new file mode 100644 index 0000000..fb13a0a --- /dev/null +++ b/dist/apps/processing-runtime-widget/49062.c80bd439a4d25ee5c429.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49062],{49062:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49255.df18dafbcf20a719a19c.js b/dist/apps/processing-runtime-widget/49255.df18dafbcf20a719a19c.js new file mode 100644 index 0000000..175adb4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/49255.df18dafbcf20a719a19c.js @@ -0,0 +1,2 @@ +/*! For license information please see 49255.df18dafbcf20a719a19c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49255],{49255:function(a,i,e){e.r(i);const A=void 0;i.default=["ses",[["Adduha","Aluula"],A,A],A,[["H","T","T","L","L","L","S"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"],["Alhadi","Atinni","Atalaata","Alarba","Alhamiisa","Alzuma","Asibti"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"]],A,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],A,[["IJ","IZ"],A,["Isaa jine","Isaa zamanoo"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",A,A,A],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"XOF","F CFA","CFA Fraŋ (BCEAO)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49255.df18dafbcf20a719a19c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/49255.df18dafbcf20a719a19c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/49255.df18dafbcf20a719a19c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/49353.b4ab4ce5f3e25e6705fc.js b/dist/apps/processing-runtime-widget/49353.b4ab4ce5f3e25e6705fc.js new file mode 100644 index 0000000..9abe768 --- /dev/null +++ b/dist/apps/processing-runtime-widget/49353.b4ab4ce5f3e25e6705fc.js @@ -0,0 +1,2 @@ +/*! For license information please see 49353.b4ab4ce5f3e25e6705fc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49353],{49353:function(s,i,r){r.r(i);const a=void 0;i.default=["lt",[["pr. p.","pop."],["priešpiet","popiet"],a],a,[["S","P","A","T","K","P","Š"],["sk","pr","an","tr","kt","pn","št"],["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],["Sk","Pr","An","Tr","Kt","Pn","Št"]],a,[["S","V","K","B","G","B","L","R","R","S","L","G"],["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio"]],[["S","V","K","B","G","B","L","R","R","S","L","G"],["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"]],[["pr. Kr.","po Kr."],a,["prieš Kristų","po Kristaus"]],1,[6,0],["y-MM-dd",a,"y 'm'. MMMM d 'd'.","y 'm'. MMMM d 'd'., EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",a,a,a],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euras",{AUD:[a,"$"],BDT:[],BRL:[a,"R$"],BYN:[a,"Br"],CAD:[a,"$"],CNY:[a,"¥"],GBP:[a,"£"],HKD:[a,"$"],ILS:[],INR:[],JPY:[a,"¥"],KHR:[],KRW:[a,"₩"],LAK:[],MNT:[],MXN:[a,"$"],NZD:[a,"$"],PHP:[a,"₱"],PLN:[a,"zl"],PYG:[a,"Gs"],RUB:[a,"rb"],TWD:[a,"$"],USD:[a,"$"],VND:[],XAF:[],XCD:[a,"$"],XOF:[],XPF:[]},"ltr",function(s){const i=s,r=parseInt(s.toString().replace(/^[^.]*\.?/,""),10)||0;return i%10!=1||i%100>=11&&i%100<=19?i%10===Math.floor(i%10)&&i%10>=2&&i%10<=9&&!(i%100>=11&&i%100<=19)?3:0!==r?4:5:1}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49353.b4ab4ce5f3e25e6705fc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/49353.b4ab4ce5f3e25e6705fc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/49353.b4ab4ce5f3e25e6705fc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/49427.1658f5e0d5347072bc6a.js b/dist/apps/processing-runtime-widget/49427.1658f5e0d5347072bc6a.js new file mode 100644 index 0000000..e054821 --- /dev/null +++ b/dist/apps/processing-runtime-widget/49427.1658f5e0d5347072bc6a.js @@ -0,0 +1,2 @@ +/*! For license information please see 49427.1658f5e0d5347072bc6a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49427],{49427:function(e,a,t){t.r(a);const l=void 0;a.default=["wo",[["Sub","Ngo"],l,l],l,[["Dib","Alt","Tal","Àla","Alx","Àjj","Ase"],l,["Dibéer","Altine","Talaata","Àlarba","Alxamis","Àjjuma","Aseer"],["Dib","Alt","Tal","Àla","Alx","Àjj","Ase"]],l,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Sam","Few","Mar","Awr","Mee","Suw","Sul","Ut","Sàt","Okt","Now","Des"],["Samwiyee","Fewriyee","Mars","Awril","Mee","Suwe","Sulet","Ut","Sàttumbar","Oktoobar","Nowàmbar","Desàmbar"]],l,[["JC","AD"],l,["av. JC","AD"]],1,[6,0],["dd-MM-y","d MMM, y","d MMMM, y","EEEE, d MMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} - {0}",l,"{1} 'ci' {0}",l],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XOF","F CFA","Franc CFA bu Afrik Sowwu-jant",{JPY:["JP¥","¥"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49427.1658f5e0d5347072bc6a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/49427.1658f5e0d5347072bc6a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/49427.1658f5e0d5347072bc6a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/49502.6a31d619d96bd5d6cb3d.js b/dist/apps/processing-runtime-widget/49502.6a31d619d96bd5d6cb3d.js new file mode 100644 index 0000000..df87722 --- /dev/null +++ b/dist/apps/processing-runtime-widget/49502.6a31d619d96bd5d6cb3d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49502],{49502:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49746.ed2d2539bd8553857311.js b/dist/apps/processing-runtime-widget/49746.ed2d2539bd8553857311.js new file mode 100644 index 0000000..6f922ac --- /dev/null +++ b/dist/apps/processing-runtime-widget/49746.ed2d2539bd8553857311.js @@ -0,0 +1,2 @@ +/*! For license information please see 49746.ed2d2539bd8553857311.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49746],{49746:function(e,n,t){t.r(n);const i=void 0;n.default=[[["midnat","om morgenen","om formiddagen","om eftermiddagen","om aftenen","om natten"],i,i],[["midnat","morgen","formiddag","eftermiddag","aften","nat"],i,i],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49746.ed2d2539bd8553857311.js.LICENSE.txt b/dist/apps/processing-runtime-widget/49746.ed2d2539bd8553857311.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/49746.ed2d2539bd8553857311.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/49784.4f0fdce805acff1dbb1e.js b/dist/apps/processing-runtime-widget/49784.4f0fdce805acff1dbb1e.js new file mode 100644 index 0000000..e03eaa1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/49784.4f0fdce805acff1dbb1e.js @@ -0,0 +1,2 @@ +/*! For license information please see 49784.4f0fdce805acff1dbb1e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[49784],{49784:function(e,i,u){u.r(i);const r=void 0;i.default=["qu-EC",[["a.m.","p.m."],r,r],r,[["D","L","M","X","J","V","S"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"]],r,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Set","Oct","Nov","Dic"],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],r,[["a.d.","dC"],["a.d.","d.C."],["ñawpa cristu","chanta cristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,"{0} {1}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"USD","$","Dólar Americano",{BBD:["BBG","$"],BMD:["DBM","$"],BZD:["DBZ","$"],CAD:["$CA","$"],GHS:[r,"GHC"],JPY:["JP¥","¥"],PHP:[r,"₱"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/49784.4f0fdce805acff1dbb1e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/49784.4f0fdce805acff1dbb1e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/49784.4f0fdce805acff1dbb1e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50058.43cf6897c50f8fabd079.js b/dist/apps/processing-runtime-widget/50058.43cf6897c50f8fabd079.js new file mode 100644 index 0000000..103c1fc --- /dev/null +++ b/dist/apps/processing-runtime-widget/50058.43cf6897c50f8fabd079.js @@ -0,0 +1,2 @@ +/*! For license information please see 50058.43cf6897c50f8fabd079.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50058],{50058:function(a,i,e){e.r(i);const u=void 0;i.default=["ak",[["AN","EW"],u,u],u,[["K","D","B","W","Y","F","M"],["Kwe","Dwo","Ben","Wuk","Yaw","Fia","Mem"],["Kwesida","Dwowda","Benada","Wukuda","Yawda","Fida","Memeneda"],["Kwe","Dwo","Ben","Wuk","Yaw","Fia","Mem"]],u,[["1","2","3","4","5","6","7","8","9","10","11","12"],["S-Ɔ","K-Ɔ","E-Ɔ","E-O","E-K","O-A","A-K","D-Ɔ","F-Ɛ","Ɔ-A","Ɔ-O","M-Ɔ"],["Sanda-Ɔpɛpɔn","Kwakwar-Ɔgyefuo","Ebɔw-Ɔbenem","Ebɔbira-Oforisuo","Esusow Aketseaba-Kɔtɔnimba","Obirade-Ayɛwohomumu","Ayɛwoho-Kitawonsa","Difuu-Ɔsandaa","Fankwa-Ɛbɔ","Ɔbɛsɛ-Ahinime","Ɔberɛfɛw-Obubuo","Mumu-Ɔpɛnimba"]],u,[["AK","KE"],u,["Ansa Kristo","Kristo Ekyiri"]],1,[6,0],["yy/MM/dd","y MMM d","y MMMM d","EEEE, y MMMM dd"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GHS","GH₵","Ghana Sidi",{GHS:["GH₵"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const i=a;return i===Math.floor(i)&&i>=0&&i<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50058.43cf6897c50f8fabd079.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50058.43cf6897c50f8fabd079.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50058.43cf6897c50f8fabd079.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50070.c16e2b29432fb67217f3.js b/dist/apps/processing-runtime-widget/50070.c16e2b29432fb67217f3.js new file mode 100644 index 0000000..0115a90 --- /dev/null +++ b/dist/apps/processing-runtime-widget/50070.c16e2b29432fb67217f3.js @@ -0,0 +1,2 @@ +/*! For license information please see 50070.c16e2b29432fb67217f3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50070],{50070:function(a,d,e){e.r(d);const l=void 0;d.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],["mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],l],[["mediodía","madrugada","mañana","tarde","noche"],l,l],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50070.c16e2b29432fb67217f3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50070.c16e2b29432fb67217f3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50070.c16e2b29432fb67217f3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50093.3bfcf5eac11cf15aad54.js b/dist/apps/processing-runtime-widget/50093.3bfcf5eac11cf15aad54.js new file mode 100644 index 0000000..61ad639 --- /dev/null +++ b/dist/apps/processing-runtime-widget/50093.3bfcf5eac11cf15aad54.js @@ -0,0 +1,2 @@ +/*! For license information please see 50093.3bfcf5eac11cf15aad54.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50093],{50093:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50093.3bfcf5eac11cf15aad54.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50093.3bfcf5eac11cf15aad54.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50093.3bfcf5eac11cf15aad54.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50168.1ec86452e7e6544d541e.js b/dist/apps/processing-runtime-widget/50168.1ec86452e7e6544d541e.js new file mode 100644 index 0000000..d01e644 --- /dev/null +++ b/dist/apps/processing-runtime-widget/50168.1ec86452e7e6544d541e.js @@ -0,0 +1,2 @@ +/*! For license information please see 50168.1ec86452e7e6544d541e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50168],{50168:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50168.1ec86452e7e6544d541e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50168.1ec86452e7e6544d541e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50168.1ec86452e7e6544d541e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50222.8589085e422289c1fac8.js b/dist/apps/processing-runtime-widget/50222.8589085e422289c1fac8.js new file mode 100644 index 0000000..0196d90 --- /dev/null +++ b/dist/apps/processing-runtime-widget/50222.8589085e422289c1fac8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50222],{50222:function(u,e,i){i.r(e);e.default=[[["полн.","полд.","утра","дня","веч.","ночи"],["полн.","полд.","утра","дня","вечера","ночи"],["полночь","полдень","утра","дня","вечера","ночи"]],[["полн.","полд.","утро","день","веч.","ночь"],undefined,["полночь","полдень","утро","день","вечер","ночь"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50569.5eb247321b36c37f4327.js b/dist/apps/processing-runtime-widget/50569.5eb247321b36c37f4327.js new file mode 100644 index 0000000..025519e --- /dev/null +++ b/dist/apps/processing-runtime-widget/50569.5eb247321b36c37f4327.js @@ -0,0 +1,2 @@ +/*! For license information please see 50569.5eb247321b36c37f4327.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50569],{50569:function(a,s,o){o.r(s);const e=void 0;s.default=["ff-Latn-MR",[["subaka","kikiiɗe"],e,e],e,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],e,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],e,[["H-I","C-I"],e,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MRU","UM","Ugiyya Muritani",{JPY:["JP¥","¥"],MRU:["UM"],USD:["US$","$"]},"ltr",function(a){const s=Math.floor(Math.abs(a));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50569.5eb247321b36c37f4327.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50569.5eb247321b36c37f4327.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50569.5eb247321b36c37f4327.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50592.25d7e5ec41134515697f.js b/dist/apps/processing-runtime-widget/50592.25d7e5ec41134515697f.js new file mode 100644 index 0000000..56c8a8c --- /dev/null +++ b/dist/apps/processing-runtime-widget/50592.25d7e5ec41134515697f.js @@ -0,0 +1,2 @@ +/*! For license information please see 50592.25d7e5ec41134515697f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50592],{50592:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50592.25d7e5ec41134515697f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50592.25d7e5ec41134515697f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50592.25d7e5ec41134515697f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50597.74001a7b457b9ddf4e7a.js b/dist/apps/processing-runtime-widget/50597.74001a7b457b9ddf4e7a.js new file mode 100644 index 0000000..a90ed6f --- /dev/null +++ b/dist/apps/processing-runtime-widget/50597.74001a7b457b9ddf4e7a.js @@ -0,0 +1,2 @@ +/*! For license information please see 50597.74001a7b457b9ddf4e7a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50597],{50597:function(i,u,a){a.r(u);const J=void 0;u.default=["rwk",[["utuko","kyiukonyi"],J,J],J,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapilyi","Jumatatuu","Jumanne","Jumatanu","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],J,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprilyi","Mei","Junyi","Julyai","Agusti","Septemba","Oktoba","Novemba","Desemba"]],J,[["KK","BK"],J,["Kabla ya Kristu","Baada ya Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",J,J,J],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TZS","TSh","Shilingi ya Tanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50597.74001a7b457b9ddf4e7a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50597.74001a7b457b9ddf4e7a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50597.74001a7b457b9ddf4e7a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/50760.b29f1930872eb6b21535.js b/dist/apps/processing-runtime-widget/50760.b29f1930872eb6b21535.js new file mode 100644 index 0000000..ca8f7ae --- /dev/null +++ b/dist/apps/processing-runtime-widget/50760.b29f1930872eb6b21535.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50760],{50760:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50771.b76421873af4d8fa9126.js b/dist/apps/processing-runtime-widget/50771.b76421873af4d8fa9126.js new file mode 100644 index 0000000..34971e8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/50771.b76421873af4d8fa9126.js @@ -0,0 +1,2 @@ +/*! For license information please see 50771.b76421873af4d8fa9126.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[50771],{50771:function(e,$,r){r.r($);const i=void 0;$.default=["fr-CG",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","franc CFA (BEAC)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/50771.b76421873af4d8fa9126.js.LICENSE.txt b/dist/apps/processing-runtime-widget/50771.b76421873af4d8fa9126.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/50771.b76421873af4d8fa9126.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51035.96ade57d6b56804e81b5.js b/dist/apps/processing-runtime-widget/51035.96ade57d6b56804e81b5.js new file mode 100644 index 0000000..d825084 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51035.96ade57d6b56804e81b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 51035.96ade57d6b56804e81b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51035],{51035:function(e,a,u){u.r(a);const r=void 0;a.default=["en-MS",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51035.96ade57d6b56804e81b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51035.96ade57d6b56804e81b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51035.96ade57d6b56804e81b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51113.cb7b89b6acded52194f1.js b/dist/apps/processing-runtime-widget/51113.cb7b89b6acded52194f1.js new file mode 100644 index 0000000..ffab437 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51113.cb7b89b6acded52194f1.js @@ -0,0 +1,2 @@ +/*! For license information please see 51113.cb7b89b6acded52194f1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51113],{51113:function(e,a,r){r.r(a);const u=void 0;a.default=["af-NA",[["v","n"],["vm.","nm."],u],u,[["S","M","D","W","D","V","S"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."],["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]],u,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."],["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]],u,[["v.C.","n.C."],u,["voor Christus","na Christus"]],1,[6,0],["y-MM-dd","dd MMM y","dd MMMM y","EEEE dd MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","R","Suid-Afrikaanse rand",{BYN:[u,"р."],CAD:[u,"$"],JPY:["JP¥","¥"],MXN:[u,"$"],NAD:["$"],PHP:[u,"₱"],RON:[u,"leu"],THB:["฿"],TWD:["NT$"],USD:[u,"$"],ZAR:["R"]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51113.cb7b89b6acded52194f1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51113.cb7b89b6acded52194f1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51113.cb7b89b6acded52194f1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51165.1c2088da967bff774573.js b/dist/apps/processing-runtime-widget/51165.1c2088da967bff774573.js new file mode 100644 index 0000000..413adcf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51165.1c2088da967bff774573.js @@ -0,0 +1,2 @@ +/*! For license information please see 51165.1c2088da967bff774573.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51165],{51165:function(s,M,u){u.r(M);const c=void 0;M.default=["uz-Arab",[["AM","PM"],c,c],c,[["S","M","T","W","T","F","S"],["ی.","د.","س.","چ.","پ.","ج.","ش."],["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],["ی.","د.","س.","چ.","پ.","ج.","ش."]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنو","فبر","مار","اپر","می","جون","جول","اگس","سپت","اکت","نوم","دسم"],["جنوری","فبروری","مارچ","اپریل","می","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"]],c,[["BCE","CE"],c,c],6,[4,5],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,c,c],[",",".",";","%","‎+","‎−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"AFN","؋","افغانی",{AFN:["؋"],JPY:["JP¥","¥"],USD:["US$","$"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51165.1c2088da967bff774573.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51165.1c2088da967bff774573.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51165.1c2088da967bff774573.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51210.b4c242fc8a12cf6ed600.js b/dist/apps/processing-runtime-widget/51210.b4c242fc8a12cf6ed600.js new file mode 100644 index 0000000..894df1f --- /dev/null +++ b/dist/apps/processing-runtime-widget/51210.b4c242fc8a12cf6ed600.js @@ -0,0 +1,2 @@ +/*! For license information please see 51210.b4c242fc8a12cf6ed600.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51210],{51210:function(s,u,n){n.r(u);const t=void 0;u.default=["zh-Hant-HK",[["上午","下午"],t,t],t,[["日","一","二","三","四","五","六"],["週日","週一","週二","週三","週四","週五","週六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["日","一","二","三","四","五","六"]],t,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],t],t,[["公元前","公元"],t,t],0,[6,0],["d/M/y","y年M月d日",t,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HKD","HK$","港元",{AUD:["AU$","$"],BYN:[t,"р."],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51210.b4c242fc8a12cf6ed600.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51210.b4c242fc8a12cf6ed600.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51210.b4c242fc8a12cf6ed600.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51345.9baadfa72293ee97a518.js b/dist/apps/processing-runtime-widget/51345.9baadfa72293ee97a518.js new file mode 100644 index 0000000..e0e0a00 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51345.9baadfa72293ee97a518.js @@ -0,0 +1,2 @@ +/*! For license information please see 51345.9baadfa72293ee97a518.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51345],{51345:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51345.9baadfa72293ee97a518.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51345.9baadfa72293ee97a518.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51345.9baadfa72293ee97a518.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51399.92263f3154ec481507b4.js b/dist/apps/processing-runtime-widget/51399.92263f3154ec481507b4.js new file mode 100644 index 0000000..db1755c --- /dev/null +++ b/dist/apps/processing-runtime-widget/51399.92263f3154ec481507b4.js @@ -0,0 +1,2 @@ +/*! For license information please see 51399.92263f3154ec481507b4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51399],{51399:function(s,M,t){t.r(M);const u=void 0;M.default=["fa-AF",[["ق","ب"],["ق.ظ.","ب.ظ."],["قبل‌ازظهر","بعدازظهر"]],u,[["ی","د","س","چ","پ","ج","ش"],["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],u,["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"]],u,[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنو","فبروری","مارچ","اپریل","می","جون","جول","اگست","سپتمبر","اکتوبر","نومبر","دسم"],["جنوری","فبروری","مارچ","اپریل","می","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"]],[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنوری","فبروری","مارچ","اپریل","می","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"],u],[["ق","م"],["ق.م.","م."],["قبل از میلاد","میلادی"]],6,[4,5],["y/M/d","d MMM y","d MMMM y","EEEE d MMMM y"],["H:mm","H:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}،‏ {0}",u,"{1}، ساعت {0}",u],[".",",",";","%","‎+","‎−","E","×","‰","∞","ناعدد",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"AFN","؋","افغانی افغانستان",{AFN:["؋"],BYN:[u,"р."],CAD:["$CA","$"],CNY:["¥CN","¥"],HKD:["$HK","$"],IRR:["ریال"],MXN:["$MX","$"],NZD:["$NZ","$"],PHP:[u,"₱"],THB:["฿"],XCD:["$EC","$"],XOF:["فرانک CFA"]},"rtl",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51399.92263f3154ec481507b4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51399.92263f3154ec481507b4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51399.92263f3154ec481507b4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51457.3245a343323232e3fe48.js b/dist/apps/processing-runtime-widget/51457.3245a343323232e3fe48.js new file mode 100644 index 0000000..61457e3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51457.3245a343323232e3fe48.js @@ -0,0 +1,2 @@ +/*! For license information please see 51457.3245a343323232e3fe48.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51457],{51457:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51457.3245a343323232e3fe48.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51457.3245a343323232e3fe48.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51457.3245a343323232e3fe48.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51514.3f9ae3c149df7aa839b4.js b/dist/apps/processing-runtime-widget/51514.3f9ae3c149df7aa839b4.js new file mode 100644 index 0000000..f807754 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51514.3f9ae3c149df7aa839b4.js @@ -0,0 +1,2 @@ +/*! For license information please see 51514.3f9ae3c149df7aa839b4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51514],{51514:function(s,t,u){u.r(t);const c=void 0;t.default=["pa",[["ਸ.","ਸ਼."],["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."],c],[["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."],c,c],[["ਐ","ਸੋ","ਮੰ","ਬੁੱ","ਵੀ","ਸ਼ੁੱ","ਸ਼"],["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕਰ","ਸ਼ਨਿੱਚਰ"],["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"],["ਐਤ","ਸੋਮ","ਮੰਗ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕ","ਸ਼ਨਿੱ"]],c,[["ਜ","ਫ਼","ਮਾ","ਅ","ਮ","ਜੂ","ਜੁ","ਅ","ਸ","ਅ","ਨ","ਦ"],["ਜਨ","ਫ਼ਰ","ਮਾਰਚ","ਅਪ੍ਰੈ","ਮਈ","ਜੂਨ","ਜੁਲਾ","ਅਗ","ਸਤੰ","ਅਕਤੂ","ਨਵੰ","ਦਸੰ"],["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]],c,[["ਈ.ਪੂ.","ਸੰਨ"],["ਈ. ਪੂ.","ਸੰਨ"],["ਈਸਵੀ ਪੂਰਵ","ਈਸਵੀ ਸੰਨ"]],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","[#E0]"],"INR","₹","ਭਾਰਤੀ ਰੁਪਇਆ",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){const t=s;return t===Math.floor(t)&&t>=0&&t<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51514.3f9ae3c149df7aa839b4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51514.3f9ae3c149df7aa839b4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51514.3f9ae3c149df7aa839b4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51524.6948d752ffa15c84210a.js b/dist/apps/processing-runtime-widget/51524.6948d752ffa15c84210a.js new file mode 100644 index 0000000..5ba2437 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51524.6948d752ffa15c84210a.js @@ -0,0 +1,2 @@ +/*! For license information please see 51524.6948d752ffa15c84210a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51524],{51524:function(a,i,s){s.r(i);const e=void 0;i.default=["om-KE",[["WD","WB"],e,e],e,[["D","W","Q","R","K","J","S"],["Dil","Wix","Qib","Rob","Kam","Jim","San"],["Dilbata","Wiixata","Qibxata","Roobii","Kamiisa","Jimaata","Sanbata"],["Dil","Wix","Qib","Rob","Kam","Jim","San"]],e,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"],["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"]],[["A","G","B","E","C","W","A","H","F","O","S","M"],["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"],["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"]],[["KD","CE"],e,["Dheengadda Jeesu","CE"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM d, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","KES",{ETB:["Br"],JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51524.6948d752ffa15c84210a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51524.6948d752ffa15c84210a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51524.6948d752ffa15c84210a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51664.78e19302aace8511a7b7.js b/dist/apps/processing-runtime-widget/51664.78e19302aace8511a7b7.js new file mode 100644 index 0000000..81f0ac3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51664.78e19302aace8511a7b7.js @@ -0,0 +1,2 @@ +/*! For license information please see 51664.78e19302aace8511a7b7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51664],{51664:function(a,n,s){s.r(n);const e=void 0;n.default=["uz",[["TO","TK"],e,e],e,[["Y","D","S","C","P","J","S"],["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"],["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],["Ya","Du","Se","Ch","Pa","Ju","Sh"]],e,[["Y","F","M","A","M","I","I","A","S","O","N","D"],["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]],[["Y","F","M","A","M","I","I","A","S","O","N","D"],["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"],["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]],[["m.a.","milodiy"],e,["miloddan avvalgi","milodiy"]],1,[6,0],["dd/MM/yy","d-MMM, y","d-MMMM, y","EEEE, d-MMMM, y"],["HH:mm","HH:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}, {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","son emas",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UZS","soʻm","O‘zbekiston so‘mi",{BYN:[e,"р."],JPY:["JP¥","¥"],PHP:[e,"₱"],USD:["US$","$"],UZS:["soʻm"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51664.78e19302aace8511a7b7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51664.78e19302aace8511a7b7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51664.78e19302aace8511a7b7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51669.b9cd6c86303815feacc3.js b/dist/apps/processing-runtime-widget/51669.b9cd6c86303815feacc3.js new file mode 100644 index 0000000..daef586 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51669.b9cd6c86303815feacc3.js @@ -0,0 +1,2 @@ +/*! For license information please see 51669.b9cd6c86303815feacc3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51669],{51669:function(a,i,u){u.r(i);const K=void 0;i.default=["dav",[["Luma lwa K","luma lwa p"],K,K],K,[["J","J","K","K","K","K","N"],["Jum","Jim","Kaw","Kad","Kan","Kas","Ngu"],["Ituku ja jumwa","Kuramuka jimweri","Kuramuka kawi","Kuramuka kadadu","Kuramuka kana","Kuramuka kasanu","Kifula nguwo"],["Jum","Jim","Kaw","Kad","Kan","Kas","Ngu"]],K,[["I","K","K","K","K","K","M","W","I","I","I","I"],["Imb","Kaw","Kad","Kan","Kas","Kar","Mfu","Wun","Ike","Iku","Imw","Iwi"],["Mori ghwa imbiri","Mori ghwa kawi","Mori ghwa kadadu","Mori ghwa kana","Mori ghwa kasanu","Mori ghwa karandadu","Mori ghwa mfungade","Mori ghwa wunyanya","Mori ghwa ikenda","Mori ghwa ikumi","Mori ghwa ikumi na imweri","Mori ghwa ikumi na iwi"]],K,[["KK","BK"],K,["Kabla ya Kristo","Baada ya Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",K,K,K],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Shilingi ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51669.b9cd6c86303815feacc3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51669.b9cd6c86303815feacc3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51669.b9cd6c86303815feacc3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5178.700716b83f2d0c352c54.js b/dist/apps/processing-runtime-widget/5178.700716b83f2d0c352c54.js new file mode 100644 index 0000000..38e3704 --- /dev/null +++ b/dist/apps/processing-runtime-widget/5178.700716b83f2d0c352c54.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5178],{5178:function(a,e,i){i.r(e);e.default=[[["gauerdia","goizald.","goizeko","eguerd.","arrats.","iluntz.","gaueko"],undefined,["gauerdia","goizaldeko","goizeko","eguerdiko","arratsaldeko","iluntzeko","gaueko"]],[["gauerdia","goizald.","goiza","eguerd.","arrats.","iluntz.","gaua"],["gauerdia","goiz.","goiza","eguerd.","arrats.","iluntz.","gaua"],["gauerdia","goizaldea","goiza","eguerdia","arratsaldea","iluntzea","gaua"]],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","14:00"],["14:00","19:00"],["19:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51888.20c7f3002c97eac42bcf.js b/dist/apps/processing-runtime-widget/51888.20c7f3002c97eac42bcf.js new file mode 100644 index 0000000..d3b11a5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51888.20c7f3002c97eac42bcf.js @@ -0,0 +1,2 @@ +/*! For license information please see 51888.20c7f3002c97eac42bcf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51888],{51888:function(e,$,r){r.r($);const i=void 0;$.default=["fr-BL",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51888.20c7f3002c97eac42bcf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51888.20c7f3002c97eac42bcf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51888.20c7f3002c97eac42bcf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51908.9b84aa15601dbf414d40.js b/dist/apps/processing-runtime-widget/51908.9b84aa15601dbf414d40.js new file mode 100644 index 0000000..06fa70b --- /dev/null +++ b/dist/apps/processing-runtime-widget/51908.9b84aa15601dbf414d40.js @@ -0,0 +1,2 @@ +/*! For license information please see 51908.9b84aa15601dbf414d40.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51908],{51908:function(e,a,u){u.r(a);const r=void 0;a.default=["en-MH",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/51908.9b84aa15601dbf414d40.js.LICENSE.txt b/dist/apps/processing-runtime-widget/51908.9b84aa15601dbf414d40.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/51908.9b84aa15601dbf414d40.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/51968.567469870ef8e0defb7a.js b/dist/apps/processing-runtime-widget/51968.567469870ef8e0defb7a.js new file mode 100644 index 0000000..5c222e2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/51968.567469870ef8e0defb7a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[51968],{51968:function(e,t,n){var s;n.r(t),n.d(t,{BsDatepickerConfig:function(){return b},BsDatepickerContainerComponent:function(){return le},BsDatepickerDirective:function(){return de},BsDatepickerInlineConfig:function(){return pe},BsDatepickerInlineContainerComponent:function(){return he},BsDatepickerInlineDirective:function(){return ue},BsDatepickerInputDirective:function(){return De},BsDatepickerModule:function(){return Te},BsDaterangepickerConfig:function(){return ke},BsDaterangepickerContainerComponent:function(){return me},BsDaterangepickerDirective:function(){return we},BsDaterangepickerInlineConfig:function(){return ge},BsDaterangepickerInlineContainerComponent:function(){return be},BsDaterangepickerInlineDirective:function(){return ve},BsDaterangepickerInputDirective:function(){return Se},BsLocaleService:function(){return k}});var a=n(40761),i=n(76063),o=n(19250),r=n(88553),c=n(64850),l=n(67595),d=n(89754),p=n(19501),h=n(80179),u=n(64431),g=n(35746),m=n(24219);class b{constructor(){this.adaptivePosition=!1,this.useUtc=!1,this.isAnimated=!1,this.startView="day",this.returnFocusToInput=!1,this.containerClass="theme-green",this.displayMonths=1,this.showWeekNumbers=!0,this.dateInputFormat="L",this.rangeSeparator=" - ",this.rangeInputFormat="L",this.monthTitle="MMMM",this.yearTitle="YYYY",this.dayLabel="D",this.monthLabel="MMMM",this.yearLabel="YYYY",this.weekNumbers="w",this.showTodayButton=!1,this.showClearButton=!1,this.todayPosition="center",this.clearPosition="right",this.todayButtonLabel="Today",this.clearButtonLabel="Clear",this.customRangeButtonLabel="Custom Range",this.withTimepicker=!1,this.allowedPositions=["top","bottom"]}}b.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:b,deps:[],target:a["ɵɵFactoryTarget"].Injectable}),b.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:b,providedIn:"root"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:b,decorators:[{type:a.Injectable,args:[{providedIn:"root"}]}]});const v="220ms cubic-bezier(0, 0, 0.2, 1)",y=(0,l.trigger)("datepickerAnimation",[(0,l.state)("animated-down",(0,l.style)({height:"*",overflow:"hidden"})),(0,l.transition)("* => animated-down",[(0,l.style)({height:0,overflow:"hidden"}),(0,l.animate)(v)]),(0,l.state)("animated-up",(0,l.style)({height:"*",overflow:"hidden"})),(0,l.transition)("* => animated-up",[(0,l.style)({height:"*",overflow:"hidden"}),(0,l.animate)(v)]),(0,l.transition)("* => unanimated",(0,l.animate)("0s"))]);class f{constructor(){this.containerClass="",this.customRanges=[],this.chosenRange=[],this._daysCalendarSub=new d.Subscription,this.selectedTimeSub=new d.Subscription}set minDate(e){this._effects?.setMinDate(e)}set maxDate(e){this._effects?.setMaxDate(e)}set daysDisabled(e){this._effects?.setDaysDisabled(e)}set datesDisabled(e){this._effects?.setDatesDisabled(e)}set datesEnabled(e){this._effects?.setDatesEnabled(e)}set isDisabled(e){this._effects?.setDisabled(e)}set dateCustomClasses(e){this._effects?.setDateCustomClasses(e)}set dateTooltipTexts(e){this._effects?.setDateTooltipTexts(e)}set daysCalendar$(e){this._daysCalendar$=e,this._daysCalendarSub.unsubscribe(),this._daysCalendarSub.add(this._daysCalendar$.subscribe((e=>{this.multipleCalendars=!!e&&e.length>1})))}get daysCalendar$(){return this._daysCalendar$}setViewMode(e){}navigateTo(e){}dayHoverHandler(e){}weekHoverHandler(e){}monthHoverHandler(e){}yearHoverHandler(e){}timeSelectHandler(e,t){}daySelectHandler(e){}monthSelectHandler(e){}yearSelectHandler(e){}setRangeOnCalendar(e){}setToday(){}clearDate(){}_stopPropagation(e){e.stopPropagation()}}class D{calculate(){return{type:D.CALCULATE}}format(){return{type:D.FORMAT}}flag(){return{type:D.FLAG}}select(e){return{type:D.SELECT,payload:e}}selectTime(e,t){return{type:D.SELECT_TIME,payload:{date:e,index:t}}}changeViewMode(e){return{type:D.CHANGE_VIEWMODE,payload:e}}navigateTo(e){return{type:D.NAVIGATE_TO,payload:e}}navigateStep(e){return{type:D.NAVIGATE_OFFSET,payload:e}}setOptions(e){return{type:D.SET_OPTIONS,payload:e}}selectRange(e){return{type:D.SELECT_RANGE,payload:e}}hoverDay(e){return{type:D.HOVER,payload:e.isHovered?e.cell.date:null}}minDate(e){return{type:D.SET_MIN_DATE,payload:e}}maxDate(e){return{type:D.SET_MAX_DATE,payload:e}}daysDisabled(e){return{type:D.SET_DAYSDISABLED,payload:e}}datesDisabled(e){return{type:D.SET_DATESDISABLED,payload:e}}datesEnabled(e){return{type:D.SET_DATESENABLED,payload:e}}isDisabled(e){return{type:D.SET_IS_DISABLED,payload:e}}setDateCustomClasses(e){return{type:D.SET_DATE_CUSTOM_CLASSES,payload:e}}setDateTooltipTexts(e){return{type:D.SET_DATE_TOOLTIP_TEXTS,payload:e}}setLocale(e){return{type:D.SET_LOCALE,payload:e}}}D.CALCULATE="[datepicker] calculate dates matrix",D.FORMAT="[datepicker] format datepicker values",D.FLAG="[datepicker] set flags",D.SELECT="[datepicker] select date",D.NAVIGATE_OFFSET="[datepicker] shift view date",D.NAVIGATE_TO="[datepicker] change view date",D.SET_OPTIONS="[datepicker] update render options",D.HOVER="[datepicker] hover date",D.CHANGE_VIEWMODE="[datepicker] switch view mode",D.SET_MIN_DATE="[datepicker] set min date",D.SET_MAX_DATE="[datepicker] set max date",D.SET_DAYSDISABLED="[datepicker] set days disabled",D.SET_DATESDISABLED="[datepicker] set dates disabled",D.SET_DATESENABLED="[datepicker] set dates enabled",D.SET_IS_DISABLED="[datepicker] set is disabled",D.SET_DATE_CUSTOM_CLASSES="[datepicker] set date custom classes",D.SET_DATE_TOOLTIP_TEXTS="[datepicker] set date tooltip texts",D.SET_LOCALE="[datepicker] set datepicker locale",D.SELECT_TIME="[datepicker] select time",D.SELECT_RANGE="[daterangepicker] select dates range",D.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:D,deps:[],target:a["ɵɵFactoryTarget"].Injectable}),D.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:D,providedIn:"platform"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:D,decorators:[{type:a.Injectable,args:[{providedIn:"platform"}]}]});class k{constructor(){this._defaultLocale="en",this._locale=new d.BehaviorSubject(this._defaultLocale),this._localeChange=this._locale.asObservable()}get locale(){return this._locale}get localeChange(){return this._localeChange}get currentLocale(){return this._locale.getValue()}use(e){e!==this.currentLocale&&this._locale.next(e)}}k.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:k,deps:[],target:a["ɵɵFactoryTarget"].Injectable}),k.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:k,providedIn:"platform"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:k,decorators:[{type:a.Injectable,args:[{providedIn:"platform"}]}]});class w{constructor(e,t){this._actions=e,this._localeService=t,this._subs=[]}init(e){return this._store=e,this}setValue(e){this._store?.dispatch(this._actions.select(e))}setRangeValue(e){this._store?.dispatch(this._actions.selectRange(e))}setMinDate(e){return this._store?.dispatch(this._actions.minDate(e)),this}setMaxDate(e){return this._store?.dispatch(this._actions.maxDate(e)),this}setDaysDisabled(e){return this._store?.dispatch(this._actions.daysDisabled(e)),this}setDatesDisabled(e){return this._store?.dispatch(this._actions.datesDisabled(e)),this}setDatesEnabled(e){return this._store?.dispatch(this._actions.datesEnabled(e)),this}setDisabled(e){return this._store?.dispatch(this._actions.isDisabled(e)),this}setDateCustomClasses(e){return this._store?.dispatch(this._actions.setDateCustomClasses(e)),this}setDateTooltipTexts(e){return this._store?.dispatch(this._actions.setDateTooltipTexts(e)),this}setOptions(e){const t=Object.assign({locale:this._localeService.currentLocale},e);return this._store?.dispatch(this._actions.setOptions(t)),this}setBindings(e){return this._store?(e.selectedTime=this._store.select((e=>e.selectedTime)).pipe((0,i.filter)((e=>!!e))),e.daysCalendar$=this._store.select((e=>e.flaggedMonths)).pipe((0,i.filter)((e=>!!e))),e.monthsCalendar=this._store.select((e=>e.flaggedMonthsCalendar)).pipe((0,i.filter)((e=>!!e))),e.yearsCalendar=this._store.select((e=>e.yearsCalendarFlagged)).pipe((0,i.filter)((e=>!!e))),e.viewMode=this._store.select((e=>e.view?.mode)),e.options$=(0,d.combineLatest)([this._store.select((e=>e.showWeekNumbers)),this._store.select((e=>e.displayMonths))]).pipe((0,i.map)((e=>({showWeekNumbers:e[0],displayMonths:e[1]})))),this):this}setEventHandlers(e){return e.setViewMode=e=>{this._store?.dispatch(this._actions.changeViewMode(e))},e.navigateTo=e=>{this._store?.dispatch(this._actions.navigateStep(e.step))},e.dayHoverHandler=e=>{const t=e.cell;t.isOtherMonth||t.isDisabled||(this._store?.dispatch(this._actions.hoverDay(e)),t.isHovered=e.isHovered)},e.monthHoverHandler=e=>{e.cell.isHovered=e.isHovered},e.yearHoverHandler=e=>{e.cell.isHovered=e.isHovered},this}registerDatepickerSideEffects(){return this._store?(this._subs.push(this._store.select((e=>e.view)).subscribe((()=>{this._store?.dispatch(this._actions.calculate())}))),this._subs.push(this._store.select((e=>e.monthsModel)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.format())))),this._subs.push(this._store.select((e=>e.formattedMonths)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.selectedDate)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.selectedRange)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.monthsCalendar)).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.yearsCalendarModel)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.hoveredDate)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.dateCustomClasses)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._store.select((e=>e.dateTooltipTexts)).pipe((0,i.filter)((e=>!!e))).subscribe((()=>this._store?.dispatch(this._actions.flag())))),this._subs.push(this._localeService.localeChange.subscribe((e=>this._store?.dispatch(this._actions.setLocale(e))))),this):this}destroy(){for(const e of this._subs)e.unsubscribe()}}w.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:w,deps:[{token:D},{token:k}],target:a["ɵɵFactoryTarget"].Injectable}),w.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:w,providedIn:"platform"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:w,decorators:[{type:a.Injectable,args:[{providedIn:"platform"}]}],ctorParameters:function(){return[{type:D},{type:k}]}});const C={date:new Date,mode:"day"},_=Object.assign(new b,{locale:"en",view:C,selectedRange:[],selectedTime:[],monthViewOptions:{width:7,height:6}});function S(e,t){if((0,o.isFirstDayOfWeek)(e,t.firstDayOfWeek))return e;const n=function(e,t){const n=Number(t);if(isNaN(n))return 0;if(0===n)return e;const s=e-n%7;return s<0?s+7:s}((0,o.getDay)(e),t.firstDayOfWeek);return(0,o.shiftDate)(e,{day:-n})}function T(e,t,n){const s=t&&(0,o.isBefore)((0,o.endOf)(e,"month"),t,"day"),a=n&&(0,o.isAfter)((0,o.startOf)(e,"month"),n,"day");return s||a||!1}function I(e,t,n){const s=t&&(0,o.isBefore)((0,o.endOf)(e,"year"),t,"day"),a=n&&(0,o.isAfter)((0,o.startOf)(e,"year"),n,"day");return s||a||!1}function V(e,t,n){return!!(t&&(0,o.isArray)(t)&&t.length)&&(n&&"year"===n&&!t[0].getDate()?t.some((t=>(0,o.isSame)(e,t,"year"))):t.some((t=>(0,o.isSame)(e,t,"date"))))}function x(e,t,n){return!!(t&&(0,o.isArray)(t)&&t.length)&&!t.some((t=>(0,o.isSame)(e,t,n||"date")))}function R(e,t=0){const n=e&&e.yearsCalendarModel&&e.yearsCalendarModel[t];return n?.years[0]&&n.years[0][0]&&n.years[0][0].date}function E(e,t){return e&&t&&(e.length||e[0].value)?(e.forEach((n=>n&&n.value?n.value instanceof Date?e:n.value instanceof Array&&n.value.length?(n.value=O(n.value,t),e):e:e)),e):e}function M(e,t){return e&&t?e instanceof Array&&!e.length||e instanceof Date?e:O(e,t):e}function O(e,t){if(e instanceof Array){return e.map((e=>e?((0,o.isAfter)(e,t,"date")&&(e=t),e):e))}return e}function A(e){return e?F(e):e}function H(e){return e?.length?(e.map((e=>e?F(e):e)),e):e}function F(e){const t=new Date;return e.setMilliseconds(t.getMilliseconds()),e.setSeconds(t.getSeconds()),e.setMinutes(t.getMinutes()),e.setHours(t.getHours()),e}function $(e,t){let n=e.initialDate;const s=new Array(e.height);for(let a=0;ae)),month:n}}function L(e){const t=(0,o.getLocale)(e),n=t.weekdaysShort(),s=t.firstDayOfWeek();return[...n.slice(s),...n.slice(0,s)]}function N(e,t){return!t||e>=t}const B={month:1};function j(e,t){return{months:$({width:3,height:4,initialDate:(0,o.startOf)(e,"year"),shift:B},(e=>({date:e,label:(0,o.formatDate)(e,t.monthLabel,t.locale)}))),monthTitle:"",yearTitle:(0,o.formatDate)(e,t.yearTitle,t.locale),hideRightArrow:!1,hideLeftArrow:!1,disableRightArrow:!1,disableLeftArrow:!1}}const W=16,Y=-1*(Math.floor(8)-1),G={year:1};function U(e,t,n){const s=function(e,t){if(t&&e.getFullYear()>=t.getFullYear()&&e.getFullYear()({date:e,label:(0,o.formatDate)(e,t.yearLabel,t.locale)}))),i=function(e,t){const n=(0,o.formatDate)(e[0][0].date,t.yearTitle,t.locale),s=(0,o.formatDate)(e[3][3].date,t.yearTitle,t.locale);return`${n} - ${s}`}(a,t);return{years:a,monthTitle:"",yearTitle:i,hideLeftArrow:!1,hideRightArrow:!1,disableLeftArrow:!1,disableRightArrow:!1}}function Q(e,t){e&&isNaN(e.getTime())&&(e.setHours(t.getHours()),e.setMinutes(t.getMinutes()),e.setSeconds(t.getSeconds()),e.setMilliseconds(t.getMilliseconds()))}function q(e=_,t){switch(t.type){case D.CALCULATE:return function(e){if(!e.view)return e;let t;t=e.displayOneMonthRange&&X(e.view.date,e.minDate,e.maxDate)?1:e.displayMonths||1;let n=e.view.date;if("day"===e.view.mode&&e.monthViewOptions){e.showPreviousMonth&&e.selectedRange&&0===e.selectedRange.length&&(n=(0,o.shiftDate)(n,{month:-1})),e.monthViewOptions.firstDayOfWeek=(0,o.getLocale)(e.locale).firstDayOfWeek();let s=new Array(t);for(let a=0;ae.monthViewOptions?P(t.month,e.monthViewOptions):null)).filter((e=>null!==e)))}return Object.assign({},e,{monthsModel:s})}if("month"===e.view.mode){const s=new Array(t);for(let a=0;afunction(e,t,n){return{month:e.month,monthTitle:(0,o.formatDate)(e.month,t.monthTitle,t.locale),yearTitle:(0,o.formatDate)(e.month,t.yearTitle,t.locale),weekNumbers:(s=e.daysMatrix,a=t.weekNumbers,i=t.locale,s.map((e=>e[0]?(0,o.formatDate)(e[0],a,i):""))),weekdays:L(t.locale),weeks:e.daysMatrix.map(((e,s)=>({days:e.map(((e,a)=>({date:e,label:(0,o.formatDate)(e,t.dayLabel,t.locale),monthIndex:n,weekIndex:s,dayIndex:a})))}))),hideLeftArrow:!1,hideRightArrow:!1,disableLeftArrow:!1,disableRightArrow:!1};var s,a,i}(t,K(e),n)));return Object.assign({},e,{formattedMonths:t})}const t=e.displayMonths||1;let n=e.view.date;if("month"===e.view.mode){const s=new Array(t);for(let a=0;afunction(e,t){return e.weeks.forEach((n=>{n.days.forEach(((s,a)=>{const i=!(0,o.isSameMonth)(s.date,e.month),r=!i&&(0,o.isSameDay)(s.date,t.hoveredDate),c=!i&&t.selectedRange&&(0,o.isSameDay)(s.date,t.selectedRange[0]),l=!i&&t.selectedRange&&(0,o.isSameDay)(s.date,t.selectedRange[1]),d=!i&&(0,o.isSameDay)(s.date,t.selectedDate)||c||l,p=!i&&t.selectedRange&&(y=s.date,f=t.selectedRange,D=t.hoveredDate,!!(y&&f&&f[0])&&(f[1]?y>f[0]&&y<=f[1]:!!D&&y>f[0]&&y<=D)),h=t.isDisabled||(0,o.isBefore)(s.date,t.minDate,"day")||(0,o.isAfter)(s.date,t.maxDate,"day")||(0,o.isDisabledDay)(s.date,t.daysDisabled)||V(s.date,t.datesDisabled)||x(s.date,t.datesEnabled),u=new Date,g=!i&&(0,o.isSameDay)(s.date,u),m=t.dateCustomClasses&&t.dateCustomClasses.map((e=>(0,o.isSameDay)(s.date,e.date)?e.classes:[])).reduce(((e,t)=>e.concat(t)),[]).join(" ")||"",b=t.dateTooltipTexts&&t.dateTooltipTexts.map((e=>(0,o.isSameDay)(s.date,e.date)?e.tooltipText:"")).reduce(((e,t)=>(e.push(t),e)),[]).join(" ")||"",v=Object.assign({},s,{isOtherMonth:i,isHovered:r,isSelected:d,isSelectionStart:c,isSelectionEnd:l,isInRange:p,isDisabled:h,isToday:g,customClasses:m,tooltipText:b});var y,f,D;s.isOtherMonth===v.isOtherMonth&&s.isHovered===v.isHovered&&s.isSelected===v.isSelected&&s.isSelectionStart===v.isSelectionStart&&s.isSelectionEnd===v.isSelectionEnd&&s.isDisabled===v.isDisabled&&s.isInRange===v.isInRange&&s.customClasses===v.customClasses&&s.tooltipText===v.tooltipText||(n.days[a]=v)}))})),e.hideLeftArrow=t.isDisabled||!!t.monthIndex&&t.monthIndex>0&&t.monthIndex!==t.displayMonths,e.hideRightArrow=t.isDisabled||(!!t.monthIndex||0===t.monthIndex)&&!!t.displayMonths&&t.monthIndex{return a=n,i={isDisabled:e.isDisabled,minDate:e.minDate,maxDate:e.maxDate,hoveredMonth:e.hoveredMonth,selectedDate:e.selectedDate,datesDisabled:e.datesDisabled,datesEnabled:e.datesEnabled,selectedRange:e.selectedRange,displayMonths:t,monthIndex:s},a.months.forEach(((e,t)=>{e.forEach(((e,n)=>{let s;const r=(0,o.isSameMonth)(e.date,i.hoveredMonth),c=i.isDisabled||V(e.date,i.datesDisabled)||x(e.date,i.datesEnabled,"month")||T(e.date,i.minDate,i.maxDate);!i.selectedDate&&i.selectedRange?(s=(0,o.isSameMonth)(e.date,i.selectedRange[0]),s||(s=(0,o.isSameMonth)(e.date,i.selectedRange[1]))):s=(0,o.isSameMonth)(e.date,i.selectedDate);const l=Object.assign(e,{isHovered:r,isDisabled:c,isSelected:s});e.isHovered===l.isHovered&&e.isDisabled===l.isDisabled&&e.isSelected===l.isSelected||(a.months[t][n]=l)}))})),a.hideLeftArrow=!!i.monthIndex&&i.monthIndex>0&&i.monthIndex!==i.displayMonths,a.hideRightArrow=(!!i.monthIndex||0===i.monthIndex)&&(!!i.displayMonths||0===i.displayMonths)&&i.monthIndexfunction(e,t){e.years.forEach(((n,s)=>{n.forEach(((n,a)=>{let i;const r=(0,o.isSameYear)(n.date,t.hoveredYear),c=t.isDisabled||V(n.date,t.datesDisabled,"year")||x(n.date,t.datesEnabled,"year")||I(n.date,t.minDate,t.maxDate);!t.selectedDate&&t.selectedRange?(i=(0,o.isSameYear)(n.date,t.selectedRange[0]),i||(i=(0,o.isSameYear)(n.date,t.selectedRange[1]))):i=(0,o.isSameYear)(n.date,t.selectedDate);const l=Object.assign(n,{isHovered:r,isDisabled:c,isSelected:i});n.isHovered===l.isHovered&&n.isDisabled===l.isDisabled&&n.isSelected===l.isSelected||(e.years[s][a]=l)}))})),e.hideLeftArrow=!!t.yearIndex&&t.yearIndex>0&&t.yearIndex!==t.displayMonths,e.hideRightArrow=!!t.yearIndex&&!!t.displayMonths&&t.yearIndexe))),n.value instanceof Date&&(n.selectedDate=n.value,n.selectedTime=[n.value])),Object.assign({},e,n)}case D.SELECT_RANGE:{if(!e.view)return e;const n={selectedRange:t.payload,view:e.view};n.selectedRange?.forEach(((t,n)=>{if(Array.isArray(e.selectedTime)){const s=e.selectedTime[n];s&&Q(t,s)}}));const s=e.view.mode,a=z(t.payload&&t.payload[0]||e.view.date,e.minDate,e.maxDate);return n.view={mode:s,date:a},Object.assign({},e,n)}case D.SET_MIN_DATE:return Object.assign({},e,{minDate:t.payload});case D.SET_MAX_DATE:return Object.assign({},e,{maxDate:t.payload});case D.SET_IS_DISABLED:return Object.assign({},e,{isDisabled:t.payload});case D.SET_DATE_CUSTOM_CLASSES:return Object.assign({},e,{dateCustomClasses:t.payload});case D.SET_DATE_TOOLTIP_TEXTS:return Object.assign({},e,{dateTooltipTexts:t.payload});default:return e}}function K(e){return{locale:e.locale,monthTitle:e.monthTitle,yearTitle:e.yearTitle,dayLabel:e.dayLabel,monthLabel:e.monthLabel,yearLabel:e.yearLabel,weekNumbers:e.weekNumbers}}function z(e,t,n){const s=Array.isArray(e)?e[0]:e;return t&&(0,o.isAfter)(t,s,"day")?t:n&&(0,o.isBefore)(n,s,"day")?n:s}function X(e,t,n){return!(!n||!(0,o.isSame)(n,e,"day"))||t&&n&&t.getMonth()===n.getMonth()}class J extends p.MiniStore{constructor(){const e=new d.BehaviorSubject({type:"[datepicker] dispatcher init"});super(e,q,new p.MiniState(_,e,q))}}J.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:J,deps:[],target:a["ɵɵFactoryTarget"].Injectable}),J.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:J,providedIn:"platform"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:J,decorators:[{type:a.Injectable,args:[{providedIn:"platform"}]}],ctorParameters:function(){return[]}});class Z{constructor(){this.onSelect=new a.EventEmitter}selectFromRanges(e){this.onSelect.emit(e)}}var ee;Z.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Z,deps:[],target:a["ɵɵFactoryTarget"].Component}),Z.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:Z,selector:"bs-custom-date-view",inputs:{ranges:"ranges",selectedRange:"selectedRange",customRangeLabel:"customRangeLabel"},outputs:{onSelect:"onSelect"},ngImport:s||(s=n.t(a,2)),template:'\n
    \n \n
    \n ',isInline:!0,dependencies:[{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]}],changeDetection:a.ChangeDetectionStrategy.OnPush}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Z,decorators:[{type:a.Component,args:[{selector:"bs-custom-date-view",template:'\n
    \n \n
    \n ',changeDetection:a.ChangeDetectionStrategy.OnPush}]}],propDecorators:{ranges:[{type:a.Input}],selectedRange:[{type:a.Input}],customRangeLabel:[{type:a.Input}],onSelect:[{type:a.Output}]}}),function(e){e[e.UP=0]="UP",e[e.DOWN=1]="DOWN"}(ee||(ee={}));class te{}te.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:te,deps:[],target:a["ɵɵFactoryTarget"].Component}),te.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:te,selector:"bs-current-date",inputs:{title:"title"},ngImport:s||(s=n.t(a,2)),template:'
    {{ title }}
    ',isInline:!0}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:te,decorators:[{type:a.Component,args:[{selector:"bs-current-date",template:'
    {{ title }}
    '}]}],propDecorators:{title:[{type:a.Input}]}});class ne{constructor(){this.ampm="ok",this.hours=0,this.minutes=0}}ne.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ne,deps:[],target:a["ɵɵFactoryTarget"].Component}),ne.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ne,selector:"bs-timepicker",ngImport:s||(s=n.t(a,2)),template:'\n
    \n
    \n \n \n \n
    \n
    \n \n \n \n
    \n \n
    \n ',isInline:!0}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ne,decorators:[{type:a.Component,args:[{selector:"bs-timepicker",template:'\n
    \n
    \n \n \n \n
    \n
    \n \n \n \n
    \n \n
    \n '}]}]});class se{}se.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:se,deps:[],target:a["ɵɵFactoryTarget"].Component}),se.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:se,selector:"bs-calendar-layout",ngImport:s||(s=n.t(a,2)),template:'\n \x3c!-- current date, will be added in nearest releases --\x3e\n \n\n \x3c!--navigation--\x3e\n
    \n \n
    \n\n
    \n \n
    \n\n \x3c!--timepicker--\x3e\n \n ',isInline:!0,dependencies:[{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"component",type:te,selector:"bs-current-date",inputs:["title"]},{kind:"component",type:ne,selector:"bs-timepicker"}]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:se,decorators:[{type:a.Component,args:[{selector:"bs-calendar-layout",template:'\n \x3c!-- current date, will be added in nearest releases --\x3e\n \n\n \x3c!--navigation--\x3e\n
    \n \n
    \n\n
    \n \n
    \n\n \x3c!--timepicker--\x3e\n \n '}]}]});class ae{constructor(e,t,n){this._config=e,this._elRef=t,this._renderer=n,this.day={date:new Date,label:""}}ngOnInit(){this.day?.isToday&&this._config&&this._config.customTodayClass&&this._renderer.addClass(this._elRef.nativeElement,this._config.customTodayClass),"string"==typeof this.day?.customClasses&&this.day?.customClasses.split(" ").filter((e=>e)).forEach((e=>{this._renderer.addClass(this._elRef.nativeElement,e)}))}}ae.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ae,deps:[{token:b},{token:a.ElementRef},{token:a.Renderer2}],target:a["ɵɵFactoryTarget"].Component}),ae.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ae,selector:"[bsDatepickerDayDecorator]",inputs:{day:"day"},host:{properties:{"class.disabled":"day.isDisabled","class.is-highlighted":"day.isHovered","class.is-other-month":"day.isOtherMonth","class.is-active-other-month":"day.isOtherMonthHovered","class.in-range":"day.isInRange","class.select-start":"day.isSelectionStart","class.select-end":"day.isSelectionEnd","class.selected":"day.isSelected"}},ngImport:s||(s=n.t(a,2)),template:"{{ day && day.label || '' }}",isInline:!0,changeDetection:a.ChangeDetectionStrategy.OnPush}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ae,decorators:[{type:a.Component,args:[{selector:"[bsDatepickerDayDecorator]",changeDetection:a.ChangeDetectionStrategy.OnPush,host:{"[class.disabled]":"day.isDisabled","[class.is-highlighted]":"day.isHovered","[class.is-other-month]":"day.isOtherMonth","[class.is-active-other-month]":"day.isOtherMonthHovered","[class.in-range]":"day.isInRange","[class.select-start]":"day.isSelectionStart","[class.select-end]":"day.isSelectionEnd","[class.selected]":"day.isSelected"},template:"{{ day && day.label || '' }}"}]}],ctorParameters:function(){return[{type:b},{type:a.ElementRef},{type:a.Renderer2}]},propDecorators:{day:[{type:a.Input}]}});class ie{constructor(){this.onNavigate=new a.EventEmitter,this.onViewMode=new a.EventEmitter}navTo(e){this.onNavigate.emit(e?ee.DOWN:ee.UP)}view(e){this.onViewMode.emit(e)}}ie.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ie,deps:[],target:a["ɵɵFactoryTarget"].Component}),ie.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ie,selector:"bs-datepicker-navigation-view",inputs:{calendar:"calendar"},outputs:{onNavigate:"onNavigate",onViewMode:"onViewMode"},ngImport:s||(s=n.t(a,2)),template:'\n \n\n \n ​ \x3c!-- zero-width space needed for correct alignment\n with preserveWhitespaces: false in Angular --\x3e\n\n \n \n\n ​ \x3c!-- zero-width space needed for correct alignment\n with preserveWhitespaces: false in Angular --\x3e\n\n \n\n ​ \x3c!-- zero-width space needed for correct alignment\n with preserveWhitespaces: false in Angular --\x3e\n\n \n ',isInline:!0,dependencies:[{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}],changeDetection:a.ChangeDetectionStrategy.OnPush}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ie,decorators:[{type:a.Component,args:[{selector:"bs-datepicker-navigation-view",changeDetection:a.ChangeDetectionStrategy.OnPush,template:'\n \n\n \n ​ \x3c!-- zero-width space needed for correct alignment\n with preserveWhitespaces: false in Angular --\x3e\n\n \n \n\n ​ \x3c!-- zero-width space needed for correct alignment\n with preserveWhitespaces: false in Angular --\x3e\n\n \n\n ​ \x3c!-- zero-width space needed for correct alignment\n with preserveWhitespaces: false in Angular --\x3e\n\n \n '}]}],propDecorators:{calendar:[{type:a.Input}],onNavigate:[{type:a.Output}],onViewMode:[{type:a.Output}]}});class oe{constructor(e){this._config=e,this.onNavigate=new a.EventEmitter,this.onViewMode=new a.EventEmitter,this.onSelect=new a.EventEmitter,this.onHover=new a.EventEmitter,this.onHoverWeek=new a.EventEmitter,this.isiOS=/iPad|iPhone|iPod/.test(navigator.platform)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,this._config.dateTooltipTexts&&this._config.dateTooltipTexts.length>0&&(this.isShowTooltip=!0)}navigateTo(e){const t=ee.DOWN===e?-1:1;this.onNavigate.emit({step:{month:t}})}changeViewMode(e){this.onViewMode.emit(e)}selectDay(e){this.onSelect.emit(e)}selectWeek(e){if(!this._config.selectWeek&&!this._config.selectWeekDateRange)return;if(0===e.days.length)return;if(this._config.selectWeek&&e.days[0]&&!e.days[0].isDisabled&&this._config.selectFromOtherMonth)return void this.onSelect.emit(e.days[0]);const t=e.days.find((e=>(this._config.selectFromOtherMonth||!e.isOtherMonth)&&!e.isDisabled));if(this.onSelect.emit(t),this._config.selectWeekDateRange){const t=e.days.slice(0).reverse().find((e=>(this._config.selectFromOtherMonth||!e.isOtherMonth)&&!e.isDisabled));this.onSelect.emit(t)}}weekHoverHandler(e,t){if(!this._config.selectWeek&&!this._config.selectWeekDateRange)return;e.days.find((e=>(this._config.selectFromOtherMonth||!e.isOtherMonth)&&!e.isDisabled))&&(e.isHovered=t,this.isWeekHovered=t,this.onHoverWeek.emit(e))}hoverDay(e,t){this._config.selectFromOtherMonth&&e.isOtherMonth&&(e.isOtherMonthHovered=t),this._config.dateTooltipTexts&&(e.tooltipText="",this._config.dateTooltipTexts.forEach((t=>{(0,o.isSameDay)(t.date,e.date)&&(e.tooltipText=t.tooltipText)}))),this.onHover.emit({cell:e,isHovered:t})}}oe.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:oe,deps:[{token:b}],target:a["ɵɵFactoryTarget"].Component}),oe.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:oe,selector:"bs-days-calendar-view",inputs:{calendar:"calendar",options:"options"},outputs:{onNavigate:"onNavigate",onViewMode:"onViewMode",onSelect:"onSelect",onHover:"onHover",onHoverWeek:"onHoverWeek"},ngImport:s||(s=n.t(a,2)),template:'\n \n \n \x3c!--days matrix--\x3e\n \n \n \n \x3c!--if show weeks--\x3e\n \n \n \n \n \n \n \n \n \n \n
    {{ calendar.weekdays[i] }}\n
    \n {{ calendar.weekNumbers[i] }}\n {{ calendar.weekNumbers[i] }}\n \n\n \x3c!-- When we want to show tooltips for dates --\x3e\n {{ day.label }} 3\n \x3c!-- When tooltips for dates are disabled --\x3e\n {{ day.label }} 2\n\n \x3c!-- For mobile iOS view, tooltips are not needed --\x3e\n {{ day.label }} 1\n
    \n\n
    \n ',isInline:!0,dependencies:[{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:u.TooltipDirective,selector:"[tooltip], [tooltipHtml]",inputs:["adaptivePosition","tooltip","placement","triggers","container","containerClass","boundariesElement","isOpen","isDisabled","delay","tooltipHtml","tooltipPlacement","tooltipIsOpen","tooltipEnable","tooltipAppendToBody","tooltipAnimation","tooltipClass","tooltipContext","tooltipPopupDelay","tooltipFadeDuration","tooltipTrigger"],outputs:["tooltipChange","onShown","onHidden","tooltipStateChanged"],exportAs:["bs-tooltip"]},{kind:"component",type:se,selector:"bs-calendar-layout"},{kind:"component",type:ae,selector:"[bsDatepickerDayDecorator]",inputs:["day"]},{kind:"component",type:ie,selector:"bs-datepicker-navigation-view",inputs:["calendar"],outputs:["onNavigate","onViewMode"]}]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:oe,decorators:[{type:a.Component,args:[{selector:"bs-days-calendar-view",template:'\n \n \n \x3c!--days matrix--\x3e\n \n \n \n \x3c!--if show weeks--\x3e\n \n \n \n \n \n \n \n \n \n \n
    {{ calendar.weekdays[i] }}\n
    \n {{ calendar.weekNumbers[i] }}\n {{ calendar.weekNumbers[i] }}\n \n\n \x3c!-- When we want to show tooltips for dates --\x3e\n {{ day.label }} 3\n \x3c!-- When tooltips for dates are disabled --\x3e\n {{ day.label }} 2\n\n \x3c!-- For mobile iOS view, tooltips are not needed --\x3e\n {{ day.label }} 1\n
    \n\n
    \n '}]}],ctorParameters:function(){return[{type:b}]},propDecorators:{calendar:[{type:a.Input}],options:[{type:a.Input}],onNavigate:[{type:a.Output}],onViewMode:[{type:a.Output}],onSelect:[{type:a.Output}],onHover:[{type:a.Output}],onHoverWeek:[{type:a.Output}]}});class re{constructor(){this.onNavigate=new a.EventEmitter,this.onViewMode=new a.EventEmitter,this.onSelect=new a.EventEmitter,this.onHover=new a.EventEmitter}navigateTo(e){const t=ee.DOWN===e?-1:1;this.onNavigate.emit({step:{year:t}})}viewMonth(e){this.onSelect.emit(e)}hoverMonth(e,t){this.onHover.emit({cell:e,isHovered:t})}changeViewMode(e){this.onViewMode.emit(e)}}re.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:re,deps:[],target:a["ɵɵFactoryTarget"].Component}),re.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:re,selector:"bs-month-calendar-view",inputs:{calendar:"calendar"},outputs:{onNavigate:"onNavigate",onViewMode:"onViewMode",onSelect:"onSelect",onHover:"onHover"},ngImport:s||(s=n.t(a,2)),template:'\n \n \n\n \n \n \n \n \n \n
    \n {{ month.label }}\n
    \n
    \n ',isInline:!0,dependencies:[{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"component",type:se,selector:"bs-calendar-layout"},{kind:"component",type:ie,selector:"bs-datepicker-navigation-view",inputs:["calendar"],outputs:["onNavigate","onViewMode"]}]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:re,decorators:[{type:a.Component,args:[{selector:"bs-month-calendar-view",template:'\n \n \n\n \n \n \n \n \n \n
    \n {{ month.label }}\n
    \n
    \n '}]}],propDecorators:{calendar:[{type:a.Input}],onNavigate:[{type:a.Output}],onViewMode:[{type:a.Output}],onSelect:[{type:a.Output}],onHover:[{type:a.Output}]}});class ce{constructor(){this.onNavigate=new a.EventEmitter,this.onViewMode=new a.EventEmitter,this.onSelect=new a.EventEmitter,this.onHover=new a.EventEmitter}navigateTo(e){const t=ee.DOWN===e?-1:1;this.onNavigate.emit({step:{year:t*W}})}viewYear(e){this.onSelect.emit(e)}hoverYear(e,t){this.onHover.emit({cell:e,isHovered:t})}changeViewMode(e){this.onViewMode.emit(e)}}ce.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ce,deps:[],target:a["ɵɵFactoryTarget"].Component}),ce.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:ce,selector:"bs-years-calendar-view",inputs:{calendar:"calendar"},outputs:{onNavigate:"onNavigate",onViewMode:"onViewMode",onSelect:"onSelect",onHover:"onHover"},ngImport:s||(s=n.t(a,2)),template:'\n \n \n\n \n \n \n \n \n \n
    \n {{ year.label }}\n
    \n
    \n ',isInline:!0,dependencies:[{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"component",type:se,selector:"bs-calendar-layout"},{kind:"component",type:ie,selector:"bs-datepicker-navigation-view",inputs:["calendar"],outputs:["onNavigate","onViewMode"]}]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ce,decorators:[{type:a.Component,args:[{selector:"bs-years-calendar-view",template:'\n \n \n\n \n \n \n \n \n \n
    \n {{ year.label }}\n
    \n
    \n '}]}],propDecorators:{calendar:[{type:a.Input}],onNavigate:[{type:a.Output}],onViewMode:[{type:a.Output}],onSelect:[{type:a.Output}],onHover:[{type:a.Output}]}});class le extends f{constructor(e,t,n,s,i,o,r){super(),this._config=t,this._store=n,this._element=s,this._actions=i,this._positionService=r,this.valueChange=new a.EventEmitter,this.animationState="void",this.isRangePicker=!1,this._subs=[],this._effects=o,e.setStyle(s.nativeElement,"display","block"),e.setStyle(s.nativeElement,"position","absolute")}set value(e){this._effects?.setValue(e)}ngOnInit(){let e;this._positionService.setOptions({modifiers:{flip:{enabled:this._config.adaptivePosition},preventOverflow:{enabled:this._config.adaptivePosition}},allowedPositions:this._config.allowedPositions}),this._positionService.event$?.pipe((0,i.take)(1)).subscribe((()=>{this._positionService.disable(),this._config.isAnimated?this.animationState=this.isTopPosition?"animated-up":"animated-down":this.animationState="unanimated"})),this.isOtherMonthsActive=this._config.selectFromOtherMonth,this.containerClass=this._config.containerClass,this.showTodayBtn=this._config.showTodayButton,this.todayBtnLbl=this._config.todayButtonLabel,this.todayPos=this._config.todayPosition,this.showClearBtn=this._config.showClearButton,this.clearBtnLbl=this._config.clearButtonLabel,this.clearPos=this._config.clearPosition,this.customRangeBtnLbl=this._config.customRangeButtonLabel,this.withTimepicker=this._config.withTimepicker,this._effects?.init(this._store).setOptions(this._config).setBindings(this).setEventHandlers(this).registerDatepickerSideEffects(),this._subs.push(this._store.select((e=>e.selectedDate)).subscribe((t=>{e=t,this.valueChange.emit(t)}))),this._subs.push(this._store.select((e=>e.selectedTime)).subscribe((t=>{t[0]&&t[0]instanceof Date&&t[0]!==e&&this.valueChange.emit(t[0])}))),this._store.dispatch(this._actions.changeViewMode(this._config.startView))}ngAfterViewInit(){this.selectedTimeSub.add(this.selectedTime?.subscribe((e=>{Array.isArray(e)&&e.length>=1&&this.startTimepicker?.writeValue(e[0])}))),this.startTimepicker?.registerOnChange((e=>{this.timeSelectHandler(e,0)}))}get isTopPosition(){return this._element.nativeElement.classList.contains("top")}positionServiceEnable(){this._positionService.enable()}timeSelectHandler(e,t){this._store.dispatch(this._actions.selectTime(e,t))}daySelectHandler(e){if(!e)return;(this.isOtherMonthsActive?e.isDisabled:e.isOtherMonth||e.isDisabled)||this._store.dispatch(this._actions.select(e.date))}monthSelectHandler(e){e&&!e.isDisabled&&this._store.dispatch(this._actions.navigateTo({unit:{month:(0,o.getMonth)(e.date),year:(0,o.getFullYear)(e.date)},viewMode:"day"}))}yearSelectHandler(e){e&&!e.isDisabled&&this._store.dispatch(this._actions.navigateTo({unit:{year:(0,o.getFullYear)(e.date)},viewMode:"month"}))}setToday(){this._store.dispatch(this._actions.select(new Date))}clearDate(){this._store.dispatch(this._actions.select(void 0))}ngOnDestroy(){for(const e of this._subs)e.unsubscribe();this.selectedTimeSub.unsubscribe(),this._effects?.destroy()}}le.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:le,deps:[{token:a.Renderer2},{token:b},{token:J},{token:a.ElementRef},{token:D},{token:w},{token:r.PositioningService}],target:a["ɵɵFactoryTarget"].Component}),le.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:le,selector:"bs-datepicker-container",host:{attributes:{role:"dialog","aria-label":"calendar"},listeners:{click:"_stopPropagation($event)"},classAttribute:"bottom"},providers:[J,w],viewQueries:[{propertyName:"startTimepicker",first:!0,predicate:["startTP"],descendants:!0}],usesInheritance:!0,ngImport:s||(s=n.t(a,2)),template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:h.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:h.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:h.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"component",type:c.TimepickerComponent,selector:"timepicker",inputs:["hourStep","minuteStep","secondsStep","readonlyInput","disabled","mousewheel","arrowkeys","showSpinners","showMeridian","showMinutes","showSeconds","meridians","min","max","hoursPlaceholder","minutesPlaceholder","secondsPlaceholder"],outputs:["isValid","meridianChange"]},{kind:"component",type:Z,selector:"bs-custom-date-view",inputs:["ranges","selectedRange","customRangeLabel"],outputs:["onSelect"]},{kind:"component",type:oe,selector:"bs-days-calendar-view",inputs:["calendar","options"],outputs:["onNavigate","onViewMode","onSelect","onHover","onHoverWeek"]},{kind:"component",type:re,selector:"bs-month-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"component",type:ce,selector:"bs-years-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"pipe",type:h.AsyncPipe,name:"async"}],animations:[y]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:le,decorators:[{type:a.Component,args:[{selector:"bs-datepicker-container",providers:[J,w],host:{class:"bottom","(click)":"_stopPropagation($event)",role:"dialog","aria-label":"calendar"},animations:[y],template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:a.Renderer2},{type:b},{type:J},{type:a.ElementRef},{type:D},{type:w},{type:r.PositioningService}]},propDecorators:{startTimepicker:[{type:a.ViewChild,args:["startTP"]}]}});class de{constructor(e,t,n,s,i){this._config=e,this._elementRef=t,this._renderer=n,this.placement="bottom",this.triggers="click",this.outsideClick=!0,this.container="body",this.outsideEsc=!0,this.isDestroy$=new d.Subject,this.isDisabled=!1,this.bsValueChange=new a.EventEmitter,this._subs=[],this._dateInputFormat$=new d.Subject,Object.assign(this,this._config),this._datepicker=i.createLoader(t,s,n),this.onShown=this._datepicker.onShown,this.onHidden=this._datepicker.onHidden,this.isOpen$=new d.BehaviorSubject(this.isOpen)}get isOpen(){return this._datepicker.isShown}set isOpen(e){this.isOpen$.next(e)}set bsValue(e){if(!this._bsValue||!e||this._bsValue.getTime()!==e.getTime()){if(!this._bsValue&&e&&!this._config.withTimepicker){Q(e,new Date)}e&&this.bsConfig?.initCurrentTime&&(e=A(e)),this._bsValue=e,this.bsValueChange.emit(e)}}get dateInputFormat$(){return this._dateInputFormat$}ngOnInit(){this._datepicker.listen({outsideClick:this.outsideClick,outsideEsc:this.outsideEsc,triggers:this.triggers,show:()=>this.show()}),this.setConfig()}ngOnChanges(e){e.bsConfig&&(e.bsConfig.currentValue?.initCurrentTime&&e.bsConfig.currentValue?.initCurrentTime!==e.bsConfig.previousValue?.initCurrentTime&&this._bsValue&&(this._bsValue=A(this._bsValue),this.bsValueChange.emit(this._bsValue)),this.setConfig(),this._dateInputFormat$.next(this.bsConfig&&this.bsConfig.dateInputFormat)),this._datepickerRef&&this._datepickerRef.instance&&(e.minDate&&(this._datepickerRef.instance.minDate=this.minDate),e.maxDate&&(this._datepickerRef.instance.maxDate=this.maxDate),e.daysDisabled&&(this._datepickerRef.instance.daysDisabled=this.daysDisabled),e.datesDisabled&&(this._datepickerRef.instance.datesDisabled=this.datesDisabled),e.datesEnabled&&(this._datepickerRef.instance.datesEnabled=this.datesEnabled),e.isDisabled&&(this._elementRef?.nativeElement&&this._elementRef.nativeElement.setAttribute("readonly",this.isDisabled),this._datepickerRef.instance.isDisabled=this.isDisabled),e.dateCustomClasses&&(this._datepickerRef.instance.dateCustomClasses=this.dateCustomClasses),e.dateTooltipTexts&&(this._datepickerRef.instance.dateTooltipTexts=this.dateTooltipTexts))}initSubscribes(){this._subs.push(this.bsValueChange.subscribe((e=>{this._datepickerRef&&(this._datepickerRef.instance.value=e)}))),this._datepickerRef&&this._subs.push(this._datepickerRef.instance.valueChange.subscribe((e=>{this.bsValue=e,this.hide()})))}ngAfterViewInit(){this.isOpen$.pipe((0,i.filter)((e=>e!==this.isOpen)),(0,i.takeUntil)(this.isDestroy$)).subscribe((()=>this.toggle()))}show(){this._datepicker.isShown||(this.setConfig(),this._datepickerRef=this._datepicker.provide({provide:b,useValue:this._config}).attach(le).to(this.container).position({attachment:this.placement}).show({placement:this.placement}),this.initSubscribes())}hide(){this.isOpen&&this._datepicker.hide();for(const e of this._subs)e.unsubscribe();this._config.returnFocusToInput&&this._renderer.selectRootElement(this._elementRef.nativeElement).focus()}toggle(){if(this.isOpen)return this.hide();this.show()}setConfig(){this._config=Object.assign({},this._config,this.bsConfig,{value:M(this._bsValue,this.maxDate||this.bsConfig&&this.bsConfig.maxDate),isDisabled:this.isDisabled,minDate:this.minDate||this.bsConfig&&this.bsConfig.minDate,maxDate:this.maxDate||this.bsConfig&&this.bsConfig.maxDate,daysDisabled:this.daysDisabled||this.bsConfig&&this.bsConfig.daysDisabled,dateCustomClasses:this.dateCustomClasses||this.bsConfig&&this.bsConfig.dateCustomClasses,dateTooltipTexts:this.dateTooltipTexts||this.bsConfig&&this.bsConfig.dateTooltipTexts,datesDisabled:this.datesDisabled||this.bsConfig&&this.bsConfig.datesDisabled,datesEnabled:this.datesEnabled||this.bsConfig&&this.bsConfig.datesEnabled,minMode:this.minMode||this.bsConfig&&this.bsConfig.minMode,initCurrentTime:this.bsConfig?.initCurrentTime})}unsubscribeSubscriptions(){this._subs?.length&&(this._subs.map((e=>e.unsubscribe())),this._subs.length=0)}ngOnDestroy(){this._datepicker.dispose(),this.isOpen$.next(!1),this.isDestroy$&&(this.isDestroy$.next(null),this.isDestroy$.complete()),this.unsubscribeSubscriptions()}}de.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:de,deps:[{token:b},{token:a.ElementRef},{token:a.Renderer2},{token:a.ViewContainerRef},{token:g.ComponentLoaderFactory}],target:a["ɵɵFactoryTarget"].Directive}),de.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:de,selector:"[bsDatepicker]",inputs:{placement:"placement",triggers:"triggers",outsideClick:"outsideClick",container:"container",outsideEsc:"outsideEsc",isDisabled:"isDisabled",minDate:"minDate",maxDate:"maxDate",minMode:"minMode",daysDisabled:"daysDisabled",datesDisabled:"datesDisabled",datesEnabled:"datesEnabled",dateCustomClasses:"dateCustomClasses",dateTooltipTexts:"dateTooltipTexts",isOpen:"isOpen",bsValue:"bsValue",bsConfig:"bsConfig"},outputs:{onShown:"onShown",onHidden:"onHidden",bsValueChange:"bsValueChange"},exportAs:["bsDatepicker"],usesOnChanges:!0,ngImport:s||(s=n.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:de,decorators:[{type:a.Directive,args:[{selector:"[bsDatepicker]",exportAs:"bsDatepicker"}]}],ctorParameters:function(){return[{type:b},{type:a.ElementRef},{type:a.Renderer2},{type:a.ViewContainerRef},{type:g.ComponentLoaderFactory}]},propDecorators:{placement:[{type:a.Input}],triggers:[{type:a.Input}],outsideClick:[{type:a.Input}],container:[{type:a.Input}],outsideEsc:[{type:a.Input}],onShown:[{type:a.Output}],onHidden:[{type:a.Output}],isDisabled:[{type:a.Input}],minDate:[{type:a.Input}],maxDate:[{type:a.Input}],minMode:[{type:a.Input}],daysDisabled:[{type:a.Input}],datesDisabled:[{type:a.Input}],datesEnabled:[{type:a.Input}],dateCustomClasses:[{type:a.Input}],dateTooltipTexts:[{type:a.Input}],bsValueChange:[{type:a.Output}],isOpen:[{type:a.Input}],bsValue:[{type:a.Input}],bsConfig:[{type:a.Input}]}});class pe extends b{}pe.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:pe,deps:null,target:a["ɵɵFactoryTarget"].Injectable}),pe.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:pe,providedIn:"root"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:pe,decorators:[{type:a.Injectable,args:[{providedIn:"root"}]}]});class he extends le{constructor(e,t,n,s,a,i,o){super(e,t,n,s,a,i,o),e.setStyle(s.nativeElement,"display","inline-block"),e.setStyle(s.nativeElement,"position","static")}}he.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:he,deps:[{token:a.Renderer2},{token:b},{token:J},{token:a.ElementRef},{token:D},{token:w},{token:r.PositioningService}],target:a["ɵɵFactoryTarget"].Component}),he.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:he,selector:"bs-datepicker-inline-container",host:{listeners:{click:"_stopPropagation($event)"}},providers:[J,w],usesInheritance:!0,ngImport:s||(s=n.t(a,2)),template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:h.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:h.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:h.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"component",type:c.TimepickerComponent,selector:"timepicker",inputs:["hourStep","minuteStep","secondsStep","readonlyInput","disabled","mousewheel","arrowkeys","showSpinners","showMeridian","showMinutes","showSeconds","meridians","min","max","hoursPlaceholder","minutesPlaceholder","secondsPlaceholder"],outputs:["isValid","meridianChange"]},{kind:"component",type:Z,selector:"bs-custom-date-view",inputs:["ranges","selectedRange","customRangeLabel"],outputs:["onSelect"]},{kind:"component",type:oe,selector:"bs-days-calendar-view",inputs:["calendar","options"],outputs:["onNavigate","onViewMode","onSelect","onHover","onHoverWeek"]},{kind:"component",type:re,selector:"bs-month-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"component",type:ce,selector:"bs-years-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"pipe",type:h.AsyncPipe,name:"async"}],animations:[y]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:he,decorators:[{type:a.Component,args:[{selector:"bs-datepicker-inline-container",providers:[J,w],host:{"(click)":"_stopPropagation($event)"},animations:[y],template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:a.Renderer2},{type:b},{type:J},{type:a.ElementRef},{type:D},{type:w},{type:r.PositioningService}]}});class ue{constructor(e,t,n,s,i){this._config=e,this._elementRef=t,this.isDisabled=!1,this.bsValueChange=new a.EventEmitter,this._subs=[],Object.assign(this,this._config),this._datepicker=i.createLoader(t,s,n)}set bsValue(e){if(this._bsValue!==e){if(!this._bsValue&&e&&!this._config.withTimepicker){Q(e,new Date)}e&&this.bsConfig?.initCurrentTime&&(e=A(e)),this._bsValue=e,this.bsValueChange.emit(e)}}ngOnInit(){this.setConfig(),this.initSubscribes()}initSubscribes(){this.unsubscribeSubscriptions(),this._subs.push(this.bsValueChange.subscribe((e=>{this._datepickerRef&&(this._datepickerRef.instance.value=e)}))),this._datepickerRef&&this._subs.push(this._datepickerRef.instance.valueChange.subscribe((e=>{this.bsValue=e})))}unsubscribeSubscriptions(){this._subs?.length&&(this._subs.map((e=>e.unsubscribe())),this._subs.length=0)}ngOnChanges(e){e.bsConfig&&e.bsConfig.currentValue?.initCurrentTime&&e.bsConfig.currentValue?.initCurrentTime!==e.bsConfig.previousValue?.initCurrentTime&&this._bsValue&&(this._bsValue=A(this._bsValue),this.bsValueChange.emit(this._bsValue)),this._datepickerRef&&this._datepickerRef.instance&&(e.minDate&&(this._datepickerRef.instance.minDate=this.minDate),e.maxDate&&(this._datepickerRef.instance.maxDate=this.maxDate),e.datesDisabled&&(this._datepickerRef.instance.datesDisabled=this.datesDisabled),e.datesEnabled&&(this._datepickerRef.instance.datesEnabled=this.datesEnabled,this._datepickerRef.instance.value=this._bsValue),e.isDisabled&&(this._datepickerRef.instance.isDisabled=this.isDisabled),e.dateCustomClasses&&(this._datepickerRef.instance.dateCustomClasses=this.dateCustomClasses),e.dateTooltipTexts&&(this._datepickerRef.instance.dateTooltipTexts=this.dateTooltipTexts),this.setConfig())}setConfig(){this._datepicker&&this._datepicker.hide(),this._config=Object.assign({},this._config,this.bsConfig,{value:M(this._bsValue,this.maxDate||this.bsConfig&&this.bsConfig.maxDate),isDisabled:this.isDisabled,minDate:this.minDate||this.bsConfig&&this.bsConfig.minDate,maxDate:this.maxDate||this.bsConfig&&this.bsConfig.maxDate,dateCustomClasses:this.dateCustomClasses||this.bsConfig&&this.bsConfig.dateCustomClasses,dateTooltipTexts:this.dateTooltipTexts||this.bsConfig&&this.bsConfig.dateTooltipTexts,datesDisabled:this.datesDisabled||this.bsConfig&&this.bsConfig.datesDisabled,datesEnabled:this.datesEnabled||this.bsConfig&&this.bsConfig.datesEnabled,initCurrentTime:this.bsConfig?.initCurrentTime}),this._datepickerRef=this._datepicker.provide({provide:b,useValue:this._config}).attach(he).to(this._elementRef).show(),this.initSubscribes()}ngOnDestroy(){this._datepicker.dispose(),this.unsubscribeSubscriptions()}}ue.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ue,deps:[{token:pe},{token:a.ElementRef},{token:a.Renderer2},{token:a.ViewContainerRef},{token:g.ComponentLoaderFactory}],target:a["ɵɵFactoryTarget"].Directive}),ue.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ue,selector:"bs-datepicker-inline",inputs:{bsConfig:"bsConfig",isDisabled:"isDisabled",minDate:"minDate",maxDate:"maxDate",dateCustomClasses:"dateCustomClasses",dateTooltipTexts:"dateTooltipTexts",datesEnabled:"datesEnabled",datesDisabled:"datesDisabled",bsValue:"bsValue"},outputs:{bsValueChange:"bsValueChange"},exportAs:["bsDatepickerInline"],usesOnChanges:!0,ngImport:s||(s=n.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ue,decorators:[{type:a.Directive,args:[{selector:"bs-datepicker-inline",exportAs:"bsDatepickerInline"}]}],ctorParameters:function(){return[{type:pe},{type:a.ElementRef},{type:a.Renderer2},{type:a.ViewContainerRef},{type:g.ComponentLoaderFactory}]},propDecorators:{bsConfig:[{type:a.Input}],isDisabled:[{type:a.Input}],minDate:[{type:a.Input}],maxDate:[{type:a.Input}],dateCustomClasses:[{type:a.Input}],dateTooltipTexts:[{type:a.Input}],datesEnabled:[{type:a.Input}],datesDisabled:[{type:a.Input}],bsValueChange:[{type:a.Output}],bsValue:[{type:a.Input}]}});class ge extends b{constructor(){super(...arguments),this.displayMonths=2,this.isAnimated=!1}}ge.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ge,deps:null,target:a["ɵɵFactoryTarget"].Injectable}),ge.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ge,providedIn:"root"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ge,decorators:[{type:a.Injectable,args:[{providedIn:"root"}]}]});class me extends f{constructor(e,t,n,s,i,o,r){super(),this._config=t,this._store=n,this._element=s,this._actions=i,this._positionService=r,this.valueChange=new a.EventEmitter,this.animationState="void",this._rangeStack=[],this.chosenRange=[],this._subs=[],this.isRangePicker=!0,this._effects=o,this.customRanges=this._config.ranges||[],this.customRangeBtnLbl=this._config.customRangeButtonLabel,e.setStyle(s.nativeElement,"display","block"),e.setStyle(s.nativeElement,"position","absolute")}set value(e){this._effects?.setRangeValue(e)}ngOnInit(){let e;this._positionService.setOptions({modifiers:{flip:{enabled:this._config.adaptivePosition},preventOverflow:{enabled:this._config.adaptivePosition}},allowedPositions:this._config.allowedPositions}),this._positionService.event$?.pipe((0,i.take)(1)).subscribe((()=>{this._positionService.disable(),this._config.isAnimated?this.animationState=this.isTopPosition?"animated-up":"animated-down":this.animationState="unanimated"})),this.containerClass=this._config.containerClass,this.isOtherMonthsActive=this._config.selectFromOtherMonth,this.withTimepicker=this._config.withTimepicker,this._effects?.init(this._store).setOptions(this._config).setBindings(this).setEventHandlers(this).registerDatepickerSideEffects(),this._subs.push(this._store.select((e=>e.selectedRange)).subscribe((t=>{e=t,this.valueChange.emit(t),this.chosenRange=t||[]}))),this._subs.push(this._store.select((e=>e.selectedTime)).subscribe((t=>{t[0]&&t[1]&&t[0]instanceof Date&&t[1]instanceof Date&&(!e||t[0]!==e[0]||t[1]!==e[1])&&(this.valueChange.emit(t),this.chosenRange=t||[])})))}ngAfterViewInit(){this.selectedTimeSub.add(this.selectedTime?.subscribe((e=>{Array.isArray(e)&&e.length>=2&&(this.startTimepicker?.writeValue(e[0]),this.endTimepicker?.writeValue(e[1]))}))),this.startTimepicker?.registerOnChange((e=>{this.timeSelectHandler(e,0)})),this.endTimepicker?.registerOnChange((e=>{this.timeSelectHandler(e,1)}))}get isTopPosition(){return this._element.nativeElement.classList.contains("top")}positionServiceEnable(){this._positionService.enable()}timeSelectHandler(e,t){this._store.dispatch(this._actions.selectTime(e,t))}daySelectHandler(e){if(!e)return;(this.isOtherMonthsActive?e.isDisabled:e.isOtherMonth||e.isDisabled)||this.rangesProcessing(e)}monthSelectHandler(e){if(e&&!e.isDisabled)if(e.isSelected=!0,"month"===this._config.minMode)this.rangesProcessing(e);else{if(e.isDisabled)return;this._store.dispatch(this._actions.navigateTo({unit:{month:(0,o.getMonth)(e.date),year:(0,o.getFullYear)(e.date)},viewMode:"day"}))}}yearSelectHandler(e){if(e&&!e.isDisabled)if(e.isSelected=!0,"year"===this._config.minMode)this.rangesProcessing(e);else{if(e.isDisabled)return;this._store.dispatch(this._actions.navigateTo({unit:{year:(0,o.getFullYear)(e.date)},viewMode:"month"}))}}rangesProcessing(e){1===this._rangeStack.length&&(this._rangeStack=e.date>=this._rangeStack[0]?[this._rangeStack[0],e.date]:[e.date]),this._config.maxDateRange&&this.setMaxDateRangeOnCalendar(e.date),0===this._rangeStack.length&&(this._rangeStack=[e.date],this._config.maxDateRange&&this.setMaxDateRangeOnCalendar(e.date)),this._store.dispatch(this._actions.selectRange(this._rangeStack)),2===this._rangeStack.length&&(this._rangeStack=[])}ngOnDestroy(){for(const e of this._subs)e.unsubscribe();this.selectedTimeSub.unsubscribe(),this._effects?.destroy()}setRangeOnCalendar(e){e&&(this._rangeStack=e.value instanceof Date?[e.value]:e.value),this._store.dispatch(this._actions.selectRange(this._rangeStack))}setMaxDateRangeOnCalendar(e){let t=new Date(e);if(this._config.maxDate){const n=this._config.maxDate.getTime(),s=e.getTime()+864e5*(this._config.maxDateRange||0);t=s>n?new Date(this._config.maxDate):new Date(s)}else t.setDate(e.getDate()+(this._config.maxDateRange||0));this._effects?.setMaxDate(t)}}me.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:me,deps:[{token:a.Renderer2},{token:b},{token:J},{token:a.ElementRef},{token:D},{token:w},{token:r.PositioningService}],target:a["ɵɵFactoryTarget"].Component}),me.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:me,selector:"bs-daterangepicker-container",host:{attributes:{role:"dialog","aria-label":"calendar"},listeners:{click:"_stopPropagation($event)"},classAttribute:"bottom"},providers:[J,w],viewQueries:[{propertyName:"startTimepicker",first:!0,predicate:["startTP"],descendants:!0},{propertyName:"endTimepicker",first:!0,predicate:["endTP"],descendants:!0}],usesInheritance:!0,ngImport:s||(s=n.t(a,2)),template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:h.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:h.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:h.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"component",type:c.TimepickerComponent,selector:"timepicker",inputs:["hourStep","minuteStep","secondsStep","readonlyInput","disabled","mousewheel","arrowkeys","showSpinners","showMeridian","showMinutes","showSeconds","meridians","min","max","hoursPlaceholder","minutesPlaceholder","secondsPlaceholder"],outputs:["isValid","meridianChange"]},{kind:"component",type:Z,selector:"bs-custom-date-view",inputs:["ranges","selectedRange","customRangeLabel"],outputs:["onSelect"]},{kind:"component",type:oe,selector:"bs-days-calendar-view",inputs:["calendar","options"],outputs:["onNavigate","onViewMode","onSelect","onHover","onHoverWeek"]},{kind:"component",type:re,selector:"bs-month-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"component",type:ce,selector:"bs-years-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"pipe",type:h.AsyncPipe,name:"async"}],animations:[y]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:me,decorators:[{type:a.Component,args:[{selector:"bs-daterangepicker-container",providers:[J,w],host:{class:"bottom","(click)":"_stopPropagation($event)",role:"dialog","aria-label":"calendar"},animations:[y],template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:a.Renderer2},{type:b},{type:J},{type:a.ElementRef},{type:D},{type:w},{type:r.PositioningService}]},propDecorators:{startTimepicker:[{type:a.ViewChild,args:["startTP"]}],endTimepicker:[{type:a.ViewChild,args:["endTP"]}]}});class be extends me{constructor(e,t,n,s,a,i,o){super(e,t,n,s,a,i,o),e.setStyle(s.nativeElement,"display","inline-block"),e.setStyle(s.nativeElement,"position","static")}}be.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:be,deps:[{token:a.Renderer2},{token:b},{token:J},{token:a.ElementRef},{token:D},{token:w},{token:r.PositioningService}],target:a["ɵɵFactoryTarget"].Component}),be.ɵcmp=a["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:be,selector:"bs-daterangepicker-inline-container",host:{listeners:{click:"_stopPropagation($event)"}},providers:[J,w],usesInheritance:!0,ngImport:s||(s=n.t(a,2)),template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n',dependencies:[{kind:"directive",type:h.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:h.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:h.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:h.NgSwitch,selector:"[ngSwitch]",inputs:["ngSwitch"]},{kind:"directive",type:h.NgSwitchCase,selector:"[ngSwitchCase]",inputs:["ngSwitchCase"]},{kind:"component",type:c.TimepickerComponent,selector:"timepicker",inputs:["hourStep","minuteStep","secondsStep","readonlyInput","disabled","mousewheel","arrowkeys","showSpinners","showMeridian","showMinutes","showSeconds","meridians","min","max","hoursPlaceholder","minutesPlaceholder","secondsPlaceholder"],outputs:["isValid","meridianChange"]},{kind:"component",type:Z,selector:"bs-custom-date-view",inputs:["ranges","selectedRange","customRangeLabel"],outputs:["onSelect"]},{kind:"component",type:oe,selector:"bs-days-calendar-view",inputs:["calendar","options"],outputs:["onNavigate","onViewMode","onSelect","onHover","onHoverWeek"]},{kind:"component",type:re,selector:"bs-month-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"component",type:ce,selector:"bs-years-calendar-view",inputs:["calendar"],outputs:["onNavigate","onViewMode","onSelect","onHover"]},{kind:"pipe",type:h.AsyncPipe,name:"async"}],animations:[y]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:be,decorators:[{type:a.Component,args:[{selector:"bs-daterangepicker-inline-container",providers:[J,w],host:{"(click)":"_stopPropagation($event)"},animations:[y],template:'\x3c!-- days calendar view mode --\x3e\n
    \n
    \n \x3c!--calendars--\x3e\n
    \n \x3c!--days calendar--\x3e\n \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n\n \x3c!--months calendar--\x3e\n
    \n \n \n
    \n\n \x3c!--years calendar--\x3e\n
    \n \n \n
    \n
    \n\n \x3c!--applycancel buttons--\x3e\n
    \n \n \n
    \n\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n\n
    \n\n \x3c!--custom dates or date ranges picker--\x3e\n
    \n \n \n
    \n
    \n'}]}],ctorParameters:function(){return[{type:a.Renderer2},{type:b},{type:J},{type:a.ElementRef},{type:D},{type:w},{type:r.PositioningService}]}});class ve{constructor(e,t,n,s,i){this._config=e,this._elementRef=t,this.isDisabled=!1,this.bsValueChange=new a.EventEmitter,this._subs=[],Object.assign(this,this._config),this._datepicker=i.createLoader(t,s,n)}set bsValue(e){this._bsValue!==e&&(e&&this.bsConfig?.initCurrentTime&&(e=H(e)),this._bsValue=e,this.bsValueChange.emit(e))}ngOnInit(){this.setConfig(),this.initSubscribes()}ngOnChanges(e){e.bsConfig&&e.bsConfig.currentValue.initCurrentTime&&e.bsConfig.currentValue.initCurrentTime!==e.bsConfig.previousValue.initCurrentTime&&this._bsValue&&(this._bsValue=H(this._bsValue),this.bsValueChange.emit(this._bsValue)),this._datepickerRef&&this._datepickerRef.instance&&(e.minDate&&(this._datepickerRef.instance.minDate=this.minDate),e.maxDate&&(this._datepickerRef.instance.maxDate=this.maxDate),e.datesEnabled&&(this._datepickerRef.instance.datesEnabled=this.datesEnabled,this._datepickerRef.instance.value=this._bsValue),e.datesDisabled&&(this._datepickerRef.instance.datesDisabled=this.datesDisabled),e.daysDisabled&&(this._datepickerRef.instance.daysDisabled=this.daysDisabled),e.isDisabled&&(this._datepickerRef.instance.isDisabled=this.isDisabled),e.dateCustomClasses&&(this._datepickerRef.instance.dateCustomClasses=this.dateCustomClasses),this.setConfig())}setConfig(){this._datepicker&&this._datepicker.hide(),this._config=Object.assign({},this._config,this.bsConfig,{value:M(this._bsValue,this.maxDate||this.bsConfig&&this.bsConfig.maxDate),isDisabled:this.isDisabled,minDate:this.minDate||this.bsConfig&&this.bsConfig.minDate,maxDate:this.maxDate||this.bsConfig&&this.bsConfig.maxDate,daysDisabled:this.daysDisabled||this.bsConfig&&this.bsConfig.daysDisabled,dateCustomClasses:this.dateCustomClasses||this.bsConfig&&this.bsConfig.dateCustomClasses,datesDisabled:this.datesDisabled||this.bsConfig&&this.bsConfig.datesDisabled,datesEnabled:this.datesEnabled||this.bsConfig&&this.bsConfig.datesEnabled,ranges:E(this.bsConfig&&this.bsConfig.ranges,this.maxDate||this.bsConfig&&this.bsConfig.maxDate),maxDateRange:this.bsConfig&&this.bsConfig.maxDateRange,initCurrentTime:this.bsConfig?.initCurrentTime}),this._datepickerRef=this._datepicker.provide({provide:b,useValue:this._config}).attach(be).to(this._elementRef).show(),this.initSubscribes()}initSubscribes(){this.unsubscribeSubscriptions(),this._subs.push(this.bsValueChange.subscribe((e=>{this._datepickerRef&&(this._datepickerRef.instance.value=e)}))),this._datepickerRef&&this._subs.push(this._datepickerRef.instance.valueChange.pipe((0,i.filter)((e=>e&&e[0]&&!!e[1]))).subscribe((e=>{this.bsValue=e})))}unsubscribeSubscriptions(){this._subs?.length&&(this._subs.map((e=>e.unsubscribe())),this._subs.length=0)}ngOnDestroy(){this._datepicker.dispose(),this.unsubscribeSubscriptions()}}ve.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ve,deps:[{token:ge},{token:a.ElementRef},{token:a.Renderer2},{token:a.ViewContainerRef},{token:g.ComponentLoaderFactory}],target:a["ɵɵFactoryTarget"].Directive}),ve.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ve,selector:"bs-daterangepicker-inline",inputs:{bsValue:"bsValue",bsConfig:"bsConfig",isDisabled:"isDisabled",minDate:"minDate",maxDate:"maxDate",dateCustomClasses:"dateCustomClasses",daysDisabled:"daysDisabled",datesDisabled:"datesDisabled",datesEnabled:"datesEnabled"},outputs:{bsValueChange:"bsValueChange"},exportAs:["bsDaterangepickerInline"],usesOnChanges:!0,ngImport:s||(s=n.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ve,decorators:[{type:a.Directive,args:[{selector:"bs-daterangepicker-inline",exportAs:"bsDaterangepickerInline"}]}],ctorParameters:function(){return[{type:ge},{type:a.ElementRef},{type:a.Renderer2},{type:a.ViewContainerRef},{type:g.ComponentLoaderFactory}]},propDecorators:{bsValue:[{type:a.Input}],bsConfig:[{type:a.Input}],isDisabled:[{type:a.Input}],minDate:[{type:a.Input}],maxDate:[{type:a.Input}],dateCustomClasses:[{type:a.Input}],daysDisabled:[{type:a.Input}],datesDisabled:[{type:a.Input}],datesEnabled:[{type:a.Input}],bsValueChange:[{type:a.Output}]}});const ye={provide:m.NG_VALUE_ACCESSOR,useExisting:(0,a.forwardRef)((()=>De)),multi:!0},fe={provide:m.NG_VALIDATORS,useExisting:(0,a.forwardRef)((()=>De)),multi:!0};class De{constructor(e,t,n,s,a){this._picker=e,this._localeService=t,this._renderer=n,this._elRef=s,this.changeDetection=a,this._onChange=Function.prototype,this._onTouched=Function.prototype,this._validatorChange=Function.prototype,this._subs=new d.Subscription}ngOnInit(){const e=e=>{this._setInputValue(e),this._value!==e&&(this._value=e,this._onChange(e),this._onTouched()),this.changeDetection.markForCheck()};this._picker._bsValue&&e(this._picker._bsValue),this._subs.add(this._picker.bsValueChange.subscribe(e)),this._subs.add(this._localeService.localeChange.subscribe((()=>{this._setInputValue(this._value)}))),this._subs.add(this._picker.dateInputFormat$.pipe((0,i.distinctUntilChanged)()).subscribe((()=>{this._setInputValue(this._value)})))}ngOnDestroy(){this._subs.unsubscribe()}onKeydownEvent(e){13!==e.keyCode&&"Enter"!==e.code||this.hide()}_setInputValue(e){const t=e?(0,o.formatDate)(e,this._picker._config.dateInputFormat,this._localeService.currentLocale):"";this._renderer.setProperty(this._elRef.nativeElement,"value",t)}onChange(e){this.writeValue(e.target.value),this._onChange(this._value),this._picker._config.returnFocusToInput&&this._renderer.selectRootElement(this._elRef.nativeElement).focus(),this._onTouched()}validate(e){const t=e.value;if(null==t||""===t)return null;if((0,o.isDate)(t)){if(!(0,o.isDateValid)(t))return{bsDate:{invalid:t}};if(this._picker&&this._picker.minDate&&(0,o.isBefore)(t,this._picker.minDate,"date"))return this.writeValue(this._picker.minDate),{bsDate:{minDate:this._picker.minDate}};if(this._picker&&this._picker.maxDate&&(0,o.isAfter)(t,this._picker.maxDate,"date"))return this.writeValue(this._picker.maxDate),{bsDate:{maxDate:this._picker.maxDate}}}return null}registerOnValidatorChange(e){this._validatorChange=e}writeValue(e){if(e){const t=this._localeService.currentLocale;if(!(0,o.getLocale)(t))throw new Error(`Locale "${t}" is not defined, please add it with "defineLocale(...)"`);this._value=(0,o.parseDate)(e,this._picker._config.dateInputFormat,this._localeService.currentLocale),this._picker._config.useUtc&&(this._value=(0,o.utcAsLocal)(this._value))}else this._value=void 0;this._picker.bsValue=this._value}setDisabledState(e){this._picker.isDisabled=e,e?this._renderer.setAttribute(this._elRef.nativeElement,"disabled","disabled"):this._renderer.removeAttribute(this._elRef.nativeElement,"disabled")}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}onBlur(){this._onTouched()}hide(){this._picker.hide(),this._renderer.selectRootElement(this._elRef.nativeElement).blur(),this._picker._config.returnFocusToInput&&this._renderer.selectRootElement(this._elRef.nativeElement).focus()}}De.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:De,deps:[{token:de,host:!0},{token:k},{token:a.Renderer2},{token:a.ElementRef},{token:a.ChangeDetectorRef}],target:a["ɵɵFactoryTarget"].Directive}),De.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:De,selector:"input[bsDatepicker]",host:{listeners:{change:"onChange($event)","keyup.esc":"hide()",keydown:"onKeydownEvent($event)",blur:"onBlur()"}},providers:[ye,fe],ngImport:s||(s=n.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:De,decorators:[{type:a.Directive,args:[{selector:"input[bsDatepicker]",host:{"(change)":"onChange($event)","(keyup.esc)":"hide()","(keydown)":"onKeydownEvent($event)","(blur)":"onBlur()"},providers:[ye,fe]}]}],ctorParameters:function(){return[{type:de,decorators:[{type:a.Host}]},{type:k},{type:a.Renderer2},{type:a.ElementRef},{type:a.ChangeDetectorRef}]}});class ke extends b{constructor(){super(...arguments),this.displayMonths=2}}ke.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ke,deps:null,target:a["ɵɵFactoryTarget"].Injectable}),ke.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ke,providedIn:"root"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:ke,decorators:[{type:a.Injectable,args:[{providedIn:"root"}]}]});class we{constructor(e,t,n,s,i){this._config=e,this._elementRef=t,this._renderer=n,this.placement="bottom",this.triggers="click",this.outsideClick=!0,this.container="body",this.outsideEsc=!0,this.isDestroy$=new d.Subject,this.isDisabled=!1,this.bsValueChange=new a.EventEmitter,this._subs=[],this._rangeInputFormat$=new d.Subject,this._datepicker=i.createLoader(t,s,n),Object.assign(this,e),this.onShown=this._datepicker.onShown,this.onHidden=this._datepicker.onHidden,this.isOpen$=new d.BehaviorSubject(this.isOpen)}get isOpen(){return this._datepicker.isShown}set isOpen(e){this.isOpen$.next(e)}set bsValue(e){this._bsValue!==e&&(e&&this.bsConfig?.initCurrentTime&&(e=H(e)),this._bsValue=e,this.bsValueChange.emit(e))}get rangeInputFormat$(){return this._rangeInputFormat$}ngOnInit(){this.isDestroy$=new d.Subject,this._datepicker.listen({outsideClick:this.outsideClick,outsideEsc:this.outsideEsc,triggers:this.triggers,show:()=>this.show()}),this.setConfig()}ngOnChanges(e){e.bsConfig&&(e.bsConfig.currentValue?.initCurrentTime&&e.bsConfig.currentValue?.initCurrentTime!==e.bsConfig.previousValue?.initCurrentTime&&this._bsValue&&(this._bsValue=H(this._bsValue),this.bsValueChange.emit(this._bsValue)),this.setConfig(),this._rangeInputFormat$.next(e.bsConfig.currentValue&&e.bsConfig.currentValue.rangeInputFormat)),this._datepickerRef&&this._datepickerRef.instance&&(e.minDate&&(this._datepickerRef.instance.minDate=this.minDate),e.maxDate&&(this._datepickerRef.instance.maxDate=this.maxDate),e.datesDisabled&&(this._datepickerRef.instance.datesDisabled=this.datesDisabled),e.datesEnabled&&(this._datepickerRef.instance.datesEnabled=this.datesEnabled),e.daysDisabled&&(this._datepickerRef.instance.daysDisabled=this.daysDisabled),e.isDisabled&&(this._elementRef?.nativeElement&&this._elementRef.nativeElement.setAttribute("readonly",this.isDisabled),this._datepickerRef.instance.isDisabled=this.isDisabled),e.dateCustomClasses&&(this._datepickerRef.instance.dateCustomClasses=this.dateCustomClasses))}ngAfterViewInit(){this.isOpen$.pipe((0,i.filter)((e=>e!==this.isOpen)),(0,i.takeUntil)(this.isDestroy$)).subscribe((()=>this.toggle()))}show(){this._datepicker.isShown||(this.setConfig(),this._datepickerRef=this._datepicker.provide({provide:b,useValue:this._config}).attach(me).to(this.container).position({attachment:this.placement}).show({placement:this.placement}),this.initSubscribes())}initSubscribes(){this._subs.push(this.bsValueChange.subscribe((e=>{this._datepickerRef&&(this._datepickerRef.instance.value=e)}))),this._datepickerRef&&this._subs.push(this._datepickerRef.instance.valueChange.pipe((0,i.filter)((e=>e&&e[0]&&!!e[1]))).subscribe((e=>{this.bsValue=e,this.hide()})))}setConfig(){this._config=Object.assign({},this._config,this.bsConfig,{value:M(this._bsValue,this.maxDate||this.bsConfig&&this.bsConfig.maxDate),isDisabled:this.isDisabled,minDate:this.minDate||this.bsConfig&&this.bsConfig.minDate,maxDate:this.maxDate||this.bsConfig&&this.bsConfig.maxDate,daysDisabled:this.daysDisabled||this.bsConfig&&this.bsConfig.daysDisabled,dateCustomClasses:this.dateCustomClasses||this.bsConfig&&this.bsConfig.dateCustomClasses,datesDisabled:this.datesDisabled||this.bsConfig&&this.bsConfig.datesDisabled,datesEnabled:this.datesEnabled||this.bsConfig&&this.bsConfig.datesEnabled,ranges:E(this.bsConfig&&this.bsConfig.ranges,this.maxDate||this.bsConfig&&this.bsConfig.maxDate),maxDateRange:this.bsConfig&&this.bsConfig.maxDateRange,initCurrentTime:this.bsConfig?.initCurrentTime})}hide(){this.isOpen&&this._datepicker.hide();for(const e of this._subs)e.unsubscribe();this._config.returnFocusToInput&&this._renderer.selectRootElement(this._elementRef.nativeElement).focus()}toggle(){if(this.isOpen)return this.hide();this.show()}unsubscribeSubscriptions(){this._subs?.length&&(this._subs.map((e=>e.unsubscribe())),this._subs.length=0)}ngOnDestroy(){this._datepicker.dispose(),this.isOpen$.next(!1),this.isDestroy$&&(this.isDestroy$.next(null),this.isDestroy$.complete()),this.unsubscribeSubscriptions()}}we.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:we,deps:[{token:ke},{token:a.ElementRef},{token:a.Renderer2},{token:a.ViewContainerRef},{token:g.ComponentLoaderFactory}],target:a["ɵɵFactoryTarget"].Directive}),we.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:we,selector:"[bsDaterangepicker]",inputs:{placement:"placement",triggers:"triggers",outsideClick:"outsideClick",container:"container",outsideEsc:"outsideEsc",isOpen:"isOpen",bsValue:"bsValue",bsConfig:"bsConfig",isDisabled:"isDisabled",minDate:"minDate",maxDate:"maxDate",dateCustomClasses:"dateCustomClasses",daysDisabled:"daysDisabled",datesDisabled:"datesDisabled",datesEnabled:"datesEnabled"},outputs:{onShown:"onShown",onHidden:"onHidden",bsValueChange:"bsValueChange"},exportAs:["bsDaterangepicker"],usesOnChanges:!0,ngImport:s||(s=n.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:we,decorators:[{type:a.Directive,args:[{selector:"[bsDaterangepicker]",exportAs:"bsDaterangepicker"}]}],ctorParameters:function(){return[{type:ke},{type:a.ElementRef},{type:a.Renderer2},{type:a.ViewContainerRef},{type:g.ComponentLoaderFactory}]},propDecorators:{placement:[{type:a.Input}],triggers:[{type:a.Input}],outsideClick:[{type:a.Input}],container:[{type:a.Input}],outsideEsc:[{type:a.Input}],isOpen:[{type:a.Input}],onShown:[{type:a.Output}],onHidden:[{type:a.Output}],bsValue:[{type:a.Input}],bsConfig:[{type:a.Input}],isDisabled:[{type:a.Input}],minDate:[{type:a.Input}],maxDate:[{type:a.Input}],dateCustomClasses:[{type:a.Input}],daysDisabled:[{type:a.Input}],datesDisabled:[{type:a.Input}],datesEnabled:[{type:a.Input}],bsValueChange:[{type:a.Output}]}});const Ce={provide:m.NG_VALUE_ACCESSOR,useExisting:(0,a.forwardRef)((()=>Se)),multi:!0},_e={provide:m.NG_VALIDATORS,useExisting:(0,a.forwardRef)((()=>Se)),multi:!0};class Se{constructor(e,t,n,s,a){this._picker=e,this._localeService=t,this._renderer=n,this._elRef=s,this.changeDetection=a,this._onChange=Function.prototype,this._onTouched=Function.prototype,this._validatorChange=Function.prototype,this._subs=new d.Subscription}ngOnInit(){const e=e=>{this._setInputValue(e),this._value!==e&&(this._value=e,this._onChange(e),this._onTouched()),this.changeDetection.markForCheck()};this._picker._bsValue&&e(this._picker._bsValue),this._subs.add(this._picker.bsValueChange.subscribe((e=>{this._setInputValue(e),this._value!==e&&(this._value=e,this._onChange(e),this._onTouched()),this.changeDetection.markForCheck()}))),this._subs.add(this._localeService.localeChange.subscribe((()=>{this._setInputValue(this._value)}))),this._subs.add(this._picker.rangeInputFormat$.pipe((0,i.distinctUntilChanged)()).subscribe((()=>{this._setInputValue(this._value)})))}ngOnDestroy(){this._subs.unsubscribe()}onKeydownEvent(e){13!==e.keyCode&&"Enter"!==e.code||this.hide()}_setInputValue(e){let t="";if(e){const n=e[0]?(0,o.formatDate)(e[0],this._picker._config.rangeInputFormat,this._localeService.currentLocale):"",s=e[1]?(0,o.formatDate)(e[1],this._picker._config.rangeInputFormat,this._localeService.currentLocale):"";t=n&&s?n+this._picker._config.rangeSeparator+s:""}this._renderer.setProperty(this._elRef.nativeElement,"value",t)}onChange(e){this.writeValue(e.target.value),this._onChange(this._value),this._picker._config.returnFocusToInput&&this._renderer.selectRootElement(this._elRef.nativeElement).focus(),this._onTouched()}validate(e){let t=e.value;const n=[];if(null==t||!(0,o.isArray)(t))return null;t=t.slice().sort(((e,t)=>e.getTime()-t.getTime()));const s=(0,o.isDateValid)(t[0]),a=(0,o.isDateValid)(t[1]);return s?a?(this._picker&&this._picker.minDate&&(0,o.isBefore)(t[0],this._picker.minDate,"date")&&(t[0]=this._picker.minDate,n.push({bsDate:{minDate:this._picker.minDate}})),this._picker&&this._picker.maxDate&&(0,o.isAfter)(t[1],this._picker.maxDate,"date")&&(t[1]=this._picker.maxDate,n.push({bsDate:{maxDate:this._picker.maxDate}})),n.length>0?(this.writeValue(t),n):null):{bsDate:{invalid:t[1]}}:{bsDate:{invalid:t[0]}}}registerOnValidatorChange(e){this._validatorChange=e}writeValue(e){if(e){const t=this._localeService.currentLocale;if(!(0,o.getLocale)(t))throw new Error(`Locale "${t}" is not defined, please add it with "defineLocale(...)"`);let n=[];if("string"==typeof e){const t=this._picker._config.rangeSeparator.trim();n=e.replace(/[^-]/g,"").length>1?e.split(this._picker._config.rangeSeparator):e.split(t.length>0?t:this._picker._config.rangeSeparator).map((e=>e.trim()))}Array.isArray(e)&&(n=e),this._value=n.map((e=>this._picker._config.useUtc?(0,o.utcAsLocal)((0,o.parseDate)(e,this._picker._config.rangeInputFormat,this._localeService.currentLocale)):(0,o.parseDate)(e,this._picker._config.rangeInputFormat,this._localeService.currentLocale))).map((e=>isNaN(e.valueOf())?void 0:e))}else this._value=void 0;this._picker.bsValue=this._value}setDisabledState(e){this._picker.isDisabled=e,e?this._renderer.setAttribute(this._elRef.nativeElement,"disabled","disabled"):this._renderer.removeAttribute(this._elRef.nativeElement,"disabled")}registerOnChange(e){this._onChange=e}registerOnTouched(e){this._onTouched=e}onBlur(){this._onTouched()}hide(){this._picker.hide(),this._renderer.selectRootElement(this._elRef.nativeElement).blur(),this._picker._config.returnFocusToInput&&this._renderer.selectRootElement(this._elRef.nativeElement).focus()}}Se.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Se,deps:[{token:we,host:!0},{token:k},{token:a.Renderer2},{token:a.ElementRef},{token:a.ChangeDetectorRef}],target:a["ɵɵFactoryTarget"].Directive}),Se.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Se,selector:"input[bsDaterangepicker]",host:{listeners:{change:"onChange($event)","keyup.esc":"hide()",keydown:"onKeydownEvent($event)",blur:"onBlur()"}},providers:[Ce,_e],ngImport:s||(s=n.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Se,decorators:[{type:a.Directive,args:[{selector:"input[bsDaterangepicker]",host:{"(change)":"onChange($event)","(keyup.esc)":"hide()","(keydown)":"onKeydownEvent($event)","(blur)":"onBlur()"},providers:[Ce,_e]}]}],ctorParameters:function(){return[{type:we,decorators:[{type:a.Host}]},{type:k},{type:a.Renderer2},{type:a.ElementRef},{type:a.ChangeDetectorRef}]}});class Te{static forRoot(){return{ngModule:Te,providers:[g.ComponentLoaderFactory,r.PositioningService,J,D,w,k,c.TimepickerActions]}}}Te.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Te,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),Te.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Te,declarations:[se,te,Z,ae,ie,oe,re,ne,ce,le,de,he,ue,De,me,we,be,ve,Se],imports:[h.CommonModule,u.TooltipModule,c.TimepickerModule],exports:[le,de,he,ue,De,me,we,be,ve,Se]}),Te.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Te,imports:[h.CommonModule,u.TooltipModule,c.TimepickerModule]}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(a,2)),type:Te,decorators:[{type:a.NgModule,args:[{imports:[h.CommonModule,u.TooltipModule,c.TimepickerModule],declarations:[se,te,Z,ae,ie,oe,re,ne,ce,le,de,he,ue,De,me,we,be,ve,Se],exports:[le,de,he,ue,De,me,we,be,ve,Se]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52042.a9e47c7d054ef7bc0dc8.js b/dist/apps/processing-runtime-widget/52042.a9e47c7d054ef7bc0dc8.js new file mode 100644 index 0000000..f8453e9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52042.a9e47c7d054ef7bc0dc8.js @@ -0,0 +1,2 @@ +/*! For license information please see 52042.a9e47c7d054ef7bc0dc8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52042],{52042:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ب","ص","ظ","ع","ش","ن"],["بامداد","صبح","ظهر","بعدازچاشت","شب","نیمه‌شب"],e],[["ب","ص","بعد از چاشت","ع","ش","ن"],["بامداد","صبح","ظهر","بعدازچاشت","شب","نیمه‌شب"],e],[["01:00","04:00"],["04:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","01:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52042.a9e47c7d054ef7bc0dc8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52042.a9e47c7d054ef7bc0dc8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52042.a9e47c7d054ef7bc0dc8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52049.cd428d0db4b6359cb4bb.js b/dist/apps/processing-runtime-widget/52049.cd428d0db4b6359cb4bb.js new file mode 100644 index 0000000..9d044d5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52049.cd428d0db4b6359cb4bb.js @@ -0,0 +1,2 @@ +/*! For license information please see 52049.cd428d0db4b6359cb4bb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52049],{52049:function(e,u,r){r.r(u);const M=void 0;u.default=["br",[["am","gm"],["A.M.","G.M."],M],[["A.M.","G.M."],M,M],[["Su","L","Mz","Mc","Y","G","Sa"],["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."],["Sul","Lun","Meurzh","Mercʼher","Yaou","Gwener","Sadorn"],["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."]],M,[["01","02","03","04","05","06","07","08","09","10","11","12"],["Gen.","Cʼhwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Kzu."],["Genver","Cʼhwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"]],M,[["a-raok J.K.","goude J.K."],M,["a-raok Jezuz-Krist","goude Jezuz-Krist"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'da' {0}",M],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["$A","$"],BRL:[M,"R$"],BYN:[M,"р."],CAD:["$CA","$"],CNY:[M,"¥"],EGP:[M,"£ E"],GBP:["£ RU","£"],HKD:["$ HK","$"],ILS:[M,"₪"],JPY:[M,"¥"],KRW:[M,"₩"],LBP:[M,"£L"],NZD:["$ ZN","$"],PHP:[M,"₱"],RUR:[M,"р."],TOP:[M,"$ T"],TWD:[M,"$"],USD:["$ SU","$"],VND:[M,"₫"],XCD:[M,"$"],XXX:[]},"ltr",function(e){const u=e;return u%10==1&&u%100!=11&&u%100!=71&&u%100!=91?1:u%10==2&&u%100!=12&&u%100!=72&&u%100!=92?2:u%10===Math.floor(u%10)&&(u%10>=3&&u%10<=4||u%10==9)&&!(u%100>=10&&u%100<=19||u%100>=70&&u%100<=79||u%100>=90&&u%100<=99)?3:0!==u&&u%1e6==0?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52049.cd428d0db4b6359cb4bb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52049.cd428d0db4b6359cb4bb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52049.cd428d0db4b6359cb4bb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52131.879d5745cfe94e87018a.js b/dist/apps/processing-runtime-widget/52131.879d5745cfe94e87018a.js new file mode 100644 index 0000000..6f5f99c --- /dev/null +++ b/dist/apps/processing-runtime-widget/52131.879d5745cfe94e87018a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52131],{52131:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52142.ee1a8d4ef68b8acfc0a0.js b/dist/apps/processing-runtime-widget/52142.ee1a8d4ef68b8acfc0a0.js new file mode 100644 index 0000000..356a557 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52142.ee1a8d4ef68b8acfc0a0.js @@ -0,0 +1,2 @@ +/*! For license information please see 52142.ee1a8d4ef68b8acfc0a0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52142],{52142:function(e,$,r){r.r($);const i=void 0;$.default=["fr-CM",[["mat.","soir"],i,["matin","soir"]],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","franc CFA (BEAC)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52142.ee1a8d4ef68b8acfc0a0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52142.ee1a8d4ef68b8acfc0a0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52142.ee1a8d4ef68b8acfc0a0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52161.4b1bdceed27b333cf220.js b/dist/apps/processing-runtime-widget/52161.4b1bdceed27b333cf220.js new file mode 100644 index 0000000..22b5ef3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52161.4b1bdceed27b333cf220.js @@ -0,0 +1,2 @@ +/*! For license information please see 52161.4b1bdceed27b333cf220.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52161],{52161:function(s,M,i){i.r(M);const u=void 0;M.default=["vai-Vaii",[["AM","PM"],u,u],u,[["S","M","T","W","T","F","S"],["ꕞꕌꔵ","ꗳꗡꘉ","ꕚꕞꕚ","ꕉꕞꕒ","ꕉꔤꕆꕢ","ꕉꔤꕀꕮ","ꔻꔬꔳ"],u,u],u,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ꖨꖕꔞ","ꕒꕡ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋ","ꖨꖕꗏ"],["ꖨꖕ ꕪꕴ ꔞꔀꕮꕊ","ꕒꕡꖝꖕ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞꔤ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋꕔꕿ ꕸꖃꗏ","ꖨꖕ ꕪꕴ ꗏꖺꕮꕊ"]],u,[["BCE","CE"],u,u],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"LRD","$","ꕞꔤꔫꕩ ꕜꕞꕌ",{JPY:["JP¥","¥"],LRD:["$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52161.4b1bdceed27b333cf220.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52161.4b1bdceed27b333cf220.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52161.4b1bdceed27b333cf220.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52200.9c3ed51ca8b722f2092a.js b/dist/apps/processing-runtime-widget/52200.9c3ed51ca8b722f2092a.js new file mode 100644 index 0000000..158adbf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52200.9c3ed51ca8b722f2092a.js @@ -0,0 +1,2 @@ +/*! For license information please see 52200.9c3ed51ca8b722f2092a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52200],{52200:function(e,a,r){r.r(a);const s=void 0;a.default=["rm",[["AM","PM"],s,s],s,[["D","G","M","M","G","V","S"],["du","gli","ma","me","gie","ve","so"],["dumengia","glindesdi","mardi","mesemna","gievgia","venderdi","sonda"],["du","gli","ma","me","gie","ve","so"]],s,[["S","F","M","A","M","Z","F","A","S","O","N","D"],["schan.","favr.","mars","avr.","matg","zercl.","fan.","avust","sett.","oct.","nov.","dec."],["da schaner","da favrer","da mars","d’avrigl","da matg","da zercladur","da fanadur","d’avust","da settember","d’october","da november","da december"]],[["S","F","M","A","M","Z","F","A","S","O","N","D"],["schan.","favr.","mars","avr.","matg","zercl.","fan.","avust","sett.","oct.","nov.","dec."],["schaner","favrer","mars","avrigl","matg","zercladur","fanadur","avust","settember","october","november","december"]],[["av. Cr.","s. Cr."],s,["avant Cristus","suenter Cristus"]],1,[6,0],["dd-MM-yy","dd-MM-y","d MMMM y","EEEE, 'ils' d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CHF","CHF","franc svizzer",{JPY:["JP¥","¥"]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52200.9c3ed51ca8b722f2092a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52200.9c3ed51ca8b722f2092a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52200.9c3ed51ca8b722f2092a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5222.2e933376ae18bc8922ca.js b/dist/apps/processing-runtime-widget/5222.2e933376ae18bc8922ca.js new file mode 100644 index 0000000..e35803b --- /dev/null +++ b/dist/apps/processing-runtime-widget/5222.2e933376ae18bc8922ca.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5222],{5222:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52221.cfcdd9effb9aa138422c.js b/dist/apps/processing-runtime-widget/52221.cfcdd9effb9aa138422c.js new file mode 100644 index 0000000..31e3928 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52221.cfcdd9effb9aa138422c.js @@ -0,0 +1,2 @@ +/*! For license information please see 52221.cfcdd9effb9aa138422c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52221],{52221:function(a,u,e){e.r(u);const i=void 0;u.default=["to",[["AM","PM"],i,["hengihengi","efiafi"]],[["AM","PM"],i,["HH","EA"]],[["S","M","T","P","T","F","T"],["Sāp","Mōn","Tūs","Pul","Tuʻa","Fal","Tok"],["Sāpate","Mōnite","Tūsite","Pulelulu","Tuʻapulelulu","Falaite","Tokonaki"],["Sāp","Mōn","Tūs","Pul","Tuʻa","Fal","Tok"]],i,[["S","F","M","E","M","S","S","A","S","O","N","T"],["Sān","Fēp","Maʻa","ʻEpe","Mē","Sun","Siu","ʻAok","Sep","ʻOka","Nōv","Tīs"],["Sānuali","Fēpueli","Maʻasi","ʻEpeleli","Mē","Sune","Siulai","ʻAokosi","Sepitema","ʻOkatopa","Nōvema","Tīsema"]],i,[["KM","TS"],i,["ki muʻa","taʻu ʻo Sīsū"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}",i,i],[".",",",";","%","+","-","E","×","‰","∞","TF",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"TOP","T$","Paʻanga fakatonga",{AUD:["AUD$","AU$"],FJD:[i,"F$"],JPY:["JP¥","¥"],NZD:["NZD$","NZ$"],SBD:[i,"S$"],TOP:["T$"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52221.cfcdd9effb9aa138422c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52221.cfcdd9effb9aa138422c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52221.cfcdd9effb9aa138422c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52273.7c7d25874981be46f026.js b/dist/apps/processing-runtime-widget/52273.7c7d25874981be46f026.js new file mode 100644 index 0000000..4723f93 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52273.7c7d25874981be46f026.js @@ -0,0 +1,2 @@ +/*! For license information please see 52273.7c7d25874981be46f026.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52273],{52273:function(i,a,u){u.r(a);const e=void 0;a.default=["bem",[["uluchelo","akasuba"],e,e],e,[["S","M","T","W","T","F","S"],["Pa Mulungu","Palichimo","Palichibuli","Palichitatu","Palichine","Palichisano","Pachibelushi"],e,e],e,[["J","F","M","E","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Epr","Mei","Jun","Jul","Oga","Sep","Okt","Nov","Dis"],["Januari","Februari","Machi","Epreo","Mei","Juni","Julai","Ogasti","Septemba","Oktoba","Novemba","Disemba"]],e,[["BC","AD"],e,["Before Yesu","After Yesu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZMW","K","ZMW",{JPY:["JP¥","¥"],USD:["US$","$"],ZMW:["K","ZK"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52273.7c7d25874981be46f026.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52273.7c7d25874981be46f026.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52273.7c7d25874981be46f026.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52569.70b80c7e51f61d23251a.js b/dist/apps/processing-runtime-widget/52569.70b80c7e51f61d23251a.js new file mode 100644 index 0000000..ecd2749 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52569.70b80c7e51f61d23251a.js @@ -0,0 +1,2 @@ +/*! For license information please see 52569.70b80c7e51f61d23251a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52569],{52569:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,["午夜","清晨","上午","中午","下午","晚上","凌晨"]],[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52569.70b80c7e51f61d23251a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52569.70b80c7e51f61d23251a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52569.70b80c7e51f61d23251a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52576.8ab7dddfb9b74ad475ea.js b/dist/apps/processing-runtime-widget/52576.8ab7dddfb9b74ad475ea.js new file mode 100644 index 0000000..0f5d48d --- /dev/null +++ b/dist/apps/processing-runtime-widget/52576.8ab7dddfb9b74ad475ea.js @@ -0,0 +1,2 @@ +/*! For license information please see 52576.8ab7dddfb9b74ad475ea.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52576],{52576:function(e,a,u){u.r(a);const n=void 0;a.default=["en-TK",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NZD","$","New Zealand Dollar",{JPY:["JP¥","¥"],NZD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52576.8ab7dddfb9b74ad475ea.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52576.8ab7dddfb9b74ad475ea.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52576.8ab7dddfb9b74ad475ea.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52663.5690dbeed1dce9f89a1d.js b/dist/apps/processing-runtime-widget/52663.5690dbeed1dce9f89a1d.js new file mode 100644 index 0000000..45dab47 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52663.5690dbeed1dce9f89a1d.js @@ -0,0 +1,2 @@ +/*! For license information please see 52663.5690dbeed1dce9f89a1d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52663],{52663:function(e,i,u){u.r(i);const o=void 0;i.default=["qu",[["a.m.","p.m."],o,o],o,[["D","L","M","X","J","V","S"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"]],o,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Set","Oct","Nov","Dic"],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],o,[["a.d.","dC"],["a.d.","d.C."],["ñawpa cristu","chanta cristu"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,"{0} {1}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"PEN","S/","Sol Peruano",{BBD:["BBG","$"],BMD:["DBM","$"],BZD:["DBZ","$"],CAD:["$CA","$"],GHS:[o,"GHC"],JPY:["JP¥","¥"],PEN:["S/"],PHP:[o,"₱"],USD:["$US","$"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52663.5690dbeed1dce9f89a1d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52663.5690dbeed1dce9f89a1d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52663.5690dbeed1dce9f89a1d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52683.4853de4e46be55dbb33d.js b/dist/apps/processing-runtime-widget/52683.4853de4e46be55dbb33d.js new file mode 100644 index 0000000..fd12cc1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52683.4853de4e46be55dbb33d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52683],{52683:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52800.31d83c7e538d3c6e26e3.js b/dist/apps/processing-runtime-widget/52800.31d83c7e538d3c6e26e3.js new file mode 100644 index 0000000..8058732 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52800.31d83c7e538d3c6e26e3.js @@ -0,0 +1,2 @@ +/*! For license information please see 52800.31d83c7e538d3c6e26e3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52800],{52800:function(u,c,i){i.r(c);const e=void 0;c.default=[[["真夜中","正午","朝","昼","夕方","夜","夜中"],e,e],e,["00:00","12:00",["04:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","23:00"],["23:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52800.31d83c7e538d3c6e26e3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52800.31d83c7e538d3c6e26e3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52800.31d83c7e538d3c6e26e3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52816.72a6f8f55f3b5d96326b.js b/dist/apps/processing-runtime-widget/52816.72a6f8f55f3b5d96326b.js new file mode 100644 index 0000000..5323fea --- /dev/null +++ b/dist/apps/processing-runtime-widget/52816.72a6f8f55f3b5d96326b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52816],{52816:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52857.e8fba7d2ad9546a8c779.js b/dist/apps/processing-runtime-widget/52857.e8fba7d2ad9546a8c779.js new file mode 100644 index 0000000..dc0193a --- /dev/null +++ b/dist/apps/processing-runtime-widget/52857.e8fba7d2ad9546a8c779.js @@ -0,0 +1,2 @@ +/*! For license information please see 52857.e8fba7d2ad9546a8c779.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52857],{52857:function(e,u,a){a.r(u);const r=void 0;u.default=["en-BE",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/yy","dd MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52857.e8fba7d2ad9546a8c779.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52857.e8fba7d2ad9546a8c779.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52857.e8fba7d2ad9546a8c779.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52871.006ce4f4756749e4d9ee.js b/dist/apps/processing-runtime-widget/52871.006ce4f4756749e4d9ee.js new file mode 100644 index 0000000..3a6e79b --- /dev/null +++ b/dist/apps/processing-runtime-widget/52871.006ce4f4756749e4d9ee.js @@ -0,0 +1,2 @@ +/*! For license information please see 52871.006ce4f4756749e4d9ee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52871],{52871:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-LR",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"LRD","$","𞤁𞤢𞤤𞤢 𞤂𞤭𞤦𞤫𞤪𞤭𞤴𞤢𞤲𞤳𞤮",{BYN:[i,"р."],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],LRD:["$"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52871.006ce4f4756749e4d9ee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52871.006ce4f4756749e4d9ee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52871.006ce4f4756749e4d9ee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52881.55aad363f85cb10e48fd.js b/dist/apps/processing-runtime-widget/52881.55aad363f85cb10e48fd.js new file mode 100644 index 0000000..8c06805 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52881.55aad363f85cb10e48fd.js @@ -0,0 +1,2 @@ +/*! For license information please see 52881.55aad363f85cb10e48fd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52881],{7632:function(M,s,u){u.r(s);const t=void 0;s.default=["ta-MY",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"],t],t,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],t,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],t,[["கி.மு.","கி.பி."],t,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",t,"{1} அன்று {0}",t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MYR","RM","மலேஷியன் ரிங்கிட்",{BYN:[t,"р."],MYR:["RM"],PHP:[t,"₱"],SGD:["S$","$"],THB:["฿"],TWD:["NT$"]},"ltr",function(M){return 1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52881.55aad363f85cb10e48fd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52881.55aad363f85cb10e48fd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52881.55aad363f85cb10e48fd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/52956.df48aec04ba03db59c04.js b/dist/apps/processing-runtime-widget/52956.df48aec04ba03db59c04.js new file mode 100644 index 0000000..c1d0106 --- /dev/null +++ b/dist/apps/processing-runtime-widget/52956.df48aec04ba03db59c04.js @@ -0,0 +1,2 @@ +/*! For license information please see 52956.df48aec04ba03db59c04.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[52956],{52956:function(s,M,u){u.r(M);const c=void 0;M.default=["ce",[["AM","PM"],c,c],c,[["кӀи","ор","ши","кха","еа","пӀе","шуо"],c,["кӀира","оршот","шинара","кхаара","еара","пӀераска","шуот"],["кӀи","ор","ши","кха","еа","пӀе","шуо"]],[["кӀ","о","ш","кх","е","пӀ","ш"],["кӀи","ор","ши","кха","еа","пӀе","шуо"],["кӀира","оршот","шинара","кхаара","еара","пӀераска","шуот"],["кӀи","ор","ши","кха","еа","пӀе","шуо"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],c,[["в. э. тӀ. я","в. э"],c,["Ӏийса пайхамар вина де кхачале","Ӏийса пайхамар вина дийнахь дуьйна"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","Терхьаш дац",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RUB","₽","Российн сом",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],RON:[c,"лей"],RUB:["₽"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/52956.df48aec04ba03db59c04.js.LICENSE.txt b/dist/apps/processing-runtime-widget/52956.df48aec04ba03db59c04.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/52956.df48aec04ba03db59c04.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/531.0a68321c73a253e9f4e2.js b/dist/apps/processing-runtime-widget/531.0a68321c73a253e9f4e2.js new file mode 100644 index 0000000..29dd692 --- /dev/null +++ b/dist/apps/processing-runtime-widget/531.0a68321c73a253e9f4e2.js @@ -0,0 +1,2 @@ +/*! For license information please see 531.0a68321c73a253e9f4e2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[531],{531:function(e,$,r){r.r($);const i=void 0;$.default=["fr-ML",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",i,"{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/531.0a68321c73a253e9f4e2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/531.0a68321c73a253e9f4e2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/531.0a68321c73a253e9f4e2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53200.376639c0c78cd2c8b0c4.js b/dist/apps/processing-runtime-widget/53200.376639c0c78cd2c8b0c4.js new file mode 100644 index 0000000..b409000 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53200.376639c0c78cd2c8b0c4.js @@ -0,0 +1,2 @@ +/*! For license information please see 53200.376639c0c78cd2c8b0c4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53200],{53200:function(a,i,e){e.r(i);const A=void 0;i.default=["twq",[["Subbaahi","Zaarikay b"],A,A],A,[["H","T","T","L","L","L","S"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"],["Alhadi","Atinni","Atalaata","Alarba","Alhamiisa","Alzuma","Asibti"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"]],A,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],A,[["IJ","IZ"],A,["Isaa jine","Isaa zamanoo"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",A,A,A],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"XOF","F CFA","CFA Fraŋ (BCEAO)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53200.376639c0c78cd2c8b0c4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53200.376639c0c78cd2c8b0c4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53200.376639c0c78cd2c8b0c4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53201.412c414928df37aa4031.js b/dist/apps/processing-runtime-widget/53201.412c414928df37aa4031.js new file mode 100644 index 0000000..846e34f --- /dev/null +++ b/dist/apps/processing-runtime-widget/53201.412c414928df37aa4031.js @@ -0,0 +1,2 @@ +/*! For license information please see 53201.412c414928df37aa4031.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53201],{53201:function(a,e,n){n.r(e);const r=void 0;e.default=["nl-CW",[["a.m.","p.m."],r,r],r,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],r,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,"{1} 'om' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"ANG","NAf.","Nederlands-Antilliaanse gulden",{ANG:["NAf."],AUD:["AU$","$"],BYN:[r,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[r,"₱"],RUR:[r,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),n=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53201.412c414928df37aa4031.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53201.412c414928df37aa4031.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53201.412c414928df37aa4031.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53228.e72680eae308dcd20e1b.js b/dist/apps/processing-runtime-widget/53228.e72680eae308dcd20e1b.js new file mode 100644 index 0000000..9a249c1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53228.e72680eae308dcd20e1b.js @@ -0,0 +1,2 @@ +/*! For license information please see 53228.e72680eae308dcd20e1b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53228],{53228:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53228.e72680eae308dcd20e1b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53228.e72680eae308dcd20e1b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53228.e72680eae308dcd20e1b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53266.e5a2e540acff79050547.js b/dist/apps/processing-runtime-widget/53266.e5a2e540acff79050547.js new file mode 100644 index 0000000..6ce463f --- /dev/null +++ b/dist/apps/processing-runtime-widget/53266.e5a2e540acff79050547.js @@ -0,0 +1,2 @@ +/*! For license information please see 53266.e5a2e540acff79050547.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53266],{53266:function(u,i,a){a.r(i);const J=void 0;i.default=["vun",[["utuko","kyiukonyi"],J,J],J,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapilyi","Jumatatuu","Jumanne","Jumatanu","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],J,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprilyi","Mei","Junyi","Julyai","Agusti","Septemba","Oktoba","Novemba","Desemba"]],J,[["KK","BK"],J,["Kabla ya Kristu","Baada ya Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",J,J,J],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TZS","TSh","Shilingi ya Tanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(u){return 1===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53266.e5a2e540acff79050547.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53266.e5a2e540acff79050547.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53266.e5a2e540acff79050547.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53519.b9eecb8e129c445c2f16.js b/dist/apps/processing-runtime-widget/53519.b9eecb8e129c445c2f16.js new file mode 100644 index 0000000..95e1bdf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53519.b9eecb8e129c445c2f16.js @@ -0,0 +1,2 @@ +/*! For license information please see 53519.b9eecb8e129c445c2f16.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53519],{53519:function(e,$,r){r.r($);const i=void 0;$.default=["fr-SC",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"SCR","SR","roupie des Seychelles",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SCR:["SR"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53519.b9eecb8e129c445c2f16.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53519.b9eecb8e129c445c2f16.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53519.b9eecb8e129c445c2f16.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53533.e5600fb66ba1cae3086c.js b/dist/apps/processing-runtime-widget/53533.e5600fb66ba1cae3086c.js new file mode 100644 index 0000000..0832bd1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53533.e5600fb66ba1cae3086c.js @@ -0,0 +1,2 @@ +/*! For license information please see 53533.e5600fb66ba1cae3086c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53533],{53533:function(e,t,r){var n;r.r(t),r.d(t,{APP_BASE_HREF:function(){return E},AsyncPipe:function(){return st},CommonModule:function(){return Bt},CurrencyPipe:function(){return At},DATE_PIPE_DEFAULT_TIMEZONE:function(){return gt},DOCUMENT:function(){return c},DatePipe:function(){return ft},DecimalPipe:function(){return Et},FormStyle:function(){return L},FormatWidth:function(){return V},HashLocationStrategy:function(){return A},I18nPluralPipe:function(){return dt},I18nSelectPipe:function(){return mt},JsonPipe:function(){return yt},KeyValuePipe:function(){return Ct},LOCATION_INITIALIZED:function(){return p},Location:function(){return _},LocationStrategy:function(){return C},LowerCasePipe:function(){return ct},NgClass:function(){return Ne},NgComponentOutlet:function(){return je},NgForOf:function(){return Ue},NgForOfContext:function(){return He},NgIf:function(){return We},NgIfContext:function(){return ze},NgLocaleLocalization:function(){return Oe},NgLocalization:function(){return Te},NgPlural:function(){return et},NgPluralCase:function(){return tt},NgStyle:function(){return rt},NgSwitch:function(){return Xe},NgSwitchCase:function(){return Je},NgSwitchDefault:function(){return Qe},NgTemplateOutlet:function(){return nt},NumberFormatStyle:function(){return B},NumberSymbol:function(){return P},PathLocationStrategy:function(){return v},PercentPipe:function(){return vt},PlatformLocation:function(){return l},Plural:function(){return S},SlicePipe:function(){return It},TitleCasePipe:function(){return Dt},TranslationWidth:function(){return k},UpperCasePipe:function(){return pt},VERSION:function(){return Rt},ViewportScroller:function(){return xt},WeekDay:function(){return T},XhrFactory:function(){return Gt},formatCurrency:function(){return Se},formatDate:function(){return De},formatNumber:function(){return ke},formatPercent:function(){return Le},getCurrencySymbol:function(){return ne},getLocaleCurrencyCode:function(){return K},getLocaleCurrencyName:function(){return Z},getLocaleCurrencySymbol:function(){return z},getLocaleDateFormat:function(){return G},getLocaleDateTimeFormat:function(){return U},getLocaleDayNames:function(){return R},getLocaleDayPeriods:function(){return O},getLocaleDirection:function(){return ee},getLocaleEraNames:function(){return N},getLocaleExtraDayPeriodRules:function(){return Q},getLocaleExtraDayPeriods:function(){return q},getLocaleFirstDayOfWeek:function(){return j},getLocaleId:function(){return M},getLocaleMonthNames:function(){return x},getLocaleNumberFormat:function(){return W},getLocaleNumberSymbol:function(){return Y},getLocalePluralCase:function(){return X},getLocaleTimeFormat:function(){return H},getLocaleWeekEndRange:function(){return $},getNumberOfCurrencyDigits:function(){return oe},isPlatformBrowser:function(){return Pt},isPlatformServer:function(){return Tt},isPlatformWorkerApp:function(){return Mt},isPlatformWorkerUi:function(){return Ot},registerLocaleData:function(){return Re},"ɵBrowserPlatformLocation":function(){return g},"ɵDomAdapter":function(){return s},"ɵNullViewportScroller":function(){return $t},"ɵPLATFORM_BROWSER_ID":function(){return St},"ɵPLATFORM_SERVER_ID":function(){return Lt},"ɵPLATFORM_WORKER_APP_ID":function(){return kt},"ɵPLATFORM_WORKER_UI_ID":function(){return Vt},"ɵgetDOM":function(){return i},"ɵparseCookieValue":function(){return xe},"ɵsetRootDomAdapter":function(){return a}});var o=r(40761);let u=null;function i(){return u}function a(e){u||(u=e)}class s{}const c=new o.InjectionToken("DocumentToken");class l{historyGo(e){throw new Error("Not implemented")}}function D(){return(0,o["ɵɵinject"])(g)}l.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:l,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),l.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:l,providedIn:"platform",useFactory:D}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:l,decorators:[{type:o.Injectable,args:[{providedIn:"platform",useFactory:D}]}]});const p=new o.InjectionToken("Location Initialized");class g extends l{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=window.location,this._history=window.history}getBaseHrefFromDOM(){return i().getBaseHref(this._doc)}onPopState(e){const t=i().getGlobalEventTarget(this._doc,"window");return t.addEventListener("popstate",e,!1),()=>t.removeEventListener("popstate",e)}onHashChange(e){const t=i().getGlobalEventTarget(this._doc,"window");return t.addEventListener("hashchange",e,!1),()=>t.removeEventListener("hashchange",e)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){f()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){f()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}historyGo(e=0){this._history.go(e)}getState(){return this._history.state}}function f(){return!!window.history.pushState}function h(){return new g((0,o["ɵɵinject"])(c))}function d(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function m(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,n=r-("/"===e[r-1]?1:0);return e.slice(0,n)+e.slice(r)}function y(e){return e&&"?"!==e[0]?"?"+e:e}g.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:g,deps:[{token:c}],target:o["ɵɵFactoryTarget"].Injectable}),g.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:g,providedIn:"platform",useFactory:h}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:g,decorators:[{type:o.Injectable,args:[{providedIn:"platform",useFactory:h}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Inject,args:[c]}]}]}});class C{historyGo(e){throw new Error("Not implemented")}}function F(){const e=(0,o["ɵɵinject"])(c).location;return new v((0,o["ɵɵinject"])(l),e&&e.origin||"")}C.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:C,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),C.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:C,providedIn:"root",useFactory:F}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:C,decorators:[{type:o.Injectable,args:[{providedIn:"root",useFactory:F}]}]});const E=new o.InjectionToken("appBaseHref");class v extends C{constructor(e,t){if(super(),this._platformLocation=e,this._removeListenerFns=[],null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)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.");this._baseHref=t}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(e){this._removeListenerFns.push(this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e))}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return d(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+y(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,n){const o=this.prepareExternalUrl(r+y(n));this._platformLocation.pushState(e,t,o)}replaceState(e,t,r,n){const o=this.prepareExternalUrl(r+y(n));this._platformLocation.replaceState(e,t,o)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(e=0){this._platformLocation.historyGo?.(e)}}v.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:v,deps:[{token:l},{token:E,optional:!0}],target:o["ɵɵFactoryTarget"].Injectable}),v.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:v}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:v,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:l},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[E]}]}]}});class A extends C{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",this._removeListenerFns=[],null!=t&&(this._baseHref=t)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(e){this._removeListenerFns.push(this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e))}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=d(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,n){let o=this.prepareExternalUrl(r+y(n));0==o.length&&(o=this._platformLocation.pathname),this._platformLocation.pushState(e,t,o)}replaceState(e,t,r,n){let o=this.prepareExternalUrl(r+y(n));0==o.length&&(o=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,o)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(e=0){this._platformLocation.historyGo?.(e)}}A.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:A,deps:[{token:l},{token:E,optional:!0}],target:o["ɵɵFactoryTarget"].Injectable}),A.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:A}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:A,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:l},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[E]}]}]}});class _{constructor(e){this._subject=new o.EventEmitter,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=e;const t=this._locationStrategy.getBaseHref();this._baseHref=m(I(t)),this._locationStrategy.onPopState((e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})}))}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(e=!1){return this.normalize(this._locationStrategy.path(e))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+y(t))}normalize(e){return _.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,I(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._locationStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._locationStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+y(t)),r)}replaceState(e,t="",r=null){this._locationStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+y(t)),r)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(e=0){this._locationStrategy.historyGo?.(e)}onUrlChange(e){return this._urlChangeListeners.push(e),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe((e=>{this._notifyUrlChangeListeners(e.url,e.state)}))),()=>{const t=this._urlChangeListeners.indexOf(e);this._urlChangeListeners.splice(t,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach((r=>r(e,t)))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function b(){return new _((0,o["ɵɵinject"])(C))}function I(e){return e.replace(/\/index.html$/,"")}_.normalizeQueryParams=y,_.joinWithSlash=d,_.stripTrailingSlash=m,_.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:_,deps:[{token:C}],target:o["ɵɵFactoryTarget"].Injectable}),_.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:_,providedIn:"root",useFactory:b}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:_,decorators:[{type:o.Injectable,args:[{providedIn:"root",useFactory:b}]}],ctorParameters:function(){return[{type:C}]}});const w={ADP:[void 0,void 0,0],AFN:[void 0,"؋",0],ALL:[void 0,void 0,0],AMD:[void 0,"֏",2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],AZN:[void 0,"₼"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,void 0,2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GHS:[void 0,"GH₵"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:["₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLE:[void 0,void 0,2],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["F CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};var B,S,L,k,V,P,T;function M(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].LocaleId]}function O(e,t,r){const n=(0,o["ɵfindLocaleData"])(e),u=te([n[o["ɵLocaleDataIndex"].DayPeriodsFormat],n[o["ɵLocaleDataIndex"].DayPeriodsStandalone]],t);return te(u,r)}function R(e,t,r){const n=(0,o["ɵfindLocaleData"])(e),u=te([n[o["ɵLocaleDataIndex"].DaysFormat],n[o["ɵLocaleDataIndex"].DaysStandalone]],t);return te(u,r)}function x(e,t,r){const n=(0,o["ɵfindLocaleData"])(e),u=te([n[o["ɵLocaleDataIndex"].MonthsFormat],n[o["ɵLocaleDataIndex"].MonthsStandalone]],t);return te(u,r)}function N(e,t){return te((0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].Eras],t)}function j(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].FirstDayOfWeek]}function $(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].WeekendRange]}function G(e,t){return te((0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].DateFormat],t)}function H(e,t){return te((0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].TimeFormat],t)}function U(e,t){return te((0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].DateTimeFormat],t)}function Y(e,t){const r=(0,o["ɵfindLocaleData"])(e),n=r[o["ɵLocaleDataIndex"].NumberSymbols][t];if(void 0===n){if(t===P.CurrencyDecimal)return r[o["ɵLocaleDataIndex"].NumberSymbols][P.Decimal];if(t===P.CurrencyGroup)return r[o["ɵLocaleDataIndex"].NumberSymbols][P.Group]}return n}function W(e,t){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].NumberFormats][t]}function z(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].CurrencySymbol]||null}function Z(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].CurrencyName]||null}function K(e){return(0,o["ɵgetLocaleCurrencyCode"])(e)}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(B||(B={})),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(S||(S={})),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(L||(L={})),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(k||(k={})),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(V||(V={})),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(P||(P={})),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(T||(T={}));const X=o["ɵgetLocalePluralCase"];function J(e){if(!e[o["ɵLocaleDataIndex"].ExtraData])throw new Error(`Missing extra locale data for the locale "${e[o["ɵLocaleDataIndex"].LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Q(e){const t=(0,o["ɵfindLocaleData"])(e);J(t);return(t[o["ɵLocaleDataIndex"].ExtraData][2]||[]).map((e=>"string"==typeof e?re(e):[re(e[0]),re(e[1])]))}function q(e,t,r){const n=(0,o["ɵfindLocaleData"])(e);J(n);const u=te([n[o["ɵLocaleDataIndex"].ExtraData][0],n[o["ɵLocaleDataIndex"].ExtraData][1]],t)||[];return te(u,r)||[]}function ee(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].Directionality]}function te(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function re(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function ne(e,t,r="en"){const n=function(e){return(0,o["ɵfindLocaleData"])(e)[o["ɵLocaleDataIndex"].Currencies]}(r)[e]||w[e]||[],u=n[1];return"narrow"===t&&"string"==typeof u?u:n[0]||e}function oe(e){let t;const r=w[e];return r&&(t=r[2]),"number"==typeof t?t:2}const ue=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,ie={},ae=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var se,ce,le;function De(e,t,r,n){let o=function(e){if(_e(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){if(e=e.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(e)){const[t,r=1,n=1]=e.split("-").map((e=>+e));return pe(t,r-1,n)}const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);let r;if(r=e.match(ue))return function(e){const t=new Date(0);let r=0,n=0;const o=e[8]?t.setUTCFullYear:t.setFullYear,u=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),n=Number(e[9]+e[11]));o.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const i=Number(e[4]||0)-r,a=Number(e[5]||0)-n,s=Number(e[6]||0),c=Math.floor(1e3*parseFloat("0."+(e[7]||0)));return u.call(t,i,a,s,c),t}(r)}const t=new Date(e);if(!_e(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=ge(r,t)||t;let u,i=[];for(;t;){if(u=ae.exec(t),!u){i.push(t);break}{i=i.concat(u.slice(1));const e=i.pop();if(!e)break;t=e}}let a=o.getTimezoneOffset();n&&(a=Ae(n,a),o=function(e,t,r){const n=r?-1:1,o=e.getTimezoneOffset(),u=Ae(t,o);return function(e,t){return e=new Date(e.getTime()),e.setMinutes(e.getMinutes()+t),e}(e,n*(u-o))}(o,n,!0));let s="";return i.forEach((e=>{const t=function(e){if(ve[e])return ve[e];let t;switch(e){case"G":case"GG":case"GGG":t=me(le.Eras,k.Abbreviated);break;case"GGGG":t=me(le.Eras,k.Wide);break;case"GGGGG":t=me(le.Eras,k.Narrow);break;case"y":t=de(ce.FullYear,1,0,!1,!0);break;case"yy":t=de(ce.FullYear,2,0,!0,!0);break;case"yyy":t=de(ce.FullYear,3,0,!1,!0);break;case"yyyy":t=de(ce.FullYear,4,0,!1,!0);break;case"Y":t=Ee(1);break;case"YY":t=Ee(2,!0);break;case"YYY":t=Ee(3);break;case"YYYY":t=Ee(4);break;case"M":case"L":t=de(ce.Month,1,1);break;case"MM":case"LL":t=de(ce.Month,2,1);break;case"MMM":t=me(le.Months,k.Abbreviated);break;case"MMMM":t=me(le.Months,k.Wide);break;case"MMMMM":t=me(le.Months,k.Narrow);break;case"LLL":t=me(le.Months,k.Abbreviated,L.Standalone);break;case"LLLL":t=me(le.Months,k.Wide,L.Standalone);break;case"LLLLL":t=me(le.Months,k.Narrow,L.Standalone);break;case"w":t=Fe(1);break;case"ww":t=Fe(2);break;case"W":t=Fe(1,!0);break;case"d":t=de(ce.Date,1);break;case"dd":t=de(ce.Date,2);break;case"c":case"cc":t=de(ce.Day,1);break;case"ccc":t=me(le.Days,k.Abbreviated,L.Standalone);break;case"cccc":t=me(le.Days,k.Wide,L.Standalone);break;case"ccccc":t=me(le.Days,k.Narrow,L.Standalone);break;case"cccccc":t=me(le.Days,k.Short,L.Standalone);break;case"E":case"EE":case"EEE":t=me(le.Days,k.Abbreviated);break;case"EEEE":t=me(le.Days,k.Wide);break;case"EEEEE":t=me(le.Days,k.Narrow);break;case"EEEEEE":t=me(le.Days,k.Short);break;case"a":case"aa":case"aaa":t=me(le.DayPeriods,k.Abbreviated);break;case"aaaa":t=me(le.DayPeriods,k.Wide);break;case"aaaaa":t=me(le.DayPeriods,k.Narrow);break;case"b":case"bb":case"bbb":t=me(le.DayPeriods,k.Abbreviated,L.Standalone,!0);break;case"bbbb":t=me(le.DayPeriods,k.Wide,L.Standalone,!0);break;case"bbbbb":t=me(le.DayPeriods,k.Narrow,L.Standalone,!0);break;case"B":case"BB":case"BBB":t=me(le.DayPeriods,k.Abbreviated,L.Format,!0);break;case"BBBB":t=me(le.DayPeriods,k.Wide,L.Format,!0);break;case"BBBBB":t=me(le.DayPeriods,k.Narrow,L.Format,!0);break;case"h":t=de(ce.Hours,1,-12);break;case"hh":t=de(ce.Hours,2,-12);break;case"H":t=de(ce.Hours,1);break;case"HH":t=de(ce.Hours,2);break;case"m":t=de(ce.Minutes,1);break;case"mm":t=de(ce.Minutes,2);break;case"s":t=de(ce.Seconds,1);break;case"ss":t=de(ce.Seconds,2);break;case"S":t=de(ce.FractionalSeconds,1);break;case"SS":t=de(ce.FractionalSeconds,2);break;case"SSS":t=de(ce.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=ye(se.Short);break;case"ZZZZZ":t=ye(se.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=ye(se.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=ye(se.Long);break;default:return null}return ve[e]=t,t}(e);s+=t?t(o,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),s}function pe(e,t,r){const n=new Date(0);return n.setFullYear(e,t,r),n.setHours(0,0,0),n}function ge(e,t){const r=M(e);if(ie[r]=ie[r]||{},ie[r][t])return ie[r][t];let n="";switch(t){case"shortDate":n=G(e,V.Short);break;case"mediumDate":n=G(e,V.Medium);break;case"longDate":n=G(e,V.Long);break;case"fullDate":n=G(e,V.Full);break;case"shortTime":n=H(e,V.Short);break;case"mediumTime":n=H(e,V.Medium);break;case"longTime":n=H(e,V.Long);break;case"fullTime":n=H(e,V.Full);break;case"short":const t=ge(e,"shortTime"),r=ge(e,"shortDate");n=fe(U(e,V.Short),[t,r]);break;case"medium":const o=ge(e,"mediumTime"),u=ge(e,"mediumDate");n=fe(U(e,V.Medium),[o,u]);break;case"long":const i=ge(e,"longTime"),a=ge(e,"longDate");n=fe(U(e,V.Long),[i,a]);break;case"full":const s=ge(e,"fullTime"),c=ge(e,"fullDate");n=fe(U(e,V.Full),[s,c])}return n&&(ie[r][t]=n),n}function fe(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function he(e,t,r="-",n,o){let u="";(e<0||o&&e<=0)&&(o?e=1-e:(e=-e,u=r));let i=String(e);for(;i.length0||a>-r)&&(a+=r),e===ce.Hours)0===a&&-12===r&&(a=12);else if(e===ce.FractionalSeconds)return s=t,he(a,3).substring(0,s);var s;const c=Y(i,P.MinusSign);return he(a,t,c,n,o)}}function me(e,t,r=L.Format,n=!1){return function(o,u){return function(e,t,r,n,o,u){switch(r){case le.Months:return x(t,o,n)[e.getMonth()];case le.Days:return R(t,o,n)[e.getDay()];case le.DayPeriods:const i=e.getHours(),a=e.getMinutes();if(u){const e=Q(t),r=q(t,o,n),u=e.findIndex((e=>{if(Array.isArray(e)){const[t,r]=e,n=i>=t.hours&&a>=t.minutes,o=i0?Math.floor(o/60):Math.ceil(o/60);switch(e){case se.Short:return(o>=0?"+":"")+he(i,2,u)+he(Math.abs(o%60),2,u);case se.ShortGMT:return"GMT"+(o>=0?"+":"")+he(i,1,u);case se.Long:return"GMT"+(o>=0?"+":"")+he(i,2,u)+":"+he(Math.abs(o%60),2,u);case se.Extended:return 0===n?"Z":(o>=0?"+":"")+he(i,2,u)+":"+he(Math.abs(o%60),2,u);default:throw new Error(`Unknown zone width "${e}"`)}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(se||(se={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(ce||(ce={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(le||(le={}));function Ce(e){return pe(e.getFullYear(),e.getMonth(),e.getDate()+(4-e.getDay()))}function Fe(e,t=!1){return function(r,n){let o;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();o=1+Math.floor((t+e)/7)}else{const e=Ce(r),t=function(e){const t=pe(e,0,1).getDay();return pe(e,0,1+(t<=4?4:11)-t)}(e.getFullYear()),n=e.getTime()-t.getTime();o=1+Math.round(n/6048e5)}return he(o,e,Y(n,P.MinusSign))}}function Ee(e,t=!1){return function(r,n){return he(Ce(r).getFullYear(),e,Y(n,P.MinusSign),t)}}const ve={};function Ae(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function _e(e){return e instanceof Date&&!isNaN(e.valueOf())}const be=/^(\d+)?\.((\d+)(-(\d+))?)?$/,Ie=".",we="0";function Be(e,t,r,n,o,u,i=!1){let a="",s=!1;if(isFinite(e)){let c=function(e){let t,r,n,o,u,i=Math.abs(e)+"",a=0;(r=i.indexOf(Ie))>-1&&(i=i.replace(Ie,""));(n=i.search(/e/i))>0?(r<0&&(r=n),r+=+i.slice(n+1),i=i.substring(0,n)):r<0&&(r=i.length);for(n=0;i.charAt(n)===we;n++);if(n===(u=i.length))t=[0],r=1;else{for(u--;i.charAt(u)===we;)u--;for(r-=n,t=[],o=0;n<=u;n++,o++)t[o]=Number(i.charAt(n))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(c=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(c));let l=t.minInt,D=t.minFrac,p=t.maxFrac;if(u){const e=u.match(be);if(null===e)throw new Error(`${u} is not a valid digit info`);const t=e[1],r=e[3],n=e[5];null!=t&&(l=Pe(t)),null!=r&&(D=Pe(r)),null!=n?p=Pe(n):null!=r&&D>p&&(p=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let n=e.digits,o=n.length-e.integerLen;const u=Math.min(Math.max(t,o),r);let i=u+e.integerLen,a=n[i];if(i>0){n.splice(Math.max(e.integerLen,i));for(let e=i;e=5)if(i-1<0){for(let t=0;t>i;t--)n.unshift(0),e.integerLen++;n.unshift(1),e.integerLen++}else n[i-1]++;for(;o=c?n.pop():s=!1),t>=10?1:0}),0);l&&(n.unshift(l),e.integerLen++)}(c,D,p);let g=c.digits,f=c.integerLen;const h=c.exponent;let d=[];for(s=g.every((e=>!e));f0?d=g.splice(f,g.length):(d=g,g=[0]);const m=[];for(g.length>=t.lgSize&&m.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)m.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&m.unshift(g.join("")),a=m.join(Y(r,n)),d.length&&(a+=Y(r,o)+d.join("")),h&&(a+=Y(r,P.Exponential)+"+"+h)}else a=Y(r,P.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function Se(e,t,r,n,o){const u=Ve(W(t,B.Currency),Y(t,P.MinusSign));u.minFrac=oe(n),u.maxFrac=u.minFrac;return Be(e,u,t,P.CurrencyGroup,P.CurrencyDecimal,o).replace("¤",r).replace("¤","").trim()}function Le(e,t,r){return Be(e,Ve(W(t,B.Percent),Y(t,P.MinusSign)),t,P.Group,P.Decimal,r,!0).replace(new RegExp("%","g"),Y(t,P.PercentSign))}function ke(e,t,r){return Be(e,Ve(W(t,B.Decimal),Y(t,P.MinusSign)),t,P.Group,P.Decimal,r)}function Ve(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},n=e.split(";"),o=n[0],u=n[1],i=-1!==o.indexOf(Ie)?o.split(Ie):[o.substring(0,o.lastIndexOf(we)+1),o.substring(o.lastIndexOf(we)+1)],a=i[0],s=i[1]||"";r.posPre=a.substring(0,a.indexOf("#"));for(let e=0;e-1)return o;if(o=r.getPluralCategory(e,n),t.indexOf(o)>-1)return o;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}Te.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Te,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),Te.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Te,providedIn:"root",useFactory:e=>new Oe(e),deps:[{token:o.LOCALE_ID}]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Te,decorators:[{type:o.Injectable,args:[{providedIn:"root",useFactory:e=>new Oe(e),deps:[o.LOCALE_ID]}]}]});class Oe extends Te{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(X(t||this.locale)(e)){case S.Zero:return"zero";case S.One:return"one";case S.Two:return"two";case S.Few:return"few";case S.Many:return"many";default:return"other"}}}function Re(e,t,r){return(0,o["ɵregisterLocaleData"])(e,t,r)}function xe(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[n,o]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(n.trim()===t)return decodeURIComponent(o)}return null}Oe.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Oe,deps:[{token:o.LOCALE_ID}],target:o["ɵɵFactoryTarget"].Injectable}),Oe.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Oe}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Oe,decorators:[{type:o.Injectable}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Inject,args:[o.LOCALE_ID]}]}]}});class Ne{constructor(e,t,r,n){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=n,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&((0,o["ɵisListLikeIterable"])(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem((e=>this._toggleClass(e.key,e.currentValue))),e.forEachChangedItem((e=>this._toggleClass(e.key,e.currentValue))),e.forEachRemovedItem((e=>{e.previousValue&&this._toggleClass(e.key,!1)}))}_applyIterableChanges(e){e.forEachAddedItem((e=>{if("string"!=typeof e.item)throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${(0,o["ɵstringify"])(e.item)}`);this._toggleClass(e.item,!0)})),e.forEachRemovedItem((e=>this._toggleClass(e.item,!1)))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach((e=>this._toggleClass(e,!0))):Object.keys(e).forEach((t=>this._toggleClass(t,!!e[t]))))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach((e=>this._toggleClass(e,!1))):Object.keys(e).forEach((e=>this._toggleClass(e,!1))))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach((e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)}))}}Ne.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Ne,deps:[{token:o.IterableDiffers},{token:o.KeyValueDiffers},{token:o.ElementRef},{token:o.Renderer2}],target:o["ɵɵFactoryTarget"].Directive}),Ne.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ne,selector:"[ngClass]",inputs:{klass:["class","klass"],ngClass:"ngClass"},ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Ne,decorators:[{type:o.Directive,args:[{selector:"[ngClass]"}]}],ctorParameters:function(){return[{type:o.IterableDiffers},{type:o.KeyValueDiffers},{type:o.ElementRef},{type:o.Renderer2}]},propDecorators:{klass:[{type:o.Input,args:["class"]}],ngClass:[{type:o.Input,args:["ngClass"]}]}});class je{constructor(e){this._viewContainerRef=e,this.ngComponentOutlet=null}ngOnChanges(e){const{_viewContainerRef:t,ngComponentOutletNgModule:r,ngComponentOutletNgModuleFactory:n}=this;if(t.clear(),this._componentRef=void 0,this.ngComponentOutlet){const u=this.ngComponentOutletInjector||t.parentInjector;(e.ngComponentOutletNgModule||e.ngComponentOutletNgModuleFactory)&&(this._moduleRef&&this._moduleRef.destroy(),this._moduleRef=r?(0,o.createNgModuleRef)(r,$e(u)):n?n.create($e(u)):void 0),this._componentRef=t.createComponent(this.ngComponentOutlet,{index:t.length,injector:u,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}function $e(e){return e.get(o.NgModuleRef).injector}je.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:je,deps:[{token:o.ViewContainerRef}],target:o["ɵɵFactoryTarget"].Directive}),je.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:je,selector:"[ngComponentOutlet]",inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},usesOnChanges:!0,ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:je,decorators:[{type:o.Directive,args:[{selector:"[ngComponentOutlet]"}]}],ctorParameters:function(){return[{type:o.ViewContainerRef}]},propDecorators:{ngComponentOutlet:[{type:o.Input}],ngComponentOutletInjector:[{type:o.Input}],ngComponentOutletContent:[{type:o.Input}],ngComponentOutletNgModule:[{type:o.Input}],ngComponentOutletNgModuleFactory:[{type:o.Input}]}});const Ge="undefined"==typeof ngDevMode||!!ngDevMode;class He{constructor(e,t,r,n){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=n}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class Ue{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){Ge&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)if(Ge)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch{let r=`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables, such as Arrays.`;throw"object"==typeof t&&(r+=" Did you mean to use the keyvalue pipe?"),new o["ɵRuntimeError"](-2200,r)}else this._differ=this._differs.find(t).create(this.ngForTrackBy)}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=this._viewContainer;e.forEachOperation(((e,r,n)=>{if(null==e.previousIndex)t.createEmbeddedView(this._template,new He(e.item,this._ngForOf,-1,-1),null===n?void 0:n);else if(null==n)t.remove(null===r?void 0:r);else if(null!==r){const o=t.get(r);t.move(o,n),Ye(o,e)}}));for(let e=0,r=t.length;e{Ye(t.get(e.currentIndex),e)}))}static ngTemplateContextGuard(e,t){return!0}}function Ye(e,t){e.context.$implicit=t.item}Ue.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Ue,deps:[{token:o.ViewContainerRef},{token:o.TemplateRef},{token:o.IterableDiffers}],target:o["ɵɵFactoryTarget"].Directive}),Ue.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ue,selector:"[ngFor][ngForOf]",inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Ue,decorators:[{type:o.Directive,args:[{selector:"[ngFor][ngForOf]"}]}],ctorParameters:function(){return[{type:o.ViewContainerRef},{type:o.TemplateRef},{type:o.IterableDiffers}]},propDecorators:{ngForOf:[{type:o.Input}],ngForTrackBy:[{type:o.Input}],ngForTemplate:[{type:o.Input}]}});class We{constructor(e,t){this._viewContainer=e,this._context=new ze,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){Ze("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){Ze("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}We.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:We,deps:[{token:o.ViewContainerRef},{token:o.TemplateRef}],target:o["ɵɵFactoryTarget"].Directive}),We.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:We,selector:"[ngIf]",inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:We,decorators:[{type:o.Directive,args:[{selector:"[ngIf]"}]}],ctorParameters:function(){return[{type:o.ViewContainerRef},{type:o.TemplateRef}]},propDecorators:{ngIf:[{type:o.Input}],ngIfThen:[{type:o.Input}],ngIfElse:[{type:o.Input}]}});class ze{constructor(){this.$implicit=null,this.ngIf=null}}function Ze(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${(0,o["ɵstringify"])(t)}'.`)}class Ke{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Xe{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;tthis._setStyle(e.key,null))),e.forEachAddedItem((e=>this._setStyle(e.key,e.currentValue))),e.forEachChangedItem((e=>this._setStyle(e.key,e.currentValue)))}}rt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:rt,deps:[{token:o.ElementRef},{token:o.KeyValueDiffers},{token:o.Renderer2}],target:o["ɵɵFactoryTarget"].Directive}),rt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:rt,selector:"[ngStyle]",inputs:{ngStyle:"ngStyle"},ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:rt,decorators:[{type:o.Directive,args:[{selector:"[ngStyle]"}]}],ctorParameters:function(){return[{type:o.ElementRef},{type:o.KeyValueDiffers},{type:o.Renderer2}]},propDecorators:{ngStyle:[{type:o.Input,args:["ngStyle"]}]}});class nt{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(e){if(e.ngTemplateOutlet||e.ngTemplateOutletInjector){const e=this._viewContainerRef;if(this._viewRef&&e.remove(e.indexOf(this._viewRef)),this.ngTemplateOutlet){const{ngTemplateOutlet:t,ngTemplateOutletContext:r,ngTemplateOutletInjector:n}=this;this._viewRef=e.createEmbeddedView(t,r,n?{injector:n}:void 0)}else this._viewRef=null}else this._viewRef&&e.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}nt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:nt,deps:[{token:o.ViewContainerRef}],target:o["ɵɵFactoryTarget"].Directive}),nt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:nt,selector:"[ngTemplateOutlet]",inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},usesOnChanges:!0,ngImport:n||(n=r.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:nt,decorators:[{type:o.Directive,args:[{selector:"[ngTemplateOutlet]"}]}],ctorParameters:function(){return[{type:o.ViewContainerRef}]},propDecorators:{ngTemplateOutletContext:[{type:o.Input}],ngTemplateOutlet:[{type:o.Input}],ngTemplateOutletInjector:[{type:o.Input}]}});const ot=[Ne,je,Ue,We,nt,rt,Xe,Je,Qe,et,tt];function ut(e,t){return new o["ɵRuntimeError"](2100,ngDevMode&&`InvalidPipeArgument: '${t}' for pipe '${(0,o["ɵstringify"])(e)}'`)}const it=new class{createSubscription(e,t){return e.then(t,(e=>{throw e}))}dispose(e){}},at=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}};class st{constructor(e){this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null,this._ref=e}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):this._latestValue:(e&&this._subscribe(e),this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(t=>this._updateLatestValue(e,t)))}_selectStrategy(e){if((0,o["ɵisPromise"])(e))return it;if((0,o["ɵisSubscribable"])(e))return at;throw ut(st,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}st.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:st,deps:[{token:o.ChangeDetectorRef}],target:o["ɵɵFactoryTarget"].Pipe}),st.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:st,name:"async",pure:!1}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:st,decorators:[{type:o.Pipe,args:[{name:"async",pure:!1}]}],ctorParameters:function(){return[{type:o.ChangeDetectorRef}]}});class ct{transform(e){if(null==e)return null;if("string"!=typeof e)throw ut(ct,e);return e.toLowerCase()}}ct.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ct,deps:[],target:o["ɵɵFactoryTarget"].Pipe}),ct.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ct,name:"lowercase"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ct,decorators:[{type:o.Pipe,args:[{name:"lowercase"}]}]});const lt=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;class Dt{transform(e){if(null==e)return null;if("string"!=typeof e)throw ut(Dt,e);return e.replace(lt,(e=>e[0].toUpperCase()+e.slice(1).toLowerCase()))}}Dt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Dt,deps:[],target:o["ɵɵFactoryTarget"].Pipe}),Dt.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Dt,name:"titlecase"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:Dt,decorators:[{type:o.Pipe,args:[{name:"titlecase"}]}]});class pt{transform(e){if(null==e)return null;if("string"!=typeof e)throw ut(pt,e);return e.toUpperCase()}}pt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:pt,deps:[],target:o["ɵɵFactoryTarget"].Pipe}),pt.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:pt,name:"uppercase"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:pt,decorators:[{type:o.Pipe,args:[{name:"uppercase"}]}]});const gt=new o.InjectionToken("DATE_PIPE_DEFAULT_TIMEZONE");class ft{constructor(e,t){this.locale=e,this.defaultTimezone=t}transform(e,t="mediumDate",r,n){if(null==e||""===e||e!=e)return null;try{return De(e,t,n||this.locale,r??this.defaultTimezone??void 0)}catch(e){throw ut(ft,e.message)}}}ft.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ft,deps:[{token:o.LOCALE_ID},{token:gt,optional:!0}],target:o["ɵɵFactoryTarget"].Pipe}),ft.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ft,name:"date"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:ft,decorators:[{type:o.Pipe,args:[{name:"date",pure:!0}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Inject,args:[o.LOCALE_ID]}]},{type:void 0,decorators:[{type:o.Inject,args:[gt]},{type:o.Optional}]}]}});const ht=/#/g;class dt{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw ut(dt,t);return t[Me(e,Object.keys(t),this._localization,r)].replace(ht,e.toString())}}dt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:dt,deps:[{token:Te}],target:o["ɵɵFactoryTarget"].Pipe}),dt.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:dt,name:"i18nPlural"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:dt,decorators:[{type:o.Pipe,args:[{name:"i18nPlural",pure:!0}]}],ctorParameters:function(){return[{type:Te}]}});class mt{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw ut(mt,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}mt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:mt,deps:[],target:o["ɵɵFactoryTarget"].Pipe}),mt.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:mt,name:"i18nSelect"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:mt,decorators:[{type:o.Pipe,args:[{name:"i18nSelect",pure:!0}]}]});class yt{transform(e){return JSON.stringify(e,null,2)}}yt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:yt,deps:[],target:o["ɵɵFactoryTarget"].Pipe}),yt.ɵpipe=o["ɵɵngDeclarePipe"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:yt,name:"json",pure:!1}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(o,2)),type:yt,decorators:[{type:o.Pipe,args:[{name:"json",pure:!1}]}]});class Ct{constructor(e){this.differs=e,this.keyValues=[],this.compareFn=Ft}transform(e,t=Ft){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e),n=t!==this.compareFn;return r&&(this.keyValues=[],r.forEachItem((e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}))),(r||n)&&(this.keyValues.sort(t),this.compareFn=t),this.keyValues}}function Ft(e,t){const r=e.key,n=t.key;if(r===n)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(null===r)return 1;if(null===n)return-1;if("string"==typeof r&&"string"==typeof n)return rnew Nt((0,o["ɵɵinject"])(c),window)});class Nt{constructor(e,t){this.document=e,this.window=t,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(e){this.supportsScrolling()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(!this.supportsScrolling())return;const t=function(e,t){const r=e.getElementById(t)||e.getElementsByName(t)[0];if(r)return r;if("function"==typeof e.createTreeWalker&&e.body&&(e.body.createShadowRoot||e.body.attachShadow)){const r=e.createTreeWalker(e.body,NodeFilter.SHOW_ELEMENT);let n=r.currentNode;for(;n;){const e=n.shadowRoot;if(e){const r=e.getElementById(t)||e.querySelector(`[name="${t}"]`);if(r)return r}n=r.nextNode()}}return null}(this.document,e);t&&(this.scrollToElement(t),t.focus())}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,n=t.top+this.window.pageYOffset,o=this.offset();this.window.scrollTo(r-o[0],n-o[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const e=jt(this.window.history)||jt(Object.getPrototypeOf(this.window.history));return!(!e||!e.writable&&!e.set)}catch{return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch{return!1}}}function jt(e){return Object.getOwnPropertyDescriptor(e,"scrollRestoration")}class $t{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}}class Gt{}}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53533.e5600fb66ba1cae3086c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53533.e5600fb66ba1cae3086c.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/53533.e5600fb66ba1cae3086c.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/53623.c277f484b996d78c4c49.js b/dist/apps/processing-runtime-widget/53623.c277f484b996d78c4c49.js new file mode 100644 index 0000000..d6dac25 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53623.c277f484b996d78c4c49.js @@ -0,0 +1,2 @@ +/*! For license information please see 53623.c277f484b996d78c4c49.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53623],{53623:function(s,u,c){c.r(u);const M=void 0;u.default=["ckb-IR",[["ب.ن","د.ن"],M,M],M,[["ی","د","س","چ","پ","ھ","ش"],["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],M,["١ش","٢ش","٣ش","٤ش","٥ش","ھ","ش"]],M,[["ک","ش","ئ","ن","ئ","ح","ت","ئ","ئ","ت","ت","ک"],["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"],M],M,[["پێش زایین","زایینی"],M,M],6,[5,5],["y-MM-dd","y MMM d","dی MMMMی y","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",M,M,M],[".",",",";","%","‎+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IRR","IRR","IRR",{IQD:["د.ع.‏"],JPY:["JP¥","¥"],USD:["US$","$"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53623.c277f484b996d78c4c49.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53623.c277f484b996d78c4c49.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53623.c277f484b996d78c4c49.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53669.e15b81287e1c6f9c9de9.js b/dist/apps/processing-runtime-widget/53669.e15b81287e1c6f9c9de9.js new file mode 100644 index 0000000..5d9b45f --- /dev/null +++ b/dist/apps/processing-runtime-widget/53669.e15b81287e1c6f9c9de9.js @@ -0,0 +1,2 @@ +/*! For license information please see 53669.e15b81287e1c6f9c9de9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53669],{53669:function(s,u,t){t.r(u);const c=void 0;u.default=["ta",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"],c],c,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],c,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],c,[["கி.மு.","கி.பி."],c,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",c,"{1} அன்று {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"INR","₹","இந்திய ரூபாய்",{BYN:[c,"р."],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53669.e15b81287e1c6f9c9de9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53669.e15b81287e1c6f9c9de9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53669.e15b81287e1c6f9c9de9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53796.6f5e240b12e4c4acf522.js b/dist/apps/processing-runtime-widget/53796.6f5e240b12e4c4acf522.js new file mode 100644 index 0000000..b919cc9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53796.6f5e240b12e4c4acf522.js @@ -0,0 +1,2 @@ +/*! For license information please see 53796.6f5e240b12e4c4acf522.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53796],{53796:function(M,e,r){r.r(e);const t=void 0;e.default=["de-BE",[["AM","PM"],t,t],t,[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(M){const e=Math.floor(Math.abs(M)),r=M.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53796.6f5e240b12e4c4acf522.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53796.6f5e240b12e4c4acf522.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53796.6f5e240b12e4c4acf522.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53822.d6d776cdf228599d667d.js b/dist/apps/processing-runtime-widget/53822.d6d776cdf228599d667d.js new file mode 100644 index 0000000..c6e32df --- /dev/null +++ b/dist/apps/processing-runtime-widget/53822.d6d776cdf228599d667d.js @@ -0,0 +1,2 @@ +/*! For license information please see 53822.d6d776cdf228599d667d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53822],{53822:function(o,n,e){e.r(n);const u=void 0;n.default=[[["ponoć","podne","ujutro","popodne","navečer","noću"],u,["ponoć","podne","ujutro","poslije podne","navečer","noću"]],[["ponoć","podne","ujutro","popodne","navečer","noću"],u,u],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53822.d6d776cdf228599d667d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53822.d6d776cdf228599d667d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53822.d6d776cdf228599d667d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53848.022fdc5dd535764e33f7.js b/dist/apps/processing-runtime-widget/53848.022fdc5dd535764e33f7.js new file mode 100644 index 0000000..9681dfb --- /dev/null +++ b/dist/apps/processing-runtime-widget/53848.022fdc5dd535764e33f7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53848],{53848:function(e,t,a){var n;a.r(t),a.d(t,{PagerComponent:function(){return r},PaginationComponent:function(){return c},PaginationConfig:function(){return g},PaginationModule:function(){return m}});var s=a(40761),i=a(24219),l=a(80179);class g{constructor(){this.main={itemsPerPage:10,boundaryLinks:!1,directionLinks:!0,firstText:"First",previousText:"Previous",nextText:"Next",lastText:"Last",pageBtnClass:"",rotate:!0},this.pager={itemsPerPage:15,previousText:"« Previous",nextText:"Next »",pageBtnClass:"",align:!0}}}g.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:g,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),g.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:g,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:g,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});const o={provide:i.NG_VALUE_ACCESSOR,useExisting:(0,s.forwardRef)((()=>r)),multi:!0};class r{constructor(e,t,a){this.elementRef=e,this.changeDetection=a,this.align=!1,this.boundaryLinks=!1,this.directionLinks=!0,this.firstText="First",this.previousText="« Previous",this.nextText="Next »",this.lastText="Last",this.rotate=!0,this.pageBtnClass="",this.disabled=!1,this.numPages=new s.EventEmitter,this.pageChanged=new s.EventEmitter,this.onChange=Function.prototype,this.onTouched=Function.prototype,this.classMap="",this.inited=!1,this._itemsPerPage=15,this._totalItems=0,this._totalPages=0,this._page=1,this.elementRef=e,this.config||this.configureOptions(Object.assign({},t.main,t.pager))}get itemsPerPage(){return this._itemsPerPage}set itemsPerPage(e){this._itemsPerPage=e,this.totalPages=this.calculateTotalPages()}get totalItems(){return this._totalItems}set totalItems(e){this._totalItems=e,this.totalPages=this.calculateTotalPages()}get totalPages(){return this._totalPages}set totalPages(e){this._totalPages=e,this.numPages.emit(e),this.inited&&this.selectPage(this.page)}get page(){return this._page}set page(e){const t=this._page;this._page=e>this.totalPages?this.totalPages:e||1,this.changeDetection.markForCheck(),t!==this._page&&void 0!==t&&this.pageChanged.emit({page:this._page,itemsPerPage:this.itemsPerPage})}configureOptions(e){this.config=Object.assign({},e)}ngOnInit(){"undefined"!=typeof window&&(this.classMap=this.elementRef.nativeElement.getAttribute("class")||""),void 0===this.maxSize&&(this.maxSize=this.config?.maxSize||0),void 0===this.rotate&&(this.rotate=!!this.config?.rotate),void 0===this.boundaryLinks&&(this.boundaryLinks=!!this.config?.boundaryLinks),void 0===this.directionLinks&&(this.directionLinks=!!this.config?.directionLinks),void 0===this.pageBtnClass&&(this.pageBtnClass=this.config?.pageBtnClass||""),void 0===this.itemsPerPage&&(this.itemsPerPage=this.config?.itemsPerPage||0),this.totalPages=this.calculateTotalPages(),this.pages=this.getPages(this.page,this.totalPages),this.inited=!0}writeValue(e){this.page=e,this.pages=this.getPages(this.page,this.totalPages)}getText(e){return this[`${e}Text`]||this.config[`${e}Text`]}noPrevious(){return 1===this.page}noNext(){return this.page===this.totalPages}registerOnChange(e){this.onChange=e}registerOnTouched(e){this.onTouched=e}selectPage(e,t){if(t&&t.preventDefault(),!this.disabled){if(t&&t.target){t.target.blur()}this.writeValue(e),this.onChange(this.page)}}makePage(e,t,a){return{text:t,number:e,active:a}}getPages(e,t){const a=[];let n=1,s=t;const i=void 0!==this.maxSize&&this.maxSizet&&(s=t,n=s-this.maxSize+1)):(n=(Math.ceil(e/this.maxSize)-1)*this.maxSize+1,s=Math.min(n+this.maxSize-1,t)));for(let t=n;t<=s;t++){const n=this.makePage(t,t.toString(),t===e);a.push(n)}if(i&&!this.rotate){if(n>1){const e=this.makePage(n-1,"...",!1);a.unshift(e)}if(s\n
  • \n {{ getText(\'previous\') }}\n
  • \n
  • \n {{ getText(\'next\') }}\n
  • \n\n',dependencies:[{kind:"directive",type:l.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]}]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:r,decorators:[{type:s.Component,args:[{selector:"pager",providers:[o],template:'\n'}]}],ctorParameters:function(){return[{type:s.ElementRef},{type:g},{type:s.ChangeDetectorRef}]},propDecorators:{align:[{type:s.Input}],maxSize:[{type:s.Input}],boundaryLinks:[{type:s.Input}],directionLinks:[{type:s.Input}],firstText:[{type:s.Input}],previousText:[{type:s.Input}],nextText:[{type:s.Input}],lastText:[{type:s.Input}],rotate:[{type:s.Input}],pageBtnClass:[{type:s.Input}],disabled:[{type:s.Input}],numPages:[{type:s.Output}],pageChanged:[{type:s.Output}],itemsPerPage:[{type:s.Input}],totalItems:[{type:s.Input}]}});const p={provide:i.NG_VALUE_ACCESSOR,useExisting:(0,s.forwardRef)((()=>c)),multi:!0};class c{constructor(e,t,a){this.elementRef=e,this.changeDetection=a,this.align=!0,this.boundaryLinks=!1,this.directionLinks=!0,this.rotate=!0,this.pageBtnClass="",this.disabled=!1,this.numPages=new s.EventEmitter,this.pageChanged=new s.EventEmitter,this.onChange=Function.prototype,this.onTouched=Function.prototype,this.classMap="",this.inited=!1,this._itemsPerPage=10,this._totalItems=0,this._totalPages=0,this._page=1,this.elementRef=e,this.config||this.configureOptions(t.main)}get itemsPerPage(){return this._itemsPerPage}set itemsPerPage(e){this._itemsPerPage=e,this.totalPages=this.calculateTotalPages()}get totalItems(){return this._totalItems}set totalItems(e){this._totalItems=e,this.totalPages=this.calculateTotalPages()}get totalPages(){return this._totalPages}set totalPages(e){this._totalPages=e,this.numPages.emit(e),this.inited&&this.selectPage(this.page)}get page(){return this._page}set page(e){const t=this._page;this._page=e>this.totalPages?this.totalPages:e||1,this.changeDetection.markForCheck(),t!==this._page&&void 0!==t&&this.pageChanged.emit({page:this._page,itemsPerPage:this.itemsPerPage})}configureOptions(e){this.config=Object.assign({},e)}ngOnInit(){"undefined"!=typeof window&&(this.classMap=this.elementRef.nativeElement.getAttribute("class")||""),void 0===this.maxSize&&(this.maxSize=this.config?.maxSize||0),void 0===this.rotate&&(this.rotate=!!this.config?.rotate),void 0===this.boundaryLinks&&(this.boundaryLinks=!!this.config?.boundaryLinks),void 0===this.directionLinks&&(this.directionLinks=!!this.config?.directionLinks),void 0===this.pageBtnClass&&(this.pageBtnClass=this.config?.pageBtnClass||""),void 0===this.itemsPerPage&&(this.itemsPerPage=this.config?.itemsPerPage||0),this.totalPages=this.calculateTotalPages(),this.pages=this.getPages(this.page,this.totalPages),this.inited=!0}writeValue(e){this.page=e,this.pages=this.getPages(this.page,this.totalPages)}getText(e){return this[`${e}Text`]||this.config[`${e}Text`]}noPrevious(){return 1===this.page}noNext(){return this.page===this.totalPages}registerOnChange(e){this.onChange=e}registerOnTouched(e){this.onTouched=e}selectPage(e,t){if(t&&t.preventDefault(),!this.disabled){if(t&&t.target){t.target.blur()}this.writeValue(e),this.onChange(this.page)}}makePage(e,t,a){return{text:t,number:e,active:a}}getPages(e,t){const a=[];let n=1,s=t;const i=void 0!==this.maxSize&&this.maxSizet&&(s=t,n=s-this.maxSize+1)):(n=(Math.ceil(e/this.maxSize)-1)*this.maxSize+1,s=Math.min(n+this.maxSize-1,t)));for(let t=n;t<=s;t++){const n=this.makePage(t,t.toString(),t===e);a.push(n)}if(i&&!this.rotate){if(n>1){const e=this.makePage(n-1,"...",!1);a.unshift(e)}if(s\n
  • \n \n \n \n \n
  • \n\n
  • \n \n \n \n \n
  • \n\n
  • \n \n \n \n \n
  • \n\n
  • \n \n \n \n \n
  • \n\n
  • \n \n \n \n \n
  • \n\n\n{{ page.text }}\n\n{{ getText(\'next\') }}\n\n{{ getText(\'previous\') }}\n\n{{ getText(\'first\') }}\n\n{{ getText(\'last\') }}\n',dependencies:[{kind:"directive",type:l.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]},{kind:"directive",type:l.NgForOf,selector:"[ngFor][ngForOf]",inputs:["ngForOf","ngForTrackBy","ngForTemplate"]},{kind:"directive",type:l.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]},{kind:"directive",type:l.NgTemplateOutlet,selector:"[ngTemplateOutlet]",inputs:["ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector"]}]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:c,decorators:[{type:s.Component,args:[{selector:"pagination",providers:[p],template:'\n\n{{ page.text }}\n\n{{ getText(\'next\') }}\n\n{{ getText(\'previous\') }}\n\n{{ getText(\'first\') }}\n\n{{ getText(\'last\') }}\n'}]}],ctorParameters:function(){return[{type:s.ElementRef},{type:g},{type:s.ChangeDetectorRef}]},propDecorators:{align:[{type:s.Input}],maxSize:[{type:s.Input}],boundaryLinks:[{type:s.Input}],directionLinks:[{type:s.Input}],firstText:[{type:s.Input}],previousText:[{type:s.Input}],nextText:[{type:s.Input}],lastText:[{type:s.Input}],rotate:[{type:s.Input}],pageBtnClass:[{type:s.Input}],disabled:[{type:s.Input}],customPageTemplate:[{type:s.Input}],customNextTemplate:[{type:s.Input}],customPreviousTemplate:[{type:s.Input}],customFirstTemplate:[{type:s.Input}],customLastTemplate:[{type:s.Input}],numPages:[{type:s.Output}],pageChanged:[{type:s.Output}],itemsPerPage:[{type:s.Input}],totalItems:[{type:s.Input}]}});class m{static forRoot(){return{ngModule:m,providers:[]}}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:m,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),m.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:m,declarations:[r,c],imports:[l.CommonModule],exports:[r,c]}),m.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:m,imports:[l.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=a.t(s,2)),type:m,decorators:[{type:s.NgModule,args:[{imports:[l.CommonModule],declarations:[r,c],exports:[r,c]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53988.e1042c0b8e3d81a12906.js b/dist/apps/processing-runtime-widget/53988.e1042c0b8e3d81a12906.js new file mode 100644 index 0000000..c2ed4c5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53988.e1042c0b8e3d81a12906.js @@ -0,0 +1,2 @@ +/*! For license information please see 53988.e1042c0b8e3d81a12906.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53988],{53988:function(s,u,n){n.r(u);const c=void 0;u.default=["zh-Hans-SG",[["上午","下午"],c,c],c,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],c,[["公元前","公元"],c,c],0,[6,0],["dd/MM/yy","y年M月d日",c,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SGD","$","新加坡元",{AUD:["AU$","$"],BYN:[c,"р."],ILR:["ILS"],JPY:["JP¥","¥"],KRW:["₩","₩"],PHP:[c,"₱"],RUR:[c,"р."],SGD:["$"],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53988.e1042c0b8e3d81a12906.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53988.e1042c0b8e3d81a12906.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53988.e1042c0b8e3d81a12906.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/53998.a64787709297999bfdce.js b/dist/apps/processing-runtime-widget/53998.a64787709297999bfdce.js new file mode 100644 index 0000000..41fd234 --- /dev/null +++ b/dist/apps/processing-runtime-widget/53998.a64787709297999bfdce.js @@ -0,0 +1,2 @@ +/*! For license information please see 53998.a64787709297999bfdce.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[53998],{53998:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/53998.a64787709297999bfdce.js.LICENSE.txt b/dist/apps/processing-runtime-widget/53998.a64787709297999bfdce.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/53998.a64787709297999bfdce.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54052.cf3e7422e82ce82ad45e.js b/dist/apps/processing-runtime-widget/54052.cf3e7422e82ce82ad45e.js new file mode 100644 index 0000000..9416053 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54052.cf3e7422e82ce82ad45e.js @@ -0,0 +1,2 @@ +/*! For license information please see 54052.cf3e7422e82ce82ad45e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54052],{54052:function(e,u,a){a.r(u);const i=void 0;u.default=["jv",[["Isuk","Wengi"],i,i],i,[["A","S","S","R","K","J","S"],["Ahad","Sen","Sel","Rab","Kam","Jum","Sab"],["Ahad","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],["Ahad","Sen","Sel","Rab","Kam","Jum","Sab"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agt","Sep","Okt","Nov","Des"],["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]],i,[["SM","M"],i,["Sakdurunge Masehi","Masehi"]],0,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",i,"{1} {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IDR","Rp","Rupiah Indonesia",{IDR:["Rp"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54052.cf3e7422e82ce82ad45e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54052.cf3e7422e82ce82ad45e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54052.cf3e7422e82ce82ad45e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54089.c480dc4b47ddd36ce288.js b/dist/apps/processing-runtime-widget/54089.c480dc4b47ddd36ce288.js new file mode 100644 index 0000000..3353b89 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54089.c480dc4b47ddd36ce288.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54089],{54089:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ل"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54135.b1489ab8f9dc8df60080.js b/dist/apps/processing-runtime-widget/54135.b1489ab8f9dc8df60080.js new file mode 100644 index 0000000..4e9f975 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54135.b1489ab8f9dc8df60080.js @@ -0,0 +1,2 @@ +/*! For license information please see 54135.b1489ab8f9dc8df60080.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54135],{54135:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54135.b1489ab8f9dc8df60080.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54135.b1489ab8f9dc8df60080.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54135.b1489ab8f9dc8df60080.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54222.2142099f86da5e058727.js b/dist/apps/processing-runtime-widget/54222.2142099f86da5e058727.js new file mode 100644 index 0000000..2793ab9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54222.2142099f86da5e058727.js @@ -0,0 +1,2 @@ +/*! For license information please see 54222.2142099f86da5e058727.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54222],{54222:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-CH",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CHF","CHF","franco suíço",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54222.2142099f86da5e058727.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54222.2142099f86da5e058727.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54222.2142099f86da5e058727.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54287.aec8350f02dac0b535ae.js b/dist/apps/processing-runtime-widget/54287.aec8350f02dac0b535ae.js new file mode 100644 index 0000000..8080ef1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54287.aec8350f02dac0b535ae.js @@ -0,0 +1,2 @@ +/*! For license information please see 54287.aec8350f02dac0b535ae.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54287],{54287:function(e,a,u){u.r(a);const r=void 0;a.default=["en-TC",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54287.aec8350f02dac0b535ae.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54287.aec8350f02dac0b535ae.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54287.aec8350f02dac0b535ae.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54325.9b142bbbd035987c0c83.js b/dist/apps/processing-runtime-widget/54325.9b142bbbd035987c0c83.js new file mode 100644 index 0000000..0cfb431 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54325.9b142bbbd035987c0c83.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54325],{54325:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54491.483c3a7f4ec2f48a4641.js b/dist/apps/processing-runtime-widget/54491.483c3a7f4ec2f48a4641.js new file mode 100644 index 0000000..befc9f1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54491.483c3a7f4ec2f48a4641.js @@ -0,0 +1,2 @@ +/*! For license information please see 54491.483c3a7f4ec2f48a4641.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54491],{54491:function(e,u,a){a.r(u);const r=void 0;u.default=["en-MT",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","dd MMM y","dd MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"EUR","€","Euro",{GBP:["GB£","£"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54491.483c3a7f4ec2f48a4641.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54491.483c3a7f4ec2f48a4641.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54491.483c3a7f4ec2f48a4641.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54503.35a6eeb87141e13db279.js b/dist/apps/processing-runtime-widget/54503.35a6eeb87141e13db279.js new file mode 100644 index 0000000..b1f812f --- /dev/null +++ b/dist/apps/processing-runtime-widget/54503.35a6eeb87141e13db279.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54503],{54503:function(n,r,t){t.r(r),t.d(r,{add:function(){return A},after:function(){return T},ary:function(){return jr},assign:function(){return st},assignIn:function(){return _t},assignInWith:function(){return mt},assignWith:function(){return wt},at:function(){return me},attempt:function(){return Be},before:function(){return Re},bind:function(){return Me},bindAll:function(){return ze},bindKey:function(){return Pe},camelCase:function(){return Fu},capitalize:function(){return uu},castArray:function(){return qu},ceil:function(){return Zu},chain:function(){return Gu},chunk:function(){return Yu},clamp:function(){return Xu},clone:function(){return vo},cloneDeep:function(){return so},cloneDeepWith:function(){return po},cloneWith:function(){return ho},commit:function(){return yo},compact:function(){return go},concat:function(){return _o},cond:function(){return Qo},conforms:function(){return ra},conformsTo:function(){return ta},constant:function(){return $n},countBy:function(){return pa},create:function(){return ha},curry:function(){return ya},curryRight:function(){return _a},debounce:function(){return wa},deburr:function(){return lu},default:function(){return cy},defaultTo:function(){return xa},defaults:function(){return Ea},defaultsDeep:function(){return Ca},defer:function(){return Na},delay:function(){return Fa},difference:function(){return Va},differenceBy:function(){return Ja},differenceWith:function(){return Ya},divide:function(){return Qa},drop:function(){return Xa},dropRight:function(){return nf},dropRightWhile:function(){return tf},dropWhile:function(){return ef},each:function(){return of},eachRight:function(){return vf},endsWith:function(){return sf},entries:function(){return yf},entriesIn:function(){return gf},eq:function(){return xr},escape:function(){return jf},escapeRegExp:function(){return Of},every:function(){return Ef},extend:function(){return _t},extendWith:function(){return mt},fill:function(){return Bf},filter:function(){return Sf},find:function(){return Pf},findIndex:function(){return Lf},findKey:function(){return Df},findLast:function(){return Ff},findLastIndex:function(){return Uf},findLastKey:function(){return qf},first:function(){return $f},flatMap:function(){return Zf},flatMapDeep:function(){return Gf},flatMapDepth:function(){return Jf},flatten:function(){return _e},flattenDeep:function(){return Hf},flattenDepth:function(){return Yf},flip:function(){return Qf},floor:function(){return Xf},flow:function(){return rc},flowRight:function(){return tc},forEach:function(){return of},forEachRight:function(){return vf},forIn:function(){return ec},forInRight:function(){return uc},forOwn:function(){return ic},forOwnRight:function(){return oc},fromPairs:function(){return ac},functions:function(){return cc},functionsIn:function(){return lc},get:function(){return se},groupBy:function(){return pc},gt:function(){return yc},gte:function(){return gc},has:function(){return mc},hasIn:function(){return Vo},head:function(){return $f},identity:function(){return N},inRange:function(){return Oc},includes:function(){return Wc},indexOf:function(){return Rc},initial:function(){return Sc},intersection:function(){return Pc},intersectionBy:function(){return Dc},intersectionWith:function(){return Tc},invert:function(){return $c},invertBy:function(){return Jc},invoke:function(){return Qc},invokeMap:function(){return nl},isArguments:function(){return Fr},isArray:function(){return m},isArrayBuffer:function(){return el},isArrayLike:function(){return Rr},isArrayLikeObject:function(){return Wa},isBoolean:function(){return ul},isBuffer:function(){return Zr},isDate:function(){return al},isElement:function(){return fl},isEmpty:function(){return ll},isEqual:function(){return vl},isEqualWith:function(){return sl},isError:function(){return ke},isFinite:function(){return hl},isFunction:function(){return F},isInteger:function(){return dl},isLength:function(){return Br},isMap:function(){return to},isMatch:function(){return yl},isMatchWith:function(){return gl},isNaN:function(){return bl},isNative:function(){return jl},isNil:function(){return wl},isNull:function(){return xl},isNumber:function(){return _l},isObject:function(){return B},isObjectLike:function(){return y},isPlainObject:function(){return Ee},isRegExp:function(){return Il},isSafeInteger:function(){return kl},isSet:function(){return io},isString:function(){return Ac},isSymbol:function(){return g},isTypedArray:function(){return tt},isUndefined:function(){return Wl},isWeakMap:function(){return Bl},isWeakSet:function(){return Rl},iteratee:function(){return Sl},join:function(){return zl},kebabCase:function(){return Pl},keyBy:function(){return Dl},keys:function(){return ct},keysIn:function(){return yt},last:function(){return Za},lastIndexOf:function(){return Fl},lodash:function(){return zn},lowerCase:function(){return $l},lowerFirst:function(){return Kl},lt:function(){return Zl},lte:function(){return Gl},map:function(){return Vf},mapKeys:function(){return Jl},mapValues:function(){return Hl},matches:function(){return Yl},matchesProperty:function(){return Ql},max:function(){return nv},maxBy:function(){return rv},mean:function(){return uv},meanBy:function(){return iv},memoize:function(){return te},merge:function(){return av},mergeWith:function(){return Pa},method:function(){return fv},methodOf:function(){return cv},min:function(){return lv},minBy:function(){return vv},mixin:function(){return sv},multiply:function(){return pv},negate:function(){return hv},next:function(){return _v},noop:function(){return wn},now:function(){return ba},nth:function(){return mv},nthArg:function(){return jv},omit:function(){return Av},omitBy:function(){return Wv},once:function(){return Bv},orderBy:function(){return Lv},over:function(){return Cv},overArgs:function(){return Uv},overEvery:function(){return Fv},overSome:function(){return qv},pad:function(){return vs},padEnd:function(){return ss},padStart:function(){return ps},parseInt:function(){return ys},partial:function(){return _s},partialRight:function(){return ms},partition:function(){return ws},pick:function(){return Os},pickBy:function(){return kv},plant:function(){return As},property:function(){return Ho},propertyOf:function(){return Is},pull:function(){return Rs},pullAll:function(){return Bs},pullAllBy:function(){return Ss},pullAllWith:function(){return Ms},pullAt:function(){return Cs},random:function(){return $s},range:function(){return Js},rangeRight:function(){return Hs},rearg:function(){return Qs},reduce:function(){return np},reduceRight:function(){return tp},reject:function(){return ep},remove:function(){return up},repeat:function(){return ip},replace:function(){return op},rest:function(){return ap},result:function(){return fp},reverse:function(){return lp},round:function(){return vp},sample:function(){return hp},sampleSize:function(){return _p},set:function(){return bp},setWith:function(){return mp},shuffle:function(){return xp},size:function(){return Op},slice:function(){return Ap},snakeCase:function(){return Ep},some:function(){return Wp},sortBy:function(){return Bp},sortedIndex:function(){return Lp},sortedIndexBy:function(){return Pp},sortedIndexOf:function(){return Cp},sortedLastIndex:function(){return Dp},sortedLastIndexBy:function(){return Tp},sortedLastIndexOf:function(){return Np},sortedUniq:function(){return Fp},sortedUniqBy:function(){return qp},split:function(){return $p},spread:function(){return Vp},startCase:function(){return Gp},startsWith:function(){return Jp},stubArray:function(){return di},stubFalse:function(){return qr},stubObject:function(){return Hp},stubString:function(){return Yp},stubTrue:function(){return Qp},subtract:function(){return Xp},sum:function(){return nh},sumBy:function(){return rh},tail:function(){return th},take:function(){return eh},takeRight:function(){return uh},takeRightWhile:function(){return ih},takeWhile:function(){return oh},tap:function(){return ah},template:function(){return xh},templateSettings:function(){return hh},throttle:function(){return Oh},thru:function(){return Ah},times:function(){return kh},toArray:function(){return gv},toFinite:function(){return C},toInteger:function(){return D},toIterator:function(){return Wh},toJSON:function(){return Rh},toLength:function(){return kf},toLower:function(){return Sh},toNumber:function(){return L},toPairs:function(){return yf},toPairsIn:function(){return gf},toPath:function(){return Mh},toPlainObject:function(){return Ra},toSafeInteger:function(){return Lh},toString:function(){return fe},toUpper:function(){return Ph},transform:function(){return Ch},trim:function(){return Nh},trimEnd:function(){return Uh},trimStart:function(){return qh},truncate:function(){return Kh},unary:function(){return Vh},unescape:function(){return Hh},union:function(){return nd},unionBy:function(){return td},unionWith:function(){return ed},uniq:function(){return ud},uniqBy:function(){return id},uniqWith:function(){return od},uniqueId:function(){return fd},unset:function(){return cd},unzip:function(){return vd},unzipWith:function(){return sd},update:function(){return hd},updateWith:function(){return dd},upperCase:function(){return gd},upperFirst:function(){return eu},value:function(){return Rh},valueOf:function(){return Rh},values:function(){return Ec},valuesIn:function(){return _d},without:function(){return md},words:function(){return Du},wrap:function(){return jd},wrapperAt:function(){return wd},wrapperChain:function(){return xd},wrapperCommit:function(){return yo},wrapperLodash:function(){return zn},wrapperNext:function(){return _v},wrapperPlant:function(){return As},wrapperReverse:function(){return Od},wrapperToIterator:function(){return Wh},wrapperValue:function(){return Rh},xor:function(){return Id},xorBy:function(){return kd},xorWith:function(){return Wd},zip:function(){return Bd},zipObject:function(){return Sd},zipObjectDeep:function(){return Md},zipWith:function(){return Ld}});var e="object"==typeof global&&global&&global.Object===Object&&global,u="object"==typeof self&&self&&self.Object===Object&&self,i=e||u||Function("return this")(),o=i.Symbol,a=Object.prototype,f=a.hasOwnProperty,c=a.toString,l=o?o.toStringTag:void 0;var v=function(n){var r=f.call(n,l),t=n[l];try{n[l]=void 0;var e=!0}catch(n){}var u=c.call(n);return e&&(r?n[l]=t:delete n[l]),u},s=Object.prototype.toString;var p=function(n){return s.call(n)},h=o?o.toStringTag:void 0;var d=function(n){return null==n?void 0===n?"[object Undefined]":"[object Null]":h&&h in Object(n)?v(n):p(n)};var y=function(n){return null!=n&&"object"==typeof n};var g=function(n){return"symbol"==typeof n||y(n)&&"[object Symbol]"==d(n)};var _=function(n){return"number"==typeof n?n:g(n)?NaN:+n};var b=function(n,r){for(var t=-1,e=null==n?0:n.length,u=Array(e);++t0){if(++r>=800)return arguments[0]}else r=0;return n.apply(void 0,arguments)}},Dn=Cn(an),Tn=/\{\n\/\* \[wrapped with (.+)\] \*/,Nn=/,? & /;var Un=function(n){var r=n.match(Tn);return r?r[1].split(Nn):[]},Fn=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;var qn=function(n,r){var t=r.length;if(!t)return n;var e=t-1;return r[e]=(t>1?"& ":"")+r[e],r=r.join(t>2?", ":" "),n.replace(Fn,"{\n/* [wrapped with "+r+"] */\n")};var $n=function(n){return function(){return n}},Kn=function(){try{var n=tn(Object,"defineProperty");return n({},"",{}),n}catch(n){}}(),Vn=Kn,Zn=Vn?function(n,r){return Vn(n,"toString",{configurable:!0,enumerable:!1,value:$n(r),writable:!0})}:N,Gn=Cn(Zn);var Jn=function(n,r){for(var t=-1,e=null==n?0:n.length;++t-1},rr=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];var tr=function(n,r){return Jn(rr,(function(t){var e="_."+t[0];r&t[1]&&!nr(n,e)&&n.push(e)})),n.sort()};var er=function(n,r,t){var e=r+"";return Gn(n,qn(e,tr(Un(e),t)))};var ur=function(n,r,t,e,u,i,o,a,f,c){var l=8&r;r|=l?32:64,4&(r&=~(l?64:32))||(r&=-4);var v=[n,r,u,l?i:void 0,l?o:void 0,l?void 0:i,l?void 0:o,a,f,c],s=t.apply(void 0,v);return Ln(n)&&Dn(s,v),s.placeholder=e,er(s,n,r)};var ir=function(n){return n.placeholder},or=/^(?:0|[1-9]\d*)$/;var ar=function(n,r){var t=typeof n;return!!(r=null==r?9007199254740991:r)&&("number"==t||"symbol"!=t&&or.test(n))&&n>-1&&n%1==0&&n1&&m.reverse(),s&&l-1&&n%1==0&&n<=9007199254740991};var Rr=function(n){return null!=n&&Br(n.length)&&!F(n)};var Sr=function(n,r,t){if(!B(t))return!1;var e=typeof r;return!!("number"==e?Rr(t)&&ar(r,t.length):"string"==e&&r in t)&&xr(t[r],n)};var Mr=function(n){return Wr((function(r,t){var e=-1,u=t.length,i=u>1?t[u-1]:void 0,o=u>2?t[2]:void 0;for(i=n.length>3&&"function"==typeof i?(u--,i):void 0,o&&Sr(t[0],t[1],o)&&(i=u<3?void 0:i,u=1),r=Object(r);++e-1};var Ft=function(n,r){var t=this.__data__,e=Ct(t,n);return e<0?(++this.size,t.push([n,r])):t[e][1]=r,this};function qt(n){var r=-1,t=null==n?0:n.length;for(this.clear();++r0&&e(f)?t>1?n(f,t-1,e,u,i):he(i,f):u||(i[i.length]=f)}return i};var _e=function(n){return(null==n?0:n.length)?ge(n,1):[]};var be=function(n){return Gn(kr(n,void 0,_e),n+"")},me=be(pe),je=it(Object.getPrototypeOf,Object),we=Function.prototype,xe=Object.prototype,Oe=we.toString,Ae=xe.hasOwnProperty,Ie=Oe.call(Object);var Ee=function(n){if(!y(n)||"[object Object]"!=d(n))return!1;var r=je(n);if(null===r)return!0;var t=Ae.call(r,"constructor")&&r.constructor;return"function"==typeof t&&t instanceof t&&Oe.call(t)==Ie};var ke=function(n){if(!y(n))return!1;var r=d(n);return"[object Error]"==r||"[object DOMException]"==r||"string"==typeof n.message&&"string"==typeof n.name&&!Ee(n)},We=Wr((function(n,r){try{return pn(n,void 0,r)}catch(n){return ke(n)?n:new Error(n)}})),Be=We;var Re=function(n,r){var t;if("function"!=typeof r)throw new TypeError("Expected a function");return n=D(n),function(){return--n>0&&(t=r.apply(this,arguments)),n<=1&&(r=void 0),t}},Se=Wr((function(n,r,t){var e=1;if(t.length){var u=vr(t,ir(Se));e|=32}return mr(n,e,r,t,u)}));Se.placeholder={};var Me=Se,ze=be((function(n,r){return Jn(r,(function(r){r=le(r),wr(n,r,Me(n[r],n))})),n})),Le=Wr((function(n,r,t){var e=3;if(t.length){var u=vr(t,ir(Le));e|=32}return mr(r,e,n,t,u)}));Le.placeholder={};var Pe=Le;var Ce=function(n,r,t){var e=-1,u=n.length;r<0&&(r=-r>u?0:u+r),(t=t>u?u:t)<0&&(t+=u),u=r>t?0:t-r>>>0,r>>>=0;for(var i=Array(u);++e=e?n:Ce(n,r,t)},Te=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");var Ne=function(n){return Te.test(n)};var Ue=function(n){return n.split("")},Fe="\\ud800-\\udfff",qe="["+Fe+"]",$e="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",Ke="\\ud83c[\\udffb-\\udfff]",Ve="[^"+Fe+"]",Ze="(?:\\ud83c[\\udde6-\\uddff]){2}",Ge="[\\ud800-\\udbff][\\udc00-\\udfff]",Je="(?:"+$e+"|"+Ke+")"+"?",He="[\\ufe0e\\ufe0f]?",Ye=He+Je+("(?:\\u200d(?:"+[Ve,Ze,Ge].join("|")+")"+He+Je+")*"),Qe="(?:"+[Ve+$e+"?",$e,Ze,Ge,qe].join("|")+")",Xe=RegExp(Ke+"(?="+Ke+")|"+Qe+Ye,"g");var nu=function(n){return n.match(Xe)||[]};var ru=function(n){return Ne(n)?nu(n):Ue(n)};var tu=function(n){return function(r){r=fe(r);var t=Ne(r)?ru(r):void 0,e=t?t[0]:r.charAt(0),u=t?De(t,1).join(""):r.slice(1);return e[n]()+u}},eu=tu("toUpperCase");var uu=function(n){return eu(fe(n).toLowerCase())};var iu=function(n,r,t,e){var u=-1,i=null==n?0:n.length;for(e&&i&&(t=n[++u]);++u=r?n:r)),n};var Xu=function(n,r,t){return void 0===t&&(t=r,r=void 0),void 0!==t&&(t=(t=L(t))==t?t:0),void 0!==r&&(r=(r=L(r))==r?r:0),Qu(L(n),r,t)};var ni=function(){this.__data__=new $t,this.size=0};var ri=function(n){var r=this.__data__,t=r.delete(n);return this.size=r.size,t};var ti=function(n){return this.__data__.get(n)};var ei=function(n){return this.__data__.has(n)};var ui=function(n,r){var t=this.__data__;if(t instanceof $t){var e=t.__data__;if(!Kt||e.length<199)return e.push([n,r]),this.size=++t.size,this;t=this.__data__=new ne(e)}return t.set(n,r),this.size=t.size,this};function ii(n){var r=this.__data__=new $t(n);this.size=r.size}ii.prototype.clear=ni,ii.prototype.delete=ri,ii.prototype.get=ti,ii.prototype.has=ei,ii.prototype.set=ui;var oi=ii;var ai=function(n,r){return n&&Ir(r,ct(r),n)};var fi=function(n,r){return n&&Ir(r,yt(r),n)},ci="object"==typeof exports&&exports&&!exports.nodeType&&exports,li=ci&&"object"==typeof module&&module&&!module.nodeType&&module,vi=li&&li.exports===ci?i.Buffer:void 0,si=vi?vi.allocUnsafe:void 0;var pi=function(n,r){if(r)return n.slice();var t=n.length,e=si?si(t):new n.constructor(t);return n.copy(e),e};var hi=function(n,r){for(var t=-1,e=null==n?0:n.length,u=0,i=[];++ta))return!1;var c=i.get(n),l=i.get(r);if(c&&l)return c==r&&l==n;var v=-1,s=!0,p=2&t?new wo:void 0;for(i.set(n,r),i.set(r,n);++v=r||t<0||v&&n-c>=i}function y(){var n=ba();if(d(n))return g(n);a=setTimeout(y,function(n){var t=r-(n-f);return v?ja(t,i-(n-c)):t}(n))}function g(n){return a=void 0,s&&e?p(n):(e=u=void 0,o)}function _(){var n=ba(),t=d(n);if(e=arguments,u=this,f=n,t){if(void 0===a)return h(f);if(v)return clearTimeout(a),a=setTimeout(y,r),p(f)}return void 0===a&&(a=setTimeout(y,r)),o}return r=L(r)||0,B(t)&&(l=!!t.leading,i=(v="maxWait"in t)?ma(L(t.maxWait)||0,r):i,s="trailing"in t?!!t.trailing:s),_.cancel=function(){void 0!==a&&clearTimeout(a),c=0,e=f=u=a=void 0},_.flush=function(){return void 0===a?o:g(ba())},_};var xa=function(n,r){return null==n||n!=n?r:n},Oa=Object.prototype,Aa=Oa.hasOwnProperty,Ia=Wr((function(n,r){n=Object(n);var t=-1,e=r.length,u=e>2?r[2]:void 0;for(u&&Sr(r[0],r[1],u)&&(e=1);++t=200&&(i=Oo,o=!1,r=new wo(r));n:for(;++u=0&&n.slice(t,u)==r};var pf=function(n,r){return b(r,(function(r){return[r,n[r]]}))};var hf=function(n){var r=-1,t=Array(n.size);return n.forEach((function(n){t[++r]=[n,n]})),t};var df=function(n){return function(r){var t=Ni(r);return"[object Map]"==t?Io(r):"[object Set]"==t?hf(r):pf(r,n(r))}},yf=df(ct),gf=df(yt),_f=ou({"&":"&","<":"<",">":">",'"':""","'":"'"}),bf=/[&<>"']/g,mf=RegExp(bf.source);var jf=function(n){return(n=fe(n))&&mf.test(n)?n.replace(bf,_f):n},wf=/[\\^$.*+?()[\]{}|]/g,xf=RegExp(wf.source);var Of=function(n){return(n=fe(n))&&xf.test(n)?n.replace(wf,"\\$&"):n};var Af=function(n,r){for(var t=-1,e=null==n?0:n.length;++tu?0:u+t),(e=void 0===e||e>u?u:D(e))<0&&(e+=u),e=t>e?0:kf(e);t-1?u[i?r[o]:o]:void 0}},zf=Math.max;var Lf=function(n,r,t){var e=null==n?0:n.length;if(!e)return-1;var u=null==t?0:D(t);return u<0&&(u=zf(e+u,0)),Hn(n,Yo(r,3),u)},Pf=Mf(Lf);var Cf=function(n,r,t){var e;return t(n,(function(n,t,u){if(r(n,t,u))return e=t,!1})),e};var Df=function(n,r){return Cf(n,Yo(r,3),oa)},Tf=Math.max,Nf=Math.min;var Uf=function(n,r,t){var e=null==n?0:n.length;if(!e)return-1;var u=e-1;return void 0!==t&&(u=D(t),u=t<0?Tf(e+u,0):Nf(u,e-1)),Hn(n,Yo(r,3),u,!0)},Ff=Mf(Uf);var qf=function(n,r){return Cf(n,Yo(r,3),cf)};var $f=function(n){return n&&n.length?n[0]:void 0};var Kf=function(n,r){var t=-1,e=Rr(n)?Array(n.length):[];return fa(n,(function(n,u,i){e[++t]=r(n,u,i)})),e};var Vf=function(n,r){return(m(n)?b:Kf)(n,Yo(r,3))};var Zf=function(n,r){return ge(Vf(n,r),1)};var Gf=function(n,r){return ge(Vf(n,r),Infinity)};var Jf=function(n,r,t){return t=void 0===t?1:D(t),ge(Vf(n,r),t)};var Hf=function(n){return(null==n?0:n.length)?ge(n,Infinity):[]};var Yf=function(n,r){return(null==n?0:n.length)?(r=void 0===r?1:D(r),ge(n,r)):[]};var Qf=function(n){return mr(n,512)},Xf=Vu("floor");var nc=function(n){return be((function(r){var t=r.length,e=t,u=Wn.prototype.thru;for(n&&r.reverse();e--;){var i=r[e];if("function"!=typeof i)throw new TypeError("Expected a function");if(u&&!o&&"wrapper"==En(i))var o=new Wn([],!0)}for(e=o?e:t;++er};var dc=function(n){return function(r,t){return"string"==typeof r&&"string"==typeof t||(r=L(r),t=L(t)),n(r,t)}},yc=dc(hc),gc=dc((function(n,r){return n>=r})),_c=Object.prototype.hasOwnProperty;var bc=function(n,r){return null!=n&&_c.call(n,r)};var mc=function(n,r){return null!=n&&Ko(n,r,bc)},jc=Math.max,wc=Math.min;var xc=function(n,r,t){return n>=wc(r,t)&&n-1:!!u&&Xn(n,r,t)>-1},Bc=Math.max;var Rc=function(n,r,t){var e=null==n?0:n.length;if(!e)return-1;var u=null==t?0:D(t);return u<0&&(u=Bc(e+u,0)),Xn(n,r,u)};var Sc=function(n){return(null==n?0:n.length)?Ce(n,0,-1):[]},Mc=Math.min;var zc=function(n,r,t){for(var e=t?qa:nr,u=n[0].length,i=n.length,o=i,a=Array(i),f=1/0,c=[];o--;){var l=n[o];o&&r&&(l=b(l,Hr(r))),f=Mc(l.length,f),a[o]=!t&&(r||u>=120&&l.length>=120)?new wo(o&&l):void 0}l=n[0];var v=-1,s=a[0];n:for(;++v=-9007199254740991&&n<=El};var Wl=function(n){return void 0===n};var Bl=function(n){return y(n)&&"[object WeakMap]"==Ni(n)};var Rl=function(n){return y(n)&&"[object WeakSet]"==d(n)};var Sl=function(n){return Yo("function"==typeof n?n:lo(n,1))},Ml=Array.prototype.join;var zl=function(n,r){return null==n?"":Ml.call(n,r)},Ll=Nu((function(n,r,t){return n+(t?"-":"")+r.toLowerCase()})),Pl=Ll,Cl=la((function(n,r,t){wr(n,t,r)})),Dl=Cl;var Tl=function(n,r,t){for(var e=t+1;e--;)if(n[e]===r)return e;return e},Nl=Math.max,Ul=Math.min;var Fl=function(n,r,t){var e=null==n?0:n.length;if(!e)return-1;var u=e;return void 0!==t&&(u=(u=D(t))<0?Nl(e+u,0):Ul(u,e-1)),r==r?Tl(n,r,u):Hn(n,Yn,u,!0)},ql=Nu((function(n,r,t){return n+(t?" ":"")+r.toLowerCase()})),$l=ql,Kl=tu("toLowerCase");var Vl=function(n,r){return n=this.__values__.length;return{done:n,value:n?void 0:this.__values__[this.__index__++]}};var bv=function(n,r){var t=n.length;if(t)return ar(r+=r<0?t:0,t)?n[r]:void 0};var mv=function(n,r){return n&&n.length?bv(n,D(r)):void 0};var jv=function(n){return n=D(n),Wr((function(r){return bv(r,n)}))};var wv=function(n,r){return r=ce(r,n),null==(n=Hc(n,r))||delete n[le(Za(r))]};var xv=function(n){return Ee(n)?void 0:n},Ov=be((function(n,r){var t={};if(null==n)return t;var e=!1;r=b(r,(function(r){return r=ce(r,n),e||(e=r.length>1),r})),Ir(n,Ai(n),t),e&&(t=lo(t,7,xv));for(var u=r.length;u--;)wv(t,r[u]);return t})),Av=Ov;var Iv=function(n,r,t,e){if(!B(n))return n;for(var u=-1,i=(r=ce(r,n)).length,o=i-1,a=n;null!=a&&++ur||i&&o&&f&&!a&&!c||e&&o&&f||!t&&f||!u)return 1;if(!e&&!i&&!c&&n=a?f:f*("desc"==t[e]?-1:1)}return n.index-r.index};var zv=function(n,r,t){r=r.length?b(r,(function(n){return m(n)?function(r){return ve(r,1===n.length?n[0]:n)}:n})):[N];var e=-1;r=b(r,Hr(Yo));var u=Kf(n,(function(n,t,u){var i=b(r,(function(r){return r(n)}));return{criteria:i,index:++e,value:n}}));return Rv(u,(function(n,r){return Mv(n,r,t)}))};var Lv=function(n,r,t,e){return null==n?[]:(m(r)||(r=null==r?[]:[r]),m(t=e?void 0:t)||(t=null==t?[]:[t]),zv(n,r,t))};var Pv=function(n){return be((function(r){return r=b(r,Hr(Yo)),Wr((function(t){var e=this;return n(r,(function(n){return pn(n,e,t)}))}))}))},Cv=Pv(b),Dv=Wr,Tv=Math.min,Nv=Dv((function(n,r){var t=(r=1==r.length&&m(r[0])?b(r[0],Hr(Yo)):b(ge(r,1),Hr(Yo))).length;return Wr((function(e){for(var u=-1,i=Tv(e.length,t);++u9007199254740991)return t;do{r%2&&(t+=n),(r=$v(r/2))&&(n+=n)}while(r);return t},Vv=Go("length"),Zv="\\ud800-\\udfff",Gv="["+Zv+"]",Jv="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",Hv="\\ud83c[\\udffb-\\udfff]",Yv="[^"+Zv+"]",Qv="(?:\\ud83c[\\udde6-\\uddff]){2}",Xv="[\\ud800-\\udbff][\\udc00-\\udfff]",ns="(?:"+Jv+"|"+Hv+")"+"?",rs="[\\ufe0e\\ufe0f]?",ts=rs+ns+("(?:\\u200d(?:"+[Yv,Qv,Xv].join("|")+")"+rs+ns+")*"),es="(?:"+[Yv+Jv+"?",Jv,Qv,Xv,Gv].join("|")+")",us=RegExp(Hv+"(?="+Hv+")|"+es+ts,"g");var is=function(n){for(var r=us.lastIndex=0;us.test(n);)++r;return r};var os=function(n){return Ne(n)?is(n):Vv(n)},as=Math.ceil;var fs=function(n,r){var t=(r=void 0===r?" ":x(r)).length;if(t<2)return t?Kv(r,n):r;var e=Kv(r,as(n/os(r)));return Ne(r)?De(ru(e),0,n).join(""):e.slice(0,n)},cs=Math.ceil,ls=Math.floor;var vs=function(n,r,t){n=fe(n);var e=(r=D(r))?os(n):0;if(!r||e>=r)return n;var u=(r-e)/2;return fs(ls(u),t)+n+fs(cs(u),t)};var ss=function(n,r,t){n=fe(n);var e=(r=D(r))?os(n):0;return r&&e-1;)a!==n&&ks.call(a,f,1),ks.call(n,f,1);return n};var Bs=function(n,r){return n&&n.length&&r&&r.length?Ws(n,r):n},Rs=Wr(Bs);var Ss=function(n,r,t){return n&&n.length&&r&&r.length?Ws(n,r,Yo(t,2)):n};var Ms=function(n,r,t){return n&&n.length&&r&&r.length?Ws(n,r,void 0,t):n},zs=Array.prototype.splice;var Ls=function(n,r){for(var t=n?r.length:0,e=t-1;t--;){var u=r[t];if(t==e||u!==i){var i=u;ar(u)?zs.call(n,u,1):wv(n,u)}}return n},Ps=be((function(n,r){var t=null==n?0:n.length,e=pe(n,r);return Ls(n,b(r,(function(n){return ar(n,t)?+n:n})).sort(Sv)),e})),Cs=Ps,Ds=Math.floor,Ts=Math.random;var Ns=function(n,r){return n+Ds(Ts()*(r-n+1))},Us=parseFloat,Fs=Math.min,qs=Math.random;var $s=function(n,r,t){if(t&&"boolean"!=typeof t&&Sr(n,r,t)&&(r=t=void 0),void 0===t&&("boolean"==typeof r?(t=r,r=void 0):"boolean"==typeof n&&(t=n,n=void 0)),void 0===n&&void 0===r?(n=0,r=1):(n=C(n),void 0===r?(r=n,n=0):r=C(r)),n>r){var e=n;n=r,r=e}if(t||n%1||r%1){var u=qs();return Fs(n+u*(r-n+Us("1e-"+((u+"").length-1))),r)}return Ns(n,r)},Ks=Math.ceil,Vs=Math.max;var Zs=function(n,r,t,e){for(var u=-1,i=Vs(Ks((r-n)/(t||1)),0),o=Array(i);i--;)o[e?i:++u]=n,n+=t;return o};var Gs=function(n){return function(r,t,e){return e&&"number"!=typeof e&&Sr(r,t,e)&&(t=e=void 0),r=C(r),void 0===t?(t=r,r=0):t=C(t),e=void 0===e?r1&&Sr(n,r[0],r[1])?r=[]:t>2&&Sr(r[0],r[1],r[2])&&(r=[r[0]]),zv(n,ge(r,1),[])})),Rp=Math.floor,Sp=Math.min;var Mp=function(n,r,t,e){var u=0,i=null==n?0:n.length;if(0===i)return 0;for(var o=(r=t(r))!=r,a=null===r,f=g(r),c=void 0===r;u>>1,o=n[i];null!==o&&!g(o)&&(t?o<=r:o>>0)?(n=fe(n))&&("string"==typeof r||null!=r&&!Il(r))&&!(r=x(r))&&Ne(n)?De(ru(n),0,t):n.split(r,t):[]},Kp=Math.max;var Vp=function(n,r){if("function"!=typeof n)throw new TypeError("Expected a function");return r=null==r?0:Kp(D(r),0),Wr((function(t){var e=t[r],u=De(t,0,r);return e&&he(u,e),pn(n,this,u)}))},Zp=Nu((function(n,r,t){return n+(t?" ":"")+eu(r)})),Gp=Zp;var Jp=function(n,r,t){return n=fe(n),t=null==t?0:Qu(D(t),0,n.length),r=x(r),n.slice(t,t+r.length)==r};var Hp=function(){return{}};var Yp=function(){return""};var Qp=function(){return!0},Xp=O((function(n,r){return n-r}),0);var nh=function(n){return n&&n.length?tv(n,N):0};var rh=function(n,r){return n&&n.length?tv(n,Yo(r,2)):0};var th=function(n){var r=null==n?0:n.length;return r?Ce(n,1,r):[]};var eh=function(n,r,t){return n&&n.length?(r=t||void 0===r?1:D(r),Ce(n,0,r<0?0:r)):[]};var uh=function(n,r,t){var e=null==n?0:n.length;return e?(r=t||void 0===r?1:D(r),Ce(n,(r=e-r)<0?0:r,e)):[]};var ih=function(n,r){return n&&n.length?rf(n,Yo(r,3),!1,!0):[]};var oh=function(n,r){return n&&n.length?rf(n,Yo(r,3)):[]};var ah=function(n,r){return r(n),n},fh=Object.prototype,ch=fh.hasOwnProperty;var lh=function(n,r,t,e){return void 0===n||xr(n,fh[t])&&!ch.call(e,t)?r:n},vh={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var sh=function(n){return"\\"+vh[n]},ph=/<%=([\s\S]+?)%>/g,hh={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:ph,variable:"",imports:{_:{escape:jf}}},dh=/\b__p \+= '';/g,yh=/\b(__p \+=) '' \+/g,gh=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_h=/[()=,{}\[\]\/\s]/,bh=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,mh=/($^)/,jh=/['\n\r\u2028\u2029\\]/g,wh=Object.prototype.hasOwnProperty;var xh=function(n,r,t){var e=hh.imports._.templateSettings||hh;t&&Sr(n,r,t)&&(r=void 0),n=fe(n),r=mt({},r,e,lh);var u,i,o=mt({},r.imports,e.imports,lh),a=ct(o),f=Ic(o,a),c=0,l=r.interpolate||mh,v="__p += '",s=RegExp((r.escape||mh).source+"|"+l.source+"|"+(l===ph?bh:mh).source+"|"+(r.evaluate||mh).source+"|$","g"),p=wh.call(r,"sourceURL")?"//# sourceURL="+(r.sourceURL+"").replace(/\s/g," ")+"\n":"";n.replace(s,(function(r,t,e,o,a,f){return e||(e=o),v+=n.slice(c,f).replace(jh,sh),t&&(u=!0,v+="' +\n__e("+t+") +\n'"),a&&(i=!0,v+="';\n"+a+";\n__p += '"),e&&(v+="' +\n((__t = ("+e+")) == null ? '' : __t) +\n'"),c=f+r.length,r})),v+="';\n";var h=wh.call(r,"variable")&&r.variable;if(h){if(_h.test(h))throw new Error("Invalid `variable` option passed into `_.template`")}else v="with (obj) {\n"+v+"\n}\n";v=(i?v.replace(dh,""):v).replace(yh,"$1").replace(gh,"$1;"),v="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(u?", __e = _.escape":"")+(i?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+v+"return __p\n}";var d=Be((function(){return Function(a,p+"return "+v).apply(void 0,f)}));if(d.source=v,ke(d))throw d;return d};var Oh=function(n,r,t){var e=!0,u=!0;if("function"!=typeof n)throw new TypeError("Expected a function");return B(t)&&(e="leading"in t?!!t.leading:e,u="trailing"in t?!!t.trailing:u),wa(n,r,{leading:e,maxWait:r,trailing:u})};var Ah=function(n,r){return r(n)},Ih=4294967295,Eh=Math.min;var kh=function(n,r){if((n=D(n))<1||n>9007199254740991)return[];var t=Ih,e=Eh(n,Ih);r=uf(r),n-=Ih;for(var u=Pr(e,r);++t-1;);return t};var Th=function(n,r){for(var t=-1,e=n.length;++t-1;);return t};var Nh=function(n,r,t){if((n=fe(n))&&(t||void 0===r))return W(n);if(!n||!(r=x(r)))return n;var e=ru(n),u=ru(r),i=Th(e,u),o=Dh(e,u)+1;return De(e,i,o).join("")};var Uh=function(n,r,t){if((n=fe(n))&&(t||void 0===r))return n.slice(0,E(n)+1);if(!n||!(r=x(r)))return n;var e=ru(n),u=Dh(e,ru(r))+1;return De(e,0,u).join("")},Fh=/^\s+/;var qh=function(n,r,t){if((n=fe(n))&&(t||void 0===r))return n.replace(Fh,"");if(!n||!(r=x(r)))return n;var e=ru(n),u=Th(e,ru(r));return De(e,u).join("")},$h=/\w*$/;var Kh=function(n,r){var t=30,e="...";if(B(r)){var u="separator"in r?r.separator:u;t="length"in r?D(r.length):t,e="omission"in r?x(r.omission):e}var i=(n=fe(n)).length;if(Ne(n)){var o=ru(n);i=o.length}if(t>=i)return n;var a=t-os(e);if(a<1)return e;var f=o?De(o,0,a).join(""):n.slice(0,a);if(void 0===u)return f+e;if(o&&(a+=f.length-a),Il(u)){if(n.slice(a).search(u)){var c,l=f;for(u.global||(u=RegExp(u.source,fe($h.exec(u))+"g")),u.lastIndex=0;c=u.exec(l);)var v=c.index;f=f.slice(0,void 0===v?a:v)}}else if(n.indexOf(x(u),a)!=a){var s=f.lastIndexOf(u);s>-1&&(f=f.slice(0,s))}return f+e};var Vh=function(n){return jr(n,1)},Zh=ou({"&":"&","<":"<",">":">",""":'"',"'":"'"}),Gh=/&(?:amp|lt|gt|quot|#39);/g,Jh=RegExp(Gh.source);var Hh=function(n){return(n=fe(n))&&Jh.test(n)?n.replace(Gh,Zh):n},Yh=ki&&1/Eo(new ki([,-0]))[1]==1/0?function(n){return new ki(n)}:wn,Qh=Yh;var Xh=function(n,r,t){var e=-1,u=nr,i=n.length,o=!0,a=[],f=a;if(t)o=!1,u=qa;else if(i>=200){var c=r?null:Qh(n);if(c)return Eo(c);o=!1,u=Oo,f=new wo}else f=r?[]:a;n:for(;++e1||this.__actions__.length)&&e instanceof jn&&ar(t)?((e=e.slice(t,+t+(r?1:0))).__actions__.push({func:Ah,args:[u],thisArg:void 0}),new Wn(e,this.__chain__).thru((function(n){return r&&!n.length&&n.push(void 0),n}))):this.thru(u)}));var xd=function(){return Gu(this)};var Od=function(){var n=this.__wrapped__;if(n instanceof jn){var r=n;return this.__actions__.length&&(r=new jn(this)),(r=r.reverse()).__actions__.push({func:Ah,args:[lp],thisArg:void 0}),new Wn(r,this.__chain__)}return this.thru(lp)};var Ad=function(n,r,t){var e=n.length;if(e<2)return e?Xh(n[0]):[];for(var u=-1,i=Array(e);++u1?n[r-1]:void 0;return t="function"==typeof t?(n.pop(),t):void 0,sd(n,t)})),Ld=zd,Pd={chunk:Yu,compact:go,concat:_o,difference:Va,differenceBy:Ja,differenceWith:Ya,drop:Xa,dropRight:nf,dropRightWhile:tf,dropWhile:ef,fill:Bf,findIndex:Lf,findLastIndex:Uf,first:$f,flatten:_e,flattenDeep:Hf,flattenDepth:Yf,fromPairs:ac,head:$f,indexOf:Rc,initial:Sc,intersection:Pc,intersectionBy:Dc,intersectionWith:Tc,join:zl,last:Za,lastIndexOf:Fl,nth:mv,pull:Rs,pullAll:Bs,pullAllBy:Ss,pullAllWith:Ms,pullAt:Cs,remove:up,reverse:lp,slice:Ap,sortedIndex:Lp,sortedIndexBy:Pp,sortedIndexOf:Cp,sortedLastIndex:Dp,sortedLastIndexBy:Tp,sortedLastIndexOf:Np,sortedUniq:Fp,sortedUniqBy:qp,tail:th,take:eh,takeRight:uh,takeRightWhile:ih,takeWhile:oh,union:nd,unionBy:td,unionWith:ed,uniq:ud,uniqBy:id,uniqWith:od,unzip:vd,unzipWith:sd,without:md,xor:Id,xorBy:kd,xorWith:Wd,zip:Bd,zipObject:Sd,zipObjectDeep:Md,zipWith:Ld},Cd={countBy:pa,each:of,eachRight:vf,every:Ef,filter:Sf,find:Pf,findLast:Ff,flatMap:Zf,flatMapDeep:Gf,flatMapDepth:Jf,forEach:of,forEachRight:vf,groupBy:pc,includes:Wc,invokeMap:nl,keyBy:Dl,map:Vf,orderBy:Lv,partition:ws,reduce:np,reduceRight:tp,reject:ep,sample:hp,sampleSize:_p,shuffle:xp,size:Op,some:Wp,sortBy:Bp},Dd={now:ba},Td={after:T,ary:jr,before:Re,bind:Me,bindKey:Pe,curry:ya,curryRight:_a,debounce:wa,defer:Na,delay:Fa,flip:Qf,memoize:te,negate:hv,once:Bv,overArgs:Uv,partial:_s,partialRight:ms,rearg:Qs,rest:ap,spread:Vp,throttle:Oh,unary:Vh,wrap:jd},Nd={castArray:qu,clone:vo,cloneDeep:so,cloneDeepWith:po,cloneWith:ho,conformsTo:ta,eq:xr,gt:yc,gte:gc,isArguments:Fr,isArray:m,isArrayBuffer:el,isArrayLike:Rr,isArrayLikeObject:Wa,isBoolean:ul,isBuffer:Zr,isDate:al,isElement:fl,isEmpty:ll,isEqual:vl,isEqualWith:sl,isError:ke,isFinite:hl,isFunction:F,isInteger:dl,isLength:Br,isMap:to,isMatch:yl,isMatchWith:gl,isNaN:bl,isNative:jl,isNil:wl,isNull:xl,isNumber:_l,isObject:B,isObjectLike:y,isPlainObject:Ee,isRegExp:Il,isSafeInteger:kl,isSet:io,isString:Ac,isSymbol:g,isTypedArray:tt,isUndefined:Wl,isWeakMap:Bl,isWeakSet:Rl,lt:Zl,lte:Gl,toArray:gv,toFinite:C,toInteger:D,toLength:kf,toNumber:L,toPlainObject:Ra,toSafeInteger:Lh,toString:fe},Ud={add:A,ceil:Zu,divide:Qa,floor:Xf,max:nv,maxBy:rv,mean:uv,meanBy:iv,min:lv,minBy:vv,multiply:pv,round:vp,subtract:Xp,sum:nh,sumBy:rh},Fd={clamp:Xu,inRange:Oc,random:$s},qd={assign:st,assignIn:_t,assignInWith:mt,assignWith:wt,at:me,create:ha,defaults:Ea,defaultsDeep:Ca,entries:yf,entriesIn:gf,extend:_t,extendWith:mt,findKey:Df,findLastKey:qf,forIn:ec,forInRight:uc,forOwn:ic,forOwnRight:oc,functions:cc,functionsIn:lc,get:se,has:mc,hasIn:Vo,invert:$c,invertBy:Jc,invoke:Qc,keys:ct,keysIn:yt,mapKeys:Jl,mapValues:Hl,merge:av,mergeWith:Pa,omit:Av,omitBy:Wv,pick:Os,pickBy:kv,result:fp,set:bp,setWith:mp,toPairs:yf,toPairsIn:gf,transform:Ch,unset:cd,update:hd,updateWith:dd,values:Ec,valuesIn:_d},$d={at:wd,chain:Gu,commit:yo,lodash:zn,next:_v,plant:As,reverse:Od,tap:ah,thru:Ah,toIterator:Wh,toJSON:Rh,value:Rh,valueOf:Rh,wrapperChain:xd},Kd={camelCase:Fu,capitalize:uu,deburr:lu,endsWith:sf,escape:jf,escapeRegExp:Of,kebabCase:Pl,lowerCase:$l,lowerFirst:Kl,pad:vs,padEnd:ss,padStart:ps,parseInt:ys,repeat:ip,replace:op,snakeCase:Ep,split:$p,startCase:Gp,startsWith:Jp,template:xh,templateSettings:hh,toLower:Sh,toUpper:Ph,trim:Nh,trimEnd:Uh,trimStart:qh,truncate:Kh,unescape:Hh,upperCase:gd,upperFirst:eu,words:Du},Vd={attempt:Be,bindAll:ze,cond:Qo,conforms:ra,constant:$n,defaultTo:xa,flow:rc,flowRight:tc,identity:N,iteratee:Sl,matches:Yl,matchesProperty:Ql,method:fv,methodOf:cv,mixin:sv,noop:wn,nthArg:jv,over:Cv,overEvery:Fv,overSome:qv,property:Ho,propertyOf:Is,range:Js,rangeRight:Hs,stubArray:di,stubFalse:qr,stubObject:Hp,stubString:Yp,stubTrue:Qp,times:kh,toPath:Mh,uniqueId:fd};var Zd=function(){var n=new jn(this.__wrapped__);return n.__actions__=Bn(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=Bn(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=Bn(this.__views__),n};var Gd=function(){if(this.__filtered__){var n=new jn(this);n.__dir__=-1,n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},Jd=Math.max,Hd=Math.min;var Yd=function(n,r,t){for(var e=-1,u=t.length;++e0||r<0)?new jn(t):(n<0?t=t.takeRight(-n):n&&(t=t.drop(n)),void 0!==r&&(t=(r=D(r))<0?t.dropRight(-r):t.take(r-n)),t)},jn.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},jn.prototype.toArray=function(){return this.take(ty)},oa(jn.prototype,(function(n,r){var t=/^(?:filter|find|map|reject)|While$/.test(r),e=/^(?:head|last)$/.test(r),u=zn[e?"take"+("last"==r?"Right":""):r],i=e||/^find/.test(r);u&&(zn.prototype[r]=function(){var r=this.__wrapped__,o=e?[1]:arguments,a=r instanceof jn,f=o[0],c=a||m(r),l=function(n){var r=u.apply(zn,he([n],o));return e&&v?r[0]:r};c&&t&&"function"==typeof f&&1!=f.length&&(a=c=!1);var v=this.__chain__,s=!!this.__actions__.length,p=i&&!v,h=a&&!s;if(!i&&c){r=h?r:new jn(this);var d=n.apply(r,o);return d.__actions__.push({func:Ah,args:[l],thisArg:void 0}),new Wn(d,v)}return p&&h?n.apply(this,o):(d=this.thru(l),p?e?d.value()[0]:d.value():d)})})),Jn(["pop","push","shift","sort","splice","unshift"],(function(n){var r=ey[n],t=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",e=/^(?:pop|shift)$/.test(n);zn.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return r.apply(m(u)?u:[],n)}return this[t]((function(t){return r.apply(m(t)?t:[],n)}))}})),oa(jn.prototype,(function(n,r){var t=zn[r];if(t){var e=t.name+"";uy.call(An,e)||(An[e]=[]),An[e].push({name:r,func:t})}})),An[sr(void 0,2).name]=[{name:"wrapper",func:void 0}],jn.prototype.clone=Zd,jn.prototype.reverse=Gd,jn.prototype.value=ry,zn.prototype.at=$d.at,zn.prototype.chain=$d.wrapperChain,zn.prototype.commit=$d.commit,zn.prototype.next=$d.next,zn.prototype.plant=$d.plant,zn.prototype.reverse=$d.reverse,zn.prototype.toJSON=zn.prototype.valueOf=zn.prototype.value=$d.value,zn.prototype.first=zn.prototype.head,iy&&(zn.prototype[iy]=$d.toIterator);var cy=zn}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54542.719ee8e138d2f577fafa.js b/dist/apps/processing-runtime-widget/54542.719ee8e138d2f577fafa.js new file mode 100644 index 0000000..c79907c --- /dev/null +++ b/dist/apps/processing-runtime-widget/54542.719ee8e138d2f577fafa.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54542],{54542:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54547.d31a578bc2b48b30b3eb.js b/dist/apps/processing-runtime-widget/54547.d31a578bc2b48b30b3eb.js new file mode 100644 index 0000000..c858117 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54547.d31a578bc2b48b30b3eb.js @@ -0,0 +1,2 @@ +/*! For license information please see 54547.d31a578bc2b48b30b3eb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54547],{54547:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-AO",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AOA","Kz","kwanza angolano",{AOA:["Kz"],AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54547.d31a578bc2b48b30b3eb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54547.d31a578bc2b48b30b3eb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54547.d31a578bc2b48b30b3eb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54654.3370f71bc8f0e34569d0.js b/dist/apps/processing-runtime-widget/54654.3370f71bc8f0e34569d0.js new file mode 100644 index 0000000..68cc620 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54654.3370f71bc8f0e34569d0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54654,14416],{14416:function(e,t,s){s.r(t),s.d(t,{MiniState:function(){return c},MiniStore:function(){return n}});var r=s(89754),i=s(76063);class c extends r.BehaviorSubject{constructor(e,t,s){super(e);t.pipe((0,i.observeOn)(r.queueScheduler)).pipe((0,i.scan)(((e,t)=>t?s(e,t):e),e)).subscribe((e=>this.next(e)))}}class n extends r.Observable{constructor(e,t,s){super(),this._dispatcher=e,this._reducer=t,this.source=s}select(e){return(this.source?.pipe((0,i.map)(e))||(new r.Observable).pipe((0,i.map)(e))).pipe((0,i.distinctUntilChanged)())}lift(e){const t=new n(this._dispatcher,this._reducer,this);return t.operator=e,t}dispatch(e){this._dispatcher.next(e)}next(e){this._dispatcher.next(e)}error(e){this._dispatcher.error(e)}complete(){}}}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54656.05e73eaedd20088623f3.js b/dist/apps/processing-runtime-widget/54656.05e73eaedd20088623f3.js new file mode 100644 index 0000000..f9c9b2a --- /dev/null +++ b/dist/apps/processing-runtime-widget/54656.05e73eaedd20088623f3.js @@ -0,0 +1,2 @@ +/*! For license information please see 54656.05e73eaedd20088623f3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54656],{54656:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54656.05e73eaedd20088623f3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54656.05e73eaedd20088623f3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54656.05e73eaedd20088623f3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54947.5be21d562db7c8cabdac.js b/dist/apps/processing-runtime-widget/54947.5be21d562db7c8cabdac.js new file mode 100644 index 0000000..20b826d --- /dev/null +++ b/dist/apps/processing-runtime-widget/54947.5be21d562db7c8cabdac.js @@ -0,0 +1,2 @@ +/*! For license information please see 54947.5be21d562db7c8cabdac.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54947],{54947:function(r,e,a){a.r(e);const s=void 0;e.default=["nb",[["a","p"],["a.m.","p.m."],s],[["a.m.","p.m."],s,s],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø.","ma.","ti.","on.","to.","fr.","lø."]],s,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],s,["før Kristus","etter Kristus"]],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,"{1} 'kl'. {0}",s],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00;¤ -#,##0.00","#E0"],"NOK","kr","norske kroner",{AUD:[s,"$"],BRL:[s,"R$"],BYN:[s,"р."],CAD:[s,"$"],CNY:[s,"¥"],HKD:[s,"$"],ILS:[s,"₪"],INR:[s,"₹"],JPY:[s,"¥"],KRW:[s,"₩"],MXN:[s,"$"],NOK:["kr"],NZD:[s,"$"],PHP:[s,"₱"],RON:[s,"L"],TWD:[s,"NT$"],USD:[s,"$"],VND:[s,"₫"],XAF:[],XCD:[s,"$"],XPF:[],XXX:[]},"ltr",function(r){return 1===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54947.5be21d562db7c8cabdac.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54947.5be21d562db7c8cabdac.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54947.5be21d562db7c8cabdac.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/54985.ec68ebf87614ea40c35d.js b/dist/apps/processing-runtime-widget/54985.ec68ebf87614ea40c35d.js new file mode 100644 index 0000000..9d91f97 --- /dev/null +++ b/dist/apps/processing-runtime-widget/54985.ec68ebf87614ea40c35d.js @@ -0,0 +1,2 @@ +/*! For license information please see 54985.ec68ebf87614ea40c35d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[54985],{54985:function(e,d,s){s.r(d);const r=void 0;d.default=["ca-FR",[["a. m.","p. m."],r,r],r,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],r,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],r,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}","{1}, {0}","{1}, 'a' 'les' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],FRF:["F"],MXN:[r,"$"],PHP:[r,"₱"],THB:["฿"],USD:[r,"$"],VEF:[r,"Bs F"],XCD:[r,"$"],XXX:[]},"ltr",function(e){const d=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length;return 1===d&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/54985.ec68ebf87614ea40c35d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/54985.ec68ebf87614ea40c35d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/54985.ec68ebf87614ea40c35d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55122.bc3bfb6225de2510eb17.js b/dist/apps/processing-runtime-widget/55122.bc3bfb6225de2510eb17.js new file mode 100644 index 0000000..1e1204a --- /dev/null +++ b/dist/apps/processing-runtime-widget/55122.bc3bfb6225de2510eb17.js @@ -0,0 +1,2 @@ +/*! For license information please see 55122.bc3bfb6225de2510eb17.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55122],{55122:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55122.bc3bfb6225de2510eb17.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55122.bc3bfb6225de2510eb17.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55122.bc3bfb6225de2510eb17.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55125.66a2812b75d741dcff3a.js b/dist/apps/processing-runtime-widget/55125.66a2812b75d741dcff3a.js new file mode 100644 index 0000000..0df6534 --- /dev/null +++ b/dist/apps/processing-runtime-widget/55125.66a2812b75d741dcff3a.js @@ -0,0 +1,2 @@ +/*! For license information please see 55125.66a2812b75d741dcff3a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55125],{55125:function(u,i,C){C.r(i);const M=void 0;i.default=["sn",[["a","p"],["AM","PM"],M],[["AM","PM"],M,M],[["S","M","C","C","C","C","M"],["Svo","Muv","Chp","Cht","Chn","Chs","Mug"],["Svondo","Muvhuro","Chipiri","Chitatu","China","Chishanu","Mugovera"],["Sv","Mu","Cp","Ct","Cn","Cs","Mg"]],M,[["N","K","K","K","C","C","C","N","G","G","M","Z"],["Ndi","Kuk","Kur","Kub","Chv","Chk","Chg","Nya","Gun","Gum","Mbu","Zvi"],["Ndira","Kukadzi","Kurume","Kubvumbi","Chivabvu","Chikumi","Chikunguru","Nyamavhuvhu","Gunyana","Gumiguru","Mbudzi","Zvita"]],M,[["BC","AD"],M,["Kristo asati auya","mugore ramambo vedu"]],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","Dora re Amerika",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(u){return 1===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55125.66a2812b75d741dcff3a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55125.66a2812b75d741dcff3a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55125.66a2812b75d741dcff3a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55280.1892b0c7a97e8e3fba86.js b/dist/apps/processing-runtime-widget/55280.1892b0c7a97e8e3fba86.js new file mode 100644 index 0000000..1b33304 --- /dev/null +++ b/dist/apps/processing-runtime-widget/55280.1892b0c7a97e8e3fba86.js @@ -0,0 +1,2 @@ +/*! For license information please see 55280.1892b0c7a97e8e3fba86.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55280],{55280:function(e,a,u){u.r(a);const s=void 0;a.default=["ast",[["a","p"],["AM","PM"],["de la mañana","de la tarde"]],[["a","p"],["AM","PM"],["mañana","tarde"]],[["D","L","M","M","X","V","S"],["dom","llu","mar","mié","xue","vie","sáb"],["domingu","llunes","martes","miércoles","xueves","vienres","sábadu"],["do","ll","ma","mi","xu","vi","sá"]],s,[["X","F","M","A","M","X","X","A","S","O","P","A"],["xin","feb","mar","abr","may","xun","xnt","ago","set","och","pay","avi"],["de xineru","de febreru","de marzu","d’abril","de mayu","de xunu","de xunetu","d’agostu","de setiembre","d’ochobre","de payares","d’avientu"]],[["X","F","M","A","M","X","X","A","S","O","P","A"],["Xin","Feb","Mar","Abr","May","Xun","Xnt","Ago","Set","Och","Pay","Avi"],["xineru","febreru","marzu","abril","mayu","xunu","xunetu","agostu","setiembre","ochobre","payares","avientu"]],[["e.C.","d.C."],s,["enantes de Cristu","después de Cristu"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}",s],[",",".",";","%","+","-","E","×","‰","∞","ND",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{DKK:[],HRK:[],ISK:[],NOK:[],PHP:[s,"₱"],PLN:[],SEK:[],THB:["฿"],TWD:["NT$"],XXX:[]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55280.1892b0c7a97e8e3fba86.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55280.1892b0c7a97e8e3fba86.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55280.1892b0c7a97e8e3fba86.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55328.0ec94dabc0bcf1844f8c.js b/dist/apps/processing-runtime-widget/55328.0ec94dabc0bcf1844f8c.js new file mode 100644 index 0000000..bd4fe0e --- /dev/null +++ b/dist/apps/processing-runtime-widget/55328.0ec94dabc0bcf1844f8c.js @@ -0,0 +1,2 @@ +/*! For license information please see 55328.0ec94dabc0bcf1844f8c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55328],{55328:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55328.0ec94dabc0bcf1844f8c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55328.0ec94dabc0bcf1844f8c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55328.0ec94dabc0bcf1844f8c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55352.61dbb9cf6e8b02849d09.js b/dist/apps/processing-runtime-widget/55352.61dbb9cf6e8b02849d09.js new file mode 100644 index 0000000..a3d5e14 --- /dev/null +++ b/dist/apps/processing-runtime-widget/55352.61dbb9cf6e8b02849d09.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55352],{55352:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55607.d821f3eb13f7ce200715.js b/dist/apps/processing-runtime-widget/55607.d821f3eb13f7ce200715.js new file mode 100644 index 0000000..63c31ac --- /dev/null +++ b/dist/apps/processing-runtime-widget/55607.d821f3eb13f7ce200715.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55607],{55607:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55619.07c6acbb2e7734c33112.js b/dist/apps/processing-runtime-widget/55619.07c6acbb2e7734c33112.js new file mode 100644 index 0000000..d2a1b6a --- /dev/null +++ b/dist/apps/processing-runtime-widget/55619.07c6acbb2e7734c33112.js @@ -0,0 +1,2 @@ +/*! For license information please see 55619.07c6acbb2e7734c33112.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55619],{55619:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55619.07c6acbb2e7734c33112.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55619.07c6acbb2e7734c33112.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55619.07c6acbb2e7734c33112.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55627.9889fa5b09eb1e69b337.js b/dist/apps/processing-runtime-widget/55627.9889fa5b09eb1e69b337.js new file mode 100644 index 0000000..3b6bff8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/55627.9889fa5b09eb1e69b337.js @@ -0,0 +1,2 @@ +/*! For license information please see 55627.9889fa5b09eb1e69b337.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55627],{55627:function(e,u,n){n.r(u);const a=void 0;u.default=["en-BI",[["a","p"],["AM","PM"],a],[["AM","PM"],a,a],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],a,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],a,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",a,"{1} 'at' {0}",a],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"BIF","FBu","Burundian Franc",{BIF:["FBu"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55627.9889fa5b09eb1e69b337.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55627.9889fa5b09eb1e69b337.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55627.9889fa5b09eb1e69b337.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55684.973a3bea3269dd9edcc2.js b/dist/apps/processing-runtime-widget/55684.973a3bea3269dd9edcc2.js new file mode 100644 index 0000000..2da5678 --- /dev/null +++ b/dist/apps/processing-runtime-widget/55684.973a3bea3269dd9edcc2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55684],{55684:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55700.5975fdb04b1b9c3d2448.js b/dist/apps/processing-runtime-widget/55700.5975fdb04b1b9c3d2448.js new file mode 100644 index 0000000..31f6d9f --- /dev/null +++ b/dist/apps/processing-runtime-widget/55700.5975fdb04b1b9c3d2448.js @@ -0,0 +1,2 @@ +/*! For license information please see 55700.5975fdb04b1b9c3d2448.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55700],{55700:function(D,$,M){M.r($);const B=void 0;$.default=["ar-KM",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"KMF","CF","فرنك جزر القمر",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KMF:["CF"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55700.5975fdb04b1b9c3d2448.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55700.5975fdb04b1b9c3d2448.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55700.5975fdb04b1b9c3d2448.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55832.494cec699a3b48302bbc.js b/dist/apps/processing-runtime-widget/55832.494cec699a3b48302bbc.js new file mode 100644 index 0000000..69cc958 --- /dev/null +++ b/dist/apps/processing-runtime-widget/55832.494cec699a3b48302bbc.js @@ -0,0 +1,2 @@ +/*! For license information please see 55832.494cec699a3b48302bbc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55832],{55832:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55832.494cec699a3b48302bbc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55832.494cec699a3b48302bbc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55832.494cec699a3b48302bbc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55856.9f96e7344944c5b6f8a5.js b/dist/apps/processing-runtime-widget/55856.9f96e7344944c5b6f8a5.js new file mode 100644 index 0000000..5738dab --- /dev/null +++ b/dist/apps/processing-runtime-widget/55856.9f96e7344944c5b6f8a5.js @@ -0,0 +1,2 @@ +/*! For license information please see 55856.9f96e7344944c5b6f8a5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55856],{55856:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55856.9f96e7344944c5b6f8a5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/55856.9f96e7344944c5b6f8a5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/55856.9f96e7344944c5b6f8a5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/55942.83301561e67285ea4a01.js b/dist/apps/processing-runtime-widget/55942.83301561e67285ea4a01.js new file mode 100644 index 0000000..51d7fbc --- /dev/null +++ b/dist/apps/processing-runtime-widget/55942.83301561e67285ea4a01.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55942],{55942:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/55976.36c52b1e11773143d276.js b/dist/apps/processing-runtime-widget/55976.36c52b1e11773143d276.js new file mode 100644 index 0000000..4d947ec --- /dev/null +++ b/dist/apps/processing-runtime-widget/55976.36c52b1e11773143d276.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[55976],{55976:function(t,e,o){var n;o.r(e),o.d(e,{PlacementForBs5:function(){return i},Positioning:function(){return V},PositioningService:function(){return q},checkMargins:function(){return W},positionElements:function(){return Y}});var r,i,s=o(38310),a=o(40761),f=o(80179),l=o(89754);function m(t,e){if(1!==t.nodeType)return[];const o=t.ownerDocument.defaultView?.getComputedStyle(t,null);return e?o&&o[e]:o}function p(t){if(!t)return document.documentElement;let e,o=t?.offsetParent;for(;null===o&&t.nextElementSibling&&e!==t.nextElementSibling;)e=t.nextElementSibling,o=e.offsetParent;const n=o&&o.nodeName;return n&&"BODY"!==n&&"HTML"!==n?o&&-1!==["TH","TD","TABLE"].indexOf(o.nodeName)&&"static"===m(o,"position")?p(o):o:e?e.ownerDocument.documentElement:document.documentElement}function c(t){return null!==t.parentNode?c(t.parentNode):t}function h(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;const o=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,n=o?t:e,r=o?e:t,i=document.createRange();i.setStart(n,0),i.setEnd(r,0);const s=i.commonAncestorContainer;if(t!==s&&e!==s||n.contains(r))return function(t){const{nodeName:e}=t;return"BODY"!==e&&("HTML"===e||p(t.firstElementChild)===t)}(s)?s:p(s);const a=c(t);return a.host?h(a.host,e):h(t,c(e).host)}function u(t){if(!t||!t.parentElement)return document.documentElement;let e=t.parentElement;for(;e?.parentElement&&"none"===m(e,"transform");)e=e.parentElement;return e||document.documentElement}function g(t,e){const o="x"===e?"Left":"Top",n="Left"===o?"Right":"Bottom";return parseFloat(t[`border${o}Width`])+parseFloat(t[`border${n}Width`])}function d(t,e,o,n){const r=e,i=o;return Math.max(r[`offset${t}`],r[`scroll${t}`],i[`client${t}`],i[`offset${t}`],i[`scroll${t}`],0)}function b(t){const e=t.body,o=t.documentElement;return{height:d("Height",e,o),width:d("Width",e,o)}}function w(t){return{...t,right:(t.left||0)+t.width,bottom:(t.top||0)+t.height}}function N(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function E(t){const e=t.getBoundingClientRect();if(!(e&&N(e.top)&&N(e.left)&&N(e.bottom)&&N(e.right)))return e;const o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},n="HTML"===t.nodeName?b(t.ownerDocument):void 0,r=n?.width||t.clientWidth||N(e.right)&&N(o.left)&&e.right-o.left||0,i=n?.height||t.clientHeight||N(e.bottom)&&N(o.top)&&e.bottom-o.top||0;let s=t.offsetWidth-r,a=t.offsetHeight-i;if(s||a){const e=m(t);s-=g(e,"x"),a-=g(e,"y"),o.width-=s,o.height-=a}return w(o)}function M(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function v(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}const{overflow:e,overflowX:o,overflowY:n}=m(t);return/(auto|scroll|overlay)/.test(String(e)+String(n)+String(o))?t:v(M(t))}function y(t,e,o=!1){const n="HTML"===e.nodeName,r=E(t),i=E(e),s=(v(t),m(e)),a=parseFloat(s.borderTopWidth),f=parseFloat(s.borderLeftWidth);o&&n&&(i.top=Math.max(i.top??0,0),i.left=Math.max(i.left??0,0));const l=w({top:(r.top??0)-(i.top??0)-a,left:(r.left??0)-(i.left??0)-f,width:r.width,height:r.height});if(l.marginTop=0,l.marginLeft=0,n){const t=parseFloat(s.marginTop),e=parseFloat(s.marginLeft);N(l.top)&&(l.top-=a-t),N(l.bottom)&&(l.bottom-=a-t),N(l.left)&&(l.left-=f-e),N(l.right)&&(l.right-=f-e),l.marginTop=t,l.marginLeft=e}return l}function x(t,e="top"){const o="top"===e?"scrollTop":"scrollLeft",n=t.nodeName;if("BODY"===n||"HTML"===n){const e=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||e)[o]}return t[o]}function O(t){const e=t.nodeName;return"BODY"!==e&&"HTML"!==e&&("fixed"===m(t,"position")||O(M(t)))}function $(t,e,o=0,n,r=!1){let i={top:0,left:0};const s=r?u(t):h(t,e);if("viewport"===n)i=function(t,e=!1){const o=t.ownerDocument.documentElement,n=y(t,o),r=Math.max(o.clientWidth,window.innerWidth||0),i=Math.max(o.clientHeight,window.innerHeight||0),s=e?0:x(o),a=e?0:x(o,"left");return w({top:s-Number(n?.top)+Number(n?.marginTop),left:a-Number(n?.left)+Number(n?.marginLeft),width:r,height:i})}(s,r);else{let o;"scrollParent"===n?(o=v(M(e)),"BODY"===o.nodeName&&(o=t.ownerDocument.documentElement)):o="window"===n?t.ownerDocument.documentElement:n;const a=y(o,s,r);if(a&&"HTML"===o.nodeName&&!O(s)){const{height:e,width:o}=b(t.ownerDocument);N(i.top)&&N(a.top)&&N(a.marginTop)&&(i.top+=a.top-a.marginTop),N(i.top)&&(i.bottom=Number(e)+Number(a.top)),N(i.left)&&N(a.left)&&N(a.marginLeft)&&(i.left+=a.left-a.marginLeft),N(i.top)&&(i.right=Number(o)+Number(a.left))}else a&&(i=a)}return N(i.left)&&(i.left+=o),N(i.top)&&(i.top+=o),N(i.right)&&(i.right-=o),N(i.bottom)&&(i.bottom-=o),i}function T({width:t,height:e}){return t*e}function D(t,e,o,n,r=["top","bottom","right","left"],a="viewport",f=0){if(-1===t.indexOf("auto"))return t;const l=$(o,n,f,a),m={top:{width:l?.width??0,height:(e?.top??0)-(l?.top??0)},right:{width:(l?.right??0)-(e?.right??0),height:l?.height??0},bottom:{width:l?.width??0,height:(l?.bottom??0)-(e?.bottom??0)},left:{width:(e.left??0)-(l?.left??0),height:l?.height??0}},p=Object.keys(m).map((t=>({position:t,...m[t],area:T(m[t])}))).sort(((t,e)=>e.area-t.area));let c=p.filter((({width:t,height:e})=>t>=o.clientWidth&&e>=o.clientHeight));c=c.filter((({position:t})=>r.some((e=>e===t))));const h=c.length>0?c[0].position:p[0].position,u=t.split(" ")[1];return o.className=o.className.replace(/bs-tooltip-auto/g,`bs-tooltip-${(0,s.getBsVer)().isBs5?i[h]:h}`),h+(u?`-${u}`:"")}!function(t){t.top="top",t.bottom="bottom",t.left="left",t.right="right",t.auto="auto",t.end="right",t.start="left",t["top left"]="top left",t["top right"]="top right",t["right top"]="right top",t["right bottom"]="right bottom",t["bottom right"]="bottom right",t["bottom left"]="bottom left",t["left bottom"]="left bottom",t["left top"]="left top",t["top start"]="top left",t["top end"]="top right",t["end top"]="right top",t["end bottom"]="right bottom",t["bottom end"]="bottom right",t["bottom start"]="bottom left",t["start bottom"]="start bottom",t["start top"]="left top"}(r||(r={})),function(t){t.top="top",t.bottom="bottom",t.left="start",t.right="end",t.auto="auto",t.end="end",t.start="start",t["top left"]="top start",t["top right"]="top end",t["right top"]="end top",t["right bottom"]="end bottom",t["bottom right"]="bottom end",t["bottom left"]="bottom start",t["left bottom"]="start bottom",t["left top"]="start top",t["top start"]="top start",t["top end"]="top end",t["end top"]="end top",t["end bottom"]="end bottom",t["bottom end"]="bottom end",t["bottom start"]="bottom start",t["start bottom"]="start bottom",t["start top"]="start top"}(i||(i={}));const L=(t,e=0)=>t?parseFloat(t):e;function F(t){const e=t.ownerDocument.defaultView?.getComputedStyle(t),o=L(e?.marginTop)+L(e?.marginBottom),n=L(e?.marginLeft)+L(e?.marginRight);return{width:Number(t.offsetWidth)+n,height:Number(t.offsetHeight)+o}}function B(t,e,o){return y(e,o?u(t):h(t,e),o)}function P(t,e,o){const n=o.split(" ")[0],r=F(t),i={width:r.width,height:r.height},s=-1!==["right","left"].indexOf(n),a=s?"top":"left",f=s?"left":"top",l=s?"height":"width",m=s?"width":"height";return i[a]=(e[a]??0)+e[l]/2-r[l]/2,i[f]=n===f?(e[f]??0)-r[m]:e[function(t){const e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(t=>e[t]))}(f)]??0,i}function S(t,e){return!!t.modifiers[e]?.enabled}const H={top:["top","top start","top end"],bottom:["bottom","bottom start","bottom end"],start:["start","start top","start bottom"],end:["end","end top","end bottom"]};function I(t,e){return!!(0,s.getBsVer)().isBs5&&H[e].includes(t)}function W(t){return(0,s.getBsVer)().isBs5?I(t,"end")?"ms-2":I(t,"start")?"me-2":I(t,"top")?"mb-2":I(t,"bottom")?"mt-2":"":""}function R(t,e,o){t&&e&&Object.keys(e).forEach((n=>{let r="";var i;-1!==["width","height","top","right","bottom","left"].indexOf(n)&&(""!==(i=e[n])&&!isNaN(parseFloat(i))&&isFinite(Number(i)))&&(r="px"),o?o.setStyle(t,n,`${String(e[n])}${r}`):t.style[n]=String(e[n])+r}))}function k(t){let e=t.offsets.target;const o=t.instance.target.querySelector(".arrow");if(!o)return t;const n=-1!==["left","right"].indexOf(t.placement.split(" ")[0]),r=n?"height":"width",i=n?"Top":"Left",s=i.toLowerCase(),a=n?"left":"top",f=n?"bottom":"right",l=F(o)[r],p=t.placement.split(" ")[1];(t.offsets.host[f]??0)-l<(e[s]??0)&&(e[s]-=(e[s]??0)-((t.offsets.host[f]??0)-l)),Number(t.offsets.host[s])+Number(l)>(e[f]??0)&&(e[s]+=Number(t.offsets.host[s])+Number(l)-Number(e[f])),e=w(e);const c=m(t.instance.target),h=parseFloat(c[`margin${i}`])||0,u=parseFloat(c[`border${i}Width`])||0;let g;if(p){const e=parseFloat(c.borderRadius)||0,o=Number(h+u+e);g=s===p?Number(t.offsets.host[s])+o:Number(t.offsets.host[s])+Number(t.offsets.host[r]-o)}else g=Number(t.offsets.host[s])+Number(t.offsets.host[r]/2-l/2);let d=g-(e[s]??0)-h-u;return d=Math.max(Math.min(e[r]-(l+5),d),0),t.offsets.arrow={[s]:Math.round(d),[a]:""},t.instance.arrow=o,t}function C(t){if(t.offsets.target=w(t.offsets.target),!S(t.options,"flip"))return t.offsets.target={...t.offsets.target,...P(t.instance.target,t.offsets.host,t.placement)},t;const e=$(t.instance.target,t.instance.host,0,"viewport",!1);let o=t.placement.split(" ")[0],n=t.placement.split(" ")[1]||"";const r=D("auto",t.offsets.host,t.instance.target,t.instance.host,t.options.allowedPositions),i=[o,r];return i.forEach(((r,s)=>{if(o!==r||i.length===s+1)return;o=t.placement.split(" ")[0];const a="left"===o&&Math.floor(t.offsets.target.right??0)>Math.floor(t.offsets.host.left??0)||"right"===o&&Math.floor(t.offsets.target.left??0)Math.floor(t.offsets.host.top??0)||"bottom"===o&&Math.floor(t.offsets.target.top??0)Math.floor(e.right??0),m=Math.floor(t.offsets.target.top??0)Math.floor(e.bottom??0),c="left"===o&&f||"right"===o&&l||"top"===o&&m||"bottom"===o&&p,h=-1!==["top","bottom"].indexOf(o),u=h&&"left"===n&&f||h&&"right"===n&&l||!h&&"left"===n&&m||!h&&"right"===n&&p;(a||c||u)&&((a||c)&&(o=i[s+1]),u&&(n=function(t){return"right"===t?"left":"left"===t?"right":t}(n)),t.placement=o+(n?` ${n}`:""),t.offsets.target={...t.offsets.target,...P(t.instance.target,t.offsets.host,t.placement)})})),t}function _(t){if(!S(t.options,"preventOverflow"))return t;const e="transform",o=t.instance.target.style,{top:n,left:r,[e]:i}=o;o.top="",o.left="",o[e]="";const s=$(t.instance.target,t.instance.host,0,t.options.modifiers.preventOverflow?.boundariesElement||"scrollParent",!1);o.top=n,o.left=r,o[e]=i;const a={primary(e){let o=t.offsets.target[e];return(t.offsets.target[e]??0)<(s[e]??0)&&(o=Math.max(t.offsets.target[e]??0,s[e]??0)),{[e]:o}},secondary(e){const o="right"===e,n=o?"left":"top",r=o?"width":"height";let i=t.offsets.target[n];return(t.offsets.target[e]??0)>(s[e]??0)&&(i=Math.min(t.offsets.target[n]??0,(s[e]??0)-t.offsets.target[r])),{[n]:i}}};return["left","right","top","bottom"].forEach((e=>{const o=-1!==["left","top","start"].indexOf(e)?a.primary:a.secondary;t.offsets.target={...t.offsets.target,...o(e)}})),t}function j(t){const e=t.placement,o=e.split(" ")[0],n=e.split(" ")[1];if(n){const{host:e,target:r}=t.offsets,i=-1!==["bottom","top"].indexOf(o),s=i?"left":"top",a=i?"width":"height",f={start:{[s]:e[s]},end:{[s]:(e[s]??0)+e[a]-r[a]}};t.offsets.target={...r,[s]:s===n?f.start[s]:f.end[s]}}return t}class V{position(t,e){return this.offset(t,e)}offset(t,e){return B(e,t)}positionElements(t,e,o,n,i){const s=[C,j,_,k],a=function(t,e,o,n){if(!t||!e)return;const r=B(t,e);o.match(/^(auto)*\s*(left|right|top|bottom|start|end)*$/)||o.match(/^(left|right|top|bottom|start|end)*(?: (left|right|top|bottom|start|end))*$/)||(o="auto");const i=!!o.match(/auto/g);let s=o.match(/auto\s(left|right|top|bottom|start|end)/)?o.split(" ")[1]||"auto":o;const a=s.match(/^(left|right|top|bottom|start|end)* ?(?!\1)(left|right|top|bottom|start|end)?/);return a&&(s=a[1]+(a[2]?` ${a[2]}`:"")),-1!==["left right","right left","top bottom","bottom top"].indexOf(s)&&(s="auto"),s=D(s,r,t,e,n?n.allowedPositions:void 0),{options:n||{modifiers:{}},instance:{target:t,host:e,arrow:void 0},offsets:{target:P(t,r,s),host:r,arrow:void 0},positionFixed:!1,placement:s,placementAuto:i}}(e,t,r[o],i);if(a)return s.reduce(((t,e)=>e(t)),a)}}const A=new V;function Y(t,e,o,n,r,a){const f=A.positionElements(t,e,o,n,r);if(!f)return;const l=function(t){return{width:t.offsets.target.width,height:t.offsets.target.height,left:Math.floor(t.offsets.target.left??0),top:Math.round(t.offsets.target.top??0),bottom:Math.round(t.offsets.target.bottom??0),right:Math.floor(t.offsets.target.right??0)}}(f);R(e,{"will-change":"transform",top:"0px",left:"0px",transform:`translate3d(${l.left}px, ${l.top}px, 0px)`},a),f.instance.arrow&&R(f.instance.arrow,f.offsets.arrow,a),function(t,e){const o=t.instance.target;let n=o.className;const r=(0,s.getBsVer)().isBs5?i[t.placement]:t.placement;t.placementAuto&&(n=n.replace(/bs-popover-auto/g,`bs-popover-${r}`),n=n.replace(/ms-2|me-2|mb-2|mt-2/g,""),n=n.replace(/bs-tooltip-auto/g,`bs-tooltip-${r}`),n=n.replace(/\sauto/g,` ${r}`),-1!==n.indexOf("popover")&&(n=n+" "+W(r)),-1!==n.indexOf("popover")&&-1===n.indexOf("popover-auto")&&(n+=" popover-auto"),-1!==n.indexOf("tooltip")&&-1===n.indexOf("tooltip-auto")&&(n+=" tooltip-auto")),n=n.replace(/left|right|top|bottom|end|start/g,`${r.split(" ")[0]}`),e?e.setAttribute(o,"class",n):o.className=n}(f,a)}class q{constructor(t,e,o){this.update$$=new l.Subject,this.positionElements=new Map,this.isDisabled=!1,(0,f.isPlatformBrowser)(o)&&t.runOutsideAngular((()=>{this.triggerEvent$=(0,l.merge)((0,l.fromEvent)(window,"scroll",{passive:!0}),(0,l.fromEvent)(window,"resize",{passive:!0}),(0,l.of)(0,l.animationFrameScheduler),this.update$$),this.triggerEvent$.subscribe((()=>{this.isDisabled||this.positionElements.forEach((t=>{Y(Z(t.target),Z(t.element),t.attachment,t.appendToBody,this.options,e.createRenderer(null,null))}))}))}))}position(t){this.addPositionElement(t)}get event$(){return this.triggerEvent$}disable(){this.isDisabled=!0}enable(){this.isDisabled=!1}addPositionElement(t){this.positionElements.set(Z(t.element),t)}calcPosition(){this.update$$.next(null)}deletePositionElement(t){this.positionElements.delete(Z(t))}setOptions(t){this.options=t}}function Z(t){return"string"==typeof t?document.querySelector(t):t instanceof a.ElementRef?t.nativeElement:t??null}q.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=o.t(a,2)),type:q,deps:[{token:a.NgZone},{token:a.RendererFactory2},{token:a.PLATFORM_ID}],target:a["ɵɵFactoryTarget"].Injectable}),q.ɵprov=a["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=o.t(a,2)),type:q,providedIn:"root"}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=o.t(a,2)),type:q,decorators:[{type:a.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:a.NgZone},{type:a.RendererFactory2},{type:void 0,decorators:[{type:a.Inject,args:[a.PLATFORM_ID]}]}]}})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56013.1072c0fa92c75b38fe66.js b/dist/apps/processing-runtime-widget/56013.1072c0fa92c75b38fe66.js new file mode 100644 index 0000000..3bcfa44 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56013.1072c0fa92c75b38fe66.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56013],{56013:function(u,e,i){i.r(e);e.default=[[["полн.","полд.","утра","дня","веч.","ночи"],["полн.","полд.","утра","дня","вечера","ночи"],["полночь","полдень","утра","дня","вечера","ночи"]],[["полн.","полд.","утро","день","веч.","ночь"],undefined,["полночь","полдень","утро","день","вечер","ночь"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56018.a6cbcb77dd84b3376601.js b/dist/apps/processing-runtime-widget/56018.a6cbcb77dd84b3376601.js new file mode 100644 index 0000000..9475a6d --- /dev/null +++ b/dist/apps/processing-runtime-widget/56018.a6cbcb77dd84b3376601.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56018],{56018:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5604.1d3ad12206d0bb162e56.js b/dist/apps/processing-runtime-widget/5604.1d3ad12206d0bb162e56.js new file mode 100644 index 0000000..322c9f2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/5604.1d3ad12206d0bb162e56.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5604],{5604:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56055.3d14ee348aea13992bab.js b/dist/apps/processing-runtime-widget/56055.3d14ee348aea13992bab.js new file mode 100644 index 0000000..1f012d1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56055.3d14ee348aea13992bab.js @@ -0,0 +1,2 @@ +/*! For license information please see 56055.3d14ee348aea13992bab.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56055],{56055:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56055.3d14ee348aea13992bab.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56055.3d14ee348aea13992bab.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56055.3d14ee348aea13992bab.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56089.b01e529b0381af4e39fe.js b/dist/apps/processing-runtime-widget/56089.b01e529b0381af4e39fe.js new file mode 100644 index 0000000..5243e1b --- /dev/null +++ b/dist/apps/processing-runtime-widget/56089.b01e529b0381af4e39fe.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56089],{56089:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56123.66d0c139b12623126342.js b/dist/apps/processing-runtime-widget/56123.66d0c139b12623126342.js new file mode 100644 index 0000000..1e9a1a9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56123.66d0c139b12623126342.js @@ -0,0 +1,2 @@ +/*! For license information please see 56123.66d0c139b12623126342.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56123],{56123:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56123.66d0c139b12623126342.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56123.66d0c139b12623126342.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56123.66d0c139b12623126342.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56195.844847d484bc46218b6b.js b/dist/apps/processing-runtime-widget/56195.844847d484bc46218b6b.js new file mode 100644 index 0000000..87c76bb --- /dev/null +++ b/dist/apps/processing-runtime-widget/56195.844847d484bc46218b6b.js @@ -0,0 +1,2 @@ +/*! For license information please see 56195.844847d484bc46218b6b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56195],{56195:function(e,u,a){a.r(u);const n=void 0;u.default=["en-ZA",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["y/MM/dd","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","R","South African Rand",{JPY:["JP¥","¥"],USD:["US$","$"],ZAR:["R"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56195.844847d484bc46218b6b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56195.844847d484bc46218b6b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56195.844847d484bc46218b6b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5620.9d4cb6b7891226cda279.js b/dist/apps/processing-runtime-widget/5620.9d4cb6b7891226cda279.js new file mode 100644 index 0000000..dbdc99e --- /dev/null +++ b/dist/apps/processing-runtime-widget/5620.9d4cb6b7891226cda279.js @@ -0,0 +1,2 @@ +/*! For license information please see 5620.9d4cb6b7891226cda279.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5620],{5620:function(M,s,u){u.r(s);const n=void 0;s.default=["nds",[["AM","PM"],n,n],n,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"],n],n,[["BCE","CE"],n,n],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"EUR","€","EUR",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(M){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5620.9d4cb6b7891226cda279.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5620.9d4cb6b7891226cda279.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5620.9d4cb6b7891226cda279.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56229.522ce5c251d45de93dc2.js b/dist/apps/processing-runtime-widget/56229.522ce5c251d45de93dc2.js new file mode 100644 index 0000000..910dc11 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56229.522ce5c251d45de93dc2.js @@ -0,0 +1,2 @@ +/*! For license information please see 56229.522ce5c251d45de93dc2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56229],{56229:function(a,e,u){u.r(e);const n=void 0;e.default=["en-VU",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"VUV","VT","Vanuatu Vatu",{JPY:["JP¥","¥"],USD:["US$","$"],VUV:["VT"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56229.522ce5c251d45de93dc2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56229.522ce5c251d45de93dc2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56229.522ce5c251d45de93dc2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56238.b1e088ee70c802337387.js b/dist/apps/processing-runtime-widget/56238.b1e088ee70c802337387.js new file mode 100644 index 0000000..999bc47 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56238.b1e088ee70c802337387.js @@ -0,0 +1,2 @@ +/*! For license information please see 56238.b1e088ee70c802337387.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56238],{56238:function(a,u,i){i.r(u);const l=void 0;u.default=["xog",[["Munkyo","Eigulo"],l,l],l,[["S","B","B","S","K","K","M"],["Sabi","Bala","Kubi","Kusa","Kuna","Kuta","Muka"],["Sabiiti","Balaza","Owokubili","Owokusatu","Olokuna","Olokutaanu","Olomukaaga"],["Sabi","Bala","Kubi","Kusa","Kuna","Kuta","Muka"]],l,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apu","Maa","Juu","Jul","Agu","Seb","Oki","Nov","Des"],["Janwaliyo","Febwaliyo","Marisi","Apuli","Maayi","Juuni","Julaayi","Agusito","Sebuttemba","Okitobba","Novemba","Desemba"]],l,[["AZ","AF"],l,["Kulisto nga azilawo","Kulisto nga affile"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",l,l,l],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UGX","USh","Silingi eya Yuganda",{JPY:["JP¥","¥"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56238.b1e088ee70c802337387.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56238.b1e088ee70c802337387.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56238.b1e088ee70c802337387.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56243.224bb17420429421b5e7.js b/dist/apps/processing-runtime-widget/56243.224bb17420429421b5e7.js new file mode 100644 index 0000000..a51196e --- /dev/null +++ b/dist/apps/processing-runtime-widget/56243.224bb17420429421b5e7.js @@ -0,0 +1,2 @@ +/*! For license information please see 56243.224bb17420429421b5e7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56243],{56243:function(e,a,r){r.r(a);const u=void 0;a.default=["af",[["v","n"],["vm.","nm."],u],u,[["S","M","D","W","D","V","S"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."],["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]],u,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."],["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]],u,[["v.C.","n.C."],u,["voor Christus","na Christus"]],0,[6,0],["y-MM-dd","dd MMM y","dd MMMM y","EEEE dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","R","Suid-Afrikaanse rand",{BYN:[u,"р."],CAD:[u,"$"],JPY:["JP¥","¥"],MXN:[u,"$"],PHP:[u,"₱"],RON:[u,"leu"],THB:["฿"],TWD:["NT$"],USD:[u,"$"],ZAR:["R"]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56243.224bb17420429421b5e7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56243.224bb17420429421b5e7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56243.224bb17420429421b5e7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56316.b708581d47610f952fdc.js b/dist/apps/processing-runtime-widget/56316.b708581d47610f952fdc.js new file mode 100644 index 0000000..425d1d0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56316.b708581d47610f952fdc.js @@ -0,0 +1,2 @@ +/*! For license information please see 56316.b708581d47610f952fdc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56316],{56316:function(s,a,A){A.r(a);const u=void 0;a.default=["tzm",[["Zdat azal","Ḍeffir aza"],u,u],u,[["A","A","A","A","A","A","A"],["Asa","Ayn","Asn","Akr","Akw","Asm","Asḍ"],["Asamas","Aynas","Asinas","Akras","Akwas","Asimwas","Asiḍyas"],["Asa","Ayn","Asn","Akr","Akw","Asm","Asḍ"]],u,[["Y","Y","M","I","M","Y","Y","Ɣ","C","K","N","D"],["Yen","Yeb","Mar","Ibr","May","Yun","Yul","Ɣuc","Cut","Kṭu","Nwa","Duj"],["Yennayer","Yebrayer","Mars","Ibrir","Mayyu","Yunyu","Yulyuz","Ɣuct","Cutanbir","Kṭuber","Nwanbir","Dujanbir"]],u,[["ZƐ","ḌƐ"],u,["Zdat Ɛisa (TAƔ)","Ḍeffir Ɛisa (TAƔ)"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MAD","MAD","Derhem Umeṛṛuki",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){const a=s;return a===Math.floor(a)&&a>=0&&a<=1||a===Math.floor(a)&&a>=11&&a<=99?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56316.b708581d47610f952fdc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56316.b708581d47610f952fdc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56316.b708581d47610f952fdc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56382.bec73edd93e8369b0deb.js b/dist/apps/processing-runtime-widget/56382.bec73edd93e8369b0deb.js new file mode 100644 index 0000000..65fe24c --- /dev/null +++ b/dist/apps/processing-runtime-widget/56382.bec73edd93e8369b0deb.js @@ -0,0 +1,2 @@ +/*! For license information please see 56382.bec73edd93e8369b0deb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56382],{56382:function(e,o,n){n.r(o);const u=void 0;o.default=[[["ponoć","podne","ujutro","poslijepodne","navečer","po noći"],u,u],u,["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56382.bec73edd93e8369b0deb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56382.bec73edd93e8369b0deb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56382.bec73edd93e8369b0deb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56392.ad2ba6563ca6dba77070.js b/dist/apps/processing-runtime-widget/56392.ad2ba6563ca6dba77070.js new file mode 100644 index 0000000..509f59c --- /dev/null +++ b/dist/apps/processing-runtime-widget/56392.ad2ba6563ca6dba77070.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56392],{56392:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56410.ac954f6b17367ef99de5.js b/dist/apps/processing-runtime-widget/56410.ac954f6b17367ef99de5.js new file mode 100644 index 0000000..dfb7ded --- /dev/null +++ b/dist/apps/processing-runtime-widget/56410.ac954f6b17367ef99de5.js @@ -0,0 +1,2 @@ +/*! For license information please see 56410.ac954f6b17367ef99de5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56410],{56410:function(e,o,t){t.r(o);const r=void 0;o.default=["it",[["m.","p."],["AM","PM"],r],r,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],r,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],r,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{BRL:[r,"R$"],BYN:[r,"Br"],EGP:[r,"£E"],HKD:[r,"$"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NOK:[r,"NKr"],THB:["฿"],TWD:[r,"NT$"],USD:[r,"$"],VND:[r,"₫"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o&&0===t?1:0===r&&0!==o&&o%1e6==0&&0===t||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56410.ac954f6b17367ef99de5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56410.ac954f6b17367ef99de5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56410.ac954f6b17367ef99de5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56542.14c8f4ea4ec6c558753b.js b/dist/apps/processing-runtime-widget/56542.14c8f4ea4ec6c558753b.js new file mode 100644 index 0000000..b98f99f --- /dev/null +++ b/dist/apps/processing-runtime-widget/56542.14c8f4ea4ec6c558753b.js @@ -0,0 +1,2 @@ +/*! For license information please see 56542.14c8f4ea4ec6c558753b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56542],{56542:function(u,e,n){n.r(e);const M=void 0;e.default=["su-Latn",[["AM","PM"],M,M],M,[["M","S","S","R","K","J","S"],["Mng","Sen","Sal","Reb","Kem","Jum","Sap"],["Minggu","Senén","Salasa","Rebo","Kemis","Jumaah","Saptu"],["Mng","Sen","Sal","Reb","Kem","Jum","Sap"]],M,[["J","P","M","A","M","J","J","A","S","O","N","D"],["Jan","Péb","Mar","Apr","Méi","Jun","Jul","Ags","Sép","Okt","Nop","Dés"],["Januari","Pébruari","Maret","April","Méi","Juni","Juli","Agustus","Séptémber","Oktober","Nopémber","Désémber"]],M,[["SM","M"],M,M],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1}, {0}",M,"{1} 'jam' {0}",M],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"IDR","Rp","Rupee Indonésia",{IDR:["Rp"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56542.14c8f4ea4ec6c558753b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56542.14c8f4ea4ec6c558753b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56542.14c8f4ea4ec6c558753b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56570.cbf4e9138bcf8d562686.js b/dist/apps/processing-runtime-widget/56570.cbf4e9138bcf8d562686.js new file mode 100644 index 0000000..29bd6c1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56570.cbf4e9138bcf8d562686.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56570],{56570:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56579.842bc7633a70602ef111.js b/dist/apps/processing-runtime-widget/56579.842bc7633a70602ef111.js new file mode 100644 index 0000000..72fe45e --- /dev/null +++ b/dist/apps/processing-runtime-widget/56579.842bc7633a70602ef111.js @@ -0,0 +1,2 @@ +/*! For license information please see 56579.842bc7633a70602ef111.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56579],{56579:function(e,s,o){o.r(s);const r=void 0;s.default=["es-GQ",[["a. m.","p. m."],r,r],r,[["D","L","M","X","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],r,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1}, {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"XAF","FCFA","franco CFA de África Central",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],EGP:[],ESP:["₧"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],THB:["฿"],TWD:[r,"NT$"],USD:["US$","$"],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56579.842bc7633a70602ef111.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56579.842bc7633a70602ef111.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56579.842bc7633a70602ef111.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5660.e57a0a309c6079d662b8.js b/dist/apps/processing-runtime-widget/5660.e57a0a309c6079d662b8.js new file mode 100644 index 0000000..ba88b5b --- /dev/null +++ b/dist/apps/processing-runtime-widget/5660.e57a0a309c6079d662b8.js @@ -0,0 +1,2 @@ +/*! For license information please see 5660.e57a0a309c6079d662b8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5660],{5660:function(i,e,u){u.r(e);const o=void 0;e.default=["seh",[["AM","PM"],o,o],o,[["D","P","C","T","N","S","S"],["Dim","Pos","Pir","Tat","Nai","Sha","Sab"],["Dimingu","Chiposi","Chipiri","Chitatu","Chinai","Chishanu","Sabudu"],["Dim","Pos","Pir","Tat","Nai","Sha","Sab"]],o,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Aug","Set","Otu","Nov","Dec"],["Janeiro","Fevreiro","Marco","Abril","Maio","Junho","Julho","Augusto","Setembro","Otubro","Novembro","Decembro"]],o,[["AC","AD"],o,["Antes de Cristo","Anno Domini"]],0,[6,0],["d/M/y","d 'de' MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MZN","MTn","Metical de Moçambique",{JPY:["JP¥","¥"],MZN:["MTn"],USD:["US$","$"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5660.e57a0a309c6079d662b8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5660.e57a0a309c6079d662b8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5660.e57a0a309c6079d662b8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56654.a0033e1987f8f1e2f1e5.js b/dist/apps/processing-runtime-widget/56654.a0033e1987f8f1e2f1e5.js new file mode 100644 index 0000000..5f4156d --- /dev/null +++ b/dist/apps/processing-runtime-widget/56654.a0033e1987f8f1e2f1e5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56654],{56654:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56701.30ae7203fb92679b26f6.js b/dist/apps/processing-runtime-widget/56701.30ae7203fb92679b26f6.js new file mode 100644 index 0000000..d973bd9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56701.30ae7203fb92679b26f6.js @@ -0,0 +1,2 @@ +/*! For license information please see 56701.30ae7203fb92679b26f6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56701],{56701:function(a,i,s){s.r(i);const o=void 0;i.default=["so-ET",[["h","d"],["GH","GD"],o],[["AM","GD"],o,["GH","GD"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbaco","Khms","Jmc","Sbti"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Jannaayo","Febraayo","Maarso","Abriil","May","Juun","Luuliyo","Ogost","Sebtembar","Oktoobar","Nofembar","Desembar"]],[["B","A"],["BC","AD"],["Ciise Hortii","Ciise Dabadii"]],0,[6,0],["dd/MM/yy","dd-MMM-y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'ee' {0}",o,o],[".",",",";","%","+","-","E","×","‰","∞","MaL",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ETB","Br","Birta Itoobbiya",{BBD:["DBB","$"],ETB:["Br"],JPY:["JP¥","¥"],SOS:["S"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56701.30ae7203fb92679b26f6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56701.30ae7203fb92679b26f6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56701.30ae7203fb92679b26f6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56717.e3ed3bfb1c163902909d.js b/dist/apps/processing-runtime-widget/56717.e3ed3bfb1c163902909d.js new file mode 100644 index 0000000..e0a47cd --- /dev/null +++ b/dist/apps/processing-runtime-widget/56717.e3ed3bfb1c163902909d.js @@ -0,0 +1,2 @@ +/*! For license information please see 56717.e3ed3bfb1c163902909d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56717],{56717:function(r,e,a){a.r(e);const s=void 0;e.default=["no",[["a","p"],["a.m.","p.m."],s],[["a.m.","p.m."],s,s],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø.","ma.","ti.","on.","to.","fr.","lø."]],s,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],s,["før Kristus","etter Kristus"]],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,"{1} 'kl'. {0}",s],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00;¤ -#,##0.00","#E0"],"NOK","kr","norske kroner",{AUD:[s,"$"],BRL:[s,"R$"],BYN:[s,"р."],CAD:[s,"$"],CNY:[s,"¥"],HKD:[s,"$"],ILS:[s,"₪"],INR:[s,"₹"],JPY:[s,"¥"],KRW:[s,"₩"],MXN:[s,"$"],NOK:["kr"],NZD:[s,"$"],PHP:[s,"₱"],RON:[s,"L"],TWD:[s,"NT$"],USD:[s,"$"],VND:[s,"₫"],XAF:[],XCD:[s,"$"],XPF:[],XXX:[]},"ltr",function(r){return 1===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56717.e3ed3bfb1c163902909d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56717.e3ed3bfb1c163902909d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56717.e3ed3bfb1c163902909d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56747.6cc8c4185474b2390643.js b/dist/apps/processing-runtime-widget/56747.6cc8c4185474b2390643.js new file mode 100644 index 0000000..c6bc56a --- /dev/null +++ b/dist/apps/processing-runtime-widget/56747.6cc8c4185474b2390643.js @@ -0,0 +1,2 @@ +/*! For license information please see 56747.6cc8c4185474b2390643.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56747],{56747:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56747.6cc8c4185474b2390643.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56747.6cc8c4185474b2390643.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56747.6cc8c4185474b2390643.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/56841.8b499f71bcdb4926ac78.js b/dist/apps/processing-runtime-widget/56841.8b499f71bcdb4926ac78.js new file mode 100644 index 0000000..ea856c7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56841.8b499f71bcdb4926ac78.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56841],{56841:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56935.91ddb08ef3e34f32d579.js b/dist/apps/processing-runtime-widget/56935.91ddb08ef3e34f32d579.js new file mode 100644 index 0000000..effd1ef --- /dev/null +++ b/dist/apps/processing-runtime-widget/56935.91ddb08ef3e34f32d579.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56935],{56935:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56972.afa66e3b6db7451347c9.js b/dist/apps/processing-runtime-widget/56972.afa66e3b6db7451347c9.js new file mode 100644 index 0000000..75502b8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/56972.afa66e3b6db7451347c9.js @@ -0,0 +1,2 @@ +/*! For license information please see 56972.afa66e3b6db7451347c9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[56972],{56972:function(a,g,i){i.r(g);const e=void 0;g.default=[[["pagi","pagi","tengah hari","petang","malam"],e,["tengah malam","pagi","tengah hari","petang","malam"]],[["pagi","pagi","tengah hari","petang","malam"],["tengah malam","pagi","tengah hari","petang","malam"],e],[["00:00","01:00"],["01:00","12:00"],["12:00","14:00"],["14:00","19:00"],["19:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/56972.afa66e3b6db7451347c9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/56972.afa66e3b6db7451347c9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/56972.afa66e3b6db7451347c9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5702.d77c5a075e947576836c.js b/dist/apps/processing-runtime-widget/5702.d77c5a075e947576836c.js new file mode 100644 index 0000000..757f255 --- /dev/null +++ b/dist/apps/processing-runtime-widget/5702.d77c5a075e947576836c.js @@ -0,0 +1,2 @@ +/*! For license information please see 5702.d77c5a075e947576836c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5702],{5702:function(a,e,u){u.r(e);const n=void 0;e.default=["en-WS",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"WST","WS$","Samoan Tala",{JPY:["JP¥","¥"],USD:["US$","$"],WST:["WS$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5702.d77c5a075e947576836c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5702.d77c5a075e947576836c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5702.d77c5a075e947576836c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57024.8d80cc7dc2199667de7d.js b/dist/apps/processing-runtime-widget/57024.8d80cc7dc2199667de7d.js new file mode 100644 index 0000000..c8414f6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57024.8d80cc7dc2199667de7d.js @@ -0,0 +1,2 @@ +/*! For license information please see 57024.8d80cc7dc2199667de7d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57024],{57024:function(s,u,M){M.r(u);const c=void 0;u.default=["ks",[["AM","PM"],c,c],c,[["ا","ژ","ب","ب","ب","ج","ب"],["آتھوار","ژٔندٕروار","بۆموار","بودوار","برؠسوار","جُمہ","بٹوار"],["اَتھوار","ژٔندرٕروار","بۆموار","بودوار","برؠسوار","جُمہ","بٹوار"],["آتھوار","ژٔندٕروار","بۆموار","بودوار","برؠسوار","جُمہ","بٹوار"]],c,[["ج","ف","م","ا","م","ج","ج","ا","س","س","ا","ن"],["جنؤری","فرؤری","مارٕچ","اپریل","مئی","جوٗن","جوٗلایی","اگست","ستمبر","اکتوٗبر","نومبر","دسمبر"],c],c,[["بی سی","اے ڈی"],c,["قبٕل مسیٖح","عیٖسوی سنہٕ"]],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{0} پٮ۪ٹھۍ {1}",c],[".","،",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"INR","₹","ہِندُستٲنۍ رۄپَے",{},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57024.8d80cc7dc2199667de7d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57024.8d80cc7dc2199667de7d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57024.8d80cc7dc2199667de7d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57049.5f6e0545c212e9a121eb.js b/dist/apps/processing-runtime-widget/57049.5f6e0545c212e9a121eb.js new file mode 100644 index 0000000..33f621e --- /dev/null +++ b/dist/apps/processing-runtime-widget/57049.5f6e0545c212e9a121eb.js @@ -0,0 +1,2 @@ +/*! For license information please see 57049.5f6e0545c212e9a121eb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57049],{57049:function(a,e,u){u.r(e);const r=void 0;e.default=["en-TT",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TTD","$","Trinidad & Tobago Dollar",{JPY:["JP¥","¥"],TTD:["$"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57049.5f6e0545c212e9a121eb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57049.5f6e0545c212e9a121eb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57049.5f6e0545c212e9a121eb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57174.1421e3669cff41dfcb58.js b/dist/apps/processing-runtime-widget/57174.1421e3669cff41dfcb58.js new file mode 100644 index 0000000..acf0ff5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57174.1421e3669cff41dfcb58.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57174],{57174:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57271.eb187e8bede8417fcee4.js b/dist/apps/processing-runtime-widget/57271.eb187e8bede8417fcee4.js new file mode 100644 index 0000000..44fe1fb --- /dev/null +++ b/dist/apps/processing-runtime-widget/57271.eb187e8bede8417fcee4.js @@ -0,0 +1,2 @@ +/*! For license information please see 57271.eb187e8bede8417fcee4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57271],{57271:function(i,s,n){n.r(s);const e=void 0;s.default=["yav",[["kiɛmɛ́ɛm","kisɛ́ndɛ"],e,e],e,[["s","m","m","e","k","f","s"],["sd","md","mw","et","kl","fl","ss"],["sɔ́ndiɛ","móndie","muányáŋmóndie","metúkpíápɛ","kúpélimetúkpiapɛ","feléte","séselé"],["sd","md","mw","et","kl","fl","ss"]],e,[["1","2","3","4","5","6","7","8","9","10","11","12"],["o.1","o.2","o.3","o.4","o.5","o.6","o.7","o.8","o.9","o.10","o.11","o.12"],["pikítíkítie, oólí ú kutúan","siɛyɛ́, oóli ú kándíɛ","ɔnsúmbɔl, oóli ú kátátúɛ","mesiŋ, oóli ú kénie","ensil, oóli ú kátánuɛ","ɔsɔn","efute","pisuyú","imɛŋ i puɔs","imɛŋ i putúk,oóli ú kátíɛ","makandikɛ","pilɔndɔ́"]],e,[["k.Y.","+J.C."],e,["katikupíen Yésuse","ékélémkúnupíén n"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","XAF",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(i){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57271.eb187e8bede8417fcee4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57271.eb187e8bede8417fcee4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57271.eb187e8bede8417fcee4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5738.8c6b01e42b3581423783.js b/dist/apps/processing-runtime-widget/5738.8c6b01e42b3581423783.js new file mode 100644 index 0000000..d72062c --- /dev/null +++ b/dist/apps/processing-runtime-widget/5738.8c6b01e42b3581423783.js @@ -0,0 +1,2 @@ +/*! For license information please see 5738.8c6b01e42b3581423783.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5738],{5738:function(M,a,i){i.r(a);const u=void 0;a.default=["mer",[["RŨ","ŨG"],u,u],u,[["K","M","W","W","W","W","J"],["KIU","MRA","WAI","WET","WEN","WTN","JUM"],["Kiumia","Muramuko","Wairi","Wethatu","Wena","Wetano","Jumamosi"],["KIU","MRA","WAI","WET","WEN","WTN","JUM"]],u,[["J","F","M","Ĩ","M","N","N","A","S","O","N","D"],["JAN","FEB","MAC","ĨPU","MĨĨ","NJU","NJR","AGA","SPT","OKT","NOV","DEC"],["Januarĩ","Feburuarĩ","Machi","Ĩpurũ","Mĩĩ","Njuni","Njuraĩ","Agasti","Septemba","Oktũba","Novemba","Dicemba"]],u,[["MK","NK"],u,["Mbere ya Kristũ","Nyuma ya Kristũ"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Shilingi ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(M){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5738.8c6b01e42b3581423783.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5738.8c6b01e42b3581423783.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5738.8c6b01e42b3581423783.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57507.f6a2bfd8648f9bfb4ec4.js b/dist/apps/processing-runtime-widget/57507.f6a2bfd8648f9bfb4ec4.js new file mode 100644 index 0000000..d08afe3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57507.f6a2bfd8648f9bfb4ec4.js @@ -0,0 +1,2 @@ +/*! For license information please see 57507.f6a2bfd8648f9bfb4ec4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57507],{57507:function(s,M,t){t.r(M);const u=void 0;M.default=["tt",[["AM","PM"],u,u],u,[["Я","Д","С","Ч","П","Җ","Ш"],["якш.","дүш.","сиш.","чәр.","пәнҗ.","җом.","шим."],["якшәмбе","дүшәмбе","сишәмбе","чәршәмбе","пәнҗешәмбе","җомга","шимбә"],["якш.","дүш.","сиш.","чәр.","пәнҗ.","җом.","шим."]],u,[["1","2","3","4","5","6","7","8","9","10","11","12"],["гыйн.","фев.","мар.","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["гыйнвар","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],u,[["б.э.к.","милади"],u,["безнең эрага кадәр","милади"]],1,[6,0],["dd.MM.y","d MMM, y 'ел'","d MMMM, y 'ел'","d MMMM, y 'ел', EEEE"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RUB","₽","Россия сумы",{JPY:["JP¥","¥"],RUB:["₽"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57507.f6a2bfd8648f9bfb4ec4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57507.f6a2bfd8648f9bfb4ec4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57507.f6a2bfd8648f9bfb4ec4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57564.eea5f2ff3faeb79eac8c.js b/dist/apps/processing-runtime-widget/57564.eea5f2ff3faeb79eac8c.js new file mode 100644 index 0000000..21b6ec6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57564.eea5f2ff3faeb79eac8c.js @@ -0,0 +1,2 @@ +/*! For license information please see 57564.eea5f2ff3faeb79eac8c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57564],{57564:function(s,u,n){n.r(u);const c=void 0;u.default=["zh-Hans-HK",[["上午","下午"],c,c],c,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],c,[["公元前","公元"],c,c],0,[6,0],["d/M/yy","y年M月d日",c,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HKD","HK$","港元",{AUD:["AU$","$"],BYN:[c,"р."],ILR:["ILS"],JPY:["JP¥","¥"],KRW:["₩","₩"],PHP:[c,"₱"],RUR:[c,"р."],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57564.eea5f2ff3faeb79eac8c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57564.eea5f2ff3faeb79eac8c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57564.eea5f2ff3faeb79eac8c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57612.baa10fe2a99243d06f2e.js b/dist/apps/processing-runtime-widget/57612.baa10fe2a99243d06f2e.js new file mode 100644 index 0000000..a45091f --- /dev/null +++ b/dist/apps/processing-runtime-widget/57612.baa10fe2a99243d06f2e.js @@ -0,0 +1,2 @@ +/*! For license information please see 57612.baa10fe2a99243d06f2e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57612],{57612:function(e,a,u){u.r(a);const n=void 0;a.default=["en-GH",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GHS","GH₵","Ghanaian Cedi",{GHS:["GH₵"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57612.baa10fe2a99243d06f2e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57612.baa10fe2a99243d06f2e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57612.baa10fe2a99243d06f2e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57740.b266da4d27da750deb75.js b/dist/apps/processing-runtime-widget/57740.b266da4d27da750deb75.js new file mode 100644 index 0000000..edab1d7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57740.b266da4d27da750deb75.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57740],{57740:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57824.fe5859e7caf089b74754.js b/dist/apps/processing-runtime-widget/57824.fe5859e7caf089b74754.js new file mode 100644 index 0000000..d04b041 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57824.fe5859e7caf089b74754.js @@ -0,0 +1,2 @@ +/*! For license information please see 57824.fe5859e7caf089b74754.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57824],{57824:function(a,s,o){o.r(s);const e=void 0;s.default=["ff-Latn-GH",[["subaka","kikiiɗe"],e,e],e,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],e,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],e,[["H-I","C-I"],e,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"GHS","GH₵","GHS",{GHS:["GH₵"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const s=Math.floor(Math.abs(a));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57824.fe5859e7caf089b74754.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57824.fe5859e7caf089b74754.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57824.fe5859e7caf089b74754.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5783.bc25df1e9b58ef3375b7.js b/dist/apps/processing-runtime-widget/5783.bc25df1e9b58ef3375b7.js new file mode 100644 index 0000000..93f1827 --- /dev/null +++ b/dist/apps/processing-runtime-widget/5783.bc25df1e9b58ef3375b7.js @@ -0,0 +1,2 @@ +/*! For license information please see 5783.bc25df1e9b58ef3375b7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5783],{5783:function(m,i,n){n.r(i);const d=void 0;i.default=["kkj",[["AM","PM"],d,d],d,[["so","lu","ma","mɛ","ye","va","ms"],["sɔndi","lundi","mardi","mɛrkɛrɛdi","yedi","vaŋdɛrɛdi","mɔnɔ sɔndi"],d,d],[["so","lu","ma","mɛ","ye","va","ms"],["sɔndi","lundi","mardi","mɛrkɛrɛdi","yedi","vaŋdɛrɛdi","mɔnɔ sɔndi"],d,["so","lu","ma","mɛ","ye","va","ms"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["pamba","wanja","mbiyɔ mɛndoŋgɔ","Nyɔlɔmbɔŋgɔ","Mɔnɔ ŋgbanja","Nyaŋgwɛ ŋgbanja","kuŋgwɛ","fɛ","njapi","nyukul","M11","ɓulɓusɛ"],d],d,[["BCE","CE"],d,d],1,[6,0],["dd/MM y","d MMM y","d MMMM y","EEEE dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",d,d,d],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XAF","FCFA","Franc CFA",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(m){return 1===m?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5783.bc25df1e9b58ef3375b7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5783.bc25df1e9b58ef3375b7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5783.bc25df1e9b58ef3375b7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57834.b704d4072d99843214f2.js b/dist/apps/processing-runtime-widget/57834.b704d4072d99843214f2.js new file mode 100644 index 0000000..c6ef0d1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57834.b704d4072d99843214f2.js @@ -0,0 +1,2 @@ +/*! For license information please see 57834.b704d4072d99843214f2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57834],{57834:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57834.b704d4072d99843214f2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57834.b704d4072d99843214f2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57834.b704d4072d99843214f2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5785.45ae827a89aadb6c91ee.js b/dist/apps/processing-runtime-widget/5785.45ae827a89aadb6c91ee.js new file mode 100644 index 0000000..a19b1ff --- /dev/null +++ b/dist/apps/processing-runtime-widget/5785.45ae827a89aadb6c91ee.js @@ -0,0 +1,2 @@ +/*! For license information please see 5785.45ae827a89aadb6c91ee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5785],{5785:function(u,c,i){i.r(c);const e=void 0;c.default=[[["آدھی رات","صبح","دوپہر","سہ پہر","شام","رات"],e,["آدھی رات","صبح میں","دوپہر میں","سہ پہر","شام میں","رات میں"]],[["آدھی رات","صبح","دوپہر","سہ پہر","شام","رات"],e,e],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5785.45ae827a89aadb6c91ee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5785.45ae827a89aadb6c91ee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5785.45ae827a89aadb6c91ee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/57905.a7a84878007ddbd1b4a8.js b/dist/apps/processing-runtime-widget/57905.a7a84878007ddbd1b4a8.js new file mode 100644 index 0000000..1581c95 --- /dev/null +++ b/dist/apps/processing-runtime-widget/57905.a7a84878007ddbd1b4a8.js @@ -0,0 +1,2 @@ +/*! For license information please see 57905.a7a84878007ddbd1b4a8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[57905],{57905:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","清晨","朝早","中午","下昼","夜晚","凌晨"],e,e],e,["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/57905.a7a84878007ddbd1b4a8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/57905.a7a84878007ddbd1b4a8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/57905.a7a84878007ddbd1b4a8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5814.1d7c6c688f05a24959b9.js b/dist/apps/processing-runtime-widget/5814.1d7c6c688f05a24959b9.js new file mode 100644 index 0000000..e201bd4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/5814.1d7c6c688f05a24959b9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5814],{5814:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58198.464334fd8ab116ac92e8.js b/dist/apps/processing-runtime-widget/58198.464334fd8ab116ac92e8.js new file mode 100644 index 0000000..54fdb0c --- /dev/null +++ b/dist/apps/processing-runtime-widget/58198.464334fd8ab116ac92e8.js @@ -0,0 +1,2 @@ +/*! For license information please see 58198.464334fd8ab116ac92e8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58198],{58198:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58198.464334fd8ab116ac92e8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58198.464334fd8ab116ac92e8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58198.464334fd8ab116ac92e8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58217.2c1ae0c0280adb9d724e.js b/dist/apps/processing-runtime-widget/58217.2c1ae0c0280adb9d724e.js new file mode 100644 index 0000000..1149c5f --- /dev/null +++ b/dist/apps/processing-runtime-widget/58217.2c1ae0c0280adb9d724e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58217,65800],{58217:function(t,e,o){var i;o.r(e),o.d(e,{TooltipConfig:function(){return d},TooltipContainerComponent:function(){return h},TooltipDirective:function(){return u},TooltipModule:function(){return m}});var s=o(40761),n=o(38310),a=o(88553),r=o(58156),p=o(35746),l=o(89754),c=o(80179);class d{constructor(){this.adaptivePosition=!0,this.placement="top",this.triggers="hover focus",this.delay=0}}d.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:d,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),d.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:d,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:d,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});class h{constructor(t){Object.assign(this,t)}get _bsVersions(){return(0,n.getBsVer)()}ngAfterViewInit(){this.classMap={in:!1,fade:!1},this.placement&&(this._bsVersions.isBs5&&(this.placement=a.PlacementForBs5[this.placement]),this.classMap[this.placement]=!0),this.classMap[`tooltip-${this.placement}`]=!0,this.classMap.in=!0,this.animation&&(this.classMap.fade=!0),this.containerClass&&(this.classMap[this.containerClass]=!0)}}h.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,deps:[{token:d}],target:s["ɵɵFactoryTarget"].Component}),h.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:h,selector:"bs-tooltip-container",host:{attributes:{role:"tooltip"},properties:{class:'"tooltip in tooltip-" + placement + " " + "bs-tooltip-" + placement + " " + placement + " " + containerClass',"class.show":"!_bsVersions.isBs3","class.bs3":"_bsVersions.isBs3","attr.id":"this.id"}},ngImport:i||(i=o.t(s,2)),template:'\n
    \n
    \n ',isInline:!0,styles:[":host.tooltip{display:block;pointer-events:none}:host.bs3.tooltip.top>.arrow{margin-left:-2px}:host.bs3.tooltip.bottom{margin-top:0}:host.bs3.bs-tooltip-left,:host.bs3.bs-tooltip-right{margin:0}:host.bs3.bs-tooltip-right .arrow,:host.bs3.bs-tooltip-left .arrow{margin:.3rem 0}\n"],changeDetection:s.ChangeDetectionStrategy.OnPush}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,decorators:[{type:s.Component,args:[{selector:"bs-tooltip-container",changeDetection:s.ChangeDetectionStrategy.OnPush,host:{"[class]":'"tooltip in tooltip-" + placement + " " + "bs-tooltip-" + placement + " " + placement + " " + containerClass',"[class.show]":"!_bsVersions.isBs3","[class.bs3]":"_bsVersions.isBs3","[attr.id]":"this.id",role:"tooltip"},template:'\n
    \n
    \n ',styles:[":host.tooltip{display:block;pointer-events:none}:host.bs3.tooltip.top>.arrow{margin-left:-2px}:host.bs3.tooltip.bottom{margin-top:0}:host.bs3.bs-tooltip-left,:host.bs3.bs-tooltip-right{margin:0}:host.bs3.bs-tooltip-right .arrow,:host.bs3.bs-tooltip-left .arrow{margin:.3rem 0}\n"]}]}],ctorParameters:function(){return[{type:d}]}});let g=0;class u{constructor(t,e,o,i,n,a){this._elementRef=i,this._renderer=n,this._positionService=a,this.tooltipId=g++,this.adaptivePosition=!0,this.tooltipChange=new s.EventEmitter,this.placement="top",this.triggers="hover focus",this.containerClass="",this.isDisabled=!1,this.delay=0,this.tooltipAnimation=!0,this.tooltipFadeDuration=150,this.tooltipStateChanged=new s.EventEmitter,this._tooltip=e.createLoader(this._elementRef,t,this._renderer).provide({provide:d,useValue:o}),Object.assign(this,o),this.onShown=this._tooltip.onShown,this.onHidden=this._tooltip.onHidden}get isOpen(){return this._tooltip.isShown}set isOpen(t){t?this.show():this.hide()}set htmlContent(t){(0,n.warnOnce)("tooltipHtml was deprecated, please use `tooltip` instead"),this.tooltip=t}set _placement(t){(0,n.warnOnce)("tooltipPlacement was deprecated, please use `placement` instead"),this.placement=t}set _isOpen(t){(0,n.warnOnce)("tooltipIsOpen was deprecated, please use `isOpen` instead"),this.isOpen=t}get _isOpen(){return(0,n.warnOnce)("tooltipIsOpen was deprecated, please use `isOpen` instead"),this.isOpen}set _enable(t){(0,n.warnOnce)("tooltipEnable was deprecated, please use `isDisabled` instead"),this.isDisabled=!t}get _enable(){return(0,n.warnOnce)("tooltipEnable was deprecated, please use `isDisabled` instead"),this.isDisabled}set _appendToBody(t){(0,n.warnOnce)('tooltipAppendToBody was deprecated, please use `container="body"` instead'),this.container=t?"body":this.container}get _appendToBody(){return(0,n.warnOnce)('tooltipAppendToBody was deprecated, please use `container="body"` instead'),"body"===this.container}set _popupClass(t){(0,n.warnOnce)("tooltipClass deprecated")}set _tooltipContext(t){(0,n.warnOnce)("tooltipContext deprecated")}set _tooltipPopupDelay(t){(0,n.warnOnce)("tooltipPopupDelay is deprecated, use `delay` instead"),this.delay=t}get _tooltipTrigger(){return(0,n.warnOnce)("tooltipTrigger was deprecated, please use `triggers` instead"),this.triggers}set _tooltipTrigger(t){(0,n.warnOnce)("tooltipTrigger was deprecated, please use `triggers` instead"),this.triggers=(t||"").toString()}ngOnInit(){this._tooltip.listen({triggers:this.triggers,show:()=>this.show()}),this.tooltipChange.subscribe((t=>{t||this._tooltip.hide()})),this.onShown.subscribe((()=>{this.setAriaDescribedBy()})),this.onHidden.subscribe((()=>{this.setAriaDescribedBy()}))}setAriaDescribedBy(){this._ariaDescribedby=this.isOpen?`tooltip-${this.tooltipId}`:void 0,this._ariaDescribedby?this._renderer.setAttribute(this._elementRef.nativeElement,"aria-describedby",this._ariaDescribedby):this._renderer.removeAttribute(this._elementRef.nativeElement,"aria-describedby")}toggle(){if(this.isOpen)return this.hide();this.show()}show(){if(this._positionService.setOptions({modifiers:{flip:{enabled:this.adaptivePosition},preventOverflow:{enabled:this.adaptivePosition,boundariesElement:this.boundariesElement||"scrollParent"}}}),this.isOpen||this.isDisabled||this._delayTimeoutId||!this.tooltip)return;const t=()=>{this._delayTimeoutId&&(this._delayTimeoutId=void 0),this._tooltip.attach(h).to(this.container).position({attachment:this.placement}).show({content:this.tooltip,placement:this.placement,containerClass:this.containerClass,id:`tooltip-${this.tooltipId}`})},e=()=>{this._tooltipCancelShowFn&&this._tooltipCancelShowFn()};this.delay?(this._delaySubscription&&this._delaySubscription.unsubscribe(),this._delaySubscription=(0,l.timer)(this.delay).subscribe((()=>{t(),e()})),this.triggers&&(0,n.parseTriggers)(this.triggers).forEach((t=>{t.close&&(this._tooltipCancelShowFn=this._renderer.listen(this._elementRef.nativeElement,t.close,(()=>{this._delaySubscription?.unsubscribe(),e()})))}))):t()}hide(){this._delayTimeoutId&&(clearTimeout(this._delayTimeoutId),this._delayTimeoutId=void 0),this._tooltip.isShown&&(this._tooltip.instance?.classMap&&(this._tooltip.instance.classMap.in=!1),setTimeout((()=>{this._tooltip.hide()}),this.tooltipFadeDuration))}ngOnDestroy(){this._tooltip.dispose(),this.tooltipChange.unsubscribe(),this._delaySubscription&&this._delaySubscription.unsubscribe(),this.onShown.unsubscribe(),this.onHidden.unsubscribe()}}u.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:u,deps:[{token:s.ViewContainerRef},{token:p.ComponentLoaderFactory},{token:d},{token:s.ElementRef},{token:s.Renderer2},{token:a.PositioningService}],target:s["ɵɵFactoryTarget"].Directive}),u.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:u,selector:"[tooltip], [tooltipHtml]",inputs:{adaptivePosition:"adaptivePosition",tooltip:"tooltip",placement:"placement",triggers:"triggers",container:"container",containerClass:"containerClass",boundariesElement:"boundariesElement",isOpen:"isOpen",isDisabled:"isDisabled",delay:"delay",htmlContent:["tooltipHtml","htmlContent"],_placement:["tooltipPlacement","_placement"],_isOpen:["tooltipIsOpen","_isOpen"],_enable:["tooltipEnable","_enable"],_appendToBody:["tooltipAppendToBody","_appendToBody"],tooltipAnimation:"tooltipAnimation",_popupClass:["tooltipClass","_popupClass"],_tooltipContext:["tooltipContext","_tooltipContext"],_tooltipPopupDelay:["tooltipPopupDelay","_tooltipPopupDelay"],tooltipFadeDuration:"tooltipFadeDuration",_tooltipTrigger:["tooltipTrigger","_tooltipTrigger"]},outputs:{tooltipChange:"tooltipChange",onShown:"onShown",onHidden:"onHidden",tooltipStateChanged:"tooltipStateChanged"},exportAs:["bs-tooltip"],ngImport:i||(i=o.t(s,2))}),(0,r.__decorate)([(0,n.OnChange)(),(0,r.__metadata)("design:type",Object)],u.prototype,"tooltip",void 0),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:u,decorators:[{type:s.Directive,args:[{selector:"[tooltip], [tooltipHtml]",exportAs:"bs-tooltip"}]}],ctorParameters:function(){return[{type:s.ViewContainerRef},{type:p.ComponentLoaderFactory},{type:d},{type:s.ElementRef},{type:s.Renderer2},{type:a.PositioningService}]},propDecorators:{adaptivePosition:[{type:s.Input}],tooltip:[{type:s.Input}],tooltipChange:[{type:s.Output}],placement:[{type:s.Input}],triggers:[{type:s.Input}],container:[{type:s.Input}],containerClass:[{type:s.Input}],boundariesElement:[{type:s.Input}],isOpen:[{type:s.Input}],isDisabled:[{type:s.Input}],delay:[{type:s.Input}],onShown:[{type:s.Output}],onHidden:[{type:s.Output}],htmlContent:[{type:s.Input,args:["tooltipHtml"]}],_placement:[{type:s.Input,args:["tooltipPlacement"]}],_isOpen:[{type:s.Input,args:["tooltipIsOpen"]}],_enable:[{type:s.Input,args:["tooltipEnable"]}],_appendToBody:[{type:s.Input,args:["tooltipAppendToBody"]}],tooltipAnimation:[{type:s.Input}],_popupClass:[{type:s.Input,args:["tooltipClass"]}],_tooltipContext:[{type:s.Input,args:["tooltipContext"]}],_tooltipPopupDelay:[{type:s.Input,args:["tooltipPopupDelay"]}],tooltipFadeDuration:[{type:s.Input}],_tooltipTrigger:[{type:s.Input,args:["tooltipTrigger"]}],tooltipStateChanged:[{type:s.Output}]}});class m{static forRoot(){return{ngModule:m,providers:[p.ComponentLoaderFactory,a.PositioningService]}}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),m.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,declarations:[u,h],imports:[c.CommonModule],exports:[u]}),m.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,imports:[c.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,decorators:[{type:s.NgModule,args:[{imports:[c.CommonModule],declarations:[u,h],exports:[u]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58246.b7d367e0c557bce1182f.js b/dist/apps/processing-runtime-widget/58246.b7d367e0c557bce1182f.js new file mode 100644 index 0000000..656296c --- /dev/null +++ b/dist/apps/processing-runtime-widget/58246.b7d367e0c557bce1182f.js @@ -0,0 +1,2 @@ +/*! For license information please see 58246.b7d367e0c557bce1182f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58246],{58246:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58246.b7d367e0c557bce1182f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58246.b7d367e0c557bce1182f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58246.b7d367e0c557bce1182f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5842.3211afc897b400ca0378.js b/dist/apps/processing-runtime-widget/5842.3211afc897b400ca0378.js new file mode 100644 index 0000000..fb1ac18 --- /dev/null +++ b/dist/apps/processing-runtime-widget/5842.3211afc897b400ca0378.js @@ -0,0 +1,2 @@ +/*! For license information please see 5842.3211afc897b400ca0378.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5842],{5842:function(s,M,u){u.r(M);const i=void 0;M.default=["mai",[["AM","PM"],i,["भोर","सांझ"]],[["AM","PM"],i,i],[["र","सो","मं","बु","गु","शु","श"],["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],["रवि दिन","सोम दिन","मंगल दिन","बुध दिन","बृहस्पति दिन","शुक्र दिन","शनि दिन"],["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"]],i,[["ज","फ","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]],[["ज","फ","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],["जन॰","फर॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],["जनवरी","फरवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्टूबर","नवंबर","दिसंबर"]],[["ईसा-पूर्व","ईसवी"],i,i],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",i,"{1} के {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","[#E0]"],"INR","₹","भारतीय रुपया",{JPY:["JP¥","¥"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5842.3211afc897b400ca0378.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5842.3211afc897b400ca0378.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5842.3211afc897b400ca0378.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58429.f5647b14013d47889f28.js b/dist/apps/processing-runtime-widget/58429.f5647b14013d47889f28.js new file mode 100644 index 0000000..d723c82 --- /dev/null +++ b/dist/apps/processing-runtime-widget/58429.f5647b14013d47889f28.js @@ -0,0 +1,2 @@ +/*! For license information please see 58429.f5647b14013d47889f28.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58429],{58429:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58429.f5647b14013d47889f28.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58429.f5647b14013d47889f28.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58429.f5647b14013d47889f28.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58487.7ed53bec9ef7371ef76a.js b/dist/apps/processing-runtime-widget/58487.7ed53bec9ef7371ef76a.js new file mode 100644 index 0000000..8fff8c6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/58487.7ed53bec9ef7371ef76a.js @@ -0,0 +1,2 @@ +/*! For license information please see 58487.7ed53bec9ef7371ef76a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58487],{58487:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58487.7ed53bec9ef7371ef76a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58487.7ed53bec9ef7371ef76a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58487.7ed53bec9ef7371ef76a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58591.0aa33d1c2f6025569f0e.js b/dist/apps/processing-runtime-widget/58591.0aa33d1c2f6025569f0e.js new file mode 100644 index 0000000..212fa40 --- /dev/null +++ b/dist/apps/processing-runtime-widget/58591.0aa33d1c2f6025569f0e.js @@ -0,0 +1,2 @@ +/*! For license information please see 58591.0aa33d1c2f6025569f0e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58591],{58591:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58591.0aa33d1c2f6025569f0e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58591.0aa33d1c2f6025569f0e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58591.0aa33d1c2f6025569f0e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58612.26a7ef2d4b0cc13f4fa5.js b/dist/apps/processing-runtime-widget/58612.26a7ef2d4b0cc13f4fa5.js new file mode 100644 index 0000000..ee9b7a9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/58612.26a7ef2d4b0cc13f4fa5.js @@ -0,0 +1,2 @@ +/*! For license information please see 58612.26a7ef2d4b0cc13f4fa5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58612],{58612:function(t,i,a){a.r(i);const n=void 0;i.default=[[["mitjanit","mat.","matí","md","tarda","vespre","nit"],["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n],[["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n,n],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58612.26a7ef2d4b0cc13f4fa5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58612.26a7ef2d4b0cc13f4fa5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58612.26a7ef2d4b0cc13f4fa5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58646.7984f34e1cbdf1fd0cb1.js b/dist/apps/processing-runtime-widget/58646.7984f34e1cbdf1fd0cb1.js new file mode 100644 index 0000000..8d8cd3a --- /dev/null +++ b/dist/apps/processing-runtime-widget/58646.7984f34e1cbdf1fd0cb1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58646],{58646:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58716.a29d1dab0ddde76afee8.js b/dist/apps/processing-runtime-widget/58716.a29d1dab0ddde76afee8.js new file mode 100644 index 0000000..2d2ad6c --- /dev/null +++ b/dist/apps/processing-runtime-widget/58716.a29d1dab0ddde76afee8.js @@ -0,0 +1,2 @@ +/*! For license information please see 58716.a29d1dab0ddde76afee8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58716],{58716:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58716.a29d1dab0ddde76afee8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58716.a29d1dab0ddde76afee8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58716.a29d1dab0ddde76afee8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/58902.dcf47b334545e26b4755.js b/dist/apps/processing-runtime-widget/58902.dcf47b334545e26b4755.js new file mode 100644 index 0000000..8e01c69 --- /dev/null +++ b/dist/apps/processing-runtime-widget/58902.dcf47b334545e26b4755.js @@ -0,0 +1,2 @@ +/*! For license information please see 58902.dcf47b334545e26b4755.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[58902],{58902:function(u,c,i){i.r(c);const e=void 0;c.default=[[["𑄛𑄧𑄖𑄳𑄠𑄃𑄟𑄧𑄣𑄳𑄠𑄬","𑄝𑄬𑄚𑄳𑄠𑄬","𑄘𑄨𑄝𑄪𑄎𑄳𑄠","𑄝𑄬𑄣𑄳𑄠𑄬","𑄥𑄎𑄧𑄚𑄳𑄠","𑄢𑄬𑄖𑄴"],e,e],e,[["04:00","06:00"],["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/58902.dcf47b334545e26b4755.js.LICENSE.txt b/dist/apps/processing-runtime-widget/58902.dcf47b334545e26b4755.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/58902.dcf47b334545e26b4755.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59.6075dd0ca045145798c4.js b/dist/apps/processing-runtime-widget/59.6075dd0ca045145798c4.js new file mode 100644 index 0000000..939983a --- /dev/null +++ b/dist/apps/processing-runtime-widget/59.6075dd0ca045145798c4.js @@ -0,0 +1,2 @@ +/*! For license information please see 59.6075dd0ca045145798c4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59],{59:function(e,a,u){u.r(a);const r=void 0;a.default=["en-VI",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59.6075dd0ca045145798c4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59.6075dd0ca045145798c4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59.6075dd0ca045145798c4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5903.34a9cdfcebced6124faa.js b/dist/apps/processing-runtime-widget/5903.34a9cdfcebced6124faa.js new file mode 100644 index 0000000..87d333a --- /dev/null +++ b/dist/apps/processing-runtime-widget/5903.34a9cdfcebced6124faa.js @@ -0,0 +1,2 @@ +/*! For license information please see 5903.34a9cdfcebced6124faa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5903],{5903:function(e,s,o){o.r(s);const r=void 0;s.default=["es-CR",[["a. m.","p. m."],r,r],r,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",r],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"CRC","₡","colón costarricense",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],CRC:["₡"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:[r,"$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===i&&0!==o&&o%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5903.34a9cdfcebced6124faa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5903.34a9cdfcebced6124faa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5903.34a9cdfcebced6124faa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59346.12bddec75c98c1d623e2.js b/dist/apps/processing-runtime-widget/59346.12bddec75c98c1d623e2.js new file mode 100644 index 0000000..bad8c9a --- /dev/null +++ b/dist/apps/processing-runtime-widget/59346.12bddec75c98c1d623e2.js @@ -0,0 +1,2 @@ +/*! For license information please see 59346.12bddec75c98c1d623e2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59346],{59346:function(u,m,s){s.r(m);const i=void 0;m.default=["yrl-VE",[["a. m.","p. m."],i,i],i,[["M","M","M","M","S","Y","S"],["mit","mur","mmk","mms","sup","yuk","sau"],["mituú","murakipí","murakí-mukũi","murakí-musapíri","supapá","yukuakú","saurú"],["mit","mur","mmk","mms","sup","yuk","sau"]],i,[["Y","M","M","I","P","P","P","P","P","Y","Y","Y"],["ye","mk","ms","id","pu","py","pm","ps","pi","yp","yy","ym"],["yepé","mukũi","musapíri","irũdí","pú","pú-yepé","pú-mukũi","pú-musapíri","pú-irũdí","yepé-putimaã","yepé-yepé","yepé-mukũi"]],i,[["K.s.","K.a."],i,["Kiristu senũdé","Kiristu ariré"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",i,i,i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"VES","Bs.S","Buriwari Wenesuerawara",{AUD:["AU$","$"],BOB:["BUB","Bs"],BYN:[i,"p."],COP:["$","COP"],JPY:["JP¥","¥"],PHP:[i,"₱"],PTE:["Esc."],RON:[i,"L"],SCR:["SCRu"],SYP:[i,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],VES:["Bs.S","VES"],XAF:["FCF"],XOF:["CFA"],XPF:["CFP"],ZMW:[i,"Zk"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59346.12bddec75c98c1d623e2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59346.12bddec75c98c1d623e2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59346.12bddec75c98c1d623e2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59391.73ebbedc4ceafbea208e.js b/dist/apps/processing-runtime-widget/59391.73ebbedc4ceafbea208e.js new file mode 100644 index 0000000..18aae4d --- /dev/null +++ b/dist/apps/processing-runtime-widget/59391.73ebbedc4ceafbea208e.js @@ -0,0 +1,2 @@ +/*! For license information please see 59391.73ebbedc4ceafbea208e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59391],{59391:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mid","n","mor","aft","eve","night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["mid","noon","mor","aft","eve","night"],["midnight","noon","morning","afternoon","evening","night"],t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59391.73ebbedc4ceafbea208e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59391.73ebbedc4ceafbea208e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59391.73ebbedc4ceafbea208e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59403.f6a23e1094d2e388d8de.js b/dist/apps/processing-runtime-widget/59403.f6a23e1094d2e388d8de.js new file mode 100644 index 0000000..3e239cb --- /dev/null +++ b/dist/apps/processing-runtime-widget/59403.f6a23e1094d2e388d8de.js @@ -0,0 +1,2 @@ +/*! For license information please see 59403.f6a23e1094d2e388d8de.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59403],{59403:function(o,e,n){n.r(e);const p=void 0;e.default=[[["ponoć","podne","jutro","po pod.","veče","noć"],["ponoć","podne","jutro","po pod.","veče","noću"],["ponoć","podne","ujutro","po podne","uveče","noću"]],[["ponoć","podne","jutro","popodne","veče","noć"],p,p],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59403.f6a23e1094d2e388d8de.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59403.f6a23e1094d2e388d8de.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59403.f6a23e1094d2e388d8de.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59406.59aa6a6679b258bbf3c4.js b/dist/apps/processing-runtime-widget/59406.59aa6a6679b258bbf3c4.js new file mode 100644 index 0000000..40bae0a --- /dev/null +++ b/dist/apps/processing-runtime-widget/59406.59aa6a6679b258bbf3c4.js @@ -0,0 +1,2 @@ +/*! For license information please see 59406.59aa6a6679b258bbf3c4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59406],{59406:function(e,$,r){r.r($);const a=void 0;$.default=["fr-SY",[["AM","PM"],a,a],a,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],a,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],a,[["av. J.-C.","ap. J.-C."],a,["avant Jésus-Christ","après Jésus-Christ"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",a],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"SYP","LS","livre syrienne",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[a,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[a,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[a,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[a,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[a,"¥"],KMF:[a,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[a,"$C"],NZD:["$NZ","$"],PHP:[a,"₱"],RHD:["$RH"],RON:[a,"L"],RWF:[a,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],SYP:["LS","£"],TOP:[a,"$T"],TTD:["$TT","$"],TWD:[a,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[a,"$"],XPF:["FCFP"],ZMW:[a,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===a&&0!==$&&$%1e6==0&&0===r||!(a>=0&&a<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59406.59aa6a6679b258bbf3c4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59406.59aa6a6679b258bbf3c4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59406.59aa6a6679b258bbf3c4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59430.8774a47e5947abf9ee77.js b/dist/apps/processing-runtime-widget/59430.8774a47e5947abf9ee77.js new file mode 100644 index 0000000..07aec55 --- /dev/null +++ b/dist/apps/processing-runtime-widget/59430.8774a47e5947abf9ee77.js @@ -0,0 +1,2 @@ +/*! For license information please see 59430.8774a47e5947abf9ee77.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59430],{59430:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ярим тун","туш пайти","эрталаб","кундузи","кечқурун","кечаси"],e,e],e,["00:00","12:00",["06:00","11:00"],["11:00","18:00"],["18:00","22:00"],["22:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59430.8774a47e5947abf9ee77.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59430.8774a47e5947abf9ee77.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59430.8774a47e5947abf9ee77.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59557.86ab2bcd58cd435948de.js b/dist/apps/processing-runtime-widget/59557.86ab2bcd58cd435948de.js new file mode 100644 index 0000000..e6e9e22 --- /dev/null +++ b/dist/apps/processing-runtime-widget/59557.86ab2bcd58cd435948de.js @@ -0,0 +1,2 @@ +/*! For license information please see 59557.86ab2bcd58cd435948de.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59557],{59557:function(e,$,r){r.r($);const i=void 0;$.default=["fr-BE",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","H 'h' mm 'min' ss 's' zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59557.86ab2bcd58cd435948de.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59557.86ab2bcd58cd435948de.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59557.86ab2bcd58cd435948de.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59598.1c233bf7fd285b2af353.js b/dist/apps/processing-runtime-widget/59598.1c233bf7fd285b2af353.js new file mode 100644 index 0000000..ab328f5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/59598.1c233bf7fd285b2af353.js @@ -0,0 +1,2 @@ +/*! For license information please see 59598.1c233bf7fd285b2af353.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59598],{59598:function(D,$,M){M.r($);const B=void 0;$.default=["ar-MA",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","م","ن","ل","غ","ش","ك","ب","د"],["يناير","فبراير","مارس","أبريل","ماي","يونيو","يوليوز","غشت","شتنبر","أكتوبر","نونبر","دجنبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",B,"{1} في {0}",B],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MAD","د.م.‏","درهم مغربي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59598.1c233bf7fd285b2af353.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59598.1c233bf7fd285b2af353.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59598.1c233bf7fd285b2af353.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59655.6209ba5d3216afdeb2d4.js b/dist/apps/processing-runtime-widget/59655.6209ba5d3216afdeb2d4.js new file mode 100644 index 0000000..8b0a61a --- /dev/null +++ b/dist/apps/processing-runtime-widget/59655.6209ba5d3216afdeb2d4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59655],{59655:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59719.116d6d10713b6b2ba4b8.js b/dist/apps/processing-runtime-widget/59719.116d6d10713b6b2ba4b8.js new file mode 100644 index 0000000..4ddae43 --- /dev/null +++ b/dist/apps/processing-runtime-widget/59719.116d6d10713b6b2ba4b8.js @@ -0,0 +1,2 @@ +/*! For license information please see 59719.116d6d10713b6b2ba4b8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59719],{59719:function(e,$,a){a.r($);const r=void 0;$.default=["fr-TD",[["AM","PM"],r,r],r,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],r,[["av. J.-C.","ap. J.-C."],r,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",r],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","franc CFA (BEAC)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[r,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[r,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[r,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[r,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[r,"¥"],KMF:[r,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[r,"$C"],NZD:["$NZ","$"],PHP:[r,"₱"],RHD:["$RH"],RON:[r,"L"],RWF:[r,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[r,"$T"],TTD:["$TT","$"],TWD:[r,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[r,"$"],XPF:["FCFP"],ZMW:[r,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===r&&0!==$&&$%1e6==0&&0===a||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/59719.116d6d10713b6b2ba4b8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/59719.116d6d10713b6b2ba4b8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/59719.116d6d10713b6b2ba4b8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/59724.5716bd6220877514e0d8.js b/dist/apps/processing-runtime-widget/59724.5716bd6220877514e0d8.js new file mode 100644 index 0000000..a031833 --- /dev/null +++ b/dist/apps/processing-runtime-widget/59724.5716bd6220877514e0d8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[59724],{59724:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5977.b03be67f3feea834f30e.js b/dist/apps/processing-runtime-widget/5977.b03be67f3feea834f30e.js new file mode 100644 index 0000000..b4461be --- /dev/null +++ b/dist/apps/processing-runtime-widget/5977.b03be67f3feea834f30e.js @@ -0,0 +1,2 @@ +/*! For license information please see 5977.b03be67f3feea834f30e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5977],{5977:function(u,k,i){i.r(k);const s=void 0;k.default=[[["kuty-si","kurã-kuju","kusãg ki","rãkãnh kỹ","kuty kỹ","kurã ge"],s,s],s,["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/5977.b03be67f3feea834f30e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/5977.b03be67f3feea834f30e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/5977.b03be67f3feea834f30e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/5995.d04ecdf8a17b91ba2740.js b/dist/apps/processing-runtime-widget/5995.d04ecdf8a17b91ba2740.js new file mode 100644 index 0000000..147931c --- /dev/null +++ b/dist/apps/processing-runtime-widget/5995.d04ecdf8a17b91ba2740.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[5995],{5995:function(i,n,t){t.r(n);n.default=[[["mn.","h.","mrg.","sd.","kv.","n."],["miðnætti","hádegi","að morgni","síðdegis","að kvöldi","að nóttu"],undefined],[["mn.","hd.","mrg.","sd.","kv.","n."],["miðnætti","hádegi","morgunn","síðdegis","kvöld","nótt"],["miðnætti","hádegi","morgunn","eftir hádegi","kvöld","nótt"]],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6014.a98cd21249c653d57546.js b/dist/apps/processing-runtime-widget/6014.a98cd21249c653d57546.js new file mode 100644 index 0000000..b93b99a --- /dev/null +++ b/dist/apps/processing-runtime-widget/6014.a98cd21249c653d57546.js @@ -0,0 +1,2 @@ +/*! For license information please see 6014.a98cd21249c653d57546.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6014],{6014:function(s,M,t){t.r(M);const n=void 0;M.default=["bn",[["AM","PM"],n,n],n,[["র","সো","ম","বু","বৃ","শু","শ"],["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],["রঃ","সোঃ","মঃ","বুঃ","বৃঃ","শুঃ","শনি"]],n,[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানু","ফেব","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]],[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],n],[["খ্রিস্টপূর্ব","খৃষ্টাব্দ"],n,["খ্রিস্টপূর্ব","খ্রীষ্টাব্দ"]],0,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"BDT","৳","বাংলাদেশী টাকা",{BDT:["৳"],BYN:[n,"р."],JPY:["JP¥","¥"],PHP:[n,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6014.a98cd21249c653d57546.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6014.a98cd21249c653d57546.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6014.a98cd21249c653d57546.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/60199.3d46c223c7f3556db168.js b/dist/apps/processing-runtime-widget/60199.3d46c223c7f3556db168.js new file mode 100644 index 0000000..b978c54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/60199.3d46c223c7f3556db168.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60199],{60199:function(a,i,u){u.r(i);i.default=[[["usiku","mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],[["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","alasiri","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],["00:00","12:00",["04:00","07:00"],["07:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60329.65040caa53b0fcbc541c.js b/dist/apps/processing-runtime-widget/60329.65040caa53b0fcbc541c.js new file mode 100644 index 0000000..70c24c4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/60329.65040caa53b0fcbc541c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60329],{60329:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60335.713987e8a61e1585d629.js b/dist/apps/processing-runtime-widget/60335.713987e8a61e1585d629.js new file mode 100644 index 0000000..4a6dba4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/60335.713987e8a61e1585d629.js @@ -0,0 +1,2 @@ +/*! For license information please see 60335.713987e8a61e1585d629.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60335],{60335:function(e,a,r){r.r(a);const o=void 0;a.default=["sk",[["AM","PM"],o,o],o,[["n","p","u","s","š","p","s"],["ne","po","ut","st","št","pi","so"],["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],["ne","po","ut","st","št","pi","so"]],o,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"]],[["pred Kr.","po Kr."],o,["pred Kristom","po Kristovi"]],1,[6,0],["d. M. y",o,"d. MMMM y","EEEE d. MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}",o,o],[","," ",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[o,"$"],BRL:[o,"R$"],BYN:[o,"р."],CAD:[o,"$"],CNY:[o,"¥"],GBP:[o,"£"],HKD:[o,"$"],ILS:["NIS","₪"],INR:[o,"₹"],JPY:[o,"¥"],KRW:[o,"₩"],NZD:[o,"$"],PHP:[o,"₱"],RUR:[o,"р."],TWD:[o,"NT$"],USD:[o,"$"],VND:[o,"₫"],XXX:[]},"ltr",function(e){const a=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===r?1:a===Math.floor(a)&&a>=2&&a<=4&&0===r?3:0!==r?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60335.713987e8a61e1585d629.js.LICENSE.txt b/dist/apps/processing-runtime-widget/60335.713987e8a61e1585d629.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/60335.713987e8a61e1585d629.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6039.7ce511d806d3b5e0d01d.js b/dist/apps/processing-runtime-widget/6039.7ce511d806d3b5e0d01d.js new file mode 100644 index 0000000..fe31a5c --- /dev/null +++ b/dist/apps/processing-runtime-widget/6039.7ce511d806d3b5e0d01d.js @@ -0,0 +1,2 @@ +/*! For license information please see 6039.7ce511d806d3b5e0d01d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6039],{6039:function(m,n,s){s.r(n);const u=void 0;n.default=["bas",[["I bikɛ̂glà","I ɓugajɔp"],u,u],u,[["n","n","u","ŋ","m","k","j"],["nɔy","nja","uum","ŋge","mbɔ","kɔɔ","jon"],["ŋgwà nɔ̂y","ŋgwà njaŋgumba","ŋgwà ûm","ŋgwà ŋgê","ŋgwà mbɔk","ŋgwà kɔɔ","ŋgwà jôn"],["nɔy","nja","uum","ŋge","mbɔ","kɔɔ","jon"]],u,[["k","m","m","m","m","h","n","h","d","b","m","l"],["kɔn","mac","mat","mto","mpu","hil","nje","hik","dip","bio","may","liɓ"],["Kɔndɔŋ","Màcɛ̂l","Màtùmb","Màtop","M̀puyɛ","Hìlòndɛ̀","Njèbà","Hìkaŋ","Dìpɔ̀s","Bìòôm","Màyɛsèp","Lìbuy li ńyèe"]],u,[["b.Y.K","m.Y.K"],u,["bisū bi Yesù Krǐstò","i mbūs Yesù Krǐstò"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","Frǎŋ CFA (BEAC)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(m){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6039.7ce511d806d3b5e0d01d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6039.7ce511d806d3b5e0d01d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6039.7ce511d806d3b5e0d01d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/60409.e1dd8b030ea0bbc2591a.js b/dist/apps/processing-runtime-widget/60409.e1dd8b030ea0bbc2591a.js new file mode 100644 index 0000000..42262db --- /dev/null +++ b/dist/apps/processing-runtime-widget/60409.e1dd8b030ea0bbc2591a.js @@ -0,0 +1,2 @@ +/*! For license information please see 60409.e1dd8b030ea0bbc2591a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60409],{60409:function(e,$,r){r.r($);const i=void 0;$.default=["fr-RE",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60409.e1dd8b030ea0bbc2591a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/60409.e1dd8b030ea0bbc2591a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/60409.e1dd8b030ea0bbc2591a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/60540.27ac3f50b35d4c9e884b.js b/dist/apps/processing-runtime-widget/60540.27ac3f50b35d4c9e884b.js new file mode 100644 index 0000000..9a5b62d --- /dev/null +++ b/dist/apps/processing-runtime-widget/60540.27ac3f50b35d4c9e884b.js @@ -0,0 +1,2 @@ +/*! For license information please see 60540.27ac3f50b35d4c9e884b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60540],{60540:function(t,M,o){o.r(M);const s=void 0;M.default=["ru-KG",[["AM","PM"],s,s],s,[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],s,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"KGS","сом","киргизский сом",{BYN:[s,"р."],GEL:[s,"ლ"],KGS:["сом"],PHP:[s,"₱"],RON:[s,"L"],RUB:["₽"],RUR:["р."],THB:["฿"],TMT:["ТМТ"],TWD:["NT$"],UAH:["₴"],XXX:["XXXX"]},"ltr",function(t){const M=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 0===o&&M%10==1&&M%100!=11?1:0===o&&M%10===Math.floor(M%10)&&M%10>=2&&M%10<=4&&!(M%100>=12&&M%100<=14)?3:0===o&&M%10==0||0===o&&M%10===Math.floor(M%10)&&M%10>=5&&M%10<=9||0===o&&M%100===Math.floor(M%100)&&M%100>=11&&M%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60540.27ac3f50b35d4c9e884b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/60540.27ac3f50b35d4c9e884b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/60540.27ac3f50b35d4c9e884b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/60544.3644f361c3c62023d9db.js b/dist/apps/processing-runtime-widget/60544.3644f361c3c62023d9db.js new file mode 100644 index 0000000..0cbf774 --- /dev/null +++ b/dist/apps/processing-runtime-widget/60544.3644f361c3c62023d9db.js @@ -0,0 +1,2 @@ +/*! For license information please see 60544.3644f361c3c62023d9db.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60544],{60544:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60544.3644f361c3c62023d9db.js.LICENSE.txt b/dist/apps/processing-runtime-widget/60544.3644f361c3c62023d9db.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/60544.3644f361c3c62023d9db.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6059.eac93b10d3a1efac736e.js b/dist/apps/processing-runtime-widget/6059.eac93b10d3a1efac736e.js new file mode 100644 index 0000000..1db95e8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/6059.eac93b10d3a1efac736e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6059],{6059:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60608.d7f0a8479772a2dead81.js b/dist/apps/processing-runtime-widget/60608.d7f0a8479772a2dead81.js new file mode 100644 index 0000000..363320b --- /dev/null +++ b/dist/apps/processing-runtime-widget/60608.d7f0a8479772a2dead81.js @@ -0,0 +1,2 @@ +/*! For license information please see 60608.d7f0a8479772a2dead81.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[60608],{60608:function(i,u,c){c.r(u);const e=void 0;u.default=[[["fɔŋli","ŋdi","ŋdɔ","ɣetrɔ","fiẽ","zã"],e,e],e,[["04:00","05:00"],["05:00","12:00"],["12:00","14:00"],["14:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/60608.d7f0a8479772a2dead81.js.LICENSE.txt b/dist/apps/processing-runtime-widget/60608.d7f0a8479772a2dead81.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/60608.d7f0a8479772a2dead81.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61136.5d3edf4b53ba56c89982.js b/dist/apps/processing-runtime-widget/61136.5d3edf4b53ba56c89982.js new file mode 100644 index 0000000..5471fdd --- /dev/null +++ b/dist/apps/processing-runtime-widget/61136.5d3edf4b53ba56c89982.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61136],{61136:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61217.2f3df80611c0d34c2727.js b/dist/apps/processing-runtime-widget/61217.2f3df80611c0d34c2727.js new file mode 100644 index 0000000..b2aadc0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61217.2f3df80611c0d34c2727.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61217],{61217:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61250.a6e46cee2bde8e6d54ee.js b/dist/apps/processing-runtime-widget/61250.a6e46cee2bde8e6d54ee.js new file mode 100644 index 0000000..60e7b08 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61250.a6e46cee2bde8e6d54ee.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61250],{61250:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61291.b6d775f6c217932a4093.js b/dist/apps/processing-runtime-widget/61291.b6d775f6c217932a4093.js new file mode 100644 index 0000000..8c7015b --- /dev/null +++ b/dist/apps/processing-runtime-widget/61291.b6d775f6c217932a4093.js @@ -0,0 +1,2 @@ +/*! For license information please see 61291.b6d775f6c217932a4093.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61291],{61291:function(e,s,t){t.r(s);const i=void 0;s.default=[[["e mesnatës","e mesditës","e mëngjesit","e paradites","e pasdites","e mbrëmjes","e natës"],i,i],[["mesnatë","mesditë","mëngjes","paradite","pasdite","mbrëmje","natë"],i,i],["00:00","12:00",["04:00","09:00"],["09:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61291.b6d775f6c217932a4093.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61291.b6d775f6c217932a4093.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61291.b6d775f6c217932a4093.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61323.b6a63f70d2847fa7ae00.js b/dist/apps/processing-runtime-widget/61323.b6a63f70d2847fa7ae00.js new file mode 100644 index 0000000..a62701e --- /dev/null +++ b/dist/apps/processing-runtime-widget/61323.b6a63f70d2847fa7ae00.js @@ -0,0 +1,2 @@ +/*! For license information please see 61323.b6a63f70d2847fa7ae00.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61323],{61323:function(a,i,s){s.r(i);const d=void 0;i.default=["so-DJ",[["h","d"],["GH","GD"],d],[["AM","GD"],d,["GH","GD"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbaco","Khms","Jmc","Sbti"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Jannaayo","Febraayo","Maarso","Abriil","May","Juun","Luuliyo","Ogost","Sebtembar","Oktoobar","Nofembar","Desembar"]],[["B","A"],["BC","AD"],["Ciise Hortii","Ciise Dabadii"]],6,[6,0],["dd/MM/yy","dd-MMM-y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'ee' {0}",d,d],[".",",",";","%","+","-","E","×","‰","∞","MaL",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"DJF","Fdj","Faran Jabuuti",{BBD:["DBB","$"],DJF:["Fdj"],JPY:["JP¥","¥"],SOS:["S"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61323.b6a63f70d2847fa7ae00.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61323.b6a63f70d2847fa7ae00.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61323.b6a63f70d2847fa7ae00.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61418.0d434f23e8681effcd98.js b/dist/apps/processing-runtime-widget/61418.0d434f23e8681effcd98.js new file mode 100644 index 0000000..a90eece --- /dev/null +++ b/dist/apps/processing-runtime-widget/61418.0d434f23e8681effcd98.js @@ -0,0 +1,2 @@ +/*! For license information please see 61418.0d434f23e8681effcd98.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61418],{61418:function(e,a,u){u.r(a);const r=void 0;a.default=["en-AS",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61418.0d434f23e8681effcd98.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61418.0d434f23e8681effcd98.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61418.0d434f23e8681effcd98.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61579.b40c9d033214e161edde.js b/dist/apps/processing-runtime-widget/61579.b40c9d033214e161edde.js new file mode 100644 index 0000000..4f9a3f9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61579.b40c9d033214e161edde.js @@ -0,0 +1,2 @@ +/*! For license information please see 61579.b40c9d033214e161edde.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61579],{61579:function(e,a,u){u.r(a);const n=void 0;a.default=["en-NA",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","ZAR","South African Rand",{JPY:["JP¥","¥"],NAD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61579.b40c9d033214e161edde.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61579.b40c9d033214e161edde.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61579.b40c9d033214e161edde.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61603.5945dca2e18fdc5b1af5.js b/dist/apps/processing-runtime-widget/61603.5945dca2e18fdc5b1af5.js new file mode 100644 index 0000000..cf36a4f --- /dev/null +++ b/dist/apps/processing-runtime-widget/61603.5945dca2e18fdc5b1af5.js @@ -0,0 +1,2 @@ +/*! For license information please see 61603.5945dca2e18fdc5b1af5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61603],{61603:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61603.5945dca2e18fdc5b1af5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61603.5945dca2e18fdc5b1af5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61603.5945dca2e18fdc5b1af5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61681.4d2c784e4767eda84bb1.js b/dist/apps/processing-runtime-widget/61681.4d2c784e4767eda84bb1.js new file mode 100644 index 0000000..200a4ed --- /dev/null +++ b/dist/apps/processing-runtime-widget/61681.4d2c784e4767eda84bb1.js @@ -0,0 +1,2 @@ +/*! For license information please see 61681.4d2c784e4767eda84bb1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61681],{61681:function(i,M,a){a.r(M);const u=void 0;M.default=["nd",[["AM","PM"],u,u],u,[["S","M","S","S","S","S","M"],["Son","Mvu","Sib","Sit","Sin","Sih","Mgq"],["Sonto","Mvulo","Sibili","Sithathu","Sine","Sihlanu","Mgqibelo"],["Son","Mvu","Sib","Sit","Sin","Sih","Mgq"]],u,[["Z","N","M","M","N","N","N","N","M","M","L","M"],["Zib","Nhlo","Mbi","Mab","Nkw","Nhla","Ntu","Ncw","Mpan","Mfu","Lwe","Mpal"],["Zibandlela","Nhlolanja","Mbimbitho","Mabasa","Nkwenkwezi","Nhlangula","Ntulikazi","Ncwabakazi","Mpandula","Mfumfu","Lwezi","Mpalakazi"]],u,[["BC","AD"],u,["UKristo angakabuyi","Ukristo ebuyile"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","Dola yase Amelika",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61681.4d2c784e4767eda84bb1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61681.4d2c784e4767eda84bb1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61681.4d2c784e4767eda84bb1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61717.a2cc2e846ec668829324.js b/dist/apps/processing-runtime-widget/61717.a2cc2e846ec668829324.js new file mode 100644 index 0000000..fcc2a80 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61717.a2cc2e846ec668829324.js @@ -0,0 +1,2 @@ +/*! For license information please see 61717.a2cc2e846ec668829324.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61717],{61717:function(e,u,a){a.r(u);const n=void 0;u.default=["en-MU",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MUR","Rs","Mauritian Rupee",{JPY:["JP¥","¥"],MUR:["Rs"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61717.a2cc2e846ec668829324.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61717.a2cc2e846ec668829324.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61717.a2cc2e846ec668829324.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61833.e1df94146e1643937a42.js b/dist/apps/processing-runtime-widget/61833.e1df94146e1643937a42.js new file mode 100644 index 0000000..abbd32e --- /dev/null +++ b/dist/apps/processing-runtime-widget/61833.e1df94146e1643937a42.js @@ -0,0 +1,2 @@ +/*! For license information please see 61833.e1df94146e1643937a42.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61833],{61833:function(s,M,u){u.r(M);const c=void 0;M.default=["os",[["AM","PM"],c,["ӕмбисбоны размӕ","ӕмбисбоны фӕстӕ"]],[["AM","PM"],c,c],[["Х","К","Д","Ӕ","Ц","М","С"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"],["хуыцаубон","къуырисӕр","дыццӕг","ӕртыццӕг","цыппӕрӕм","майрӕмбон","сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Х","К","Д","Ӕ","Ц","М","С"],["Хцб","Крс","Дцг","Ӕрт","Цпр","Мрб","Сбт"],["Хуыцаубон","Къуырисӕр","Дыццӕг","Ӕртыццӕг","Цыппӕрӕм","Майрӕмбон","Сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","фев.","мар.","апр.","майы","июны","июлы","авг.","сен.","окт.","ноя.","дек."],["январы","февралы","мартъийы","апрелы","майы","июны","июлы","августы","сентябры","октябры","ноябры","декабры"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв.","Февр.","Март.","Апр.","Май","Июнь","Июль","Авг.","Сент.","Окт.","Нояб.","Дек."],["Январь","Февраль","Мартъи","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]],[["н.д.а.","н.д."],c,c],1,[6,0],["dd.MM.yy","dd MMM y 'аз'","d MMMM, y 'аз'","EEEE, d MMMM, y 'аз'"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",c,c,c],[","," ",";","%","+","-","E","×","‰","∞","НН",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"GEL","₾","Лар",{GEL:["₾"],JPY:["JP¥","¥"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61833.e1df94146e1643937a42.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61833.e1df94146e1643937a42.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61833.e1df94146e1643937a42.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61888.bcb7b3d6db1c70a9d721.js b/dist/apps/processing-runtime-widget/61888.bcb7b3d6db1c70a9d721.js new file mode 100644 index 0000000..9621a8b --- /dev/null +++ b/dist/apps/processing-runtime-widget/61888.bcb7b3d6db1c70a9d721.js @@ -0,0 +1,2 @@ +/*! For license information please see 61888.bcb7b3d6db1c70a9d721.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61888],{61888:function(e,a,u){u.r(a);const r=void 0;a.default=["en",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61888.bcb7b3d6db1c70a9d721.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61888.bcb7b3d6db1c70a9d721.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61888.bcb7b3d6db1c70a9d721.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61945.59cf647d57a3b6b5224c.js b/dist/apps/processing-runtime-widget/61945.59cf647d57a3b6b5224c.js new file mode 100644 index 0000000..824d983 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61945.59cf647d57a3b6b5224c.js @@ -0,0 +1,2 @@ +/*! For license information please see 61945.59cf647d57a3b6b5224c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61945],{61945:function(e,s,o){o.r(s);const r=void 0;s.default=["es-BR",[["a. m.","p. m."],r,r],r,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"BRL","R$","real brasileño",{AUD:[r,"$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:[r,"$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===i&&0!==o&&o%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61945.59cf647d57a3b6b5224c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61945.59cf647d57a3b6b5224c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61945.59cf647d57a3b6b5224c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61959.ddda9cd7cac6c5c4721b.js b/dist/apps/processing-runtime-widget/61959.ddda9cd7cac6c5c4721b.js new file mode 100644 index 0000000..44aaca0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61959.ddda9cd7cac6c5c4721b.js @@ -0,0 +1,2 @@ +/*! For license information please see 61959.ddda9cd7cac6c5c4721b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61959],{61959:function(a,i,M){M.r(i);const n=void 0;i.default=["rof",[["kang’ama","kingoto"],n,n],n,[["2","3","4","5","6","7","1"],["Ijp","Ijt","Ijn","Ijtn","Alh","Iju","Ijm"],["Ijumapili","Ijumatatu","Ijumanne","Ijumatano","Alhamisi","Ijumaa","Ijumamosi"],["Ijp","Ijt","Ijn","Ijtn","Alh","Iju","Ijm"]],n,[["K","K","K","K","T","S","S","N","T","I","I","I"],["M1","M2","M3","M4","M5","M6","M7","M8","M9","M10","M11","M12"],["Mweri wa kwanza","Mweri wa kaili","Mweri wa katatu","Mweri wa kaana","Mweri wa tanu","Mweri wa sita","Mweri wa saba","Mweri wa nane","Mweri wa tisa","Mweri wa ikumi","Mweri wa ikumi na moja","Mweri wa ikumi na mbili"]],n,[["KM","BM"],n,["Kabla ya Mayesu","Baada ya Mayesu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TZS","TSh","heleri sa Tanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61959.ddda9cd7cac6c5c4721b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61959.ddda9cd7cac6c5c4721b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/61959.ddda9cd7cac6c5c4721b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/61986.3cb4c7ab546039304901.js b/dist/apps/processing-runtime-widget/61986.3cb4c7ab546039304901.js new file mode 100644 index 0000000..18d1270 --- /dev/null +++ b/dist/apps/processing-runtime-widget/61986.3cb4c7ab546039304901.js @@ -0,0 +1,2 @@ +/*! For license information please see 61986.3cb4c7ab546039304901.js.LICENSE.txt */ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[61986],{76153:function(e,t,n){"use strict";n.d(t,{b:function(){return p}});var r=n(82333),i=n(40761),a=n(24219),s=n(94097);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function l(e){return function(e){if(Array.isArray(e))return u(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||c(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){o=!0,a=e},f:function(){try{s||null==n.return||n.return()}finally{if(o)throw a}}}}(e);try{for(r.s();!(n=r.n()).done;){var i=n.value;i.disabled||(i.selected=t)}}catch(e){r.e(e)}finally{r.f()}}},{key:"_removeChildren",value:function(e){this._selected=[].concat(l(this._selected.filter((function(t){return t.parent!==e}))),l(e.children.filter((function(t){return t.parent===e&&t.disabled&&t.selected}))))}},{key:"_removeParent",value:function(e){this._selected=this._selected.filter((function(t){return t!==e}))}},{key:"_activeChildren",value:function(e){return e.children.every((function(e){return!e.disabled||e.selected}))}}])&&f(t.prototype,n),r&&f(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();function k(e,t){for(var n=0;n=0;o--)(i=e[o])&&(s=(a<3?i(s):a>3?i(t,n,s):i(t,n))||s);return a>3&&s&&Object.defineProperty(t,n,s),s},p=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.config={},this.displayedColumns=["displayStatus","fieldValue","icon","action"]}var t,n,r;return t=e,(n=[{key:"ngOnInit",value:function(){void 0===this.config.innerChild&&(this.config.innerChild=!1),void 0===this.config.dataSource&&(this.config.dataSource=[{displayStatus:"",fieldValue:"",matIcon:"bathtub"}]),this.dataLoaded=Promise.resolve(!0)}},{key:"deleteRow",value:function(e){this.config.dataSource.splice(e,1),this.dataLoaded=Promise.resolve(!0)}},{key:"addNewRow",value:function(e){this.config.dataSource.splice(e+1,0,{displayStatus:"",fieldValue:"",matIcon:"bathtub"}),this.dataLoaded=Promise.resolve(!0)}}])&&k(t.prototype,n),r&&k(t,r),Object.defineProperty(t,"prototype",{writable:!1}),e}();p.ctorParameters=function(){return[]},p.propDecorators={config:[{type:i.Input}]},p=S([(0,i.Component)({selector:"lib-gp-lib-processing-widget-config",template:'

    Display Status Field Value Icon Action
    ',encapsulation:i.ViewEncapsulation.None,providers:[a.FormBuilder,{provide:s.w8,useValue:function(){return new d}}],styles:[r,".table-card {\r\n margin-left: auto;\r\n margin-right: auto;\r\n margin-bottom: 20px;\r\n margin-top: 20px;\r\n }\r\n .process-input {\r\n margin-bottom: 20px;\r\n }\r\n td.mat-cell,\r\n td.mat-footer-cell,\r\n th.mat-header-cell {\r\n padding-left: 15px !important;\r\n }\r\n .cdk-overlay-container{\r\n z-index: 1100;\r\n}\r\n\r\n.ng-select.processingWidget .ng-select-container { \r\n min-width: 150px;\r\n}"]})],p)},33562:function(e,t,n){"use strict";n.d(t,{_:function(){return f}});var r=n(40761),i=n(87369),a=n(30381);function s(){s=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",c=i.toStringTag||"@@toStringTag";function u(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,n){return e[t]=n}}function f(e,t,n,i){var a=t&&t.prototype instanceof v?t:v,s=Object.create(a.prototype),o=new w(i||[]);return r(s,"_invoke",{value:z(e,n,o)}),s}function d(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=f;var k={};function v(){}function S(){}function p(){}var b={};u(b,a,(function(){return this}));var Z=Object.getPrototypeOf,y=Z&&Z(Z(P([])));y&&y!==t&&n.call(y,a)&&(b=y);var m=p.prototype=v.prototype=Object.create(b);function h(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function I(e,t){function i(r,a,s,o){var c=d(e[r],e,a);if("throw"!==c.type){var u=c.arg,f=u.value;return f&&"object"==l(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){i("next",e,s,o)}),(function(e){i("throw",e,s,o)})):t.resolve(f).then((function(e){u.value=e,s(u)}),(function(e){return i("throw",e,s,o)}))}o(c.arg)}var a;r(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,r){i(e,n,t,r)}))}return a=a?a.then(r,r):r()}})}function z(e,t,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return g()}for(n.method=i,n.arg=a;;){var s=n.delegate;if(s){var o=x(s,n);if(o){if(o===k)continue;return o}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var l=d(e,t,n);if("normal"===l.type){if(r=n.done?"completed":"suspendedYield",l.arg===k)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r="completed",n.method="throw",n.arg=l.arg)}}}function x(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,x(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),k;var i=d(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,k;var a=i.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,k):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,k)}function j(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function J(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function w(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function P(e){if(e){var t=e[a];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var o=n.call(a,"catchLoc"),l=n.call(a,"finallyLoc");if(o&&l){if(this.prev=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),J(n),k}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;J(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:P(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),k}},e}function o(e,t){for(var n=0;n=0;o--)(i=e[o])&&(s=(a<3?i(s):a>3?i(t,n,s):i(t,n))||s);return a>3&&s&&Object.defineProperty(t,n,s),s},u=function(e,t,n,r){return new(n||(n=Promise))((function(i,a){function s(e){try{l(r.next(e))}catch(e){a(e)}}function o(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,o)}l((r=r.apply(e,t||[])).next())}))},f=function(){function e(t,n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.events=t,this.realtimeService=n,this.inventory=r,this.displayStatus=[],this.fieldValue=[],this.statusValue="",this.realTimeEventSubs=[],this.index=-1,this.matImages=[],this.indoorEventType="",this.fieldName=""}var t,n,r;return t=e,(n=[{key:"ngOnInit",value:function(){var e=this;this.config&&(this.config.dataSource.map((function(t){e.displayStatus.push(t.displayStatus),e.fieldValue.push(t.fieldValue),e.matImages.push(t.matIcon.className)})),this.indoorEventType=this.config.indoorEventType,this.deviceId=this.config.device.id,this.fieldName=this.config.fieldName),this.arrivalTime=new Date,this.fetchEvents()}},{key:"getDeviceList",value:function(){return u(this,void 0,void 0,s().mark((function e(){var t,n,r,i,a=this;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=null,n=null,r={pageSize:2e4,withTotalPages:!0},e.next=5,this.inventory.detail(this.deviceId,r);case 5:if(!(i=e.sent.data).hasOwnProperty("c8y_IsDevice")){e.next=17;break}if(!this.innerChild){e.next=14;break}return e.next=10,this.inventory.childDevicesList(this.deviceId,r);case 10:0===(t=e.sent.data).length?this.fetchCurrentState(this.deviceId):(this.fetchCurrentState(this.deviceId),t.forEach((function(e){a.fetchCurrentState(e.id)}))),e.next=15;break;case 14:this.fetchCurrentState(this.deviceId);case 15:e.next=25;break;case 17:if(!i.hasOwnProperty("c8y_IsAsset")&&!i.hasOwnProperty("c8y_IsDeviceGroup")){e.next=24;break}return e.next=20,this.inventory.childAssetsList(this.deviceId,r);case 20:0!=(n=e.sent.data).length&&n.forEach((function(e){return u(a,void 0,void 0,s().mark((function n(){var i=this;return s().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(this.fetchCurrentState(e.id),!this.innerChild){n.next=6;break}return n.next=4,this.inventory.childDevicesList(e.id,r);case 4:0!=(t=n.sent.data).length&&t.forEach((function(e){i.fetchCurrentState(e.id)}));case 6:case"end":return n.stop()}}),n,this)})))})),e.next=25;break;case 24:alert("Please select asset or a device");case 25:case"end":return e.stop()}}),e,this)})))}},{key:"fetchCurrentState",value:function(e){return u(this,void 0,void 0,s().mark((function t(){var n,r,i=this;return s().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:n=a(),r={pageSize:3,type:this.indoorEventType,dateTo:n.add(1,"days").format("YYYY-MM-DD"),dateFrom:"1970-01-01",source:e},this.events.list(r).then((function(e){var t=e.data[0];t&&t.type===i.indoorEventType&&(t.hasOwnProperty(i.fieldName)?(i.arrivalTime=t.creationTime,i.statusValue=t[i.fieldName],i.fieldValue.map((function(e,t){i.statusValue.includes(e)&&(i.index=t)}))):void 0!==i.arrivalTime&&Date.parse(i.arrivalTime)
    ',styles:["\r\n\r\n .status-completed{\r\n background-color: #3FC380;\r\n }\r\n .status-inProces\r\n {\r\n background-color: rgb(241, 243, 108);\r\n }\r\n .status-default{\r\n background-color: #ababab;\r\n }\r\n .header1sub2{\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 10px;\r\n }\r\n \r\n .process-arrow-inprocess{\r\n background-image: -webkit-gradient(linear, left top, right top, from(#3FC380) , to(rgb(241, 243, 108)));\r\n background-image: -o-linear-gradient(left, #3FC380 , rgb(241, 243, 108));\r\n background-image: linear-gradient(to right, #3FC380 , rgb(241, 243, 108));\r\n }\r\n .process-arrow-done{\r\n background-color: #3FC380;\r\n }\r\n .process-arrow-default{\r\n background-color: #eee;\r\n }\r\n .process-div{\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex; \r\n -ms-flex-wrap: wrap; \r\n flex-wrap: wrap; \r\n width:80%; \r\n -webkit-box-pack: center; \r\n -ms-flex-pack: center; \r\n justify-content: center; \r\n margin-top: 20px;\r\n margin-left: auto;\r\n margin-right: auto;\r\n }\r\n .single-process-div{\r\n -webkit-box-flex:1;\r\n -ms-flex:1;\r\n flex:1\r\n }\r\n .content-div{\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex; \r\n position: relative;\r\n }\r\n .process-connecting-div{\r\n height: 4px;\r\n position: absolute; \r\n top: 50%; \r\n left: 56px; \r\n right: 0px;\r\n }\r\n .heading-text{\r\n font-size: 14px; \r\n font-weight: 500;\r\n }\r\n .stepper-box-shadow {\r\n -webkit-box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);\r\n box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);\r\n }\r\n .stepper-button {\r\n color: #fff;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n position: relative;\r\n -webkit-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n cursor: pointer;\r\n outline: 0;\r\n border: none;\r\n -webkit-tap-highlight-color: transparent;\r\n display: inline-block;\r\n white-space: nowrap;\r\n text-decoration: none;\r\n vertical-align: baseline;\r\n text-align: center;\r\n margin: 0;\r\n min-width: 64px;\r\n line-height: 15px;\r\n padding: 0 16px;\r\n border-radius: 4px;\r\n overflow: visible;\r\n -webkit-transform: translate3d(0,0,0);\r\n transform: translate3d(0,0,0);\r\n -webkit-transition: background .4s cubic-bezier(.25,.8,.25,1),-webkit-box-shadow 280ms cubic-bezier(.4,0,.2,1);\r\n transition: background .4s cubic-bezier(.25,.8,.25,1),-webkit-box-shadow 280ms cubic-bezier(.4,0,.2,1);\r\n -o-transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);\r\n transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);\r\n transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-box-shadow 280ms cubic-bezier(.4,0,.2,1);\r\n min-width: 0;\r\n border-radius: 50%;\r\n width: 56px;\r\n height: 56px;\r\n padding: 0;\r\n -ms-flex-negative: 0;\r\n flex-shrink: 0;\r\n }\r\n "]})],f)},56702:function(e,t,n){"use strict";n.d(t,{_:function(){return u}});var r=n(40761),i=n(5850),a=n(24219),s=n(76063);function o(e,t){for(var n=0;n=0;o--)(i=e[o])&&(s=(a<3?i(s):a>3?i(t,n,s):i(t,n))||s);return a>3&&s&&Object.defineProperty(t,n,s),s},u=function(){function e(){var t=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.valueChange=new r.EventEmitter,this.stateCtrl=new a.FormControl,this.items=Object.keys(i).filter((function(e){return!["html5","s15","500px"].includes(e)})).map((function(e){return e.replace(/[A-Z0-9]/g,(function(e){return"-"+e.toLowerCase()}))})).concat(["html5","s15","500px"]).sort().map((function(e){return{name:e.replace(/-/g," ").replace(/\b[a-z]/g,(function(e){return e.toUpperCase()})),className:e.toLowerCase()}})),this.filteredItems=this.stateCtrl.valueChanges.pipe((0,s.startWith)(""),(0,s.map)((function(e){return e?t._filterStates(e):t.items.slice()})))}var t,n,l;return t=e,(n=[{key:"ngOnInit",value:function(){this.stateCtrl.setValue(this.value)}},{key:"displayFn",value:function(e){return e?e.name:void 0}},{key:"_filterStates",value:function(e){var t=e.toLowerCase();return this.items.filter((function(e){return e.name.toLowerCase().includes(t)}))}},{key:"opened",value:function(e){setTimeout((function(){try{e.dropdownPanel._updatePosition()}catch(e){}}),25)}}])&&o(t.prototype,n),l&&o(t,l),Object.defineProperty(t,"prototype",{writable:!1}),e}();u.ctorParameters=function(){return[]},u.propDecorators={value:[{type:r.Input}],valueChange:[{type:r.Output}]},u=c([(0,r.Component)({selector:"icon-selector",template:' {{item.name}} {{item.name}} ({{item.className}}) '})],u)},58760:function(e,t,n){"use strict";n.d(t,{E:function(){return r}});var r="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+4AAAHSCAYAAAByw5FBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAHnRSURBVHhe7d2Hm1xnebDx/EFfz/elERIIgQCBQAIESCiB0MFgXHA3BkwoxmAMBptmm2pw75a7JHdbbnKTZEkusiwXWZJ7P9/cR/uIV0fP7M7Ozuy+s3v/ruu5pJ2dPXPOe972nDZ/sm37jsYwDMMwDMMwDMMwjDrDxN0wDMMwDMMwDMMwKo4/2b7jycYwDMMwDMMwDMMwjDrjT5586unmxRdfbF599VXDMAzDMAzDMAzDMCqLPzFpNwzDMAzDMAzDMIx640+yFw3DMAzDMAzDMAzDqCNM3A3DMAzDMAzDMAyj4jBxNwzDMAzDMAzDMIyKw8TdMAzDMAzDMAzDMCoOE3fDMAzDMAzDMAzDqDj+pJEkSZIkSdUycZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSSPw2GOPNWeffXZz0UUXNU899dTUq3M38sT9xRdfbM4666zm61//+m7x85//vLn77rubV199tX3f/fffv8d7fvzjHzerVq1qXnrppfY94P333ntv+/e855hjjmmuvvrq9nO6tm3b1px55pnNN7/5zTZOO+205vHHH5/6bf6ZEbfeemv7Hj77tttua9eF17PP4/+8xu94D+/lb8r1Dpdffvlun9MNfv/MM880J5544m6vH3300c0FF1zQPPnkk1NL+qMXXnih+cMf/tBccsklzSuvvDL16h9lZbZixYrm+eefn3pH024vn8lnB5a1fPny5le/+lVbyah0P/zhD9tyA/9+4xvfaG6//fb251K2PMrj+uuv31WWLKvfvpMkSZKkSUQOtGHDhubll19u7rnnnuaEE05oY/PmzW3uQ2421xxobIn7smXL2g0gnn766ebOO+9sjj322F1JH0kgPz/44IO73rd+/fo2ySO5I/kkSAhJ+Ej6Wc7DDz/c/P73v2/OOeecNoENJJnHH398s3LlyjbpJPg/r/E7ZJ8ZwXqTuJLg/uIXv9j1Hv6Wzzv33HPb9xD8n9f4He/hvfwNf9tNpFnH+AzeRzJdfn78nqT3xhtv3PX61q1bm9NPP7357W9/2zz33HNTS9uJv//e977X/OxnP9sjsS/LbO3ate2yYhvKMusm2vF3ZXnxbzdxJwGnEj7xxBPta6G7vCinsiypuL/+9a93laUkSZIkTTLyHPIscqRTTjmlOemkk3Yl7pwQJZ/j/1dcccWccqCxJe6cSe664YYb2jPivIckkKQwksRAAnjyySe3ySrJIYnkunXrpn67044dO9qklYMB4MwuySCFUSbO5eskpv0+M1DoJJ/dz+P9rMdDDz3U/v+nP/1ps2XLlqnf7sSy2SGc9e+HvyWR7X5+fC7bXuJ9xx13XPPAAw9MvbIzwb7qqqvas+2nnnrqrjIIlBnrx0GQUpRlJOHdRHvjxo3Nj370o/bfwOd3E/ejjjqqPYN/8cUX71bW3eVxVIl1724rB154nbKUJEmSpElWJu7Txfnnn7/bFdCzNa+J+80339xe4s1Z335JNGfWI3Hn/9kZZ5JXknE2nssRODtNYWTJIJ/DZey8r99nBj6Hz+bMN58R+D+/i8/iqoBuck8Sy3u6Z9xLfO5sEncOArBdZeLOGXbWkbPYN910U3tgorxEf/Xq1WmZ8R6WH8sqE23Wh2S/TNrB693EnZ8pT5Lv8uBAN3G/8sor2wpcrhuiLOdSaSVJkiSpFpxMjQSds+7cLsxV5Jxxj9fJ3+ZiXhJ3kjXuNSfhjMvgu0l0+Z645Jzkj2VllxSQKMZBAJLR7Oxu10yJO+vAcjmrfNlll7VnqXmtxHpxHzhnna+99to2ke6+px8+d9DEncT20ksvbS8t5xaBwJnsSMxZDlcePPLII1O/3Zkw9yuzUiTa/C0Vip+728Hys8Sd19mP5brF8tgWDnBwUCU7eCNJkiRJiwFXE3MlciToJO3lLcXkTeRM/I4cjlu5t2/fPvXb2Zm3h9PxsDgS0bjHmiQwew+XgcdZWhK/6RL3SBRnSshD9plE+Rkkr+wALkPnQWzcE88Rk3IdeA9nm3/5y1+2f/+Tn/ykueOOO/Y4u9zF+k2XuHfXi3Uod2wkxJQR+DzOuHPmPUxXZiXKjzKjAnEJPQcjulcLsJ79EncSdiphHGQp90fUARN3SZIkSYtV+SA6gpO/ZU7IyVZuFS/fw3O/hjEvD6djhbtnc0kCywfFxVnz8hKCcZxxzx5Ol60fWDY7g3u/uw/DC/wtT8LnDHyW/JZmStzj4XTcw8+2kaCX6xX3r5e3BHBZRnlp/GzOuHOghIcFctUAR4nuuuuuqd/uNF3iXv68adOm3RL37Iw7vy8PSvCzJEmSJE0qrobmCuhIys8777zdbgkmr+MsfPye93aflTaoeb3HvdRNAkl4eeAaX4EWRym4x52zupGUBpLZQe9xJ6kf9B533pMl8VxOTsLPsti+7D3sNO59Z1364XMHvVSe5ZGkl5dadJPfCC7tjwMe/e5xZ9soB7YBZaIN7m/n88p14//TJe7sM/YDVwZcd911uy2Pgw7lAQT+5XeUD0/WN3GXJEmStBiU97hzRTJXTZMzXXjhhbteJ7+bi2oSd5Agk/xyBhfxJPSZnirPmXC+s52zzeUZ77iUPL7vfKbEncSfz+v+njPSJLX8PQcTeMR/JKiBIyfdxLeL3w2auMc2xTMB4mcSZN4fwdfecTVAPDmfMuTqg+6D5qIso8J0E3fKhysGSMLjKBHrOV3ijtgXvF4uj33Ia7EvA7/vbqskSZIkTSLyX3KxSND7Bbc3d0/+zkZViTvJIzf3x1l3NowEj/fN9D3uJN1xP/qw3+NOkOhzlp97D3idM8Sc2Y8HscW93dyrwO94T6wTf8sy+mE9Bk3cwQGLOOvOgQG2pXwQXeB9LDcelMdD87jvnvvwWTafN9P3uCO2LS755+8o++kSd3CJPc8DyA4EcJsB68fr7BOeBcA+4BYESZIkSZpkfBNYeTl8v+AkLPnasKpK3NE9U0siylliLq/msnDuJecsdJYgk9zGQ+W4f5vkuvxedT6ze5l5RCTNHDDga+tImHn96KOPbg8klIXMZehcCs568h7WiUsiZvqKM7Z1Nok7n8Nl72xv99LzEuvGctesWdP+TNLM1Qgk77F+3TLLEndE+XPGftDEneVy0KK7vFiP2HfsE7aHAwpzOdokSZIkSbXgRC4PpiMvKy+b5zZlTsJycrq8BXoYI0/cJUmSJElairhym6SdbyDj685HxcRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE/cl6LnnnmsOOeSQNvj/q6++2px++unNwQcf3GzdunXqXfOvu17jNt+fJ0mSJEnDGGvi/vzzzzfnnHNO84EPfKD50z/90+Yv//Ivm89+9rPNtdde27zyyiu7Eid+N1OsWrVqaqlN88wzzzT7779/+/rZZ5899epOxx577B5/mwV/xzL5f5a4bdu2rfnwhz/cvO1tb2s2bNgw9WrTPPLII80Pf/jD5k1velP7t/z79a9/vdm0adPUO2bn2WefbX7zm980//zP/7xreT/+8Y/HmkB3E1YS9xNPPLH5yEc+0jz22GNT7xqt2M73ve997Xa+/vWvbw8UlOXWXa9xm+/PkyRJS1PMOWeKmJPEfDbmuTFn4bU3v/nNzdq1a9vXu1544YXmK1/5yq7lxfx5pvkxv5+NzZs3t/Pfcj487vlrPy+//HK7nUcccUSzcePGqVdzMedlnbs5xEzYtu9+97u7tpm5O3kOZV5ibnvQQQe1ec+f//mft7nPXXfdNfXbnciDrr766nbuzXt4L3/TzSdY3zvvvLNdRvk+yn8Qkc/Efs5ikH3/+OOPNyeffHLz85//fOqV3W3fvr057rjj2vk967nvvvs2a9asmfrtzGZaPigzlvnVr361ueWWW6Ze7Y/8jTyuu72Ru5VlGO+drm2hbIezrT+jMLbEneT68MMPbzeMnfjBD36wee9739vuTF47/vjj22Tu6KOPbj70oQ+1wXt4L79/17vetet1YvXq1VNLbtoCpWB5Hwk8nxXY6eXfReN6+9vfvtvrl1xyyawT9/Xr1+9KsGN5/MvPrPf111/fvm9QJMkf//jH27+lHJYvX9784he/aN75zne2n8PnjUNUumy7wyDvGRTbSYfDvmC/X3PNNc2FF17Ylm9ZbqP8zEHM9+dJkqSliXlsOQ9lnhvzR+a/8TrzQRLB6RJ34re//W37elc3Wekm7t35cATz50HFfJh53JlnntnO47hyk/nre97znub++++feud4PfXUU235kF+wbd2TbZm77757Vw4xm8Qr5uxsM3NYtplElbzmJz/5SXvwAA8++GBbBsx7L7/88mblypVtEstn8tkgGeezX/va1zbf//7323nxZZdd1u4HyrU8+HD77be3deSwww5rl8X7PvaxjzX/9m//1mzZsmXqXf1Rl0hyWd9usO/e+MY3tgcQMmWizAEDyixL8iPno/zPO++8dj2/8IUvzJjLDLp8TgRfeeWV7XbzHiLq9XSiLRxzzDG7bXfU1XL9ynbDwQP2UabMQRdV4n7ppZe2G0UlL8/issEUFJW1TMZRdkrT7RAKlPcQVLh77rln6jd76nZ8pdkk7i+++GJz5JFHtu8n+YwGSqU766yz2ob7mc98pnnyySfb12fC33/nO99py6J7ZCc6Bxr9jh07pl4dnUES1kHeMwi280c/+lFbjt0jb3S4dGaxnaP6zEHN9+dJkiRhujkoZkrcP/WpT6VzxD/84Q+73kN0E/e5JhvM6zjrnCWO/Mzr/D7myePENpHU8i/bFXP2fihDzsqTAJI/zKYsyD2Ys5OYh5jLv/vd724eeuih9jUOqHTfx9lk5vVRLryXv+kmiHFQIc46895vf/vbe+zrSDLZ18OKKw/61SPE51Bey5Yta/bZZ5+2rLvI+cjrbrvttqlXmubRRx9tPvrRj7ZXf3SvSAiDLp/9RGJPgn/RRRc1b33rW2eVuGf7OQ4+xT6J97Id/cqEMmPfvOY1r2nzvrm2pWGMLXGPDqK7A9hozipzVImz3qWyU+q3QyhICpSjk7/85S/b93YrfinWIyvc2STu5aUm3XXjdwcccEDzuc99rnnggQfaZJ6/me5IWFSQfuvO0S8qRhwFi8/vlmdWKbmUh8uV4moDblXgaF58TpRzud0sl+XzOVFmZbB8bhEoO6fANnQ7qdCvcwo01DiIU64XZRyXBdFAOYLXHQTKS5HiqgUu1SmV7yG4QiOOZGblwGdwYCY7oCJJkjQK081B0Z2/xpyFhJPbDruJEjjzSfLDHOaTn/xk+/cxZ51uPlzipAoJZL9kK5s7BeZQJ5xwQvu7OJHFcricnHXi87tzUtaPbVmxYkU7j2M+x3yNhLg7p+tijsfZWLCcmLP3Q95B/sDcujt3ns5028wy4nPZVs48c6KPE36BbeWsb5zgi30f+yZ05/rkPCS/zKFLXLHM3Lb7ObNBYk1ZRPLPvuPKAfZPXEL+9NNPt7cIs/5RBrFuIbaNeldeAQ0OYkTeMOzywXuol4i8p1t2mSxHCqwPB0Ui94n3kj9RB7OrEKLMuMyefwetP6M09jPuVLhBL5mJnZZV5kBBksxxhIQd//73v7+9P+SJJ56YesfupuuoouFkDTEaTzTG8ow7FZRG0w9JKJ0QHWs3yQ2UD9vR7x4NKinbFo110MQ9ztZz9IrLaegcWW8qYZRplHO53Sw3Ki8Nj4MOJLkE/+d9DBBsF+seYpDo13lEGXNpSoa/4TP5N9brLW95S3vE9vzzz28vt+HyID63XEYcKSsvHeJgUHmVQryHy3V4T/fSnW450HFQjgyK/dZXkiRprqabg6I7f405C3O+U089tZ0Xdc9sxzzta1/7WntCib+Pud908+FQznX7XTrP5/G5nBm++eabp17N8V5OhsQ6M7fi8nJOTMXJuyiHv/u7v2uTJt7D3Jd5K1dlRsI2E5YTc/ZMXA3A9k+X0M0WyWnkIZFod+fqOOOMM3bNs/uJuX+sF/nTO97xjj3WM5LlfnVnEJw445L+OOnGvqLcWf/s/vmof91ti9ezdWHeHVdGD7v8rth3Ua+nM9N+5rO6iTsHkMh9sisF2B7qPXWUvxtF/ZmtebnHnQSVxnfdddftcTSmFDut7GhK0VmwPBL47s+Z6Tqq6CyyyhaJctkJRCLI39ChsOx169a161GiodEY9t577/RSC7A+5bK74vOjAnd/Dt1Kyf00HNErD5bEVQocWWJds0ZWVl5k7+kuB3GvR5nMl1ivfvuzKz4zEusQHRmX3CPex9HGsj7FJUasS9QNDmJwiVKIbeDqAQ6+xDbyf9aVwYR/6RQlSZLGYbo5KLrz15j7MOe79dZb27keZ/04CwjmLSRGJO7Mt3lvOf+K5WUR68DcKZbBCZF+4iRRXL7MAYPs5A0JDld/chIp8BmcTe+efea203LuRWJfXnk6E5bTb17NZ3K2Nw4EdOfOw4qDAVxyzrr3m6uDz5pu3s/fn3LKKbsl09OtZ3fePhsxF2ZfDzrfjfrX3TbKlrwgO+Me+zbq4HT6Lb8rymSQZU5XfqwrCXqsd7yXk4Yc1OjuK5J4knmCvISyn2v9GcbYEndw+QpPEo9LtgkaORUlO2MdO63fTo7Lrssz7HEGvkwmS9FRZYUbFSo6rFI0vu6O4ygR98fwmbFNPOCA9eAS+UHN1IDj82Pd+nUG01XKEOUay+r+jG4HkL0H7DuSaCot+FwS7ewyefD7fvuzq99nxiVBse2xzd2DBQwADAS8r3vFQunee+9tn9DJJTrxeXFUkIFjNvtRkiRptqabg6I7f405EvNPrtaMe9ljLsS8mPkxCRkJJe8t51+xvOzhdPFAvNlgbsYcn9sZWW4k8XE2lYSQkySRoJdY55gDRzl054nc9smBiThpMxP+vt+8mge88bv4jEHmzjMh2eMEJeUdT9LvN1cHn9Vv/cBBDuah3BoapltPPqOct88GOQv7bTa3hEb9y7Ytbnstb92gPpGb8Xr3mWaZ6ZZfijLp1pdMv/Lj4M1Pf/rT9sBQlHf53rgkvnyGQJyoJF/odyXEfBhr4h5IqGk0Rx11VNuwaaBU9u6RmdhpWQMGFYPflUeIoqPqlzxGR5UVLp/B7/jMbqcZja9fI2Onc3abS7NZBh0pnzHokSve22/Z6Db+fp1BVim556f8io6I2M4o53K7WW7ZAWTvQdwGQMWNS6qme/AE68VnD9LA+n1mvB7bHvutX/C+fo21FMvlaCm3NfB+knpJkqRxmm4OCuYy/D7mMTFn4TX+NuY5MQeLE1kkG3HCI96L7vJGhZMdPN+JS+KZd7JOJHDl+mbB+9iGKIdYzxB/3+9WzC7+PpZZYr7OmXbO8scJvkHmiNNhOfE8pPIK0X5zdfBZ2fohrugtH36N6daTzyjn7YOKM83Tzd0zsT+ybePABQcwOJEZt7lS5pxs7bfNXdMtvxRl0q0vmXhvt+4R5KMceMrqRBx0Ypu4OoGfyT3jCpfp9su4zUviXuIoIPc3UGjs2FK3UyrN1AEQJPZd03VU0VmwXJZfisY3U4VjZ9JZksyWZ6JnwtHGOGqa6V4ePmjizn0k/ExHx9Eh/o4yp5HGdkZZltvd7QCy94AGz2UlXIbOEScaZVbuIcqYI4kZOmM+k3/7fWa8Htsey6TBsdxukHwP0qhiuTHQUWazuZ9KkiRpGNPNQdGdv8achdf4W5Iuki/mOty2ydlNzgjG3I85XbwX082HRyXm+Kwn68C/PCSP+X53rnbTTTe1Vz5GOcR6htjeuSbubG95+TnmknhF0s5BCrajRJI323vcI2nnaoXuCc1x3OPOQZVs3WcS+yPbNnClRTwMmrP5PNOAr10j2Y0rEqYz0/JD7LtufcnEeymrsu5x1W233Lp1gnKKh9R1by2YS/2Zq7Ek7lFx+10e0a/ziJ2WNeC4RIFCpBKUl/jE98OTnHYr/XQdFUkzf5ddxhM7JZ6GON17o4Pk/fzdIGL55dUDJSrKME+VJ9HvPqwvyjUaePdnsNxBEnfwIA72AY1yusvkMexT5cvPjNdj2zk4weVE0x0wiEussu85pY6wDzkizXLpaPg/20HnXn4fpyRJ0qhFwprNs9Cdv8ZcqJwjcxKIn7nKkvlYnEWNOWP53unmw7PBV/tyf3v3m6FCzCd5vhAHE+KsZT9RDt15/ygulY98hOX3i9nM3ZnHUn79HmJM2XNFMVGezY5Eu5tDxLMCsquQEevfLYO4omLQgxqBdaKuZPnSTLpz8ZnEgaVB13HQ5Ufe060vmW6ONJ3ueykfyok6zAPrylsLZrPcURtL4k7SwxlZGgRP/eaIWijPuHfvUc46pUACxuskgF1xJCSONJam66jiHgYS8vLeZiobjYS/i06w33tpjHHGPZJ8fsdOZVv7oYxm8z3u0Ui7HTxHhPjs2D62l/Usj26x7pR5/G2Uc7ms6GgHSdxZXyowTwCd6VIbtpOypIJ3L0OPy5dm+h73eD0aM3+31157tR1g+VUh7AtuyaC+0Ul885vf3GPAiM+kfpb3uMfnca9Lvw5ZkiRpFCJh7c55Qnf+GnMhXos5csxNeY2IExpzSdyZJ033dXDxneTMSbvJX8yx4oFf3FLKSSjWqzx5wxyVAwC8FuXQfTgdZ+nn+nA6toETb+XZVoIyYK5HMh1n/mfCul155ZXt2WrmiuW6lriCs3tSi3yA2zK5/Dr+jvkrZcgcmHl/JvKp7lw2HsY8077sipOg05346qc7F59OlBX7g3n5IAZdfiTNUa+nM5sEO3sv5UR5cVKvzHdms9xRG9ul8lTCuP87zpJTaYe5xz0S835n8KkgJPT8XffM7kwdFQ2Y9eM98cCOuDechlfeu8J743fx3ne9613tzyT0fAafHfeBT/d1cIgy4vN5MAidFJd/c49I97NBZ8Dn8FUarAvbSgIdnw06OH7ma8/oMGN5rGMMDlHO8TMopzJxj86C9aDilkl3HIVimYM0/jgQQdmxzqz7hRde2H5eeblOtl6I18vGHPuN8mM7eWIp60tHHJ18XH5Ufh0cA0qUbfZ5/MvDBznQwYAoSZI0apGwduc8oTt/jTkLr8UcmTknySCvMc+Oect0iXv2cDqCr3/jpAdnSHlfv6+DQ8yH+Ywzzzyz/Zn5YMxpY17HfJH5Pq+V8z9uBT300EPbRD/KoXwPJ+tYfr8z0RmWQzJVJu79ZInXTH/PerGOJHA8tZ+fy+Dya+bOkaTH1zIz9yy/ihhRLnz9MfeEd5dFxJWzkaQzf2VZ8fXHzKsj4R9k2+NEWllPStQl9jm3NmQHEqL+lXPxUhwkoR6wveRB5QGOuS4/xL6Lej2dbD/3k723PDBG2YfZLHfUxnqPO2eJ2Sgu3SaZZMNJZkkm+V1X1ikhzipPd7lNv/d0O74MDenggw9uGyTvpVPjuySzezJIxOkkeQ/v5UAEHdW111676yz8IF8HFygHyoMGzfL+9m//tl0mRyu7DYun9POVE6wn5cnnkqTSccb20TBIYrl9gOV94AMfaN/zve99r618bFOUM8H/QTmViTvuu+++tjxZzgknnDD16k7cq8M6T3eZfKm7nXTIXK7Dg/RCtl6I17uNmaO1HECgvAj+TwcXnQRYPkc04z38Pz6z3+dt3LixXU8Gr/J1SZKkUWCey3yoOwcJ3flrzFl4LZsjc/KC5AzTJe79gt/z9yTPLG+6r4NDdz7M3PTAAw/cYx4W3zAV8z/+LfOAKAcSPk5isRzma1yVWl5VOROWM1PyGrLEa6a/n6n8yv1Y3u8d8/W77rqr/R3i87PlRJT7mL9lGSwr5rLld6EPsu3M1yn7+Oq6LvY9t4qSN5TLDlH/unPxEHWO+sD8nhN+5efMdfkhyq4sn36y/dxP9l7WnzrePdgxm+WO2rw/nE4z46gdiT/BJSZZA1tIND4GiJkuk5ckSZL6IQHrJqoLgRNSccvrpJnkddfsmLhXiiM7HLHq3v9eg7gMaJDL5CVJkqRMDYk7J6E4GVVetTApJnndNXsm7hoY99vEd9dzCX12K4EkSZI0iBoSd+655vlG3WdLTYJJXnfNnom7BsZ9VNxbQ9JuByFJkqS5qCFxlyaFibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYifsS9+qrr44kpMUuq/fDhLTYZfV+mJAWu6zeDxOSlgYT9yUk6+zHGdKkyurzOEOaVFl9HmdIkyqrz+MMSYuPifsil3XmCxFS7bJ6uxAh1S6rtwsRUu2yersQIWlxMHFfhLJOu6aQapHVz5pCqkVWP2sKqRZZ/awpJE0uE/dFIuucJyGk+ZbVw0kIab5l9XASQppvWT2chJA0WUzcJ1zWEc8mXnnllZFEtuzZhDRuWb2bTWT1fpjIlj2bkMYtq3eziazeDxPZsmcT0rhl9W42kdX7YSJb9mxC0mQwcZ9QWcc7SGQd/jgi++xBQhq1rJ4NElm9Hkdknz1ISKOW1bNBIqvX44jsswcJadSyejZIZPV6HJF99iAhqW4m7hMm62ini6xDX4jI1m26kOYqq1fTRVZvFyKydZsupLnK6tV0kdXbhYhs3aYLaa6yejVdZPV2ISJbt+lCUp1M3CdI1rn2i6zj7sbLL7880sg+oxvZuvYLaVhZfeoXWT3tRlbf5xLZZ3QjW9d+IQ0rq0/9Iqun3cjq+1wi+4xuZOvaL6RhZfWpX2T1tBtZfZ9LZJ/RjWxd+4Wk+pi4T4CsQ80i66TLyDr6cUa2DmVk25CFNKis/mSR1ccysvo8zsjWoYxsG7KQBpXVnyyy+lhGVp/HGdk6lJFtQxbSoLL6k0VWH8vI6vM4I1uHMrJtyEJSPUzcK5d1ot3IOuSIrDMv46WXXhpJZMsuI1u3iGybuiHNJKs33cjqX0RWb8vI6v0wkS27jGzdIrJt6oY0k6zedCOrfxFZvS0jq/fDRLbsMrJ1i8i2qRvSTLJ6042s/kVk9baMrN4PE9myy8jWLSLbpm5IqoOJe8WyzrOMrAOOyDpuIuvwxxHZZxPZukZk21iG1E9WX8rI6ltEVk+JrF6PI7LPJrJ1jci2sQypn6y+lJHVt4isnhJZvR5HZJ9NZOsakW1jGVI/WX0pI6tvEVk9JbJ6PY7IPpvI1jUi28YyJC08E/cKZR1mN7JOl8g66qxTj3jxxRdHEtmyI7J1ytadyLa1G1LI6kc3snpGZPUyq78RWb0fJrJlR2TrlK07kW1rN6SQ1Y9uZPWMyOplVn8jsno/TGTLjsjWKVt3ItvWbkghqx/dyOoZkdXLrP5GZPV+mMiWHZGtU7buRLat3ZC0cEzcK5N1kmVkHS3R7ZSzzpvIOnzihRdeGCqyZRHZZxPd9cy2hci2vQwpqxdlZPWK6NbBrJ4SWb0msnYwSGTLIrLPJrrrmW0LkW17GVJWL8rI6hXRrYNZPSWyek1k7WCQyJZFZJ9NdNcz2xYi2/YypKxelJHVK6JbB7N6SmT1msjawSCRLYvIPpvorme2LUS27WVIWhgm7hXJOscyss612wlnHXW3Q886/4jnn39+oMj+NqL7edk6ddc727asDMrQ0pXVhzKy+tStc1m97NbdrH5HZO0ii+xvI7qfl61Td72zbcvKoAwtXVl9KCOrT906l9XLbt3N6ndE1i6yyP42ovt52Tp11zvbtqwMytDSldWHMrL61K1zWb3s1t2sfkdk7SKL7G8jup+XrVN3vbNty8qgDEnzz8S9ElmnGJF1qN1ON+uYy44769y7A8Fzzz23Wzz77LO7Rff33b/PPqNch2wdu9uRbWtWJhFaerJ6EJHVn24dy+phWU+zetyt6922YFtRjbJ6EJHVn24dy+phWU+zetyt6922YFtRjbJ6EJHVn24dy+phWU+zetyt6922YFuR1GXiXoGsM4zIOtFuR9vtiMuOuuzAo3MvO/7uwDBslMvMBpFynbrr292ebJuzsonQ0pHt/4is3nTrVrfulfWyrK+2FU26bP9HZPWmW7e6da+sl2V9ta1o0mX7PyKrN9261a17Zb0s66ttRdJcmbgvsKwTjMg6z7Jz7Xa+ZcdcdtjlQNHt7J955pmRRHe55QBSrku5jt31L7ct2/asjCK0+GX7PSKrL2V96ta1sh6W9dO2osUg2+8RWX0p61O3rpX1sKyfthUtBtl+j8jqS1mfunWtrIdl/bStSBoVE/cFlHV+Ed0Os+xQibKzLTvisoOOjrs7WHQ7/KeffrqNp556qo0nn3xy2oj3xd91l1d+VrkO5bqV61xuS3c7u+WQlVWEFq9sf0d060i3DpX1q6x3ZX0s62lZf7t127ai2mX7O6JbR7p1qKxfZb0r62NZT8v6263bthXVLtvfEd060q1DZf0q611ZH8t6Wtbfbt22rUgalIn7Ask6vYhuR1l2omUHS0w3WJSdd9mpxwBRDgQ7duzYI7Zv375bZO8plxEDSflZ5TpMN3h0t6vc5m55ZGUWocUn288R3bpR1ptunbKt7B5afLL9HNGtG2W96dYp28ruocUn288R3bpR1ptunbKt7B6SxsvEfQFknV1Et4MsO8+yU43OthwwZhosyoEiOn0Gg1UPr21+v35F8527zmr2vfXk5kM3/KB5x7Xfbt549ZHN61Z+pQ3+z2v8jvfwXv6Gvy0HlHIAKT+7XKfu4FFuS7mN5bZ3yyUruwgtHtn+jejWibK+lPWorF+2ld1Di0e2fyO6daKsL2U9KuvXXNvK9u13Ndu2Xdxs3/GbZseTxzbbn/xas+OpA3uxdy/2mgr+f+DO3/Ge3nvbv+n9rW1F45Lt34hunSjrS1mPyvo117bywAMPNKtXr26uu+665oorrmguvPDC5pxzzmlOP/305tRTT22D//Mav+M9vJe/4W9tK9LSYeI+z7JOLqLbMZadZtmZ9hssygGj30BBB3//45ubP2xY2Rxw66+at17zjeZvVx4xp2AZLItlsuwYRLIBpDtwEN3Bo9zWsgy65ZOVYYQmX7ZfI7p1oawnZf2xreyMrAwjNPmy/RrRrQtlPSnrz1zbyrbtD/X+vaSXfB/XS8b368Xn5hj7tctimTuXbVvR3GX7NaJbF8p6UtafubaVRx99tLnjjjuaK6+8sjnzzDN3JefDBstgWSyTZdtWpMXLxH2eZR0c0e0Qy86y7ET7DRjTDRbtpGrbtuai+29qDrzt12lCMcrgM/gsPpPPHmTwGPXAocmX7VeiWwfK+lHWG9vK7uWUlSWhyZftV6JbB8r6UdabubSVbduvaXY8+aMk8R5x9D6Dz7KtaC6y/Up060BZP8p6M5e2snbt2mb58uVp8j3K4DP4LNuKtPiYuM+jrHMjuh1h2UmWnWc5YGRPKaUz5v6m7mDB2T0u280Sh3EGn8lndwePuAerO3DE008dOJTtT6K778t6UdYX24ptZanI9ifR3fdlvSjry7BtpT273l7+niTZYww+sz0Lb1vRLGX7k+ju+7JelPVl2LbCmXAucc+S7HEGn8ln21akxcPEfZ5knRrR7QDLzrHsNLMBoztYxBHeGCzO3Xj9giQh3WAdWJdy8GBds8HDgUPZfiS6+7ysD2U9sa3YVpaKbD8S3X1e1oeyngzTVrZtW7EgCXs3WAfWxbaiQWT7keju87I+lPVkmLZy9913L0jC3g3WgXWxrUiTz8R9nmQdGlF2fGWnWHaW3cGiHDDoeAk6Yu5pomO+a8uG9j7aLDFYyGCdWDfWMe6/ivUvB47u4FGWRVlGZdllZUto8mT7kSj3d1kPyvphW7GtLCXZfiTK/V3Wg7J+zLatPPHEvc229v71PJFeqGCd2nWzrWga2X4kyv1d1oOyfsy2rWzatKm95zxLohcyWCfWzbYiTS4T93mQdWZE2emVnWHZSfYbMOIIL0EHHEd4T1m3vHnjVUemyUANwbqxjqwr68y6x3bEkV8HjqUr239EuZ/L/V/WC9uKbWUpyfYfUe7ncv+X9WK2bWXrE8t6STJPgM+T54WPvdt1tK0ok+0/otzP5f4v68Vs28rtt9++29PgawvWjXW0rUiTycR9zLJOjCg7O6LfgEH0GzB2PxvyRPP11aelCUCNwbqyzqw72xBHfrOBI8qhLJts0CCysiZUv2y/Ed19bFuxrSx12X4juvt4FG1l2/aTkkS5zmBdbSsqZfuN6O7jUbSVq6++Ok2WawzW1bYiTR4T9zHLOjCi7OjmOmBsfHRT87lVP0sn/TUH68y6j3LgyMqaUP2y/UaU+9e2YlvR/LSVrVsfbLbtODpNkGsO1rldd9uKerL9RpT7d65tZcuWLc2ll16aJsg1B+vMuttWpMlh4j5GWedFlJ1cdHzloFEOGDFolAMGHSzB0dI7H15fxUO1hg3WnW1gW2K7ugNHlEN34CjLrizTrMwJ1SvbX0S5X8v9bVuxrSxV2f4iyv1a7u9h2srWreuqeADdsMG6sw22laUt219EuV/L/T1MW3nwwQereADdsMG6sw22FWkymLiPUdZxlZ0bMZcB447N9zbvv/6YdJI/ScE2sC1zGTi65ZqVveqV7a/uPrWt2FY0/rby+ONre4nvl9OEeJKCbWBbbCtLV7a/uvt0Lm3lgQceaM4777w0IZ6kYBvYFtuKVD8T9zHJOi2i7Ni6A0YMGuWAQWQDxvotD0z02cNusC1sUzZwRDmUA0dZZtnAkZU9ofpk+4ko96dt5Y9hW1m6sv1ElPtzLm3lscfun+gz7d1gW9gm28rSk+0notyfc2krmzdvnugz7d1gW9gm24pUNxP3Mck6rLJTi46uHDToDLtPL40BI+6n2jm5eqz57E0/TSf1kxxsE9sWA0d5v1U5cHSfclqWZVnG2T5QfbL9VO7Hcv/aVnaGbWVpyvZTuR/L/TtMW3li+3fSBHiSg22yrSw92X4q92O5f4dpK5dcckmaAE9ysE22FaluJu5jkHVWRNmhdQcMIgaMGDT6DRhH3n5qOplfDMG2TTdwRPlQVmXZDTpoEKpHtn+Icj/aVvKwrSwt2f4hyv04l7byxLYT08R3MQTbZltZOrL9Q5T7cS5t5aqrrkoT38UQbJttRaqXifsYZB1V2ZlFB1cOGt0jvXSSxFNPPdV2njz18/HHH29+t/bKdBK/mIJtZFvjSaeUQZRHDByUlUd8J1+2f8r9V+5X28qeYVtZOrL9U+6/cr/Otq08vvWiNOFdTME22laWhmz/lPuv3K+zbSu33XZbmvAupmAbbStSnUzcRyzrpIiyI5tpwIhBg86So53bt29vtm7d2ty+aW3zxquOTCfwiynYRraVbWbbKYMYOKJ8phs4yrLO9gWhhZftF6Lcf7aV6cO2sjRk+4Uo99+wbeXRR+/pJbZ775HoLr7Yu91W28rilu0Xotx/w7aV++67rzn99NPTZHcxBdvIttpWpPqYuI9Y1kGVnVh0bOWgEQNGDBp0jkQ5YDzyyCPN/jefnE7eF2OwrWxzOXBEucSgEQNHd9AgyjLP9okWXrZfyv1W7k/bSv+wrSx+2X4p91u5P2fbVrZu+0GS5C7OYFttK4tbtl/K/Vbuz9m2lcsvvzxNdBdjsK22Fak+Ju4jlnVQZQfWHTC6R3rja0c4uklnyaVK3G905rqr00n7Yg62mW2nDCiLOOJbfj0JZTfMEV8tvGy/lPvNtjJ42FYWt2y/lPtt2Lby2GOXpwnuYg622bayeGX7pdxvw7aV1atXpwnuYg622bYi1cXEfYSyzokoO7DuoBEDRgwaMWDEkV7uM+Ko5wevPzadsC/mYJvZdsqAsqBMYuCIQSMGjtkOGoQWTrY/iHK/2VYGD9vK4pXtD6Lcb8O2lW07vpomt4s52GbbyuKU7Q+i3G/DtpULLrggTW4Xc7DNthWpLibuI5R1TGXn1R0wykGDTjCO9MaAwVM9H3300eY3ay5PJ+tLIdh2yoCyiIGDMuoe8S3LdNCBQwsn2x/l/rKtzD5sK4tTtj/K/TVsW3nssQvSxHYpBNtuW1l8sv1R7q9h28ott9ySJrZLIdh224pUDxP3Eco6prLj6g4adHYxaMSAwdduxBNMuUTp4Ycfbj5w3ffTifpSCLadMojLtSib+GoSyiwGjXLgcNCoX7Y/yv1lW5l92FYWp2x/lPtr2LbyxPavpEntUgi23bay+GT7o9xfw7aV888/P01ql0Kw7bYVqR4m7iOSdUpE2XGVg0Z5X1UMGnSG3SO956y7Jp2kL6WgDLpHfCmrGDRi4Ij7rAYdNAjNv2w/EOX+sq0MF7aVxSXbD0S5v4ZpK488emWa0C6loAxsK4tHth+Icn8N01buuOOONKEdJM4888zmvPPOS383SUEZ2FakOpi4j0jWIZWdVjlgEHRyMWjQ+cWg0T3Su9+qk9IJ+lIKyiA74hvlFoMGEeU76MCh+Zfth3I/2VaGD9vK4pLth3I/DdtWtj5xbJrMLqWgDGwri0e2H8r9NGxbueyyy9JkdtC49957J/5Se8rAtiLVwcR9RLIOqeywZho06AR56AcdIkc1eSDIPQ+uTyfnSzEoC8qEsqGMKKsYOBw0Jku2H8r9ZFuZW9hWFo9sP5T7aZi2svnhe9NEdikGZWFbWRyy/VDup2Hayv33358msrOJlStXtstdt25d+vtJCcrCtiItPBP3Eck6pLLDKgeN8hKteCAKHSCdYRzp3bJlS/PLuy5JJ+ZLMSgLyiQ74ls+IGW2l2pp/mX7odxPtpW5hW1l8cj2Q7mfhmkrW7acmyaxSzEoC9vK4pDth3I/DdNWbrrppjSJnW3cfffd7WfznehXXnll+p7ag7KwrUgLz8R9RLIOqeyw+g0adHrlA1E4msm9RA899FCz700nphPz2cSFj9zavPzqK1Nr+Ud0lzdtW9+85Zr/Sv+utqAsKJO4zyoGje4DUhw06pfth3I/LVRb+eUDy5vnX3lpai13d+/TW5oPrzou/bvawrayeGT7odxPw7SVx7d+P01il2JQFraVxSHbD+V+GqatXHrppWkSO0zcd9997TqxDps2bZq4BJ6ysK1IC8/EfQSyzqjsrLIBgyiP9MYDUTgiy+VIDz74YPOWq+eeVK95avPUWu5px0vPNl+++w/p39UWlAVlQtlQRt0HpFCWUa4OHPXKyr/cPwvZVq7aes/UWu7p+V5Cf/zGyTirb1tZHLLyL/fPsG1l+5P7pklsjfH0s99pXnhxeRv8P3vPXIKysK1Mvqz8y/0zbFs544wz0iR2mOBBdSTsrFusM5+5fv36Zvny5enf1BSUhW1FWngm7iOQdURlRzXIoMHRy7hEi4eALF93czopn23sd8evmuueWNeeMYx45Pkd7Xq/0lvPTc9t3e13o4zbd9zfHL3uvHS9hgnKpN8DUhw0JkNW/uX+Wci28ulbf9Zc9ujq3erwQ8890fRqTXuFypbnt+/2u1HGXU9uak68/4p0vYYJ28rky8q/3D/DtJVNm25IE9ga45lnf9Qbo7ZNlUZvvHrlobEk75SJbWWyZeVf7p9h2spdd92VJrBzDZbLOnSxnqwLSTH3k69evbq54YYbmquuuipdzkIE625bkRaWifsIZB1R2VFlgwaXFdHRlZdo0WFzGRJHZU+6Y1k6IR9FnLLpmvTy+XF49PkdzV63/SJdj9kGZULZUEaUVQwalCFl6aVa9cvKv9w/tbWVY+69oHnu5T0nWdOhbT33yottsj8bT7/0fPO1e05P12O2YVuZfFn5l/tnmLayefPZafJaW3ST9jCO5J0ysa1Mtqz8y/0zTFshac6S11FEPKWddZqt2I7ZBsk1Z8kjSLwfeOCBZu3atQMfHKBMbCvSwjJxH4GsIyo7qui86Mxi0KCTi0GDp3PGJVo8/IOO8cibT0kn5KOIb609u3n25Rem1n68HnvhyeaLq09O12O2QZlQNpQRZUWZUXYxaBAxaBAOGvXJyr/cP7W1lX1X/7J5/IWnptZ+Zi+88lLzk42Xts+OWPvUw1OvDuaZXpv8+poz0vWYbdhWJl9W/uX+GaatbHnk52nyWlP0S9rDqJN3ysS2Mtmy8i/3zzBtZT7uQV+2bFmzZs2a9pJz1nkhUT5s/4oVK9J1JSgT24q0sEzcRyDriMqOqt+gwRFQOry4t+rxxx9vO0SOgu51w0/TCfko4pO3/KR5+Ln+E6NRGmXiTplQNpQRZUWZUXaUYXmploNGvbLyL/dPbW2FmO45EV1l8r1q24apVwczysTdtjL5svIv988wbeWxx0d/qfkoY2fSvnWqBPp5tXnxpZvSvx8mKBPbymTLyr/cP8O0FZLqLHkdV5x33nnt973zADjWh/VkO+Ybn33RRRel60iZ2FakhWXiPgJZR1R2VP0GDTq7uEQr7q3avHlze3/Tv197TDohH1Ws3vHA1NqP1ygTd8qEsqGMuvdYUZYOGvXLyr/cPzW2lcseu2Nq7WdWS+JuW5l8WfmX+2eYtrJ12xFp8lpDDJa07/TSS7enyxgmKBPbymTLyr/cP8O0FRLpLHmd7yBZvv7669vL1PlaOZ5OP0i07X3qrHgcCKAsZkJ59HuaPmViW5EWlon7CGQdUXRS0XFxv08MGOW9VXGJFh0g9w3RIW7cuLF5+9XfTCfkowq+Jm4+jDJxp0woG8qIsqLMKLvyUq2Z7rHK9pXmT1b+tbeVXz6wonnx1f73InIP/IZnHmkfMnfnkw82B9z5m/bvznn4pl0Pn+PBdjPVtFEm7raVyZeV/1zbyrYdX0qT14WO2STtvI/3Z8sZJigT28pky8p/rm3lrLPOSpPXSY+VK1e2l7tTHl2UG9ue/R1BmdhWpIVl4j4CWUfUHTToxKYbNOK7Q+lQN2zY0Pz9VV9LJ+Sjil/cf0Xz4iuzfzDKbI0ycadMKBvKiLKizKYbNAgHjbpk5V97W+GBcTw4rh8OgmV/V8Yg98qPMnG3rUy+rPzn2la2P/mFNHkdRTzz7HG9dbmmee75M5onnx78K+cWMmknKBPbymTLyn+ubeW0005Lk9fFEjfffHNbHiW+6o2vrcveT1AmthVpYZm4j0DWEc120OCSJjpNOsR77723ed3Kr6QT8lEF39/O97iP2ygTd8qEsqGMyu8SddCYHFn5195WZnomxK3b72vefcN307+N+MH6i6ZN/jHKxN22Mvmy8p9rW9nx1F57JK6jiOeeP6W3fs9MrfkrzYsv3TJQ8r7QSfvO2Mu2MuGy8p9rW8kS18UUPISOMgiUwSD39dtWpIVl4j4C3U4oOqhBBw0uNyofikLHOO5k5AM3/aD9DvdxG3Xinr1uTFCs2D3+ZvmXizh8Z1xx2M64/LDmtZcf2rz2sl5cckjz1xcf3LzmwgObvzrvS81fnr1f8xenf7H5s1M+Py/1YtBnQtRyjztl8rqrjmhe3/v/G3r/vuGqLzdvvPqI5k1Xf7l58zVHNG/p/fuP13y5eds1hzf/dO2Xe3F4887rvtz883WHN++6vhfXHda8p/fvv15/WPO+Gw5v3n/DYc2/33hY84FefOimXtx4aPMfvX8/ctOhzX+uOqwXhzafuLkXqw5pPnXLoc2nbz6k+Wzv38/dckjz+Vt7ccvBzd63HdJ88daDm317/+5328HNl27fGQeuPrg56PaDmkN6/x66+qDm8DsO7sVBzRF3HtR85c4Dm6/ddVBzZO/f/+r9+193Hdh8627igOaoew5svnPPAc131xzYfLf37zFrDmi+34sfrD2g+eHaLzU/WndA8+Pevyfce0BzwrovNT+990vNz+7dv/nF+i81v+j9e9KGLzUnr9+/+dWG/Ztfb9iv+e3G/Zvfbdyv+f19+ze/7/176n37Naf14oz7iX2bsx7Yrzn7gX2bcx/crznvgX2aCx7ct7nwwX2aZZv27cU+zSUP7dNc2ovLN/fioS82y3v/Lt/8xWblw/s0Vz38xeaaLV9sru39e/0jvdiyd3Nj79+bHtm7ufnRLza3PPKF5rbH9m5ue/QLzerev3c89oXmzl7c1Yt7Hu/FY59v1vRi7WO9JPPxzzf39v7d8PhezfpHP9fc99jnmo2PfKa575HPNvdt6f3biw2bP9nc++AnmrX3faxZs/4/mzvu+o/m1ts/2CapefI6fOyetIeZk/c6knZir/bMoTG5QQJZBvOpCO7FJkg0CeZZfBUbwYPgHnzwwfbyb+ZdPOGd709ftWpVmrQupmBbmaNi0KSdoJzKB9Qxf51N4k5058ySBmfiPgLdTqjsoPol7uXTTLuJO9+rOe7Lf4nZJhbDGPWl8tnrxgTFMIn7pYfsTNyXHbRn4v67vealXpy/5eaBvpe9lsSdMnld79/X95L2v+vF3/fijb1k/R96yfube/++pZe0v5XEvZe0v70X7yBx70WbuPfi3b2k/T29pP29vaT9fb2kncT933pB4v7BXny4l7T/Ry9p/8hU0v6xXny8F5/sJe+f6sWnewn7Z3pB4r5XL3H/Qi/27iXt+/SS9n17STuJ+/69pP0AEvdeHNRL2g/uJe2H9pL2w3pJ+5dJ3Hvx1V7y/rVe0n5kL2H/ei++0Uvav9km7gc2R/WS9+/0kveje0n793oJO4n7sb2kfWfifkBzXC9p/3EvYT++Fyf0kvadifuXmp/3kvUTe3FSL37ZS9p3Ju77N7/pJeu/6yXvp/T+/UMvYW8T9zZp3685sxdn9ZL3c0jce3FeL2k/n8S9l7Rf1EvaLyZx70WbuPfiil7SfmUvaV/RS9pX9pJ1Evere3FtL3m/rhc39JL2G3tJ+6o2cd+7uaUXt/bi9l7SvrqXrJO4EyTud/diTS95X9NL1teRtPcSdhL39STvvcR9Yxu9pL2XvG/c8uk2NjzUS9wf+ESz7r6PN2vu/Whzx93/0ay69QMjv1Q+T9pD/+S9nqR956XyWTJoTE4Mk7hznzaJO3OubuJ+4403LupL5bnPnTkoKJtBk3bKhPlpN3Evnyxv4i6Nl4n7CHQ7IWKQxJ0ncfZL3N921TfSCfko44zNN/SmVuPtNEeZuM9HmRhjjk7ivnvy3j9x/+tLDu6buM9HvTh+4yXN86/s+TCfrloSd8pk5xn3L+864/6mXWfce4k7Z9x7Cfs/9jnj/u7rDmv+NTnj/u83HJqccd+ZuO86407i3j3j3kva8zPuB/3xjHsvad95xn1n9DvjvjNxnzrj3vt39zPuX9rtjPuPev+2iXv3jHsvaT85OeP+2/KMey9ZP+2+facS932bs3edce8l7r1/OeN+wW5n3PdtLu39yxn3K/qecd+7ub737+5n3Hcm7nuecd97tzPua7d+ITnj/tlmY3HGvU3cH/5Us76XuK/njPvGP55xv/nWDzZPbN8/TV6Hiaee+WpvjHtkqvb2s2fyXlPSTlAmWTJoTE50E/cyeZ8uceeS736J+3T3ek9ykLRzhpx5KmUwm+3kvf0Sd+azgyTu3bkyIWlwJu4jkHVE/RJ3OrV+iTuDSSTu7796+ntmRxHH3HtB+0TscRpl4j4fZWKMOWaRuLdJ+wCJ+3zUi4Pu/G3zxItPT9Xq/piCcFn9bx+8asZ72rtGmbhTJrudce8l7TvPuPcS9z3OuB/evKP37zt7STuJ+7/sOuN++Mxn3Hvx0T3OuB/SfLqXtH82zrj3YucZ917i3kva9+GMey9pL8+4H9xL3g9pz7gf9Mcz7m3iHmfcD9rtjPu32zPuXCrfOePei+yM+0/KM+695P3EXvK+2xn3XtL+m/ZS+T3PuJ8eZ9x7yXr/M+777jrjftmuM+77NCt6EWfcr0nOuJO4c9a9e8b9zsf33nWpfJxxX9tGcca99++uM+5cJj91xn1DL3Evz7jfs44z7h9pz7g/tvXwNHkdJp5+5qjeGDdIAv7H5L22pJ2gTLJk0JicmE3iHpfJZ4n7PffcsytxP+ecc9LkdZKDM+tcFs/clIfMZe+ZLiiTSNwpw36JO2HiLo2HifsIZB3RsIk735FJx/iZa49PJ+SjjEGedD0XdMc3bLu3lyT8V/r5s435KBNjzDHKxP20nYn7fNQL6vD9zz62s2KPyX3PPNZ8+tafpZ8/26BMvMd9cd3j3ibue5xx33mP+wbubd91xv3TzfqHPrHrHvd77v3PZvVdH25u7iXuWx75Vpq8DhvPv7CsV3MHOfj7SvPSy3f3kvEnpn6e3nwl7QRlkiWDxuTEKBP322+/vU3cL7jggjR5ndSIpJ156J133pm+Z6agTJifMk81cZcWhon7CGQdUTdx736HaJm405l2E/cjbvh1OiEfdax/eqZLHfuju+WMPWci+a7qm7atby7cckvzww0XNYfd/fuRJewRlEl30KDsuoNGXKbld4jWJyv/SWkrHIQaVttWXnmx2f7iM+13vt++4/5m2SO3NT/ZeGnzlXtOm/Gp9LMN28rky8p/rm1l00MnpMnrXOKFFy7pre3ortyaz6SdoExsK5MtK/+5tpVLL700TV4nMUjaOXjBdnNQInvPIEGZ2FakhWXiPgJZRxSdVAwc/QaN+CqSctBYt25dc8Kqc9IJ+ajjqq33TG3Fnrinl8t9H3j28eauJzc1lzx6e/OrB1a0l/PyFVnZ8sYZlAll0x00KMPpBo1yX2T7SvMnK/9y/9TcVqZ7JsSLr7zcXur+0HNPNGue2txc9tgdzakPXde2lVHdKjKbsK1Mvqz8y/0zTFvZuPEPafI61xhV8j7fSTtBmdhWJltW/uX+GaatcC94lrxOWnBfOlcasJ1z3Sb+3rYiLSwT9xHIOqKyo5rNoMFlW3SMF9y6Mp2QjzpO2XRN8/KrO78S5I4nH2yOXndec8Cdv0nfu9BBmVA25f1VDhqTJSv/cv/U3FbKZ0Jw2fy4riwZRdhWJl9W/uX+GaatrFlzRZq8jiLmmrwvRNJOUCa2lcmWlX+5f4ZpK3M5M11T3Hfffe22Dfrk+OmCMrGtSAvLxH0Eso6o7Kj6DRrxPe4xaMRT5bnX6o477mjefNXX00n5KONba89unn35hXY7eAp29p4agrKgTCgbyiieaBqDRvZVJA4a9cnKv9w/NbeV8pkQG595NH1PDWFbWRyy8i/3z7BtZduOfdIEdhQxbPK+UEk7ZWFbmXxZ+Zf7Z9i2cvrpp6cJ7KQE97KzPaN4Qj5lYVuRFp6J+whkHVHZUc1m0HjwwQfbjpEOd69rTkgn5qOMq7euaS/+JS59dHX6nhqCsqBMKBvKyEFjMmXlX+6fmtvK2Q/fuOtS+dt23J++p4awrSwOWfmX+2fYtrL54aPSJHZUMdvkfaGSdoKysK1Mvqz8y/0zbFuZ5AfUse7XX3/9yL7WjuXZVqSFZ+I+AllHVHZU2aDx3HPP7TZo8BRU7kPiKad8Tcfdd9/d/PjGs9KJ+ajia/ec3jz50nNTWzE6LPO4DcvSzxw2KAvKhLKhjCgryqwcNChTB426ZeVf7p9a2wpPe9/y/PaprRidF155qTll09XpZw4btpXFISv/cv8M21bWrz8lTWJHGYMm7wuZtBOUhW1l8mXlX+6fYdvK8uXL0yR2KQZlYVuRFp6J+whkHRHRb9AgykFjx44d7Vea0BE+9NBD7VeT8LUkV91yfToxH1Ucv/GS9gF0o9brmtsHeWWfOWxQFpQJZUMZUVaUGWVXDhpRvtmgke0jQvMnK3+i9rby5bv/0Ox46dmprRgtHhCZfeawYVtZHLLyJ+baVm5ffV2axI46ZkreFzppJygL28rky8qfmGtbWbVqVZrELsWgLGwr0sIzcR+RrDOKzoqgAysHjhg0eKAHX6VBB8jXdfDdojxMZM2aNe33iX7u6vF9RzUP1frdg1e3T47H1heear/WbZjgbCQJ+/OvvNQ+UfvDq45LP3OYoAwoC8qEsqGMKCvKLL6GpBw0YsAgyn2Q7SPNv2w/lPupxrZC/HjjxbvucSeJ56sUs7YwUzz47NZe0tLb5l7wFXNfuP2k9POGCdvK4pLth3I/DdtWHtr87TSRHXX0S95rSNopA9vK4pHth3I/DdtWzj///DSRHWVcdtllbTLMOpEI87nZ+7K46aab2u9S50z3o48+2qxYsSJ931yCMrCtSHUwcR+RrEMqO6xs0OB+oO6gEU815T4iHgRy0vXnpRP0UcQHbvpBm0gEEonzt9ycvne6OPH+K9tLfsMjz+8Y6VdgUQblQ1Eoo+6gQVk6aEyGbD+U+6nGtsJBrpu2rZ+6w723Db3g59k+UZ5vbXiquD2F//Na9t5hwrayuGT7odxPw7aVu+85I01mxxHd5L2GpJ2gDGwri0e2H8r9NGxbGUciXAZJO2esS6w7l6Rn7y+De845o11iu6655pr0/cMGZWBbkepg4j4iWYdUdljdQaO8x4qOjyOm3C/EAz+4f2j9+vXNXXfd1dx8883Ne1d+J52kzzWyS+Uffm7brL+jne+tLvW655FdKs+2UwaUBWVC2VBGlBVlRtnFkd7uvVUOGnXK9kO5n2psK9ml8vzM69n7+wWXxXeN6lJ528rik+2Hcj/Npa088tihaUI7jnj+hQt66/t4L8nY2Evav5++Zz6DbbetLC7Zfij301zayllnnZUmtKMIkmHWtYtEeLp77HnoHGfnM5y9z/5mmGDbbStSPUzcRyTrkMoOKzoxgo6NiEGDo6084IOjl1zqVN5jddtttzU/uPa0dKI+15iExJ1tpwzKe6soI8qq+1CUKNeyrMt9kO0jzb9sP5T7qdx/tbSVSUjcbSuLT7Yfyv1U7r/ZtpU1a36dJrVLIdh228riku2Hcj+V+2+2bYWz4llSO4rgXvEM63nDDTekf0OQ1JPcZ9iW7G+GCbbdtiLVw8R9hLJOKTqseDgK0R00yku16BC5DOn+++9v1q1b116exD1M4ziTWPul8mwz204ZUBaUCWUTgwZlRtn1GzRmeiiKFk62P2puK7VfKm9bWbyy/TGqtjKfZ91rCbbZtrI4ZftjVG1lXGfd+51xZ72mO2AwH2fc2WbbilQXE/cRyjqm6LSIbNAo77EqL9XiezLjUq1bbrmlOeHqM9MJ+1zj3Td8tzll0zXNskdua45df2H6nkHi62vOaC7cckt7pp2vzsreM9tgm9n2uEQrvju0vESLsivvrSoHjbLss32jhZPtj3J/1dhWSNJ/cf8VbVvh39km7RH73fGr5rwtN7fB/7P3zDZsK4tXtj/K/TWXtnLnneP/arjagm22rSxO2f4o99dc2sq4zrovW7asPXNdYl15EFz2/jKye9zZnpUrV6bvn22wzbYVqS4m7iOUdUxlxxWdWQwccY8VHV9cqkWHGF9JUj7Z9MYbb2w+s/JH6aR9MQbbyjaXTzKlTCgbyigu0aLsKMO4t6os47Lss32jhZPtj3J/lfvRtjJ92FYWt2x/lPur3I/DtJUHNn0zTXAXY7CttpXFK9sf5f4q9+MwbeXcc89NE9y5BgkyD32Lz+fS9Ox9WXA5PWfA+VvOho/qYXpsq21Fqo+J+4hlnVN0XP0u1Yojvlz2xFHM7pNNOarKw0HOv/ay5g0rvppO3hdTsI1sK9vMtnefZEoZUVaUWb8jvV6iVb9sv9hWZhe2laUh2y+jaiurVl3SbNvx+TTRXUzBNrKttpXFLdsvo2orozqTPQnBttpWpPqYuI9Y1kFNN2hwlDIGDY5e0iGWR3x5GEh5xPeYlb9PJ/CLKdjG8khvPBAljvRSRnGkl7KLI70OGpMl2y+2ldmFbWVpyPbLKNvKnXednCa7iynYRtvK4pftl1G2lYsvvjhNdBdTsI22FalOJu4jlnVQRL+Bgw6Po5U83IOOkKOY5QNSOMpZ3md13XXXNfsun91T3ycp2Da2sbyvKo70xgNRKCPKKh6IEoPGoAMGoYWX7RfCtjJY2FaWjmy/EKNsK+s3fDdNeBdDsG22laUh2y/EKNvKuC6ZryHYNtuKVC8T9zHIOql+g0YMHHHENx6Q8vjjj+864su9RWvXrm1Wr17dPuHz6quvbj6y4vvpZH6Sg21i29hGtpVtLu+rokwom/KBKDFgzGbQUD2y/WNbmTlsK0tPtn9G3VY2bf5qmvhOcrBNtpWlJds/o24rZ599dpr4TnKwTbYVqW4m7mOQdVREDBoxcLz44ou7DRpxxJeHfsQR382bN7dP8tywYUNz9913N7feemtz/fXXNxetvKz51xVHpZP6SQy2hW1i29hGtpVtZtspgzjSGw9EoazKQYOyjAEjBo1sHxCqR7Z/CNtK/7CtLE3Z/iFG2VauuebSZsujh6QJ8CQG28I22VaWlmz/EKNsK3yPOl/JliXAkxhsC9tkW5HqZuI+JllnRUcWAwcdXAwcdHwxcNAhlkd8Y+DgqGf5kJRrr722OWvFRc2/rPhWOrmfpGAb2Ba2qXwYCtscA0Z5pJcyigGDiAEjBo0o52wfqD7ZfrKt5GFbWdqy/TTqtnLddRc0jzx2YJoIT1KwDWyLbWVpyvbTqNvK5Zdf3px++ulpIjxJwTawLbYVqX4m7mOSdVhEDBoxcNDhZUd84z4rnuDJ92Zu2rRp10NSuIRp1apVbSd75vILm/cs/3Y6yZ+EYN3ZBraFbWLb4mEobDPbThlQFuV9VTFoeKR38mX7ibCt7B62FWX7iRh1W7n22vObhx85OE2IJyFYd7bBtrJ0ZfuJGHVb4avczjjjjDQhnoRg3dkG24o0GUzcxyTrsAg6tBg46Ohi4KADjIEj7rPikiSe4BlHfOMhKVzCROca91qdf+XFzYev/F462a85WGfWvbynim2Lh6HEkV7KgLKgTMr7qogYMGLQiPLNyp5QfbL9RNhW/hi2FSHbT8Q42srKlcuaBzYdkSbGNQfrzLrbVpa2bD8R42grnK2exMvmWWfW3bYiTQ4T9zHKOi0iBo0YOOj44ohvPN00Bg6OctJpxkNS7r///l0Dx2233bZr4LjiiiuaL15xfDrprzFYV9Y5Bgy2JQYMtjEehsK2UwYxYFA25VNMY9CI8nTAmEzZ/iJsK7YV7S7bX8S42sq6e7+TJsg1ButqW1HI9hcxrrYySQ+sY11tK9LkMXEfs6zzKgeNcuCgIywHjvJyLe4v4pKlGDjWrVu3a+Dg+zbpfHmwyFGX/7p5w4qvpglADcG6sY6sK+vMuseAwTbFgMG2ss1se3l5VgwYRHfAIPoNGqpftt9sK7YV7Snbb+NsK7fe9rNm247Pp8lyDcG6sY62FXVl+22cbeX8889PE+WagnW0rUiTycR9zLIOjCgHjhg0YuCIQSOO+NJpctQzBg6e8hkDB9+zefvtt7ed7zXXXNN2xqdedm7ziSuOTZOBhQzWiXVjHVlX1pl1ZxtiwGDbYsBgm9n27EhvlFc5aPQbMAjVL9tvhG3FtqLdZfuNGGdbWbny7GbDfUemifNCBuvEutlWlMn2GzHOtrJs2bIqL51nnVg324o0uUzc50HWiRGzGTjiXqt4UAqdK0/8pLPlSCmdL5c7XXfddc2KFSva+5a+f9nvmndfufBP0mYdWBfWiXVjHVlX1jmO8rItMWCwjWxreU+VA8bSkO0/wrZiW9Husv1HjLutrFp1UrN5y0FpEj2fwTqwLrYVzSTbf8S42wpntmt46jzrwLrYVqTJZ+I+D7KOjCgHDaIcNLoDB0c96UQ5Ckqn+vDDD+8aOPjaDjpfHixyyy23tN/DedVVVzVXXnllc8kllzTfuuyXC5KU8Jl8NuvAurBOrBvrGA9Bia8cYVvYJraNbWRb2ebugFEOGmXZOWgsDtn+I2wrthXtLtt/xHy1lVtu+cmCJPB8Jp9tW9Ggsv1HzFdbOffccxckgecz+WzbirR4mLjPk6wzI6YbOOgo4wmnca9Vd+Dg6zpi4LjnnnuaO+64o7n11lvbS6D4eo+VK1e2DyCh4z72kt82H7/8+2niMMrgM/gsPpPPZh1YF9aJdWMdWdcYMNiGbMBgm9l2yiAGDQeMxS/bj4Rtxbai3WX7kZjPtnL9DSc1GzZ+LU2yRxl8Bp9lW9Ewsv1IzGdbOe+88+blq+P4DD7LtiItPibu8yjr1IiyAyRmO3DEw1I2bNjQrF27tr1fiYeN3Hzzze3R1bjvisuk6MjPvPi85puXntwmDW9a8bU0oZhNsAyWxTJZNp/BZ8V9VKwD68I6sW6sI+vKOrPucxkwiKxMCU2ubH8S3X1vW7GtLHXZ/iS6+37cbeWyy8/t/e6ENsHeum3vNPmeTbAMlsUyWbZtRXOV7U+iu+/H3VYuuuii5pxzzhlpEs+yWCbLtq1Ii5eJ+zzKOraIshOMzrH8epJBBg6+d3Pjxo27jvzeeeedbUe9atWqXYMH9zdxBPayyy5rLr744vZBJScuO635xiUnNfte9uPmI5d/r71s9y3Lj2zesPKrzetWfqUN/s9r/I738F7+hr9lGSyLZbJsPiMGCz6bdWBd4ggv68i6zmbAiK8d6Q4aWVlGaHJl+zOi3P+2FdvKUpftz4hy/893W1mx4pTee45v7r7nO83G+45oL3F/bOs+U0+n36sN/s9r/I738F7+hr+1rWjUsv0ZUe7/+W4rnB3n69l4eByXtxOnnXbaHsk5r8XveS9/w9/aVqSlw8R9nmWdW0TZGQ46cMTDUvi+zc2bN7eXPJVHfrmHKS7d4ojrDTfc0F4yxb1OMYBwZJYOn6O0DAAER22ziN+3Z1h6f8PfxkDBMlk2n8FnxSVZrEN5hJd1ZF1ZZ9Y9HoLigKFStl8jynpgW7GtLHXZfo0o64Ftxbay1GX7NaKsB7YV24pUIxP3BZB1ckTZIRL9Bg4eFELnGk865Xs26XwfffTRPY78rl+/vlmzZs2uwYMjrzyYhCeKxgDCd3nS4XMfFA8wIRgIsojf817+hr+NgYJlsmw+IwYLPpt16B7hZV1ZZ9adbWBb2Ca2bZABg8jKkNDike1folsXbCu2laUu279Ety7YVmwrS122f4luXbCt2Fak2pi4L5CssyO6HWM5cBD9Bo5t27alR37LwSO+toR7nMoBhEupYhDh0iq+KoRgMCgjXuc9MUjwt+VAwbL5DD6rHCyyI7ysc78BI7bXAUPZfia6dcK2YltZ6rL9THTrhG3FtrLUZfuZ6NYJ24ptRaqJifsCyjo9ottBxveLTjdwcIlTDBzcq8TRVL6Psxw8eHool0rFAML9TnTw3PtEh893etL5c3kVAwHB5VZE/MzveA/v5W/4W5bBsmKg4DP4rHKwYF1YJ9YtBgzWeaYBo/ye0IiszAgtXtn+Jrp1w7aye3lkZUZo8cr2N9GtG7aV3csjKzNCi1e2v4lu3bCt7F4eWZkRksbPxH0BZR1fRLejnG7gmGnw4Agrl0bRgfNdndzj1B1ACC6piku6CI7clhGvx/vi78qBgmXzGXwWn8lnzzRYjGLAILR4Zfs7oltHbCs7IyurCC1e2f6O6NYR28rOyMoqQotXtr8junXEtrIzsrKKkDR+Ju4LLOv8IrrfL9odOOKeK+5R+tKXvtT87//9v9v7nuiUpxs8ygEkBhGCjj+CgYDgCaRE/Fy+J/4ulsOgwQNQuIeq32ARAwYPPykHi7iXqt+AMd33hBJa/LL9HjFoW4mJFvUvJlkL0VZiUkVkbYXX9ttvv+bNb35ze1ZlPtoKv6NM+AxNtu4+L2Mh28oJJ5zQ/Lf/9t+aww8/fFdbISFZvXr1rjYz27YS6zXXceX73/9+86d/+qfNWWedteu1ceISZz7v2GOPnXpFCyH2dRazbSvUS85uc/l5jePKdG2FJ9b/n//zf5rvfe97Ix1XJI2WiXsFsk4wgs71V7/6VfPOd76z7VRf97rXtUk6E52YlNAhH3DAAW3izoNKyolW3HtFck8Hzr1N3QGEgYZkOzr/CC6zKqP7e/6Gv2UZ/H7fffdt/uf//J/tV5XwWXwmnx2DWDlYlANGd2LlgKF+sv1PPTrkkEPaSTBtJOIv/uIvmk9/+tPtwayoZ+Uki1iItkLEpIrPyNoKv6Odv+Utb2kvhZyPtsJlmH/+53/efOYzn2nLRJMt2/8R1BUOCHFwiHZCe/n3f//39qulOAs3rrbyi1/8ovnv//2/N1/5ylfadkLS/t73vrf5sz/7s+bSSy8dqq3MNK4QbCvjU2wrn/nrX/+6fX+USTdxHzcT93pEHegG95B3x5U3vvGN7T4jYY76RX3jUvQPfehDzWte85r2/vMax5Xp2grzNrbvmGOOcQ4mVczEvRJZZ0gH/PGPf7wdOEjYP/CBDzRve9vb2s6Vn/kqEDpcOuQDDzywTdz57k46ZDrncqIVAwgdeRwBpnMn6OwjGHxiEOgXvKf8G5bBa0x8/v7v/7598mkMFOVgEQNGDBbZ2RAHDM2kWweoT5G4/8u//EvzwQ9+sI1oKyQFZ5xxxq761j1LMt9thWCZLJvPyNoKv4/EnUsj56OtMBF9z3ve03zta19ry0eTL6sH1BOSUw7S0D5oJ//6r//athN+PvTQQ9vJ/jjaykknndT8j//xP5ojjzyy/ZmrtDjo/Pa3v71NZHkvV22RWL/pTW9qX5uprRD9xhWCth/bRv/w/ve/v/nLv/zLtr/gs1kO5VIm7vPBxL0u3XZCROIe8y/GFRL3mINxsCnqG3Xzy1/+clvHuN98rm1luug3rpDI77PPPs3/+l//q1m+fPms2grthO0icR/luCJptEzcKxOdIR0qkxsGDS5dosOlA2WyzleAxEDC0VY6ZhJ3Ol2ePEqnHBOtmGzRcccAwuARA0g5iJQDyUwR748JVUyqiBgoYrCI9Yj16k6sIgkpExG2dboBQ4q6QJ2KxJ2JVtQd6tOFF17YTtrf9a537XaGhKAe1tpWeA9JxVvf+tb2XkbbiuairA882Or1r399G1yNEnWJSf9//ud/tuPIz3/+89366VG1Fa4e46qsb3zjG7u1kQjey+XA73vf+5p/+Id/aK8CmamtxHpl4wp/z1jJFWv8P9oLVxUcdthhbZ/x+9//vi2XSNzPPvvsqVIbLxP3OpVtJRJ3xhfqGnWHA6ck7NSrf/zHf9ytfyYWclwhoecqGhJ32vZs2ko3cXdckepk4l4hOkUGA+5v5QgvR1R5LTpSOuKDDz647WT5Pk8mIQcddFD7M18VQqdM8Po555zTToI4G/+GN7yhOf7449sz+eUAwpn7j3zkI83//b//t/l//+//NV/84hfby3NjMPjmN7/ZDgQnn3xy89Of/rT5u7/7u/a9n//859sjyyyHddx///3bz+HAAuv4hz/8of2ZAw+sxzve8Y52HT/xiU+0k8dIQAgu++LgA5cyMiBySeXvfve7dtAs7zl0wFCJ+sBEpEzcy7bCxIbLF//6r/+6fRpv1DcuneXMBGcdCeou9xGWEy2CNkRbWbFiRdsGvvvd7+7RBjgjHm2F4GfW57WvfW37N5w9XLZsWfs72koEbZdEiTb3N3/zN+3ZGu5bZHtol7SHSNxZZ/6Gs6G0oR/+8Ift+5hgcbDuk5/8ZLsdnEmkL6A9lW2F5R199NFtssZ7vvOd77STzzJxiESCdedsDGddP/zhD7ftlq8f4rP5W5Zx4okntn1MYD24zPqf//mf22V86lOfam/b4e8JlqWFRX2gHlEP2Ec/+9nPdrUTgn1IuyBhjoPCJAiMQdRD+vpISrjEnatBuLyehJ+2Qh2jr6a+U++p/1//+tfbr6Ni/xO/+c1v2t8xptAe+B1nwPlM2id9Pr8vg0SES+sZS6h30UZpD7QZ2gN1r0xCCNaVes7vTznllF3bSTkQ9BW0GfoB1p92QLmceuqp7Xpyxj/6BsqixM8cWKct8J7Pfvaz7ZhZtjk+n+VEm+Bffo52kyXutDOWyXu58kALo6wj7CP6ROp91CHqFwe3qFvUMfZp1layORh1n8veYw4WdZ5bN/gd7YYxgSufuCIlxhUSdPrsmKtxQJq6y3jDcmKM4nMiaJ/UVdadpP4HP/hBe1Uk6/1v//ZvzQUXXNCuJ9tz5plntq8zxl100UXtwS62nb486naEpIVj4l4pJiJ0mt/61rfaTrXsNBk4GNSZsDMAlIk791YxeaGj/tGPftS+RkdNB86AQmd+xBFHtAMBkxUeSMIgwIDCRISBgJ/ptGNA+Pa3v90OCH/1V3/VJixMtPiXZX3hC19ok3YSpHhAHhN2Pp8JED8z2ScZZx04Qs06xcSQbWNA+djHPtZuL5ehMfgxeWEA47UycZe6qGvdxD2CyRR1jSSDNkN9o41QHzlIxISKy8OZKHFWnuSd5RFlEs/BKOoyQVuJNkC74O95si9thWdPcNkvbYi2xOQrknwmcLTVaHd8JpN+Eh3aG8v+6Ec/2iZCLIvEnfbCsplcRXvmTCHLoR8499xz22WQZNBO6Qf4mXUieQfbwMPAKB/aFe2L90f7milxZ3nct0n5MNmLy4w5MAfKmbOUvC+2h/fyN/xs4l4PkmvqGP0s/XvZVqhP1CsO3MZYQvvhwFd5ZpG6SGLCeELb4tJdkhAOJlGHqf9HHXVUe4CWn/mXh2aVSQp1lZ8Zv6hTHKTm661oZ4x5rB/jzVe/+tW2npFIsCyuQmHson5Sv6lrHFjigBdtuwzeR5LD+MeBhnJbCbb1xhtvbL9qi+2KxJ12Qftgu/mX10jeaUfgYAOJddT1aBO0LbYBrB/jLH/bXRYHzzlI0k3cudKA5bIcEngtLOpIN3GPukNboU5Rt6hjJNXdtkI74SAvbend7353e8CMA6zUY+Y71F/GAq744DWCcYoxiTpIO9lrr73aeRJthXbAOMJ4wrjCMxv4mTpDe2R9SLq5VJ9lsc4c6GLdaKPcdsm6sH60W8bAuI2M9kLizrbSb/MZjBO0ZV7j/3ECSdLCMnGvFJN0Okwu34vBogwGDoIJAJ1/nIFnskUnzKSMiQJn9EgEGERIrkm06ZgZkOiImVTRSfMzy2GA+K//+q+242dA4TWOKPMziQR/w2tMlJicx8OzGBziAXkcUODz4imlrAODVEymOEvJ60yaWH/OhrCtJCQsm+0r7++PxF3KMEnOEneSCa724PXPfe5zbdLCa5zBY9LC8yCok1z6yNkO6iRPvabuEiyXYMLGwSjqNpM0LrmnnlJHWRavcwkwr9Fu+ZkrRiJJv+SSS9oknQNbtBP+nsk+7ZOkgc8iKSDxYR1++9vftn9LEs4kiwMOTKqYZDHhow3S9mmrPEiOJIczpWwz20PSxDbHJb+sO0kG7YnJJcpkfpDEnTbIZ4IrBcr3UQ5xsC0SDtYlknkT93pQ90h0Cc7mRVuJoF7EWEKdiytW4gAS9Yskl8QkEncOvDIekECQoJDYshzqKX09dT+uwookhTGFnxmbOKDLOEId7r4WD2Ykwec+/DibyTpwdRltgrPufB7rRjCmEKzTP/3TP7XrTlLc3daIEIl7jENg20jOeQ4Ay2O5JEfUa+p3/D2XJfMaB7/pT6LNcfCOdgraHm2QgxS06TJxj991l6uF1S9xJ0iGSbKjbXTbCn39f/zHf+w6sEQ/z/hD/aINcPacehtXJtLf05dS92ibLIu2wxWR1EPqR7+5GstgWcyvuvMw2gpjCm2aM/rRVqiDHDCOg2/08Wwrn8PPbCOfsffee7ev87mSFp6Je6ViEsG/5WDRDSbTdMQx2SIZplMmkeBn/mUiQedN0MHzOhOoMjmJBKUcSJhc8XMk7jE4EN0BIi7tZdlMqPis7lNKI/iZ15kY8rlxryF/V27bfN9zqMlEHYrEPQvOPnMmnbYSZ0k4q8gkKuokkxgSBeo0dTnaC22EoI5T1zlrUrYVknJeZ9JFchrtoww+s0xySG6ZkNFemBjFZ7GOJP5cvsjrkbhziwoHGphkMSEs20g3QHthuyMhj4OAnFkpdd/XL3GPpCXwf16LhDyeRs/6Ui6h+z4tvHKf0Id36w/7L9oSE/kscSf4P6/FmbiyrZTjCu2lHDu6YwtnE7tJOm2EthJJOsvjvdwXz7jB2Xc+j3rLz7QX1ikSdoK2TntiW4ksce+KMbccb8q+hfbBtnK1DcH/A0kaZUHw/2hz3bHr8ssvb8+4c+Aj2hu3E8RBtDgbrzqUfSJ1s6w/tB/aEe2AutZtK/yey8y5TYtnrfD30deXbSWuTORf3hPjBmfLeZ35UrxWBu+Nv6WdsaxsHkaSz21OHOSKEzvUMeo2bZxbZrgiJhL37ski52FSXUzcKxUDf0yqy460G3TiJO68P85iR3LcLzgTSadO8sLltnF0t3xPJCkx+eIMegw25QBBUkOiET+TmDA4lA87KSdW/My6MlAwoefSzWxy5YChQZSTa64CoS5zloxkkp85Wxd1ivbB+4io52Xwt5z9or6WB7yYBPF7zrZFGyC4soUzaJxZZMLOZIp7dbm09m//9m93W3Yk7nFAq/y+3G4w2YqDcbG+XHrLZ5ZthJ+ZFHIlANsb7yXoO1j3SAqYhJZGlbiff/75uy0nmLjXpzzjzv/LukRQf8vEnTpdJiP039TPSNyjvVCPGRM4yMSZ8bLeEzF28G8kGtSxLEkvX4vL8wm+rYRlcdaQzyQpKteLIGGP4Kwl25mNLZlBEveo0/ycBb+jTyj/pp9obxFcHs2zX1SPsk+kbZR1iHrKARz2OYl71la4qouDrtRb/uUKjHguUdTruDKxnF8RXMVBW+Gsepxh7zdXY1xiWeU8LJJ02kp3vbpthe3pl7hn7ULSwjFxr1RMhrkXkE42RGdKB0wywZHScrJFYkJHTOdL581lThwE6AZnCpmUcOaD93Ep8cUXX9xe0sikitciuedffibhiMGmm6hzAIAzbvwcA0a/p5RGQs5AwWQvS9zhgKFBdCfXoI7GPabcVxuTk7j0kUt6eVDPj3/84zaiXXCFCnU7EugI6njZJiJINkjcuQWF5JTkgnvnuUSXq1poT7Qb7ovnbByXQnYPaEXEhIooD8Zx/ywHAUjMmbhFG+FvmLDxHj6fs3msZxwYo/2wjibuCtTtuMeduhuiTpEgkFywP2krnDWMSX9ctUL97Cbu7F9uBeGsHldQ0Q64XJzXqOsxdpQHrfiZs9a0izJJj9dYfjyXguASei5NJqjrXDlDG6GtxNgS7ZyIsaW8n7/EtrKNXDHC52bjTb/EnTZPO+MMeRncIsNtYd3+KBPtjeASaNo3ByNIAFWHbp+IqF/UKeoWdYy61q+tUJ95KCH9IO2D+v/pT3+6vRydA14xHpTzK4Kxg9e50oREf6a5GsuKW6x4LeZh5ZUAsV7dtkJ0E/fgPEyqi4l7pZhUMSjEZL9UJuok4OXPTETokLn8iZ/5t0wIiJgIkSiTYHB2g8ElXo+BJAaDSNx5Pc4QdgeI8uc46x8PO2EgKAeLMnHnyDKJBZMW1t0BQ7OVJe7g7BVnsbifPO7Z4+FRvMYEmclWWS8jsrZCHadud5PtOAvIpYhM3OKp7yQt0Va6SQ71nAkc7YXkIT6LCRZXr3DJMO2JpIR2QTvh87mHnPuISR7YljijGJfnhm5CzgGJrB1139edpA6auMel8uXkFibu9aGexcEenopd9rf8n9s6SEo5k8gZxbgcmP1YTvr5f9Rp6i11hzrNrSblLSi0F9pDjB3dsSWej8CyaCf8TfcMYSyLZIaz7XxO3HdL24h1Yv3L4G940B3v4yBaF+tMveU5EazzIIk7Bw846Ec7jIc/Zvq1OcqNg2uUbbQ37ilmWXGg8Sc/+Um7n7Twun1ioL7FHIvkmbrWbSvMbeiX6ct5P/uU98QJDx5Wyt9Fm+DfqOu0jbjdkQPMzNV4UBy3lVB34n3xtzEuZfMw1puDadT1OLET7YPnSnACiP65TNxLzsOkupi4V4pJCve+0WEyCeBn0OFyqRWTeCY8JNzdxJ33cLkuCQr3xXIQICY3XB550kkntROVSCi4tJEz93TkJDMsqxwMyskXP2cDRFzayzrE4FAOBDFYEGXizs9MqviZBJ6zJ2DyxoSG1x0wNJ3u5DrQZvgaKV7nTBh1kPpN0s4khgNLTGyog7QhLvMl2Yy2EsF7qNPUdR60yEEA2gBnLyNR56x+2SZ4oBDvYR04k0KyEUkOf8/BMr4Ci6fQ8xm8lwfksa5MCKNNMwlk0sbveXAev2eCzzZHYsxtAUzmQDuMZ0ZEQj7Xh9PxGdMl7j6cbrJw8Ip9RXApL/sK7Mc42x7tpRxbOEjFe2kP9N3sW+o0yQntg/fElSe8hzElvhc+xo5uopEl6fEa971zxp1lRVuMh8DxWfwNCRLr1C/iO+tJtFlWoB+grbIc7rvHIIl72aeU4zLryN/xsElkD6fjX35mXKbdR3uL9hdPq2d9y35MC6fbJ4J6yBUf7Cf6Qeotda1M3Omz4yAxbSIOElNPIuHn6il+ZhyiTTCWxNVejBG0HcYNvuZtkLkayyrnYRwEjnYTcywOZHFAgfVlORzU5kAU/4/5WtTHkLULSQvHxL1i8WRROs34Spn4eg4GjZgkZ4k7HTuXAPMal9rGA3X4f3zVG5N3nsjLe+LsPv8yEJSDQSTukegQ5aW8TNq6PzNYlIl7TKSIbuJeJulsH9sZX51DOGBoOv0Sd9BGmDzF16NR3zjDQPvh/XFPPPWNiXYkGDHhiYjEhIi2wgSNdvGxj32sTZxpF5xFYbLF5fK0N76aJ/6OzyHJYXnxNW7RNpmQ8TPtgASqm7iz3iT9cdCBr4tku/t95RQRE7AySe/2I+X7upPUQRN31i2SdLaHyWA8Y4DlmbjXhf1F/WFfsX+oC+X+igOovI+Ifjz2LW2Gn4mo0/ThfNUVr1E3ODDFPb3xvhg7IkmJsaW8jJfkhLZRjiUsi0uEqY/8jnbGsvkd9ZR2EuvZDfAZv/zlL9ttI9hOtiG2vTxYnCUoWd9CeyTB5rUYr6I9HXfcce3Z0qxtxnviAXTR3spEif3CenrJfB1iHzFe0OezH6OP5d/ly5fvqm/dxJ0EmStEeC+v860h1GvqHskyJ1Go09G+CP62nIdxEJaTLCTk1FVeK+dq8XdxcoR6xRl6XuP3nN0nwY+xg9ejzrL+1LWYh1Hv+X1ZH5G1C0kLx8S9cgzeJOAx6DOA8JUzDAyhnFxE4k6QgHCWJCY6/C3f/8nDuujkCQYbJkZMsgj+v2zZsrZDZ5BhUlMm2vF35eSqm7jHOsSA1C9xLwcCkhWOODOoMaBwVUAMeg4Ymk42uQ7l73hKL/UPtB/OuFHfqOskHZx9ZOJT1tWo75G4c8aCM+NMivg7vg6OsxXxPibtJOUcHOP3XIbL5I6vBYozhLyPz+GMCJ/L+2ibtD0mWHxumbiXSTMHIngviQPbwKSMSzV5jeD/3P/IMvl7th9M/EiWyvdxqTTbNNfEHWwT/QbrxWd/9rOfbdtt932qA3WMg7dM7KkP7PcIEoQyaSQBoe3ERJ99y5PdY98yhrA82gHLo03RPvgbrkRhmSQT1PlyTKDO8DmRuEfbIKhjcSCAK8+oj3wGYxp1l9cj4Sgjw/Joa6x3JOyMiRxkY9vCoIk7uNKN589E2bG8eNp9YNnc2xxJPv/ymfGeLHFnHI2DbJHga+HEPiqDuRhJOLdNlMr+kr6Z+kgdoD7xXAb+lvrSnYNFm+AAE7eQMA+jnvK1nrSteN8gczXex0E0xrZoq4wRrAvrx1UiceCBOsuVIfwNWE9eN3GX6mbivkiVk5lBIwaIQSNbxkzRT3eCQgLEAQoGDC6PlMYlq6fd4GAUdTEOQmXtYbroLm+QGKVYh1Ik7nzH71yxbD6jxOXAXO3A5cFMKlU3JviRNHKFSnlpeSjr56BRtoNBIltGRCTuZXJESLUp6+10EYk7/2btYbrIljdTSJpsJu5LQNZ5z2fMhEk9R7DLqwh4wjCTM85STPcQIGmUsvpLdBP3ccU4cFCM+/c5exSfwSXHPA2ZxHoUX0HFlQCcXYyzifwbl2x2H4KmerHfOPPHA9LKs8eZst7OV3A5PeMCX7fowSBNiqwuR5SJe/b7UYSkxcPEfQnKOvZRxmzxVGou3+LyMM7OEXEJMwnHMMuURiHq9LgS9/nAZZlxDzOXH3MZZVziy6X/MyVoM+Hv+a5hlseBNh7eFZcHc/9+95JSLU5Z/R5VcD8wl/1Sb6nHXoWlSVbW7XEk7pIWLxN37SYbBLIYNe6P5NL4mJh95CMf2e3+K2khZfejZu0iixrEszLi/kbuuSzvt50rlsM9vvE8DT6Hrx3zAVtC1i6y6IfEnYfi8X3vPMDNe7+1WMS95XEPedYuspC0NJm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSdKYvfrqq20Mw8RdkiRJkqQxiqR92OTdxF2SJEmSpDGJZP2VV14xcZckSZIkqTaRrM8leTdxlyRJkiRpzOaSvJu4S5IkSZI0T4ZJ3k3cJUmSJEmaR7NN3k3cJUmSJEmaZ7NJ3k3cJUmSJElaAGXyHv9mTNwlSZIkSVogkbSbuEuSJEmSVKFI2k3cJUmSJEmqEMl6RD8m7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqVpN8/8BbKUvI+LTOkYAAAAASUVORK5CYII="},46700:function(e,t,n){var r={"./af":42786,"./af.js":42786,"./ar":30867,"./ar-dz":14130,"./ar-dz.js":14130,"./ar-kw":96135,"./ar-kw.js":96135,"./ar-ly":56440,"./ar-ly.js":56440,"./ar-ma":47702,"./ar-ma.js":47702,"./ar-sa":16040,"./ar-sa.js":16040,"./ar-tn":37100,"./ar-tn.js":37100,"./ar.js":30867,"./az":31083,"./az.js":31083,"./be":9808,"./be.js":9808,"./bg":68338,"./bg.js":68338,"./bm":67438,"./bm.js":67438,"./bn":8905,"./bn-bd":76225,"./bn-bd.js":76225,"./bn.js":8905,"./bo":11560,"./bo.js":11560,"./br":1278,"./br.js":1278,"./bs":80622,"./bs.js":80622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":50877,"./cv.js":50877,"./cy":47373,"./cy.js":47373,"./da":24780,"./da.js":24780,"./de":59740,"./de-at":60217,"./de-at.js":60217,"./de-ch":60894,"./de-ch.js":60894,"./de.js":59740,"./dv":5300,"./dv.js":5300,"./el":50837,"./el.js":50837,"./en-au":78348,"./en-au.js":78348,"./en-ca":77925,"./en-ca.js":77925,"./en-gb":22243,"./en-gb.js":22243,"./en-ie":46436,"./en-ie.js":46436,"./en-il":47207,"./en-il.js":47207,"./en-in":44175,"./en-in.js":44175,"./en-nz":76319,"./en-nz.js":76319,"./en-sg":31662,"./en-sg.js":31662,"./eo":92915,"./eo.js":92915,"./es":55655,"./es-do":55251,"./es-do.js":55251,"./es-mx":96112,"./es-mx.js":96112,"./es-us":71146,"./es-us.js":71146,"./es.js":55655,"./et":5603,"./et.js":5603,"./eu":77763,"./eu.js":77763,"./fa":76959,"./fa.js":76959,"./fi":11897,"./fi.js":11897,"./fil":42549,"./fil.js":42549,"./fo":94694,"./fo.js":94694,"./fr":94470,"./fr-ca":63049,"./fr-ca.js":63049,"./fr-ch":52330,"./fr-ch.js":52330,"./fr.js":94470,"./fy":5044,"./fy.js":5044,"./ga":29295,"./ga.js":29295,"./gd":2101,"./gd.js":2101,"./gl":38794,"./gl.js":38794,"./gom-deva":27884,"./gom-deva.js":27884,"./gom-latn":23168,"./gom-latn.js":23168,"./gu":95349,"./gu.js":95349,"./he":24206,"./he.js":24206,"./hi":30094,"./hi.js":30094,"./hr":30316,"./hr.js":30316,"./hu":22138,"./hu.js":22138,"./hy-am":11423,"./hy-am.js":11423,"./id":29218,"./id.js":29218,"./is":90135,"./is.js":90135,"./it":90626,"./it-ch":10150,"./it-ch.js":10150,"./it.js":90626,"./ja":39183,"./ja.js":39183,"./jv":24286,"./jv.js":24286,"./ka":12105,"./ka.js":12105,"./kk":47772,"./kk.js":47772,"./km":18758,"./km.js":18758,"./kn":79282,"./kn.js":79282,"./ko":33730,"./ko.js":33730,"./ku":1408,"./ku.js":1408,"./ky":33291,"./ky.js":33291,"./lb":36841,"./lb.js":36841,"./lo":55466,"./lo.js":55466,"./lt":57010,"./lt.js":57010,"./lv":37595,"./lv.js":37595,"./me":39861,"./me.js":39861,"./mi":35493,"./mi.js":35493,"./mk":95966,"./mk.js":95966,"./ml":87341,"./ml.js":87341,"./mn":5115,"./mn.js":5115,"./mr":10370,"./mr.js":10370,"./ms":9847,"./ms-my":41237,"./ms-my.js":41237,"./ms.js":9847,"./mt":72126,"./mt.js":72126,"./my":56165,"./my.js":56165,"./nb":64924,"./nb.js":64924,"./ne":16744,"./ne.js":16744,"./nl":93901,"./nl-be":59814,"./nl-be.js":59814,"./nl.js":93901,"./nn":83877,"./nn.js":83877,"./oc-lnc":92135,"./oc-lnc.js":92135,"./pa-in":15858,"./pa-in.js":15858,"./pl":64495,"./pl.js":64495,"./pt":89520,"./pt-br":57971,"./pt-br.js":57971,"./pt.js":89520,"./ro":96459,"./ro.js":96459,"./ru":21793,"./ru.js":21793,"./sd":40950,"./sd.js":40950,"./se":10490,"./se.js":10490,"./si":90124,"./si.js":90124,"./sk":64249,"./sk.js":64249,"./sl":14985,"./sl.js":14985,"./sq":51104,"./sq.js":51104,"./sr":49131,"./sr-cyrl":79915,"./sr-cyrl.js":79915,"./sr.js":49131,"./ss":85893,"./ss.js":85893,"./sv":98760,"./sv.js":98760,"./sw":91172,"./sw.js":91172,"./ta":27333,"./ta.js":27333,"./te":23110,"./te.js":23110,"./tet":52095,"./tet.js":52095,"./tg":27321,"./tg.js":27321,"./th":9041,"./th.js":9041,"./tk":19005,"./tk.js":19005,"./tl-ph":75768,"./tl-ph.js":75768,"./tlh":89444,"./tlh.js":89444,"./tr":72397,"./tr.js":72397,"./tzl":28254,"./tzl.js":28254,"./tzm":51106,"./tzm-latn":30699,"./tzm-latn.js":30699,"./tzm.js":51106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":67691,"./uk.js":67691,"./ur":13795,"./ur.js":13795,"./uz":6791,"./uz-latn":60588,"./uz-latn.js":60588,"./uz.js":6791,"./vi":65666,"./vi.js":65666,"./x-pseudo":14378,"./x-pseudo.js":14378,"./yo":75805,"./yo.js":75805,"./zh-cn":83839,"./zh-cn.js":83839,"./zh-hk":55726,"./zh-hk.js":55726,"./zh-mo":99807,"./zh-mo.js":99807,"./zh-tw":74152,"./zh-tw.js":74152};function i(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=a,e.exports=i,i.id=46700}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/61986.3cb4c7ab546039304901.js.LICENSE.txt b/dist/apps/processing-runtime-widget/61986.3cb4c7ab546039304901.js.LICENSE.txt new file mode 100644 index 0000000..ae386fb --- /dev/null +++ b/dist/apps/processing-runtime-widget/61986.3cb4c7ab546039304901.js.LICENSE.txt @@ -0,0 +1 @@ +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ diff --git a/dist/apps/processing-runtime-widget/62036.43292d2d9e68c8228862.js b/dist/apps/processing-runtime-widget/62036.43292d2d9e68c8228862.js new file mode 100644 index 0000000..fc5b97e --- /dev/null +++ b/dist/apps/processing-runtime-widget/62036.43292d2d9e68c8228862.js @@ -0,0 +1,2 @@ +/*! For license information please see 62036.43292d2d9e68c8228862.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62036],{62036:function(a,i,u){u.r(i);const s=void 0;i.default=["lg",[["AM","PM"],s,s],s,[["S","B","L","L","L","L","L"],["Sab","Bal","Lw2","Lw3","Lw4","Lw5","Lw6"],["Sabbiiti","Balaza","Lwakubiri","Lwakusatu","Lwakuna","Lwakutaano","Lwamukaaga"],["Sab","Bal","Lw2","Lw3","Lw4","Lw5","Lw6"]],s,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apu","Maa","Juu","Jul","Agu","Seb","Oki","Nov","Des"],["Janwaliyo","Febwaliyo","Marisi","Apuli","Maayi","Juuni","Julaayi","Agusito","Sebuttemba","Okitobba","Novemba","Desemba"]],s,[["BC","AD"],s,["Kulisito nga tannaza","Bukya Kulisito Azaal"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"UGX","USh","Silingi eya Yuganda",{JPY:["JP¥","¥"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62036.43292d2d9e68c8228862.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62036.43292d2d9e68c8228862.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62036.43292d2d9e68c8228862.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62074.e2aa024b1e2e2b5c2072.js b/dist/apps/processing-runtime-widget/62074.e2aa024b1e2e2b5c2072.js new file mode 100644 index 0000000..3919bfc --- /dev/null +++ b/dist/apps/processing-runtime-widget/62074.e2aa024b1e2e2b5c2072.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62074],{62074:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62093.a396101a3a7a9fbc8ce7.js b/dist/apps/processing-runtime-widget/62093.a396101a3a7a9fbc8ce7.js new file mode 100644 index 0000000..b553c9d --- /dev/null +++ b/dist/apps/processing-runtime-widget/62093.a396101a3a7a9fbc8ce7.js @@ -0,0 +1,2 @@ +/*! For license information please see 62093.a396101a3a7a9fbc8ce7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62093],{62093:function(e,a,u){u.r(a);const n=void 0;a.default=["en-PH",[["a","p"],["AM","PM"],n],[["AM","PM"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"PHP","₱","Philippine Peso",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62093.a396101a3a7a9fbc8ce7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62093.a396101a3a7a9fbc8ce7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62093.a396101a3a7a9fbc8ce7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62187.fdebd091067f21307e75.js b/dist/apps/processing-runtime-widget/62187.fdebd091067f21307e75.js new file mode 100644 index 0000000..61f4c84 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62187.fdebd091067f21307e75.js @@ -0,0 +1,2 @@ +/*! For license information please see 62187.fdebd091067f21307e75.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62187],{62187:function(a,A,o){o.r(A);const s=void 0;A.default=["mg",[["AM","PM"],s,s],s,[["A","A","T","A","A","Z","A"],["Alah","Alats","Tal","Alar","Alak","Zom","Asab"],["Alahady","Alatsinainy","Talata","Alarobia","Alakamisy","Zoma","Asabotsy"],["Alah","Alats","Tal","Alar","Alak","Zom","Asab"]],s,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mey","Jon","Jol","Aog","Sep","Okt","Nov","Des"],["Janoary","Febroary","Martsa","Aprily","Mey","Jona","Jolay","Aogositra","Septambra","Oktobra","Novambra","Desambra"]],s,[["BC","AD"],s,["Alohan’i JK","Aorian’i JK"]],1,[6,0],["y-MM-dd","y MMM d","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MGA","Ar","Ariary",{JPY:["JP¥","¥"],MGA:["Ar"],USD:["US$","$"]},"ltr",function(a){const A=a;return A===Math.floor(A)&&A>=0&&A<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62187.fdebd091067f21307e75.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62187.fdebd091067f21307e75.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62187.fdebd091067f21307e75.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62243.eda5a40b17c30b790cf5.js b/dist/apps/processing-runtime-widget/62243.eda5a40b17c30b790cf5.js new file mode 100644 index 0000000..0104e61 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62243.eda5a40b17c30b790cf5.js @@ -0,0 +1,2 @@ +/*! For license information please see 62243.eda5a40b17c30b790cf5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62243],{62243:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62243.eda5a40b17c30b790cf5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62243.eda5a40b17c30b790cf5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62243.eda5a40b17c30b790cf5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62250.4c9fae5899492ded39b8.js b/dist/apps/processing-runtime-widget/62250.4c9fae5899492ded39b8.js new file mode 100644 index 0000000..3f36606 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62250.4c9fae5899492ded39b8.js @@ -0,0 +1,2 @@ +/*! For license information please see 62250.4c9fae5899492ded39b8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62250],{62250:function(u,M,s){s.r(M);const n=void 0;M.default=["lrc",[["AM","PM"],n,n],n,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جانڤیە","فئڤریە","مارس","آڤریل","مئی","جوٙأن","جوٙلا","آگوست","سئپتامر","ئوکتوڤر","نوڤامر","دئسامر"],n],n,[["BCE","CE"],n,n],6,[5,5],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IRR","IRR","IRR",{IQD:["د.ع.‏"],JPY:["JP¥","¥"],USD:["US$","$"]},"rtl",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62250.4c9fae5899492ded39b8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62250.4c9fae5899492ded39b8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62250.4c9fae5899492ded39b8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62289.a481f55e075ac25f7774.js b/dist/apps/processing-runtime-widget/62289.a481f55e075ac25f7774.js new file mode 100644 index 0000000..716c036 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62289.a481f55e075ac25f7774.js @@ -0,0 +1,2 @@ +/*! For license information please see 62289.a481f55e075ac25f7774.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62289],{62289:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62289.a481f55e075ac25f7774.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62289.a481f55e075ac25f7774.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62289.a481f55e075ac25f7774.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62360.35dce0151df0fb93518d.js b/dist/apps/processing-runtime-widget/62360.35dce0151df0fb93518d.js new file mode 100644 index 0000000..f09b8f9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62360.35dce0151df0fb93518d.js @@ -0,0 +1,2 @@ +/*! For license information please see 62360.35dce0151df0fb93518d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62360],{62360:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62360.35dce0151df0fb93518d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62360.35dce0151df0fb93518d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62360.35dce0151df0fb93518d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62393.cdbe300900812fab5df1.js b/dist/apps/processing-runtime-widget/62393.cdbe300900812fab5df1.js new file mode 100644 index 0000000..2fda902 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62393.cdbe300900812fab5df1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62393],{62393:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62461.a7b140a45234f2208b06.js b/dist/apps/processing-runtime-widget/62461.a7b140a45234f2208b06.js new file mode 100644 index 0000000..e48d8ca --- /dev/null +++ b/dist/apps/processing-runtime-widget/62461.a7b140a45234f2208b06.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62461],{62461:function(e,t,r){r.r(t),r.d(t,{FormlyJsonschema:function(){return p}});var n=r(58156),i=r(40761),o=r(24219),a=r(94814);function u(e){return""===e||null==e}function s(e){return e.hasOwnProperty("const")||e.enum&&1===e.enum.length}function l(e){return e.fieldGroup?e.fieldGroup.reduce((function(e,t){return l(t)+e}),0):e.key&&void 0!==(0,a["ɵgetFieldInitialValue"])(e)?1:0}var p=function(){function e(){}return e.prototype.toFieldConfig=function(e,t){return this._toFieldConfig(e,(0,n.__assign)({schema:e},t||{}))},e.prototype._toFieldConfig=function(e,t){var r=this;e=this.resolveSchema(e,t);var i={type:this.guessType(e),defaultValue:e.default,templateOptions:{label:e.title,readonly:e.readOnly,description:e.description}};switch(t.ignoreDefault||!e.readOnly&&!t.readOnly||(i.templateOptions.disabled=!0,t=(0,n.__assign)({},t,{readOnly:!0})),t.resetOnHide&&(i.resetOnHide=!0),!1===t.shareFormControl&&(i.shareFormControl=!1),t.ignoreDefault&&delete i.defaultValue,i.type){case"null":this.addValidator(i,"null",(function(e){return null===e.value}));break;case"number":case"integer":i.parsers=[function(e){return u(e)?null:Number(e)}],e.hasOwnProperty("minimum")&&(i.templateOptions.min=e.minimum),e.hasOwnProperty("maximum")&&(i.templateOptions.max=e.maximum),e.hasOwnProperty("exclusiveMinimum")&&(i.templateOptions.exclusiveMinimum=e.exclusiveMinimum,this.addValidator(i,"exclusiveMinimum",(function(t){var r=t.value;return u(r)||r>e.exclusiveMinimum}))),e.hasOwnProperty("exclusiveMaximum")&&(i.templateOptions.exclusiveMaximum=e.exclusiveMaximum,this.addValidator(i,"exclusiveMaximum",(function(t){var r=t.value;return u(r)||r=e.minItems}))),e.hasOwnProperty("maxItems")&&(i.templateOptions.maxItems=e.maxItems,this.addValidator(i,"maxItems",(function(t){var r=t.value;return u(r)||r.length<=e.maxItems}))),e.hasOwnProperty("uniqueItems")&&(i.templateOptions.uniqueItems=e.uniqueItems,this.addValidator(i,"uniqueItems",(function(t){var r=t.value;return!(!u(r)&&e.uniqueItems)||Array.from(new Set(r.map((function(e){return JSON.stringify(e)})))).length===r.length}))),e.items&&!Array.isArray(e.items)&&(e.items=this.resolveSchema(e.items,t)),!this.isEnum(e)){var f=this;Object.defineProperty(i,"fieldArray",{get:function(){if(!Array.isArray(e.items))return f._toFieldConfig(e.items,t);var r=this.fieldGroup?this.fieldGroup.length:0,n=e.items[r]?e.items[r]:e.additionalItems;return n?f._toFieldConfig(n,t):{}},enumerable:!0,configurable:!0})}}return e.hasOwnProperty("const")&&(i.templateOptions.const=e.const,this.addValidator(i,"const",(function(t){return t.value===e.const})),i.type||(i.defaultValue=e.const)),this.isEnum(e)&&(i.templateOptions.multiple="array"===i.type,i.type="enum",i.templateOptions.options=this.toEnumOptions(e)),e.widget&&e.widget.formlyConfig&&(i=(0,a["ɵreverseDeepMerge"])(e.widget.formlyConfig,i)),t.map?t.map(i,e):i},e.prototype.resolveSchema=function(e,t){return e.$ref&&(e=this.resolveDefinition(e,t)),e.allOf&&(e=this.resolveAllOf(e,t)),e},e.prototype.resolveAllOf=function(e,t){var r=this,i=e.allOf,o=(0,n.__rest)(e,["allOf"]);if(!i.length)throw Error("allOf array can not be empty "+i+".");return i.reduce((function(e,i){return i=r.resolveSchema(i,t),e.required&&i.required&&(e.required=(0,n.__spread)(e.required,i.required)),i.uniqueItems&&(e.uniqueItems=i.uniqueItems),["maxLength","maximum","exclusiveMaximum","maxItems","maxProperties"].forEach((function(t){u(e[t])||u(i[t])||(e[t]=e[t]i[t]?e[t]:i[t])})),(0,a["ɵreverseDeepMerge"])(e,i)}),o)},e.prototype.resolveMultiSchema=function(e,t,r){var i=this;return{type:"multischema",fieldGroup:[{type:"enum",defaultValue:-1,templateOptions:{multiple:"anyOf"===e,options:t.map((function(e,t){return{label:e.title,value:t,disabled:e.readOnly}}))}},{fieldGroup:t.map((function(o,a){return(0,n.__assign)({},i._toFieldConfig(o,(0,n.__assign)({},r,{resetOnHide:!0})),{hideExpression:function(o,u,s){var p=s.parent.parent.fieldGroup[0].formControl;if(-1===p.value){var m=s.parent.fieldGroup.map((function(e,t){return[e,t]})).filter((function(e){var o=(0,n.__read)(e,2),a=o[0],u=o[1];return console.warn("---",p.value),i.isFieldValid(a,t[u],r)})).sort((function(e,t){var r=(0,n.__read)(e,1)[0],i=(0,n.__read)(t,1)[0],o=l(r),a=l(i);return o===a?r.templateOptions.disabled===i.templateOptions.disabled?0:r.templateOptions.disabled?1:-1:a>o?1:-1})).map((function(e){return(0,n.__read)(e,2)[1]})),f=[0===m.length?0:m[0]],d="anyOf"===e?f:f[0];p.setValue(d)}return Array.isArray(p.value)?-1===p.value.indexOf(a):p.value!==a}})}))}]}},e.prototype.resolveDefinition=function(e,t){var r=(0,n.__read)(e.$ref.split("#/"),2),i=r[0],o=r[1];if(i)throw Error("Remote schemas for "+e.$ref+" not supported yet.");var a=o?o.split("/").reduce((function(e,t){return e&&e.hasOwnProperty(t)?e[t]:null}),t.schema):null;if(!a)throw Error("Cannot find a definition for "+e.$ref+".");return a.$ref?this.resolveDefinition(a,t):(0,n.__assign)({},a,["title","description","default"].reduce((function(t,r){return e.hasOwnProperty(r)&&(t[r]=e[r]),t}),{}))},e.prototype.resolveDependencies=function(e){var t={},r={};return Object.keys(e.dependencies||{}).forEach((function(n){var i=e.dependencies[n];Array.isArray(i)?i.forEach((function(e){t[e]?t[e].push(n):t[e]=[n]})):r[n]=i})),[t,r]},e.prototype.guessType=function(e){var t=e.type;if(!t&&e.properties)return"object";if(Array.isArray(t)){if(1===t.length)return t[0];if(2===t.length&&-1!==t.indexOf("null"))return t["null"===t[0]?1:0]}return t},e.prototype.addValidator=function(e,t,r){e.validators=e.validators||{},e.validators[t]=r},e.prototype.isEnum=function(e){return e.enum||e.anyOf&&e.anyOf.every(s)||e.oneOf&&e.oneOf.every(s)||e.uniqueItems&&e.items&&!Array.isArray(e.items)&&this.isEnum(e.items)},e.prototype.toEnumOptions=function(e){if(e.enum)return e.enum.map((function(e){return{value:e,label:e}}));var t=function(e){var t=e.hasOwnProperty("const")?e.const:e.enum[0],r={value:t,label:e.title||t};return e.readOnly&&(r.disabled=!0),r};return e.anyOf?e.anyOf.map(t):e.oneOf?e.oneOf.map(t):this.toEnumOptions(e.items)},e.prototype.isFieldValid=function(e,t,r){return e.options._buildField({form:new o.FormGroup({}),fieldGroup:[this._toFieldConfig(t,(0,n.__assign)({},r,{resetOnHide:!0,ignoreDefault:!0,map:null}))],model:e.model?(0,a["ɵclone"])(e.model):e.fieldArray?[]:{}}).form.valid},e.ngInjectableDef=(0,i.defineInjectable)({factory:function(){return new e},token:e,providedIn:"root"}),e.ɵfac=function(t){return new(t||e)},e.ɵprov=i["ɵɵdefineInjectable"]({token:e,factory:function(t){return e.ɵfac(t)},providedIn:"root"}),("undefined"==typeof ngDevMode||ngDevMode)&&i["ɵsetClassMetadata"](e,[{type:i.Injectable,args:[{providedIn:"root"}]}],(function(){return[]}),null),e}()}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62492.954347d32f2438ec9219.js b/dist/apps/processing-runtime-widget/62492.954347d32f2438ec9219.js new file mode 100644 index 0000000..2eb9ad9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62492.954347d32f2438ec9219.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62492],{62492:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6250.15cd795c667c0906da74.js b/dist/apps/processing-runtime-widget/6250.15cd795c667c0906da74.js new file mode 100644 index 0000000..b4b5f4f --- /dev/null +++ b/dist/apps/processing-runtime-widget/6250.15cd795c667c0906da74.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6250],{6250:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6254.2b330e32c94a2a1688b0.js b/dist/apps/processing-runtime-widget/6254.2b330e32c94a2a1688b0.js new file mode 100644 index 0000000..5c3ea55 --- /dev/null +++ b/dist/apps/processing-runtime-widget/6254.2b330e32c94a2a1688b0.js @@ -0,0 +1,2 @@ +/*! For license information please see 6254.2b330e32c94a2a1688b0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6254],{6254:function(u,a,i){i.r(a);const t=void 0;a.default=[[["pituna pyterupé","iandé-ara-pyturepé","kuêma ramẽ","karuka ramẽ","pituna ramẽ","pitunaeté ramẽ"],t,t],t,["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6254.2b330e32c94a2a1688b0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6254.2b330e32c94a2a1688b0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6254.2b330e32c94a2a1688b0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62592.66e0cd1ae131dbd065ad.js b/dist/apps/processing-runtime-widget/62592.66e0cd1ae131dbd065ad.js new file mode 100644 index 0000000..dfb2c8a --- /dev/null +++ b/dist/apps/processing-runtime-widget/62592.66e0cd1ae131dbd065ad.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62592],{62592:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62705.b5c194724191cc970e3e.js b/dist/apps/processing-runtime-widget/62705.b5c194724191cc970e3e.js new file mode 100644 index 0000000..07fbc29 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62705.b5c194724191cc970e3e.js @@ -0,0 +1,2 @@ +/*! For license information please see 62705.b5c194724191cc970e3e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62705],{62705:function(s,M,u){u.r(M);const t=void 0;M.default=["sat",[["AM","PM"],t,["ᱥᱮᱛᱟᱜ","ᱧᱤᱫᱟᱹ"]],[["AM","PM"],t,t],[["ᱥ","ᱚ","ᱵ","ᱥ","ᱥ","ᱡ","ᱧ"],["ᱥᱤᱸ","ᱚᱛ","ᱵᱟ","ᱥᱟᱹ","ᱥᱟᱹᱨ","ᱡᱟᱹ","ᱧᱩ"],["ᱥᱤᱸᱜᱮ","ᱚᱛᱮ","ᱵᱟᱞᱮ","ᱥᱟᱹᱜᱩᱱ","ᱥᱟᱹᱨᱫᱤ","ᱡᱟᱹᱨᱩᱢ","ᱧᱩᱦᱩᱢ"],["ᱥᱤᱸ","ᱚᱛ","ᱵᱟ","ᱥᱟᱹ","ᱥᱟᱹᱨ","ᱡᱟᱹ","ᱧᱩ"]],t,[["ᱡ","ᱯ","ᱢ","ᱟ","ᱢ","ᱡ","ᱡ","ᱟ","ᱥ","ᱚ","ᱱ","ᱫ"],["ᱡᱟᱱ","ᱯᱷᱟ","ᱢᱟᱨ","ᱟᱯᱨ","ᱢᱮ","ᱡᱩᱱ","ᱡᱩᱞ","ᱟᱜᱟ","ᱥᱮᱯ","ᱚᱠᱴ","ᱱᱟᱣ","ᱫᱤᱥ"],["ᱡᱟᱱᱣᱟᱨᱤ","ᱯᱷᱟᱨᱣᱟᱨᱤ","ᱢᱟᱨᱪ","ᱟᱯᱨᱮᱞ","ᱢᱮ","ᱡᱩᱱ","ᱡᱩᱞᱟᱭ","ᱟᱜᱟᱥᱛ","ᱥᱮᱯᱴᱮᱢᱵᱟᱨ","ᱚᱠᱴᱚᱵᱟᱨ","ᱱᱟᱣᱟᱢᱵᱟᱨ","ᱫᱤᱥᱟᱢᱵᱟᱨ"]],t,[["ᱥᱮᱨᱢᱟ ᱞᱟᱦᱟ","ᱤᱥᱣᱤ"],t,t],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","ᱥᱤᱧᱚᱛ ᱨᱮᱱᱟᱜ ᱴᱟᱠᱟ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:2===s?2:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62705.b5c194724191cc970e3e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62705.b5c194724191cc970e3e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62705.b5c194724191cc970e3e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62711.ae06eabc362fa95bb91f.js b/dist/apps/processing-runtime-widget/62711.ae06eabc362fa95bb91f.js new file mode 100644 index 0000000..574c75b --- /dev/null +++ b/dist/apps/processing-runtime-widget/62711.ae06eabc362fa95bb91f.js @@ -0,0 +1,2 @@ +/*! For license information please see 62711.ae06eabc362fa95bb91f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62711],{62711:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62711.ae06eabc362fa95bb91f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62711.ae06eabc362fa95bb91f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62711.ae06eabc362fa95bb91f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62719.6bd35623c32af73b1e9e.js b/dist/apps/processing-runtime-widget/62719.6bd35623c32af73b1e9e.js new file mode 100644 index 0000000..5206f7e --- /dev/null +++ b/dist/apps/processing-runtime-widget/62719.6bd35623c32af73b1e9e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62719],{62719:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62754.0bd84a73571c75d31035.js b/dist/apps/processing-runtime-widget/62754.0bd84a73571c75d31035.js new file mode 100644 index 0000000..a6a6dda --- /dev/null +++ b/dist/apps/processing-runtime-widget/62754.0bd84a73571c75d31035.js @@ -0,0 +1,2 @@ +/*! For license information please see 62754.0bd84a73571c75d31035.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62754],{62754:function(i,a,e){e.r(a);const u=void 0;a.default=[[["miezul nopții","amiază","dimineață","după-amiază","seară","noapte"],["miezul nopții","amiază","dimineața","după-amiaza","seara","noaptea"],u],u,["00:00","12:00",["05:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62754.0bd84a73571c75d31035.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62754.0bd84a73571c75d31035.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62754.0bd84a73571c75d31035.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62866.7fb01f415d55e1f21c96.js b/dist/apps/processing-runtime-widget/62866.7fb01f415d55e1f21c96.js new file mode 100644 index 0000000..24c535a --- /dev/null +++ b/dist/apps/processing-runtime-widget/62866.7fb01f415d55e1f21c96.js @@ -0,0 +1,2 @@ +/*! For license information please see 62866.7fb01f415d55e1f21c96.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62866],{62866:function(a,d,e){e.r(d);const n=void 0;d.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],["mediodía","madrugada","mañana","tarde","noche"],n],[["m.","madrugada","mañana","tarde","noche"],["mediodía","madrugada","mañana","tarde","noche"],n],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62866.7fb01f415d55e1f21c96.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62866.7fb01f415d55e1f21c96.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62866.7fb01f415d55e1f21c96.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62901.c23e7a3faee895d6adb0.js b/dist/apps/processing-runtime-widget/62901.c23e7a3faee895d6adb0.js new file mode 100644 index 0000000..6c67e66 --- /dev/null +++ b/dist/apps/processing-runtime-widget/62901.c23e7a3faee895d6adb0.js @@ -0,0 +1,2 @@ +/*! For license information please see 62901.c23e7a3faee895d6adb0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62901],{62901:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62901.c23e7a3faee895d6adb0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62901.c23e7a3faee895d6adb0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62901.c23e7a3faee895d6adb0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/62927.33b7c1354ad56b2930fe.js b/dist/apps/processing-runtime-widget/62927.33b7c1354ad56b2930fe.js new file mode 100644 index 0000000..f8eb21d --- /dev/null +++ b/dist/apps/processing-runtime-widget/62927.33b7c1354ad56b2930fe.js @@ -0,0 +1,2 @@ +/*! For license information please see 62927.33b7c1354ad56b2930fe.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[62927],{52881:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/62927.33b7c1354ad56b2930fe.js.LICENSE.txt b/dist/apps/processing-runtime-widget/62927.33b7c1354ad56b2930fe.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/62927.33b7c1354ad56b2930fe.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/63098.e6544552d7f14a898835.js b/dist/apps/processing-runtime-widget/63098.e6544552d7f14a898835.js new file mode 100644 index 0000000..58deeb9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/63098.e6544552d7f14a898835.js @@ -0,0 +1,2 @@ +/*! For license information please see 63098.e6544552d7f14a898835.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63098],{63098:function(r,e,a){a.r(e);const s=void 0;e.default=["nb-SJ",[["a","p"],["a.m.","p.m."],s],[["a.m.","p.m."],s,s],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø.","ma.","ti.","on.","to.","fr.","lø."]],s,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],s,["før Kristus","etter Kristus"]],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,"{1} 'kl'. {0}",s],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00;¤ -#,##0.00","#E0"],"NOK","kr","norske kroner",{AUD:[s,"$"],BRL:[s,"R$"],BYN:[s,"р."],CAD:[s,"$"],CNY:[s,"¥"],HKD:[s,"$"],ILS:[s,"₪"],INR:[s,"₹"],JPY:[s,"¥"],KRW:[s,"₩"],MXN:[s,"$"],NOK:["kr"],NZD:[s,"$"],PHP:[s,"₱"],RON:[s,"L"],TWD:[s,"NT$"],USD:[s,"$"],VND:[s,"₫"],XAF:[],XCD:[s,"$"],XPF:[],XXX:[]},"ltr",function(r){return 1===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63098.e6544552d7f14a898835.js.LICENSE.txt b/dist/apps/processing-runtime-widget/63098.e6544552d7f14a898835.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/63098.e6544552d7f14a898835.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/63106.b6ef7b22714b5f9cfca2.js b/dist/apps/processing-runtime-widget/63106.b6ef7b22714b5f9cfca2.js new file mode 100644 index 0000000..2acaed1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/63106.b6ef7b22714b5f9cfca2.js @@ -0,0 +1,2 @@ +/*! For license information please see 63106.b6ef7b22714b5f9cfca2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63106],{63106:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63106.b6ef7b22714b5f9cfca2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/63106.b6ef7b22714b5f9cfca2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/63106.b6ef7b22714b5f9cfca2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/63220.8ebcaa272e7b85c7f185.js b/dist/apps/processing-runtime-widget/63220.8ebcaa272e7b85c7f185.js new file mode 100644 index 0000000..a6492ee --- /dev/null +++ b/dist/apps/processing-runtime-widget/63220.8ebcaa272e7b85c7f185.js @@ -0,0 +1,2 @@ +/*! For license information please see 63220.8ebcaa272e7b85c7f185.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63220],{63220:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63220.8ebcaa272e7b85c7f185.js.LICENSE.txt b/dist/apps/processing-runtime-widget/63220.8ebcaa272e7b85c7f185.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/63220.8ebcaa272e7b85c7f185.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/63514.9be4137fa019ca3ed5e2.js b/dist/apps/processing-runtime-widget/63514.9be4137fa019ca3ed5e2.js new file mode 100644 index 0000000..f2cebf3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/63514.9be4137fa019ca3ed5e2.js @@ -0,0 +1,2 @@ +/*! For license information please see 63514.9be4137fa019ca3ed5e2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63514],{63514:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63514.9be4137fa019ca3ed5e2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/63514.9be4137fa019ca3ed5e2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/63514.9be4137fa019ca3ed5e2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/63577.9ac39366ce4badaabbf5.js b/dist/apps/processing-runtime-widget/63577.9ac39366ce4badaabbf5.js new file mode 100644 index 0000000..248ec30 --- /dev/null +++ b/dist/apps/processing-runtime-widget/63577.9ac39366ce4badaabbf5.js @@ -0,0 +1,2 @@ +/*! For license information please see 63577.9ac39366ce4badaabbf5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63577],{63577:function(e,s,t){t.r(s);const i=void 0;s.default=[[["e mesnatës","e mesditës","e mëngjesit","e paradites","e pasdites","e mbrëmjes","e natës"],i,i],[["mesnatë","mesditë","mëngjes","paradite","pasdite","mbrëmje","natë"],i,i],["00:00","12:00",["04:00","09:00"],["09:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63577.9ac39366ce4badaabbf5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/63577.9ac39366ce4badaabbf5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/63577.9ac39366ce4badaabbf5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6362.73fd60f2022f84fdbd55.js b/dist/apps/processing-runtime-widget/6362.73fd60f2022f84fdbd55.js new file mode 100644 index 0000000..ebb76ed --- /dev/null +++ b/dist/apps/processing-runtime-widget/6362.73fd60f2022f84fdbd55.js @@ -0,0 +1,2 @@ +/*! For license information please see 6362.73fd60f2022f84fdbd55.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6362],{6362:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6362.73fd60f2022f84fdbd55.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6362.73fd60f2022f84fdbd55.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6362.73fd60f2022f84fdbd55.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/63770.ab958d11202a46d2f247.js b/dist/apps/processing-runtime-widget/63770.ab958d11202a46d2f247.js new file mode 100644 index 0000000..92fd880 --- /dev/null +++ b/dist/apps/processing-runtime-widget/63770.ab958d11202a46d2f247.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63770],{63770:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63993.a0a972c924566f939714.js b/dist/apps/processing-runtime-widget/63993.a0a972c924566f939714.js new file mode 100644 index 0000000..800b6b2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/63993.a0a972c924566f939714.js @@ -0,0 +1,2 @@ +/*! For license information please see 63993.a0a972c924566f939714.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[63993],{63993:function(e,$,r){r.r($);const i=void 0;$.default=["fr-CD",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CDF","FC","franc congolais",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CDF:["FC"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/63993.a0a972c924566f939714.js.LICENSE.txt b/dist/apps/processing-runtime-widget/63993.a0a972c924566f939714.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/63993.a0a972c924566f939714.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/64075.14b875e80aec6a7d7c52.js b/dist/apps/processing-runtime-widget/64075.14b875e80aec6a7d7c52.js new file mode 100644 index 0000000..fde43cb --- /dev/null +++ b/dist/apps/processing-runtime-widget/64075.14b875e80aec6a7d7c52.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64075,25490],{64075:function(e,o,t){t.r(o),t.d(o,{FormlySelectModule:function(){return i},"ɵa":function(){return u}});var n=t(40761),p=t(89754),r=t(76063),u=function(){function e(){}return e.prototype.transform=function(e,o){var t=this;return e instanceof p.Observable||(e=(0,p.of)(e)),e.pipe((0,r.map)((function(e){return t.toOptions(e,o||{})})))},e.prototype.toOptions=function(e,o){var t=this,n=[],p={},r=o.templateOptions||{};return r._flatOptions=!0,e.map((function(e){t.getGroupProp(e,r)?(r._flatOptions=!1,p[t.getGroupProp(e,r)]||(p[t.getGroupProp(e,r)]=[],n.push({label:t.getGroupProp(e,r),group:p[t.getGroupProp(e,r)]})),p[t.getGroupProp(e,r)].push(t.toOption(e,r))):n.push(t.toOption(e,r))})),n},e.prototype.toOption=function(e,o){return{label:this.getLabelProp(e,o),value:this.getValueProp(e,o),disabled:this.getDisabledProp(e,o)||!1}},e.prototype.getLabelProp=function(e,o){return"function"==typeof o.labelProp?o.labelProp(e):this.shouldUseLegacyOption(e,o)?(console.warn("NgxFormly: legacy select option '{key, value}' is deprecated since v5.5, use '{value, label}' instead."),e.value):e[o.labelProp||"label"]},e.prototype.getValueProp=function(e,o){return"function"==typeof o.valueProp?o.valueProp(e):this.shouldUseLegacyOption(e,o)?e.key:e[o.valueProp||"value"]},e.prototype.getDisabledProp=function(e,o){return"function"==typeof o.disabledProp?o.disabledProp(e):e[o.disabledProp||"disabled"]},e.prototype.getGroupProp=function(e,o){return"function"==typeof o.groupProp?o.groupProp(e):e[o.groupProp||"group"]},e.prototype.shouldUseLegacyOption=function(e,o){return!o.valueProp&&!o.labelProp&&null!=e&&"object"==typeof e&&"key"in e&&"value"in e},e.ɵfac=function(o){return new(o||e)},e.ɵpipe=n["ɵɵdefinePipe"]({name:"formlySelectOptions",type:e,pure:!0}),("undefined"==typeof ngDevMode||ngDevMode)&&n["ɵsetClassMetadata"](e,[{type:n.Pipe,args:[{name:"formlySelectOptions"}]}],(function(){return[]}),null),e}(),i=function(){function e(){}return e.ɵfac=function(o){return new(o||e)},e.ɵmod=n["ɵɵdefineNgModule"]({type:e}),e.ɵinj=n["ɵɵdefineInjector"]({}),("undefined"==typeof ngDevMode||ngDevMode)&&n["ɵsetClassMetadata"](e,[{type:n.NgModule,args:[{declarations:[u],exports:[u]}]}],(function(){return[]}),null),("undefined"==typeof ngJitMode||ngJitMode)&&n["ɵɵsetNgModuleScope"](e,{declarations:[u],exports:[u]}),e}()}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64113.233d2308fbe8668a1c4a.js b/dist/apps/processing-runtime-widget/64113.233d2308fbe8668a1c4a.js new file mode 100644 index 0000000..0a4120b --- /dev/null +++ b/dist/apps/processing-runtime-widget/64113.233d2308fbe8668a1c4a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64113],{64113:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64180.cd4751748fdd8cb24838.js b/dist/apps/processing-runtime-widget/64180.cd4751748fdd8cb24838.js new file mode 100644 index 0000000..2d819dd --- /dev/null +++ b/dist/apps/processing-runtime-widget/64180.cd4751748fdd8cb24838.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64180],{64180:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64284.1b0f46b6114ecae19017.js b/dist/apps/processing-runtime-widget/64284.1b0f46b6114ecae19017.js new file mode 100644 index 0000000..c381bc4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/64284.1b0f46b6114ecae19017.js @@ -0,0 +1,2 @@ +/*! For license information please see 64284.1b0f46b6114ecae19017.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64284],{64284:function(e,a,s){s.r(a);const u=void 0;a.default=["ms-ID",[["a","p"],["PG","PTG"],u],u,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],u,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],u,[["S.M.","TM"],u,u],0,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE, dd MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1}, {0}",u,"{1} {0}",u],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"IDR","Rp","Rupiah Indonesia",{BYN:[u,"р."],CAD:[u,"$"],IDR:["Rp"],JPY:["JP¥","¥"],MXN:[u,"$"],MYR:["RM"],PHP:[u,"₱"],TWD:["NT$"],USD:[u,"$"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64284.1b0f46b6114ecae19017.js.LICENSE.txt b/dist/apps/processing-runtime-widget/64284.1b0f46b6114ecae19017.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/64284.1b0f46b6114ecae19017.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/64385.e4c962160e05e0b1acb9.js b/dist/apps/processing-runtime-widget/64385.e4c962160e05e0b1acb9.js new file mode 100644 index 0000000..b2ccd95 --- /dev/null +++ b/dist/apps/processing-runtime-widget/64385.e4c962160e05e0b1acb9.js @@ -0,0 +1,2 @@ +/*! For license information please see 64385.e4c962160e05e0b1acb9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64385],{64385:function(e,s,o){o.r(s);const a=void 0;s.default=["es-PA",[["a. m.","p. m."],a,a],a,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],a,[["a. C.","d. C."],a,["antes de Cristo","después de Cristo"]],0,[6,0],["MM/dd/yy","MM/dd/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",a],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"PAB","B/.","balboa panameño",{AUD:[a,"$"],BRL:[a,"R$"],BYN:[a,"р."],CAD:[a,"$"],CNY:[a,"¥"],ESP:["₧"],EUR:[a,"€"],FKP:[a,"FK£"],GBP:[a,"£"],HKD:[a,"$"],ILS:[a,"₪"],INR:[a,"₹"],JPY:[a,"¥"],KRW:[a,"₩"],MXN:[a,"$"],NZD:[a,"$"],PAB:["B/."],PHP:[a,"₱"],RON:[a,"L"],SSP:[a,"SD£"],SYP:[a,"S£"],TWD:[a,"NT$"],USD:[a,"$"],VEF:[a,"BsF"],VND:[a,"₫"],XAF:[],XCD:[a,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===i&&0!==o&&o%1e6==0&&0===a||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64385.e4c962160e05e0b1acb9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/64385.e4c962160e05e0b1acb9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/64385.e4c962160e05e0b1acb9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/64426.445f2d3f3802299734c0.js b/dist/apps/processing-runtime-widget/64426.445f2d3f3802299734c0.js new file mode 100644 index 0000000..d3a25d9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/64426.445f2d3f3802299734c0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64426],{64426:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64427.dffb600e9b1dd3032264.js b/dist/apps/processing-runtime-widget/64427.dffb600e9b1dd3032264.js new file mode 100644 index 0000000..932322c --- /dev/null +++ b/dist/apps/processing-runtime-widget/64427.dffb600e9b1dd3032264.js @@ -0,0 +1,2 @@ +/*! For license information please see 64427.dffb600e9b1dd3032264.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64427],{64427:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64427.dffb600e9b1dd3032264.js.LICENSE.txt b/dist/apps/processing-runtime-widget/64427.dffb600e9b1dd3032264.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/64427.dffb600e9b1dd3032264.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/64578.998d64fd3838db57dd7c.js b/dist/apps/processing-runtime-widget/64578.998d64fd3838db57dd7c.js new file mode 100644 index 0000000..d79b051 --- /dev/null +++ b/dist/apps/processing-runtime-widget/64578.998d64fd3838db57dd7c.js @@ -0,0 +1,2 @@ +/*! For license information please see 64578.998d64fd3838db57dd7c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64578],{64578:function(a,e,u){u.r(e);const r=void 0;e.default=["en-KI",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64578.998d64fd3838db57dd7c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/64578.998d64fd3838db57dd7c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/64578.998d64fd3838db57dd7c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6475.cba73698192a233db139.js b/dist/apps/processing-runtime-widget/6475.cba73698192a233db139.js new file mode 100644 index 0000000..a92406e --- /dev/null +++ b/dist/apps/processing-runtime-widget/6475.cba73698192a233db139.js @@ -0,0 +1,2 @@ +/*! For license information please see 6475.cba73698192a233db139.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6475],{6475:function(u,e,i){i.r(e);const n=void 0;e.default=[[["entathakusa","ekuseni","emini","ntambama","ebusuku"],n,n],n,[["00:00","06:00"],["06:00","10:00"],["10:00","13:00"],["13:00","19:00"],["19:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6475.cba73698192a233db139.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6475.cba73698192a233db139.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6475.cba73698192a233db139.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/64756.11fbb47eab0dd23f98f1.js b/dist/apps/processing-runtime-widget/64756.11fbb47eab0dd23f98f1.js new file mode 100644 index 0000000..b5ca8c7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/64756.11fbb47eab0dd23f98f1.js @@ -0,0 +1,2 @@ +/*! For license information please see 64756.11fbb47eab0dd23f98f1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64756],{64756:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64756.11fbb47eab0dd23f98f1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/64756.11fbb47eab0dd23f98f1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/64756.11fbb47eab0dd23f98f1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/64763.33fc609936c5950d6b2b.js b/dist/apps/processing-runtime-widget/64763.33fc609936c5950d6b2b.js new file mode 100644 index 0000000..8141921 --- /dev/null +++ b/dist/apps/processing-runtime-widget/64763.33fc609936c5950d6b2b.js @@ -0,0 +1,2 @@ +/*! For license information please see 64763.33fc609936c5950d6b2b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[64763],{64763:function(e,o,r){r.r(o);const i=void 0;o.default=["fil",[["am","pm"],["AM","PM"],i],[["AM","PM"],i,i],[["Lin","Lun","Mar","Miy","Huw","Biy","Sab"],i,["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],["Li","Lu","Ma","Mi","Hu","Bi","Sa"]],i,[["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],i,["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]],[["E","P","M","A","M","Hun","Hul","Ago","Set","Okt","Nob","Dis"],["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]],[["BC","AD"],i,["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",i,"{1} 'nang' {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"PHP","₱","Piso ng Pilipinas",{BYN:[i,"р."],THB:["฿"],TWD:["NT$"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===r&&(1===o||2===o||3===o)||0===r&&o%10!=4&&o%10!=6&&o%10!=9||0!==r&&i%10!=4&&i%10!=6&&i%10!=9?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/64763.33fc609936c5950d6b2b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/64763.33fc609936c5950d6b2b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/64763.33fc609936c5950d6b2b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/65015.8bbd5bd749ea6bba6e4f.js b/dist/apps/processing-runtime-widget/65015.8bbd5bd749ea6bba6e4f.js new file mode 100644 index 0000000..e616c24 --- /dev/null +++ b/dist/apps/processing-runtime-widget/65015.8bbd5bd749ea6bba6e4f.js @@ -0,0 +1,2 @@ +/*! For license information please see 65015.8bbd5bd749ea6bba6e4f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65015],{65015:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65015.8bbd5bd749ea6bba6e4f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/65015.8bbd5bd749ea6bba6e4f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/65015.8bbd5bd749ea6bba6e4f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/65113.7dab24f357aafd531ec4.js b/dist/apps/processing-runtime-widget/65113.7dab24f357aafd531ec4.js new file mode 100644 index 0000000..8fa002f --- /dev/null +++ b/dist/apps/processing-runtime-widget/65113.7dab24f357aafd531ec4.js @@ -0,0 +1,2 @@ +/*! For license information please see 65113.7dab24f357aafd531ec4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65113],{65113:function(a,e,u){u.r(e);const r=void 0;e.default=["en-AG",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65113.7dab24f357aafd531ec4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/65113.7dab24f357aafd531ec4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/65113.7dab24f357aafd531ec4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/65460.a63e837d32fc6443466b.js b/dist/apps/processing-runtime-widget/65460.a63e837d32fc6443466b.js new file mode 100644 index 0000000..90a3634 --- /dev/null +++ b/dist/apps/processing-runtime-widget/65460.a63e837d32fc6443466b.js @@ -0,0 +1,2 @@ +/*! For license information please see 65460.a63e837d32fc6443466b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65460],{65460:function(a,s,g){g.r(s);const c=void 0;s.default=[[["gecəyarı","g","sübh","səhər","gündüz","axşamüstü","axşam","gecə"],["gecəyarı","günorta","sübh","səhər","gündüz","axşamüstü","axşam","gecə"],c],[["gecəyarı","günorta","sübh","səhər","gündüz","axşamüstü","axşam","gecə"],c,c],["00:00","12:00",["04:00","06:00"],["06:00","12:00"],["12:00","17:00"],["17:00","19:00"],["19:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65460.a63e837d32fc6443466b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/65460.a63e837d32fc6443466b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/65460.a63e837d32fc6443466b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/65514.e663966bc3c9a8627073.js b/dist/apps/processing-runtime-widget/65514.e663966bc3c9a8627073.js new file mode 100644 index 0000000..1a0c58e --- /dev/null +++ b/dist/apps/processing-runtime-widget/65514.e663966bc3c9a8627073.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65514],{65514:function(i,m,u){u.r(m);m.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],["min.","midi","mat.","ap.m.","soir","nuit"],["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["min.","midi","mat.","ap.m.","soir","nuit"],undefined,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65602.a0f10ee3cb72cb80f1ef.js b/dist/apps/processing-runtime-widget/65602.a0f10ee3cb72cb80f1ef.js new file mode 100644 index 0000000..c75bc99 --- /dev/null +++ b/dist/apps/processing-runtime-widget/65602.a0f10ee3cb72cb80f1ef.js @@ -0,0 +1,2 @@ +/*! For license information please see 65602.a0f10ee3cb72cb80f1ef.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65602],{65602:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","清晨","朝早","中午","下晝","夜晚","凌晨"],e,e],e,["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65602.a0f10ee3cb72cb80f1ef.js.LICENSE.txt b/dist/apps/processing-runtime-widget/65602.a0f10ee3cb72cb80f1ef.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/65602.a0f10ee3cb72cb80f1ef.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/65627.b92634b162ead1dd4b3a.js b/dist/apps/processing-runtime-widget/65627.b92634b162ead1dd4b3a.js new file mode 100644 index 0000000..f4eece8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/65627.b92634b162ead1dd4b3a.js @@ -0,0 +1,2 @@ +/*! For license information please see 65627.b92634b162ead1dd4b3a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65627],{65627:function(e,$,a){a.r($);const i=void 0;$.default=["fr-DJ",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],6,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DJF","Fdj","franc djiboutien",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],DJF:["Fdj"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===a||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65627.b92634b162ead1dd4b3a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/65627.b92634b162ead1dd4b3a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/65627.b92634b162ead1dd4b3a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6568.aa8a8ce80adbd4c26635.js b/dist/apps/processing-runtime-widget/6568.aa8a8ce80adbd4c26635.js new file mode 100644 index 0000000..685f52c --- /dev/null +++ b/dist/apps/processing-runtime-widget/6568.aa8a8ce80adbd4c26635.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6568],{6568:function(u,e,i){i.r(e);e.default=[[["полн.","полд.","утра","дня","веч.","ночи"],["полн.","полд.","утра","дня","вечера","ночи"],["полночь","полдень","утра","дня","вечера","ночи"]],[["полн.","полд.","утро","день","веч.","ночь"],undefined,["полночь","полдень","утро","день","вечер","ночь"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6574.a26aad3db1e3da406a30.js b/dist/apps/processing-runtime-widget/6574.a26aad3db1e3da406a30.js new file mode 100644 index 0000000..6a525bd --- /dev/null +++ b/dist/apps/processing-runtime-widget/6574.a26aad3db1e3da406a30.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6574],{6574:function(n,o,y){y.r(o);o.default=[[["canol nos","canol dydd","yn y bore","yn y prynhawn","min nos"],["canol nos","canol dydd","y bore","y prynhawn","yr hwyr"],undefined],[["canol nos","canol dydd","bore","prynhawn","min nos"],["canol nos","canol dydd","bore","prynhawn","yr hwyr"],["canol nos","canol dydd","y bore","y prynhawn","yr hwyr"]],["00:00","12:00",["00:00","12:00"],["12:00","18:00"],["18:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65800.d9020d70ddcd98f52c3f.js b/dist/apps/processing-runtime-widget/65800.d9020d70ddcd98f52c3f.js new file mode 100644 index 0000000..2778ce2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/65800.d9020d70ddcd98f52c3f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65800,58217],{58217:function(t,e,o){var i;o.r(e),o.d(e,{TooltipConfig:function(){return d},TooltipContainerComponent:function(){return h},TooltipDirective:function(){return u},TooltipModule:function(){return m}});var s=o(40761),n=o(38310),a=o(88553),r=o(58156),p=o(35746),l=o(89754),c=o(80179);class d{constructor(){this.adaptivePosition=!0,this.placement="top",this.triggers="hover focus",this.delay=0}}d.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:d,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),d.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:d,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:d,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});class h{constructor(t){Object.assign(this,t)}get _bsVersions(){return(0,n.getBsVer)()}ngAfterViewInit(){this.classMap={in:!1,fade:!1},this.placement&&(this._bsVersions.isBs5&&(this.placement=a.PlacementForBs5[this.placement]),this.classMap[this.placement]=!0),this.classMap[`tooltip-${this.placement}`]=!0,this.classMap.in=!0,this.animation&&(this.classMap.fade=!0),this.containerClass&&(this.classMap[this.containerClass]=!0)}}h.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,deps:[{token:d}],target:s["ɵɵFactoryTarget"].Component}),h.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:h,selector:"bs-tooltip-container",host:{attributes:{role:"tooltip"},properties:{class:'"tooltip in tooltip-" + placement + " " + "bs-tooltip-" + placement + " " + placement + " " + containerClass',"class.show":"!_bsVersions.isBs3","class.bs3":"_bsVersions.isBs3","attr.id":"this.id"}},ngImport:i||(i=o.t(s,2)),template:'\n
    \n
    \n ',isInline:!0,styles:[":host.tooltip{display:block;pointer-events:none}:host.bs3.tooltip.top>.arrow{margin-left:-2px}:host.bs3.tooltip.bottom{margin-top:0}:host.bs3.bs-tooltip-left,:host.bs3.bs-tooltip-right{margin:0}:host.bs3.bs-tooltip-right .arrow,:host.bs3.bs-tooltip-left .arrow{margin:.3rem 0}\n"],changeDetection:s.ChangeDetectionStrategy.OnPush}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,decorators:[{type:s.Component,args:[{selector:"bs-tooltip-container",changeDetection:s.ChangeDetectionStrategy.OnPush,host:{"[class]":'"tooltip in tooltip-" + placement + " " + "bs-tooltip-" + placement + " " + placement + " " + containerClass',"[class.show]":"!_bsVersions.isBs3","[class.bs3]":"_bsVersions.isBs3","[attr.id]":"this.id",role:"tooltip"},template:'\n
    \n
    \n ',styles:[":host.tooltip{display:block;pointer-events:none}:host.bs3.tooltip.top>.arrow{margin-left:-2px}:host.bs3.tooltip.bottom{margin-top:0}:host.bs3.bs-tooltip-left,:host.bs3.bs-tooltip-right{margin:0}:host.bs3.bs-tooltip-right .arrow,:host.bs3.bs-tooltip-left .arrow{margin:.3rem 0}\n"]}]}],ctorParameters:function(){return[{type:d}]}});let g=0;class u{constructor(t,e,o,i,n,a){this._elementRef=i,this._renderer=n,this._positionService=a,this.tooltipId=g++,this.adaptivePosition=!0,this.tooltipChange=new s.EventEmitter,this.placement="top",this.triggers="hover focus",this.containerClass="",this.isDisabled=!1,this.delay=0,this.tooltipAnimation=!0,this.tooltipFadeDuration=150,this.tooltipStateChanged=new s.EventEmitter,this._tooltip=e.createLoader(this._elementRef,t,this._renderer).provide({provide:d,useValue:o}),Object.assign(this,o),this.onShown=this._tooltip.onShown,this.onHidden=this._tooltip.onHidden}get isOpen(){return this._tooltip.isShown}set isOpen(t){t?this.show():this.hide()}set htmlContent(t){(0,n.warnOnce)("tooltipHtml was deprecated, please use `tooltip` instead"),this.tooltip=t}set _placement(t){(0,n.warnOnce)("tooltipPlacement was deprecated, please use `placement` instead"),this.placement=t}set _isOpen(t){(0,n.warnOnce)("tooltipIsOpen was deprecated, please use `isOpen` instead"),this.isOpen=t}get _isOpen(){return(0,n.warnOnce)("tooltipIsOpen was deprecated, please use `isOpen` instead"),this.isOpen}set _enable(t){(0,n.warnOnce)("tooltipEnable was deprecated, please use `isDisabled` instead"),this.isDisabled=!t}get _enable(){return(0,n.warnOnce)("tooltipEnable was deprecated, please use `isDisabled` instead"),this.isDisabled}set _appendToBody(t){(0,n.warnOnce)('tooltipAppendToBody was deprecated, please use `container="body"` instead'),this.container=t?"body":this.container}get _appendToBody(){return(0,n.warnOnce)('tooltipAppendToBody was deprecated, please use `container="body"` instead'),"body"===this.container}set _popupClass(t){(0,n.warnOnce)("tooltipClass deprecated")}set _tooltipContext(t){(0,n.warnOnce)("tooltipContext deprecated")}set _tooltipPopupDelay(t){(0,n.warnOnce)("tooltipPopupDelay is deprecated, use `delay` instead"),this.delay=t}get _tooltipTrigger(){return(0,n.warnOnce)("tooltipTrigger was deprecated, please use `triggers` instead"),this.triggers}set _tooltipTrigger(t){(0,n.warnOnce)("tooltipTrigger was deprecated, please use `triggers` instead"),this.triggers=(t||"").toString()}ngOnInit(){this._tooltip.listen({triggers:this.triggers,show:()=>this.show()}),this.tooltipChange.subscribe((t=>{t||this._tooltip.hide()})),this.onShown.subscribe((()=>{this.setAriaDescribedBy()})),this.onHidden.subscribe((()=>{this.setAriaDescribedBy()}))}setAriaDescribedBy(){this._ariaDescribedby=this.isOpen?`tooltip-${this.tooltipId}`:void 0,this._ariaDescribedby?this._renderer.setAttribute(this._elementRef.nativeElement,"aria-describedby",this._ariaDescribedby):this._renderer.removeAttribute(this._elementRef.nativeElement,"aria-describedby")}toggle(){if(this.isOpen)return this.hide();this.show()}show(){if(this._positionService.setOptions({modifiers:{flip:{enabled:this.adaptivePosition},preventOverflow:{enabled:this.adaptivePosition,boundariesElement:this.boundariesElement||"scrollParent"}}}),this.isOpen||this.isDisabled||this._delayTimeoutId||!this.tooltip)return;const t=()=>{this._delayTimeoutId&&(this._delayTimeoutId=void 0),this._tooltip.attach(h).to(this.container).position({attachment:this.placement}).show({content:this.tooltip,placement:this.placement,containerClass:this.containerClass,id:`tooltip-${this.tooltipId}`})},e=()=>{this._tooltipCancelShowFn&&this._tooltipCancelShowFn()};this.delay?(this._delaySubscription&&this._delaySubscription.unsubscribe(),this._delaySubscription=(0,l.timer)(this.delay).subscribe((()=>{t(),e()})),this.triggers&&(0,n.parseTriggers)(this.triggers).forEach((t=>{t.close&&(this._tooltipCancelShowFn=this._renderer.listen(this._elementRef.nativeElement,t.close,(()=>{this._delaySubscription?.unsubscribe(),e()})))}))):t()}hide(){this._delayTimeoutId&&(clearTimeout(this._delayTimeoutId),this._delayTimeoutId=void 0),this._tooltip.isShown&&(this._tooltip.instance?.classMap&&(this._tooltip.instance.classMap.in=!1),setTimeout((()=>{this._tooltip.hide()}),this.tooltipFadeDuration))}ngOnDestroy(){this._tooltip.dispose(),this.tooltipChange.unsubscribe(),this._delaySubscription&&this._delaySubscription.unsubscribe(),this.onShown.unsubscribe(),this.onHidden.unsubscribe()}}u.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:u,deps:[{token:s.ViewContainerRef},{token:p.ComponentLoaderFactory},{token:d},{token:s.ElementRef},{token:s.Renderer2},{token:a.PositioningService}],target:s["ɵɵFactoryTarget"].Directive}),u.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:u,selector:"[tooltip], [tooltipHtml]",inputs:{adaptivePosition:"adaptivePosition",tooltip:"tooltip",placement:"placement",triggers:"triggers",container:"container",containerClass:"containerClass",boundariesElement:"boundariesElement",isOpen:"isOpen",isDisabled:"isDisabled",delay:"delay",htmlContent:["tooltipHtml","htmlContent"],_placement:["tooltipPlacement","_placement"],_isOpen:["tooltipIsOpen","_isOpen"],_enable:["tooltipEnable","_enable"],_appendToBody:["tooltipAppendToBody","_appendToBody"],tooltipAnimation:"tooltipAnimation",_popupClass:["tooltipClass","_popupClass"],_tooltipContext:["tooltipContext","_tooltipContext"],_tooltipPopupDelay:["tooltipPopupDelay","_tooltipPopupDelay"],tooltipFadeDuration:"tooltipFadeDuration",_tooltipTrigger:["tooltipTrigger","_tooltipTrigger"]},outputs:{tooltipChange:"tooltipChange",onShown:"onShown",onHidden:"onHidden",tooltipStateChanged:"tooltipStateChanged"},exportAs:["bs-tooltip"],ngImport:i||(i=o.t(s,2))}),(0,r.__decorate)([(0,n.OnChange)(),(0,r.__metadata)("design:type",Object)],u.prototype,"tooltip",void 0),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:u,decorators:[{type:s.Directive,args:[{selector:"[tooltip], [tooltipHtml]",exportAs:"bs-tooltip"}]}],ctorParameters:function(){return[{type:s.ViewContainerRef},{type:p.ComponentLoaderFactory},{type:d},{type:s.ElementRef},{type:s.Renderer2},{type:a.PositioningService}]},propDecorators:{adaptivePosition:[{type:s.Input}],tooltip:[{type:s.Input}],tooltipChange:[{type:s.Output}],placement:[{type:s.Input}],triggers:[{type:s.Input}],container:[{type:s.Input}],containerClass:[{type:s.Input}],boundariesElement:[{type:s.Input}],isOpen:[{type:s.Input}],isDisabled:[{type:s.Input}],delay:[{type:s.Input}],onShown:[{type:s.Output}],onHidden:[{type:s.Output}],htmlContent:[{type:s.Input,args:["tooltipHtml"]}],_placement:[{type:s.Input,args:["tooltipPlacement"]}],_isOpen:[{type:s.Input,args:["tooltipIsOpen"]}],_enable:[{type:s.Input,args:["tooltipEnable"]}],_appendToBody:[{type:s.Input,args:["tooltipAppendToBody"]}],tooltipAnimation:[{type:s.Input}],_popupClass:[{type:s.Input,args:["tooltipClass"]}],_tooltipContext:[{type:s.Input,args:["tooltipContext"]}],_tooltipPopupDelay:[{type:s.Input,args:["tooltipPopupDelay"]}],tooltipFadeDuration:[{type:s.Input}],_tooltipTrigger:[{type:s.Input,args:["tooltipTrigger"]}],tooltipStateChanged:[{type:s.Output}]}});class m{static forRoot(){return{ngModule:m,providers:[p.ComponentLoaderFactory,a.PositioningService]}}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),m.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,declarations:[u,h],imports:[c.CommonModule],exports:[u]}),m.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,imports:[c.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,decorators:[{type:s.NgModule,args:[{imports:[c.CommonModule],declarations:[u,h],exports:[u]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65859.6eccf5bec72f98ce8603.js b/dist/apps/processing-runtime-widget/65859.6eccf5bec72f98ce8603.js new file mode 100644 index 0000000..d120e36 --- /dev/null +++ b/dist/apps/processing-runtime-widget/65859.6eccf5bec72f98ce8603.js @@ -0,0 +1,2 @@ +/*! For license information please see 65859.6eccf5bec72f98ce8603.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65859],{65859:function(e,s,o){o.r(s);const i=void 0;s.default=["es-BZ",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"BZD","$","dólar beliceño",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],BZD:["$"],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:[i,"$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/65859.6eccf5bec72f98ce8603.js.LICENSE.txt b/dist/apps/processing-runtime-widget/65859.6eccf5bec72f98ce8603.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/65859.6eccf5bec72f98ce8603.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/65917.798f3446323c70ea7e70.js b/dist/apps/processing-runtime-widget/65917.798f3446323c70ea7e70.js new file mode 100644 index 0000000..8d3829f --- /dev/null +++ b/dist/apps/processing-runtime-widget/65917.798f3446323c70ea7e70.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[65917],{65917:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66033.54485031fc13b5e6b2dc.js b/dist/apps/processing-runtime-widget/66033.54485031fc13b5e6b2dc.js new file mode 100644 index 0000000..662939d --- /dev/null +++ b/dist/apps/processing-runtime-widget/66033.54485031fc13b5e6b2dc.js @@ -0,0 +1,2 @@ +/*! For license information please see 66033.54485031fc13b5e6b2dc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66033],{66033:function(s,M,u){u.r(M);const c=void 0;M.default=["km",[["a","p"],["AM","PM"],c],[["AM","PM"],c,c],[["អ","ច","អ","ព","ព","ស","ស"],["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហ","សុក្រ","សៅរ៍"],["អាទិត្យ","ច័ន្ទ","អង្គារ","ពុធ","ព្រហស្បតិ៍","សុក្រ","សៅរ៍"],["អា","ច","អ","ពុ","ព្រ","សុ","ស"]],[["អ","ច","អ","ព","ព","ស","ស"],["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហ","សុក្រ","សៅរ៍"],["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហស្បតិ៍","សុក្រ","សៅរ៍"],["អា","ច","អ","ពុ","ព្រ","សុ","ស"]],[["ម","ក","ម","ម","ឧ","ម","ក","ស","ក","ត","វ","ធ"],["មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],c],c,[["មុន គ.ស.","គ.ស."],c,["មុន​គ្រិស្តសករាជ","គ្រិស្តសករាជ"]],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{1} នៅ​ម៉ោង {0}",c],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"KHR","៛","រៀល​កម្ពុជា",{BYN:[c,"р."],JPY:["JP¥","¥"],KHR:["៛"],LSL:["ឡូទី"],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66033.54485031fc13b5e6b2dc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66033.54485031fc13b5e6b2dc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66033.54485031fc13b5e6b2dc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66034.861fe6927fded4fc3d8a.js b/dist/apps/processing-runtime-widget/66034.861fe6927fded4fc3d8a.js new file mode 100644 index 0000000..4d2f390 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66034.861fe6927fded4fc3d8a.js @@ -0,0 +1,2 @@ +/*! For license information please see 66034.861fe6927fded4fc3d8a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66034],{66034:function(e,a,u){u.r(a);const r=void 0;a.default=["en-GU",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66034.861fe6927fded4fc3d8a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66034.861fe6927fded4fc3d8a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66034.861fe6927fded4fc3d8a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66116.8b9de6f3c062e5e568a1.js b/dist/apps/processing-runtime-widget/66116.8b9de6f3c062e5e568a1.js new file mode 100644 index 0000000..d615575 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66116.8b9de6f3c062e5e568a1.js @@ -0,0 +1,2 @@ +/*! For license information please see 66116.8b9de6f3c062e5e568a1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66116],{66116:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66116.8b9de6f3c062e5e568a1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66116.8b9de6f3c062e5e568a1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66116.8b9de6f3c062e5e568a1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66243.45ae3f96b898aa9429cc.js b/dist/apps/processing-runtime-widget/66243.45ae3f96b898aa9429cc.js new file mode 100644 index 0000000..c77b8e7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66243.45ae3f96b898aa9429cc.js @@ -0,0 +1,2 @@ +/*! For license information please see 66243.45ae3f96b898aa9429cc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66243],{66243:function(r,e,s){s.r(e);const t=void 0;e.default=["sv-FI",[["fm","em"],t,t],[["fm","em"],["f.m.","e.m."],["förmiddag","eftermiddag"]],[["S","M","T","O","T","F","L"],["sön","mån","tis","ons","tors","fre","lör"],["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],["sö","må","ti","on","to","fr","lö"]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]],t,[["f.Kr.","e.Kr."],t,["före Kristus","efter Kristus"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[","," ",";","%","+","−","×10^","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[t,"$"],BBD:["Bds$","$"],BMD:["BM$","$"],BRL:["BR$","R$"],BSD:["BS$","$"],BYN:[t,"р."],BZD:["BZ$","$"],CNY:[t,"¥"],DKK:["Dkr","kr"],DOP:["RD$","$"],EEK:["Ekr"],EGP:["EG£","E£"],ESP:[],GBP:[t,"£"],HKD:[t,"$"],IEP:["IE£"],INR:[t,"₹"],ISK:["Ikr","kr"],JMD:["JM$","$"],JPY:[t,"¥"],KRW:[t,"₩"],NOK:["Nkr","kr"],NZD:[t,"$"],PHP:[t,"₱"],RON:[t,"L"],SEK:["kr"],TWD:[t,"NT$"],USD:["US$","$"],VND:[t,"₫"]},"ltr",function(r){const e=Math.floor(Math.abs(r)),s=r.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66243.45ae3f96b898aa9429cc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66243.45ae3f96b898aa9429cc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66243.45ae3f96b898aa9429cc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66257.1bf18d957f5da45de15f.js b/dist/apps/processing-runtime-widget/66257.1bf18d957f5da45de15f.js new file mode 100644 index 0000000..411e47d --- /dev/null +++ b/dist/apps/processing-runtime-widget/66257.1bf18d957f5da45de15f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66257],{66257:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66268.22ff2266d9999e7c5457.js b/dist/apps/processing-runtime-widget/66268.22ff2266d9999e7c5457.js new file mode 100644 index 0000000..8150546 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66268.22ff2266d9999e7c5457.js @@ -0,0 +1,2 @@ +/*! For license information please see 66268.22ff2266d9999e7c5457.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66268],{66268:function(e,a,u){u.r(a);const n=void 0;a.default=["en-SZ",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SZL","E","Swazi Lilangeni",{JPY:["JP¥","¥"],SZL:["E"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66268.22ff2266d9999e7c5457.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66268.22ff2266d9999e7c5457.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66268.22ff2266d9999e7c5457.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66428.f296bb6f24bea783ffea.js b/dist/apps/processing-runtime-widget/66428.f296bb6f24bea783ffea.js new file mode 100644 index 0000000..961d32c --- /dev/null +++ b/dist/apps/processing-runtime-widget/66428.f296bb6f24bea783ffea.js @@ -0,0 +1,2 @@ +/*! For license information please see 66428.f296bb6f24bea783ffea.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66428],{66428:function(a,g,i){i.r(g);const e=void 0;g.default=[[["pagi","pagi","tengah hari","petang","malam"],e,["tengah malam","pagi","tengah hari","petang","malam"]],[["pagi","pagi","tengah hari","petang","malam"],["tengah malam","pagi","tengah hari","petang","malam"],e],[["00:00","01:00"],["01:00","12:00"],["12:00","14:00"],["14:00","19:00"],["19:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66428.f296bb6f24bea783ffea.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66428.f296bb6f24bea783ffea.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66428.f296bb6f24bea783ffea.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6643.6669d97259f9ad72598c.js b/dist/apps/processing-runtime-widget/6643.6669d97259f9ad72598c.js new file mode 100644 index 0000000..6604755 --- /dev/null +++ b/dist/apps/processing-runtime-widget/6643.6669d97259f9ad72598c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6643],{6643:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66431.ee1f29b36f5d00d3f9b3.js b/dist/apps/processing-runtime-widget/66431.ee1f29b36f5d00d3f9b3.js new file mode 100644 index 0000000..33c5fb1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66431.ee1f29b36f5d00d3f9b3.js @@ -0,0 +1,2 @@ +/*! For license information please see 66431.ee1f29b36f5d00d3f9b3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66431],{66431:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66431.ee1f29b36f5d00d3f9b3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66431.ee1f29b36f5d00d3f9b3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66431.ee1f29b36f5d00d3f9b3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66448.39e6548753c4d20bf5ea.js b/dist/apps/processing-runtime-widget/66448.39e6548753c4d20bf5ea.js new file mode 100644 index 0000000..08e5569 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66448.39e6548753c4d20bf5ea.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66448],{66448:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66457.e3b3bf858550957e7254.js b/dist/apps/processing-runtime-widget/66457.e3b3bf858550957e7254.js new file mode 100644 index 0000000..9dbdf33 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66457.e3b3bf858550957e7254.js @@ -0,0 +1,2 @@ +/*! For license information please see 66457.e3b3bf858550957e7254.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66457],{66457:function(i,a,n){n.r(a);const M=void 0;a.default=["ga-GB",[["r.n.","i.n."],M,M],M,[["D","L","M","C","D","A","S"],["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],["Do","Lu","Má","Cé","Dé","Ao","Sa"]],M,[["E","F","M","A","B","M","I","L","M","D","S","N"],["Ean","Feabh","Márta","Aib","Beal","Meith","Iúil","Lún","MFómh","DFómh","Samh","Noll"],["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"]],M,[["RC","AD"],M,["Roimh Chríost","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","Nuimh",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","Punt Steirling",{RUR:[M,"р."],THB:["฿"],TWD:["NT$"],XXX:[]},"ltr",function(i){const a=i;return 1===a?1:2===a?2:a===Math.floor(a)&&a>=3&&a<=6?3:a===Math.floor(a)&&a>=7&&a<=10?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66457.e3b3bf858550957e7254.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66457.e3b3bf858550957e7254.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66457.e3b3bf858550957e7254.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66568.20fb59a02097da478715.js b/dist/apps/processing-runtime-widget/66568.20fb59a02097da478715.js new file mode 100644 index 0000000..3b7920f --- /dev/null +++ b/dist/apps/processing-runtime-widget/66568.20fb59a02097da478715.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66568],{66568:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66674.6e8b351b96254f3f2e81.js b/dist/apps/processing-runtime-widget/66674.6e8b351b96254f3f2e81.js new file mode 100644 index 0000000..e230ad3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66674.6e8b351b96254f3f2e81.js @@ -0,0 +1,2 @@ +/*! For license information please see 66674.6e8b351b96254f3f2e81.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66674],{66674:function(s,M,u){u.r(M);const c=void 0;M.default=["or",[["ପୂ","ଅ"],["AM","PM"],c],[["AM","ଅପରାହ୍ନ"],["ପୂର୍ବାହ୍ନ","ଅପରାହ୍ନ"],c],[["ର","ସୋ","ମ","ବୁ","ଗୁ","ଶୁ","ଶ"],["ରବି","ସୋମ","ମଙ୍ଗଳ","ବୁଧ","ଗୁରୁ","ଶୁକ୍ର","ଶନି"],["ରବିବାର","ସୋମବାର","ମଙ୍ଗଳବାର","ବୁଧବାର","ଗୁରୁବାର","ଶୁକ୍ରବାର","ଶନିବାର"],["ରବି","ସୋମ","ମଙ୍ଗଳ","ବୁଧ","ଗୁରୁ","ଶୁକ୍ର","ଶନି"]],c,[["ଜା","ଫେ","ମା","ଅ","ମଇ","ଜୁ","ଜୁ","ଅ","ସେ","ଅ","ନ","ଡି"],["ଜାନୁଆରୀ","ଫେବୃଆରୀ","ମାର୍ଚ୍ଚ","ଅପ୍ରେଲ","ମଇ","ଜୁନ","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"],c],c,[["BC","AD"],c,["ଖ୍ରୀଷ୍ଟପୂର୍ବ","ଖ୍ରୀଷ୍ଟାବ୍ଦ"]],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",c,"{0} ଠାରେ {1}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##0.00","#E0"],"INR","₹","ଭାରତୀୟ ଟଙ୍କା",{BYN:[c,"р."],PHP:[c,"₱"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66674.6e8b351b96254f3f2e81.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66674.6e8b351b96254f3f2e81.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66674.6e8b351b96254f3f2e81.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66730.b2cd9a1c331dfcd2eeee.js b/dist/apps/processing-runtime-widget/66730.b2cd9a1c331dfcd2eeee.js new file mode 100644 index 0000000..565a136 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66730.b2cd9a1c331dfcd2eeee.js @@ -0,0 +1,2 @@ +/*! For license information please see 66730.b2cd9a1c331dfcd2eeee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66730],{66730:function(u,c,i){i.r(c);const e=void 0;c.default=[[["შუაღამეს","შუადღ.","დილ.","ნაშუადღ.","საღ.","ღამ."],e,["შუაღამეს","შუადღეს","დილით","ნაშუადღევს","საღამოს","ღამით"]],[["შუაღამე","შუადღე","დილა","ნაშუადღევი","საღამო","ღამე"],e,e],["00:00","12:00",["05:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66730.b2cd9a1c331dfcd2eeee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66730.b2cd9a1c331dfcd2eeee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66730.b2cd9a1c331dfcd2eeee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66831.c35cc446df1b8189aa66.js b/dist/apps/processing-runtime-widget/66831.c35cc446df1b8189aa66.js new file mode 100644 index 0000000..00320a7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66831.c35cc446df1b8189aa66.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66831],{66831:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66861.f14a8e86d7a8fb3a0a6b.js b/dist/apps/processing-runtime-widget/66861.f14a8e86d7a8fb3a0a6b.js new file mode 100644 index 0000000..d0ee2a0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66861.f14a8e86d7a8fb3a0a6b.js @@ -0,0 +1,2 @@ +/*! For license information please see 66861.f14a8e86d7a8fb3a0a6b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66861],{66861:function(a,i,u){u.r(i);const m=void 0;i.default=["bez",[["pamilau","pamunyi"],m,m],m,[["M","J","H","H","H","W","J"],["Mul","Vil","Hiv","Hid","Hit","Hih","Lem"],["pa mulungu","pa shahuviluha","pa hivili","pa hidatu","pa hitayi","pa hihanu","pa shahulembela"],["Mul","Vil","Hiv","Hid","Hit","Hih","Lem"]],m,[["H","V","D","T","H","S","S","N","T","K","K","K"],["Hut","Vil","Dat","Tai","Han","Sit","Sab","Nan","Tis","Kum","Kmj","Kmb"],["pa mwedzi gwa hutala","pa mwedzi gwa wuvili","pa mwedzi gwa wudatu","pa mwedzi gwa wutai","pa mwedzi gwa wuhanu","pa mwedzi gwa sita","pa mwedzi gwa saba","pa mwedzi gwa nane","pa mwedzi gwa tisa","pa mwedzi gwa kumi","pa mwedzi gwa kumi na moja","pa mwedzi gwa kumi na mbili"]],m,[["KM","BM"],m,["Kabla ya Mtwaa","Baada ya Mtwaa"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",m,m,m],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TZS","TSh","Shilingi ya Hutanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66861.f14a8e86d7a8fb3a0a6b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66861.f14a8e86d7a8fb3a0a6b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66861.f14a8e86d7a8fb3a0a6b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/66961.a03f925edf43fcff6ef1.js b/dist/apps/processing-runtime-widget/66961.a03f925edf43fcff6ef1.js new file mode 100644 index 0000000..513b051 --- /dev/null +++ b/dist/apps/processing-runtime-widget/66961.a03f925edf43fcff6ef1.js @@ -0,0 +1,2 @@ +/*! For license information please see 66961.a03f925edf43fcff6ef1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[66961],{66961:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/66961.a03f925edf43fcff6ef1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/66961.a03f925edf43fcff6ef1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/66961.a03f925edf43fcff6ef1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67025.647928ee2286b5a64fb1.js b/dist/apps/processing-runtime-widget/67025.647928ee2286b5a64fb1.js new file mode 100644 index 0000000..41a3803 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67025.647928ee2286b5a64fb1.js @@ -0,0 +1,2 @@ +/*! For license information please see 67025.647928ee2286b5a64fb1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67025],{67025:function(e,r,t){t.r(r);const s=void 0;r.default=["sq-XK",[["p.d.","m.d."],s,["e paradites","e pasdites"]],[["p.d.","m.d."],s,["paradite","pasdite"]],[["d","h","m","m","e","p","sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["die","hën","mar","mër","enj","pre","sht"]],[["d","h","m","m","e","p","sh"],["die","hën","mar","mër","enj","pre","sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["die","hën","mar","mër","enj","pre","sht"]],[["j","sh","m","p","m","q","k","g","sh","t","n","dh"],["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","nën","dhj"],["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"]],s,[["p.K.","mb.K."],s,["para Krishtit","mbas Krishtit"]],1,[6,0],["d.M.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,"{1} 'në' {0}",s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Euroja",{AFN:[],ALL:["Lekë"],AMD:[],AOA:[],ARS:[],AUD:["A$","AUD"],AZN:[],BAM:[],BBD:[],BDT:[],BMD:[],BND:[],BOB:[],BRL:[],BSD:[],BWP:[],BZD:[],CAD:["CA$","CAD"],CLP:[],CNY:["CN¥","CNY"],COP:[],CRC:[],CUC:[],CUP:[],CZK:[],DKK:[],DOP:[],EGP:[],FJD:[],FKP:[],GBP:["£","GBP"],GEL:[],GIP:[],GNF:[],GTQ:[],GYD:[],HKD:["HK$","HKS"],HNL:[],HRK:[],HUF:[],IDR:[],ILS:["₪","ILS"],INR:["₹","INR"],ISK:[],JMD:[],JPY:["JP¥","JPY"],KHR:[],KMF:[],KPW:[],KRW:["₩","KRW"],KYD:[],KZT:[],LAK:[],LBP:[],LKR:[],LRD:[],MGA:[],MMK:[],MNT:[],MUR:[],MXN:["MX$","MXN"],MYR:[],NAD:[],NGN:[],NIO:[],NOK:[],NPR:[],NZD:["NZ$","NZD"],PHP:[],PKR:[],PLN:[],PYG:[],RON:[],RUB:[],RWF:[],SBD:[],SEK:[],SGD:[],SHP:[],SRD:[],SSP:[],STN:[],SYP:[],THB:["฿","THB"],TOP:[],TRY:[],TTD:[],TWD:["NT$","TWD"],UAH:[],USD:["US$","USD"],UYU:[],VND:["₫","VND"],XCD:["EC$","XCD"],ZAR:[],ZMW:[]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67025.647928ee2286b5a64fb1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67025.647928ee2286b5a64fb1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67025.647928ee2286b5a64fb1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67042.1667f4c359fcfabf91d4.js b/dist/apps/processing-runtime-widget/67042.1667f4c359fcfabf91d4.js new file mode 100644 index 0000000..2afa9df --- /dev/null +++ b/dist/apps/processing-runtime-widget/67042.1667f4c359fcfabf91d4.js @@ -0,0 +1,2 @@ +/*! For license information please see 67042.1667f4c359fcfabf91d4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67042],{67042:function(e,u,a){a.r(u);const n=void 0;u.default=["en-150",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],n,n,n,{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67042.1667f4c359fcfabf91d4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67042.1667f4c359fcfabf91d4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67042.1667f4c359fcfabf91d4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67119.4d27360824af690dc273.js b/dist/apps/processing-runtime-widget/67119.4d27360824af690dc273.js new file mode 100644 index 0000000..7a61e50 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67119.4d27360824af690dc273.js @@ -0,0 +1,2 @@ +/*! For license information please see 67119.4d27360824af690dc273.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67119],{67119:function(u,M,s){s.r(M);const n=void 0;M.default=["lrc-IQ",[["AM","PM"],n,n],n,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جانڤیە","فئڤریە","مارس","آڤریل","مئی","جوٙأن","جوٙلا","آگوست","سئپتامر","ئوکتوڤر","نوڤامر","دئسامر"],n],n,[["BCE","CE"],n,n],6,[5,6],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IQD","د.ع.‏","IQD",{IQD:["د.ع.‏"],JPY:["JP¥","¥"],USD:["US$","$"]},"rtl",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67119.4d27360824af690dc273.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67119.4d27360824af690dc273.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67119.4d27360824af690dc273.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67165.20aa177a5dd64a61eecc.js b/dist/apps/processing-runtime-widget/67165.20aa177a5dd64a61eecc.js new file mode 100644 index 0000000..bbf80d5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67165.20aa177a5dd64a61eecc.js @@ -0,0 +1,2 @@ +/*! For license information please see 67165.20aa177a5dd64a61eecc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67165],{67165:function(e,s,o){o.r(s);const i=void 0;s.default=["es-SV",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"USD","$","dólar estadounidense",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67165.20aa177a5dd64a61eecc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67165.20aa177a5dd64a61eecc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67165.20aa177a5dd64a61eecc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6721.473873fa6b435e80a987.js b/dist/apps/processing-runtime-widget/6721.473873fa6b435e80a987.js new file mode 100644 index 0000000..8c998e8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/6721.473873fa6b435e80a987.js @@ -0,0 +1,2 @@ +/*! For license information please see 6721.473873fa6b435e80a987.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6721],{6721:function(a,n,s){s.r(n);const e=void 0;n.default=["uz-Latn",[["TO","TK"],e,e],e,[["Y","D","S","C","P","J","S"],["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"],["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],["Ya","Du","Se","Ch","Pa","Ju","Sh"]],e,[["Y","F","M","A","M","I","I","A","S","O","N","D"],["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]],[["Y","F","M","A","M","I","I","A","S","O","N","D"],["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"],["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]],[["m.a.","milodiy"],e,["miloddan avvalgi","milodiy"]],1,[6,0],["dd/MM/yy","d-MMM, y","d-MMMM, y","EEEE, d-MMMM, y"],["HH:mm","HH:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}, {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","son emas",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UZS","soʻm","O‘zbekiston so‘mi",{BYN:[e,"р."],JPY:["JP¥","¥"],PHP:[e,"₱"],USD:["US$","$"],UZS:["soʻm"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6721.473873fa6b435e80a987.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6721.473873fa6b435e80a987.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6721.473873fa6b435e80a987.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67211.7c549baa9d228e47c061.js b/dist/apps/processing-runtime-widget/67211.7c549baa9d228e47c061.js new file mode 100644 index 0000000..976ded8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67211.7c549baa9d228e47c061.js @@ -0,0 +1,2 @@ +/*! For license information please see 67211.7c549baa9d228e47c061.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67211],{67211:function(M,$,D){D.r($);const s=void 0;$.default=["be",[["am","pm"],["AM","PM"],s],[["AM","PM"],s,s],[["н","п","а","с","ч","п","с"],["нд","пн","аў","ср","чц","пт","сб"],["нядзеля","панядзелак","аўторак","серада","чацвер","пятніца","субота"],["нд","пн","аў","ср","чц","пт","сб"]],s,[["с","л","с","к","м","ч","л","ж","в","к","л","с"],["сту","лют","сак","кра","мая","чэр","ліп","жні","вер","кас","ліс","сне"],["студзеня","лютага","сакавіка","красавіка","мая","чэрвеня","ліпеня","жніўня","верасня","кастрычніка","лістапада","снежня"]],[["с","л","с","к","м","ч","л","ж","в","к","л","с"],["сту","лют","сак","кра","май","чэр","ліп","жні","вер","кас","ліс","сне"],["студзень","люты","сакавік","красавік","май","чэрвень","ліпень","жнівень","верасень","кастрычнік","лістапад","снежань"]],[["да н.э.","н.э."],s,["да нараджэння Хрыстова","ад нараджэння Хрыстова"]],1,[6,0],["d.MM.yy","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss, zzzz"],["{1}, {0}",s,"{1} 'у' {0}",s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"BYN","Br","беларускі рубель",{AUD:["A$"],BBD:[s,"Bds$"],BMD:[s,"BD$"],BRL:[s,"R$"],BSD:[s,"B$"],BYN:["Br"],BZD:[s,"BZ$"],CAD:[s,"CA$"],CUC:[s,"CUC$"],CUP:[s,"$MN"],DOP:[s,"RD$"],FJD:[s,"FJ$"],FKP:[s,"FK£"],GYD:[s,"G$"],ISK:[s,"Íkr"],JMD:[s,"J$"],KYD:[s,"CI$"],LRD:[s,"L$"],MXN:["MX$"],NAD:[s,"N$"],NZD:[s,"NZ$"],PHP:[s,"₱"],RUB:["₽","руб."],SBD:[s,"SI$"],SGD:[s,"S$"],TTD:[s,"TT$"],UYU:[s,"$U"],XCD:["EC$"]},"ltr",function(M){const $=M;return $%10==1&&$%100!=11?1:$%10===Math.floor($%10)&&$%10>=2&&$%10<=4&&!($%100>=12&&$%100<=14)?3:$%10==0||$%10===Math.floor($%10)&&$%10>=5&&$%10<=9||$%100===Math.floor($%100)&&$%100>=11&&$%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67211.7c549baa9d228e47c061.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67211.7c549baa9d228e47c061.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67211.7c549baa9d228e47c061.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/6723.d1fe0d1807fb3d2998d9.js b/dist/apps/processing-runtime-widget/6723.d1fe0d1807fb3d2998d9.js new file mode 100644 index 0000000..e740b33 --- /dev/null +++ b/dist/apps/processing-runtime-widget/6723.d1fe0d1807fb3d2998d9.js @@ -0,0 +1,2 @@ +/*! For license information please see 6723.d1fe0d1807fb3d2998d9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[6723],{6723:function(i,e,r){r.r(e);const u=void 0;e.default=["ro-MD",[["a.m.","p.m."],u,u],u,[["D","L","Ma","Mi","J","V","S"],["Dum","Lun","Mar","Mie","Joi","Vin","Sâm"],["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],["Du","Lu","Ma","Mi","Jo","Vi","Sâ"]],u,[["I","F","M","A","M","I","I","A","S","O","N","D"],["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]],u,[["î.Hr.","d.Hr."],u,["înainte de Hristos","după Hristos"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",u,u,u],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MDL","L","leu moldovenesc",{AUD:[u,"$"],BRL:[u,"R$"],BYN:[u,"р."],CAD:[u,"$"],CNY:[u,"¥"],EUR:[u,"€"],GBP:[u,"£"],HKD:[u,"$"],ILS:[u,"₪"],INR:[u,"₹"],JPY:[u,"¥"],KRW:[u,"₩"],MDL:["L"],MXN:[u,"$"],NZD:[u,"$"],PHP:[u,"₱"],TWD:[u,"NT$"],USD:[u,"$"],VND:[u,"₫"],XCD:[u,"$"]},"ltr",function(i){const e=i,r=Math.floor(Math.abs(i)),u=i.toString().replace(/^[^.]*\.?/,"").length;return 1===r&&0===u?1:0!==u||0===e||e%100===Math.floor(e%100)&&e%100>=2&&e%100<=19?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/6723.d1fe0d1807fb3d2998d9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/6723.d1fe0d1807fb3d2998d9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/6723.d1fe0d1807fb3d2998d9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67570.d05d1abed41eae9f6dc8.js b/dist/apps/processing-runtime-widget/67570.d05d1abed41eae9f6dc8.js new file mode 100644 index 0000000..01fe4ba --- /dev/null +++ b/dist/apps/processing-runtime-widget/67570.d05d1abed41eae9f6dc8.js @@ -0,0 +1,2 @@ +/*! For license information please see 67570.d05d1abed41eae9f6dc8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67570],{67570:function(M,s,u){u.r(s);const c=void 0;s.default=["ff-Adlm-MR",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],c],[["𞤀𞤎","𞤇𞤎"],c,c],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],c,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],c],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],c,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,"{1} 𞤉 {0}",c],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MRU","UM","𞤓𞤺𞤭𞤴𞤢 𞤃𞤮𞤪𞤭𞤼𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮",{BYN:[c,"р."],GNF:[c,"𞤊𞤘"],JPY:["JP¥","¥"],MRU:["UM"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(M){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67570.d05d1abed41eae9f6dc8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67570.d05d1abed41eae9f6dc8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67570.d05d1abed41eae9f6dc8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67623.f6062e28d5f6b5185cd1.js b/dist/apps/processing-runtime-widget/67623.f6062e28d5f6b5185cd1.js new file mode 100644 index 0000000..463f264 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67623.f6062e28d5f6b5185cd1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67623],{67623:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67625.9cf2b8dcae3dc7f1745b.js b/dist/apps/processing-runtime-widget/67625.9cf2b8dcae3dc7f1745b.js new file mode 100644 index 0000000..73cf275 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67625.9cf2b8dcae3dc7f1745b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67625],{67625:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67666.153fcfb5d910dc153bf3.js b/dist/apps/processing-runtime-widget/67666.153fcfb5d910dc153bf3.js new file mode 100644 index 0000000..cecb1cb --- /dev/null +++ b/dist/apps/processing-runtime-widget/67666.153fcfb5d910dc153bf3.js @@ -0,0 +1,2 @@ +/*! For license information please see 67666.153fcfb5d910dc153bf3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67666],{67666:function(u,a,i){i.r(a);const r=void 0;a.default=["bm",[["AM","PM"],r,r],r,[["K","N","T","A","A","J","S"],["kar","ntɛ","tar","ara","ala","jum","sib"],["kari","ntɛnɛ","tarata","araba","alamisa","juma","sibiri"],["kar","ntɛ","tar","ara","ala","jum","sib"]],r,[["Z","F","M","A","M","Z","Z","U","S","Ɔ","N","D"],["zan","feb","mar","awi","mɛ","zuw","zul","uti","sɛt","ɔku","now","des"],["zanwuye","feburuye","marisi","awirili","mɛ","zuwɛn","zuluye","uti","sɛtanburu","ɔkutɔburu","nowanburu","desanburu"]],r,[["J.-C. ɲɛ","ni J.-C."],r,["jezu krisiti ɲɛ","jezu krisiti minkɛ"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XOF","F CFA","sefa Fraŋ (BCEAO)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67666.153fcfb5d910dc153bf3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67666.153fcfb5d910dc153bf3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67666.153fcfb5d910dc153bf3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67696.dd8e7618d2ac3375269f.js b/dist/apps/processing-runtime-widget/67696.dd8e7618d2ac3375269f.js new file mode 100644 index 0000000..6e6887b --- /dev/null +++ b/dist/apps/processing-runtime-widget/67696.dd8e7618d2ac3375269f.js @@ -0,0 +1,2 @@ +/*! For license information please see 67696.dd8e7618d2ac3375269f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67696],{67696:function(e,a,u){u.r(a);const r=void 0;a.default=["en-MP",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67696.dd8e7618d2ac3375269f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67696.dd8e7618d2ac3375269f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67696.dd8e7618d2ac3375269f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67720.0c2c33ae313f638135d5.js b/dist/apps/processing-runtime-widget/67720.0c2c33ae313f638135d5.js new file mode 100644 index 0000000..c930a38 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67720.0c2c33ae313f638135d5.js @@ -0,0 +1,2 @@ +/*! For license information please see 67720.0c2c33ae313f638135d5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67720],{67720:function(a,e,r){r.r(e);const n=void 0;e.default=["nl-BQ",[["a.m.","p.m."],n,n],n,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],n,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,"{1} 'om' {0}",n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"USD","$","Amerikaanse dollar",{AUD:["AU$","$"],BYN:[n,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[n,"₱"],RUR:[n,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),r=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67720.0c2c33ae313f638135d5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67720.0c2c33ae313f638135d5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67720.0c2c33ae313f638135d5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67778.7eec7ce7bf35d857d94e.js b/dist/apps/processing-runtime-widget/67778.7eec7ce7bf35d857d94e.js new file mode 100644 index 0000000..2102261 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67778.7eec7ce7bf35d857d94e.js @@ -0,0 +1,2 @@ +/*! For license information please see 67778.7eec7ce7bf35d857d94e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67778],{67778:function(e,s,o){o.r(s);const i=void 0;s.default=["es-PY",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["do","lu","ma","mi","ju","vi","sa"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["Do","Lu","Ma","Mi","Ju","Vi","Sa"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00;¤ -#,##0.00","#E0"],"PYG","Gs.","guaraní paraguayo",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],PYG:["Gs.","₲"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:[i,"$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===a&&0!==o&&o%1e6==0&&0===i||!(a>=0&&a<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67778.7eec7ce7bf35d857d94e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67778.7eec7ce7bf35d857d94e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67778.7eec7ce7bf35d857d94e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67839.0a1ef3f2136c6eb25686.js b/dist/apps/processing-runtime-widget/67839.0a1ef3f2136c6eb25686.js new file mode 100644 index 0000000..dbac1ea --- /dev/null +++ b/dist/apps/processing-runtime-widget/67839.0a1ef3f2136c6eb25686.js @@ -0,0 +1,2 @@ +/*! For license information please see 67839.0a1ef3f2136c6eb25686.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67839],{67839:function(s,M,u){u.r(M);const c=void 0;M.default=["sd",[["صبح، منجهند","منجهند، شام"],["صبح، منجهند","شام، منجهند"],["صبح، منجهند","منجهند، شام"]],[["صبح، منجهند","منجهند، شام"],c,c],[["آچر","سو","اڱارو","اربع","خم","جمعو","ڇنڇر"],["آچر","سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر"],c,c],c,[["J","F","M","A","M","J","J","A","S","O","N","D"],["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],c],c,[["BC","CD"],c,["قبل مسيح","عيسوي کان پهرين"]],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"PKR","Rs","پاڪستاني رپي",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],PKR:["Rs"],USD:["US$","$"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67839.0a1ef3f2136c6eb25686.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67839.0a1ef3f2136c6eb25686.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67839.0a1ef3f2136c6eb25686.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67994.4abb8bf8a2aaeb4a74de.js b/dist/apps/processing-runtime-widget/67994.4abb8bf8a2aaeb4a74de.js new file mode 100644 index 0000000..1ebc011 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67994.4abb8bf8a2aaeb4a74de.js @@ -0,0 +1,2 @@ +/*! For license information please see 67994.4abb8bf8a2aaeb4a74de.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67994],{67994:function(e,s,o){o.r(s);const i=void 0;s.default=["es-EC",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"USD","$","dólar estadounidense",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67994.4abb8bf8a2aaeb4a74de.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67994.4abb8bf8a2aaeb4a74de.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67994.4abb8bf8a2aaeb4a74de.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/67997.5bf98eb0da0c5ba8b9db.js b/dist/apps/processing-runtime-widget/67997.5bf98eb0da0c5ba8b9db.js new file mode 100644 index 0000000..c7db8d7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/67997.5bf98eb0da0c5ba8b9db.js @@ -0,0 +1,2 @@ +/*! For license information please see 67997.5bf98eb0da0c5ba8b9db.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[67997],{67997:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/67997.5bf98eb0da0c5ba8b9db.js.LICENSE.txt b/dist/apps/processing-runtime-widget/67997.5bf98eb0da0c5ba8b9db.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/67997.5bf98eb0da0c5ba8b9db.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/68247.59807e505236a472232b.js b/dist/apps/processing-runtime-widget/68247.59807e505236a472232b.js new file mode 100644 index 0000000..4bc9c60 --- /dev/null +++ b/dist/apps/processing-runtime-widget/68247.59807e505236a472232b.js @@ -0,0 +1,2 @@ +/*! For license information please see 68247.59807e505236a472232b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[68247],{68247:function(s,M,t){t.r(M);const u=void 0;M.default=["shi",[["ⵜⵉⴼⴰⵡⵜ","ⵜⴰⴷⴳⴳⵯⴰⵜ"],u,u],u,[["S","M","T","W","T","F","S"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"],["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"]],u,[["ⵉ","ⴱ","ⵎ","ⵉ","ⵎ","ⵢ","ⵢ","ⵖ","ⵛ","ⴽ","ⵏ","ⴷ"],["ⵉⵏⵏ","ⴱⵕⴰ","ⵎⴰⵕ","ⵉⴱⵔ","ⵎⴰⵢ","ⵢⵓⵏ","ⵢⵓⵍ","ⵖⵓⵛ","ⵛⵓⵜ","ⴽⵜⵓ","ⵏⵓⵡ","ⴷⵓⵊ"],["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵔ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"]],u,[["ⴷⴰⵄ","ⴷⴼⵄ"],u,["ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ","ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MAD","MAD","ⴰⴷⵔⵉⵎ ⵏ ⵍⵎⵖⵔⵉⴱ",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:M===Math.floor(M)&&M>=2&&M<=10?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/68247.59807e505236a472232b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/68247.59807e505236a472232b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/68247.59807e505236a472232b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/68475.c4042f5e921b0a22f861.js b/dist/apps/processing-runtime-widget/68475.c4042f5e921b0a22f861.js new file mode 100644 index 0000000..b445e7d --- /dev/null +++ b/dist/apps/processing-runtime-widget/68475.c4042f5e921b0a22f861.js @@ -0,0 +1,2 @@ +/*! For license information please see 68475.c4042f5e921b0a22f861.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[68475],{68475:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/68475.c4042f5e921b0a22f861.js.LICENSE.txt b/dist/apps/processing-runtime-widget/68475.c4042f5e921b0a22f861.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/68475.c4042f5e921b0a22f861.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/68644.ab79ee0c4950f5663ac2.js b/dist/apps/processing-runtime-widget/68644.ab79ee0c4950f5663ac2.js new file mode 100644 index 0000000..1a47e69 --- /dev/null +++ b/dist/apps/processing-runtime-widget/68644.ab79ee0c4950f5663ac2.js @@ -0,0 +1,2 @@ +/*! For license information please see 68644.ab79ee0c4950f5663ac2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[68644],{68644:function(e,i,a){a.r(i);const t=void 0;i.default=["pl",[["a","p"],["AM","PM"],t],t,[["n","p","w","ś","c","p","s"],["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],["nie","pon","wto","śro","czw","pią","sob"]],[["N","P","W","Ś","C","P","S"],["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],["nie","pon","wto","śro","czw","pią","sob"]],[["s","l","m","k","m","c","l","s","w","p","l","g"],["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"]],[["S","L","M","K","M","C","L","S","W","P","L","G"],["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]],[["p.n.e.","n.e."],t,["przed naszą erą","naszej ery"]],1,[6,0],["d.MM.y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"PLN","zł","złoty polski",{AUD:[t,"$"],CAD:[t,"$"],CNY:[t,"¥"],GBP:[t,"£"],HKD:[t,"$"],ILS:[t,"₪"],INR:[t,"₹"],JPY:[t,"¥"],KRW:[t,"₩"],MXN:[t,"$"],NZD:[t,"$"],PHP:[t,"₱"],PLN:["zł"],RON:[t,"lej"],TWD:[t,"NT$"],USD:[t,"$"],VND:[t,"₫"]},"ltr",function(e){const i=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===i&&0===a?1:0===a&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:0===a&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===a&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===a&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/68644.ab79ee0c4950f5663ac2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/68644.ab79ee0c4950f5663ac2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/68644.ab79ee0c4950f5663ac2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/68777.9ef9c294dd81e5c2d672.js b/dist/apps/processing-runtime-widget/68777.9ef9c294dd81e5c2d672.js new file mode 100644 index 0000000..0e60c8b --- /dev/null +++ b/dist/apps/processing-runtime-widget/68777.9ef9c294dd81e5c2d672.js @@ -0,0 +1,2 @@ +/*! For license information please see 68777.9ef9c294dd81e5c2d672.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[68777],{68777:function(a,e,d){d.r(e);const m=void 0;e.default=["ee",[["ŋ","ɣ"],["ŋdi","ɣetrɔ"],m],m,[["k","d","b","k","y","f","m"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"],["kɔsiɖa","dzoɖa","blaɖa","kuɖa","yawoɖa","fiɖa","memleɖa"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"]],m,[["d","d","t","a","d","m","s","d","a","k","a","d"],["dzv","dzd","ted","afɔ","dam","mas","sia","dea","any","kel","ade","dzm"],["dzove","dzodze","tedoxe","afɔfĩe","dama","masa","siamlɔm","deasiamime","anyɔnyɔ","kele","adeɛmekpɔxe","dzome"]],m,[["HYV","Yŋ"],m,["Hafi Yesu Va","Yesu ŋɔli"]],1,[6,0],["M/d/yy","MMM d 'lia', y","MMMM d 'lia' y","EEEE, MMMM d 'lia' y"],["a 'ga' h:mm","a 'ga' h:mm:ss","a 'ga' h:mm:ss z","a 'ga' h:mm:ss zzzz"],["{0} {1}",m,m,m],[".",",",";","%","+","-","E","×","‰","∞","mnn",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GHS","GH₵","ghana siɖi",{AUD:["AU$","$"],BYN:[m,"р."],GHS:["GH₵"],JPY:["JP¥","¥"],THB:["฿"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/68777.9ef9c294dd81e5c2d672.js.LICENSE.txt b/dist/apps/processing-runtime-widget/68777.9ef9c294dd81e5c2d672.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/68777.9ef9c294dd81e5c2d672.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/68874.116ef9770e9d4248fc07.js b/dist/apps/processing-runtime-widget/68874.116ef9770e9d4248fc07.js new file mode 100644 index 0000000..776ee25 --- /dev/null +++ b/dist/apps/processing-runtime-widget/68874.116ef9770e9d4248fc07.js @@ -0,0 +1,2 @@ +/*! For license information please see 68874.116ef9770e9d4248fc07.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[68874],{68874:function(e,$,a){a.r($);const i=void 0;$.default=["fr-MR",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MRU","UM","ouguiya mauritanien",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MRU:["UM"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===a||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/68874.116ef9770e9d4248fc07.js.LICENSE.txt b/dist/apps/processing-runtime-widget/68874.116ef9770e9d4248fc07.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/68874.116ef9770e9d4248fc07.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69086.2b3897dad3787afdca34.js b/dist/apps/processing-runtime-widget/69086.2b3897dad3787afdca34.js new file mode 100644 index 0000000..a97e2d3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69086.2b3897dad3787afdca34.js @@ -0,0 +1,2 @@ +/*! For license information please see 69086.2b3897dad3787afdca34.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69086],{69086:function(M,s,t){t.r(s);const u=void 0;s.default=["hy",[["ա","հ"],["AM","PM"],u],[["AM","PM"],u,u],[["Կ","Ե","Ե","Չ","Հ","Ո","Շ"],["կիր","երկ","երք","չրք","հնգ","ուր","շբթ"],["կիրակի","երկուշաբթի","երեքշաբթի","չորեքշաբթի","հինգշաբթի","ուրբաթ","շաբաթ"],["կր","եկ","եք","չք","հգ","ու","շբ"]],u,[["Հ","Փ","Մ","Ա","Մ","Հ","Հ","Օ","Ս","Հ","Ն","Դ"],["հնվ","փտվ","մրտ","ապր","մյս","հնս","հլս","օգս","սեպ","հոկ","նոյ","դեկ"],["հունվարի","փետրվարի","մարտի","ապրիլի","մայիսի","հունիսի","հուլիսի","օգոստոսի","սեպտեմբերի","հոկտեմբերի","նոյեմբերի","դեկտեմբերի"]],[["Հ","Փ","Մ","Ա","Մ","Հ","Հ","Օ","Ս","Հ","Ն","Դ"],["հնվ","փտվ","մրտ","ապր","մյս","հնս","հլս","օգս","սեպ","հոկ","նոյ","դեկ"],["հունվար","փետրվար","մարտ","ապրիլ","մայիս","հունիս","հուլիս","օգոստոս","սեպտեմբեր","հոկտեմբեր","նոյեմբեր","դեկտեմբեր"]],[["մ.թ.ա.","մ.թ."],u,["Քրիստոսից առաջ","Քրիստոսից հետո"]],1,[6,0],["dd.MM.yy","dd MMM, y թ.","dd MMMM, y թ.","y թ. MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",u,u,u],[","," ",";","%","+","-","E","×","‰","∞","ՈչԹ",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AMD","֏","հայկական դրամ",{AMD:["֏"],BYN:[u,"р."],JPY:["JP¥","¥"],PHP:[u,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(M){const s=Math.floor(Math.abs(M));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69086.2b3897dad3787afdca34.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69086.2b3897dad3787afdca34.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69086.2b3897dad3787afdca34.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69141.7df65378d435015a1ec0.js b/dist/apps/processing-runtime-widget/69141.7df65378d435015a1ec0.js new file mode 100644 index 0000000..56b3e59 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69141.7df65378d435015a1ec0.js @@ -0,0 +1,2 @@ +/*! For license information please see 69141.7df65378d435015a1ec0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69141],{69141:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69141.7df65378d435015a1ec0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69141.7df65378d435015a1ec0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69141.7df65378d435015a1ec0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69200.c919c0930687d91934c0.js b/dist/apps/processing-runtime-widget/69200.c919c0930687d91934c0.js new file mode 100644 index 0000000..69f98d6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69200.c919c0930687d91934c0.js @@ -0,0 +1,2 @@ +/*! For license information please see 69200.c919c0930687d91934c0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69200],{69200:function(a,i,n){n.r(i);const e=void 0;i.default=["mgh",[["wichishu","mchochil’l"],e,e],e,[["S","J","J","J","A","I","J"],["Sab","Jtt","Jnn","Jtn","Ara","Iju","Jmo"],["Sabato","Jumatatu","Jumanne","Jumatano","Arahamisi","Ijumaa","Jumamosi"],["Sab","Jtt","Jnn","Jtn","Ara","Iju","Jmo"]],e,[["K","U","R","C","T","M","S","N","T","K","M","Y"],["Kwa","Una","Rar","Che","Tha","Moc","Sab","Nan","Tis","Kum","Moj","Yel"],["Mweri wo kwanza","Mweri wo unayeli","Mweri wo uneraru","Mweri wo unecheshe","Mweri wo unethanu","Mweri wo thanu na mocha","Mweri wo saba","Mweri wo nane","Mweri wo tisa","Mweri wo kumi","Mweri wo kumi na moja","Mweri wo kumi na yel’li"]],e,[["HY","YY"],e,["Hinapiya yesu","Yopia yesu"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MZN","MTn","MZN",{JPY:["JP¥","¥"],MZN:["MTn"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69200.c919c0930687d91934c0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69200.c919c0930687d91934c0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69200.c919c0930687d91934c0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69226.85d5cb928456b73736d3.js b/dist/apps/processing-runtime-widget/69226.85d5cb928456b73736d3.js new file mode 100644 index 0000000..e5732b0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69226.85d5cb928456b73736d3.js @@ -0,0 +1,2 @@ +/*! For license information please see 69226.85d5cb928456b73736d3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69226],{69226:function(u,c,i){i.r(c);const e=void 0;c.default=[[["သန်းခေါင်ယံ","မွန်းတည့်","နံနက်","နေ့လယ်","ညနေ","ည"],e,e],e,["00:00","12:00",["00:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69226.85d5cb928456b73736d3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69226.85d5cb928456b73736d3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69226.85d5cb928456b73736d3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69240.c934444724c662af4c4a.js b/dist/apps/processing-runtime-widget/69240.c934444724c662af4c4a.js new file mode 100644 index 0000000..fbaf663 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69240.c934444724c662af4c4a.js @@ -0,0 +1,2 @@ +/*! For license information please see 69240.c934444724c662af4c4a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69240],{69240:function(a,i,n){n.r(i);const o=void 0;i.default=["ga",[["r.n.","i.n."],o,o],o,[["D","L","M","C","D","A","S"],["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],["Do","Lu","Má","Cé","Dé","Ao","Sa"]],o,[["E","F","M","A","B","M","I","L","M","D","S","N"],["Ean","Feabh","Márta","Aib","Beal","Meith","Iúil","Lún","MFómh","DFómh","Samh","Noll"],["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"]],o,[["RC","AD"],o,["Roimh Chríost","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[".",",",";","%","+","-","E","×","‰","∞","Nuimh",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"EUR","€","Euro",{RUR:[o,"р."],THB:["฿"],TWD:["NT$"],XXX:[]},"ltr",function(a){const i=a;return 1===i?1:2===i?2:i===Math.floor(i)&&i>=3&&i<=6?3:i===Math.floor(i)&&i>=7&&i<=10?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69240.c934444724c662af4c4a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69240.c934444724c662af4c4a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69240.c934444724c662af4c4a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69289.8ac2423d0049bb3fa236.js b/dist/apps/processing-runtime-widget/69289.8ac2423d0049bb3fa236.js new file mode 100644 index 0000000..3b6aa21 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69289.8ac2423d0049bb3fa236.js @@ -0,0 +1,2 @@ +/*! For license information please see 69289.8ac2423d0049bb3fa236.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69289],{69289:function(a,i,u){u.r(i);const n=void 0;i.default=["ha-NE",[["SF","YM"],n,["Safiya","Yamma"]],[["SF","YM"],n,n],[["L","L","T","L","A","J","A"],["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],["Lahadi","Litinin","Talata","Laraba","Alhamis","Jummaʼa","Asabar"],["Lh","Li","Ta","Lr","Al","Ju","As"]],n,[["J","F","M","A","M","Y","Y","A","S","O","N","D"],["Jan","Fab","Mar","Afi","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"],["Janairu","Faburairu","Maris","Afirilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"]],n,[["K.H","BHAI"],n,["Kafin haihuwar annab","Bayan haihuwar annab"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'da' {0}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XOF","F CFA","Kuɗin Sefa na Afirka Ta Yamma",{NGN:["₦"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69289.8ac2423d0049bb3fa236.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69289.8ac2423d0049bb3fa236.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69289.8ac2423d0049bb3fa236.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69347.a46a9224f3d1f3995b31.js b/dist/apps/processing-runtime-widget/69347.a46a9224f3d1f3995b31.js new file mode 100644 index 0000000..a5c95e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69347.a46a9224f3d1f3995b31.js @@ -0,0 +1,2 @@ +/*! For license information please see 69347.a46a9224f3d1f3995b31.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69347],{69347:function(e,a,n){n.r(a);const s=void 0;a.default=[[["gece","ö","sabah","öğleden önce","öğleden sonra","akşamüstü","akşam","gece"],["gece yarısı","öğle","sabah","öğleden önce","öğleden sonra","akşamüstü","akşam","gece"],s],[["gece yarısı","öğle","sabah","öğleden önce","öğleden sonra","akşamüstü","akşam","gece"],s,s],["00:00","12:00",["06:00","11:00"],["11:00","12:00"],["12:00","18:00"],["18:00","19:00"],["19:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69347.a46a9224f3d1f3995b31.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69347.a46a9224f3d1f3995b31.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69347.a46a9224f3d1f3995b31.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69523.b3720118af911dc8011c.js b/dist/apps/processing-runtime-widget/69523.b3720118af911dc8011c.js new file mode 100644 index 0000000..444beaa --- /dev/null +++ b/dist/apps/processing-runtime-widget/69523.b3720118af911dc8011c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69523],{69523:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69578.c707bc9629efc9bcaf76.js b/dist/apps/processing-runtime-widget/69578.c707bc9629efc9bcaf76.js new file mode 100644 index 0000000..9b30df0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69578.c707bc9629efc9bcaf76.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69578],{69578:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69618.0baa32da489d20a60d64.js b/dist/apps/processing-runtime-widget/69618.0baa32da489d20a60d64.js new file mode 100644 index 0000000..5fc5870 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69618.0baa32da489d20a60d64.js @@ -0,0 +1,2 @@ +/*! For license information please see 69618.0baa32da489d20a60d64.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69618],{69618:function(s,u,M){M.r(u);const c=void 0;u.default=["ps",[["غ.م.","غ.و."],c,c],c,[["S","M","T","W","T","F","S"],["يونۍ","دونۍ","درېنۍ","څلرنۍ","پينځنۍ","جمعه","اونۍ"],c,c],c,[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنوري","فبروري","مارچ","اپریل","مۍ","جون","جولای","اګست","سېپتمبر","اکتوبر","نومبر","دسمبر"],c],[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنوري","فبروري","مارچ","اپریل","مۍ","جون","جولای","اګست","سپتمبر","اکتوبر","نومبر","دسمبر"],["جنوري","فېبروري","مارچ","اپریل","مۍ","جون","جولای","اګست","سپتمبر","اکتوبر","نومبر","دسمبر"]],[["له میلاد وړاندې","م."],c,["له میلاد څخه وړاندې","له میلاد څخه وروسته"]],6,[4,5],["y/M/d","y MMM d","د y د MMMM d","EEEE د y د MMMM d"],["H:mm","H:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1} {0}",c,c,c],[",",".",";","%","‎+","‎−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AFN","؋","افغانۍ",{AFN:["؋"],BYN:[c,"р."],JPY:["JP¥","¥"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69618.0baa32da489d20a60d64.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69618.0baa32da489d20a60d64.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69618.0baa32da489d20a60d64.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69647.89fd921b231ce25c1116.js b/dist/apps/processing-runtime-widget/69647.89fd921b231ce25c1116.js new file mode 100644 index 0000000..df3035f --- /dev/null +++ b/dist/apps/processing-runtime-widget/69647.89fd921b231ce25c1116.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69647],{69647:function(i,m,t){t.r(m);m.default=[[["min.","midi","mat.","ap.m.","soir","nuit"],["minuit","midi","mat.","ap.m.","soir","nuit"],["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["min.","midi","mat.","ap.m.","soir","nuit"],["minuit","midi","mat.","ap.m.","soir","nuit"],["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69675.c8c1197c2b2e921ff583.js b/dist/apps/processing-runtime-widget/69675.c8c1197c2b2e921ff583.js new file mode 100644 index 0000000..234af44 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69675.c8c1197c2b2e921ff583.js @@ -0,0 +1,2 @@ +/*! For license information please see 69675.c8c1197c2b2e921ff583.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69675],{69675:function(r,u,a){a.r(u);const e=void 0;u.default=["fo",[["AM","PM"],e,e],e,[["S","M","T","M","H","F","L"],["sun.","mán.","týs.","mik.","hós.","frí.","ley."],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su.","má.","tý.","mi.","hó.","fr.","le."]],[["S","M","T","M","H","F","L"],["sun","mán","týs","mik","hós","frí","ley"],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su","má","tý","mi","hó","fr","le"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["fKr","eKr"],["f.Kr.","e.Kr."],["fyri Krist","eftir Krist"]],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",e,"{1} 'kl'. {0}",e],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DKK","kr","donsk króna",{BYN:[e,"р."],DKK:["kr"],JPY:["JP¥","¥"],PHP:[e,"₱"],USD:["US$","$"]},"ltr",function(r){return 1===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69675.c8c1197c2b2e921ff583.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69675.c8c1197c2b2e921ff583.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69675.c8c1197c2b2e921ff583.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69796.18352d99b79ca5c225df.js b/dist/apps/processing-runtime-widget/69796.18352d99b79ca5c225df.js new file mode 100644 index 0000000..028efe0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69796.18352d99b79ca5c225df.js @@ -0,0 +1,2 @@ +/*! For license information please see 69796.18352d99b79ca5c225df.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69796,9050],{69796:function(e,t,r){var o;r.r(t),r.d(t,{JitCompilerFactory:function(){return u},RESOURCE_CACHE_PROVIDER:function(){return g},VERSION:function(){return C},platformBrowserDynamic:function(){return _},"ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS":function(){return f},"ɵplatformCoreDynamic":function(){return d}});var n=r(49396),s=r(40761),a=r(80179),i=r(15813);new s.InjectionToken("ErrorCollector"),s.PACKAGE_ROOT_URL;const c=[{provide:s.Compiler,useFactory:()=>new s.Compiler}];class u{constructor(e){const t={useJit:!0,defaultEncapsulation:s.ViewEncapsulation.Emulated,missingTranslation:s.MissingTranslationStrategy.Warning};this._defaultOptions=[t,...e]}createCompiler(e=[]){const t={useJit:l((r=this._defaultOptions.concat(e)).map((e=>e.useJit))),defaultEncapsulation:l(r.map((e=>e.defaultEncapsulation))),providers:p(r.map((e=>e.providers))),missingTranslation:l(r.map((e=>e.missingTranslation))),preserveWhitespaces:l(r.map((e=>e.preserveWhitespaces)))};var r;return s.Injector.create([c,{provide:n.CompilerConfig,useFactory:()=>new n.CompilerConfig({useJit:t.useJit,jitDevMode:(0,s.isDevMode)(),defaultEncapsulation:t.defaultEncapsulation,missingTranslation:t.missingTranslation,preserveWhitespaces:t.preserveWhitespaces}),deps:[]},t.providers]).get(s.Compiler)}}function l(e){for(let t=e.length-1;t>=0;t--)if(void 0!==e[t])return e[t]}function p(e){const t=[];return e.forEach((e=>e&&t.push(...e))),t}const d=(0,s.createPlatformFactory)(s.platformCore,"coreDynamic",[{provide:s.COMPILER_OPTIONS,useValue:{},multi:!0},{provide:s.CompilerFactory,useClass:u,deps:[s.COMPILER_OPTIONS]}]);class m extends n.ResourceLoader{get(e){let t,r;const o=new Promise(((e,o)=>{t=e,r=o})),n=new XMLHttpRequest;return n.open("GET",e,!0),n.responseType="text",n.onload=function(){const o=n.response||n.responseText;let s=1223===n.status?204:n.status;0===s&&(s=o?200:0),200<=s&&s<=300?t(o):r(`Failed to load ${e}`)},n.onerror=function(){r(`Failed to load ${e}`)},n.send(),o}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:o||(o=r.t(s,2)),type:m,deps:null,target:s["ɵɵFactoryTarget"].Injectable}),m.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:o||(o=r.t(s,2)),type:m}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:o||(o=r.t(s,2)),type:m,decorators:[{type:s.Injectable}]});const f=[i["ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS"],{provide:s.COMPILER_OPTIONS,useValue:{providers:[{provide:n.ResourceLoader,useClass:m,deps:[]}]},multi:!0},{provide:s.PLATFORM_ID,useValue:a["ɵPLATFORM_BROWSER_ID"]}];class R extends n.ResourceLoader{constructor(){if(super(),this._cache=s["ɵglobal"].$templateCache,null==this._cache)throw new Error("CachedResourceLoader: Template cache was not found in $templateCache.")}get(e){return this._cache.hasOwnProperty(e)?Promise.resolve(this._cache[e]):Promise.reject("CachedResourceLoader: Did not find cached template for "+e)}}const C=new s.Version("14.0.6"),g=[{provide:n.ResourceLoader,useClass:R,deps:[]}],_=(0,s.createPlatformFactory)(d,"browserDynamic",f)}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69796.18352d99b79ca5c225df.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69796.18352d99b79ca5c225df.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/69796.18352d99b79ca5c225df.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/69878.4d32d40e59d21ae3f316.js b/dist/apps/processing-runtime-widget/69878.4d32d40e59d21ae3f316.js new file mode 100644 index 0000000..8c8a688 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69878.4d32d40e59d21ae3f316.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69878],{69878:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69879.44c142430eb353e3cdeb.js b/dist/apps/processing-runtime-widget/69879.44c142430eb353e3cdeb.js new file mode 100644 index 0000000..0b963e0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/69879.44c142430eb353e3cdeb.js @@ -0,0 +1,2 @@ +/*! For license information please see 69879.44c142430eb353e3cdeb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69879],{69879:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-BF",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XOF","𞤅𞤊𞤀","𞤊𞤢𞤪𞤢𞤲 𞤅𞤊𞤀 𞤖𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫 𞤀𞤬𞤪𞤭𞤳𞤢",{BYN:[i,"р."],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69879.44c142430eb353e3cdeb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69879.44c142430eb353e3cdeb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69879.44c142430eb353e3cdeb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69890.1c9a32a68e6864b1d64a.js b/dist/apps/processing-runtime-widget/69890.1c9a32a68e6864b1d64a.js new file mode 100644 index 0000000..6d9908d --- /dev/null +++ b/dist/apps/processing-runtime-widget/69890.1c9a32a68e6864b1d64a.js @@ -0,0 +1,2 @@ +/*! For license information please see 69890.1c9a32a68e6864b1d64a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69890],{69890:function(s,u,n){n.r(u);const c=void 0;u.default=["yue-Hans",[["上午","下午"],c,c],c,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],c,[["西元前","西元"],c,c],0,[6,0],["y/M/d","y年M月d日",c,"y年M月d日EEEE"],["HH:mm","HH:mm:ss","z HH:mm:ss","zzzz HH:mm:ss"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","非数值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CNY","¥","人民币",{AUD:["AU$","$"],BYN:[c,"р."],CNY:["¥","¥"],JPY:["JP¥","¥"],KRW:["₩","₩"],PHP:[c,"₱"],RUR:[c,"р."],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/69890.1c9a32a68e6864b1d64a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/69890.1c9a32a68e6864b1d64a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/69890.1c9a32a68e6864b1d64a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/69974.444b78ab707326e5b54d.js b/dist/apps/processing-runtime-widget/69974.444b78ab707326e5b54d.js new file mode 100644 index 0000000..f16eb6d --- /dev/null +++ b/dist/apps/processing-runtime-widget/69974.444b78ab707326e5b54d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[69974],{69974:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70006.60a1956fb9928fb56b44.js b/dist/apps/processing-runtime-widget/70006.60a1956fb9928fb56b44.js new file mode 100644 index 0000000..5c999cf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70006.60a1956fb9928fb56b44.js @@ -0,0 +1,2 @@ +/*! For license information please see 70006.60a1956fb9928fb56b44.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70006],{70006:function(a,d,e){e.r(d);const n=void 0;d.default=[[["mediodía","día","mañana","tarde","noche"],["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],n],[["m.","madrugada","mañana","tarde","noche"],["mediodía","madrugada","mañana","tarde","noche"],n],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70006.60a1956fb9928fb56b44.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70006.60a1956fb9928fb56b44.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70006.60a1956fb9928fb56b44.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70033.f381538f3b6f24456a17.js b/dist/apps/processing-runtime-widget/70033.f381538f3b6f24456a17.js new file mode 100644 index 0000000..20cff43 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70033.f381538f3b6f24456a17.js @@ -0,0 +1,2 @@ +/*! For license information please see 70033.f381538f3b6f24456a17.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70033],{70033:function(e,r,t){t.r(r);const s=void 0;r.default=["sq",[["p.d.","m.d."],s,["e paradites","e pasdites"]],[["p.d.","m.d."],s,["paradite","pasdite"]],[["d","h","m","m","e","p","sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["die","hën","mar","mër","enj","pre","sht"]],[["d","h","m","m","e","p","sh"],["die","hën","mar","mër","enj","pre","sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["die","hën","mar","mër","enj","pre","sht"]],[["j","sh","m","p","m","q","k","g","sh","t","n","dh"],["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","nën","dhj"],["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"]],s,[["p.K.","mb.K."],s,["para Krishtit","mbas Krishtit"]],1,[6,0],["d.M.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a, z","h:mm:ss a, zzzz"],["{1}, {0}",s,"{1} 'në' {0}",s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"ALL","Lekë","Leku shqiptar",{AFN:[],ALL:["Lekë"],AMD:[],AOA:[],ARS:[],AUD:["A$","AUD"],AZN:[],BAM:[],BBD:[],BDT:[],BMD:[],BND:[],BOB:[],BRL:[],BSD:[],BWP:[],BZD:[],CAD:["CA$","CAD"],CLP:[],CNY:["CN¥","CNY"],COP:[],CRC:[],CUC:[],CUP:[],CZK:[],DKK:[],DOP:[],EGP:[],FJD:[],FKP:[],GBP:["£","GBP"],GEL:[],GIP:[],GNF:[],GTQ:[],GYD:[],HKD:["HK$","HKS"],HNL:[],HRK:[],HUF:[],IDR:[],ILS:["₪","ILS"],INR:["₹","INR"],ISK:[],JMD:[],JPY:["JP¥","JPY"],KHR:[],KMF:[],KPW:[],KRW:["₩","KRW"],KYD:[],KZT:[],LAK:[],LBP:[],LKR:[],LRD:[],MGA:[],MMK:[],MNT:[],MUR:[],MXN:["MX$","MXN"],MYR:[],NAD:[],NGN:[],NIO:[],NOK:[],NPR:[],NZD:["NZ$","NZD"],PHP:[],PKR:[],PLN:[],PYG:[],RON:[],RUB:[],RWF:[],SBD:[],SEK:[],SGD:[],SHP:[],SRD:[],SSP:[],STN:[],SYP:[],THB:["฿","THB"],TOP:[],TRY:[],TTD:[],TWD:["NT$","TWD"],UAH:[],USD:["US$","USD"],UYU:[],VND:["₫","VND"],XCD:["EC$","XCD"],ZAR:[],ZMW:[]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70033.f381538f3b6f24456a17.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70033.f381538f3b6f24456a17.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70033.f381538f3b6f24456a17.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70057.783f8cd86244f2aa174d.js b/dist/apps/processing-runtime-widget/70057.783f8cd86244f2aa174d.js new file mode 100644 index 0000000..5a6efc6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70057.783f8cd86244f2aa174d.js @@ -0,0 +1,2 @@ +/*! For license information please see 70057.783f8cd86244f2aa174d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70057],{70057:function(u,c,i){i.r(c);const e=void 0;c.default=[[["मध्यरात","मध्यान्ह","बिहान","अपरान्ह","साँझ","बेलुकी","रात"],e,e],e,["00:00","12:00",["04:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70057.783f8cd86244f2aa174d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70057.783f8cd86244f2aa174d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70057.783f8cd86244f2aa174d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70156.b89edc8f6b3537cbbf5c.js b/dist/apps/processing-runtime-widget/70156.b89edc8f6b3537cbbf5c.js new file mode 100644 index 0000000..d7f83be --- /dev/null +++ b/dist/apps/processing-runtime-widget/70156.b89edc8f6b3537cbbf5c.js @@ -0,0 +1,2 @@ +/*! For license information please see 70156.b89edc8f6b3537cbbf5c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70156],{70156:function(i,t,u){u.r(t);const r=void 0;t.default=["gsw-LI",[["vorm.","nam."],r,["am Vormittag","am Namittag"]],[["vorm.","nam."],r,["Vormittag","Namittag"]],[["S","M","D","M","D","F","S"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"]],r,[["v. Chr.","n. Chr."],r,r],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CHF","CHF","Schwiizer Franke",{ATS:["öS"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70156.b89edc8f6b3537cbbf5c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70156.b89edc8f6b3537cbbf5c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70156.b89edc8f6b3537cbbf5c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70240.182a4be7201a08424bae.js b/dist/apps/processing-runtime-widget/70240.182a4be7201a08424bae.js new file mode 100644 index 0000000..2c74364 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70240.182a4be7201a08424bae.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70240],{70240:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70260.d9ba1a02f82480ca5f23.js b/dist/apps/processing-runtime-widget/70260.d9ba1a02f82480ca5f23.js new file mode 100644 index 0000000..15e1971 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70260.d9ba1a02f82480ca5f23.js @@ -0,0 +1,2 @@ +/*! For license information please see 70260.d9ba1a02f82480ca5f23.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70260],{70260:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70260.d9ba1a02f82480ca5f23.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70260.d9ba1a02f82480ca5f23.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70260.d9ba1a02f82480ca5f23.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70363.4b86c3cab19538c69199.js b/dist/apps/processing-runtime-widget/70363.4b86c3cab19538c69199.js new file mode 100644 index 0000000..52a1279 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70363.4b86c3cab19538c69199.js @@ -0,0 +1,2 @@ +/*! For license information please see 70363.4b86c3cab19538c69199.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70363],{70363:function(a,e,d){d.r(e);const n=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],n,n],[["m.","madrugada","mañana","tarde","noche"],["mediodía","madrugada","mañana","tarde","noche"],n],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70363.4b86c3cab19538c69199.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70363.4b86c3cab19538c69199.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70363.4b86c3cab19538c69199.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70429.53b6d13a87e2c684d8ed.js b/dist/apps/processing-runtime-widget/70429.53b6d13a87e2c684d8ed.js new file mode 100644 index 0000000..777c4e6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70429.53b6d13a87e2c684d8ed.js @@ -0,0 +1,2 @@ +/*! For license information please see 70429.53b6d13a87e2c684d8ed.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70429],{70429:function(e,s,o){o.r(s);const i=void 0;s.default=["es-PR",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["MM/dd/yy","MM/dd/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"USD","$","dólar estadounidense",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70429.53b6d13a87e2c684d8ed.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70429.53b6d13a87e2c684d8ed.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70429.53b6d13a87e2c684d8ed.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70445.7c320b3bccf517aa8b7a.js b/dist/apps/processing-runtime-widget/70445.7c320b3bccf517aa8b7a.js new file mode 100644 index 0000000..dbbd59a --- /dev/null +++ b/dist/apps/processing-runtime-widget/70445.7c320b3bccf517aa8b7a.js @@ -0,0 +1,2 @@ +/*! For license information please see 70445.7c320b3bccf517aa8b7a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70445],{70445:function(s,M,u){u.r(M);const i=void 0;M.default=["vai",[["AM","PM"],i,i],i,[["S","M","T","W","T","F","S"],["ꕞꕌꔵ","ꗳꗡꘉ","ꕚꕞꕚ","ꕉꕞꕒ","ꕉꔤꕆꕢ","ꕉꔤꕀꕮ","ꔻꔬꔳ"],i,i],i,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ꖨꖕꔞ","ꕒꕡ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋ","ꖨꖕꗏ"],["ꖨꖕ ꕪꕴ ꔞꔀꕮꕊ","ꕒꕡꖝꖕ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞꔤ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋꕔꕿ ꕸꖃꗏ","ꖨꖕ ꕪꕴ ꗏꖺꕮꕊ"]],i,[["BCE","CE"],i,i],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",i,i,i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"LRD","$","ꕞꔤꔫꕩ ꕜꕞꕌ",{JPY:["JP¥","¥"],LRD:["$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70445.7c320b3bccf517aa8b7a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70445.7c320b3bccf517aa8b7a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70445.7c320b3bccf517aa8b7a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70568.c94c9bc698870fcbf39b.js b/dist/apps/processing-runtime-widget/70568.c94c9bc698870fcbf39b.js new file mode 100644 index 0000000..f452f0f --- /dev/null +++ b/dist/apps/processing-runtime-widget/70568.c94c9bc698870fcbf39b.js @@ -0,0 +1,2 @@ +/*! For license information please see 70568.c94c9bc698870fcbf39b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70568],{70568:function(e,$,r){r.r($);const i=void 0;$.default=["fr-GF",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70568.c94c9bc698870fcbf39b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70568.c94c9bc698870fcbf39b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70568.c94c9bc698870fcbf39b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70654.bbbacade435436c14682.js b/dist/apps/processing-runtime-widget/70654.bbbacade435436c14682.js new file mode 100644 index 0000000..3baa651 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70654.bbbacade435436c14682.js @@ -0,0 +1,2 @@ +/*! For license information please see 70654.bbbacade435436c14682.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70654],{53936:function(e,t,n){n.d(t,{Em:function(){return O},qm:function(){return se},X6:function(){return Z},yG:function(){return W}});var r=n(80179),o=n(40761),s=n.t(o,2),i=n(67445),a=n(89754),c=n(75125),l=n(76063),d=n(49224);class h{create(e){return"undefined"==typeof MutationObserver?null:new MutationObserver(e)}}h.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:h,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),h.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:h,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:h,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}]});class u{constructor(e){this._mutationObserverFactory=e,this._observedElements=new Map}ngOnDestroy(){this._observedElements.forEach(((e,t)=>this._cleanupObserver(t)))}observe(e){const t=(0,d.fI)(e);return new a.Observable((e=>{const n=this._observeElement(t).subscribe(e);return()=>{n.unsubscribe(),this._unobserveElement(t)}}))}_observeElement(e){if(this._observedElements.has(e))this._observedElements.get(e).count++;else{const t=new a.Subject,n=this._mutationObserverFactory.create((e=>t.next(e)));n&&n.observe(e,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(e,{observer:n,stream:t,count:1})}return this._observedElements.get(e).stream}_unobserveElement(e){this._observedElements.has(e)&&(this._observedElements.get(e).count--,this._observedElements.get(e).count||this._cleanupObserver(e))}_cleanupObserver(e){if(this._observedElements.has(e)){const{observer:t,stream:n}=this._observedElements.get(e);t&&t.disconnect(),n.complete(),this._observedElements.delete(e)}}}u.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:u,deps:[{token:h}],target:o["ɵɵFactoryTarget"].Injectable}),u.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:u,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:u,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:h}]}});class p{constructor(e,t,n){this._contentObserver=e,this._elementRef=t,this._ngZone=n,this.event=new o.EventEmitter,this._disabled=!1,this._currentSubscription=null}get disabled(){return this._disabled}set disabled(e){this._disabled=(0,d.Ig)(e),this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(e){this._debounce=(0,d.su)(e),this._subscribe()}ngAfterContentInit(){this._currentSubscription||this.disabled||this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const e=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular((()=>{this._currentSubscription=(this.debounce?e.pipe((0,l.debounceTime)(this.debounce)):e).subscribe(this.event)}))}_unsubscribe(){this._currentSubscription?.unsubscribe()}}p.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:p,deps:[{token:u},{token:o.ElementRef},{token:o.NgZone}],target:o["ɵɵFactoryTarget"].Directive}),p.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:p,selector:"[cdkObserveContent]",inputs:{disabled:["cdkObserveContentDisabled","disabled"],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"],ngImport:s}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:p,decorators:[{type:o.Directive,args:[{selector:"[cdkObserveContent]",exportAs:"cdkObserveContent"}]}],ctorParameters:function(){return[{type:u},{type:o.ElementRef},{type:o.NgZone}]},propDecorators:{event:[{type:o.Output,args:["cdkObserveContent"]}],disabled:[{type:o.Input,args:["cdkObserveContentDisabled"]}],debounce:[{type:o.Input}]}});class g{}g.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:g,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),g.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:s,type:g,declarations:[p],exports:[p]}),g.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:g,providers:[h]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:g,decorators:[{type:o.NgModule,args:[{exports:[p],declarations:[p],providers:[h]}]}]});class m{}m.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:m,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),m.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:s,type:m}),m.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:m}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:m,decorators:[{type:o.NgModule,args:[{}]}]});const f=new Set;let _;class y{constructor(e){this._platform=e,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):v}matchMedia(e){return(this._platform.WEBKIT||this._platform.BLINK)&&function(e){if(f.has(e))return;try{_||(_=document.createElement("style"),_.setAttribute("type","text/css"),document.head.appendChild(_)),_.sheet&&(_.sheet.insertRule(`@media ${e} {body{ }}`,0),f.add(e))}catch(e){console.error(e)}}(e),this._matchMedia(e)}}function v(e){return{matches:"all"===e||""===e,media:e,addListener:()=>{},removeListener:()=>{}}}y.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:y,deps:[{token:i.t4}],target:o["ɵɵFactoryTarget"].Injectable}),y.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:y,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:y,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:i.t4}]}});class b{constructor(e,t){this._mediaMatcher=e,this._zone=t,this._queries=new Map,this._destroySubject=new a.Subject}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(e){return w((0,d.Eq)(e)).some((e=>this._registerQuery(e).mql.matches))}observe(e){const t=w((0,d.Eq)(e)).map((e=>this._registerQuery(e).observable));let n=(0,a.combineLatest)(t);return n=(0,a.concat)(n.pipe((0,l.take)(1)),n.pipe((0,l.skip)(1),(0,l.debounceTime)(0))),n.pipe((0,l.map)((e=>{const t={matches:!1,breakpoints:{}};return e.forEach((({matches:e,query:n})=>{t.matches=t.matches||e,t.breakpoints[n]=e})),t})))}_registerQuery(e){if(this._queries.has(e))return this._queries.get(e);const t=this._mediaMatcher.matchMedia(e),n={observable:new a.Observable((e=>{const n=t=>this._zone.run((()=>e.next(t)));return t.addListener(n),()=>{t.removeListener(n)}})).pipe((0,l.startWith)(t),(0,l.map)((({matches:t})=>({query:e,matches:t}))),(0,l.takeUntil)(this._destroySubject)),mql:t};return this._queries.set(e,n),n}}function w(e){return e.map((e=>e.split(","))).reduce(((e,t)=>e.concat(t))).map((e=>e.trim()))}b.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:b,deps:[{token:y},{token:o.NgZone}],target:o["ɵɵFactoryTarget"].Injectable}),b.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:b,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:b,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:y},{type:o.NgZone}]}});function D(e,t){return(e.getAttribute(t)||"").match(/\S+/g)||[]}const k="cdk-describedby-message",C="cdk-describedby-host";let I=0;class R{constructor(e,t){this._platform=t,this._messageRegistry=new Map,this._messagesContainer=null,this._id=""+I++,this._document=e,this._id=(0,o.inject)(o.APP_ID)+"-"+I++}describe(e,t,n){if(!this._canBeDescribed(e,t))return;const r=S(t,n);"string"!=typeof t?(E(t,this._id),this._messageRegistry.set(r,{messageElement:t,referenceCount:0})):this._messageRegistry.has(r)||this._createMessageElement(t,n),this._isElementDescribedByMessage(e,r)||this._addMessageReference(e,r)}removeDescription(e,t,n){if(!t||!this._isElementNode(e))return;const r=S(t,n);if(this._isElementDescribedByMessage(e,r)&&this._removeMessageReference(e,r),"string"==typeof t){const e=this._messageRegistry.get(r);e&&0===e.referenceCount&&this._deleteMessageElement(r)}0===this._messagesContainer?.childNodes.length&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){const e=this._document.querySelectorAll(`[${C}="${this._id}"]`);for(let t=0;t0!=e.indexOf(k)));e.setAttribute("aria-describedby",t.join(" "))}_addMessageReference(e,t){const n=this._messageRegistry.get(t);!function(e,t,n){const r=D(e,t);r.some((e=>e.trim()==n.trim()))||(r.push(n.trim()),e.setAttribute(t,r.join(" ")))}(e,"aria-describedby",n.messageElement.id),e.setAttribute(C,this._id),n.referenceCount++}_removeMessageReference(e,t){const n=this._messageRegistry.get(t);n.referenceCount--,function(e,t,n){const r=D(e,t).filter((e=>e!=n.trim()));r.length?e.setAttribute(t,r.join(" ")):e.removeAttribute(t)}(e,"aria-describedby",n.messageElement.id),e.removeAttribute(C)}_isElementDescribedByMessage(e,t){const n=D(e,"aria-describedby"),r=this._messageRegistry.get(t),o=r&&r.messageElement.id;return!!o&&-1!=n.indexOf(o)}_canBeDescribed(e,t){if(!this._isElementNode(e))return!1;if(t&&"object"==typeof t)return!0;const n=null==t?"":`${t}`.trim(),r=e.getAttribute("aria-label");return!!n&&(!r||r.trim()!==n)}_isElementNode(e){return e.nodeType===this._document.ELEMENT_NODE}}function S(e,t){return"string"==typeof e?`${t||""}/${e}`:e}function E(e,t){e.id||(e.id=`${k}-${t}-${I++}`)}R.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:R,deps:[{token:r.DOCUMENT},{token:i.t4}],target:o["ɵɵFactoryTarget"].Injectable}),R.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:R,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:R,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]},{type:i.t4}]}});class T{constructor(e){this._items=e,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new a.Subject,this._typeaheadSubscription=a.Subscription.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._skipPredicateFn=e=>e.disabled,this._pressedLetters=[],this.tabOut=new a.Subject,this.change=new a.Subject,e instanceof o.QueryList&&e.changes.subscribe((e=>{if(this._activeItem){const t=e.toArray().indexOf(this._activeItem);t>-1&&t!==this._activeItemIndex&&(this._activeItemIndex=t)}}))}skipPredicate(e){return this._skipPredicateFn=e,this}withWrap(e=!0){return this._wrap=e,this}withVerticalOrientation(e=!0){return this._vertical=e,this}withHorizontalOrientation(e){return this._horizontal=e,this}withAllowedModifierKeys(e){return this._allowedModifierKeys=e,this}withTypeAhead(e=200){if(("undefined"==typeof ngDevMode||ngDevMode)&&this._items.length&&this._items.some((e=>"function"!=typeof e.getLabel)))throw Error("ListKeyManager items in typeahead mode must implement the `getLabel` method.");return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe((0,l.tap)((e=>this._pressedLetters.push(e))),(0,l.debounceTime)(e),(0,l.filter)((()=>this._pressedLetters.length>0)),(0,l.map)((()=>this._pressedLetters.join("")))).subscribe((e=>{const t=this._getItemsArray();for(let n=1;n!e[t]||this._allowedModifierKeys.indexOf(t)>-1));switch(t){case c.Mf:return void this.tabOut.next();case c.JH:if(this._vertical&&n){this.setNextItemActive();break}return;case c.LH:if(this._vertical&&n){this.setPreviousItemActive();break}return;case c.SV:if(this._horizontal&&n){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case c.oh:if(this._horizontal&&n){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case c.Sd:if(this._homeAndEnd&&n){this.setFirstItemActive();break}return;case c.uR:if(this._homeAndEnd&&n){this.setLastItemActive();break}return;default:return void((n||(0,c.Vb)(e,"shiftKey"))&&(e.key&&1===e.key.length?this._letterKeyStream.next(e.key.toLocaleUpperCase()):(t>=c.A&&t<=c.Z||t>=c.xE&&t<=c.aO)&&this._letterKeyStream.next(String.fromCharCode(t))))}this._pressedLetters=[],e.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(e){const t=this._getItemsArray(),n="number"==typeof e?e:t.indexOf(e),r=t[n];this._activeItem=null==r?null:r,this._activeItemIndex=n}_setActiveItemByDelta(e){this._wrap?this._setActiveInWrapMode(e):this._setActiveInDefaultMode(e)}_setActiveInWrapMode(e){const t=this._getItemsArray();for(let n=1;n<=t.length;n++){const r=(this._activeItemIndex+e*n+t.length)%t.length,o=t[r];if(!this._skipPredicateFn(o))return void this.setActiveItem(r)}}_setActiveInDefaultMode(e){this._setActiveItemByIndex(this._activeItemIndex+e,e)}_setActiveItemByIndex(e,t){const n=this._getItemsArray();if(n[e]){for(;this._skipPredicateFn(n[e]);)if(!n[e+=t])return;this.setActiveItem(e)}}_getItemsArray(){return this._items instanceof o.QueryList?this._items.toArray():this._items}}class O extends T{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(e){return this._origin=e,this}setActiveItem(e){super.setActiveItem(e),this.activeItem&&this.activeItem.focus(this._origin)}}class V{constructor(e){this._platform=e}isDisabled(e){return e.hasAttribute("disabled")}isVisible(e){return function(e){return!!(e.offsetWidth||e.offsetHeight||"function"==typeof e.getClientRects&&e.getClientRects().length)}(e)&&"visible"===getComputedStyle(e).visibility}isTabbable(e){if(!this._platform.isBrowser)return!1;const t=function(e){try{return e.frameElement}catch{return null}}((n=e).ownerDocument&&n.ownerDocument.defaultView||window);var n;if(t){if(-1===x(t))return!1;if(!this.isVisible(t))return!1}let r=e.nodeName.toLowerCase(),o=x(e);return e.hasAttribute("contenteditable")?-1!==o:"iframe"!==r&&"object"!==r&&(!(this._platform.WEBKIT&&this._platform.IOS&&!function(e){let t=e.nodeName.toLowerCase(),n="input"===t&&e.type;return"text"===n||"password"===n||"select"===t||"textarea"===t}(e))&&("audio"===r?!!e.hasAttribute("controls")&&-1!==o:"video"===r?-1!==o&&(null!==o||(this._platform.FIREFOX||e.hasAttribute("controls"))):e.tabIndex>=0))}isFocusable(e,t){return function(e){if(function(e){return function(e){return"input"==e.nodeName.toLowerCase()}(e)&&"hidden"==e.type}(e))return!1;return function(e){let t=e.nodeName.toLowerCase();return"input"===t||"select"===t||"button"===t||"textarea"===t}(e)||function(e){return function(e){return"a"==e.nodeName.toLowerCase()}(e)&&e.hasAttribute("href")}(e)||e.hasAttribute("contenteditable")||F(e)}(e)&&!this.isDisabled(e)&&(t?.ignoreVisibility||this.isVisible(e))}}function F(e){if(!e.hasAttribute("tabindex")||void 0===e.tabIndex)return!1;let t=e.getAttribute("tabindex");return!(!t||isNaN(parseInt(t,10)))}function x(e){if(!F(e))return null;const t=parseInt(e.getAttribute("tabindex")||"",10);return isNaN(t)?-1:t}V.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:V,deps:[{token:i.t4}],target:o["ɵɵFactoryTarget"].Injectable}),V.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:V,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:V,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:i.t4}]}});class M{constructor(e,t,n,r,o=!1){this._element=e,this._checker=t,this._ngZone=n,this._document=r,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,o||this.attachAnchors()}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}destroy(){const e=this._startAnchor,t=this._endAnchor;e&&(e.removeEventListener("focus",this.startAnchorListener),e.remove()),t&&(t.removeEventListener("focus",this.endAnchorListener),t.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular((()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))})),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(e){return new Promise((t=>{this._executeOnStable((()=>t(this.focusInitialElement(e))))}))}focusFirstTabbableElementWhenReady(e){return new Promise((t=>{this._executeOnStable((()=>t(this.focusFirstTabbableElement(e))))}))}focusLastTabbableElementWhenReady(e){return new Promise((t=>{this._executeOnStable((()=>t(this.focusLastTabbableElement(e))))}))}_getRegionBoundary(e){const t=this._element.querySelectorAll(`[cdk-focus-region-${e}], [cdkFocusRegion${e}], [cdk-focus-${e}]`);if("undefined"==typeof ngDevMode||ngDevMode)for(let n=0;n=0;e--){const n=t[e].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(t[e]):null;if(n)return n}return null}_createAnchor(){const e=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,e),e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e.setAttribute("aria-hidden","true"),e}_toggleAnchorTabIndex(e,t){e?t.setAttribute("tabindex","0"):t.removeAttribute("tabindex")}toggleAnchors(e){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_executeOnStable(e){this._ngZone.isStable?e():this._ngZone.onStable.pipe((0,l.take)(1)).subscribe(e)}}class A{constructor(e,t,n){this._checker=e,this._ngZone=t,this._document=n}create(e,t=!1){return new M(e,this._checker,this._ngZone,this._document,t)}}A.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:A,deps:[{token:V},{token:o.NgZone},{token:r.DOCUMENT}],target:o["ɵɵFactoryTarget"].Injectable}),A.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:A,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:A,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:V},{type:o.NgZone},{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]}]}});class N{constructor(e,t,n){this._elementRef=e,this._focusTrapFactory=t,this._previouslyFocusedElement=null,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}get enabled(){return this.focusTrap.enabled}set enabled(e){this.focusTrap.enabled=(0,d.Ig)(e)}get autoCapture(){return this._autoCapture}set autoCapture(e){this._autoCapture=(0,d.Ig)(e)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(e){const t=e.autoCapture;t&&!t.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=(0,i.ht)(),this.focusTrap.focusInitialElementWhenReady()}}N.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:N,deps:[{token:o.ElementRef},{token:A},{token:r.DOCUMENT}],target:o["ɵɵFactoryTarget"].Directive}),N.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:N,selector:"[cdkTrapFocus]",inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["cdkTrapFocus"],usesOnChanges:!0,ngImport:s}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:N,decorators:[{type:o.Directive,args:[{selector:"[cdkTrapFocus]",exportAs:"cdkTrapFocus"}]}],ctorParameters:function(){return[{type:o.ElementRef},{type:A},{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]}]},propDecorators:{enabled:[{type:o.Input,args:["cdkTrapFocus"]}],autoCapture:[{type:o.Input,args:["cdkTrapFocusAutoCapture"]}]}});class L extends M{constructor(e,t,n,r,o,s,i){super(e,t,n,r,i.defer),this._focusTrapManager=o,this._inertStrategy=s,this._focusTrapManager.register(this)}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._enabled?this._focusTrapManager.register(this):this._focusTrapManager.deregister(this)}destroy(){this._focusTrapManager.deregister(this),super.destroy()}_enable(){this._inertStrategy.preventFocus(this),this.toggleAnchors(!0)}_disable(){this._inertStrategy.allowFocus(this),this.toggleAnchors(!1)}}const j=new o.InjectionToken("FOCUS_TRAP_INERT_STRATEGY");class B{constructor(){this._listener=null}preventFocus(e){this._listener&&e._document.removeEventListener("focus",this._listener,!0),this._listener=t=>this._trapFocus(e,t),e._ngZone.runOutsideAngular((()=>{e._document.addEventListener("focus",this._listener,!0)}))}allowFocus(e){this._listener&&(e._document.removeEventListener("focus",this._listener,!0),this._listener=null)}_trapFocus(e,t){const n=t.target,r=e._element;!n||r.contains(n)||n.closest?.("div.cdk-overlay-pane")||setTimeout((()=>{e.enabled&&!r.contains(e._document.activeElement)&&e.focusFirstTabbableElement()}))}}class P{constructor(){this._focusTrapStack=[]}register(e){this._focusTrapStack=this._focusTrapStack.filter((t=>t!==e));let t=this._focusTrapStack;t.length&&t[t.length-1]._disable(),t.push(e),e._enable()}deregister(e){e._disable();const t=this._focusTrapStack,n=t.indexOf(e);-1!==n&&(t.splice(n,1),t.length&&t[t.length-1]._enable())}}P.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:P,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),P.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:P,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:P,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}]});class z{constructor(e,t,n,r,o){this._checker=e,this._ngZone=t,this._focusTrapManager=n,this._document=r,this._inertStrategy=o||new B}create(e,t={defer:!1}){let n;return n="boolean"==typeof t?{defer:t}:t,new L(e,this._checker,this._ngZone,this._document,this._focusTrapManager,this._inertStrategy,n)}}function Z(e){return 0===e.buttons||0===e.offsetX&&0===e.offsetY}function W(e){const t=e.touches&&e.touches[0]||e.changedTouches&&e.changedTouches[0];return!(!t||-1!==t.identifier||null!=t.radiusX&&1!==t.radiusX||null!=t.radiusY&&1!==t.radiusY)}z.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:z,deps:[{token:V},{token:o.NgZone},{token:P},{token:r.DOCUMENT},{token:j,optional:!0}],target:o["ɵɵFactoryTarget"].Injectable}),z.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:z,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:z,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:V},{type:o.NgZone},{type:P},{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[j]}]}]}});const H=new o.InjectionToken("cdk-input-modality-detector-options"),U={ignoreKeys:[c.zL,c.jx,c.b2,c.MW,c.JU]},$=(0,i.i$)({passive:!0,capture:!0});class K{constructor(e,t,n,r){this._platform=e,this._mostRecentTarget=null,this._modality=new a.BehaviorSubject(null),this._lastTouchMs=0,this._onKeydown=e=>{this._options?.ignoreKeys?.some((t=>t===e.keyCode))||(this._modality.next("keyboard"),this._mostRecentTarget=(0,i.sA)(e))},this._onMousedown=e=>{Date.now()-this._lastTouchMs<650||(this._modality.next(Z(e)?"keyboard":"mouse"),this._mostRecentTarget=(0,i.sA)(e))},this._onTouchstart=e=>{W(e)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=(0,i.sA)(e))},this._options={...U,...r},this.modalityDetected=this._modality.pipe((0,l.skip)(1)),this.modalityChanged=this.modalityDetected.pipe((0,l.distinctUntilChanged)()),e.isBrowser&&t.runOutsideAngular((()=>{n.addEventListener("keydown",this._onKeydown,$),n.addEventListener("mousedown",this._onMousedown,$),n.addEventListener("touchstart",this._onTouchstart,$)}))}get mostRecentModality(){return this._modality.value}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,$),document.removeEventListener("mousedown",this._onMousedown,$),document.removeEventListener("touchstart",this._onTouchstart,$))}}K.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:K,deps:[{token:i.t4},{token:o.NgZone},{token:r.DOCUMENT},{token:H,optional:!0}],target:o["ɵɵFactoryTarget"].Injectable}),K.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:K,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:K,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:i.t4},{type:o.NgZone},{type:Document,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[H]}]}]}});const q=new o.InjectionToken("liveAnnouncerElement",{providedIn:"root",factory:function(){return null}});const X=new o.InjectionToken("LIVE_ANNOUNCER_DEFAULT_OPTIONS");class G{constructor(e,t,n,r){this._ngZone=t,this._defaultOptions=r,this._document=n,this._liveElement=e||this._createLiveElement()}announce(e,...t){const n=this._defaultOptions;let r,o;return 1===t.length&&"number"==typeof t[0]?o=t[0]:[r,o]=t,this.clear(),clearTimeout(this._previousTimeout),r||(r=n&&n.politeness?n.politeness:"polite"),null==o&&n&&(o=n.duration),this._liveElement.setAttribute("aria-live",r),this._ngZone.runOutsideAngular((()=>(this._currentPromise||(this._currentPromise=new Promise((e=>this._currentResolve=e))),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout((()=>{this._liveElement.textContent=e,"number"==typeof o&&(this._previousTimeout=setTimeout((()=>this.clear()),o)),this._currentResolve(),this._currentPromise=this._currentResolve=void 0}),100),this._currentPromise)))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement?.remove(),this._liveElement=null,this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const e="cdk-live-announcer-element",t=this._document.getElementsByClassName(e),n=this._document.createElement("div");for(let e=0;ethis._contentObserver.observe(this._elementRef).subscribe((()=>{const e=this._elementRef.nativeElement.textContent;e!==this._previousAnnouncedText&&(this._liveAnnouncer.announce(e,this._politeness,this.duration),this._previousAnnouncedText=e)})))))}ngOnDestroy(){this._subscription&&this._subscription.unsubscribe()}}Y.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:Y,deps:[{token:o.ElementRef},{token:G},{token:u},{token:o.NgZone}],target:o["ɵɵFactoryTarget"].Directive}),Y.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:Y,selector:"[cdkAriaLive]",inputs:{politeness:["cdkAriaLive","politeness"],duration:["cdkAriaLiveDuration","duration"]},exportAs:["cdkAriaLive"],ngImport:s}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:Y,decorators:[{type:o.Directive,args:[{selector:"[cdkAriaLive]",exportAs:"cdkAriaLive"}]}],ctorParameters:function(){return[{type:o.ElementRef},{type:G},{type:u},{type:o.NgZone}]},propDecorators:{politeness:[{type:o.Input,args:["cdkAriaLive"]}],duration:[{type:o.Input,args:["cdkAriaLiveDuration"]}]}});const Q=new o.InjectionToken("cdk-focus-monitor-default-options"),J=(0,i.i$)({passive:!0,capture:!0});class ee{constructor(e,t,n,r,o){this._ngZone=e,this._platform=t,this._inputModalityDetector=n,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout((()=>this._windowFocused=!1))},this._stopInputModalityDetector=new a.Subject,this._rootNodeFocusAndBlurListener=e=>{for(let t=(0,i.sA)(e);t;t=t.parentElement)"focus"===e.type?this._onFocus(e,t):this._onBlur(e,t)},this._document=r,this._detectionMode=o?.detectionMode||0}monitor(e,t=!1){const n=(0,d.fI)(e);if(!this._platform.isBrowser||1!==n.nodeType)return(0,a.of)(null);const r=(0,i.kV)(n)||this._getDocument(),o=this._elementInfo.get(n);if(o)return t&&(o.checkChildren=!0),o.subject;const s={checkChildren:t,subject:new a.Subject,rootNode:r};return this._elementInfo.set(n,s),this._registerGlobalListeners(s),s.subject}stopMonitoring(e){const t=(0,d.fI)(e),n=this._elementInfo.get(t);n&&(n.subject.complete(),this._setClasses(t),this._elementInfo.delete(t),this._removeGlobalListeners(n))}focusVia(e,t,n){const r=(0,d.fI)(e);r===this._getDocument().activeElement?this._getClosestElementsInfo(r).forEach((([e,n])=>this._originChanged(e,t,n))):(this._setOrigin(t),"function"==typeof r.focus&&r.focus(n))}ngOnDestroy(){this._elementInfo.forEach(((e,t)=>this.stopMonitoring(t)))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(e){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(e)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:e&&this._isLastInteractionFromInputLabel(e)?"mouse":"program"}_shouldBeAttributedToTouch(e){return 1===this._detectionMode||!!e?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(e,t){e.classList.toggle("cdk-focused",!!t),e.classList.toggle("cdk-touch-focused","touch"===t),e.classList.toggle("cdk-keyboard-focused","keyboard"===t),e.classList.toggle("cdk-mouse-focused","mouse"===t),e.classList.toggle("cdk-program-focused","program"===t)}_setOrigin(e,t=!1){this._ngZone.runOutsideAngular((()=>{if(this._origin=e,this._originFromTouchInteraction="touch"===e&&t,0===this._detectionMode){clearTimeout(this._originTimeoutId);const e=this._originFromTouchInteraction?650:1;this._originTimeoutId=setTimeout((()=>this._origin=null),e)}}))}_onFocus(e,t){const n=this._elementInfo.get(t),r=(0,i.sA)(e);n&&(n.checkChildren||t===r)&&this._originChanged(t,this._getFocusOrigin(r),n)}_onBlur(e,t){const n=this._elementInfo.get(t);!n||n.checkChildren&&e.relatedTarget instanceof Node&&t.contains(e.relatedTarget)||(this._setClasses(t),this._emitOrigin(n,null))}_emitOrigin(e,t){e.subject.observers.length&&this._ngZone.run((()=>e.subject.next(t)))}_registerGlobalListeners(e){if(!this._platform.isBrowser)return;const t=e.rootNode,n=this._rootNodeFocusListenerCount.get(t)||0;n||this._ngZone.runOutsideAngular((()=>{t.addEventListener("focus",this._rootNodeFocusAndBlurListener,J),t.addEventListener("blur",this._rootNodeFocusAndBlurListener,J)})),this._rootNodeFocusListenerCount.set(t,n+1),1==++this._monitoredElementCount&&(this._ngZone.runOutsideAngular((()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)})),this._inputModalityDetector.modalityDetected.pipe((0,l.takeUntil)(this._stopInputModalityDetector)).subscribe((e=>{this._setOrigin(e,!0)})))}_removeGlobalListeners(e){const t=e.rootNode;if(this._rootNodeFocusListenerCount.has(t)){const e=this._rootNodeFocusListenerCount.get(t);e>1?this._rootNodeFocusListenerCount.set(t,e-1):(t.removeEventListener("focus",this._rootNodeFocusAndBlurListener,J),t.removeEventListener("blur",this._rootNodeFocusAndBlurListener,J),this._rootNodeFocusListenerCount.delete(t))}if(!--this._monitoredElementCount){this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId)}}_originChanged(e,t,n){this._setClasses(e,t),this._emitOrigin(n,t),this._lastFocusOrigin=t}_getClosestElementsInfo(e){const t=[];return this._elementInfo.forEach(((n,r)=>{(r===e||n.checkChildren&&r.contains(e))&&t.push([r,n])})),t}_isLastInteractionFromInputLabel(e){const{_mostRecentTarget:t,mostRecentModality:n}=this._inputModalityDetector;if("mouse"!==n||!t||t===e||"INPUT"!==e.nodeName&&"TEXTAREA"!==e.nodeName||e.disabled)return!1;const r=e.labels;if(r)for(let e=0;ethis.cdkFocusChange.emit(e)))}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}}te.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:te,deps:[{token:o.ElementRef},{token:ee}],target:o["ɵɵFactoryTarget"].Directive}),te.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:te,selector:"[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]",outputs:{cdkFocusChange:"cdkFocusChange"},ngImport:s}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:te,decorators:[{type:o.Directive,args:[{selector:"[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]"}]}],ctorParameters:function(){return[{type:o.ElementRef},{type:ee}]},propDecorators:{cdkFocusChange:[{type:o.Output}]}});const ne="cdk-high-contrast-black-on-white",re="cdk-high-contrast-white-on-black",oe="cdk-high-contrast-active";class se{constructor(e,t){this._platform=e,this._document=t,this._breakpointSubscription=(0,o.inject)(b).observe("(forced-colors: active)").subscribe((()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())}))}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const e=this._document.createElement("div");e.style.backgroundColor="rgb(1,2,3)",e.style.position="absolute",this._document.body.appendChild(e);const t=this._document.defaultView||window,n=t&&t.getComputedStyle?t.getComputedStyle(e):null,r=(n&&n.backgroundColor||"").replace(/ /g,"");switch(e.remove(),r){case"rgb(0,0,0)":return 2;case"rgb(255,255,255)":return 1}return 0}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const e=this._document.body.classList;e.remove(oe,ne,re),this._hasCheckedHighContrastMode=!0;const t=this.getHighContrastMode();1===t?e.add(oe,ne):2===t&&e.add(oe,re)}}}se.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:se,deps:[{token:i.t4},{token:r.DOCUMENT}],target:o["ɵɵFactoryTarget"].Injectable}),se.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:se,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:se,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:i.t4},{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]}]}});class ie{constructor(e){e._applyBodyHighContrastModeCssClasses()}}ie.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:ie,deps:[{token:se}],target:o["ɵɵFactoryTarget"].NgModule}),ie.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:s,type:ie,declarations:[Y,N,te],imports:[g],exports:[Y,N,te]}),ie.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:ie,imports:[g]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:s,type:ie,decorators:[{type:o.NgModule,args:[{imports:[g],declarations:[Y,N,te],exports:[Y,N,te]}]}],ctorParameters:function(){return[{type:se}]}})},35015:function(e,t,n){var r;n.d(t,{Is:function(){return l},vT:function(){return h}});var o=n(40761),s=n(80179);const i=new o.InjectionToken("cdk-dir-doc",{providedIn:"root",factory:function(){return(0,o.inject)(s.DOCUMENT)}});const a=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;function c(e){const t=e?.toLowerCase()||"";return"auto"===t&&"undefined"!=typeof navigator&&navigator?.language?a.test(navigator.language)?"rtl":"ltr":"rtl"===t?"rtl":"ltr"}class l{constructor(e){if(this.value="ltr",this.change=new o.EventEmitter,e){const t=e.body?e.body.dir:null,n=e.documentElement?e.documentElement.dir:null;this.value=c(t||n||"ltr")}}ngOnDestroy(){this.change.complete()}}l.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:l,deps:[{token:i,optional:!0}],target:o["ɵɵFactoryTarget"].Injectable}),l.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:l,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:l,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[i]}]}]}});class d{constructor(){this._dir="ltr",this._isInitialized=!1,this.change=new o.EventEmitter}get dir(){return this._dir}set dir(e){const t=this._dir;this._dir=c(e),this._rawDir=e,t!==this._dir&&this._isInitialized&&this.change.emit(this._dir)}get value(){return this.dir}ngAfterContentInit(){this._isInitialized=!0}ngOnDestroy(){this.change.complete()}}d.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:d,deps:[],target:o["ɵɵFactoryTarget"].Directive}),d.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:d,selector:"[dir]",inputs:{dir:"dir"},outputs:{change:"dirChange"},host:{properties:{"attr.dir":"_rawDir"}},providers:[{provide:l,useExisting:d}],exportAs:["dir"],ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:d,decorators:[{type:o.Directive,args:[{selector:"[dir]",providers:[{provide:l,useExisting:d}],host:{"[attr.dir]":"_rawDir"},exportAs:"dir"}]}],propDecorators:{change:[{type:o.Output,args:["dirChange"]}],dir:[{type:o.Input}]}});class h{}h.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:h,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),h.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:h,declarations:[d],exports:[d]}),h.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:h}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:h,decorators:[{type:o.NgModule,args:[{exports:[d],declarations:[d]}]}]})},49224:function(e,t,n){n.d(t,{Eq:function(){return i},Ig:function(){return o},fI:function(){return a},su:function(){return s}});var r=n(40761);function o(e){return null!=e&&"false"!=`${e}`}function s(e,t=0){return function(e){return!isNaN(parseFloat(e))&&!isNaN(Number(e))}(e)?Number(e):t}function i(e){return Array.isArray(e)?e:[e]}function a(e){return e instanceof r.ElementRef?e.nativeElement:e}},14109:function(e,t,n){var r;n.d(t,{P3:function(){return c},Z9:function(){return a},eX:function(){return d},k:function(){return u},yy:function(){return l}});var o=n(89754),s=n(40761);class i{}function a(e){return e&&"function"==typeof e.connect}class c extends i{constructor(e){super(),this._data=e}connect(){return(0,o.isObservable)(this._data)?this._data:(0,o.of)(this._data)}disconnect(){}}class l{applyChanges(e,t,n,r,o){e.forEachOperation(((e,r,s)=>{let i,a;if(null==e.previousIndex){const o=n(e,r,s);i=t.createEmbeddedView(o.templateRef,o.context,o.index),a=1}else null==s?(t.remove(r),a=3):(i=t.get(r),t.move(i,s),a=2);o&&o({context:i?.context,operation:a,record:e})}))}detach(){}}class d{constructor(){this.viewCacheSize=20,this._viewCache=[]}applyChanges(e,t,n,r,o){e.forEachOperation(((e,s,i)=>{let a,c;if(null==e.previousIndex){const o=()=>n(e,s,i);a=this._insertView(o,i,t,r(e)),c=a?1:0}else null==i?(this._detachAndCacheView(s,t),c=3):(a=this._moveView(s,i,t,r(e)),c=2);o&&o({context:a?.context,operation:c,record:e})}))}detach(){for(const e of this._viewCache)e.destroy();this._viewCache=[]}_insertView(e,t,n,r){const o=this._insertViewFromCache(t,n);if(o)return void(o.context.$implicit=r);const s=e();return n.createEmbeddedView(s.templateRef,s.context,s.index)}_detachAndCacheView(e,t){const n=t.detach(e);this._maybeCacheView(n,t)}_moveView(e,t,n,r){const o=n.get(e);return n.move(o,t),o.context.$implicit=r,o}_maybeCacheView(e,t){if(this._viewCache.length{this._listeners=this._listeners.filter((t=>e!==t))}}ngOnDestroy(){this._listeners=[]}}h.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:h,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),h.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:h,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:h,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});const u=new s.InjectionToken("_ViewRepeater")},75125:function(e,t,n){n.d(t,{A:function(){return _},JH:function(){return g},JU:function(){return s},K5:function(){return o},LH:function(){return u},L_:function(){return c},MW:function(){return v},Mf:function(){return r},SV:function(){return p},Sd:function(){return d},Vb:function(){return w},Z:function(){return y},aO:function(){return f},b2:function(){return b},jx:function(){return i},oh:function(){return h},uR:function(){return l},xE:function(){return m},zL:function(){return a}});const r=9,o=13,s=16,i=17,a=18,c=32,l=35,d=36,h=37,u=38,p=39,g=40,m=48,f=57,_=65,y=90,v=91,b=224;function w(e,...t){return t.length?t.some((t=>e[t])):e.altKey||e.shiftKey||e.ctrlKey||e.metaKey}},67445:function(e,t,n){var r;n.d(t,{Mq:function(){return g},Oy:function(){return v},_i:function(){return m},ht:function(){return _},i$:function(){return p},kV:function(){return f},sA:function(){return y},t4:function(){return a}});var o=n(40761),s=n(80179);let i;try{i="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch{i=!1}class a{constructor(e){this._platformId=e,this.isBrowser=this._platformId?(0,s.isPlatformBrowser)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!i)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}a.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:a,deps:[{token:o.PLATFORM_ID}],target:o["ɵɵFactoryTarget"].Injectable}),a.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:a,providedIn:"root"}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:a,decorators:[{type:o.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Object,decorators:[{type:o.Inject,args:[o.PLATFORM_ID]}]}]}});class c{}c.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),c.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c}),c.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(o,2)),type:c,decorators:[{type:o.NgModule,args:[{}]}]});let l,d,h,u;function p(e){return function(){if(null==l&&"undefined"!=typeof window)try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>l=!0}))}finally{l=l||!1}return l}()?e:!!e.capture}function g(){if(null==h){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return h=!1,h;if("scrollBehavior"in document.documentElement.style)h=!0;else{const e=Element.prototype.scrollTo;h=!!e&&!/\{\s*\[native code\]\s*\}/.test(e.toString())}}return h}function m(){if("object"!=typeof document||!document)return 0;if(null==d){const e=document.createElement("div"),t=e.style;e.dir="rtl",t.width="1px",t.overflow="auto",t.visibility="hidden",t.pointerEvents="none",t.position="absolute";const n=document.createElement("div"),r=n.style;r.width="2px",r.height="1px",e.appendChild(n),document.body.appendChild(e),d=0,0===e.scrollLeft&&(e.scrollLeft=1,d=0===e.scrollLeft?1:2),e.remove()}return d}function f(e){if(function(){if(null==u){const e="undefined"!=typeof document?document.head:null;u=!(!e||!e.createShadowRoot&&!e.attachShadow)}return u}()){const t=e.getRootNode?e.getRootNode():null;if("undefined"!=typeof ShadowRoot&&ShadowRoot&&t instanceof ShadowRoot)return t}return null}function _(){let e="undefined"!=typeof document&&document?document.activeElement:null;for(;e&&e.shadowRoot;){const t=e.shadowRoot.activeElement;if(t===e)break;e=t}return e}function y(e){return e.composedPath?e.composedPath()[0]:e.target}function v(){return"undefined"!=typeof __karma__&&!!__karma__||"undefined"!=typeof jasmine&&!!jasmine||"undefined"!=typeof jest&&!!jest||"undefined"!=typeof Mocha&&!!Mocha}},11474:function(e,t,n){var r;n.d(t,{Cl:function(){return E},N7:function(){return D},ZD:function(){return S},mF:function(){return f},rL:function(){return y},x0:function(){return C},xd:function(){return m},yU:function(){return u}});var o=n(49224),s=n(40761),i=n(89754),a=n(76063),c=n(67445),l=n(80179),d=n(35015),h=n(14109);const u=new s.InjectionToken("VIRTUAL_SCROLL_STRATEGY");class p{constructor(e,t,n){this._scrolledIndexChange=new i.Subject,this.scrolledIndexChange=this._scrolledIndexChange.pipe((0,a.distinctUntilChanged)()),this._viewport=null,this._itemSize=e,this._minBufferPx=t,this._maxBufferPx=n}attach(e){this._viewport=e,this._updateTotalContentSize(),this._updateRenderedRange()}detach(){this._scrolledIndexChange.complete(),this._viewport=null}updateItemAndBufferSize(e,t,n){if(n0?o/this._itemSize:0;if(t.end>r){const e=Math.ceil(n/this._itemSize),i=Math.max(0,Math.min(s,r-e));s!=i&&(s=i,o=i*this._itemSize,t.start=Math.floor(s)),t.end=Math.max(0,Math.min(r,t.start+e))}const i=o-t.start*this._itemSize;if(i0&&(t.end=Math.min(r,t.end+n),t.start=Math.max(0,Math.floor(s-this._minBufferPx/this._itemSize)))}}this._viewport.setRenderedRange(t),this._viewport.setRenderedContentOffset(this._itemSize*t.start),this._scrolledIndexChange.next(Math.floor(s))}}function g(e){return e._scrollStrategy}class m{constructor(){this._itemSize=20,this._minBufferPx=100,this._maxBufferPx=200,this._scrollStrategy=new p(this.itemSize,this.minBufferPx,this.maxBufferPx)}get itemSize(){return this._itemSize}set itemSize(e){this._itemSize=(0,o.su)(e)}get minBufferPx(){return this._minBufferPx}set minBufferPx(e){this._minBufferPx=(0,o.su)(e)}get maxBufferPx(){return this._maxBufferPx}set maxBufferPx(e){this._maxBufferPx=(0,o.su)(e)}ngOnChanges(){this._scrollStrategy.updateItemAndBufferSize(this.itemSize,this.minBufferPx,this.maxBufferPx)}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:m,deps:[],target:s["ɵɵFactoryTarget"].Directive}),m.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:m,selector:"cdk-virtual-scroll-viewport[itemSize]",inputs:{itemSize:"itemSize",minBufferPx:"minBufferPx",maxBufferPx:"maxBufferPx"},providers:[{provide:u,useFactory:g,deps:[(0,s.forwardRef)((()=>m))]}],usesOnChanges:!0,ngImport:r||(r=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:m,decorators:[{type:s.Directive,args:[{selector:"cdk-virtual-scroll-viewport[itemSize]",providers:[{provide:u,useFactory:g,deps:[(0,s.forwardRef)((()=>m))]}]}]}],propDecorators:{itemSize:[{type:s.Input}],minBufferPx:[{type:s.Input}],maxBufferPx:[{type:s.Input}]}});class f{constructor(e,t,n){this._ngZone=e,this._platform=t,this._scrolled=new i.Subject,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=n}register(e){this.scrollContainers.has(e)||this.scrollContainers.set(e,e.elementScrolled().subscribe((()=>this._scrolled.next(e))))}deregister(e){const t=this.scrollContainers.get(e);t&&(t.unsubscribe(),this.scrollContainers.delete(e))}scrolled(e=20){return this._platform.isBrowser?new i.Observable((t=>{this._globalSubscription||this._addGlobalListener();const n=e>0?this._scrolled.pipe((0,a.auditTime)(e)).subscribe(t):this._scrolled.subscribe(t);return this._scrolledCount++,()=>{n.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}})):(0,i.of)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach(((e,t)=>this.deregister(t))),this._scrolled.complete()}ancestorScrolled(e,t){const n=this.getAncestorScrollContainers(e);return this.scrolled(t).pipe((0,a.filter)((e=>!e||n.indexOf(e)>-1)))}getAncestorScrollContainers(e){const t=[];return this.scrollContainers.forEach(((n,r)=>{this._scrollableContainsElement(r,e)&&t.push(r)})),t}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(e,t){let n=(0,o.fI)(t),r=e.getElementRef().nativeElement;do{if(n==r)return!0}while(n=n.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular((()=>{const e=this._getWindow();return(0,i.fromEvent)(e.document,"scroll").subscribe((()=>this._scrolled.next()))}))}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}}f.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:f,deps:[{token:s.NgZone},{token:c.t4},{token:l.DOCUMENT,optional:!0}],target:s["ɵɵFactoryTarget"].Injectable}),f.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:f,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:f,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:s.NgZone},{type:c.t4},{type:void 0,decorators:[{type:s.Optional},{type:s.Inject,args:[l.DOCUMENT]}]}]}});class _{constructor(e,t,n,r){this.elementRef=e,this.scrollDispatcher=t,this.ngZone=n,this.dir=r,this._destroyed=new i.Subject,this._elementScrolled=new i.Observable((e=>this.ngZone.runOutsideAngular((()=>(0,i.fromEvent)(this.elementRef.nativeElement,"scroll").pipe((0,a.takeUntil)(this._destroyed)).subscribe(e)))))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(e){const t=this.elementRef.nativeElement,n=this.dir&&"rtl"==this.dir.value;null==e.left&&(e.left=n?e.end:e.start),null==e.right&&(e.right=n?e.start:e.end),null!=e.bottom&&(e.top=t.scrollHeight-t.clientHeight-e.bottom),n&&0!=(0,c._i)()?(null!=e.left&&(e.right=t.scrollWidth-t.clientWidth-e.left),2==(0,c._i)()?e.left=e.right:1==(0,c._i)()&&(e.left=e.right?-e.right:e.right)):null!=e.right&&(e.left=t.scrollWidth-t.clientWidth-e.right),this._applyScrollToOptions(e)}_applyScrollToOptions(e){const t=this.elementRef.nativeElement;(0,c.Mq)()?t.scrollTo(e):(null!=e.top&&(t.scrollTop=e.top),null!=e.left&&(t.scrollLeft=e.left))}measureScrollOffset(e){const t="left",n="right",r=this.elementRef.nativeElement;if("top"==e)return r.scrollTop;if("bottom"==e)return r.scrollHeight-r.clientHeight-r.scrollTop;const o=this.dir&&"rtl"==this.dir.value;return"start"==e?e=o?n:t:"end"==e&&(e=o?t:n),o&&2==(0,c._i)()?e==t?r.scrollWidth-r.clientWidth-r.scrollLeft:r.scrollLeft:o&&1==(0,c._i)()?e==t?r.scrollLeft+r.scrollWidth-r.clientWidth:-r.scrollLeft:e==t?r.scrollLeft:r.scrollWidth-r.clientWidth-r.scrollLeft}}_.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:_,deps:[{token:s.ElementRef},{token:f},{token:s.NgZone},{token:d.Is,optional:!0}],target:s["ɵɵFactoryTarget"].Directive}),_.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:_,selector:"[cdk-scrollable], [cdkScrollable]",ngImport:r||(r=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:_,decorators:[{type:s.Directive,args:[{selector:"[cdk-scrollable], [cdkScrollable]"}]}],ctorParameters:function(){return[{type:s.ElementRef},{type:f},{type:s.NgZone},{type:d.Is,decorators:[{type:s.Optional}]}]}});class y{constructor(e,t,n){this._platform=e,this._change=new i.Subject,this._changeListener=e=>{this._change.next(e)},this._document=n,t.runOutsideAngular((()=>{if(e.isBrowser){const e=this._getWindow();e.addEventListener("resize",this._changeListener),e.addEventListener("orientationchange",this._changeListener)}this.change().subscribe((()=>this._viewportSize=null))}))}ngOnDestroy(){if(this._platform.isBrowser){const e=this._getWindow();e.removeEventListener("resize",this._changeListener),e.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const e={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),e}getViewportRect(){const e=this.getViewportScrollPosition(),{width:t,height:n}=this.getViewportSize();return{top:e.top,left:e.left,bottom:e.top+n,right:e.left+t,height:n,width:t}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const e=this._document,t=this._getWindow(),n=e.documentElement,r=n.getBoundingClientRect();return{top:-r.top||e.body.scrollTop||t.scrollY||n.scrollTop||0,left:-r.left||e.body.scrollLeft||t.scrollX||n.scrollLeft||0}}change(e=20){return e>0?this._change.pipe((0,a.auditTime)(e)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const e=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:e.innerWidth,height:e.innerHeight}:{width:0,height:0}}}y.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:y,deps:[{token:c.t4},{token:s.NgZone},{token:l.DOCUMENT,optional:!0}],target:s["ɵɵFactoryTarget"].Injectable}),y.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:y,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:y,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:c.t4},{type:s.NgZone},{type:void 0,decorators:[{type:s.Optional},{type:s.Inject,args:[l.DOCUMENT]}]}]}});const v=new s.InjectionToken("VIRTUAL_SCROLLABLE");class b extends _{constructor(e,t,n,r){super(e,t,n,r)}measureViewportSize(e){const t=this.elementRef.nativeElement;return"horizontal"===e?t.clientWidth:t.clientHeight}}b.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:b,deps:[{token:s.ElementRef},{token:f},{token:s.NgZone},{token:d.Is,optional:!0}],target:s["ɵɵFactoryTarget"].Directive}),b.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:b,usesInheritance:!0,ngImport:r||(r=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:b,decorators:[{type:s.Directive}],ctorParameters:function(){return[{type:s.ElementRef},{type:f},{type:s.NgZone},{type:d.Is,decorators:[{type:s.Optional}]}]}});const w="undefined"!=typeof requestAnimationFrame?i.animationFrameScheduler:i.asapScheduler;class D extends b{constructor(e,t,n,r,o,s,a,c){if(super(e,s,n,o),this.elementRef=e,this._changeDetectorRef=t,this._scrollStrategy=r,this.scrollable=c,this._detachedSubject=new i.Subject,this._renderedRangeSubject=new i.Subject,this._orientation="vertical",this._appendOnly=!1,this.scrolledIndexChange=new i.Observable((e=>this._scrollStrategy.scrolledIndexChange.subscribe((t=>Promise.resolve().then((()=>this.ngZone.run((()=>e.next(t))))))))),this.renderedRangeStream=this._renderedRangeSubject,this._totalContentSize=0,this._totalContentWidth="",this._totalContentHeight="",this._renderedRange={start:0,end:0},this._dataLength=0,this._viewportSize=0,this._renderedContentOffset=0,this._renderedContentOffsetNeedsRewrite=!1,this._isChangeDetectionPending=!1,this._runAfterChangeDetection=[],this._viewportChanges=i.Subscription.EMPTY,!r&&("undefined"==typeof ngDevMode||ngDevMode))throw Error('Error: cdk-virtual-scroll-viewport requires the "itemSize" property to be set.');this._viewportChanges=a.change().subscribe((()=>{this.checkViewportSize()})),this.scrollable||(this.elementRef.nativeElement.classList.add("cdk-virtual-scrollable"),this.scrollable=this)}get orientation(){return this._orientation}set orientation(e){this._orientation!==e&&(this._orientation=e,this._calculateSpacerSize())}get appendOnly(){return this._appendOnly}set appendOnly(e){this._appendOnly=(0,o.Ig)(e)}ngOnInit(){this.scrollable===this&&super.ngOnInit(),this.ngZone.runOutsideAngular((()=>Promise.resolve().then((()=>{this._measureViewportSize(),this._scrollStrategy.attach(this),this.scrollable.elementScrolled().pipe((0,a.startWith)(null),(0,a.auditTime)(0,w)).subscribe((()=>this._scrollStrategy.onContentScrolled())),this._markChangeDetectionNeeded()}))))}ngOnDestroy(){this.detach(),this._scrollStrategy.detach(),this._renderedRangeSubject.complete(),this._detachedSubject.complete(),this._viewportChanges.unsubscribe(),super.ngOnDestroy()}attach(e){if(this._forOf&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("CdkVirtualScrollViewport is already attached.");this.ngZone.runOutsideAngular((()=>{this._forOf=e,this._forOf.dataStream.pipe((0,a.takeUntil)(this._detachedSubject)).subscribe((e=>{const t=e.length;t!==this._dataLength&&(this._dataLength=t,this._scrollStrategy.onDataLengthChanged()),this._doChangeDetection()}))}))}detach(){this._forOf=null,this._detachedSubject.next()}getDataLength(){return this._dataLength}getViewportSize(){return this._viewportSize}getRenderedRange(){return this._renderedRange}measureBoundingClientRectWithScrollOffset(e){return this.getElementRef().nativeElement.getBoundingClientRect()[e]}setTotalContentSize(e){this._totalContentSize!==e&&(this._totalContentSize=e,this._calculateSpacerSize(),this._markChangeDetectionNeeded())}setRenderedRange(e){var t,n;t=this._renderedRange,n=e,(t.start!=n.start||t.end!=n.end)&&(this.appendOnly&&(e={start:0,end:Math.max(this._renderedRange.end,e.end)}),this._renderedRangeSubject.next(this._renderedRange=e),this._markChangeDetectionNeeded((()=>this._scrollStrategy.onContentRendered())))}getOffsetToRenderedContentStart(){return this._renderedContentOffsetNeedsRewrite?null:this._renderedContentOffset}setRenderedContentOffset(e,t="to-start"){e=this.appendOnly&&"to-start"===t?0:e;const n=this.dir&&"rtl"==this.dir.value,r="horizontal"==this.orientation,o=r?"X":"Y";let s=`translate${o}(${Number((r&&n?-1:1)*e)}px)`;this._renderedContentOffset=e,"to-end"===t&&(s+=` translate${o}(-100%)`,this._renderedContentOffsetNeedsRewrite=!0),this._renderedContentTransform!=s&&(this._renderedContentTransform=s,this._markChangeDetectionNeeded((()=>{this._renderedContentOffsetNeedsRewrite?(this._renderedContentOffset-=this.measureRenderedContentSize(),this._renderedContentOffsetNeedsRewrite=!1,this.setRenderedContentOffset(this._renderedContentOffset)):this._scrollStrategy.onRenderedOffsetChanged()})))}scrollToOffset(e,t="auto"){const n={behavior:t};"horizontal"===this.orientation?n.start=e:n.top=e,this.scrollable.scrollTo(n)}scrollToIndex(e,t="auto"){this._scrollStrategy.scrollToIndex(e,t)}measureScrollOffset(e){let t;return t=this.scrollable==this?e=>super.measureScrollOffset(e):e=>this.scrollable.measureScrollOffset(e),Math.max(0,t(e??("horizontal"===this.orientation?"start":"top"))-this.measureViewportOffset())}measureViewportOffset(e){let t;const n="left",r="right",o="rtl"==this.dir?.value;t="start"==e?o?r:n:"end"==e?o?n:r:e||("horizontal"===this.orientation?"left":"top");const s=this.scrollable.measureBoundingClientRectWithScrollOffset(t);return this.elementRef.nativeElement.getBoundingClientRect()[t]-s}measureRenderedContentSize(){const e=this._contentWrapper.nativeElement;return"horizontal"===this.orientation?e.offsetWidth:e.offsetHeight}measureRangeSize(e){return this._forOf?this._forOf.measureRangeSize(e,this.orientation):0}checkViewportSize(){this._measureViewportSize(),this._scrollStrategy.onDataLengthChanged()}_measureViewportSize(){this._viewportSize=this.scrollable.measureViewportSize(this.orientation)}_markChangeDetectionNeeded(e){e&&this._runAfterChangeDetection.push(e),this._isChangeDetectionPending||(this._isChangeDetectionPending=!0,this.ngZone.runOutsideAngular((()=>Promise.resolve().then((()=>{this._doChangeDetection()})))))}_doChangeDetection(){this._isChangeDetectionPending=!1,this._contentWrapper.nativeElement.style.transform=this._renderedContentTransform,this.ngZone.run((()=>this._changeDetectorRef.markForCheck()));const e=this._runAfterChangeDetection;this._runAfterChangeDetection=[];for(const t of e)t()}_calculateSpacerSize(){this._totalContentHeight="horizontal"===this.orientation?"":`${this._totalContentSize}px`,this._totalContentWidth="horizontal"===this.orientation?`${this._totalContentSize}px`:""}}function k(e,t,n){const r=n;if(!r.getBoundingClientRect)return 0;const o=r.getBoundingClientRect();return"horizontal"===e?"start"===t?o.left:o.right:"start"===t?o.top:o.bottom}D.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:D,deps:[{token:s.ElementRef},{token:s.ChangeDetectorRef},{token:s.NgZone},{token:u,optional:!0},{token:d.Is,optional:!0},{token:f},{token:y},{token:v,optional:!0}],target:s["ɵɵFactoryTarget"].Component}),D.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:D,selector:"cdk-virtual-scroll-viewport",inputs:{orientation:"orientation",appendOnly:"appendOnly"},outputs:{scrolledIndexChange:"scrolledIndexChange"},host:{properties:{"class.cdk-virtual-scroll-orientation-horizontal":'orientation === "horizontal"',"class.cdk-virtual-scroll-orientation-vertical":'orientation !== "horizontal"'},classAttribute:"cdk-virtual-scroll-viewport"},providers:[{provide:_,useFactory:(e,t)=>e||t,deps:[b,D]}],viewQueries:[{propertyName:"_contentWrapper",first:!0,predicate:["contentWrapper"],descendants:!0,static:!0}],usesInheritance:!0,ngImport:r||(r=n.t(s,2)),template:'\x3c!--\n Wrap the rendered content in an element that will be used to offset it based on the scroll\n position.\n--\x3e\n
    \n \n
    \n\x3c!--\n Spacer used to force the scrolling container to the correct size for the *total* number of items\n so that the scrollbar captures the size of the entire data set.\n--\x3e\n
    \n',styles:["cdk-virtual-scroll-viewport{display:block;position:relative;transform:translateZ(0)}.cdk-virtual-scrollable{overflow:auto;will-change:scroll-position;contain:strict;-webkit-overflow-scrolling:touch}.cdk-virtual-scroll-content-wrapper{position:absolute;top:0;left:0;contain:content}[dir=rtl] .cdk-virtual-scroll-content-wrapper{right:0;left:auto}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper{min-height:100%}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-left:0;padding-right:0;margin-left:0;margin-right:0;border-left-width:0;border-right-width:0;outline:none}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{min-width:100%}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-top-width:0;border-bottom-width:0;outline:none}.cdk-virtual-scroll-spacer{height:1px;transform-origin:0 0;flex:0 0 auto}[dir=rtl] .cdk-virtual-scroll-spacer{transform-origin:100% 0}"],changeDetection:s.ChangeDetectionStrategy.OnPush,encapsulation:s.ViewEncapsulation.None}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:D,decorators:[{type:s.Component,args:[{selector:"cdk-virtual-scroll-viewport",host:{class:"cdk-virtual-scroll-viewport","[class.cdk-virtual-scroll-orientation-horizontal]":'orientation === "horizontal"',"[class.cdk-virtual-scroll-orientation-vertical]":'orientation !== "horizontal"'},encapsulation:s.ViewEncapsulation.None,changeDetection:s.ChangeDetectionStrategy.OnPush,providers:[{provide:_,useFactory:(e,t)=>e||t,deps:[b,D]}],template:'\x3c!--\n Wrap the rendered content in an element that will be used to offset it based on the scroll\n position.\n--\x3e\n
    \n \n
    \n\x3c!--\n Spacer used to force the scrolling container to the correct size for the *total* number of items\n so that the scrollbar captures the size of the entire data set.\n--\x3e\n
    \n',styles:["cdk-virtual-scroll-viewport{display:block;position:relative;transform:translateZ(0)}.cdk-virtual-scrollable{overflow:auto;will-change:scroll-position;contain:strict;-webkit-overflow-scrolling:touch}.cdk-virtual-scroll-content-wrapper{position:absolute;top:0;left:0;contain:content}[dir=rtl] .cdk-virtual-scroll-content-wrapper{right:0;left:auto}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper{min-height:100%}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-left:0;padding-right:0;margin-left:0;margin-right:0;border-left-width:0;border-right-width:0;outline:none}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{min-width:100%}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-top-width:0;border-bottom-width:0;outline:none}.cdk-virtual-scroll-spacer{height:1px;transform-origin:0 0;flex:0 0 auto}[dir=rtl] .cdk-virtual-scroll-spacer{transform-origin:100% 0}"]}]}],ctorParameters:function(){return[{type:s.ElementRef},{type:s.ChangeDetectorRef},{type:s.NgZone},{type:void 0,decorators:[{type:s.Optional},{type:s.Inject,args:[u]}]},{type:d.Is,decorators:[{type:s.Optional}]},{type:f},{type:y},{type:b,decorators:[{type:s.Optional},{type:s.Inject,args:[v]}]}]},propDecorators:{orientation:[{type:s.Input}],appendOnly:[{type:s.Input}],scrolledIndexChange:[{type:s.Output}],_contentWrapper:[{type:s.ViewChild,args:["contentWrapper",{static:!0}]}]}});class C{constructor(e,t,n,r,o,s){this._viewContainerRef=e,this._template=t,this._differs=n,this._viewRepeater=r,this._viewport=o,this.viewChange=new i.Subject,this._dataSourceChanges=new i.Subject,this.dataStream=this._dataSourceChanges.pipe((0,a.startWith)(null),(0,a.pairwise)(),(0,a.switchMap)((([e,t])=>this._changeDataSource(e,t))),(0,a.shareReplay)(1)),this._differ=null,this._needsUpdate=!1,this._destroyed=new i.Subject,this.dataStream.subscribe((e=>{this._data=e,this._onRenderedDataChange()})),this._viewport.renderedRangeStream.pipe((0,a.takeUntil)(this._destroyed)).subscribe((e=>{this._renderedRange=e,this.viewChange.observers.length&&s.run((()=>this.viewChange.next(this._renderedRange))),this._onRenderedDataChange()})),this._viewport.attach(this)}get cdkVirtualForOf(){return this._cdkVirtualForOf}set cdkVirtualForOf(e){this._cdkVirtualForOf=e,(0,h.Z9)(e)?this._dataSourceChanges.next(e):this._dataSourceChanges.next(new h.P3((0,i.isObservable)(e)?e:Array.from(e||[])))}get cdkVirtualForTrackBy(){return this._cdkVirtualForTrackBy}set cdkVirtualForTrackBy(e){this._needsUpdate=!0,this._cdkVirtualForTrackBy=e?(t,n)=>e(t+(this._renderedRange?this._renderedRange.start:0),n):void 0}set cdkVirtualForTemplate(e){e&&(this._needsUpdate=!0,this._template=e)}get cdkVirtualForTemplateCacheSize(){return this._viewRepeater.viewCacheSize}set cdkVirtualForTemplateCacheSize(e){this._viewRepeater.viewCacheSize=(0,o.su)(e)}measureRangeSize(e,t){if(e.start>=e.end)return 0;if((e.startthis._renderedRange.end)&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("Error: attempted to measure an item that isn't rendered.");const n=e.start-this._renderedRange.start,r=e.end-e.start;let o,s;for(let e=0;e-1;e--){const t=this._viewContainerRef.get(e+n);if(t&&t.rootNodes.length){s=t.rootNodes[t.rootNodes.length-1];break}}return o&&s?k(t,"end",s)-k(t,"start",o):0}ngDoCheck(){if(this._differ&&this._needsUpdate){const e=this._differ.diff(this._renderedItems);e?this._applyChanges(e):this._updateContext(),this._needsUpdate=!1}}ngOnDestroy(){this._viewport.detach(),this._dataSourceChanges.next(void 0),this._dataSourceChanges.complete(),this.viewChange.complete(),this._destroyed.next(),this._destroyed.complete(),this._viewRepeater.detach()}_onRenderedDataChange(){this._renderedRange&&(this._renderedItems=this._data.slice(this._renderedRange.start,this._renderedRange.end),this._differ||(this._differ=this._differs.find(this._renderedItems).create(((e,t)=>this.cdkVirtualForTrackBy?this.cdkVirtualForTrackBy(e,t):t))),this._needsUpdate=!0)}_changeDataSource(e,t){return e&&e.disconnect(this),this._needsUpdate=!0,t?t.connect(this):(0,i.of)()}_updateContext(){const e=this._data.length;let t=this._viewContainerRef.length;for(;t--;){const n=this._viewContainerRef.get(t);n.context.index=this._renderedRange.start+t,n.context.count=e,this._updateComputedContextProperties(n.context),n.detectChanges()}}_applyChanges(e){this._viewRepeater.applyChanges(e,this._viewContainerRef,((e,t,n)=>this._getEmbeddedViewArgs(e,n)),(e=>e.item)),e.forEachIdentityChange((e=>{this._viewContainerRef.get(e.currentIndex).context.$implicit=e.item}));const t=this._data.length;let n=this._viewContainerRef.length;for(;n--;){const e=this._viewContainerRef.get(n);e.context.index=this._renderedRange.start+n,e.context.count=t,this._updateComputedContextProperties(e.context)}}_updateComputedContextProperties(e){e.first=0===e.index,e.last=e.index===e.count-1,e.even=e.index%2==0,e.odd=!e.even}_getEmbeddedViewArgs(e,t){return{templateRef:this._template,context:{$implicit:e.item,cdkVirtualForOf:this._cdkVirtualForOf,index:-1,count:-1,first:!1,last:!1,odd:!1,even:!1},index:t}}}C.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:C,deps:[{token:s.ViewContainerRef},{token:s.TemplateRef},{token:s.IterableDiffers},{token:h.k},{token:D,skipSelf:!0},{token:s.NgZone}],target:s["ɵɵFactoryTarget"].Directive}),C.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:C,selector:"[cdkVirtualFor][cdkVirtualForOf]",inputs:{cdkVirtualForOf:"cdkVirtualForOf",cdkVirtualForTrackBy:"cdkVirtualForTrackBy",cdkVirtualForTemplate:"cdkVirtualForTemplate",cdkVirtualForTemplateCacheSize:"cdkVirtualForTemplateCacheSize"},providers:[{provide:h.k,useClass:h.eX}],ngImport:r||(r=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:C,decorators:[{type:s.Directive,args:[{selector:"[cdkVirtualFor][cdkVirtualForOf]",providers:[{provide:h.k,useClass:h.eX}]}]}],ctorParameters:function(){return[{type:s.ViewContainerRef},{type:s.TemplateRef},{type:s.IterableDiffers},{type:h.eX,decorators:[{type:s.Inject,args:[h.k]}]},{type:D,decorators:[{type:s.SkipSelf}]},{type:s.NgZone}]},propDecorators:{cdkVirtualForOf:[{type:s.Input}],cdkVirtualForTrackBy:[{type:s.Input}],cdkVirtualForTemplate:[{type:s.Input}],cdkVirtualForTemplateCacheSize:[{type:s.Input}]}});class I extends b{constructor(e,t,n,r){super(e,t,n,r)}measureBoundingClientRectWithScrollOffset(e){return this.getElementRef().nativeElement.getBoundingClientRect()[e]-this.measureScrollOffset(e)}}I.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:I,deps:[{token:s.ElementRef},{token:f},{token:s.NgZone},{token:d.Is,optional:!0}],target:s["ɵɵFactoryTarget"].Directive}),I.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:I,selector:"[cdkVirtualScrollingElement]",host:{classAttribute:"cdk-virtual-scrollable"},providers:[{provide:v,useExisting:I}],usesInheritance:!0,ngImport:r||(r=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:I,decorators:[{type:s.Directive,args:[{selector:"[cdkVirtualScrollingElement]",providers:[{provide:v,useExisting:I}],host:{class:"cdk-virtual-scrollable"}}]}],ctorParameters:function(){return[{type:s.ElementRef},{type:f},{type:s.NgZone},{type:d.Is,decorators:[{type:s.Optional}]}]}});class R extends b{constructor(e,t,n){super(new s.ElementRef(document.documentElement),e,t,n),this._elementScrolled=new i.Observable((e=>this.ngZone.runOutsideAngular((()=>(0,i.fromEvent)(document,"scroll").pipe((0,a.takeUntil)(this._destroyed)).subscribe(e)))))}measureBoundingClientRectWithScrollOffset(e){return this.getElementRef().nativeElement.getBoundingClientRect()[e]}}R.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:R,deps:[{token:f},{token:s.NgZone},{token:d.Is,optional:!0}],target:s["ɵɵFactoryTarget"].Directive}),R.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:R,selector:"cdk-virtual-scroll-viewport[scrollWindow]",providers:[{provide:v,useExisting:R}],usesInheritance:!0,ngImport:r||(r=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:R,decorators:[{type:s.Directive,args:[{selector:"cdk-virtual-scroll-viewport[scrollWindow]",providers:[{provide:v,useExisting:R}]}]}],ctorParameters:function(){return[{type:f},{type:s.NgZone},{type:d.Is,decorators:[{type:s.Optional}]}]}});class S{}S.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:S,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),S.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:S,declarations:[_],exports:[_]}),S.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:S}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:S,decorators:[{type:s.NgModule,args:[{exports:[_],declarations:[_]}]}]});class E{}E.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:E,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),E.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:E,declarations:[m,C,D,R,I],imports:[d.vT,S],exports:[d.vT,S,m,C,D,R,I]}),E.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:E,imports:[d.vT,S,d.vT,S]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(s,2)),type:E,decorators:[{type:s.NgModule,args:[{imports:[d.vT,S],exports:[d.vT,S,m,C,D,R,I],declarations:[m,C,D,R,I]}]}]})},93342:function(e,t,n){var r;n.d(t,{$E:function(){return K},Af:function(){return D},D5:function(){return _},FT:function(){return $},Fg:function(){return E},HT:function(){return ee},Hx:function(){return Q},Kb:function(){return A},O_:function(){return f},QJ:function(){return k},Sq:function(){return M},T$:function(){return U},Z4:function(){return y},_J:function(){return j},_z:function(){return X},bH:function(){return q},fe:function(){return x},fo:function(){return b},hD:function(){return C},nl:function(){return R},oF:function(){return S},pF:function(){return W},pN:function(){return g},qM:function(){return L},r2:function(){return B},s$:function(){return V},xN:function(){return N},zC:function(){return G}});var o=n(35015),s=n(49224),i=n(14109),a=n(67445),c=n(11474),l=n(80179),d=n(40761),h=n(89754),u=n(76063);function p(e){return class extends e{constructor(...e){super(...e),this._sticky=!1,this._hasStickyChanged=!1}get sticky(){return this._sticky}set sticky(e){const t=this._sticky;this._sticky=(0,s.Ig)(e),this._hasStickyChanged=t!==this._sticky}hasStickyChanged(){const e=this._hasStickyChanged;return this._hasStickyChanged=!1,e}resetStickyChanged(){this._hasStickyChanged=!1}}}const g=new d.InjectionToken("CDK_TABLE"),m=new d.InjectionToken("text-column-options");class f{constructor(e){this.template=e}}f.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:f,deps:[{token:d.TemplateRef}],target:d["ɵɵFactoryTarget"].Directive}),f.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:f,selector:"[cdkCellDef]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:f,decorators:[{type:d.Directive,args:[{selector:"[cdkCellDef]"}]}],ctorParameters:function(){return[{type:d.TemplateRef}]}});class _{constructor(e){this.template=e}}_.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:_,deps:[{token:d.TemplateRef}],target:d["ɵɵFactoryTarget"].Directive}),_.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:_,selector:"[cdkHeaderCellDef]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:_,decorators:[{type:d.Directive,args:[{selector:"[cdkHeaderCellDef]"}]}],ctorParameters:function(){return[{type:d.TemplateRef}]}});class y{constructor(e){this.template=e}}y.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:y,deps:[{token:d.TemplateRef}],target:d["ɵɵFactoryTarget"].Directive}),y.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:y,selector:"[cdkFooterCellDef]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:y,decorators:[{type:d.Directive,args:[{selector:"[cdkFooterCellDef]"}]}],ctorParameters:function(){return[{type:d.TemplateRef}]}});const v=p(class{});class b extends v{constructor(e){super(),this._table=e,this._stickyEnd=!1}get name(){return this._name}set name(e){this._setNameInput(e)}get stickyEnd(){return this._stickyEnd}set stickyEnd(e){const t=this._stickyEnd;this._stickyEnd=(0,s.Ig)(e),this._hasStickyChanged=t!==this._stickyEnd}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(e){e&&(this._name=e,this.cssClassFriendlyName=e.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}}b.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:b,deps:[{token:g,optional:!0}],target:d["ɵɵFactoryTarget"].Directive}),b.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:b,selector:"[cdkColumnDef]",inputs:{sticky:"sticky",name:["cdkColumnDef","name"],stickyEnd:"stickyEnd"},providers:[{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:b}],queries:[{propertyName:"cell",first:!0,predicate:f,descendants:!0},{propertyName:"headerCell",first:!0,predicate:_,descendants:!0},{propertyName:"footerCell",first:!0,predicate:y,descendants:!0}],usesInheritance:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:b,decorators:[{type:d.Directive,args:[{selector:"[cdkColumnDef]",inputs:["sticky"],providers:[{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:b}]}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:d.Inject,args:[g]},{type:d.Optional}]}]},propDecorators:{name:[{type:d.Input,args:["cdkColumnDef"]}],stickyEnd:[{type:d.Input,args:["stickyEnd"]}],cell:[{type:d.ContentChild,args:[f]}],headerCell:[{type:d.ContentChild,args:[_]}],footerCell:[{type:d.ContentChild,args:[y]}]}});class w{constructor(e,t){t.nativeElement.classList.add(...e._columnCssClassName)}}class D extends w{constructor(e,t){super(e,t)}}D.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:D,deps:[{token:b},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),D.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:D,selector:"cdk-header-cell, th[cdk-header-cell]",host:{attributes:{role:"columnheader"},classAttribute:"cdk-header-cell"},usesInheritance:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:D,decorators:[{type:d.Directive,args:[{selector:"cdk-header-cell, th[cdk-header-cell]",host:{class:"cdk-header-cell",role:"columnheader"}}]}],ctorParameters:function(){return[{type:b},{type:d.ElementRef}]}});class k extends w{constructor(e,t){if(super(e,t),1===e._table?._elementRef.nativeElement.nodeType){const n=e._table._elementRef.nativeElement.getAttribute("role"),r="grid"===n||"treegrid"===n?"gridcell":"cell";t.nativeElement.setAttribute("role",r)}}}k.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:k,deps:[{token:b},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),k.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:k,selector:"cdk-footer-cell, td[cdk-footer-cell]",host:{classAttribute:"cdk-footer-cell"},usesInheritance:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:k,decorators:[{type:d.Directive,args:[{selector:"cdk-footer-cell, td[cdk-footer-cell]",host:{class:"cdk-footer-cell"}}]}],ctorParameters:function(){return[{type:b},{type:d.ElementRef}]}});class C extends w{constructor(e,t){if(super(e,t),1===e._table?._elementRef.nativeElement.nodeType){const n=e._table._elementRef.nativeElement.getAttribute("role"),r="grid"===n||"treegrid"===n?"gridcell":"cell";t.nativeElement.setAttribute("role",r)}}}C.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:C,deps:[{token:b},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),C.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:C,selector:"cdk-cell, td[cdk-cell]",host:{classAttribute:"cdk-cell"},usesInheritance:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:C,decorators:[{type:d.Directive,args:[{selector:"cdk-cell, td[cdk-cell]",host:{class:"cdk-cell"}}]}],ctorParameters:function(){return[{type:b},{type:d.ElementRef}]}});class I{constructor(){this.tasks=[],this.endTasks=[]}}const R=new d.InjectionToken("_COALESCED_STYLE_SCHEDULER");class S{constructor(e){this._ngZone=e,this._currentSchedule=null,this._destroyed=new h.Subject}schedule(e){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(e)}scheduleEnd(e){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(e)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new I,this._getScheduleObservable().pipe((0,u.takeUntil)(this._destroyed)).subscribe((()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const e=this._currentSchedule;this._currentSchedule=new I;for(const t of e.tasks)t();for(const t of e.endTasks)t()}this._currentSchedule=null})))}_getScheduleObservable(){return this._ngZone.isStable?(0,h.from)(Promise.resolve(void 0)):this._ngZone.onStable.pipe((0,u.take)(1))}}S.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:S,deps:[{token:d.NgZone}],target:d["ɵɵFactoryTarget"].Injectable}),S.ɵprov=d["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:S}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:S,decorators:[{type:d.Injectable}],ctorParameters:function(){return[{type:d.NgZone}]}});const E="";class T{constructor(e,t){this.template=e,this._differs=t}ngOnChanges(e){if(!this._columnsDiffer){const t=e.columns&&e.columns.currentValue||[];this._columnsDiffer=this._differs.find(t).create(),this._columnsDiffer.diff(t)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(e){return this instanceof V?e.headerCell.template:this instanceof x?e.footerCell.template:e.cell.template}}T.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:T,deps:[{token:d.TemplateRef},{token:d.IterableDiffers}],target:d["ɵɵFactoryTarget"].Directive}),T.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:T,usesOnChanges:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:T,decorators:[{type:d.Directive}],ctorParameters:function(){return[{type:d.TemplateRef},{type:d.IterableDiffers}]}});const O=p(class extends T{});class V extends O{constructor(e,t,n){super(e,t),this._table=n}ngOnChanges(e){super.ngOnChanges(e)}}V.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:V,deps:[{token:d.TemplateRef},{token:d.IterableDiffers},{token:g,optional:!0}],target:d["ɵɵFactoryTarget"].Directive}),V.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:V,selector:"[cdkHeaderRowDef]",inputs:{columns:["cdkHeaderRowDef","columns"],sticky:["cdkHeaderRowDefSticky","sticky"]},usesInheritance:!0,usesOnChanges:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:V,decorators:[{type:d.Directive,args:[{selector:"[cdkHeaderRowDef]",inputs:["columns: cdkHeaderRowDef","sticky: cdkHeaderRowDefSticky"]}]}],ctorParameters:function(){return[{type:d.TemplateRef},{type:d.IterableDiffers},{type:void 0,decorators:[{type:d.Inject,args:[g]},{type:d.Optional}]}]}});const F=p(class extends T{});class x extends F{constructor(e,t,n){super(e,t),this._table=n}ngOnChanges(e){super.ngOnChanges(e)}}x.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:x,deps:[{token:d.TemplateRef},{token:d.IterableDiffers},{token:g,optional:!0}],target:d["ɵɵFactoryTarget"].Directive}),x.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:x,selector:"[cdkFooterRowDef]",inputs:{columns:["cdkFooterRowDef","columns"],sticky:["cdkFooterRowDefSticky","sticky"]},usesInheritance:!0,usesOnChanges:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:x,decorators:[{type:d.Directive,args:[{selector:"[cdkFooterRowDef]",inputs:["columns: cdkFooterRowDef","sticky: cdkFooterRowDefSticky"]}]}],ctorParameters:function(){return[{type:d.TemplateRef},{type:d.IterableDiffers},{type:void 0,decorators:[{type:d.Inject,args:[g]},{type:d.Optional}]}]}});class M extends T{constructor(e,t,n){super(e,t),this._table=n}}M.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:M,deps:[{token:d.TemplateRef},{token:d.IterableDiffers},{token:g,optional:!0}],target:d["ɵɵFactoryTarget"].Directive}),M.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:M,selector:"[cdkRowDef]",inputs:{columns:["cdkRowDefColumns","columns"],when:["cdkRowDefWhen","when"]},usesInheritance:!0,ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:M,decorators:[{type:d.Directive,args:[{selector:"[cdkRowDef]",inputs:["columns: cdkRowDefColumns","when: cdkRowDefWhen"]}]}],ctorParameters:function(){return[{type:d.TemplateRef},{type:d.IterableDiffers},{type:void 0,decorators:[{type:d.Inject,args:[g]},{type:d.Optional}]}]}});class A{constructor(e){this._viewContainer=e,A.mostRecentCellOutlet=this}ngOnDestroy(){A.mostRecentCellOutlet===this&&(A.mostRecentCellOutlet=null)}}A.mostRecentCellOutlet=null,A.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:A,deps:[{token:d.ViewContainerRef}],target:d["ɵɵFactoryTarget"].Directive}),A.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:A,selector:"[cdkCellOutlet]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:A,decorators:[{type:d.Directive,args:[{selector:"[cdkCellOutlet]"}]}],ctorParameters:function(){return[{type:d.ViewContainerRef}]}});class N{}N.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:N,deps:[],target:d["ɵɵFactoryTarget"].Component}),N.ɵcmp=d["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:N,selector:"cdk-header-row, tr[cdk-header-row]",host:{attributes:{role:"row"},classAttribute:"cdk-header-row"},ngImport:r||(r=n.t(d,2)),template:"",isInline:!0,dependencies:[{kind:"directive",type:A,selector:"[cdkCellOutlet]"}],changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:N,decorators:[{type:d.Component,args:[{selector:"cdk-header-row, tr[cdk-header-row]",template:E,host:{class:"cdk-header-row",role:"row"},changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}]}]});class L{}L.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:L,deps:[],target:d["ɵɵFactoryTarget"].Component}),L.ɵcmp=d["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:L,selector:"cdk-footer-row, tr[cdk-footer-row]",host:{attributes:{role:"row"},classAttribute:"cdk-footer-row"},ngImport:r||(r=n.t(d,2)),template:"",isInline:!0,dependencies:[{kind:"directive",type:A,selector:"[cdkCellOutlet]"}],changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:L,decorators:[{type:d.Component,args:[{selector:"cdk-footer-row, tr[cdk-footer-row]",template:E,host:{class:"cdk-footer-row",role:"row"},changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}]}]});class j{}j.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:j,deps:[],target:d["ɵɵFactoryTarget"].Component}),j.ɵcmp=d["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:j,selector:"cdk-row, tr[cdk-row]",host:{attributes:{role:"row"},classAttribute:"cdk-row"},ngImport:r||(r=n.t(d,2)),template:"",isInline:!0,dependencies:[{kind:"directive",type:A,selector:"[cdkCellOutlet]"}],changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:j,decorators:[{type:d.Component,args:[{selector:"cdk-row, tr[cdk-row]",template:E,host:{class:"cdk-row",role:"row"},changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}]}]});class B{constructor(e){this.templateRef=e,this._contentClassName="cdk-no-data-row"}}B.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:B,deps:[{token:d.TemplateRef}],target:d["ɵɵFactoryTarget"].Directive}),B.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:B,selector:"ng-template[cdkNoDataRow]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:B,decorators:[{type:d.Directive,args:[{selector:"ng-template[cdkNoDataRow]"}]}],ctorParameters:function(){return[{type:d.TemplateRef}]}});const P=["top","bottom","left","right"];class z{constructor(e,t,n,r,o=!0,s=!0,i){this._isNativeHtmlTable=e,this._stickCellCss=t,this.direction=n,this._coalescedStyleScheduler=r,this._isBrowser=o,this._needsPositionStickyOnElement=s,this._positionListener=i,this._cachedCellWidths=[],this._borderCellCss={top:`${t}-border-elem-top`,bottom:`${t}-border-elem-bottom`,left:`${t}-border-elem-left`,right:`${t}-border-elem-right`}}clearStickyPositioning(e,t){const n=[];for(const t of e)if(t.nodeType===t.ELEMENT_NODE){n.push(t);for(let e=0;e{for(const e of n)this._removeStickyStyle(e,t)}))}updateStickyColumns(e,t,n,r=!0){if(!e.length||!this._isBrowser||!t.some((e=>e))&&!n.some((e=>e)))return void(this._positionListener&&(this._positionListener.stickyColumnsUpdated({sizes:[]}),this._positionListener.stickyEndColumnsUpdated({sizes:[]})));const o=e[0],s=o.children.length,i=this._getCellWidths(o,r),a=this._getStickyStartColumnPositions(i,t),c=this._getStickyEndColumnPositions(i,n),l=t.lastIndexOf(!0),d=n.indexOf(!0);this._coalescedStyleScheduler.schedule((()=>{const r="rtl"===this.direction,o=r?"right":"left",h=r?"left":"right";for(const r of e)for(let e=0;et[n]?e:null))}),this._positionListener.stickyEndColumnsUpdated({sizes:-1===d?[]:i.slice(d).map(((e,t)=>n[t+d]?e:null)).reverse()}))}))}stickRows(e,t,n){if(!this._isBrowser)return;const r="bottom"===n?e.slice().reverse():e,o="bottom"===n?t.slice().reverse():t,s=[],i=[],a=[];for(let e=0,t=0;e{for(let e=0;e{t.some((e=>!e))?this._removeStickyStyle(n,["bottom"]):this._addStickyStyle(n,"bottom",0,!1)}))}_removeStickyStyle(e,t){for(const n of t)e.style[n]="",e.classList.remove(this._borderCellCss[n]);P.some((n=>-1===t.indexOf(n)&&e.style[n]))?e.style.zIndex=this._getCalculatedZIndex(e):(e.style.zIndex="",this._needsPositionStickyOnElement&&(e.style.position=""),e.classList.remove(this._stickCellCss))}_addStickyStyle(e,t,n,r){e.classList.add(this._stickCellCss),r&&e.classList.add(this._borderCellCss[t]),e.style[t]=`${n}px`,e.style.zIndex=this._getCalculatedZIndex(e),this._needsPositionStickyOnElement&&(e.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(e){const t={top:100,bottom:10,left:1,right:1};let n=0;for(const r of P)e.style[r]&&(n+=t[r]);return n?`${n}`:""}_getCellWidths(e,t=!0){if(!t&&this._cachedCellWidths.length)return this._cachedCellWidths;const n=[],r=e.children;for(let e=0;e0;o--)t[o]&&(n[o]=r,r+=e[o]);return n}}function Z(e){return Error(`Could not find column with id "${e}".`)}const W=new d.InjectionToken("CDK_SPL");class H{}H.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:H,deps:[],target:d["ɵɵFactoryTarget"].Directive}),H.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:H,selector:"cdk-table[recycleRows], table[cdk-table][recycleRows]",providers:[{provide:i.k,useClass:i.eX}],ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:H,decorators:[{type:d.Directive,args:[{selector:"cdk-table[recycleRows], table[cdk-table][recycleRows]",providers:[{provide:i.k,useClass:i.eX}]}]}]});class U{constructor(e,t){this.viewContainer=e,this.elementRef=t}}U.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:U,deps:[{token:d.ViewContainerRef},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),U.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:U,selector:"[rowOutlet]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:U,decorators:[{type:d.Directive,args:[{selector:"[rowOutlet]"}]}],ctorParameters:function(){return[{type:d.ViewContainerRef},{type:d.ElementRef}]}});class ${constructor(e,t){this.viewContainer=e,this.elementRef=t}}$.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:$,deps:[{token:d.ViewContainerRef},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),$.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:$,selector:"[headerRowOutlet]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:$,decorators:[{type:d.Directive,args:[{selector:"[headerRowOutlet]"}]}],ctorParameters:function(){return[{type:d.ViewContainerRef},{type:d.ElementRef}]}});class K{constructor(e,t){this.viewContainer=e,this.elementRef=t}}K.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:K,deps:[{token:d.ViewContainerRef},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),K.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:K,selector:"[footerRowOutlet]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:K,decorators:[{type:d.Directive,args:[{selector:"[footerRowOutlet]"}]}],ctorParameters:function(){return[{type:d.ViewContainerRef},{type:d.ElementRef}]}});class q{constructor(e,t){this.viewContainer=e,this.elementRef=t}}q.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:q,deps:[{token:d.ViewContainerRef},{token:d.ElementRef}],target:d["ɵɵFactoryTarget"].Directive}),q.ɵdir=d["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.1",type:q,selector:"[noDataRowOutlet]",ngImport:r||(r=n.t(d,2))}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:q,decorators:[{type:d.Directive,args:[{selector:"[noDataRowOutlet]"}]}],ctorParameters:function(){return[{type:d.ViewContainerRef},{type:d.ElementRef}]}});const X='\n \n \n \n \n \n \n';class G{constructor(e,t,n,r,o,s,i,a,c,l,u,p){this._differs=e,this._changeDetectorRef=t,this._elementRef=n,this._dir=o,this._platform=i,this._viewRepeater=a,this._coalescedStyleScheduler=c,this._viewportRuler=l,this._stickyPositioningListener=u,this._ngZone=p,this._onDestroy=new h.Subject,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._stickyColumnStylesNeedReset=!0,this._forceRecalculateCellWidths=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this.needsPositionStickyOnElement=!0,this._isShowingNoDataRow=!1,this._multiTemplateDataRows=!1,this._fixedLayout=!1,this.contentChanged=new d.EventEmitter,this.viewChange=new h.BehaviorSubject({start:0,end:Number.MAX_VALUE}),r||this._elementRef.nativeElement.setAttribute("role","table"),this._document=s,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}get trackBy(){return this._trackByFn}set trackBy(e){"undefined"!=typeof ngDevMode&&!ngDevMode||null==e||"function"==typeof e||console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}.`),this._trackByFn=e}get dataSource(){return this._dataSource}set dataSource(e){this._dataSource!==e&&this._switchDataSource(e)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(e){this._multiTemplateDataRows=(0,s.Ig)(e),this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(e){this._fixedLayout=(0,s.Ig)(e),this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create(((e,t)=>this.trackBy?this.trackBy(t.dataIndex,t.data):t)),this._viewportRuler.change().pipe((0,u.takeUntil)(this._onDestroy)).subscribe((()=>{this._forceRecalculateCellWidths=!0}))}ngAfterContentChecked(){if(this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDefs.length&&!this._footerRowDefs.length&&!this._rowDefs.length&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("Missing definitions for header, footer, and row; cannot determine which columns should be rendered.");const e=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||e,this._forceRecalculateCellWidths=e,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}ngOnDestroy(){[this._rowOutlet.viewContainer,this._headerRowOutlet.viewContainer,this._footerRowOutlet.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach((e=>{e.clear()})),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),(0,i.Z9)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const e=this._dataDiffer.diff(this._renderRows);if(!e)return this._updateNoDataRow(),void this.contentChanged.next();const t=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(e,t,((e,t,n)=>this._getEmbeddedViewArgs(e.item,n)),(e=>e.item.data),(e=>{1===e.operation&&e.context&&this._renderCellTemplateForItem(e.record.item.rowDef,e.context)})),this._updateRowIndexContext(),e.forEachIdentityChange((e=>{t.get(e.currentIndex).context.$implicit=e.item.data})),this._updateNoDataRow(),this._ngZone&&d.NgZone.isInAngularZone()?this._ngZone.onStable.pipe((0,u.take)(1),(0,u.takeUntil)(this._onDestroy)).subscribe((()=>{this.updateStickyColumnStyles()})):this.updateStickyColumnStyles(),this.contentChanged.next()}addColumnDef(e){this._customColumnDefs.add(e)}removeColumnDef(e){this._customColumnDefs.delete(e)}addRowDef(e){this._customRowDefs.add(e)}removeRowDef(e){this._customRowDefs.delete(e)}addHeaderRowDef(e){this._customHeaderRowDefs.add(e),this._headerRowDefChanged=!0}removeHeaderRowDef(e){this._customHeaderRowDefs.delete(e),this._headerRowDefChanged=!0}addFooterRowDef(e){this._customFooterRowDefs.add(e),this._footerRowDefChanged=!0}removeFooterRowDef(e){this._customFooterRowDefs.delete(e),this._footerRowDefChanged=!0}setNoDataRow(e){this._customNoDataRow=e}updateStickyHeaderRowStyles(){const e=this._getRenderedRows(this._headerRowOutlet),t=this._elementRef.nativeElement.querySelector("thead");t&&(t.style.display=e.length?"":"none");const n=this._headerRowDefs.map((e=>e.sticky));this._stickyStyler.clearStickyPositioning(e,["top"]),this._stickyStyler.stickRows(e,n,"top"),this._headerRowDefs.forEach((e=>e.resetStickyChanged()))}updateStickyFooterRowStyles(){const e=this._getRenderedRows(this._footerRowOutlet),t=this._elementRef.nativeElement.querySelector("tfoot");t&&(t.style.display=e.length?"":"none");const n=this._footerRowDefs.map((e=>e.sticky));this._stickyStyler.clearStickyPositioning(e,["bottom"]),this._stickyStyler.stickRows(e,n,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,n),this._footerRowDefs.forEach((e=>e.resetStickyChanged()))}updateStickyColumnStyles(){const e=this._getRenderedRows(this._headerRowOutlet),t=this._getRenderedRows(this._rowOutlet),n=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...e,...t,...n],["left","right"]),this._stickyColumnStylesNeedReset=!1),e.forEach(((e,t)=>{this._addStickyColumnStyles([e],this._headerRowDefs[t])})),this._rowDefs.forEach((e=>{const n=[];for(let r=0;r{this._addStickyColumnStyles([e],this._footerRowDefs[t])})),Array.from(this._columnDefsByName.values()).forEach((e=>e.resetStickyChanged()))}_getAllRenderRows(){const e=[],t=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(let n=0;n{const o=n&&n.has(r)?n.get(r):[];if(o.length){const e=o.shift();return e.dataIndex=t,e}return{data:e,rowDef:r,dataIndex:t}}))}_cacheColumnDefs(){this._columnDefsByName.clear();Y(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach((e=>{if(this._columnDefsByName.has(e.name)&&("undefined"==typeof ngDevMode||ngDevMode))throw t=e.name,Error(`Duplicate column definition name provided: "${t}".`);var t;this._columnDefsByName.set(e.name,e)}))}_cacheRowDefs(){this._headerRowDefs=Y(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=Y(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=Y(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const e=this._rowDefs.filter((e=>!e.when));if(!this.multiTemplateDataRows&&e.length>1&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("There can only be one default row without a when predicate function.");this._defaultRowDef=e[0]}_renderUpdatedColumns(){const e=(e,t)=>e||!!t.getColumnsDiff(),t=this._rowDefs.reduce(e,!1);t&&this._forceRenderDataRows();const n=this._headerRowDefs.reduce(e,!1);n&&this._forceRenderHeaderRows();const r=this._footerRowDefs.reduce(e,!1);return r&&this._forceRenderFooterRows(),t||n||r}_switchDataSource(e){this._data=[],(0,i.Z9)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),e||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=e}_observeRenderChanges(){if(!this.dataSource)return;let e;if((0,i.Z9)(this.dataSource)?e=this.dataSource.connect(this):(0,h.isObservable)(this.dataSource)?e=this.dataSource:Array.isArray(this.dataSource)&&(e=(0,h.of)(this.dataSource)),void 0===e&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("Provided data source did not match an array, Observable, or DataSource");this._renderChangeSubscription=e.pipe((0,u.takeUntil)(this._onDestroy)).subscribe((e=>{this._data=e||[],this.renderRows()}))}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach(((e,t)=>this._renderRow(this._headerRowOutlet,e,t))),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach(((e,t)=>this._renderRow(this._footerRowOutlet,e,t))),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(e,t){const n=Array.from(t.columns||[]).map((e=>{const t=this._columnDefsByName.get(e);if(!t&&("undefined"==typeof ngDevMode||ngDevMode))throw Z(e);return t})),r=n.map((e=>e.sticky)),o=n.map((e=>e.stickyEnd));this._stickyStyler.updateStickyColumns(e,r,o,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(e){const t=[];for(let n=0;n!n.when||n.when(t,e)));else{let r=this._rowDefs.find((n=>n.when&&n.when(t,e)))||this._defaultRowDef;r&&n.push(r)}if(!n.length&&("undefined"==typeof ngDevMode||ngDevMode))throw function(e){return Error(`Could not find a matching row definition for theprovided row data: ${JSON.stringify(e)}`)}(e);return n}_getEmbeddedViewArgs(e,t){const n=e.rowDef,r={$implicit:e.data};return{templateRef:n.template,context:r,index:t}}_renderRow(e,t,n,r={}){const o=e.viewContainer.createEmbeddedView(t.template,r,n);return this._renderCellTemplateForItem(t,r),o}_renderCellTemplateForItem(e,t){for(let n of this._getCellTemplates(e))A.mostRecentCellOutlet&&A.mostRecentCellOutlet._viewContainer.createEmbeddedView(n,t);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const e=this._rowOutlet.viewContainer;for(let t=0,n=e.length;t{const n=this._columnDefsByName.get(t);if(!n&&("undefined"==typeof ngDevMode||ngDevMode))throw Z(t);return e.extractCellTemplate(n)})):[]}_applyNativeTableSections(){const e=this._document.createDocumentFragment(),t=[{tag:"thead",outlets:[this._headerRowOutlet]},{tag:"tbody",outlets:[this._rowOutlet,this._noDataRowOutlet]},{tag:"tfoot",outlets:[this._footerRowOutlet]}];for(const n of t){const t=this._document.createElement(n.tag);t.setAttribute("role","rowgroup");for(const e of n.outlets)t.appendChild(e.elementRef.nativeElement);e.appendChild(t)}this._elementRef.nativeElement.appendChild(e)}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const e=(e,t)=>e||t.hasStickyChanged();this._headerRowDefs.reduce(e,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(e,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(e,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){const e=this._dir?this._dir.value:"ltr";this._stickyStyler=new z(this._isNativeHtmlTable,this.stickyCssClass,e,this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener),(this._dir?this._dir.change:(0,h.of)()).pipe((0,u.takeUntil)(this._onDestroy)).subscribe((e=>{this._stickyStyler.direction=e,this.updateStickyColumnStyles()}))}_getOwnDefs(e){return e.filter((e=>!e._table||e._table===this))}_updateNoDataRow(){const e=this._customNoDataRow||this._noDataRow;if(!e)return;const t=0===this._rowOutlet.viewContainer.length;if(t===this._isShowingNoDataRow)return;const n=this._noDataRowOutlet.viewContainer;if(t){const t=n.createEmbeddedView(e.templateRef),r=t.rootNodes[0];1===t.rootNodes.length&&r?.nodeType===this._document.ELEMENT_NODE&&(r.setAttribute("role","row"),r.classList.add(e._contentClassName))}else n.clear();this._isShowingNoDataRow=t}}function Y(e,t){return e.concat(Array.from(t))}G.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:G,deps:[{token:d.IterableDiffers},{token:d.ChangeDetectorRef},{token:d.ElementRef},{token:"role",attribute:!0},{token:o.Is,optional:!0},{token:l.DOCUMENT},{token:a.t4},{token:i.k},{token:R},{token:c.rL},{token:W,optional:!0,skipSelf:!0},{token:d.NgZone,optional:!0}],target:d["ɵɵFactoryTarget"].Component}),G.ɵcmp=d["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:G,selector:"cdk-table, table[cdk-table]",inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:"multiTemplateDataRows",fixedLayout:"fixedLayout"},outputs:{contentChanged:"contentChanged"},host:{properties:{"class.cdk-table-fixed-layout":"fixedLayout"},classAttribute:"cdk-table"},providers:[{provide:g,useExisting:G},{provide:i.k,useClass:i.yy},{provide:R,useClass:S},{provide:W,useValue:null}],queries:[{propertyName:"_noDataRow",first:!0,predicate:B,descendants:!0},{propertyName:"_contentColumnDefs",predicate:b,descendants:!0},{propertyName:"_contentRowDefs",predicate:M,descendants:!0},{propertyName:"_contentHeaderRowDefs",predicate:V,descendants:!0},{propertyName:"_contentFooterRowDefs",predicate:x,descendants:!0}],viewQueries:[{propertyName:"_rowOutlet",first:!0,predicate:U,descendants:!0,static:!0},{propertyName:"_headerRowOutlet",first:!0,predicate:$,descendants:!0,static:!0},{propertyName:"_footerRowOutlet",first:!0,predicate:K,descendants:!0,static:!0},{propertyName:"_noDataRowOutlet",first:!0,predicate:q,descendants:!0,static:!0}],exportAs:["cdkTable"],ngImport:r||(r=n.t(d,2)),template:'\n \n \n \n \n \n \n',isInline:!0,styles:[".cdk-table-fixed-layout{table-layout:fixed}"],dependencies:[{kind:"directive",type:U,selector:"[rowOutlet]"},{kind:"directive",type:$,selector:"[headerRowOutlet]"},{kind:"directive",type:K,selector:"[footerRowOutlet]"},{kind:"directive",type:q,selector:"[noDataRowOutlet]"}],changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:G,decorators:[{type:d.Component,args:[{selector:"cdk-table, table[cdk-table]",exportAs:"cdkTable",template:X,host:{class:"cdk-table","[class.cdk-table-fixed-layout]":"fixedLayout"},encapsulation:d.ViewEncapsulation.None,changeDetection:d.ChangeDetectionStrategy.Default,providers:[{provide:g,useExisting:G},{provide:i.k,useClass:i.yy},{provide:R,useClass:S},{provide:W,useValue:null}],styles:[".cdk-table-fixed-layout{table-layout:fixed}"]}]}],ctorParameters:function(){return[{type:d.IterableDiffers},{type:d.ChangeDetectorRef},{type:d.ElementRef},{type:void 0,decorators:[{type:d.Attribute,args:["role"]}]},{type:o.Is,decorators:[{type:d.Optional}]},{type:void 0,decorators:[{type:d.Inject,args:[l.DOCUMENT]}]},{type:a.t4},{type:void 0,decorators:[{type:d.Inject,args:[i.k]}]},{type:S,decorators:[{type:d.Inject,args:[R]}]},{type:c.rL},{type:void 0,decorators:[{type:d.Optional},{type:d.SkipSelf},{type:d.Inject,args:[W]}]},{type:d.NgZone,decorators:[{type:d.Optional}]}]},propDecorators:{trackBy:[{type:d.Input}],dataSource:[{type:d.Input}],multiTemplateDataRows:[{type:d.Input}],fixedLayout:[{type:d.Input}],contentChanged:[{type:d.Output}],_rowOutlet:[{type:d.ViewChild,args:[U,{static:!0}]}],_headerRowOutlet:[{type:d.ViewChild,args:[$,{static:!0}]}],_footerRowOutlet:[{type:d.ViewChild,args:[K,{static:!0}]}],_noDataRowOutlet:[{type:d.ViewChild,args:[q,{static:!0}]}],_contentColumnDefs:[{type:d.ContentChildren,args:[b,{descendants:!0}]}],_contentRowDefs:[{type:d.ContentChildren,args:[M,{descendants:!0}]}],_contentHeaderRowDefs:[{type:d.ContentChildren,args:[V,{descendants:!0}]}],_contentFooterRowDefs:[{type:d.ContentChildren,args:[x,{descendants:!0}]}],_noDataRow:[{type:d.ContentChild,args:[B]}]}});class Q{constructor(e,t){this._table=e,this._options=t,this.justify="start",this._options=t||{}}get name(){return this._name}set name(e){this._name=e,this._syncColumnDefName()}ngOnInit(){if(this._syncColumnDefName(),void 0===this.headerText&&(this.headerText=this._createDefaultHeaderText()),this.dataAccessor||(this.dataAccessor=this._options.defaultDataAccessor||((e,t)=>e[t])),this._table)this.columnDef.cell=this.cell,this.columnDef.headerCell=this.headerCell,this._table.addColumnDef(this.columnDef);else if("undefined"==typeof ngDevMode||ngDevMode)throw Error("Text column could not find a parent table for registration.")}ngOnDestroy(){this._table&&this._table.removeColumnDef(this.columnDef)}_createDefaultHeaderText(){const e=this.name;if(!e&&("undefined"==typeof ngDevMode||ngDevMode))throw Error("Table text column must have a name.");return this._options&&this._options.defaultHeaderTextTransform?this._options.defaultHeaderTextTransform(e):e[0].toUpperCase()+e.slice(1)}_syncColumnDefName(){this.columnDef&&(this.columnDef.name=this.name)}}Q.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:Q,deps:[{token:G,optional:!0},{token:m,optional:!0}],target:d["ɵɵFactoryTarget"].Component}),Q.ɵcmp=d["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.1",type:Q,selector:"cdk-text-column",inputs:{name:"name",headerText:"headerText",dataAccessor:"dataAccessor",justify:"justify"},viewQueries:[{propertyName:"columnDef",first:!0,predicate:b,descendants:!0,static:!0},{propertyName:"cell",first:!0,predicate:f,descendants:!0,static:!0},{propertyName:"headerCell",first:!0,predicate:_,descendants:!0,static:!0}],ngImport:r||(r=n.t(d,2)),template:'\n \n \n {{headerText}}\n \n \n {{dataAccessor(data, name)}}\n \n \n ',isInline:!0,dependencies:[{kind:"directive",type:f,selector:"[cdkCellDef]"},{kind:"directive",type:_,selector:"[cdkHeaderCellDef]"},{kind:"directive",type:b,selector:"[cdkColumnDef]",inputs:["sticky","cdkColumnDef","stickyEnd"]},{kind:"directive",type:C,selector:"cdk-cell, td[cdk-cell]"},{kind:"directive",type:D,selector:"cdk-header-cell, th[cdk-header-cell]"}],changeDetection:d.ChangeDetectionStrategy.Default,encapsulation:d.ViewEncapsulation.None}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:Q,decorators:[{type:d.Component,args:[{selector:"cdk-text-column",template:'\n \n \n {{headerText}}\n \n \n {{dataAccessor(data, name)}}\n \n \n ',encapsulation:d.ViewEncapsulation.None,changeDetection:d.ChangeDetectionStrategy.Default}]}],ctorParameters:function(){return[{type:G,decorators:[{type:d.Optional}]},{type:void 0,decorators:[{type:d.Optional},{type:d.Inject,args:[m]}]}]},propDecorators:{name:[{type:d.Input}],headerText:[{type:d.Input}],dataAccessor:[{type:d.Input}],justify:[{type:d.Input}],columnDef:[{type:d.ViewChild,args:[b,{static:!0}]}],cell:[{type:d.ViewChild,args:[f,{static:!0}]}],headerCell:[{type:d.ViewChild,args:[_,{static:!0}]}]}});const J=[G,M,f,A,_,y,b,C,j,D,k,N,V,L,x,U,$,K,Q,B,H,q];class ee{}ee.ɵfac=d["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:ee,deps:[],target:d["ɵɵFactoryTarget"].NgModule}),ee.ɵmod=d["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:ee,declarations:[G,M,f,A,_,y,b,C,j,D,k,N,V,L,x,U,$,K,Q,B,H,q],imports:[c.Cl],exports:[G,M,f,A,_,y,b,C,j,D,k,N,V,L,x,U,$,K,Q,B,H,q]}),ee.ɵinj=d["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:ee,imports:[c.Cl]}),d["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.1",ngImport:r||(r=n.t(d,2)),type:ee,decorators:[{type:d.NgModule,args:[{exports:J,declarations:J,imports:[c.Cl]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70654.bbbacade435436c14682.js.LICENSE.txt b/dist/apps/processing-runtime-widget/70654.bbbacade435436c14682.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/70654.bbbacade435436c14682.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/70655.cc45c8908077006a46ff.js b/dist/apps/processing-runtime-widget/70655.cc45c8908077006a46ff.js new file mode 100644 index 0000000..239be62 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70655.cc45c8908077006a46ff.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70655],{70655:function(t,n,e){e.r(n),e.d(n,{__assign:function(){return u},__asyncDelegator:function(){return g},__asyncGenerator:function(){return m},__asyncValues:function(){return O},__await:function(){return v},__awaiter:function(){return l},__classPrivateFieldGet:function(){return E},__classPrivateFieldIn:function(){return k},__classPrivateFieldSet:function(){return T},__createBinding:function(){return p},__decorate:function(){return c},__exportStar:function(){return y},__extends:function(){return o},__generator:function(){return s},__importDefault:function(){return x},__importStar:function(){return S},__makeTemplateObject:function(){return j},__metadata:function(){return f},__param:function(){return a},__read:function(){return _},__rest:function(){return i},__spread:function(){return b},__spreadArray:function(){return w},__spreadArrays:function(){return d},__values:function(){return h}});var r=function(t,n){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])},r(t,n)};function o(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function e(){this.constructor=t}r(t,n),t.prototype=null===n?Object.create(n):(e.prototype=n.prototype,new e)}var u=function(){return u=Object.assign||function(t){for(var n,e=1,r=arguments.length;e=0;c--)(o=t[c])&&(i=(u<3?o(i):u>3?o(n,e,i):o(n,e))||i);return u>3&&i&&Object.defineProperty(n,e,i),i}function a(t,n){return function(e,r){n(e,r,t)}}function f(t,n){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,n)}function l(t,n,e,r){return new(e||(e=Promise))((function(o,u){function i(t){try{a(r.next(t))}catch(t){u(t)}}function c(t){try{a(r.throw(t))}catch(t){u(t)}}function a(t){var n;t.done?o(t.value):(n=t.value,n instanceof e?n:new e((function(t){t(n)}))).then(i,c)}a((r=r.apply(t,n||[])).next())}))}function s(t,n){var e,r,o,u,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return u={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function c(c){return function(a){return function(c){if(e)throw new TypeError("Generator is already executing.");for(;u&&(u=0,c[0]&&(i=0)),i;)try{if(e=1,r&&(o=2&c[0]?r.return:c[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;switch(r=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,r=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){i=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}function _(t,n){var e="function"==typeof Symbol&&t[Symbol.iterator];if(!e)return t;var r,o,u=e.call(t),i=[];try{for(;(void 0===n||n-- >0)&&!(r=u.next()).done;)i.push(r.value)}catch(t){o={error:t}}finally{try{r&&!r.done&&(e=u.return)&&e.call(u)}finally{if(o)throw o.error}}return i}function b(){for(var t=[],n=0;n1||c(t,n)}))})}function c(t,n){try{(e=o[t](n)).value instanceof v?Promise.resolve(e.value.v).then(a,f):l(u[0][2],e)}catch(t){l(u[0][3],t)}var e}function a(t){c("next",t)}function f(t){c("throw",t)}function l(t,n){t(n),u.shift(),u.length&&c(u[0][0],u[0][1])}}function g(t){var n,e;return n={},r("next"),r("throw",(function(t){throw t})),r("return"),n[Symbol.iterator]=function(){return this},n;function r(r,o){n[r]=t[r]?function(n){return(e=!e)?{value:v(t[r](n)),done:"return"===r}:o?o(n):n}:o}}function O(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,e=t[Symbol.asyncIterator];return e?e.call(t):(t=h(t),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(e){n[e]=t[e]&&function(n){return new Promise((function(r,o){(function(t,n,e,r){Promise.resolve(r).then((function(n){t({value:n,done:e})}),n)})(r,o,(n=t[e](n)).done,n.value)}))}}}function j(t,n){return Object.defineProperty?Object.defineProperty(t,"raw",{value:n}):t.raw=n,t}var P=Object.create?function(t,n){Object.defineProperty(t,"default",{enumerable:!0,value:n})}:function(t,n){t.default=n};function S(t){if(t&&t.__esModule)return t;var n={};if(null!=t)for(var e in t)"default"!==e&&Object.prototype.hasOwnProperty.call(t,e)&&p(n,t,e);return P(n,t),n}function x(t){return t&&t.__esModule?t:{default:t}}function E(t,n,e,r){if("a"===e&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof n?t!==n||!r:!n.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===e?r:"a"===e?r.call(t):r?r.value:n.get(t)}function T(t,n,e,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof n?t!==n||!o:!n.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(t,e):o?o.value=e:n.set(t,e),e}function k(t,n){if(null===n||"object"!=typeof n&&"function"!=typeof n)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof t?n===t:t.has(n)}}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/70712.f677898cc93f6b1bd4cc.js b/dist/apps/processing-runtime-widget/70712.f677898cc93f6b1bd4cc.js new file mode 100644 index 0000000..9fc2288 --- /dev/null +++ b/dist/apps/processing-runtime-widget/70712.f677898cc93f6b1bd4cc.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[70712],{70712:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7098.c7a8dd7fcd944b21965a.js b/dist/apps/processing-runtime-widget/7098.c7a8dd7fcd944b21965a.js new file mode 100644 index 0000000..89cd6a5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7098.c7a8dd7fcd944b21965a.js @@ -0,0 +1,2 @@ +/*! For license information please see 7098.c7a8dd7fcd944b21965a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7098],{7098:function(e,n,t){t.r(n);const i=void 0;n.default=[[["midnat","om morgenen","om formiddagen","om eftermiddagen","om aftenen","om natten"],i,i],[["midnat","morgen","formiddag","eftermiddag","aften","nat"],i,i],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7098.c7a8dd7fcd944b21965a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7098.c7a8dd7fcd944b21965a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7098.c7a8dd7fcd944b21965a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71062.8fb9b19e512649b52577.js b/dist/apps/processing-runtime-widget/71062.8fb9b19e512649b52577.js new file mode 100644 index 0000000..fd1cc69 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71062.8fb9b19e512649b52577.js @@ -0,0 +1,2 @@ +/*! For license information please see 71062.8fb9b19e512649b52577.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71062],{71062:function(t,i,a){a.r(i);const n=void 0;i.default=[[["mitjanit","mat.","matí","md","tarda","vespre","nit"],["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n],[["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n,n],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71062.8fb9b19e512649b52577.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71062.8fb9b19e512649b52577.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71062.8fb9b19e512649b52577.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71255.d9923408a4c941e23f42.js b/dist/apps/processing-runtime-widget/71255.d9923408a4c941e23f42.js new file mode 100644 index 0000000..98ca640 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71255.d9923408a4c941e23f42.js @@ -0,0 +1,2 @@ +/*! For license information please see 71255.d9923408a4c941e23f42.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71255],{71255:function(u,c,i){i.r(c);const e=void 0;c.default=[[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இர."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இ."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],["00:00","12:00",["03:00","05:00"],["05:00","12:00"],["12:00","14:00"],["14:00","16:00"],["16:00","18:00"],["18:00","21:00"],["21:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71255.d9923408a4c941e23f42.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71255.d9923408a4c941e23f42.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71255.d9923408a4c941e23f42.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71256.fdbd257bb2e629082f30.js b/dist/apps/processing-runtime-widget/71256.fdbd257bb2e629082f30.js new file mode 100644 index 0000000..fa7d32c --- /dev/null +++ b/dist/apps/processing-runtime-widget/71256.fdbd257bb2e629082f30.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71256],{71256:function(e,t,o){o.r(t),o.d(t,{GpLibProcessingWidgetModule:function(){return y}});var r=o(40761),n=o(33562),i=o(49473),u=o(76153),c=o(48442),l=o(58760),f=o(24219),s=o(56702),a=o(94097);function p(e,t){for(var o=0;o=0;c--)(n=e[c])&&(u=(i<3?n(u):i>3?n(t,o,u):n(t,o))||u);return i>3&&u&&Object.defineProperty(t,o,u),u},y=d((function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}));y=g([(0,r.NgModule)({declarations:[n._,u.b,s._],imports:[i.CoreModule,c.p0,f.FormsModule,f.ReactiveFormsModule,a.A0],entryComponents:[n._,u.b,s._],exports:[n._,u.b,s._],providers:[{provide:i.HOOK_COMPONENTS,multi:!0,useValue:{id:"trolley-processing.widget",label:"Processing Widget",description:"Processing Widget",previewImage:l.E,component:n._,configComponent:u.b,data:{ng1:{options:{noDeviceTarget:!1,noNewWidgets:!1,deviceTargetNotRequired:!1,groupsSelectable:!0}}}}}]})],y)}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71310.abde1099249f4649e518.js b/dist/apps/processing-runtime-widget/71310.abde1099249f4649e518.js new file mode 100644 index 0000000..9dfd7ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/71310.abde1099249f4649e518.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71310],{71310:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71365.8775cce68a8c2bcbcd59.js b/dist/apps/processing-runtime-widget/71365.8775cce68a8c2bcbcd59.js new file mode 100644 index 0000000..8144497 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71365.8775cce68a8c2bcbcd59.js @@ -0,0 +1,2 @@ +/*! For license information please see 71365.8775cce68a8c2bcbcd59.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71365],{71365:function(i,e,m){m.r(e);const s=void 0;e.default=["mfe",[["AM","PM"],s,s],s,[["d","l","m","m","z","v","s"],["dim","lin","mar","mer","ze","van","sam"],["dimans","lindi","mardi","merkredi","zedi","vandredi","samdi"],["dim","lin","mar","mer","ze","van","sam"]],s,[["z","f","m","a","m","z","z","o","s","o","n","d"],["zan","fev","mar","avr","me","zin","zil","out","sep","okt","nov","des"],["zanvie","fevriye","mars","avril","me","zin","zilye","out","septam","oktob","novam","desam"]],s,[["av. Z-K","ap. Z-K"],s,["avan Zezi-Krist","apre Zezi-Krist"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MUR","Rs","roupi morisien",{JPY:["JP¥","¥"],MUR:["Rs"],USD:["US$","$"]},"ltr",function(i){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71365.8775cce68a8c2bcbcd59.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71365.8775cce68a8c2bcbcd59.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71365.8775cce68a8c2bcbcd59.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71534.f52a0cb41203ae591447.js b/dist/apps/processing-runtime-widget/71534.f52a0cb41203ae591447.js new file mode 100644 index 0000000..7b05f1e --- /dev/null +++ b/dist/apps/processing-runtime-widget/71534.f52a0cb41203ae591447.js @@ -0,0 +1,2 @@ +/*! For license information please see 71534.f52a0cb41203ae591447.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71534],{71534:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-TL",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"USD","US$","dólar dos Estados Unidos",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71534.f52a0cb41203ae591447.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71534.f52a0cb41203ae591447.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71534.f52a0cb41203ae591447.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7166.dd0da5c5862956b03bd2.js b/dist/apps/processing-runtime-widget/7166.dd0da5c5862956b03bd2.js new file mode 100644 index 0000000..70354f9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7166.dd0da5c5862956b03bd2.js @@ -0,0 +1,2 @@ +/*! For license information please see 7166.dd0da5c5862956b03bd2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7166],{7166:function(s,M,u){u.r(M);const c=void 0;M.default=["pa-Arab",[["AM","PM"],c,c],c,[["S","M","T","W","T","F","S"],["اتوار","پیر","منگل","بُدھ","جمعرات","جمعہ","ہفتہ"],c,c],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنوری","فروری","مارچ","اپریل","مئ","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],c],c,[["ايساپورو","سں"],c,c],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, dd MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"PKR","ر","روپئیہ",{JPY:["JP¥","¥"],PKR:["ر","Rs"],USD:["US$","$"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7166.dd0da5c5862956b03bd2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7166.dd0da5c5862956b03bd2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7166.dd0da5c5862956b03bd2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71699.96c97cbf5fdffa7eddd3.js b/dist/apps/processing-runtime-widget/71699.96c97cbf5fdffa7eddd3.js new file mode 100644 index 0000000..f617438 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71699.96c97cbf5fdffa7eddd3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71699],{71699:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7172.5f2a88bbbf2d614f9328.js b/dist/apps/processing-runtime-widget/7172.5f2a88bbbf2d614f9328.js new file mode 100644 index 0000000..4542256 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7172.5f2a88bbbf2d614f9328.js @@ -0,0 +1,2 @@ +/*! For license information please see 7172.5f2a88bbbf2d614f9328.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7172],{7172:function(m,a,n){n.r(a);const s=void 0;a.default=["ln-AO",[["ntɔ́ngɔ́","mpókwa"],s,s],s,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],s,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],s,[["libóso ya","nsima ya Y"],s,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AOA","Kz","Kwanza ya Angóla",{AOA:["Kz"],CDF:["FC"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(m){const a=m;return a===Math.floor(a)&&a>=0&&a<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7172.5f2a88bbbf2d614f9328.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7172.5f2a88bbbf2d614f9328.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7172.5f2a88bbbf2d614f9328.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71910.427ab273ec221fc8ca26.js b/dist/apps/processing-runtime-widget/71910.427ab273ec221fc8ca26.js new file mode 100644 index 0000000..f955677 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71910.427ab273ec221fc8ca26.js @@ -0,0 +1,2 @@ +/*! For license information please see 71910.427ab273ec221fc8ca26.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71910],{71910:function(s,i,u){u.r(i);const M=void 0;i.default=["ii",[["ꎸꄑ","ꁯꋒ"],M,M],M,[["ꆏ","ꋍ","ꑍ","ꌕ","ꇖ","ꉬ","ꃘ"],["ꑭꆏ","ꆏꋍ","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"],["ꑭꆏꑍ","ꆏꊂꋍ","ꆏꊂꑍ","ꆏꊂꌕ","ꆏꊂꇖ","ꆏꊂꉬ","ꆏꊂꃘ"],["ꑭꆏ","ꆏꋍ","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"]],M,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊰꊪꆪ","ꊰꑋꆪ"],M],M,[["ꃅꋊꂿ","ꃅꋊꊂ"],M,M],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CNY","¥","CNY",{CNY:["¥"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71910.427ab273ec221fc8ca26.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71910.427ab273ec221fc8ca26.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71910.427ab273ec221fc8ca26.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71970.8cf6e565ac510ca12734.js b/dist/apps/processing-runtime-widget/71970.8cf6e565ac510ca12734.js new file mode 100644 index 0000000..1c73232 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71970.8cf6e565ac510ca12734.js @@ -0,0 +1,2 @@ +/*! For license information please see 71970.8cf6e565ac510ca12734.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71970],{71970:function(a,i,s){s.r(i);const t=void 0;i.default=["sw-CD",[["am","pm"],["AM","PM"],t],[["AM","PM"],t,t],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],t,t],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],t,[["KK","BK"],t,["Kabla ya Kristo","Baada ya Kristo"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CDF","FC","Faranga ya Kongo",{BYN:[t,"р."],CDF:["FC"],JPY:["JP¥","¥"],KES:["Ksh"],PHP:[t,"₱"],THB:["฿"],TWD:["NT$"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){const i=Math.floor(Math.abs(a)),s=a.toString().replace(/^[^.]*\.?/,"").length;return 1===i&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71970.8cf6e565ac510ca12734.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71970.8cf6e565ac510ca12734.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71970.8cf6e565ac510ca12734.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/71981.03c62e1cf02e04404c98.js b/dist/apps/processing-runtime-widget/71981.03c62e1cf02e04404c98.js new file mode 100644 index 0000000..debd894 --- /dev/null +++ b/dist/apps/processing-runtime-widget/71981.03c62e1cf02e04404c98.js @@ -0,0 +1,2 @@ +/*! For license information please see 71981.03c62e1cf02e04404c98.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[71981],{71981:function(a,e,M){M.r(e);const s=void 0;e.default=["ms",[["a","p"],["PG","PTG"],s],s,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],s,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],s,[["S.M.","TM"],s,s],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",s,"{1} {0}",s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MYR","RM","Ringgit Malaysia",{BYN:[s,"р."],CAD:[s,"$"],JPY:["JP¥","¥"],MXN:[s,"$"],MYR:["RM"],PHP:[s,"₱"],TWD:["NT$"],USD:[s,"$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/71981.03c62e1cf02e04404c98.js.LICENSE.txt b/dist/apps/processing-runtime-widget/71981.03c62e1cf02e04404c98.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/71981.03c62e1cf02e04404c98.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72060.c0d3e4cc5eb5c115f125.js b/dist/apps/processing-runtime-widget/72060.c0d3e4cc5eb5c115f125.js new file mode 100644 index 0000000..0ff0197 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72060.c0d3e4cc5eb5c115f125.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72060],{72060:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72063.65356331844ed0c4a497.js b/dist/apps/processing-runtime-widget/72063.65356331844ed0c4a497.js new file mode 100644 index 0000000..1c79e30 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72063.65356331844ed0c4a497.js @@ -0,0 +1,2 @@ +/*! For license information please see 72063.65356331844ed0c4a497.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72063],{72063:function(e,t,s){var n;function r(e){if(":"!=e[0])return[null,e];const t=e.indexOf(":",1);if(-1===t)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[e.slice(1,t),e.slice(t+1)]}function i(e){return"ng-container"===r(e)[1]}function a(e){return"ng-content"===r(e)[1]}function o(e){return"ng-template"===r(e)[1]}function l(e){return null===e?null:r(e)[0]}function c(e,t){return e?`:${e}:${t}`:t}s.r(t),s.d(t,{AST:function(){return Hr},ASTWithName:function(){return jr},ASTWithSource:function(){return mi},AbsoluteSourceSpan:function(){return di},ArrayType:function(){return pe},AstMemoryEfficientTransformer:function(){return xi},AstTransformer:function(){return yi},Attribute:function(){return Ka},Binary:function(){return oi},BinaryOperator:function(){return Ee},BinaryOperatorExpr:function(){return Ze},BindingPipe:function(){return si},BoundElementProperty:function(){return _i},BuiltinType:function(){return ce},BuiltinTypeName:function(){return oe},CUSTOM_ELEMENTS_SCHEMA:function(){return E},Call:function(){return pi},Chain:function(){return Gr},ChangeDetectionStrategy:function(){return S},CommaExpr:function(){return it},Comment:function(){return Ya},CompilerConfig:function(){return Kc},Conditional:function(){return Yr},ConditionalExpr:function(){return Ge},ConstantPool:function(){return Dt},CssSelector:function(){return f},DEFAULT_INTERPOLATION_CONFIG:function(){return zn},DYNAMIC_TYPE:function(){return de},DeclareFunctionStmt:function(){return dt},DeclareVarStmt:function(){return ht},DomElementSchemaRegistry:function(){return Fo},EOF:function(){return Pa},Element:function(){return Ga},ElementSchemaRegistry:function(){return $o},EmitterVisitorContext:function(){return Xt},EmptyExpr:function(){return Wr},Expansion:function(){return Wa},ExpansionCase:function(){return za},Expression:function(){return Te},ExpressionBinding:function(){return gi},ExpressionStatement:function(){return mt},ExpressionType:function(){return ue},ExternalExpr:function(){return ze},ExternalReference:function(){return Ke},FactoryTarget:function(){return ds},FunctionExpr:function(){return Xe},HtmlParser:function(){return _o},HtmlTagDefinition:function(){return u},I18NHtmlParser:function(){return ku},IfStmt:function(){return gt},ImplicitReceiver:function(){return zr},InstantiateExpr:function(){return Oe},Interpolation:function(){return ai},InterpolationConfig:function(){return Wn},InvokeFunctionExpr:function(){return Me},JSDocComment:function(){return ut},JitEvaluator:function(){return Ir},KeyedRead:function(){return Zr},KeyedWrite:function(){return ti},LeadingComment:function(){return ct},Lexer:function(){return Ta},LiteralArray:function(){return ri},LiteralArrayExpr:function(){return st},LiteralExpr:function(){return $e},LiteralMap:function(){return ii},LiteralMapExpr:function(){return rt},LiteralPrimitive:function(){return ni},LocalizedString:function(){return Ve},MapType:function(){return he},MessageBundle:function(){return Pu},NONE_TYPE:function(){return we},NO_ERRORS_SCHEMA:function(){return _},NodeWithI18n:function(){return Ha},NonNullAssert:function(){return ui},NotExpr:function(){return Ye},ParseError:function(){return vr},ParseErrorLevel:function(){return gr},ParseLocation:function(){return dr},ParseSourceFile:function(){return mr},ParseSourceSpan:function(){return fr},ParseSpan:function(){return Ur},ParseTreeResult:function(){return yo},ParsedEvent:function(){return Si},ParsedProperty:function(){return wi},ParsedPropertyType:function(){return Rr},ParsedVariable:function(){return Ei},Parser:function(){return Ba},ParserError:function(){return Vr},PrefixNot:function(){return ci},PropertyRead:function(){return Qr},PropertyWrite:function(){return Xr},R3BoundTarget:function(){return Du},R3Identifiers:function(){return Ht},R3SelectorScopeMode:function(){return Lr},R3TargetBinder:function(){return Mu},R3TemplateDependencyKind:function(){return Mr},ReadKeyExpr:function(){return tt},ReadPropExpr:function(){return et},ReadVarExpr:function(){return Ie},RecursiveAstVisitor:function(){return vi},RecursiveVisitor:function(){return Xa},ResourceLoader:function(){return Ec},ReturnStatement:function(){return ft},STRING_TYPE:function(){return ye},SafeCall:function(){return hi},SafeKeyedRead:function(){return ei},SafePropertyRead:function(){return Jr},SelectorContext:function(){return y},SelectorListContext:function(){return v},SelectorMatcher:function(){return g},Serializer:function(){return Us},SplitInterpolation:function(){return Da},Statement:function(){return pt},StmtModifier:function(){return lt},TagContentType:function(){return n},TaggedTemplateExpr:function(){return Re},TemplateBindingParseResult:function(){return qa},TemplateLiteral:function(){return De},TemplateLiteralElement:function(){return qe},Text:function(){return ja},ThisReceiver:function(){return Kr},TmplAstBoundAttribute:function(){return Es},TmplAstBoundEvent:function(){return _s},TmplAstBoundText:function(){return ws},TmplAstContent:function(){return Ts},TmplAstElement:function(){return bs},TmplAstIcu:function(){return ks},TmplAstRecursiveVisitor:function(){return Ps},TmplAstReference:function(){return Ns},TmplAstTemplate:function(){return Cs},TmplAstText:function(){return xs},TmplAstTextAttribute:function(){return Ss},TmplAstVariable:function(){return Is},Token:function(){return Ia},TokenType:function(){return ba},TreeError:function(){return vo},Type:function(){return le},TypeModifier:function(){return ae},TypeofExpr:function(){return Ne},Unary:function(){return li},UnaryOperator:function(){return Se},UnaryOperatorExpr:function(){return Je},VERSION:function(){return zc},VariableBinding:function(){return fi},Version:function(){return $},ViewEncapsulation:function(){return w},WrappedNodeExpr:function(){return ke},WriteKeyExpr:function(){return Ae},WritePropExpr:function(){return Le},WriteVarExpr:function(){return Pe},Xliff:function(){return uu},Xliff2:function(){return yu},Xmb:function(){return sn},XmlParser:function(){return iu},Xtb:function(){return bu},_ParseAST:function(){return Va},compileClassMetadata:function(){return qu},compileComponentFromMetadata:function(){return lc},compileDeclareClassMetadata:function(){return Bu},compileDeclareComponentFromMetadata:function(){return zu},compileDeclareDirectiveFromMetadata:function(){return Hu},compileDeclareFactoryFunction:function(){return Ku},compileDeclareInjectableFromMetadata:function(){return Yu},compileDeclareInjectorFromMetadata:function(){return Xu},compileDeclareNgModuleFromMetadata:function(){return Zu},compileDeclarePipeFromMetadata:function(){return tp},compileDirectiveFromMetadata:function(){return oc},compileFactoryFunction:function(){return ms},compileInjectable:function(){return Fn},compileInjector:function(){return kr},compileNgModule:function(){return $r},compilePipeFromMetadata:function(){return Br},computeMsgId:function(){return Y},core:function(){return k},createInjectableType:function(){return Vn},createMayBeForwardRefExpression:function(){return cs},devOnlyGuardedExpression:function(){return is},emitDistinctChangesOnlyDefaultValue:function(){return x},getHtmlTagDefinition:function(){return d},getNsPrefix:function(){return l},getSafePropertyAccessString:function(){return ns},identifierName:function(){return wr},isIdentifier:function(){return Ma},isNgContainer:function(){return i},isNgContent:function(){return a},isNgTemplate:function(){return o},jsDocComment:function(){return yt},leadingComment:function(){return vt},literalMap:function(){return bt},makeBindingParser:function(){return zl},mergeNsAndName:function(){return c},outputAst:function(){return Mt},parseHostBindings:function(){return wc},parseTemplate:function(){return jl},preserveWhitespacesDefault:function(){return Gc},publishFacade:function(){return Wc},r3JitTypeSourceSpan:function(){return yr},sanitizeIdentifier:function(){return Sr},splitNsName:function(){return r},verifyHostBindings:function(){return Sc},visitAll:function(){return Qa}}),function(e){e[e.RAW_TEXT=0]="RAW_TEXT",e[e.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",e[e.PARSABLE_DATA=2]="PARSABLE_DATA"}(n||(n={}));class u{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:s=n.PARSABLE_DATA,closedByParent:r=!1,isVoid:i=!1,ignoreFirstLf:a=!1,preventNamespaceInheritance:o=!1}={}){this.closedByChildren={},this.closedByParent=!1,this.canSelfClose=!1,e&&e.length>0&&e.forEach((e=>this.closedByChildren[e]=!0)),this.isVoid=i,this.closedByParent=r||i,this.implicitNamespacePrefix=t||null,this.contentType=s,this.ignoreFirstLf=a,this.preventNamespaceInheritance=o}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}getContentType(e){if("object"==typeof this.contentType){return(void 0===e?void 0:this.contentType[e])??this.contentType.default}return this.contentType}}let p,h;function d(e){return h||(p=new u,h={base:new u({isVoid:!0}),meta:new u({isVoid:!0}),area:new u({isVoid:!0}),embed:new u({isVoid:!0}),link:new u({isVoid:!0}),img:new u({isVoid:!0}),input:new u({isVoid:!0}),param:new u({isVoid:!0}),hr:new u({isVoid:!0}),br:new u({isVoid:!0}),source:new u({isVoid:!0}),track:new u({isVoid:!0}),wbr:new u({isVoid:!0}),p:new u({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new u({closedByChildren:["tbody","tfoot"]}),tbody:new u({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new u({closedByChildren:["tbody"],closedByParent:!0}),tr:new u({closedByChildren:["tr"],closedByParent:!0}),td:new u({closedByChildren:["td","th"],closedByParent:!0}),th:new u({closedByChildren:["td","th"],closedByParent:!0}),col:new u({isVoid:!0}),svg:new u({implicitNamespacePrefix:"svg"}),foreignObject:new u({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new u({implicitNamespacePrefix:"math"}),li:new u({closedByChildren:["li"],closedByParent:!0}),dt:new u({closedByChildren:["dt","dd"]}),dd:new u({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new u({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new u({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new u({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new u({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new u({closedByChildren:["optgroup"],closedByParent:!0}),option:new u({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new u({ignoreFirstLf:!0}),listing:new u({ignoreFirstLf:!0}),style:new u({contentType:n.RAW_TEXT}),script:new u({contentType:n.RAW_TEXT}),title:new u({contentType:{default:n.ESCAPABLE_RAW_TEXT,svg:n.PARSABLE_DATA}}),textarea:new u({contentType:n.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),h[e]??h[e.toLowerCase()]??p}const m=new RegExp("(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=([\"']?)([^\\]\"']*)\\5)?\\])|(\\))|(\\s*,\\s*)","g");class f{constructor(){this.element=null,this.classNames=[],this.attrs=[],this.notSelectors=[]}static parse(e){const t=[],s=(e,t)=>{t.notSelectors.length>0&&!t.element&&0==t.classNames.length&&0==t.attrs.length&&(t.element="*"),e.push(t)};let n,r=new f,i=r,a=!1;for(m.lastIndex=0;n=m.exec(e);){if(n[1]){if(a)throw new Error("Nesting :not in a selector is not allowed");a=!0,i=new f,r.notSelectors.push(i)}const e=n[2];if(e){const t=n[3];"#"===t?i.addAttribute("id",e.slice(1)):"."===t?i.addClassName(e.slice(1)):i.setElement(e)}const o=n[4];if(o&&i.addAttribute(i.unescapeAttribute(o),n[6]),n[7]&&(a=!1,i=r),n[8]){if(a)throw new Error("Multiple selectors in :not are not supported");s(t,r),r=i=new f}}return s(t,r),t}unescapeAttribute(e){let t="",s=!1;for(let n=0;n0?` class="${this.classNames.join(" ")}"`:"";let s="";for(let e=0;e`:`<${e}${t}${s}>`}getAttrs(){const e=[];return this.classNames.length>0&&e.push("class",this.classNames.join(" ")),e.concat(this.attrs)}addAttribute(e,t=""){this.attrs.push(e,t&&t.toLowerCase()||"")}addClassName(e){this.classNames.push(e.toLowerCase())}toString(){let e=this.element||"";if(this.classNames&&this.classNames.forEach((t=>e+=`.${t}`)),this.attrs)for(let t=0;te+=`:not(${t})`)),e}}class g{constructor(){this._elementMap=new Map,this._elementPartialMap=new Map,this._classMap=new Map,this._classPartialMap=new Map,this._attrValueMap=new Map,this._attrValuePartialMap=new Map,this._listContexts=[]}static createNotMatcher(e){const t=new g;return t.addSelectables(e,null),t}addSelectables(e,t){let s=null;e.length>1&&(s=new v(e),this._listContexts.push(s));for(let n=0;n0&&(!this.listContext||!this.listContext.alreadyMatched)){s=!g.createNotMatcher(this.notSelectors).match(e,null)}return!s||!t||this.listContext&&this.listContext.alreadyMatched||(this.listContext&&(this.listContext.alreadyMatched=!0),t(this.selector,this.cbContext)),s}}const x=!0;var w,S;!function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(w||(w={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(S||(S={}));const E={name:"custom-elements"},_={name:"no-errors-schema"},b=Function;var C,T;function I(e){const t=function(e){const t=e.classNames&&e.classNames.length?[8,...e.classNames]:[];return[e.element&&"*"!==e.element?e.element:"",...e.attrs,...t]}(e),s=e.notSelectors&&e.notSelectors.length?e.notSelectors.map((e=>function(e){const t=e.classNames&&e.classNames.length?[8,...e.classNames]:[];return e.element?[5,e.element,...e.attrs,...t]:e.attrs.length?[3,...e.attrs,...t]:e.classNames&&e.classNames.length?[9,...e.classNames]:[]}(e))):[];return t.concat(...s)}function N(e){return e?f.parse(e).map(I):[]}!function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(C||(C={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(T||(T={}));var k=Object.freeze({__proto__:null,emitDistinctChangesOnlyDefaultValue:x,get ViewEncapsulation(){return w},get ChangeDetectionStrategy(){return S},CUSTOM_ELEMENTS_SCHEMA:E,NO_ERRORS_SCHEMA:_,Type:b,get SecurityContext(){return C},get MissingTranslationStrategy(){return T},parseSelectorToR3Selector:N});const P=/-+([a-z0-9])/g;function A(e,t){return L(e,":",t)}function L(e,t,s){const n=e.indexOf(t);return-1==n?s:[e.slice(0,n).trim(),e.slice(n+1).trim()]}function M(e){throw new Error(`Internal Error: ${e}`)}function R(e){let t=[];for(let s=0;s=55296&&n<=56319&&e.length>s+1){const t=e.charCodeAt(s+1);t>=56320&&t<=57343&&(s++,n=(n-55296<<10)+t-56320+65536)}n<=127?t.push(n):n<=2047?t.push(n>>6&31|192,63&n|128):n<=65535?t.push(n>>12|224,n>>6&63|128,63&n|128):n<=2097151&&t.push(n>>18&7|240,n>>12&63|128,n>>6&63|128,63&n|128)}return t}function O(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(O).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;if(!e.toString)return"object";const t=e.toString();if(null==t)return""+t;const s=t.indexOf("\n");return-1===s?t:t.substring(0,s)}class ${constructor(e){this.full=e;const t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}}const D=(()=>"undefined"!=typeof global&&global||"undefined"!=typeof window&&window||"undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self)();class q{constructor(e){this.digits=e}static zero(){return new q([0])}static one(){return new q([1])}clone(){return new q(this.digits.slice())}add(e){const t=this.clone();return t.addToSelf(e),t}addToSelf(e){const t=Math.max(this.digits.length,e.digits.length);let s=0;for(let n=0;n=10?(this.digits[n]=t-10,s=1):(this.digits[n]=t,s=0)}s>0&&(this.digits[t]=1)}toString(){let e="";for(let t=this.digits.length-1;t>=0;t--)e+=this.digits[t];return e}}class B{constructor(e){this.powerOfTwos=[e]}getValue(){return this.powerOfTwos[0]}multiplyBy(e){const t=q.zero();return this.multiplyByAndAddTo(e,t),t}multiplyByAndAddTo(e,t){for(let s=0;0!==e;e>>>=1,s++)if(1&e){const e=this.getMultipliedByPowerOfTwo(s);t.addToSelf(e)}}getMultipliedByPowerOfTwo(e){for(let t=this.powerOfTwos.length;t<=e;t++){const e=this.powerOfTwos[t-1];this.powerOfTwos[t]=e.add(e)}return this.powerOfTwos[e]}}function F(e){return e.id||V(e)}function V(e){return function(e){const t=R(e),s=function(e,t){const s=e.length+3>>>2,n=[];for(let r=0;r>5]|=128<<24-n%32,s[15+(n+64>>9<<4)]=n;for(let e=0;e>>4).toString(16)+(15&n).toString(16)}return t.toLowerCase()}(function(e){return e.reduce(((e,t)=>e.concat(function(e){let t=[];for(let s=0;s<4;s++)t.push(e>>>8*(3-s)&255);return t}(t))),[])}([i,a,o,l,c]))}((t=e.nodes,t.map((e=>e.visit(W,null)))).join("")+`[${e.meaning}]`);var t}function U(e){return e.id||H(e)}function H(e){const t=new z;return Y(e.nodes.map((e=>e.visit(t,null))).join(""),e.meaning)}class j{visitText(e,t){return e.value}visitContainer(e,t){return`[${e.children.map((e=>e.visit(this))).join(", ")}]`}visitIcu(e,t){const s=Object.keys(e.cases).map((t=>`${t} {${e.cases[t].visit(this)}}`));return`{${e.expression}, ${e.type}, ${s.join(", ")}}`}visitTagPlaceholder(e,t){return e.isVoid?``:`${e.children.map((e=>e.visit(this))).join(", ")}`}visitPlaceholder(e,t){return e.value?`${e.value}`:``}visitIcuPlaceholder(e,t){return`${e.value.visit(this)}`}}const W=new j;class z extends j{visitIcu(e,t){let s=Object.keys(e.cases).map((t=>`${t} {${e.cases[t].visit(this)}}`));return`{${e.type}, ${s.join(", ")}}`}}function K(e,t,s,n){return e<20?[t&s|~t&n,1518500249]:e<40?[t^s^n,1859775393]:e<60?[t&s|t&n|s&n,2400959708]:[t^s^n,3395469782]}function G(e){const t=R(e);let s=Q(t,0),n=Q(t,102072);return 0!=s||0!=n&&1!=n||(s^=319790063,n^=-1801410264),[s,n]}function Y(e,t=""){let s=G(e);if(t){const e=G(t);s=function(e,t){const s=e[0],n=e[1],r=t[0],i=t[1],a=ee(n,i),o=a[0],l=a[1];return[Z(Z(s,r),o),l]}(function(e,t){const s=e[0],n=e[1],r=s<>>32-t,i=n<>>32-t;return[r,i]}(s,1),e)}return function(e,t){const s=ie.toThePowerOf(0).multiplyBy(t);return ie.toThePowerOf(4).multiplyByAndAddTo(e,s),s.toString()}(2147483647&s[0],s[1])}function Q(e,t){let s,n=2654435769,r=2654435769;const i=e.length;for(s=0;s+12<=i;s+=12){n=Z(n,re(e,s,J.Little)),r=Z(r,re(e,s+4,J.Little));const i=X(n,r,t=Z(t,re(e,s+8,J.Little)));n=i[0],r=i[1],t=i[2]}return n=Z(n,re(e,s,J.Little)),r=Z(r,re(e,s+4,J.Little)),t=Z(t,i),X(n,r,t=Z(t,re(e,s+8,J.Little)<<8))[2]}function X(e,t,s){return e=te(e,t),e=te(e,s),e^=s>>>13,t=te(t,s),t=te(t,e),t^=e<<8,s=te(s,e),s=te(s,t),s^=t>>>13,e=te(e,t),e=te(e,s),e^=s>>>12,t=te(t,s),t=te(t,e),t^=e<<16,s=te(s,e),s=te(s,t),s^=t>>>5,e=te(e,t),e=te(e,s),e^=s>>>3,t=te(t,s),t=te(t,e),t^=e<<10,s=te(s,e),s=te(s,t),[e,t,s^=t>>>15]}var J;function Z(e,t){return ee(e,t)[1]}function ee(e,t){const s=(65535&e)+(65535&t),n=(e>>>16)+(t>>>16)+(s>>>16);return[n>>>16,n<<16|65535&s]}function te(e,t){const s=(65535&e)-(65535&t);return(e>>16)-(t>>16)+(s>>16)<<16|65535&s}function se(e,t){return e<>>32-t}function ne(e,t){return t>=e.length?0:e[t]}function re(e,t,s){let n=0;if(s===J.Big)for(let s=0;s<4;s++)n+=ne(e,t+s)<<24-8*s;else for(let s=0;s<4;s++)n+=ne(e,t+s)<<8*s;return n}!function(e){e[e.Little=0]="Little",e[e.Big=1]="Big"}(J||(J={}));const ie=new class{constructor(e){this.base=e,this.exponents=[new B(q.one())]}toThePowerOf(e){for(let t=this.exponents.length;t<=e;t++){const e=this.exponents[t-1].multiplyBy(this.base);this.exponents[t]=new B(e)}return this.exponents[e]}}(256);var ae,oe;!function(e){e[e.None=0]="None",e[e.Const=1]="Const"}(ae||(ae={}));class le{constructor(e=ae.None){this.modifiers=e}hasModifier(e){return 0!=(this.modifiers&e)}}!function(e){e[e.Dynamic=0]="Dynamic",e[e.Bool=1]="Bool",e[e.String=2]="String",e[e.Int=3]="Int",e[e.Number=4]="Number",e[e.Function=5]="Function",e[e.Inferred=6]="Inferred",e[e.None=7]="None"}(oe||(oe={}));class ce extends le{constructor(e,t){super(t),this.name=e}visitType(e,t){return e.visitBuiltinType(this,t)}}class ue extends le{constructor(e,t,s=null){super(t),this.value=e,this.typeParams=s}visitType(e,t){return e.visitExpressionType(this,t)}}class pe extends le{constructor(e,t){super(t),this.of=e}visitType(e,t){return e.visitArrayType(this,t)}}class he extends le{constructor(e,t){super(t),this.valueType=e||null}visitType(e,t){return e.visitMapType(this,t)}}const de=new ce(oe.Dynamic),me=new ce(oe.Inferred),fe=new ce(oe.Bool),ge=new ce(oe.Int),ve=new ce(oe.Number),ye=new ce(oe.String),xe=new ce(oe.Function),we=new ce(oe.None);var Se,Ee;function _e(e,t){return null==e||null==t?e==t:e.isEquivalent(t)}function be(e,t,s){const n=e.length;if(n!==t.length)return!1;for(let r=0;re.isEquivalent(t)))}!function(e){e[e.Minus=0]="Minus",e[e.Plus=1]="Plus"}(Se||(Se={})),function(e){e[e.Equals=0]="Equals",e[e.NotEquals=1]="NotEquals",e[e.Identical=2]="Identical",e[e.NotIdentical=3]="NotIdentical",e[e.Minus=4]="Minus",e[e.Plus=5]="Plus",e[e.Divide=6]="Divide",e[e.Multiply=7]="Multiply",e[e.Modulo=8]="Modulo",e[e.And=9]="And",e[e.Or=10]="Or",e[e.BitwiseAnd=11]="BitwiseAnd",e[e.Lower=12]="Lower",e[e.LowerEquals=13]="LowerEquals",e[e.Bigger=14]="Bigger",e[e.BiggerEquals=15]="BiggerEquals",e[e.NullishCoalesce=16]="NullishCoalesce"}(Ee||(Ee={}));class Te{constructor(e,t){this.type=e||null,this.sourceSpan=t||null}prop(e,t){return new et(this,e,null,t)}key(e,t,s){return new tt(this,e,t,s)}callFn(e,t,s){return new Me(this,e,null,t,s)}instantiate(e,t,s){return new Oe(this,e,t,s)}conditional(e,t=null,s){return new Ge(this,e,t,null,s)}equals(e,t){return new Ze(Ee.Equals,this,e,null,t)}notEquals(e,t){return new Ze(Ee.NotEquals,this,e,null,t)}identical(e,t){return new Ze(Ee.Identical,this,e,null,t)}notIdentical(e,t){return new Ze(Ee.NotIdentical,this,e,null,t)}minus(e,t){return new Ze(Ee.Minus,this,e,null,t)}plus(e,t){return new Ze(Ee.Plus,this,e,null,t)}divide(e,t){return new Ze(Ee.Divide,this,e,null,t)}multiply(e,t){return new Ze(Ee.Multiply,this,e,null,t)}modulo(e,t){return new Ze(Ee.Modulo,this,e,null,t)}and(e,t){return new Ze(Ee.And,this,e,null,t)}bitwiseAnd(e,t,s=!0){return new Ze(Ee.BitwiseAnd,this,e,null,t,s)}or(e,t){return new Ze(Ee.Or,this,e,null,t)}lower(e,t){return new Ze(Ee.Lower,this,e,null,t)}lowerEquals(e,t){return new Ze(Ee.LowerEquals,this,e,null,t)}bigger(e,t){return new Ze(Ee.Bigger,this,e,null,t)}biggerEquals(e,t){return new Ze(Ee.BiggerEquals,this,e,null,t)}isBlank(e){return this.equals(ot,e)}nullishCoalesce(e,t){return new Ze(Ee.NullishCoalesce,this,e,null,t)}toStmt(){return new mt(this,null)}}class Ie extends Te{constructor(e,t,s){super(t,s),this.name=e}isEquivalent(e){return e instanceof Ie&&this.name===e.name}isConstant(){return!1}visitExpression(e,t){return e.visitReadVarExpr(this,t)}set(e){return new Pe(this.name,e,null,this.sourceSpan)}}class Ne extends Te{constructor(e,t,s){super(t,s),this.expr=e}visitExpression(e,t){return e.visitTypeofExpr(this,t)}isEquivalent(e){return e instanceof Ne&&e.expr.isEquivalent(this.expr)}isConstant(){return this.expr.isConstant()}}class ke extends Te{constructor(e,t,s){super(t,s),this.node=e}isEquivalent(e){return e instanceof ke&&this.node===e.node}isConstant(){return!1}visitExpression(e,t){return e.visitWrappedNodeExpr(this,t)}}class Pe extends Te{constructor(e,t,s,n){super(s||t.type,n),this.name=e,this.value=t}isEquivalent(e){return e instanceof Pe&&this.name===e.name&&this.value.isEquivalent(e.value)}isConstant(){return!1}visitExpression(e,t){return e.visitWriteVarExpr(this,t)}toDeclStmt(e,t){return new ht(this.name,this.value,e,t,this.sourceSpan)}toConstDecl(){return this.toDeclStmt(me,lt.Final)}}class Ae extends Te{constructor(e,t,s,n,r){super(n||s.type,r),this.receiver=e,this.index=t,this.value=s}isEquivalent(e){return e instanceof Ae&&this.receiver.isEquivalent(e.receiver)&&this.index.isEquivalent(e.index)&&this.value.isEquivalent(e.value)}isConstant(){return!1}visitExpression(e,t){return e.visitWriteKeyExpr(this,t)}}class Le extends Te{constructor(e,t,s,n,r){super(n||s.type,r),this.receiver=e,this.name=t,this.value=s}isEquivalent(e){return e instanceof Le&&this.receiver.isEquivalent(e.receiver)&&this.name===e.name&&this.value.isEquivalent(e.value)}isConstant(){return!1}visitExpression(e,t){return e.visitWritePropExpr(this,t)}}class Me extends Te{constructor(e,t,s,n,r=!1){super(s,n),this.fn=e,this.args=t,this.pure=r}isEquivalent(e){return e instanceof Me&&this.fn.isEquivalent(e.fn)&&Ce(this.args,e.args)&&this.pure===e.pure}isConstant(){return!1}visitExpression(e,t){return e.visitInvokeFunctionExpr(this,t)}}class Re extends Te{constructor(e,t,s,n){super(s,n),this.tag=e,this.template=t}isEquivalent(e){return e instanceof Re&&this.tag.isEquivalent(e.tag)&&be(this.template.elements,e.template.elements,((e,t)=>e.text===t.text))&&Ce(this.template.expressions,e.template.expressions)}isConstant(){return!1}visitExpression(e,t){return e.visitTaggedTemplateExpr(this,t)}}class Oe extends Te{constructor(e,t,s,n){super(s,n),this.classExpr=e,this.args=t}isEquivalent(e){return e instanceof Oe&&this.classExpr.isEquivalent(e.classExpr)&&Ce(this.args,e.args)}isConstant(){return!1}visitExpression(e,t){return e.visitInstantiateExpr(this,t)}}class $e extends Te{constructor(e,t,s){super(t,s),this.value=e}isEquivalent(e){return e instanceof $e&&this.value===e.value}isConstant(){return!0}visitExpression(e,t){return e.visitLiteralExpr(this,t)}}class De{constructor(e,t){this.elements=e,this.expressions=t}}class qe{constructor(e,t,s){this.text=e,this.sourceSpan=t,this.rawText=s??t?.toString()??je(Ue(e))}}class Be{constructor(e,t){this.text=e,this.sourceSpan=t}}class Fe{constructor(e,t,s){this.text=e,this.sourceSpan=t,this.associatedMessage=s}}class Ve extends Te{constructor(e,t,s,n,r){super(ye,r),this.metaBlock=e,this.messageParts=t,this.placeHolderNames=s,this.expressions=n}isEquivalent(e){return!1}isConstant(){return!1}visitExpression(e,t){return e.visitLocalizedString(this,t)}serializeI18nHead(){let e=this.metaBlock.description||"";return this.metaBlock.meaning&&(e=`${this.metaBlock.meaning}|${e}`),this.metaBlock.customId&&(e=`${e}@@${this.metaBlock.customId}`),this.metaBlock.legacyIds&&this.metaBlock.legacyIds.forEach((t=>{e=`${e}␟${t}`})),We(e,this.messageParts[0].text,this.getMessagePartSourceSpan(0))}getMessagePartSourceSpan(e){return this.messageParts[e]?.sourceSpan??this.sourceSpan}getPlaceholderSourceSpan(e){return this.placeHolderNames[e]?.sourceSpan??this.expressions[e]?.sourceSpan??this.sourceSpan}serializeI18nTemplatePart(e){const t=this.placeHolderNames[e-1],s=this.messageParts[e];let n=t.text;return 0===t.associatedMessage?.legacyIds.length&&(n+=`@@${Y(t.associatedMessage.messageString,t.associatedMessage.meaning)}`),We(n,s.text,this.getMessagePartSourceSpan(e))}}const Ue=e=>e.replace(/\\/g,"\\\\"),He=e=>e.replace(/:/g,"\\:"),je=e=>e.replace(/`/g,"\\`").replace(/\${/g,"$\\{");function We(e,t,s){return""===e?{cooked:t,raw:je((n=Ue(t),n.replace(/^:/,"\\:"))),range:s}:{cooked:`:${e}:${t}`,raw:je(`:${He(Ue(e))}:${Ue(t)}`),range:s};var n}class ze extends Te{constructor(e,t,s=null,n){super(t,n),this.value=e,this.typeParams=s}isEquivalent(e){return e instanceof ze&&this.value.name===e.value.name&&this.value.moduleName===e.value.moduleName&&this.value.runtime===e.value.runtime}isConstant(){return!1}visitExpression(e,t){return e.visitExternalExpr(this,t)}}class Ke{constructor(e,t,s){this.moduleName=e,this.name=t,this.runtime=s}}class Ge extends Te{constructor(e,t,s=null,n,r){super(n||t.type,r),this.condition=e,this.falseCase=s,this.trueCase=t}isEquivalent(e){return e instanceof Ge&&this.condition.isEquivalent(e.condition)&&this.trueCase.isEquivalent(e.trueCase)&&_e(this.falseCase,e.falseCase)}isConstant(){return!1}visitExpression(e,t){return e.visitConditionalExpr(this,t)}}class Ye extends Te{constructor(e,t){super(fe,t),this.condition=e}isEquivalent(e){return e instanceof Ye&&this.condition.isEquivalent(e.condition)}isConstant(){return!1}visitExpression(e,t){return e.visitNotExpr(this,t)}}class Qe{constructor(e,t=null){this.name=e,this.type=t}isEquivalent(e){return this.name===e.name}}class Xe extends Te{constructor(e,t,s,n,r){super(s,n),this.params=e,this.statements=t,this.name=r}isEquivalent(e){return e instanceof Xe&&Ce(this.params,e.params)&&Ce(this.statements,e.statements)}isConstant(){return!1}visitExpression(e,t){return e.visitFunctionExpr(this,t)}toDeclStmt(e,t){return new dt(e,this.params,this.statements,this.type,t,this.sourceSpan)}}class Je extends Te{constructor(e,t,s,n,r=!0){super(s||ve,n),this.operator=e,this.expr=t,this.parens=r}isEquivalent(e){return e instanceof Je&&this.operator===e.operator&&this.expr.isEquivalent(e.expr)}isConstant(){return!1}visitExpression(e,t){return e.visitUnaryOperatorExpr(this,t)}}class Ze extends Te{constructor(e,t,s,n,r,i=!0){super(n||t.type,r),this.operator=e,this.rhs=s,this.parens=i,this.lhs=t}isEquivalent(e){return e instanceof Ze&&this.operator===e.operator&&this.lhs.isEquivalent(e.lhs)&&this.rhs.isEquivalent(e.rhs)}isConstant(){return!1}visitExpression(e,t){return e.visitBinaryOperatorExpr(this,t)}}class et extends Te{constructor(e,t,s,n){super(s,n),this.receiver=e,this.name=t}isEquivalent(e){return e instanceof et&&this.receiver.isEquivalent(e.receiver)&&this.name===e.name}isConstant(){return!1}visitExpression(e,t){return e.visitReadPropExpr(this,t)}set(e){return new Le(this.receiver,this.name,e,null,this.sourceSpan)}}class tt extends Te{constructor(e,t,s,n){super(s,n),this.receiver=e,this.index=t}isEquivalent(e){return e instanceof tt&&this.receiver.isEquivalent(e.receiver)&&this.index.isEquivalent(e.index)}isConstant(){return!1}visitExpression(e,t){return e.visitReadKeyExpr(this,t)}set(e){return new Ae(this.receiver,this.index,e,null,this.sourceSpan)}}class st extends Te{constructor(e,t,s){super(t,s),this.entries=e}isConstant(){return this.entries.every((e=>e.isConstant()))}isEquivalent(e){return e instanceof st&&Ce(this.entries,e.entries)}visitExpression(e,t){return e.visitLiteralArrayExpr(this,t)}}class nt{constructor(e,t,s){this.key=e,this.value=t,this.quoted=s}isEquivalent(e){return this.key===e.key&&this.value.isEquivalent(e.value)}}class rt extends Te{constructor(e,t,s){super(t,s),this.entries=e,this.valueType=null,t&&(this.valueType=t.valueType)}isEquivalent(e){return e instanceof rt&&Ce(this.entries,e.entries)}isConstant(){return this.entries.every((e=>e.value.isConstant()))}visitExpression(e,t){return e.visitLiteralMapExpr(this,t)}}class it extends Te{constructor(e,t){super(e[e.length-1].type,t),this.parts=e}isEquivalent(e){return e instanceof it&&Ce(this.parts,e.parts)}isConstant(){return!1}visitExpression(e,t){return e.visitCommaExpr(this,t)}}const at=new $e(null,null,null),ot=new $e(null,me,null);var lt;!function(e){e[e.None=0]="None",e[e.Final=1]="Final",e[e.Private=2]="Private",e[e.Exported=4]="Exported",e[e.Static=8]="Static"}(lt||(lt={}));class ct{constructor(e,t,s){this.text=e,this.multiline=t,this.trailingNewline=s}toString(){return this.multiline?` ${this.text} `:this.text}}class ut extends ct{constructor(e){super("",!0,!0),this.tags=e}toString(){return function(e){if(0===e.length)return"";if(1===e.length&&e[0].tagName&&!e[0].text)return`*${Lt(e[0])} `;let t="*\n";for(const s of e)t+=" *",t+=Lt(s).replace(/\n/g,"\n * "),t+="\n";return t+=" ",t}(this.tags)}}class pt{constructor(e=lt.None,t=null,s){this.modifiers=e,this.sourceSpan=t,this.leadingComments=s}hasModifier(e){return 0!=(this.modifiers&e)}addLeadingComment(e){this.leadingComments=this.leadingComments??[],this.leadingComments.push(e)}}class ht extends pt{constructor(e,t,s,n,r,i){super(n,r,i),this.name=e,this.value=t,this.type=s||t&&t.type||null}isEquivalent(e){return e instanceof ht&&this.name===e.name&&(this.value?!!e.value&&this.value.isEquivalent(e.value):!e.value)}visitStatement(e,t){return e.visitDeclareVarStmt(this,t)}}class dt extends pt{constructor(e,t,s,n,r,i,a){super(r,i,a),this.name=e,this.params=t,this.statements=s,this.type=n||null}isEquivalent(e){return e instanceof dt&&Ce(this.params,e.params)&&Ce(this.statements,e.statements)}visitStatement(e,t){return e.visitDeclareFunctionStmt(this,t)}}class mt extends pt{constructor(e,t,s){super(lt.None,t,s),this.expr=e}isEquivalent(e){return e instanceof mt&&this.expr.isEquivalent(e.expr)}visitStatement(e,t){return e.visitExpressionStmt(this,t)}}class ft extends pt{constructor(e,t=null,s){super(lt.None,t,s),this.value=e}isEquivalent(e){return e instanceof ft&&this.value.isEquivalent(e.value)}visitStatement(e,t){return e.visitReturnStmt(this,t)}}class gt extends pt{constructor(e,t,s=[],n,r){super(lt.None,n,r),this.condition=e,this.trueCase=t,this.falseCase=s}isEquivalent(e){return e instanceof gt&&this.condition.isEquivalent(e.condition)&&Ce(this.trueCase,e.trueCase)&&Ce(this.falseCase,e.falseCase)}visitStatement(e,t){return e.visitIfStmt(this,t)}}function vt(e,t=!1,s=!0){return new ct(e,t,s)}function yt(e=[]){return new ut(e)}function xt(e,t,s){return new Ie(e,t,s)}function wt(e,t=null,s){return new ze(e,null,t,s)}function St(e,t,s){return new ue(e,t,s)}function Et(e){return new Ne(e)}function _t(e,t,s){return new st(e,t,s)}function bt(e,t=null){return new rt(e.map((e=>new nt(e.key,e.value,e.quoted))),t,null)}function Ct(e,t){return new Ye(e,t)}function Tt(e,t,s,n,r){return new Xe(e,t,s,n,r)}function It(e,t,s,n,r){return new gt(e,t,s,n,r)}function Nt(e,t,s,n){return new Re(e,t,s,n)}function kt(e,t,s){return new $e(e,t,s)}function Pt(e,t,s,n,r){return new Ve(e,t,s,n,r)}function At(e){return e instanceof $e&&null===e.value}function Lt(e){let t="";if(e.tagName&&(t+=` @${e.tagName}`),e.text){if(e.text.match(/\/\*|\*\//))throw new Error('JSDoc text cannot contain "/*" and "*/"');t+=" "+e.text.replace(/@/g,"\\@")}return t}var Mt=Object.freeze({__proto__:null,get TypeModifier(){return ae},Type:le,get BuiltinTypeName(){return oe},BuiltinType:ce,ExpressionType:ue,ArrayType:pe,MapType:he,DYNAMIC_TYPE:de,INFERRED_TYPE:me,BOOL_TYPE:fe,INT_TYPE:ge,NUMBER_TYPE:ve,STRING_TYPE:ye,FUNCTION_TYPE:xe,NONE_TYPE:we,get UnaryOperator(){return Se},get BinaryOperator(){return Ee},nullSafeIsEquivalent:_e,areAllEquivalent:Ce,Expression:Te,ReadVarExpr:Ie,TypeofExpr:Ne,WrappedNodeExpr:ke,WriteVarExpr:Pe,WriteKeyExpr:Ae,WritePropExpr:Le,InvokeFunctionExpr:Me,TaggedTemplateExpr:Re,InstantiateExpr:Oe,LiteralExpr:$e,TemplateLiteral:De,TemplateLiteralElement:qe,LiteralPiece:Be,PlaceholderPiece:Fe,LocalizedString:Ve,ExternalExpr:ze,ExternalReference:Ke,ConditionalExpr:Ge,NotExpr:Ye,FnParam:Qe,FunctionExpr:Xe,UnaryOperatorExpr:Je,BinaryOperatorExpr:Ze,ReadPropExpr:et,ReadKeyExpr:tt,LiteralArrayExpr:st,LiteralMapEntry:nt,LiteralMapExpr:rt,CommaExpr:it,NULL_EXPR:at,TYPED_NULL_EXPR:ot,get StmtModifier(){return lt},LeadingComment:ct,JSDocComment:ut,Statement:pt,DeclareVarStmt:ht,DeclareFunctionStmt:dt,ExpressionStatement:mt,ReturnStatement:ft,IfStmt:gt,RecursiveAstVisitor:class{visitType(e,t){return e}visitExpression(e,t){return e.type&&e.type.visitType(this,t),e}visitBuiltinType(e,t){return this.visitType(e,t)}visitExpressionType(e,t){return e.value.visitExpression(this,t),null!==e.typeParams&&e.typeParams.forEach((e=>this.visitType(e,t))),this.visitType(e,t)}visitArrayType(e,t){return this.visitType(e,t)}visitMapType(e,t){return this.visitType(e,t)}visitWrappedNodeExpr(e,t){return e}visitTypeofExpr(e,t){return this.visitExpression(e,t)}visitReadVarExpr(e,t){return this.visitExpression(e,t)}visitWriteVarExpr(e,t){return e.value.visitExpression(this,t),this.visitExpression(e,t)}visitWriteKeyExpr(e,t){return e.receiver.visitExpression(this,t),e.index.visitExpression(this,t),e.value.visitExpression(this,t),this.visitExpression(e,t)}visitWritePropExpr(e,t){return e.receiver.visitExpression(this,t),e.value.visitExpression(this,t),this.visitExpression(e,t)}visitInvokeFunctionExpr(e,t){return e.fn.visitExpression(this,t),this.visitAllExpressions(e.args,t),this.visitExpression(e,t)}visitTaggedTemplateExpr(e,t){return e.tag.visitExpression(this,t),this.visitAllExpressions(e.template.expressions,t),this.visitExpression(e,t)}visitInstantiateExpr(e,t){return e.classExpr.visitExpression(this,t),this.visitAllExpressions(e.args,t),this.visitExpression(e,t)}visitLiteralExpr(e,t){return this.visitExpression(e,t)}visitLocalizedString(e,t){return this.visitExpression(e,t)}visitExternalExpr(e,t){return e.typeParams&&e.typeParams.forEach((e=>e.visitType(this,t))),this.visitExpression(e,t)}visitConditionalExpr(e,t){return e.condition.visitExpression(this,t),e.trueCase.visitExpression(this,t),e.falseCase.visitExpression(this,t),this.visitExpression(e,t)}visitNotExpr(e,t){return e.condition.visitExpression(this,t),this.visitExpression(e,t)}visitFunctionExpr(e,t){return this.visitAllStatements(e.statements,t),this.visitExpression(e,t)}visitUnaryOperatorExpr(e,t){return e.expr.visitExpression(this,t),this.visitExpression(e,t)}visitBinaryOperatorExpr(e,t){return e.lhs.visitExpression(this,t),e.rhs.visitExpression(this,t),this.visitExpression(e,t)}visitReadPropExpr(e,t){return e.receiver.visitExpression(this,t),this.visitExpression(e,t)}visitReadKeyExpr(e,t){return e.receiver.visitExpression(this,t),e.index.visitExpression(this,t),this.visitExpression(e,t)}visitLiteralArrayExpr(e,t){return this.visitAllExpressions(e.entries,t),this.visitExpression(e,t)}visitLiteralMapExpr(e,t){return e.entries.forEach((e=>e.value.visitExpression(this,t))),this.visitExpression(e,t)}visitCommaExpr(e,t){return this.visitAllExpressions(e.parts,t),this.visitExpression(e,t)}visitAllExpressions(e,t){e.forEach((e=>e.visitExpression(this,t)))}visitDeclareVarStmt(e,t){return e.value&&e.value.visitExpression(this,t),e.type&&e.type.visitType(this,t),e}visitDeclareFunctionStmt(e,t){return this.visitAllStatements(e.statements,t),e.type&&e.type.visitType(this,t),e}visitExpressionStmt(e,t){return e.expr.visitExpression(this,t),e}visitReturnStmt(e,t){return e.value.visitExpression(this,t),e}visitIfStmt(e,t){return e.condition.visitExpression(this,t),this.visitAllStatements(e.trueCase,t),this.visitAllStatements(e.falseCase,t),e}visitAllStatements(e,t){e.forEach((e=>e.visitStatement(this,t)))}},leadingComment:vt,jsDocComment:yt,variable:xt,importExpr:wt,importType:function(e,t,s){return null!=e?St(wt(e,t,null),s):null},expressionType:St,typeofExpr:Et,literalArr:_t,literalMap:bt,unary:function(e,t,s,n){return new Je(e,t,s,n)},not:Ct,fn:Tt,ifStmt:It,taggedTemplate:Nt,literal:kt,localizedString:Pt,isNull:At});const Rt=xt(""),Ot={};class $t extends Te{constructor(e){super(e.type),this.resolved=e,this.original=e}visitExpression(e,t){return t===Ot?this.original.visitExpression(e,t):this.resolved.visitExpression(e,t)}isEquivalent(e){return e instanceof $t&&this.resolved.isEquivalent(e.resolved)}isConstant(){return!0}fixup(e){this.resolved=e,this.shared=!0}}class Dt{constructor(e=!1){this.isClosureCompilerEnabled=e,this.statements=[],this.literals=new Map,this.literalFactories=new Map,this.nextNameIndex=0}getConstLiteral(e,t){if(e instanceof $e&&!Vt(e)||e instanceof $t)return e;const s=this.keyOf(e);let n=this.literals.get(s),r=!1;if(n||(n=new $t(e),this.literals.set(s,n),r=!0),!r&&!n.shared||r&&t){const t=this.freshName();let s,r;this.isClosureCompilerEnabled&&Vt(e)?(s=xt(t).set(new Xe([],[new ft(e)])),r=xt(t).callFn([])):(s=xt(t).set(e),r=xt(t)),this.statements.push(s.toDeclStmt(me,lt.Final)),n.fixup(r)}return n}getLiteralFactory(e){if(e instanceof st){const t=e.entries.map((e=>e.isConstant()?e:Rt)),s=this.keyOf(_t(t));return this._getLiteralFactory(s,e.entries,(e=>_t(e)))}{const t=bt(e.entries.map((e=>({key:e.key,value:e.value.isConstant()?e.value:Rt,quoted:e.quoted})))),s=this.keyOf(t);return this._getLiteralFactory(s,e.entries.map((e=>e.value)),(t=>bt(t.map(((t,s)=>({key:e.entries[s].key,value:t,quoted:e.entries[s].quoted}))))))}}_getLiteralFactory(e,t,s){let n=this.literalFactories.get(e);const r=t.filter((e=>!e.isConstant()));if(!n){const r=t.map(((e,t)=>e.isConstant()?this.getConstLiteral(e,!0):xt(`a${t}`))),i=Tt(r.filter(Ft).map((e=>new Qe(e.name,de))),[new ft(s(r))],me),a=this.freshName();this.statements.push(xt(a).set(i).toDeclStmt(me,lt.Final)),n=xt(a),this.literalFactories.set(e,n)}return{literalFactory:n,literalFactoryArguments:r}}uniqueName(e){return`${e}${this.nextNameIndex++}`}freshName(){return this.uniqueName("_c")}keyOf(e){return e.visitExpression(new qt,Ot)}}class qt{constructor(){this.visitWrappedNodeExpr=Bt,this.visitWriteVarExpr=Bt,this.visitWriteKeyExpr=Bt,this.visitWritePropExpr=Bt,this.visitInvokeFunctionExpr=Bt,this.visitTaggedTemplateExpr=Bt,this.visitInstantiateExpr=Bt,this.visitConditionalExpr=Bt,this.visitNotExpr=Bt,this.visitAssertNotNullExpr=Bt,this.visitCastExpr=Bt,this.visitFunctionExpr=Bt,this.visitUnaryOperatorExpr=Bt,this.visitBinaryOperatorExpr=Bt,this.visitReadPropExpr=Bt,this.visitReadKeyExpr=Bt,this.visitCommaExpr=Bt,this.visitLocalizedString=Bt}visitLiteralExpr(e){return`${"string"==typeof e.value?'"'+e.value+'"':e.value}`}visitLiteralArrayExpr(e,t){return`[${e.entries.map((e=>e.visitExpression(this,t))).join(",")}]`}visitLiteralMapExpr(e,t){return`{${e.entries.map((e=>`${(e=>{const t=e.quoted?'"':"";return`${t}${e.key}${t}`})(e)}:${e.value.visitExpression(this,t)}`)).join(",")}`}visitExternalExpr(e){return e.value.moduleName?`EX:${e.value.moduleName}:${e.value.name}`:`EX:${e.value.runtime.name}`}visitReadVarExpr(e){return`VAR:${e.name}`}visitTypeofExpr(e,t){return`TYPEOF:${e.expr.visitExpression(this,t)}`}}function Bt(e){throw new Error(`Invalid state: Visitor ${this.constructor.name} doesn't handle ${e.constructor.name}`)}function Ft(e){return e instanceof Ie}function Vt(e){return e instanceof $e&&"string"==typeof e.value&&e.value.length>=50}const Ut="@angular/core";class Ht{}Ht.NEW_METHOD="factory",Ht.TRANSFORM_METHOD="transform",Ht.PATCH_DEPS="patchedDeps",Ht.core={name:null,moduleName:Ut},Ht.namespaceHTML={name:"ɵɵnamespaceHTML",moduleName:Ut},Ht.namespaceMathML={name:"ɵɵnamespaceMathML",moduleName:Ut},Ht.namespaceSVG={name:"ɵɵnamespaceSVG",moduleName:Ut},Ht.element={name:"ɵɵelement",moduleName:Ut},Ht.elementStart={name:"ɵɵelementStart",moduleName:Ut},Ht.elementEnd={name:"ɵɵelementEnd",moduleName:Ut},Ht.advance={name:"ɵɵadvance",moduleName:Ut},Ht.syntheticHostProperty={name:"ɵɵsyntheticHostProperty",moduleName:Ut},Ht.syntheticHostListener={name:"ɵɵsyntheticHostListener",moduleName:Ut},Ht.attribute={name:"ɵɵattribute",moduleName:Ut},Ht.attributeInterpolate1={name:"ɵɵattributeInterpolate1",moduleName:Ut},Ht.attributeInterpolate2={name:"ɵɵattributeInterpolate2",moduleName:Ut},Ht.attributeInterpolate3={name:"ɵɵattributeInterpolate3",moduleName:Ut},Ht.attributeInterpolate4={name:"ɵɵattributeInterpolate4",moduleName:Ut},Ht.attributeInterpolate5={name:"ɵɵattributeInterpolate5",moduleName:Ut},Ht.attributeInterpolate6={name:"ɵɵattributeInterpolate6",moduleName:Ut},Ht.attributeInterpolate7={name:"ɵɵattributeInterpolate7",moduleName:Ut},Ht.attributeInterpolate8={name:"ɵɵattributeInterpolate8",moduleName:Ut},Ht.attributeInterpolateV={name:"ɵɵattributeInterpolateV",moduleName:Ut},Ht.classProp={name:"ɵɵclassProp",moduleName:Ut},Ht.elementContainerStart={name:"ɵɵelementContainerStart",moduleName:Ut},Ht.elementContainerEnd={name:"ɵɵelementContainerEnd",moduleName:Ut},Ht.elementContainer={name:"ɵɵelementContainer",moduleName:Ut},Ht.styleMap={name:"ɵɵstyleMap",moduleName:Ut},Ht.styleMapInterpolate1={name:"ɵɵstyleMapInterpolate1",moduleName:Ut},Ht.styleMapInterpolate2={name:"ɵɵstyleMapInterpolate2",moduleName:Ut},Ht.styleMapInterpolate3={name:"ɵɵstyleMapInterpolate3",moduleName:Ut},Ht.styleMapInterpolate4={name:"ɵɵstyleMapInterpolate4",moduleName:Ut},Ht.styleMapInterpolate5={name:"ɵɵstyleMapInterpolate5",moduleName:Ut},Ht.styleMapInterpolate6={name:"ɵɵstyleMapInterpolate6",moduleName:Ut},Ht.styleMapInterpolate7={name:"ɵɵstyleMapInterpolate7",moduleName:Ut},Ht.styleMapInterpolate8={name:"ɵɵstyleMapInterpolate8",moduleName:Ut},Ht.styleMapInterpolateV={name:"ɵɵstyleMapInterpolateV",moduleName:Ut},Ht.classMap={name:"ɵɵclassMap",moduleName:Ut},Ht.classMapInterpolate1={name:"ɵɵclassMapInterpolate1",moduleName:Ut},Ht.classMapInterpolate2={name:"ɵɵclassMapInterpolate2",moduleName:Ut},Ht.classMapInterpolate3={name:"ɵɵclassMapInterpolate3",moduleName:Ut},Ht.classMapInterpolate4={name:"ɵɵclassMapInterpolate4",moduleName:Ut},Ht.classMapInterpolate5={name:"ɵɵclassMapInterpolate5",moduleName:Ut},Ht.classMapInterpolate6={name:"ɵɵclassMapInterpolate6",moduleName:Ut},Ht.classMapInterpolate7={name:"ɵɵclassMapInterpolate7",moduleName:Ut},Ht.classMapInterpolate8={name:"ɵɵclassMapInterpolate8",moduleName:Ut},Ht.classMapInterpolateV={name:"ɵɵclassMapInterpolateV",moduleName:Ut},Ht.styleProp={name:"ɵɵstyleProp",moduleName:Ut},Ht.stylePropInterpolate1={name:"ɵɵstylePropInterpolate1",moduleName:Ut},Ht.stylePropInterpolate2={name:"ɵɵstylePropInterpolate2",moduleName:Ut},Ht.stylePropInterpolate3={name:"ɵɵstylePropInterpolate3",moduleName:Ut},Ht.stylePropInterpolate4={name:"ɵɵstylePropInterpolate4",moduleName:Ut},Ht.stylePropInterpolate5={name:"ɵɵstylePropInterpolate5",moduleName:Ut},Ht.stylePropInterpolate6={name:"ɵɵstylePropInterpolate6",moduleName:Ut},Ht.stylePropInterpolate7={name:"ɵɵstylePropInterpolate7",moduleName:Ut},Ht.stylePropInterpolate8={name:"ɵɵstylePropInterpolate8",moduleName:Ut},Ht.stylePropInterpolateV={name:"ɵɵstylePropInterpolateV",moduleName:Ut},Ht.nextContext={name:"ɵɵnextContext",moduleName:Ut},Ht.resetView={name:"ɵɵresetView",moduleName:Ut},Ht.templateCreate={name:"ɵɵtemplate",moduleName:Ut},Ht.text={name:"ɵɵtext",moduleName:Ut},Ht.enableBindings={name:"ɵɵenableBindings",moduleName:Ut},Ht.disableBindings={name:"ɵɵdisableBindings",moduleName:Ut},Ht.getCurrentView={name:"ɵɵgetCurrentView",moduleName:Ut},Ht.textInterpolate={name:"ɵɵtextInterpolate",moduleName:Ut},Ht.textInterpolate1={name:"ɵɵtextInterpolate1",moduleName:Ut},Ht.textInterpolate2={name:"ɵɵtextInterpolate2",moduleName:Ut},Ht.textInterpolate3={name:"ɵɵtextInterpolate3",moduleName:Ut},Ht.textInterpolate4={name:"ɵɵtextInterpolate4",moduleName:Ut},Ht.textInterpolate5={name:"ɵɵtextInterpolate5",moduleName:Ut},Ht.textInterpolate6={name:"ɵɵtextInterpolate6",moduleName:Ut},Ht.textInterpolate7={name:"ɵɵtextInterpolate7",moduleName:Ut},Ht.textInterpolate8={name:"ɵɵtextInterpolate8",moduleName:Ut},Ht.textInterpolateV={name:"ɵɵtextInterpolateV",moduleName:Ut},Ht.restoreView={name:"ɵɵrestoreView",moduleName:Ut},Ht.pureFunction0={name:"ɵɵpureFunction0",moduleName:Ut},Ht.pureFunction1={name:"ɵɵpureFunction1",moduleName:Ut},Ht.pureFunction2={name:"ɵɵpureFunction2",moduleName:Ut},Ht.pureFunction3={name:"ɵɵpureFunction3",moduleName:Ut},Ht.pureFunction4={name:"ɵɵpureFunction4",moduleName:Ut},Ht.pureFunction5={name:"ɵɵpureFunction5",moduleName:Ut},Ht.pureFunction6={name:"ɵɵpureFunction6",moduleName:Ut},Ht.pureFunction7={name:"ɵɵpureFunction7",moduleName:Ut},Ht.pureFunction8={name:"ɵɵpureFunction8",moduleName:Ut},Ht.pureFunctionV={name:"ɵɵpureFunctionV",moduleName:Ut},Ht.pipeBind1={name:"ɵɵpipeBind1",moduleName:Ut},Ht.pipeBind2={name:"ɵɵpipeBind2",moduleName:Ut},Ht.pipeBind3={name:"ɵɵpipeBind3",moduleName:Ut},Ht.pipeBind4={name:"ɵɵpipeBind4",moduleName:Ut},Ht.pipeBindV={name:"ɵɵpipeBindV",moduleName:Ut},Ht.hostProperty={name:"ɵɵhostProperty",moduleName:Ut},Ht.property={name:"ɵɵproperty",moduleName:Ut},Ht.propertyInterpolate={name:"ɵɵpropertyInterpolate",moduleName:Ut},Ht.propertyInterpolate1={name:"ɵɵpropertyInterpolate1",moduleName:Ut},Ht.propertyInterpolate2={name:"ɵɵpropertyInterpolate2",moduleName:Ut},Ht.propertyInterpolate3={name:"ɵɵpropertyInterpolate3",moduleName:Ut},Ht.propertyInterpolate4={name:"ɵɵpropertyInterpolate4",moduleName:Ut},Ht.propertyInterpolate5={name:"ɵɵpropertyInterpolate5",moduleName:Ut},Ht.propertyInterpolate6={name:"ɵɵpropertyInterpolate6",moduleName:Ut},Ht.propertyInterpolate7={name:"ɵɵpropertyInterpolate7",moduleName:Ut},Ht.propertyInterpolate8={name:"ɵɵpropertyInterpolate8",moduleName:Ut},Ht.propertyInterpolateV={name:"ɵɵpropertyInterpolateV",moduleName:Ut},Ht.i18n={name:"ɵɵi18n",moduleName:Ut},Ht.i18nAttributes={name:"ɵɵi18nAttributes",moduleName:Ut},Ht.i18nExp={name:"ɵɵi18nExp",moduleName:Ut},Ht.i18nStart={name:"ɵɵi18nStart",moduleName:Ut},Ht.i18nEnd={name:"ɵɵi18nEnd",moduleName:Ut},Ht.i18nApply={name:"ɵɵi18nApply",moduleName:Ut},Ht.i18nPostprocess={name:"ɵɵi18nPostprocess",moduleName:Ut},Ht.pipe={name:"ɵɵpipe",moduleName:Ut},Ht.projection={name:"ɵɵprojection",moduleName:Ut},Ht.projectionDef={name:"ɵɵprojectionDef",moduleName:Ut},Ht.reference={name:"ɵɵreference",moduleName:Ut},Ht.inject={name:"ɵɵinject",moduleName:Ut},Ht.injectAttribute={name:"ɵɵinjectAttribute",moduleName:Ut},Ht.directiveInject={name:"ɵɵdirectiveInject",moduleName:Ut},Ht.invalidFactory={name:"ɵɵinvalidFactory",moduleName:Ut},Ht.invalidFactoryDep={name:"ɵɵinvalidFactoryDep",moduleName:Ut},Ht.templateRefExtractor={name:"ɵɵtemplateRefExtractor",moduleName:Ut},Ht.forwardRef={name:"forwardRef",moduleName:Ut},Ht.resolveForwardRef={name:"resolveForwardRef",moduleName:Ut},Ht.ɵɵdefineInjectable={name:"ɵɵdefineInjectable",moduleName:Ut},Ht.declareInjectable={name:"ɵɵngDeclareInjectable",moduleName:Ut},Ht.InjectableDeclaration={name:"ɵɵInjectableDeclaration",moduleName:Ut},Ht.resolveWindow={name:"ɵɵresolveWindow",moduleName:Ut},Ht.resolveDocument={name:"ɵɵresolveDocument",moduleName:Ut},Ht.resolveBody={name:"ɵɵresolveBody",moduleName:Ut},Ht.defineComponent={name:"ɵɵdefineComponent",moduleName:Ut},Ht.declareComponent={name:"ɵɵngDeclareComponent",moduleName:Ut},Ht.setComponentScope={name:"ɵɵsetComponentScope",moduleName:Ut},Ht.ChangeDetectionStrategy={name:"ChangeDetectionStrategy",moduleName:Ut},Ht.ViewEncapsulation={name:"ViewEncapsulation",moduleName:Ut},Ht.ComponentDeclaration={name:"ɵɵComponentDeclaration",moduleName:Ut},Ht.FactoryDeclaration={name:"ɵɵFactoryDeclaration",moduleName:Ut},Ht.declareFactory={name:"ɵɵngDeclareFactory",moduleName:Ut},Ht.FactoryTarget={name:"ɵɵFactoryTarget",moduleName:Ut},Ht.defineDirective={name:"ɵɵdefineDirective",moduleName:Ut},Ht.declareDirective={name:"ɵɵngDeclareDirective",moduleName:Ut},Ht.DirectiveDeclaration={name:"ɵɵDirectiveDeclaration",moduleName:Ut},Ht.InjectorDef={name:"ɵɵInjectorDef",moduleName:Ut},Ht.InjectorDeclaration={name:"ɵɵInjectorDeclaration",moduleName:Ut},Ht.defineInjector={name:"ɵɵdefineInjector",moduleName:Ut},Ht.declareInjector={name:"ɵɵngDeclareInjector",moduleName:Ut},Ht.NgModuleDeclaration={name:"ɵɵNgModuleDeclaration",moduleName:Ut},Ht.ModuleWithProviders={name:"ModuleWithProviders",moduleName:Ut},Ht.defineNgModule={name:"ɵɵdefineNgModule",moduleName:Ut},Ht.declareNgModule={name:"ɵɵngDeclareNgModule",moduleName:Ut},Ht.setNgModuleScope={name:"ɵɵsetNgModuleScope",moduleName:Ut},Ht.registerNgModuleType={name:"ɵɵregisterNgModuleType",moduleName:Ut},Ht.PipeDeclaration={name:"ɵɵPipeDeclaration",moduleName:Ut},Ht.definePipe={name:"ɵɵdefinePipe",moduleName:Ut},Ht.declarePipe={name:"ɵɵngDeclarePipe",moduleName:Ut},Ht.declareClassMetadata={name:"ɵɵngDeclareClassMetadata",moduleName:Ut},Ht.setClassMetadata={name:"ɵsetClassMetadata",moduleName:Ut},Ht.queryRefresh={name:"ɵɵqueryRefresh",moduleName:Ut},Ht.viewQuery={name:"ɵɵviewQuery",moduleName:Ut},Ht.loadQuery={name:"ɵɵloadQuery",moduleName:Ut},Ht.contentQuery={name:"ɵɵcontentQuery",moduleName:Ut},Ht.NgOnChangesFeature={name:"ɵɵNgOnChangesFeature",moduleName:Ut},Ht.InheritDefinitionFeature={name:"ɵɵInheritDefinitionFeature",moduleName:Ut},Ht.CopyDefinitionFeature={name:"ɵɵCopyDefinitionFeature",moduleName:Ut},Ht.StandaloneFeature={name:"ɵɵStandaloneFeature",moduleName:Ut},Ht.ProvidersFeature={name:"ɵɵProvidersFeature",moduleName:Ut},Ht.listener={name:"ɵɵlistener",moduleName:Ut},Ht.getInheritedFactory={name:"ɵɵgetInheritedFactory",moduleName:Ut},Ht.sanitizeHtml={name:"ɵɵsanitizeHtml",moduleName:Ut},Ht.sanitizeStyle={name:"ɵɵsanitizeStyle",moduleName:Ut},Ht.sanitizeResourceUrl={name:"ɵɵsanitizeResourceUrl",moduleName:Ut},Ht.sanitizeScript={name:"ɵɵsanitizeScript",moduleName:Ut},Ht.sanitizeUrl={name:"ɵɵsanitizeUrl",moduleName:Ut},Ht.sanitizeUrlOrResourceUrl={name:"ɵɵsanitizeUrlOrResourceUrl",moduleName:Ut},Ht.trustConstantHtml={name:"ɵɵtrustConstantHtml",moduleName:Ut},Ht.trustConstantResourceUrl={name:"ɵɵtrustConstantResourceUrl",moduleName:Ut};class jt{constructor(e=null){this.file=e,this.sourcesContent=new Map,this.lines=[],this.lastCol0=0,this.hasMappings=!1}addSource(e,t=null){return this.sourcesContent.has(e)||this.sourcesContent.set(e,t),this}addLine(){return this.lines.push([]),this.lastCol0=0,this}addMapping(e,t,s,n){if(!this.currentLine)throw new Error("A line must be added before mappings can be added");if(null!=t&&!this.sourcesContent.has(t))throw new Error(`Unknown source file "${t}"`);if(null==e)throw new Error("The column in the generated code must be provided");if(e{e.set(n,r),t.push(n),s.push(this.sourcesContent.get(n)||null)}));let n="",r=0,i=0,a=0,o=0;return this.lines.forEach((t=>{r=0,n+=t.map((t=>{let s=Wt(t.col0-r);return r=t.col0,null!=t.sourceUrl&&(s+=Wt(e.get(t.sourceUrl)-i),i=e.get(t.sourceUrl),s+=Wt(t.sourceLine0-a),a=t.sourceLine0,s+=Wt(t.sourceCol0-o),o=t.sourceCol0),s})).join(","),n+=";"})),n=n.slice(0,-1),{file:this.file||"",version:3,sourceRoot:"",sources:t,sourcesContent:s,mappings:n}}toJsComment(){return this.hasMappings?"//# sourceMappingURL=data:application/json;base64,"+function(e){let t="";const s=R(e);for(let e=0;e>2),t+=zt((3&n)<<4|(null===r?0:r>>4)),t+=null===r?"=":zt((15&r)<<2|(null===i?0:i>>6)),t+=null===r||null===i?"=":zt(63&i)}return t}(JSON.stringify(this,null,0)):""}}function Wt(e){e=e<0?1+(-e<<1):e<<1;let t="";do{let s=31&e;(e>>=5)>0&&(s|=32),t+=zt(s)}while(e>0);return t}function zt(e){if(e<0||e>=64)throw new Error("Can only encode value in the range [0, 63]");return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e]}const Kt=/'|\\|\n|\r|\$/g,Gt=/^[$A-Z_][0-9A-Z_$]*$/i,Yt=" ";class Qt{constructor(e){this.indent=e,this.partsLength=0,this.parts=[],this.srcSpans=[]}}class Xt{constructor(e){this._indent=e,this._lines=[new Qt(e)]}static createRoot(){return new Xt(0)}get _currentLine(){return this._lines[this._lines.length-1]}println(e,t=""){this.print(e||null,t,!0)}lineIsEmpty(){return 0===this._currentLine.parts.length}lineLength(){return this._currentLine.indent*Yt.length+this._currentLine.partsLength}print(e,t,s=!1){t.length>0&&(this._currentLine.parts.push(t),this._currentLine.partsLength+=t.length,this._currentLine.srcSpans.push(e&&e.sourceSpan||null)),s&&this._lines.push(new Qt(this._indent))}removeEmptyLastLine(){this.lineIsEmpty()&&this._lines.pop()}incIndent(){this._indent++,this.lineIsEmpty()&&(this._currentLine.indent=this._indent)}decIndent(){this._indent--,this.lineIsEmpty()&&(this._currentLine.indent=this._indent)}toSource(){return this.sourceLines.map((e=>e.parts.length>0?es(e.indent)+e.parts.join(""):"")).join("\n")}toSourceMapGenerator(e,t=0){const s=new jt(e);let n=!1;const r=()=>{n||(s.addSource(e," ").addMapping(0,e,0,0),n=!0)};for(let e=0;e{s.addLine();const i=e.srcSpans,a=e.parts;let o=e.indent*Yt.length,l=0;for(;le)return s.srcSpans[t];e-=n.length}}return null}get sourceLines(){return this._lines.length&&0===this._lines[this._lines.length-1].parts.length?this._lines.slice(0,-1):this._lines}}class Jt{constructor(e){this._escapeDollarInStrings=e}printLeadingComments(e,t){if(void 0!==e.leadingComments)for(const s of e.leadingComments)s instanceof ut?t.print(e,`/*${s.toString()}*/`,s.trailingNewline):s.multiline?t.print(e,`/* ${s.text} */`,s.trailingNewline):s.text.split("\n").forEach((s=>{t.println(e,`// ${s}`)}))}visitExpressionStmt(e,t){return this.printLeadingComments(e,t),e.expr.visitExpression(this,t),t.println(e,";"),null}visitReturnStmt(e,t){return this.printLeadingComments(e,t),t.print(e,"return "),e.value.visitExpression(this,t),t.println(e,";"),null}visitIfStmt(e,t){this.printLeadingComments(e,t),t.print(e,"if ("),e.condition.visitExpression(this,t),t.print(e,") {");const s=null!=e.falseCase&&e.falseCase.length>0;return e.trueCase.length<=1&&!s?(t.print(e," "),this.visitAllStatements(e.trueCase,t),t.removeEmptyLastLine(),t.print(e," ")):(t.println(),t.incIndent(),this.visitAllStatements(e.trueCase,t),t.decIndent(),s&&(t.println(e,"} else {"),t.incIndent(),this.visitAllStatements(e.falseCase,t),t.decIndent())),t.println(e,"}"),null}visitWriteVarExpr(e,t){const s=t.lineIsEmpty();return s||t.print(e,"("),t.print(e,`${e.name} = `),e.value.visitExpression(this,t),s||t.print(e,")"),null}visitWriteKeyExpr(e,t){const s=t.lineIsEmpty();return s||t.print(e,"("),e.receiver.visitExpression(this,t),t.print(e,"["),e.index.visitExpression(this,t),t.print(e,"] = "),e.value.visitExpression(this,t),s||t.print(e,")"),null}visitWritePropExpr(e,t){const s=t.lineIsEmpty();return s||t.print(e,"("),e.receiver.visitExpression(this,t),t.print(e,`.${e.name} = `),e.value.visitExpression(this,t),s||t.print(e,")"),null}visitInvokeFunctionExpr(e,t){return e.fn.visitExpression(this,t),t.print(e,"("),this.visitAllExpressions(e.args,t,","),t.print(e,")"),null}visitTaggedTemplateExpr(e,t){e.tag.visitExpression(this,t),t.print(e,"`"+e.template.elements[0].rawText);for(let s=1;s{t.print(e,`${Zt(s.key,this._escapeDollarInStrings,s.quoted)}:`),s.value.visitExpression(this,t)}),e.entries,t,","),t.print(e,"}"),null}visitCommaExpr(e,t){return t.print(e,"("),this.visitAllExpressions(e.parts,t,","),t.print(e,")"),null}visitAllExpressions(e,t,s){this.visitAllObjects((e=>e.visitExpression(this,t)),e,t,s)}visitAllObjects(e,t,s,n){let r=!1;for(let i=0;i0&&(s.lineLength()>80?(s.print(null,n,!0),r||(s.incIndent(),s.incIndent(),r=!0)):s.print(null,n,!1)),e(t[i]);r&&(s.decIndent(),s.decIndent())}visitAllStatements(e,t){e.forEach((e=>e.visitStatement(this,t)))}}function Zt(e,t,s=!0){if(null==e)return null;const n=e.replace(Kt,((...e)=>"$"==e[0]?t?"\\$":"$":"\n"==e[0]?"\\n":"\r"==e[0]?"\\r":`\\${e[0]}`));return s||!Gt.test(n)?`'${n}'`:n}function es(e){let t="";for(let s=0;se.value)));return t?Tt([],[new ft(s)]):s}function cs(e,t){return{expression:e,forwardRef:t}}function us({expression:e,forwardRef:t}){switch(t){case 0:case 1:return e;case 2:return ps(e)}}function ps(e){return wt(Ht.forwardRef).callFn([Tt([],[new ft(e)])])}var hs,ds;function ms(e){const t=xt("t");let s=null;const n=vs(e)?t:new Ze(Ee.Or,t,e.internalType);let r=null;null!==e.deps?"invalid"!==e.deps&&(r=new Oe(n,gs(e.deps,e.target))):(s=xt(`ɵ${e.name}_BaseFactory`),r=s.callFn([n]));const i=[];let a=null;function o(e){const s=xt("r");i.push(s.set(at).toDeclStmt());const n=null!==r?s.set(r).toStmt():wt(Ht.invalidFactory).callFn([]).toStmt();return i.push(It(t,[n],[s.set(e).toStmt()])),s}if(vs(e)){const t=gs(e.delegateDeps,e.target);a=o(new(e.delegateType===hs.Class?Oe:Me)(e.delegate,t))}else a=function(e){return void 0!==e.expression}(e)?o(e.expression):r;if(null===a)i.push(wt(Ht.invalidFactory).callFn([]).toStmt());else if(null!==s){const t=wt(Ht.getInheritedFactory).callFn([e.internalType]),r=new Ze(Ee.Or,s,s.set(t));i.push(new ft(r.callFn([n])))}else i.push(new ft(a));let l=Tt([new Qe("t",de)],i,me,void 0,`${e.name}_Factory`);return null!==s&&(l=Tt([],[new ht(s.name),new ft(l)]).callFn([],void 0,!0)),{expression:l,statements:[],type:fs(e)}}function fs(e){const t=null!==e.deps&&"invalid"!==e.deps?function(e){let t=!1;const s=e.map((e=>{const s=function(e){const t=[];null!==e.attributeNameType&&t.push({key:"attribute",value:e.attributeNameType,quoted:!1});e.optional&&t.push({key:"optional",value:kt(!0),quoted:!1});e.host&&t.push({key:"host",value:kt(!0),quoted:!1});e.self&&t.push({key:"self",value:kt(!0),quoted:!1});e.skipSelf&&t.push({key:"skipSelf",value:kt(!0),quoted:!1});return t.length>0?bt(t):null}(e);return null!==s?(t=!0,s):kt(null)}));return t?St(_t(s)):we}(e.deps):we;return St(wt(Ht.FactoryDeclaration,[ts(e.type.type,e.typeArgumentCount),t]))}function gs(e,t){return e.map(((e,s)=>function(e,t,s){if(null===e.token)return wt(Ht.invalidFactoryDep).callFn([kt(s)]);if(null===e.attributeNameType){const s=0|(e.self?2:0)|(e.skipSelf?4:0)|(e.host?1:0)|(e.optional?8:0)|(t===ds.Pipe?16:0);let n=0!==s||e.optional?kt(s):null;const r=[e.token];n&&r.push(n);const i=function(e){switch(e){case ds.Component:case ds.Directive:case ds.Pipe:return Ht.directiveInject;case ds.NgModule:case ds.Injectable:default:return Ht.inject}}(t);return wt(i).callFn(r)}return wt(Ht.injectAttribute).callFn([e.token])}(e,t,s)))}function vs(e){return void 0!==e.delegateType}!function(e){e[e.Class=0]="Class",e[e.Function=1]="Function"}(hs||(hs={})),function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(ds||(ds={}));class ys{constructor(e,t){this.value=e,this.sourceSpan=t}visit(e){throw new Error("visit() not implemented for Comment")}}class xs{constructor(e,t){this.value=e,this.sourceSpan=t}visit(e){return e.visitText(this)}}class ws{constructor(e,t,s){this.value=e,this.sourceSpan=t,this.i18n=s}visit(e){return e.visitBoundText(this)}}class Ss{constructor(e,t,s,n,r,i){this.name=e,this.value=t,this.sourceSpan=s,this.keySpan=n,this.valueSpan=r,this.i18n=i}visit(e){return e.visitTextAttribute(this)}}class Es{constructor(e,t,s,n,r,i,a,o,l){this.name=e,this.type=t,this.securityContext=s,this.value=n,this.unit=r,this.sourceSpan=i,this.keySpan=a,this.valueSpan=o,this.i18n=l}static fromBoundElementProperty(e,t){if(void 0===e.keySpan)throw new Error(`Unexpected state: keySpan must be defined for bound attributes but was not for ${e.name}: ${e.sourceSpan}`);return new Es(e.name,e.type,e.securityContext,e.value,e.unit,e.sourceSpan,e.keySpan,e.valueSpan,t)}visit(e){return e.visitBoundAttribute(this)}}class _s{constructor(e,t,s,n,r,i,a,o){this.name=e,this.type=t,this.handler=s,this.target=n,this.phase=r,this.sourceSpan=i,this.handlerSpan=a,this.keySpan=o}static fromParsedEvent(e){const t=0===e.type?e.targetOrPhase:null,s=1===e.type?e.targetOrPhase:null;if(void 0===e.keySpan)throw new Error(`Unexpected state: keySpan must be defined for bound event but was not for ${e.name}: ${e.sourceSpan}`);return new _s(e.name,e.type,e.handler,t,s,e.sourceSpan,e.handlerSpan,e.keySpan)}visit(e){return e.visitBoundEvent(this)}}class bs{constructor(e,t,s,n,r,i,a,o,l,c){this.name=e,this.attributes=t,this.inputs=s,this.outputs=n,this.children=r,this.references=i,this.sourceSpan=a,this.startSourceSpan=o,this.endSourceSpan=l,this.i18n=c}visit(e){return e.visitElement(this)}}class Cs{constructor(e,t,s,n,r,i,a,o,l,c,u,p){this.tagName=e,this.attributes=t,this.inputs=s,this.outputs=n,this.templateAttrs=r,this.children=i,this.references=a,this.variables=o,this.sourceSpan=l,this.startSourceSpan=c,this.endSourceSpan=u,this.i18n=p}visit(e){return e.visitTemplate(this)}}class Ts{constructor(e,t,s,n){this.selector=e,this.attributes=t,this.sourceSpan=s,this.i18n=n,this.name="ng-content"}visit(e){return e.visitContent(this)}}class Is{constructor(e,t,s,n,r){this.name=e,this.value=t,this.sourceSpan=s,this.keySpan=n,this.valueSpan=r}visit(e){return e.visitVariable(this)}}class Ns{constructor(e,t,s,n,r){this.name=e,this.value=t,this.sourceSpan=s,this.keySpan=n,this.valueSpan=r}visit(e){return e.visitReference(this)}}class ks{constructor(e,t,s,n){this.vars=e,this.placeholders=t,this.sourceSpan=s,this.i18n=n}visit(e){return e.visitIcu(this)}}class Ps{visitElement(e){As(this,e.attributes),As(this,e.inputs),As(this,e.outputs),As(this,e.children),As(this,e.references)}visitTemplate(e){As(this,e.attributes),As(this,e.inputs),As(this,e.outputs),As(this,e.children),As(this,e.references),As(this,e.variables)}visitContent(e){}visitVariable(e){}visitReference(e){}visitTextAttribute(e){}visitBoundAttribute(e){}visitBoundEvent(e){}visitText(e){}visitBoundText(e){}visitIcu(e){}}function As(e,t){const s=[];if(e.visit)for(const s of t){e.visit(s)||s.visit(e)}else for(const n of t){const t=n.visit(e);t&&s.push(t)}return s}class Ls{constructor(e,t,s,n,r,i){this.nodes=e,this.placeholders=t,this.placeholderToMessage=s,this.meaning=n,this.description=r,this.customId=i,this.id=this.customId,this.legacyIds=[],this.messageString=function(e){const t=new Vs;return e.map((e=>e.visit(t))).join("")}(this.nodes),e.length?this.sources=[{filePath:e[0].sourceSpan.start.file.url,startLine:e[0].sourceSpan.start.line+1,startCol:e[0].sourceSpan.start.col+1,endLine:e[e.length-1].sourceSpan.end.line+1,endCol:e[0].sourceSpan.start.col+1}]:this.sources=[]}}class Ms{constructor(e,t){this.value=e,this.sourceSpan=t}visit(e,t){return e.visitText(this,t)}}class Rs{constructor(e,t){this.children=e,this.sourceSpan=t}visit(e,t){return e.visitContainer(this,t)}}class Os{constructor(e,t,s,n){this.expression=e,this.type=t,this.cases=s,this.sourceSpan=n}visit(e,t){return e.visitIcu(this,t)}}class $s{constructor(e,t,s,n,r,i,a,o,l){this.tag=e,this.attrs=t,this.startName=s,this.closeName=n,this.children=r,this.isVoid=i,this.sourceSpan=a,this.startSourceSpan=o,this.endSourceSpan=l}visit(e,t){return e.visitTagPlaceholder(this,t)}}class Ds{constructor(e,t,s){this.value=e,this.name=t,this.sourceSpan=s}visit(e,t){return e.visitPlaceholder(this,t)}}class qs{constructor(e,t,s){this.value=e,this.name=t,this.sourceSpan=s}visit(e,t){return e.visitIcuPlaceholder(this,t)}}class Bs{visitText(e,t){return new Ms(e.value,e.sourceSpan)}visitContainer(e,t){const s=e.children.map((e=>e.visit(this,t)));return new Rs(s,e.sourceSpan)}visitIcu(e,t){const s={};Object.keys(e.cases).forEach((n=>s[n]=e.cases[n].visit(this,t)));const n=new Os(e.expression,e.type,s,e.sourceSpan);return n.expressionPlaceholder=e.expressionPlaceholder,n}visitTagPlaceholder(e,t){const s=e.children.map((e=>e.visit(this,t)));return new $s(e.tag,e.attrs,e.startName,e.closeName,s,e.isVoid,e.sourceSpan,e.startSourceSpan,e.endSourceSpan)}visitPlaceholder(e,t){return new Ds(e.value,e.name,e.sourceSpan)}visitIcuPlaceholder(e,t){return new qs(e.value,e.name,e.sourceSpan)}}class Fs{visitText(e,t){}visitContainer(e,t){e.children.forEach((e=>e.visit(this)))}visitIcu(e,t){Object.keys(e.cases).forEach((t=>{e.cases[t].visit(this)}))}visitTagPlaceholder(e,t){e.children.forEach((e=>e.visit(this)))}visitPlaceholder(e,t){}visitIcuPlaceholder(e,t){}}class Vs{visitText(e){return e.value}visitContainer(e){return e.children.map((e=>e.visit(this))).join("")}visitIcu(e){const t=Object.keys(e.cases).map((t=>`${t} {${e.cases[t].visit(this)}}`));return`{${e.expressionPlaceholder}, ${e.type}, ${t.join(" ")}}`}visitTagPlaceholder(e){const t=e.children.map((e=>e.visit(this))).join("");return`{$${e.startName}}${t}{$${e.closeName}}`}visitPlaceholder(e){return`{$${e.name}}`}visitIcuPlaceholder(e){return`{$${e.name}}`}}class Us{createNameMapper(e){return null}}class Hs extends Fs{constructor(e,t){super(),this.mapName=t,this.internalToPublic={},this.publicToNextId={},this.publicToInternal={},e.nodes.forEach((e=>e.visit(this)))}toPublicName(e){return this.internalToPublic.hasOwnProperty(e)?this.internalToPublic[e]:null}toInternalName(e){return this.publicToInternal.hasOwnProperty(e)?this.publicToInternal[e]:null}visitText(e,t){return null}visitTagPlaceholder(e,t){this.visitPlaceholderName(e.startName),super.visitTagPlaceholder(e,t),this.visitPlaceholderName(e.closeName)}visitPlaceholder(e,t){this.visitPlaceholderName(e.name)}visitIcuPlaceholder(e,t){this.visitPlaceholderName(e.name)}visitPlaceholderName(e){if(!e||this.internalToPublic.hasOwnProperty(e))return;let t=this.mapName(e);if(this.publicToInternal.hasOwnProperty(t)){const e=this.publicToNextId[t];this.publicToNextId[t]=e+1,t=`${t}_${e}`}else this.publicToNextId[t]=1;this.internalToPublic[e]=t,this.publicToInternal[t]=e}}const js=new class{visitTag(e){const t=this._serializeAttributes(e.attrs);if(0==e.children.length)return`<${e.name}${t}/>`;const s=e.children.map((e=>e.visit(this)));return`<${e.name}${t}>${s.join("")}`}visitText(e){return e.value}visitDeclaration(e){return``}_serializeAttributes(e){const t=Object.keys(e).map((t=>`${t}="${e[t]}"`)).join(" ");return t.length>0?" "+t:""}visitDoctype(e){return``}};function Ws(e){return e.map((e=>e.visit(js))).join("")}class zs{constructor(e){this.attrs={},Object.keys(e).forEach((t=>{this.attrs[t]=Js(e[t])}))}visit(e){return e.visitDeclaration(this)}}class Ks{constructor(e,t){this.rootTag=e,this.dtd=t}visit(e){return e.visitDoctype(this)}}class Gs{constructor(e,t={},s=[]){this.name=e,this.children=s,this.attrs={},Object.keys(t).forEach((e=>{this.attrs[e]=Js(t[e])}))}visit(e){return e.visitTag(this)}}class Ys{constructor(e){this.value=Js(e)}visit(e){return e.visitText(this)}}class Qs extends Ys{constructor(e=0){super(`\n${new Array(e+1).join(" ")}`)}}const Xs=[[/&/g,"&"],[/"/g,"""],[/'/g,"'"],[//g,">"]];function Js(e){return Xs.reduce(((e,t)=>e.replace(t[0],t[1])),e)}const Zs="messagebundle",en="ph",tn="ex";class sn extends Us{write(e,t){const s=new an,n=new nn;let r=new Gs(Zs);return e.forEach((e=>{const t={id:e.id};e.description&&(t.desc=e.description),e.meaning&&(t.meaning=e.meaning);let s=[];e.sources.forEach((e=>{s.push(new Gs("source",{},[new Ys(`${e.filePath}:${e.startLine}${e.endLine!==e.startLine?","+e.endLine:""}`)]))})),r.children.push(new Qs(2),new Gs("msg",t,[...s,...n.serialize(e.nodes)]))})),r.children.push(new Qs),Ws([new zs({version:"1.0",encoding:"UTF-8"}),new Qs,new Ks(Zs,'\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'),new Qs,s.addDefaultExamples(r),new Qs])}load(e,t){throw new Error("Unsupported")}digest(e){return rn(e)}createNameMapper(e){return new Hs(e,on)}}class nn{visitText(e,t){return[new Ys(e.value)]}visitContainer(e,t){const s=[];return e.children.forEach((e=>s.push(...e.visit(this)))),s}visitIcu(e,t){const s=[new Ys(`{${e.expressionPlaceholder}, ${e.type}, `)];return Object.keys(e.cases).forEach((t=>{s.push(new Ys(`${t} {`),...e.cases[t].visit(this),new Ys("} "))})),s.push(new Ys("}")),s}visitTagPlaceholder(e,t){const s=new Ys(`<${e.tag}>`),n=new Gs(tn,{},[s]),r=new Gs(en,{name:e.startName},[n,s]);if(e.isVoid)return[r];const i=new Ys(``),a=new Gs(tn,{},[i]),o=new Gs(en,{name:e.closeName},[a,i]);return[r,...this.serialize(e.children),o]}visitPlaceholder(e,t){const s=new Ys(`{{${e.value}}}`),n=new Gs(tn,{},[s]);return[new Gs(en,{name:e.name},[n,s])]}visitIcuPlaceholder(e,t){const s=e.value.expression,n=e.value.type,r=Object.keys(e.value.cases).map((e=>e+" {...}")).join(" "),i=new Ys(`{${s}, ${n}, ${r}}`),a=new Gs(tn,{},[i]);return[new Gs(en,{name:e.name},[a,i])]}serialize(e){return[].concat(...e.map((e=>e.visit(this))))}}function rn(e){return U(e)}class an{addDefaultExamples(e){return e.visit(this),e}visitTag(e){if(e.name===en){if(!e.children||0==e.children.length){const t=new Ys(e.attrs.name||"...");e.children=[new Gs(tn,{},[t])]}}else e.children&&e.children.forEach((e=>e.visit(this)))}visitText(e){}visitDeclaration(e){}visitDoctype(e){}}function on(e){return e.toUpperCase().replace(/[^A-Z0-9_]/g,"_")}const ln="i18n",cn="i18n-";function un(e){return e===ln||e.startsWith(cn)}function pn(e){return e instanceof Ls}function hn(e){return pn(e)&&1===e.nodes.length&&e.nodes[0]instanceof Os}function dn(e){return!!e.i18n}function mn(e){return e.nodes[0]}function fn(e,t=0){return`�${e}${t>0?`:${t}`:""}�`}function gn(e=0){let t=e;return()=>t++}function vn(e){const t={};return e.forEach(((e,s)=>{t[s]=kt(e.length>1?`[${e.join("|")}]`:e[0])})),t}function yn(e,t,...s){const n=e.get(t)||[];n.push(...s),e.set(t,n)}function xn(e,t=0,s=0){const n=t,r=new Map,i=e instanceof Ls?e.nodes.find((e=>e instanceof Rs)):e;return i&&i.children.filter((e=>e instanceof Ds)).forEach(((e,t)=>{const i=fn(n+t,s);yn(r,e.name,i)})),r}function wn(e={},t){const s={};return e&&Object.keys(e).length&&Object.keys(e).forEach((n=>s[Sn(n,t)]=e[n])),s}function Sn(e,t=!0){const s=on(e);if(!t)return s;const n=s.split("_");if(1===n.length)return e.toLowerCase();let r;/^\d+$/.test(n[n.length-1])&&(r=n.pop());let i=n.shift().toLowerCase();return n.length&&(i+=n.map((e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).join("")),r?`${i}_${r}`:i}function En(e){return`MSG_${e}`.toUpperCase()}function _n(e){return new ht(e.name,void 0,me,void 0,e.sourceSpan)}const bn=/[-.]/,Cn="_t",Tn="ctx",In="rf",Nn="restoredCtx",kn=new Set([Ht.element,Ht.elementStart,Ht.elementEnd,Ht.elementContainer,Ht.elementContainerStart,Ht.elementContainerEnd,Ht.i18nExp,Ht.listener,Ht.classProp,Ht.syntheticHostListener,Ht.hostProperty,Ht.syntheticHostProperty,Ht.property,Ht.propertyInterpolate1,Ht.propertyInterpolate2,Ht.propertyInterpolate3,Ht.propertyInterpolate4,Ht.propertyInterpolate5,Ht.propertyInterpolate6,Ht.propertyInterpolate7,Ht.propertyInterpolate8,Ht.propertyInterpolateV,Ht.attribute,Ht.attributeInterpolate1,Ht.attributeInterpolate2,Ht.attributeInterpolate3,Ht.attributeInterpolate4,Ht.attributeInterpolate5,Ht.attributeInterpolate6,Ht.attributeInterpolate7,Ht.attributeInterpolate8,Ht.attributeInterpolateV,Ht.styleProp,Ht.stylePropInterpolate1,Ht.stylePropInterpolate2,Ht.stylePropInterpolate3,Ht.stylePropInterpolate4,Ht.stylePropInterpolate5,Ht.stylePropInterpolate6,Ht.stylePropInterpolate7,Ht.stylePropInterpolate8,Ht.stylePropInterpolateV,Ht.textInterpolate,Ht.textInterpolate1,Ht.textInterpolate2,Ht.textInterpolate3,Ht.textInterpolate4,Ht.textInterpolate5,Ht.textInterpolate6,Ht.textInterpolate7,Ht.textInterpolate8,Ht.textInterpolateV]);function Pn(e,t,s){return wt(t,null,e).callFn(s,e)}function An(e,t){let s=null;return()=>(s||(e.push(new ht(Cn,void 0,de)),s=xt(t)),s)}function Ln(e){throw new Error(`Invalid state: Visitor ${this.constructor.name} doesn't handle ${e.constructor.name}`)}function Mn(e){return Array.isArray(e)?_t(e.map(Mn)):kt(e,me)}function Rn(e,t){return Object.getOwnPropertyNames(e).length>0?function(e,t){return bt(Object.getOwnPropertyNames(e).map((s=>{const n=e[s];let r,i,a,o;return Array.isArray(n)?([i,r]=n,a=s,o=i!==r):([r,i]=A(s,[s,n]),a=r,o=i!==r&&s.includes(":")),{key:a,quoted:bn.test(a),value:t&&o?_t([Mn(i),Mn(r)]):Mn(i)}})))}(e,t):null}function On(e){for(;At(e[e.length-1]);)e.pop();return e}function $n(e,t){if(Array.isArray(e.predicate)){let s=[];return e.predicate.forEach((e=>{const t=e.split(",").map((e=>kt(e.trim())));s.push(...t)})),t.getConstLiteral(_t(s),!0)}switch(e.predicate.forwardRef){case 0:case 2:return e.predicate.expression;case 1:return wt(Ht.resolveForwardRef).callFn([e.predicate.expression])}}class Dn{constructor(){this.values=[]}set(e,t){t&&this.values.push({key:e,value:t,quoted:!1})}toLiteralMap(){return bt(this.values)}}function qn(e){const{expressions:t,strings:s}=e;return 1===t.length&&2===s.length&&""===s[0]&&""===s[1]?1:t.length+s.length}function Bn(e){const t=[];let s=null,n=null,r=0;for(const i of e){const e=("function"==typeof i.paramsOrFn?i.paramsOrFn():i.paramsOrFn)??[],a=Array.isArray(e)?e:[e];r<500&&n===i.reference&&kn.has(n)?(s=s.callFn(a,s.sourceSpan),r++):(null!==s&&t.push(s.toStmt()),s=Pn(i.span,i.reference,a),n=i.reference,r=0)}return null!==s&&t.push(s.toStmt()),t}function Fn(e,t){let s=null;const n={name:e.name,type:e.type,internalType:e.internalType,typeArgumentCount:e.typeArgumentCount,deps:[],target:ds.Injectable};if(void 0!==e.useClass){const r=e.useClass.expression.isEquivalent(e.internalType);let i;void 0!==e.deps&&(i=e.deps),s=void 0!==i?ms({...n,delegate:e.useClass.expression,delegateDeps:i,delegateType:hs.Class}):r?ms(n):{statements:[],expression:Un(e.type.value,e.useClass.expression,t)}}else s=void 0!==e.useFactory?void 0!==e.deps?ms({...n,delegate:e.useFactory,delegateDeps:e.deps||[],delegateType:hs.Function}):{statements:[],expression:Tt([],[new ft(e.useFactory.callFn([]))])}:void 0!==e.useValue?ms({...n,expression:e.useValue.expression}):void 0!==e.useExisting?ms({...n,expression:wt(Ht.inject).callFn([e.useExisting.expression])}):{statements:[],expression:Un(e.type.value,e.internalType,t)};const r=e.internalType,i=new Dn;i.set("token",r),i.set("factory",s.expression),null!==e.providedIn.expression.value&&i.set("providedIn",us(e.providedIn));return{expression:wt(Ht.ɵɵdefineInjectable).callFn([i.toLiteralMap()],void 0,!0),type:Vn(e),statements:s.statements}}function Vn(e){return new ue(wt(Ht.InjectableDeclaration,[ts(e.type.type,e.typeArgumentCount)]))}function Un(e,t,s){if(e.node===t.node)return t.prop("ɵfac");if(!s)return Hn(t);return Hn(wt(Ht.resolveForwardRef).callFn([t]))}function Hn(e){return Tt([new Qe("t",de)],[new ft(e.prop("ɵfac").callFn([xt("t")]))])}const jn=[/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//];class Wn{constructor(e,t){this.start=e,this.end=t}static fromArray(e){return e?(function(e,t){if(!(null==t||Array.isArray(t)&&2==t.length))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(null!=t){const e=t[0],s=t[1];jn.forEach((t=>{if(t.test(e)||t.test(s))throw new Error(`['${e}', '${s}'] contains unusable interpolation symbol.`)}))}}("interpolation",e),new Wn(e[0],e[1])):zn}}const zn=new Wn("{{","}}"),Kn=10,Gn=44,Yn=46,Qn=47,Xn=58,Jn=59,Zn=60,er=61,tr=62,sr=65,nr=97,rr=122,ir=123,ar=125;function or(e){return e>=9&&e<=32||160==e}function lr(e){return 48<=e&&e<=57}function cr(e){return e>=nr&&e<=rr||e>=sr&&e<=90}function ur(e){return e===Kn||13===e}function pr(e){return 48<=e&&e<=55}function hr(e){return 39===e||34===e||96===e}class dr{constructor(e,t,s,n){this.file=e,this.offset=t,this.line=s,this.col=n}toString(){return null!=this.offset?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){const t=this.file.content,s=t.length;let n=this.offset,r=this.line,i=this.col;for(;n>0&&e<0;){n--,e++;if(t.charCodeAt(n)==Kn){r--;const e=t.substring(0,n-1).lastIndexOf(String.fromCharCode(Kn));i=e>0?n-e:n}else i--}for(;n0;){const s=t.charCodeAt(n);n++,e--,s==Kn?(r++,i=0):i++}return new dr(this.file,n,r,i)}getContext(e,t){const s=this.file.content;let n=this.offset;if(null!=n){n>s.length-1&&(n=s.length-1);let r=n,i=0,a=0;for(;i0&&(n--,i++,"\n"!=s[n]||++a!=t););for(i=0,a=0;i]${e.after}")`:this.msg}toString(){const e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}}function yr(e,t,s){const n=new mr("",`in ${e} ${t} in ${s}`);return new fr(new dr(n,-1,-1,-1),new dr(n,-1,-1,-1))}let xr=0;function wr(e){if(!e||!e.reference)return null;const t=e.reference;if(t.__anonymousType)return t.__anonymousType;if(t.__forward_ref__)return"__forward_ref__";let s=O(t);return s.indexOf("(")>=0?(s="anonymous_"+xr++,t.__anonymousType=s):s=Sr(s),s}function Sr(e){return e.replace(/\W/g,"_")}const Er='(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';class _r extends Jt{constructor(){super(!1)}visitWrappedNodeExpr(e,t){throw new Error("Cannot emit a WrappedNodeExpr in Javascript.")}visitDeclareVarStmt(e,t){return t.print(e,`var ${e.name}`),e.value&&(t.print(e," = "),e.value.visitExpression(this,t)),t.println(e,";"),null}visitTaggedTemplateExpr(e,t){const s=e.template.elements;return e.tag.visitExpression(this,t),t.print(e,`(${Er}(`),t.print(e,`[${s.map((e=>Zt(e.text,!1))).join(", ")}], `),t.print(e,`[${s.map((e=>Zt(e.rawText,!1))).join(", ")}])`),e.template.expressions.forEach((s=>{t.print(e,", "),s.visitExpression(this,t)})),t.print(e,")"),null}visitFunctionExpr(e,t){return t.print(e,`function${e.name?" "+e.name:""}(`),this._visitParams(e.params,t),t.println(e,") {"),t.incIndent(),this.visitAllStatements(e.statements,t),t.decIndent(),t.print(e,"}"),null}visitDeclareFunctionStmt(e,t){return t.print(e,`function ${e.name}(`),this._visitParams(e.params,t),t.println(e,") {"),t.incIndent(),this.visitAllStatements(e.statements,t),t.decIndent(),t.println(e,"}"),null}visitLocalizedString(e,t){t.print(e,`$localize(${Er}(`);const s=[e.serializeI18nHead()];for(let t=1;tZt(e.cooked,!1))).join(", ")}], `),t.print(e,`[${s.map((e=>Zt(e.raw,!1))).join(", ")}])`),e.expressions.forEach((s=>{t.print(e,", "),s.visitExpression(this,t)})),t.print(e,")"),null}_visitParams(e,t){this.visitAllObjects((e=>t.print(null,e.name)),e,t,",")}}let br;function Cr(e){return function(){if(void 0===br&&(br=null,D.trustedTypes))try{br=D.trustedTypes.createPolicy("angular#unsafe-jit",{createScript:e=>e})}catch{}return br}()?.createScript(e)||e}function Tr(...e){if(!D.trustedTypes)return new Function(...e);const t=`(function anonymous(${e.slice(0,-1).join(",")}\n) { ${e[e.length-1]}\n})`,s=D.eval(Cr(t));return void 0===s.bind?new Function(...e):(s.toString=()=>t,s.bind(D))}class Ir{evaluateStatements(e,t,s,n){const r=new Nr(s),i=Xt.createRoot();return t.length>0&&!t[0].isEquivalent(kt("use strict").toStmt())&&(t=[kt("use strict").toStmt(),...t]),r.visitAllStatements(t,i),r.createReturnStmt(i),this.evaluateCode(e,i,r.getArgs(),n)}evaluateCode(e,t,s,n){let r=`"use strict";${t.toSource()}\n//# sourceURL=${e}`;const i=[],a=[];for(const e in s)a.push(s[e]),i.push(e);if(n){const s=Tr(...i.concat("return null;")).toString(),n=s.slice(0,s.indexOf("return null;")).split("\n").length-1;r+=`\n${t.toSourceMapGenerator(e,n).toJsComment()}`}const o=Tr(...i.concat(r));return this.executeFunction(o,a)}executeFunction(e,t){return e(...t)}}class Nr extends _r{constructor(e){super(),this.refResolver=e,this._evalArgNames=[],this._evalArgValues=[],this._evalExportedVars=[]}createReturnStmt(e){new ft(new rt(this._evalExportedVars.map((e=>new nt(e,xt(e),!1))))).visitStatement(this,e)}getArgs(){const e={};for(let t=0;t0&&t.set("imports",_t(e.imports));return{expression:wt(Ht.defineInjector).callFn([t.toLiteralMap()],void 0,!0),type:Pr(e),statements:[]}}function Pr(e){return new ue(wt(Ht.InjectorDeclaration,[new ue(e.type.type)]))}class Ar{constructor(e){this.context=e}resolveExternalReference(e){if("@angular/core"!==e.moduleName)throw new Error(`Cannot resolve external reference to ${e.moduleName}, only references to @angular/core are supported.`);if(!this.context.hasOwnProperty(e.name))throw new Error(`No value provided for @angular/core symbol '${e.name}'.`);return this.context[e.name]}}var Lr,Mr,Rr,Or;function $r(e){const{adjacentType:t,internalType:s,bootstrap:n,declarations:r,imports:i,exports:a,schemas:o,containsForwardDecls:l,selectorScopeMode:c,id:u}=e,p=[],h=new Dn;if(h.set("type",s),n.length>0&&h.set("bootstrap",ls(n,l)),c===Lr.Inline)r.length>0&&h.set("declarations",ls(r,l)),i.length>0&&h.set("imports",ls(i,l)),a.length>0&&h.set("exports",ls(a,l));else if(c===Lr.SideEffect){const t=function(e){const{adjacentType:t,declarations:s,imports:n,exports:r,containsForwardDecls:i}=e,a=new Dn;s.length>0&&a.set("declarations",ls(s,i));n.length>0&&a.set("imports",ls(n,i));r.length>0&&a.set("exports",ls(r,i));if(0===Object.keys(a.values).length)return null;const o=(c=new Me(wt(Ht.setNgModuleScope),[t,a.toLiteralMap()]),as("ngJitMode",c)),l=new Xe([],[o.toStmt()]);var c;return new Me(l,[]).toStmt()}(e);null!==t&&p.push(t)}null!==o&&o.length>0&&h.set("schemas",_t(o.map((e=>e.value)))),null!==u&&(h.set("id",u),p.push(wt(Ht.registerNgModuleType).callFn([t,u]).toStmt()));return{expression:wt(Ht.defineNgModule).callFn([h.toLiteralMap()],void 0,!0),type:Dr(e),statements:p}}function Dr({type:e,declarations:t,imports:s,exports:n}){return new ue(wt(Ht.NgModuleDeclaration,[new ue(e.type),qr(t),qr(s),qr(n)]))}function qr(e){const t=e.map((e=>Et(e.type)));return e.length>0?St(_t(t)):we}function Br(e){const t=[];t.push({key:"name",value:kt(e.pipeName),quoted:!1}),t.push({key:"type",value:e.type.value,quoted:!1}),t.push({key:"pure",value:kt(e.pure),quoted:!1}),e.isStandalone&&t.push({key:"standalone",value:kt(!0),quoted:!1});return{expression:wt(Ht.definePipe).callFn([bt(t)],void 0,!0),type:Fr(e),statements:[]}}function Fr(e){return new ue(wt(Ht.PipeDeclaration,[ts(e.type.type,e.typeArgumentCount),new ue(new $e(e.pipeName)),new ue(new $e(e.isStandalone))]))}!function(e){e[e.Inline=0]="Inline",e[e.SideEffect=1]="SideEffect",e[e.Omit=2]="Omit"}(Lr||(Lr={})),function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"}(Mr||(Mr={}));class Vr{constructor(e,t,s,n){this.input=t,this.errLocation=s,this.ctxLocation=n,this.message=`Parser Error: ${e} ${s} [${t}] in ${n}`}}class Ur{constructor(e,t){this.start=e,this.end=t}toAbsolute(e){return new di(e+this.start,e+this.end)}}class Hr{constructor(e,t){this.span=e,this.sourceSpan=t}toString(){return"AST"}}class jr extends Hr{constructor(e,t,s){super(e,t),this.nameSpan=s}}class Wr extends Hr{visit(e,t=null){}}class zr extends Hr{visit(e,t=null){return e.visitImplicitReceiver(this,t)}}class Kr extends zr{visit(e,t=null){return e.visitThisReceiver?.(this,t)}}class Gr extends Hr{constructor(e,t,s){super(e,t),this.expressions=s}visit(e,t=null){return e.visitChain(this,t)}}class Yr extends Hr{constructor(e,t,s,n,r){super(e,t),this.condition=s,this.trueExp=n,this.falseExp=r}visit(e,t=null){return e.visitConditional(this,t)}}class Qr extends jr{constructor(e,t,s,n,r){super(e,t,s),this.receiver=n,this.name=r}visit(e,t=null){return e.visitPropertyRead(this,t)}}class Xr extends jr{constructor(e,t,s,n,r,i){super(e,t,s),this.receiver=n,this.name=r,this.value=i}visit(e,t=null){return e.visitPropertyWrite(this,t)}}class Jr extends jr{constructor(e,t,s,n,r){super(e,t,s),this.receiver=n,this.name=r}visit(e,t=null){return e.visitSafePropertyRead(this,t)}}class Zr extends Hr{constructor(e,t,s,n){super(e,t),this.receiver=s,this.key=n}visit(e,t=null){return e.visitKeyedRead(this,t)}}class ei extends Hr{constructor(e,t,s,n){super(e,t),this.receiver=s,this.key=n}visit(e,t=null){return e.visitSafeKeyedRead(this,t)}}class ti extends Hr{constructor(e,t,s,n,r){super(e,t),this.receiver=s,this.key=n,this.value=r}visit(e,t=null){return e.visitKeyedWrite(this,t)}}class si extends jr{constructor(e,t,s,n,r,i){super(e,t,i),this.exp=s,this.name=n,this.args=r}visit(e,t=null){return e.visitPipe(this,t)}}class ni extends Hr{constructor(e,t,s){super(e,t),this.value=s}visit(e,t=null){return e.visitLiteralPrimitive(this,t)}}class ri extends Hr{constructor(e,t,s){super(e,t),this.expressions=s}visit(e,t=null){return e.visitLiteralArray(this,t)}}class ii extends Hr{constructor(e,t,s,n){super(e,t),this.keys=s,this.values=n}visit(e,t=null){return e.visitLiteralMap(this,t)}}class ai extends Hr{constructor(e,t,s,n){super(e,t),this.strings=s,this.expressions=n}visit(e,t=null){return e.visitInterpolation(this,t)}}class oi extends Hr{constructor(e,t,s,n,r){super(e,t),this.operation=s,this.left=n,this.right=r}visit(e,t=null){return e.visitBinary(this,t)}}class li extends oi{constructor(e,t,s,n,r,i,a){super(e,t,r,i,a),this.operator=s,this.expr=n,this.left=null,this.right=null,this.operation=null}static createMinus(e,t,s){return new li(e,t,"-",s,"-",new ni(e,t,0),s)}static createPlus(e,t,s){return new li(e,t,"+",s,"-",s,new ni(e,t,0))}visit(e,t=null){return void 0!==e.visitUnary?e.visitUnary(this,t):e.visitBinary(this,t)}}class ci extends Hr{constructor(e,t,s){super(e,t),this.expression=s}visit(e,t=null){return e.visitPrefixNot(this,t)}}class ui extends Hr{constructor(e,t,s){super(e,t),this.expression=s}visit(e,t=null){return e.visitNonNullAssert(this,t)}}class pi extends Hr{constructor(e,t,s,n,r){super(e,t),this.receiver=s,this.args=n,this.argumentSpan=r}visit(e,t=null){return e.visitCall(this,t)}}class hi extends Hr{constructor(e,t,s,n,r){super(e,t),this.receiver=s,this.args=n,this.argumentSpan=r}visit(e,t=null){return e.visitSafeCall(this,t)}}class di{constructor(e,t){this.start=e,this.end=t}}class mi extends Hr{constructor(e,t,s,n,r){super(new Ur(0,null===t?0:t.length),new di(n,null===t?n:n+t.length)),this.ast=e,this.source=t,this.location=s,this.errors=r}visit(e,t=null){return e.visitASTWithSource?e.visitASTWithSource(this,t):this.ast.visit(e,t)}toString(){return`${this.source} in ${this.location}`}}class fi{constructor(e,t,s){this.sourceSpan=e,this.key=t,this.value=s}}class gi{constructor(e,t,s){this.sourceSpan=e,this.key=t,this.value=s}}class vi{visit(e,t){e.visit(this,t)}visitUnary(e,t){this.visit(e.expr,t)}visitBinary(e,t){this.visit(e.left,t),this.visit(e.right,t)}visitChain(e,t){this.visitAll(e.expressions,t)}visitConditional(e,t){this.visit(e.condition,t),this.visit(e.trueExp,t),this.visit(e.falseExp,t)}visitPipe(e,t){this.visit(e.exp,t),this.visitAll(e.args,t)}visitImplicitReceiver(e,t){}visitThisReceiver(e,t){}visitInterpolation(e,t){this.visitAll(e.expressions,t)}visitKeyedRead(e,t){this.visit(e.receiver,t),this.visit(e.key,t)}visitKeyedWrite(e,t){this.visit(e.receiver,t),this.visit(e.key,t),this.visit(e.value,t)}visitLiteralArray(e,t){this.visitAll(e.expressions,t)}visitLiteralMap(e,t){this.visitAll(e.values,t)}visitLiteralPrimitive(e,t){}visitPrefixNot(e,t){this.visit(e.expression,t)}visitNonNullAssert(e,t){this.visit(e.expression,t)}visitPropertyRead(e,t){this.visit(e.receiver,t)}visitPropertyWrite(e,t){this.visit(e.receiver,t),this.visit(e.value,t)}visitSafePropertyRead(e,t){this.visit(e.receiver,t)}visitSafeKeyedRead(e,t){this.visit(e.receiver,t),this.visit(e.key,t)}visitCall(e,t){this.visit(e.receiver,t),this.visitAll(e.args,t)}visitSafeCall(e,t){this.visit(e.receiver,t),this.visitAll(e.args,t)}visitAll(e,t){for(const s of e)this.visit(s,t)}}class yi{visitImplicitReceiver(e,t){return e}visitThisReceiver(e,t){return e}visitInterpolation(e,t){return new ai(e.span,e.sourceSpan,e.strings,this.visitAll(e.expressions))}visitLiteralPrimitive(e,t){return new ni(e.span,e.sourceSpan,e.value)}visitPropertyRead(e,t){return new Qr(e.span,e.sourceSpan,e.nameSpan,e.receiver.visit(this),e.name)}visitPropertyWrite(e,t){return new Xr(e.span,e.sourceSpan,e.nameSpan,e.receiver.visit(this),e.name,e.value.visit(this))}visitSafePropertyRead(e,t){return new Jr(e.span,e.sourceSpan,e.nameSpan,e.receiver.visit(this),e.name)}visitLiteralArray(e,t){return new ri(e.span,e.sourceSpan,this.visitAll(e.expressions))}visitLiteralMap(e,t){return new ii(e.span,e.sourceSpan,e.keys,this.visitAll(e.values))}visitUnary(e,t){switch(e.operator){case"+":return li.createPlus(e.span,e.sourceSpan,e.expr.visit(this));case"-":return li.createMinus(e.span,e.sourceSpan,e.expr.visit(this));default:throw new Error(`Unknown unary operator ${e.operator}`)}}visitBinary(e,t){return new oi(e.span,e.sourceSpan,e.operation,e.left.visit(this),e.right.visit(this))}visitPrefixNot(e,t){return new ci(e.span,e.sourceSpan,e.expression.visit(this))}visitNonNullAssert(e,t){return new ui(e.span,e.sourceSpan,e.expression.visit(this))}visitConditional(e,t){return new Yr(e.span,e.sourceSpan,e.condition.visit(this),e.trueExp.visit(this),e.falseExp.visit(this))}visitPipe(e,t){return new si(e.span,e.sourceSpan,e.exp.visit(this),e.name,this.visitAll(e.args),e.nameSpan)}visitKeyedRead(e,t){return new Zr(e.span,e.sourceSpan,e.receiver.visit(this),e.key.visit(this))}visitKeyedWrite(e,t){return new ti(e.span,e.sourceSpan,e.receiver.visit(this),e.key.visit(this),e.value.visit(this))}visitCall(e,t){return new pi(e.span,e.sourceSpan,e.receiver.visit(this),this.visitAll(e.args),e.argumentSpan)}visitSafeCall(e,t){return new hi(e.span,e.sourceSpan,e.receiver.visit(this),this.visitAll(e.args),e.argumentSpan)}visitAll(e){const t=[];for(let s=0;se=>_t(e),createLiteralMapConverter:e=>t=>bt(e.map(((e,s)=>({key:e.key,value:t[s],quoted:e.quoted})))),createPipeConverter:e=>{throw new Error(`Illegal State: Actions are not allowed to contain pipes. Pipe: ${e}`)}},s);const l=new Ri(e,t,n,!1,r,i),c=[];Oi(o.visit(l,Or.Statement),c),function(e,t,s){for(let n=e-1;n>=0;n--)s.unshift(Pi(t,n))}(l.temporaryCount,n,c),l.usesImplicitReceiver&&e.notifyImplicitReceiverUse();const u=c.length-1;if(u>=0){const e=c[u];e instanceof mt&&(c[u]=new ft(e.expr))}return c}bi.event=xt("$event");class Ti{constructor(e,t){this.stmts=e,this.currValExpr=t}}function Ii(e,t,s,n){e||(e=new qi);const r=new Ri(e,t,n,!1),i=s.visit(r,Or.Expression),a=Ni(r,n);return r.usesImplicitReceiver&&e.notifyImplicitReceiverUse(),new Ti(a,i)}function Ni(e,t){const s=[];for(let n=0;ne.visit(this,t)));return new Bi(e.span,e.sourceSpan,s,this._converterFactory.createPipeConverter(e.name,s.length))}visitLiteralArray(e,t){const s=e.expressions.map((e=>e.visit(this,t)));return new Bi(e.span,e.sourceSpan,s,this._converterFactory.createLiteralArrayConverter(e.expressions.length))}visitLiteralMap(e,t){const s=e.values.map((e=>e.visit(this,t)));return new Bi(e.span,e.sourceSpan,s,this._converterFactory.createLiteralMapConverter(e.keys))}}class Ri{constructor(e,t,s,n,r,i){this._localResolver=e,this._implicitReceiver=t,this.bindingId=s,this.supportsInterpolation=n,this.baseSourceSpan=r,this.implicitReceiverAccesses=i,this._nodeMap=new Map,this._resultMap=new Map,this._currentTemporary=0,this.temporaryCount=0,this.usesImplicitReceiver=!1}visitUnary(e,t){let s;switch(e.operator){case"+":s=Se.Plus;break;case"-":s=Se.Minus;break;default:throw new Error(`Unsupported operator ${e.operator}`)}return Li(t,new Je(s,this._visit(e.expr,Or.Expression),void 0,this.convertSourceSpan(e.span)))}visitBinary(e,t){let s;switch(e.operation){case"+":s=Ee.Plus;break;case"-":s=Ee.Minus;break;case"*":s=Ee.Multiply;break;case"/":s=Ee.Divide;break;case"%":s=Ee.Modulo;break;case"&&":s=Ee.And;break;case"||":s=Ee.Or;break;case"==":s=Ee.Equals;break;case"!=":s=Ee.NotEquals;break;case"===":s=Ee.Identical;break;case"!==":s=Ee.NotIdentical;break;case"<":s=Ee.Lower;break;case">":s=Ee.Bigger;break;case"<=":s=Ee.LowerEquals;break;case">=":s=Ee.BiggerEquals;break;case"??":return this.convertNullishCoalesce(e,t);default:throw new Error(`Unsupported operation ${e.operation}`)}return Li(t,new Ze(s,this._visit(e.left,Or.Expression),this._visit(e.right,Or.Expression),void 0,this.convertSourceSpan(e.span)))}visitChain(e,t){return function(e,t){if(e!==Or.Statement)throw new Error(`Expected a statement, but saw ${t}`)}(t,e),this.visitAll(e.expressions,t)}visitConditional(e,t){return Li(t,this._visit(e.condition,Or.Expression).conditional(this._visit(e.trueExp,Or.Expression),this._visit(e.falseExp,Or.Expression),this.convertSourceSpan(e.span)))}visitPipe(e,t){throw new Error(`Illegal state: Pipes should have been converted into functions. Pipe: ${e.name}`)}visitImplicitReceiver(e,t){return Ai(t,e),this.usesImplicitReceiver=!0,this._implicitReceiver}visitThisReceiver(e,t){return this.visitImplicitReceiver(e,t)}visitInterpolation(e,t){if(!this.supportsInterpolation)throw new Error("Unexpected interpolation");Ai(t,e);let s=[];for(let t=0;t=9&&(s=[_t(s)]),new Di(s)}visitKeyedRead(e,t){const s=this.leftMostSafeNode(e);return s?this.convertSafeAccess(e,s,t):Li(t,this._visit(e.receiver,Or.Expression).key(this._visit(e.key,Or.Expression)))}visitKeyedWrite(e,t){const s=this._visit(e.receiver,Or.Expression),n=this._visit(e.key,Or.Expression),r=this._visit(e.value,Or.Expression);return s===this._implicitReceiver&&this._localResolver.maybeRestoreView(),Li(t,s.key(n).set(r))}visitLiteralArray(e,t){throw new Error("Illegal State: literal arrays should have been converted into functions")}visitLiteralMap(e,t){throw new Error("Illegal State: literal maps should have been converted into functions")}visitLiteralPrimitive(e,t){const s=null===e.value||void 0===e.value||!0===e.value||!0===e.value?me:void 0;return Li(t,kt(e.value,s,this.convertSourceSpan(e.span)))}_getLocal(e,t){return this._localResolver.globals?.has(e)&&t instanceof Kr?null:this._localResolver.getLocal(e)}visitPrefixNot(e,t){return Li(t,Ct(this._visit(e.expression,Or.Expression)))}visitNonNullAssert(e,t){return Li(t,this._visit(e.expression,Or.Expression))}visitPropertyRead(e,t){const s=this.leftMostSafeNode(e);if(s)return this.convertSafeAccess(e,s,t);{let s=null;const n=this.usesImplicitReceiver,r=this._visit(e.receiver,Or.Expression);return r===this._implicitReceiver&&(s=this._getLocal(e.name,e.receiver),s&&(this.usesImplicitReceiver=n,this.addImplicitReceiverAccess(e.name))),null==s&&(s=r.prop(e.name,this.convertSourceSpan(e.span))),Li(t,s)}}visitPropertyWrite(e,t){const s=this._visit(e.receiver,Or.Expression),n=this.usesImplicitReceiver;let r=null;if(s===this._implicitReceiver){const t=this._getLocal(e.name,e.receiver);if(t){if(!(t instanceof et)){const t=e.name,s=e.value instanceof Qr?e.value.name:void 0;throw new Error(`Cannot assign value "${s}" to template variable "${t}". Template variables are read-only.`)}r=t,this.usesImplicitReceiver=n,this.addImplicitReceiverAccess(e.name)}}return null===r&&(r=s.prop(e.name,this.convertSourceSpan(e.span))),Li(t,r.set(this._visit(e.value,Or.Expression)))}visitSafePropertyRead(e,t){return this.convertSafeAccess(e,this.leftMostSafeNode(e),t)}visitSafeKeyedRead(e,t){return this.convertSafeAccess(e,this.leftMostSafeNode(e),t)}visitAll(e,t){return e.map((e=>this._visit(e,t)))}visitCall(e,t){const s=this.leftMostSafeNode(e);if(s)return this.convertSafeAccess(e,s,t);const n=this.visitAll(e.args,Or.Expression);if(e instanceof Bi)return Li(t,e.converter(n));const r=e.receiver;if(r instanceof Qr&&r.receiver instanceof zr&&!(r.receiver instanceof Kr)&&"$any"===r.name){if(1!==n.length)throw new Error(`Invalid call to $any, expected 1 argument but received ${n.length||"none"}`);return Li(t,n[0])}return Li(t,this._visit(r,Or.Expression).callFn(n,this.convertSourceSpan(e.span)))}visitSafeCall(e,t){return this.convertSafeAccess(e,this.leftMostSafeNode(e),t)}_visit(e,t){const s=this._resultMap.get(e);return s||(this._nodeMap.get(e)||e).visit(this,t)}convertSafeAccess(e,t,s){let n,r=this._visit(t.receiver,Or.Expression);this.needsTemporaryInSafeAccess(t.receiver)&&(n=this.allocateTemporary(),r=n.set(r),this._resultMap.set(t.receiver,n));const i=r.isBlank();t instanceof hi?this._nodeMap.set(t,new pi(t.span,t.sourceSpan,t.receiver,t.args,t.argumentSpan)):t instanceof ei?this._nodeMap.set(t,new Zr(t.span,t.sourceSpan,t.receiver,t.key)):this._nodeMap.set(t,new Qr(t.span,t.sourceSpan,t.nameSpan,t.receiver,t.name));const a=this._visit(e,Or.Expression);return this._nodeMap.delete(t),n&&this.releaseTemporary(n),Li(s,i.conditional(at,a))}convertNullishCoalesce(e,t){const s=this._visit(e.left,Or.Expression),n=this._visit(e.right,Or.Expression),r=this.allocateTemporary();return this.releaseTemporary(r),Li(t,r.set(s).notIdentical(at).and(r.notIdentical(kt(void 0))).conditional(r,n))}leftMostSafeNode(e){const t=(e,t)=>(this._nodeMap.get(t)||t).visit(e);return e.visit({visitUnary(e){return null},visitBinary(e){return null},visitChain(e){return null},visitConditional(e){return null},visitCall(e){return t(this,e.receiver)},visitSafeCall(e){return t(this,e.receiver)||e},visitImplicitReceiver(e){return null},visitThisReceiver(e){return null},visitInterpolation(e){return null},visitKeyedRead(e){return t(this,e.receiver)},visitKeyedWrite(e){return null},visitLiteralArray(e){return null},visitLiteralMap(e){return null},visitLiteralPrimitive(e){return null},visitPipe(e){return null},visitPrefixNot(e){return null},visitNonNullAssert(e){return null},visitPropertyRead(e){return t(this,e.receiver)},visitPropertyWrite(e){return null},visitSafePropertyRead(e){return t(this,e.receiver)||e},visitSafeKeyedRead(e){return t(this,e.receiver)||e}})}needsTemporaryInSafeAccess(e){const t=(e,t)=>t&&(this._nodeMap.get(t)||t).visit(e);return e.visit({visitUnary(e){return t(this,e.expr)},visitBinary(e){return t(this,e.left)||t(this,e.right)},visitChain(e){return!1},visitConditional(e){return t(this,e.condition)||t(this,e.trueExp)||t(this,e.falseExp)},visitCall(e){return!0},visitSafeCall(e){return!0},visitImplicitReceiver(e){return!1},visitThisReceiver(e){return!1},visitInterpolation(e){return((e,s)=>s.some((s=>t(e,s))))(this,e.expressions)},visitKeyedRead(e){return!1},visitKeyedWrite(e){return!1},visitLiteralArray(e){return!0},visitLiteralMap(e){return!0},visitLiteralPrimitive(e){return!1},visitPipe(e){return!0},visitPrefixNot(e){return t(this,e.expression)},visitNonNullAssert(e){return t(this,e.expression)},visitPropertyRead(e){return!1},visitPropertyWrite(e){return!1},visitSafePropertyRead(e){return!1},visitSafeKeyedRead(e){return!1}})}allocateTemporary(){const e=this._currentTemporary++;return this.temporaryCount=Math.max(this._currentTemporary,this.temporaryCount),new Ie(ki(this.bindingId,e))}releaseTemporary(e){if(this._currentTemporary--,e.name!=ki(this.bindingId,this._currentTemporary))throw new Error(`Temporary ${e.name} released out of order`)}convertSourceSpan(e){if(this.baseSourceSpan){const t=this.baseSourceSpan.start.moveBy(e.start),s=this.baseSourceSpan.start.moveBy(e.end),n=this.baseSourceSpan.fullStart.moveBy(e.start);return new fr(t,s,n)}return null}addImplicitReceiverAccess(e){this.implicitReceiverAccesses&&this.implicitReceiverAccesses.add(e)}}function Oi(e,t){Array.isArray(e)?e.forEach((e=>Oi(e,t))):t.push(e)}function $i(){throw new Error("Unsupported operation")}class Di extends Te{constructor(e){super(null,null),this.args=e,this.isConstant=$i,this.isEquivalent=$i,this.visitExpression=$i}}class qi{constructor(e){this.globals=e}notifyImplicitReceiverUse(){}maybeRestoreView(){}getLocal(e){return e===bi.event.name?bi.event:null}}class Bi extends pi{constructor(e,t,s,n){super(e,t,new Wr(e,t),s,null),this.converter=n}}class Fi{constructor(){this.strictStyling=!0}shimCssText(e,t,s=""){const n=e.match(aa)||[];e=function(e){return e.replace(ia,"")}(e),e=this._insertDirectives(e);return[this._scopeCssText(e,t,s),...n].join("\n")}_insertDirectives(e){return e=this._insertPolyfillDirectivesInCssText(e),this._insertPolyfillRulesInCssText(e)}_insertPolyfillDirectivesInCssText(e){return e.replace(Ui,(function(...e){return e[2]+"{"}))}_insertPolyfillRulesInCssText(e){return e.replace(Hi,((...e)=>{const t=e[0].replace(e[1],"").replace(e[2],"");return e[4]+t}))}_scopeCssText(e,t,s){const n=this._extractUnscopedRulesFromCssText(e);return e=this._insertPolyfillHostInCssText(e),e=this._convertColonHost(e),e=this._convertColonHostContext(e),e=this._convertShadowDOMSelectors(e),t&&(e=this._scopeSelectors(e,t,s)),(e=e+"\n"+n).trim()}_extractUnscopedRulesFromCssText(e){let t,s="";for(ji.lastIndex=0;null!==(t=ji.exec(e));){s+=t[0].replace(t[2],"").replace(t[1],t[4])+"\n\n"}return s}_convertColonHost(e){return e.replace(Gi,((e,t,s)=>{if(t){const e=[],n=t.split(",").map((e=>e.trim()));for(const t of n){if(!t)break;const n=Xi+t.replace(Wi,"")+s;e.push(n)}return e.join(",")}return Xi+s}))}_convertColonHostContext(e){return e.replace(Yi,(e=>{const t=[[]];let s;for(;s=Qi.exec(e);){const n=(s[1]??"").trim().split(",").map((e=>e.trim())).filter((e=>""!==e)),r=t.length;ga(t,n.length);for(let e=0;efunction(e,t){const s=Xi;sa.lastIndex=0;const n=sa.test(t);if(0===e.length)return s+t;const r=[e.pop()||""];for(;e.length>0;){const t=r.length,s=e.pop();for(let e=0;en?`${e}${t}`:`${e}${s}${t}, ${e} ${s}${t}`)).join(",")}(t,e))).join(", ")}))}_convertShadowDOMSelectors(e){return Zi.reduce(((e,t)=>e.replace(t," ")),e)}_scopeSelectors(e,t,s){return da(e,(e=>{let n=e.selector,r=e.content;return"@"!==e.selector[0]?n=this._scopeSelector(e.selector,t,s,this.strictStyling):e.selector.startsWith("@media")||e.selector.startsWith("@supports")||e.selector.startsWith("@document")||e.selector.startsWith("@layer")?r=this._scopeSelectors(e.content,t,s):(e.selector.startsWith("@font-face")||e.selector.startsWith("@page"))&&(r=this._stripScopingSelectors(e.content)),new ha(n,r)}))}_stripScopingSelectors(e){return da(e,(e=>{const t=e.selector.replace(ea," ").replace(Ji," ");return new ha(t,e.content)}))}_scopeSelector(e,t,s,n){return e.split(",").map((e=>e.trim().split(ea))).map((e=>{const[r,...i]=e;return[(e=>this._selectorNeedsScoping(e,t)?n?this._applyStrictSelectorScope(e,t,s):this._applySelectorScope(e,t,s):e)(r),...i].join(" ")})).join(", ")}_selectorNeedsScoping(e,t){return!this._makeScopeMatcher(t).test(e)}_makeScopeMatcher(e){return e=e.replace(/\[/g,"\\[").replace(/\]/g,"\\]"),new RegExp("^("+e+")"+ta,"m")}_applySelectorScope(e,t,s){return this._applySimpleSelectorScope(e,t,s)}_applySimpleSelectorScope(e,t,s){if(sa.lastIndex=0,sa.test(e)){const n=this.strictStyling?`[${s}]`:t;return e.replace(Ji,((e,t)=>t.replace(/([^:]*)(:*)(.*)/,((e,t,s,r)=>t+n+s+r)))).replace(sa,n+" ")}return t+" "+e}_applyStrictSelectorScope(e,t,s){const n="["+(t=t.replace(/\[is=([^\]]*)\]/g,((e,...t)=>t[0])))+"]",r=e=>{let r=e.trim();if(!r)return"";if(e.indexOf(Xi)>-1)r=this._applySimpleSelectorScope(e,t,s);else{const t=e.replace(sa,"");if(t.length>0){const e=t.match(/([^:]*)(:*)(.*)/);e&&(r=e[1]+n+e[2]+e[3])}}return r},i=new Vi(e);let a,o="",l=0;const c=/( |>|\+|~(?!=))\s*/g;let u=!((e=i.content()).indexOf(Xi)>-1);for(;null!==(a=c.exec(e));){const t=a[1],s=e.slice(l,a.index).trim();u=u||s.indexOf(Xi)>-1;o+=`${u?r(s):s} ${t} `,l=c.lastIndex}const p=e.substring(l);return u=u||p.indexOf(Xi)>-1,o+=u?r(p):p,i.restore(o)}_insertPolyfillHostInCssText(e){return e.replace(ra,zi).replace(na,Wi)}}class Vi{constructor(e){this.placeholders=[],this.index=0,e=this._escapeRegexMatches(e,/(\[[^\]]*\])/g),e=this._escapeRegexMatches(e,/(\\.)/g),this._content=e.replace(/(:nth-[-\w]+)(\([^)]+\))/g,((e,t,s)=>{const n=`__ph-${this.index}__`;return this.placeholders.push(s),this.index++,t+n}))}restore(e){return e.replace(/__ph-(\d+)__/g,((e,t)=>this.placeholders[+t]))}content(){return this._content}_escapeRegexMatches(e,t){return e.replace(t,((e,t)=>{const s=`__ph-${this.index}__`;return this.placeholders.push(t),this.index++,s}))}}const Ui=/polyfill-next-selector[^}]*content:[\s]*?(['"])(.*?)\1[;\s]*}([^{]*?){/gim,Hi=/(polyfill-rule)[^}]*(content:[\s]*(['"])(.*?)\3)[;\s]*[^}]*}/gim,ji=/(polyfill-unscoped-rule)[^}]*(content:[\s]*(['"])(.*?)\3)[;\s]*[^}]*}/gim,Wi="-shadowcsshost",zi="-shadowcsscontext",Ki="(?:\\(((?:\\([^)(]*\\)|[^)(]*)+?)\\))?([^,{]*)",Gi=new RegExp(Wi+Ki,"gim"),Yi=new RegExp(zi+Ki,"gim"),Qi=new RegExp(zi+Ki,"im"),Xi=Wi+"-no-combinator",Ji=/-shadowcsshost-no-combinator([^\s]*)/,Zi=[/::shadow/g,/::content/g,/\/shadow-deep\//g,/\/shadow\//g],ea=/(?:>>>)|(?:\/deep\/)|(?:::ng-deep)/g,ta="([>\\s~+[.,{:][\\s\\S]*)?$",sa=/-shadowcsshost/gim,na=/:host/gim,ra=/:host-context/gim,ia=/\/\*[\s\S]*?\*\//g;const aa=/\/\*\s*#\s*source(Mapping)?URL=[\s\S]+?\*\//g;const oa="%BLOCK%",la=/(\s*)([^;\{\}]+?)(\s*)((?:{%BLOCK%}?\s*;?)|(?:\s*;))/g,ca=/%QUOTED%/g,ua=new Map([["{","}"]]),pa=new Map([['"','"'],["'","'"]]);class ha{constructor(e,t){this.selector=e,this.content=t}}function da(e,t){const s=fa(e,pa,"%QUOTED%"),n=fa(s.escapedString,ua,oa);let r=0,i=0;return n.escapedString.replace(la,((...e)=>{const s=e[2];let i="",a=e[4],o="";a&&a.startsWith("{"+oa)&&(i=n.blocks[r++],a=a.substring(oa.length+1),o="{");const l=t(new ha(s,i));return`${e[1]}${l.selector}${e[3]}${o}${l.content}${a}`})).replace(ca,(()=>s.blocks[i++]))}class ma{constructor(e,t){this.escapedString=e,this.blocks=t}}function fa(e,t,s){const n=[],r=[];let i,a,o=0,l=0,c=-1;for(let u=0;ue.charAt(0)+"-"+e.charAt(1))).toLowerCase()}class xa{constructor(e){this._directiveExpr=e,this._hasInitialValues=!1,this.hasBindings=!1,this.hasBindingsWithPipes=!1,this._classMapInput=null,this._styleMapInput=null,this._singleStyleInputs=null,this._singleClassInputs=null,this._lastStylingInput=null,this._firstStylingInput=null,this._stylesIndex=new Map,this._classesIndex=new Map,this._initialStyleValues=[],this._initialClassValues=[]}registerBoundInput(e){let t=null,s=e.name;switch(e.type){case 0:t=this.registerInputBasedOnName(s,e.value,e.sourceSpan);break;case 3:t=this.registerStyleInput(s,!1,e.value,e.sourceSpan,e.unit);break;case 2:t=this.registerClassInput(s,!1,e.value,e.sourceSpan)}return!!t}registerInputBasedOnName(e,t,s){let n=null;const r=e.substring(0,6),i="style"===e||"style."===r||"style!"===r;if(i||!i&&("class"===e||"class."===r||"class!"===r)){const r="."!==e.charAt(5),a=e.slice(r?5:6);n=i?this.registerStyleInput(a,r,t,s):this.registerClassInput(a,r,t,s)}return n}registerStyleInput(e,t,s,n,r){if(_a(s))return null;(function(e){return e.startsWith("--")})(e)||(e=ya(e));const{property:i,hasOverrideFlag:a,suffix:o}=Sa(e),l={name:i,suffix:r="string"==typeof r&&0!==r.length?r:o,value:s,sourceSpan:n,hasOverrideFlag:a};return t?this._styleMapInput=l:((this._singleStyleInputs=this._singleStyleInputs||[]).push(l),wa(this._stylesIndex,i)),this._lastStylingInput=l,this._firstStylingInput=this._firstStylingInput||l,this._checkForPipes(s),this.hasBindings=!0,l}registerClassInput(e,t,s,n){if(_a(s))return null;const{property:r,hasOverrideFlag:i}=Sa(e),a={name:r,value:s,sourceSpan:n,hasOverrideFlag:i,suffix:null};return t?this._classMapInput=a:((this._singleClassInputs=this._singleClassInputs||[]).push(a),wa(this._classesIndex,r)),this._lastStylingInput=a,this._firstStylingInput=this._firstStylingInput||a,this._checkForPipes(s),this.hasBindings=!0,a}_checkForPipes(e){e instanceof mi&&e.ast instanceof si&&(this.hasBindingsWithPipes=!0)}registerStyleAttr(e){this._initialStyleValues=function(e){const t=[];let s=0,n=0,r=0,i=0,a=0,o=null,l=!1;for(;s0,0===r?r=39:39===r&&92!==e.charCodeAt(s-1)&&(r=0);break;case 34:l=l||i>0,0===r?r=34:34===r&&92!==e.charCodeAt(s-1)&&(r=0);break;case 58:o||0!==n||0!==r||(o=ya(e.substring(a,s-1).trim()),i=s);break;case 59:if(o&&i>0&&0===n&&0===r){const n=e.substring(i,s-1).trim();t.push(o,l?va(n):n),a=s,i=0,o=null,l=!1}}if(o&&i){const s=e.slice(i).trim();t.push(o,l?va(s):s)}return t}(e),this._hasInitialValues=!0}registerClassAttr(e){this._initialClassValues=e.trim().split(/\s+/g),this._hasInitialValues=!0}populateInitialStylingAttrs(e){if(this._initialClassValues.length){e.push(kt(1));for(let t=0;t{const t=e(r);return Array.isArray(t)?t:[t]}}]}}_buildSingleInputs(e,t,s,n,r){const i=[];return t.forEach((t=>{const a=i[i.length-1],o=t.value.visit(s);let l=e,c=2;o instanceof ai&&(c+=o.expressions.length,n&&(l=n(o)));const u={sourceSpan:t.sourceSpan,allocateBindingSlots:c,supportsInterpolation:!!n,params:e=>{const s=[];s.push(kt(t.name));const n=e(o);return Array.isArray(n)?s.push(...n):s.push(n),r||null===t.suffix||s.push(kt(t.suffix)),s}};a&&a.reference===l?a.calls.push(u):i.push({reference:l,calls:[u]})})),i}_buildClassInputs(e){return this._singleClassInputs?this._buildSingleInputs(Ht.classProp,this._singleClassInputs,e,null,!0):[]}_buildStyleInputs(e){return this._singleStyleInputs?this._buildSingleInputs(Ht.styleProp,this._singleStyleInputs,e,Ea,!1):[]}buildUpdateLevelInstructions(e){const t=[];if(this.hasBindings){const s=this.buildStyleMapInstruction(e);s&&t.push(s);const n=this.buildClassMapInstruction(e);n&&t.push(n),t.push(...this._buildStyleInputs(e)),t.push(...this._buildClassInputs(e))}return t}}function wa(e,t){e.has(t)||e.set(t,e.size)}function Sa(e){let t=!1;const s=e.indexOf("!important");-1!==s&&(e=s>0?e.substring(0,s):"",t=!0);let n=null,r=e;const i=e.lastIndexOf(".");return i>0&&(n=e.slice(i+1),r=e.substring(0,i)),{property:r,suffix:n,hasOverrideFlag:t}}function Ea(e){switch(qn(e)){case 1:return Ht.styleProp;case 3:return Ht.stylePropInterpolate1;case 5:return Ht.stylePropInterpolate2;case 7:return Ht.stylePropInterpolate3;case 9:return Ht.stylePropInterpolate4;case 11:return Ht.stylePropInterpolate5;case 13:return Ht.stylePropInterpolate6;case 15:return Ht.stylePropInterpolate7;case 17:return Ht.stylePropInterpolate8;default:return Ht.stylePropInterpolateV}}function _a(e){return e instanceof mi&&(e=e.ast),e instanceof Wr}var ba;!function(e){e[e.Character=0]="Character",e[e.Identifier=1]="Identifier",e[e.PrivateIdentifier=2]="PrivateIdentifier",e[e.Keyword=3]="Keyword",e[e.String=4]="String",e[e.Operator=5]="Operator",e[e.Number=6]="Number",e[e.Error=7]="Error"}(ba||(ba={}));const Ca=["var","let","as","null","undefined","true","false","if","else","this"];class Ta{tokenize(e){const t=new Aa(e),s=[];let n=t.scanToken();for(;null!=n;)s.push(n),n=t.scanToken();return s}}class Ia{constructor(e,t,s,n,r){this.index=e,this.end=t,this.type=s,this.numValue=n,this.strValue=r}isCharacter(e){return this.type==ba.Character&&this.numValue==e}isNumber(){return this.type==ba.Number}isString(){return this.type==ba.String}isOperator(e){return this.type==ba.Operator&&this.strValue==e}isIdentifier(){return this.type==ba.Identifier}isPrivateIdentifier(){return this.type==ba.PrivateIdentifier}isKeyword(){return this.type==ba.Keyword}isKeywordLet(){return this.type==ba.Keyword&&"let"==this.strValue}isKeywordAs(){return this.type==ba.Keyword&&"as"==this.strValue}isKeywordNull(){return this.type==ba.Keyword&&"null"==this.strValue}isKeywordUndefined(){return this.type==ba.Keyword&&"undefined"==this.strValue}isKeywordTrue(){return this.type==ba.Keyword&&"true"==this.strValue}isKeywordFalse(){return this.type==ba.Keyword&&"false"==this.strValue}isKeywordThis(){return this.type==ba.Keyword&&"this"==this.strValue}isError(){return this.type==ba.Error}toNumber(){return this.type==ba.Number?this.numValue:-1}toString(){switch(this.type){case ba.Character:case ba.Identifier:case ba.Keyword:case ba.Operator:case ba.PrivateIdentifier:case ba.String:case ba.Error:return this.strValue;case ba.Number:return this.numValue.toString();default:return null}}}function Na(e,t,s){return new Ia(e,t,ba.Character,s,String.fromCharCode(s))}function ka(e,t,s){return new Ia(e,t,ba.Operator,0,s)}const Pa=new Ia(-1,-1,ba.Character,0,"");class Aa{constructor(e){this.input=e,this.peek=0,this.index=-1,this.length=e.length,this.advance()}advance(){this.peek=++this.index>=this.length?0:this.input.charCodeAt(this.index)}scanToken(){const e=this.input,t=this.length;let s=this.peek,n=this.index;for(;s<=32;){if(++n>=t){s=0;break}s=e.charCodeAt(n)}if(this.peek=s,this.index=n,n>=t)return null;if(La(s))return this.scanIdentifier();if(lr(s))return this.scanNumber(n);const r=n;switch(s){case Yn:return this.advance(),lr(this.peek)?this.scanNumber(r):Na(r,this.index,Yn);case 40:case 41:case ir:case ar:case 91:case 93:case Gn:case Xn:case Jn:return this.scanCharacter(r,s);case 39:case 34:return this.scanString();case 35:return this.scanPrivateIdentifier();case 43:case 45:case 42:case Qn:case 37:case 94:return this.scanOperator(r,String.fromCharCode(s));case 63:return this.scanQuestion(r);case Zn:case tr:return this.scanComplexOperator(r,String.fromCharCode(s),er,"=");case 33:case er:return this.scanComplexOperator(r,String.fromCharCode(s),er,"=",er,"=");case 38:return this.scanComplexOperator(r,"&",38,"&");case 124:return this.scanComplexOperator(r,"|",124,"|");case 160:for(;or(this.peek);)this.advance();return this.scanToken()}return this.advance(),this.error(`Unexpected character [${String.fromCharCode(s)}]`,0)}scanCharacter(e,t){return this.advance(),Na(e,this.index,t)}scanOperator(e,t){return this.advance(),ka(e,this.index,t)}scanComplexOperator(e,t,s,n,r,i){this.advance();let a=t;return this.peek==s&&(this.advance(),a+=n),null!=r&&this.peek==r&&(this.advance(),a+=i),ka(e,this.index,a)}scanIdentifier(){const e=this.index;for(this.advance();Ra(this.peek);)this.advance();const t=this.input.substring(e,this.index);return Ca.indexOf(t)>-1?(s=e,n=this.index,r=t,new Ia(s,n,ba.Keyword,0,r)):function(e,t,s){return new Ia(e,t,ba.Identifier,0,s)}(e,this.index,t);var s,n,r}scanPrivateIdentifier(){const e=this.index;if(this.advance(),!La(this.peek))return this.error("Invalid character [#]",-1);for(;Ra(this.peek);)this.advance();const t=this.input.substring(e,this.index);return s=e,n=this.index,r=t,new Ia(s,n,ba.PrivateIdentifier,0,r);var s,n,r}scanNumber(e){let t=this.index===e,s=!1;for(this.advance();;){if(lr(this.peek));else if(95===this.peek){if(!lr(this.input.charCodeAt(this.index-1))||!lr(this.input.charCodeAt(this.index+1)))return this.error("Invalid numeric separator",0);s=!0}else if(this.peek===Yn)t=!1;else{if(101!=(n=this.peek)&&69!=n)break;if(this.advance(),Oa(this.peek)&&this.advance(),!lr(this.peek))return this.error("Invalid exponent",-1);t=!1}this.advance()}var n;let r=this.input.substring(e,this.index);s&&(r=r.replace(/_/g,""));const i=t?function(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}(r):parseFloat(r);return a=e,o=this.index,l=i,new Ia(a,o,ba.Number,l,"");var a,o,l}scanString(){const e=this.index,t=this.peek;this.advance();let s="",n=this.index;const r=this.input;for(;this.peek!=t;)if(92==this.peek){let e;if(s+=r.substring(n,this.index),this.advance(),this.peek=this.peek,117==this.peek){const t=r.substring(this.index+1,this.index+5);if(!/^[0-9a-f]+$/i.test(t))return this.error(`Invalid unicode escape [\\u${t}]`,0);e=parseInt(t,16);for(let e=0;e<5;e++)this.advance()}else e=$a(this.peek),this.advance();s+=String.fromCharCode(e),n=this.index}else{if(0==this.peek)return this.error("Unterminated quote",0);this.advance()}const i=r.substring(n,this.index);return this.advance(),a=e,o=this.index,l=s+i,new Ia(a,o,ba.String,0,l);var a,o,l}scanQuestion(e){this.advance();let t="?";return 63!==this.peek&&this.peek!==Yn||(t+=this.peek===Yn?".":"?",this.advance()),ka(e,this.index,t)}error(e,t){const s=this.index+t;return function(e,t,s){return new Ia(e,t,ba.Error,0,s)}(s,this.index,`Lexer Error: ${e} at column ${s} in expression [${this.input}]`)}}function La(e){return nr<=e&&e<=rr||sr<=e&&e<=90||95==e||36==e}function Ma(e){if(0==e.length)return!1;const t=new Aa(e);if(!La(t.peek))return!1;for(t.advance();0!==t.peek;){if(!Ra(t.peek))return!1;t.advance()}return!0}function Ra(e){return cr(e)||lr(e)||95==e||36==e}function Oa(e){return 45==e||43==e}function $a(e){switch(e){case 110:return Kn;case 102:return 12;case 114:return 13;case 116:return 9;case 118:return 11;default:return e}}class Da{constructor(e,t,s){this.strings=e,this.expressions=t,this.offsets=s}}class qa{constructor(e,t,s){this.templateBindings=e,this.warnings=t,this.errors=s}}class Ba{constructor(e){this._lexer=e,this.errors=[]}parseAction(e,t,s,n,r=zn){this._checkNoInterpolation(e,s,r);const i=this._stripComments(e),a=this._lexer.tokenize(i);let o=1;t&&(o|=2);const l=new Va(e,s,n,a,o,this.errors,0).parseChain();return new mi(l,e,s,n,this.errors)}parseBinding(e,t,s,n=zn){const r=this._parseBindingAst(e,t,s,n);return new mi(r,e,t,s,this.errors)}checkSimpleExpression(e){const t=new Ua;return e.visit(t),t.errors}parseSimpleBinding(e,t,s,n=zn){const r=this._parseBindingAst(e,t,s,n),i=this.checkSimpleExpression(r);return i.length>0&&this._reportError(`Host binding expression cannot contain ${i.join(" ")}`,e,t),new mi(r,e,t,s,this.errors)}_reportError(e,t,s,n){this.errors.push(new Vr(e,t,s,n))}_parseBindingAst(e,t,s,n){this._checkNoInterpolation(e,t,n);const r=this._stripComments(e),i=this._lexer.tokenize(r);return new Va(e,t,s,i,0,this.errors,0).parseChain()}parseTemplateBindings(e,t,s,n,r){const i=this._lexer.tokenize(t);return new Va(t,s,r,i,0,this.errors,0).parseTemplateBindings({source:e,span:new di(n,n+e.length)})}parseInterpolation(e,t,s,n,r=zn){const{strings:i,expressions:a,offsets:o}=this.splitInterpolation(e,t,n,r);if(0===a.length)return null;const l=[];for(let n=0;ne.text)),l,e,t,s)}parseInterpolationExpression(e,t,s){const n=this._stripComments(e),r=this._lexer.tokenize(n),i=new Va(e,t,s,r,0,this.errors,0).parseChain();return this.createInterpolationAst(["",""],[i],e,t,s)}createInterpolationAst(e,t,s,n,r){const i=new Ur(0,s.length),a=new ai(i,i.toAbsolute(r),e,t);return new mi(a,s,n,r,this.errors)}splitInterpolation(e,t,s,n=zn){const r=[],i=[],a=[],o=s?function(e){let t=new Map,s=0,n=0,r=0;for(;re+t.length),0);n+=e,s+=e}t.set(n,s),r++}return t}(s):null;let l=0,c=!1,u=!1,{start:p,end:h}=n;for(;l-1)break;r>-1&&i>-1&&this._reportError(`Got interpolation (${s}${n}) where expression was expected`,e,`at column ${r} in`,t)}_getInterpolationEndIndex(e,t,s){for(const n of this._forEachUnquotedChar(e,s)){if(e.startsWith(t,n))return n;if(e.startsWith("//",n))return e.indexOf(t,n)}return-1}*_forEachUnquotedChar(e,t){let s=null,n=0;for(let r=t;r=this.tokens.length}get inputIndex(){return this.atEOF?this.currentEndIndex:this.next.index+this.offset}get currentEndIndex(){if(this.index>0){return this.peek(-1).end+this.offset}return 0===this.tokens.length?this.input.length+this.offset:this.next.index+this.offset}get currentAbsoluteOffset(){return this.absoluteOffset+this.inputIndex}span(e,t){let s=this.currentEndIndex;if(void 0!==t&&t>this.currentEndIndex&&(s=t),e>s){const t=s;s=e,e=t}return new Ur(e,s)}sourceSpan(e,t){const s=`${e}@${this.inputIndex}:${t}`;return this.sourceSpanCache.has(s)||this.sourceSpanCache.set(s,this.span(e,t).toAbsolute(this.absoluteOffset)),this.sourceSpanCache.get(s)}advance(){this.index++}withContext(e,t){this.context|=e;const s=t();return this.context^=e,s}consumeOptionalCharacter(e){return!!this.next.isCharacter(e)&&(this.advance(),!0)}peekKeywordLet(){return this.next.isKeywordLet()}peekKeywordAs(){return this.next.isKeywordAs()}expectCharacter(e){this.consumeOptionalCharacter(e)||this.error(`Missing expected ${String.fromCharCode(e)}`)}consumeOptionalOperator(e){return!!this.next.isOperator(e)&&(this.advance(),!0)}expectOperator(e){this.consumeOptionalOperator(e)||this.error(`Missing expected operator ${e}`)}prettyPrintToken(e){return e===Pa?"end of input":`token ${e}`}expectIdentifierOrKeyword(){const e=this.next;return e.isIdentifier()||e.isKeyword()?(this.advance(),e.toString()):(e.isPrivateIdentifier()?this._reportErrorForPrivateIdentifier(e,"expected identifier or keyword"):this.error(`Unexpected ${this.prettyPrintToken(e)}, expected identifier or keyword`),null)}expectIdentifierOrKeywordOrString(){const e=this.next;return e.isIdentifier()||e.isKeyword()||e.isString()?(this.advance(),e.toString()):(e.isPrivateIdentifier()?this._reportErrorForPrivateIdentifier(e,"expected identifier, keyword or string"):this.error(`Unexpected ${this.prettyPrintToken(e)}, expected identifier, keyword, or string`),"")}parseChain(){const e=[],t=this.inputIndex;for(;this.index":case"<=":case">=":this.advance();const n=this.parseAdditive();t=new oi(this.span(e),this.sourceSpan(e),s,t,n);continue}break}return t}parseAdditive(){const e=this.inputIndex;let t=this.parseMultiplicative();for(;this.next.type==ba.Operator;){const s=this.next.strValue;switch(s){case"+":case"-":this.advance();let n=this.parseMultiplicative();t=new oi(this.span(e),this.sourceSpan(e),s,t,n);continue}break}return t}parseMultiplicative(){const e=this.inputIndex;let t=this.parsePrefix();for(;this.next.type==ba.Operator;){const s=this.next.strValue;switch(s){case"*":case"%":case"/":this.advance();let n=this.parsePrefix();t=new oi(this.span(e),this.sourceSpan(e),s,t,n);continue}break}return t}parsePrefix(){if(this.next.type==ba.Operator){const e=this.inputIndex;let t;switch(this.next.strValue){case"+":return this.advance(),t=this.parsePrefix(),li.createPlus(this.span(e),this.sourceSpan(e),t);case"-":return this.advance(),t=this.parsePrefix(),li.createMinus(this.span(e),this.sourceSpan(e),t);case"!":return this.advance(),t=this.parsePrefix(),new ci(this.span(e),this.sourceSpan(e),t)}}return this.parseCallChain()}parseCallChain(){const e=this.inputIndex;let t=this.parsePrimary();for(;;)if(this.consumeOptionalCharacter(Yn))t=this.parseAccessMember(t,e,!1);else if(this.consumeOptionalOperator("?."))t=this.consumeOptionalCharacter(40)?this.parseCall(t,e,!0):this.consumeOptionalCharacter(91)?this.parseKeyedReadOrWrite(t,e,!0):this.parseAccessMember(t,e,!0);else if(this.consumeOptionalCharacter(91))t=this.parseKeyedReadOrWrite(t,e,!1);else if(this.consumeOptionalCharacter(40))t=this.parseCall(t,e,!1);else{if(!this.consumeOptionalOperator("!"))return t;t=new ui(this.span(e),this.sourceSpan(e),t)}}parsePrimary(){const e=this.inputIndex;if(this.consumeOptionalCharacter(40)){this.rparensExpected++;const e=this.parsePipe();return this.rparensExpected--,this.expectCharacter(41),e}if(this.next.isKeywordNull())return this.advance(),new ni(this.span(e),this.sourceSpan(e),null);if(this.next.isKeywordUndefined())return this.advance(),new ni(this.span(e),this.sourceSpan(e),void 0);if(this.next.isKeywordTrue())return this.advance(),new ni(this.span(e),this.sourceSpan(e),!0);if(this.next.isKeywordFalse())return this.advance(),new ni(this.span(e),this.sourceSpan(e),!1);if(this.next.isKeywordThis())return this.advance(),new Kr(this.span(e),this.sourceSpan(e));if(this.consumeOptionalCharacter(91)){this.rbracketsExpected++;const t=this.parseExpressionList(93);return this.rbracketsExpected--,this.expectCharacter(93),new ri(this.span(e),this.sourceSpan(e),t)}if(this.next.isCharacter(ir))return this.parseLiteralMap();if(this.next.isIdentifier())return this.parseAccessMember(new zr(this.span(e),this.sourceSpan(e)),e,!1);if(this.next.isNumber()){const t=this.next.toNumber();return this.advance(),new ni(this.span(e),this.sourceSpan(e),t)}if(this.next.isString()){const t=this.next.toString();return this.advance(),new ni(this.span(e),this.sourceSpan(e),t)}return this.next.isPrivateIdentifier()?(this._reportErrorForPrivateIdentifier(this.next,null),new Wr(this.span(e),this.sourceSpan(e))):this.index>=this.tokens.length?(this.error(`Unexpected end of expression: ${this.input}`),new Wr(this.span(e),this.sourceSpan(e))):(this.error(`Unexpected token ${this.next}`),new Wr(this.span(e),this.sourceSpan(e)))}parseExpressionList(e){const t=[];do{if(this.next.isCharacter(e))break;t.push(this.parsePipe())}while(this.consumeOptionalCharacter(Gn));return t}parseLiteralMap(){const e=[],t=[],s=this.inputIndex;if(this.expectCharacter(ir),!this.consumeOptionalCharacter(ar)){this.rbracesExpected++;do{const s=this.inputIndex,n=this.next.isString(),r=this.expectIdentifierOrKeywordOrString();if(e.push({key:r,quoted:n}),n)this.expectCharacter(Xn),t.push(this.parsePipe());else if(this.consumeOptionalCharacter(Xn))t.push(this.parsePipe());else{const e=this.span(s),n=this.sourceSpan(s);t.push(new Qr(e,n,n,new zr(e,n),r))}}while(this.consumeOptionalCharacter(Gn));this.rbracesExpected--,this.expectCharacter(ar)}return new ii(this.span(s),this.sourceSpan(s),e,t)}parseAccessMember(e,t,s){const n=this.inputIndex,r=this.withContext(Fa.Writable,(()=>{const t=this.expectIdentifierOrKeyword()??"";return 0===t.length&&this.error("Expected identifier for property access",e.span.end),t})),i=this.sourceSpan(n);let a;if(s)this.consumeOptionalAssignment()?(this.error("The '?.' operator cannot be used in the assignment"),a=new Wr(this.span(t),this.sourceSpan(t))):a=new Jr(this.span(t),this.sourceSpan(t),i,e,r);else if(this.consumeOptionalAssignment()){if(!(1&this.parseFlags))return this.error("Bindings cannot contain assignments"),new Wr(this.span(t),this.sourceSpan(t));const s=this.parseConditional();a=new Xr(this.span(t),this.sourceSpan(t),i,e,r,s)}else a=new Qr(this.span(t),this.sourceSpan(t),i,e,r);return a}parseCall(e,t,s){const n=this.inputIndex;this.rparensExpected++;const r=this.parseCallArguments(),i=this.span(n,this.inputIndex).toAbsolute(this.absoluteOffset);this.expectCharacter(41),this.rparensExpected--;const a=this.span(t),o=this.sourceSpan(t);return s?new hi(a,o,e,r,i):new pi(a,o,e,r,i)}consumeOptionalAssignment(){return 2&this.parseFlags&&this.next.isOperator("!")&&this.peek(1).isOperator("=")?(this.advance(),this.advance(),!0):this.consumeOptionalOperator("=")}parseCallArguments(){if(this.next.isCharacter(41))return[];const e=[];do{e.push(this.parsePipe())}while(this.consumeOptionalCharacter(Gn));return e}expectTemplateBindingKey(){let e="",t=!1;const s=this.currentAbsoluteOffset;do{e+=this.expectIdentifierOrKeywordOrString(),t=this.consumeOptionalOperator("-"),t&&(e+="-")}while(t);return{source:e,span:new di(s,s+e.length)}}parseTemplateBindings(e){const t=[];for(t.push(...this.parseDirectiveKeywordBindings(e));this.index{this.rbracketsExpected++;const n=this.parsePipe();if(n instanceof Wr&&this.error("Key access cannot be empty"),this.rbracketsExpected--,this.expectCharacter(93),!this.consumeOptionalOperator("="))return s?new ei(this.span(t),this.sourceSpan(t),e,n):new Zr(this.span(t),this.sourceSpan(t),e,n);if(!s){const s=this.parseConditional();return new ti(this.span(t),this.sourceSpan(t),e,n,s)}return this.error("The '?.' operator cannot be used in the assignment"),new Wr(this.span(t),this.sourceSpan(t))}))}parseDirectiveKeywordBindings(e){const t=[];this.consumeOptionalCharacter(Xn);const s=this.getDirectiveBoundTarget();let n=this.currentAbsoluteOffset;const r=this.parseAsBinding(e);r||(this.consumeStatementTerminator(),n=this.currentAbsoluteOffset);const i=new di(e.span.start,n);return t.push(new gi(i,e,s)),r&&t.push(r),t}getDirectiveBoundTarget(){if(this.next===Pa||this.peekKeywordAs()||this.peekKeywordLet())return null;const e=this.parsePipe(),{start:t,end:s}=e.span,n=this.input.substring(t,s);return new mi(e,n,this.location,this.absoluteOffset+t,this.errors)}parseAsBinding(e){if(!this.peekKeywordAs())return null;this.advance();const t=this.expectTemplateBindingKey();this.consumeStatementTerminator();const s=new di(e.span.start,this.currentAbsoluteOffset);return new fi(s,t,e)}parseLetBinding(){if(!this.peekKeywordLet())return null;const e=this.currentAbsoluteOffset;this.advance();const t=this.expectTemplateBindingKey();let s=null;this.consumeOptionalOperator("=")&&(s=this.expectTemplateBindingKey()),this.consumeStatementTerminator();const n=new di(e,this.currentAbsoluteOffset);return new fi(n,t,s)}consumeStatementTerminator(){this.consumeOptionalCharacter(Jn)||this.consumeOptionalCharacter(Gn)}error(e,t=null){this.errors.push(new Vr(e,this.input,this.locationText(t),this.location)),this.skip()}locationText(e=null){return null==e&&(e=this.index),ee.visit(t,s)||t.visit(e,s):t=>t.visit(e,s);return t.forEach((e=>{const t=r(e);t&&n.push(t)})),n}class Xa{constructor(){}visitElement(e,t){this.visitChildren(t,(t=>{t(e.attrs),t(e.children)}))}visitAttribute(e,t){}visitText(e,t){}visitComment(e,t){}visitExpansion(e,t){return this.visitChildren(t,(t=>{t(e.cases)}))}visitExpansionCase(e,t){}visitChildren(e,t){let s=[],n=this;return t((function(t){t&&s.push(Qa(n,t,e))})),Array.prototype.concat.apply([],s)}}const Ja={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",af:"⁡",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"⁣",ic:"⁣",InvisibleTimes:"⁢",it:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",ZeroWidthSpace:"​",NewLine:"\n",Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"};Ja.ngsp="";class Za extends vr{constructor(e,t,s){super(s,e),this.tokenType=t}}class eo{constructor(e,t,s){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=s}}function to(e,t,s,n={}){const r=new oo(new mr(e,t),s,n);return r.tokenize(),new eo(function(e){const t=[];let s;for(let n=0;n;" or "&#x;" syntax`}var io;!function(e){e.HEX="hexadecimal",e.DEC="decimal"}(io||(io={}));class ao{constructor(e){this.error=e}}class oo{constructor(e,t,s){this._getTagDefinition=t,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this.tokens=[],this.errors=[],this.nonNormalizedIcuExpressions=[],this._tokenizeIcu=s.tokenizeExpansionForms||!1,this._interpolationConfig=s.interpolationConfig||zn,this._leadingTriviaCodePoints=s.leadingTriviaChars&&s.leadingTriviaChars.map((e=>e.codePointAt(0)||0));const n=s.range||{endPos:e.content.length,startPos:0,startLine:0,startCol:0};this._cursor=s.escapedString?new fo(e,n):new mo(e,n),this._preserveLineEndings=s.preserveLineEndings||!1,this._escapedString=s.escapedString||!1,this._i18nNormalizeLineEndingsInICUs=s.i18nNormalizeLineEndingsInICUs||!1;try{this._cursor.init()}catch(e){this.handleError(e)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(so,"\n")}tokenize(){for(;0!==this._cursor.peek();){const e=this._cursor.clone();try{this._attemptCharCode(Zn)?this._attemptCharCode(33)?this._attemptCharCode(91)?this._consumeCdata(e):this._attemptCharCode(45)?this._consumeComment(e):this._consumeDocType(e):this._attemptCharCode(Qn)?this._consumeTagClose(e):this._consumeTagOpen(e):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,(()=>this._isTextEnd()),(()=>this._isTagStart()))}catch(e){this.handleError(e)}}this._beginToken(24),this._endToken([])}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(this._cursor.peek()!==ar&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===ar){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(e,t=this._cursor.clone()){this._currentTokenStart=t,this._currentTokenType=e}_endToken(e,t){if(null===this._currentTokenStart)throw new Za("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(t));if(null===this._currentTokenType)throw new Za("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));const s={type:this._currentTokenType,parts:e,sourceSpan:(t??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(s),this._currentTokenStart=null,this._currentTokenType=null,s}_createError(e,t){this._isInExpansionForm()&&(e+=' (Do you have an unescaped "{" in your template? Use "{{ \'{\' }}") to escape it.)');const s=new Za(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new ao(s)}handleError(e){if(e instanceof go&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),!(e instanceof ao))throw e;this.errors.push(e.error)}_attemptCharCode(e){return this._cursor.peek()===e&&(this._cursor.advance(),!0)}_attemptCharCodeCaseInsensitive(e){return t=this._cursor.peek(),s=e,ho(t)===ho(s)&&(this._cursor.advance(),!0);var t,s}_requireCharCode(e){const t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(no(this._cursor.peek()),this._cursor.getSpan(t))}_attemptStr(e){const t=e.length;if(this._cursor.charsLeft()this._attemptStr("--\x3e"))),this._beginToken(11),this._requireStr("--\x3e"),this._endToken([])}_consumeCdata(e){this._beginToken(12,e),this._requireStr("CDATA["),this._endToken([]),this._consumeRawText(!1,(()=>this._attemptStr("]]>"))),this._beginToken(13),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(18,e);const t=this._cursor.clone();this._attemptUntilChar(tr);const s=this._cursor.getChars(t);this._cursor.advance(),this._endToken([s])}_consumePrefixAndName(){const e=this._cursor.clone();let t="";for(;this._cursor.peek()!==Xn&&!(((s=this._cursor.peek())57));)this._cursor.advance();var s;let n;this._cursor.peek()===Xn?(t=this._cursor.getChars(e),this._cursor.advance(),n=this._cursor.clone()):n=e,this._requireCharCodeUntilFn(co,""===t?0:1);return[t,this._cursor.getChars(n)]}_consumeTagOpen(e){let t,s,r;try{if(!cr(this._cursor.peek()))throw this._createError(no(this._cursor.peek()),this._cursor.getSpan(e));for(r=this._consumeTagOpenStart(e),s=r.parts[0],t=r.parts[1],this._attemptCharCodeUntilFn(lo);this._cursor.peek()!==Qn&&this._cursor.peek()!==tr&&this._cursor.peek()!==Zn&&0!==this._cursor.peek();)this._consumeAttributeName(),this._attemptCharCodeUntilFn(lo),this._attemptCharCode(er)&&(this._attemptCharCodeUntilFn(lo),this._consumeAttributeValue()),this._attemptCharCodeUntilFn(lo);this._consumeTagOpenEnd()}catch(t){if(t instanceof ao)return void(r?r.type=4:(this._beginToken(5,e),this._endToken(["<"])));throw t}const i=this._getTagDefinition(t).getContentType(s);i===n.RAW_TEXT?this._consumeRawTextWithTagClose(s,t,!1):i===n.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(s,t,!0)}_consumeRawTextWithTagClose(e,t,s){this._consumeRawText(s,(()=>!!this._attemptCharCode(Zn)&&(!!this._attemptCharCode(Qn)&&(this._attemptCharCodeUntilFn(lo),!!this._attemptStrCaseInsensitive(t)&&(this._attemptCharCodeUntilFn(lo),this._attemptCharCode(tr)))))),this._beginToken(3),this._requireCharCodeUntilFn((e=>e===tr),3),this._cursor.advance(),this._endToken([e,t])}_consumeTagOpenStart(e){this._beginToken(0,e);const t=this._consumePrefixAndName();return this._endToken(t)}_consumeAttributeName(){const e=this._cursor.peek();if(39===e||34===e)throw this._createError(no(e),this._cursor.getSpan());this._beginToken(14);const t=this._consumePrefixAndName();this._endToken(t)}_consumeAttributeValue(){if(39===this._cursor.peek()||34===this._cursor.peek()){const e=this._cursor.peek();this._consumeQuote(e);const t=()=>this._cursor.peek()===e;this._consumeWithInterpolation(16,17,t,t),this._consumeQuote(e)}else{const e=()=>co(this._cursor.peek());this._consumeWithInterpolation(16,17,e,e)}}_consumeQuote(e){this._beginToken(15),this._requireCharCode(e),this._endToken([String.fromCodePoint(e)])}_consumeTagOpenEnd(){const e=this._attemptCharCode(Qn)?2:1;this._beginToken(e),this._requireCharCode(tr),this._endToken([])}_consumeTagClose(e){this._beginToken(3,e),this._attemptCharCodeUntilFn(lo);const t=this._consumePrefixAndName();this._attemptCharCodeUntilFn(lo),this._requireCharCode(tr),this._endToken(t)}_consumeExpansionFormStart(){this._beginToken(19),this._requireCharCode(ir),this._endToken([]),this._expansionCaseStack.push(19),this._beginToken(7);const e=this._readUntil(Gn),t=this._processCarriageReturns(e);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([t]);else{const s=this._endToken([e]);t!==e&&this.nonNormalizedIcuExpressions.push(s)}this._requireCharCode(Gn),this._attemptCharCodeUntilFn(lo),this._beginToken(7);const s=this._readUntil(Gn);this._endToken([s]),this._requireCharCode(Gn),this._attemptCharCodeUntilFn(lo)}_consumeExpansionCaseStart(){this._beginToken(20);const e=this._readUntil(ir).trim();this._endToken([e]),this._attemptCharCodeUntilFn(lo),this._beginToken(21),this._requireCharCode(ir),this._endToken([]),this._attemptCharCodeUntilFn(lo),this._expansionCaseStack.push(21)}_consumeExpansionCaseEnd(){this._beginToken(22),this._requireCharCode(ar),this._endToken([]),this._attemptCharCodeUntilFn(lo),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(23),this._requireCharCode(ar),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,s,n){this._beginToken(e);const r=[];for(;!s();){const s=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(r.join(""))],s),r.length=0,this._consumeInterpolation(t,s,n),this._beginToken(e)):38===this._cursor.peek()?(this._endToken([this._processCarriageReturns(r.join(""))]),r.length=0,this._consumeEntity(e),this._beginToken(e)):r.push(this._readChar())}this._inInterpolation=!1,this._endToken([this._processCarriageReturns(r.join(""))])}_consumeInterpolation(e,t,s){const n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);const r=this._cursor.clone();let i=null,a=!1;for(;0!==this._cursor.peek()&&(null===s||!s());){const e=this._cursor.clone();if(this._isTagStart())return this._cursor=e,n.push(this._getProcessedChars(r,e)),void this._endToken(n);if(null===i){if(this._attemptStr(this._interpolationConfig.end))return n.push(this._getProcessedChars(r,e)),n.push(this._interpolationConfig.end),void this._endToken(n);this._attemptStr("//")&&(a=!0)}const t=this._cursor.peek();this._cursor.advance(),92===t?this._cursor.advance():t===i?i=null:!a&&null===i&&hr(t)&&(i=t)}n.push(this._getProcessedChars(r,this._cursor)),this._endToken(n)}_getProcessedChars(e,t){return this._processCarriageReturns(t.getChars(e))}_isTextEnd(){if(this._isTagStart()||0===this._cursor.peek())return!0;if(this._tokenizeIcu&&!this._inInterpolation){if(this.isExpansionFormStart())return!0;if(this._cursor.peek()===ar&&this._isInExpansionCase())return!0}return!1}_isTagStart(){if(this._cursor.peek()===Zn){const e=this._cursor.clone();e.advance();const t=e.peek();if(nr<=t&&t<=rr||sr<=t&&t<=90||t===Qn||33===t)return!0}return!1}_readUntil(e){const t=this._cursor.clone();return this._attemptUntilChar(e),this._cursor.getChars(t)}_isInExpansionCase(){return this._expansionCaseStack.length>0&&21===this._expansionCaseStack[this._expansionCaseStack.length-1]}_isInExpansionForm(){return this._expansionCaseStack.length>0&&19===this._expansionCaseStack[this._expansionCaseStack.length-1]}isExpansionFormStart(){if(this._cursor.peek()!==ir)return!1;if(this._interpolationConfig){const e=this._cursor.clone(),t=this._attemptStr(this._interpolationConfig.start);return this._cursor=e,!t}return!0}}function lo(e){return!or(e)||0===e}function co(e){return or(e)||e===tr||e===Zn||e===Qn||39===e||34===e||e===er||0===e}function uo(e){return e===Jn||0===e||!function(e){return e>=nr&&e<=102||e>=sr&&e<=70||lr(e)}(e)}function po(e){return e===Jn||0===e||!cr(e)}function ho(e){return e>=nr&&e<=rr?e-nr+sr:e}class mo{constructor(e,t){if(e instanceof mo){this.file=e.file,this.input=e.input,this.end=e.end;const t=e.state;this.state={peek:t.peek,offset:t.offset,line:t.line,column:t.column}}else{if(!t)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=e,this.input=e.content,this.end=t.endPos,this.state={peek:-1,offset:t.startPos,line:t.startLine,column:t.startCol}}}clone(){return new mo(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){let s=e=e||this;if(t)for(;this.diff(e)>0&&-1!==t.indexOf(e.peek());)s===e&&(e=e.clone()),e.advance();const n=this.locationFromCursor(e),r=this.locationFromCursor(this),i=s!==e?this.locationFromCursor(s):n;return new fr(n,r,i)}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new go('Unexpected character "EOF"',this);const t=this.charAt(e.offset);t===Kn?(e.line++,e.column=0):ur(t)||e.column++,e.offset++,this.updatePeek(e)}updatePeek(e){e.peek=e.offset>=this.end?0:this.charAt(e.offset)}locationFromCursor(e){return new dr(e.file,e.state.offset,e.state.line,e.state.column)}}class fo extends mo{constructor(e,t){e instanceof fo?(super(e),this.internalState={...e.internalState}):(super(e,t),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new fo(this)}getChars(e){const t=e.clone();let s="";for(;t.internalState.offsetthis.internalState.peek;if(92===e())if(this.internalState={...this.state},this.advanceState(this.internalState),110===e())this.state.peek=Kn;else if(114===e())this.state.peek=13;else if(118===e())this.state.peek=11;else if(116===e())this.state.peek=9;else if(98===e())this.state.peek=8;else if(102===e())this.state.peek=12;else if(117===e())if(this.advanceState(this.internalState),e()===ir){this.advanceState(this.internalState);const t=this.clone();let s=0;for(;e()!==ar;)this.advanceState(this.internalState),s++;this.state.peek=this.decodeHexDigits(t,s)}else{const e=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(e,4)}else if(120===e()){this.advanceState(this.internalState);const e=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(e,2)}else if(pr(e())){let t="",s=0,n=this.clone();for(;pr(e())&&s<3;)n=this.clone(),t+=String.fromCodePoint(e()),this.advanceState(this.internalState),s++;this.state.peek=parseInt(t,8),this.internalState=n.internalState}else ur(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(e,t){const s=this.input.slice(e.internalState.offset,e.internalState.offset+t),n=parseInt(s,16);if(isNaN(n))throw e.state=e.internalState,new go("Invalid hexadecimal escape sequence",e);return n}}class go{constructor(e,t){this.msg=e,this.cursor=t}}class vo extends vr{constructor(e,t,s){super(t,s),this.elementName=e}static create(e,t,s){return new vo(e,t,s)}}class yo{constructor(e,t){this.rootNodes=e,this.errors=t}}class xo{constructor(e){this.getTagDefinition=e}parse(e,t,s){const n=to(e,t,this.getTagDefinition,s),r=new wo(n.tokens,this.getTagDefinition);return r.build(),new yo(r.rootNodes,n.errors.concat(r.errors))}}class wo{constructor(e,t){this.tokens=e,this.getTagDefinition=t,this._index=-1,this._elementStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;24!==this._peek.type;)0===this._peek.type||4===this._peek.type?this._consumeStartTag(this._advance()):3===this._peek.type?this._consumeEndTag(this._advance()):12===this._peek.type?(this._closeVoidElement(),this._consumeCdata(this._advance())):10===this._peek.type?(this._closeVoidElement(),this._consumeComment(this._advance())):5===this._peek.type||7===this._peek.type||6===this._peek.type?(this._closeVoidElement(),this._consumeText(this._advance())):19===this._peek.type?this._consumeExpansion(this._advance()):this._advance()}_advance(){const e=this._peek;return this._index0)return this.errors=this.errors.concat(r.errors),null;const i=new fr(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),a=new fr(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new za(e.parts[0],r.rootNodes,i,e.sourceSpan,a)}_collectExpansionExpTokens(e){const t=[],s=[21];for(;;){if(19!==this._peek.type&&21!==this._peek.type||s.push(this._peek.type),22===this._peek.type){if(!So(s,21))return this.errors.push(vo.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(s.pop(),0===s.length)return t}if(23===this._peek.type){if(!So(s,19))return this.errors.push(vo.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;s.pop()}if(24===this._peek.type)return this.errors.push(vo.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;t.push(this._advance())}}_consumeText(e){const t=[e],s=e.sourceSpan;let n=e.parts[0];if(n.length>0&&"\n"===n[0]){const s=this._getParentElement();null!=s&&0===s.children.length&&this.getTagDefinition(s.name).ignoreFirstLf&&(n=n.substring(1),t[0]={type:e.type,sourceSpan:e.sourceSpan,parts:[n]})}for(;8===this._peek.type||5===this._peek.type||9===this._peek.type;)e=this._advance(),t.push(e),8===e.type?n+=e.parts.join("").replace(/&([^;]+);/g,Eo):9===e.type?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){const r=e.sourceSpan;this._addToParent(new ja(n,new fr(s.start,r.end,s.fullStart,s.details),t))}}_closeVoidElement(){const e=this._getParentElement();e&&this.getTagDefinition(e.name).isVoid&&this._elementStack.pop()}_consumeStartTag(e){const[t,s]=e.parts,n=[];for(;14===this._peek.type;)n.push(this._consumeAttr(this._advance()));const r=this._getElementFullName(t,s,this._getParentElement());let i=!1;if(2===this._peek.type){this._advance(),i=!0;const t=this.getTagDefinition(r);t.canSelfClose||null!==l(r)||t.isVoid||this.errors.push(vo.create(r,e.sourceSpan,`Only void and foreign elements can be self closed "${e.parts[1]}"`))}else 1===this._peek.type&&(this._advance(),i=!1);const a=this._peek.sourceSpan.fullStart,o=new fr(e.sourceSpan.start,a,e.sourceSpan.fullStart),c=new fr(e.sourceSpan.start,a,e.sourceSpan.fullStart),u=new Ga(r,n,[],o,c,void 0);this._pushElement(u),i?this._popElement(r,o):4===e.type&&(this._popElement(r,null),this.errors.push(vo.create(r,o,`Opening tag "${r}" not terminated.`)))}_pushElement(e){const t=this._getParentElement();t&&this.getTagDefinition(t.name).isClosedByChild(e.name)&&this._elementStack.pop(),this._addToParent(e),this._elementStack.push(e)}_consumeEndTag(e){const t=this._getElementFullName(e.parts[0],e.parts[1],this._getParentElement());if(this.getTagDefinition(t).isVoid)this.errors.push(vo.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popElement(t,e.sourceSpan)){const s=`Unexpected closing tag "${t}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(vo.create(t,e.sourceSpan,s))}}_popElement(e,t){let s=!1;for(let n=this._elementStack.length-1;n>=0;n--){const r=this._elementStack[n];if(r.name===e)return r.endSourceSpan=t,r.sourceSpan.end=null!==t?t.end:r.sourceSpan.end,this._elementStack.splice(n,this._elementStack.length-n),!s;this.getTagDefinition(r.name).closedByParent||(s=!0)}return!1}_consumeAttr(e){const t=c(e.parts[0],e.parts[1]);let s=e.sourceSpan.end;15===this._peek.type&&this._advance();let n="";const r=[];let i,a;if(16===this._peek.type)for(i=this._peek.sourceSpan,a=this._peek.sourceSpan.end;16===this._peek.type||17===this._peek.type||9===this._peek.type;){const e=this._advance();r.push(e),17===e.type?n+=e.parts.join("").replace(/&([^;]+);/g,Eo):9===e.type?n+=e.parts[0]:n+=e.parts.join(""),a=s=e.sourceSpan.end}if(15===this._peek.type){s=this._advance().sourceSpan.end}const o=i&&a&&new fr(i.start,a,i.fullStart);return new Ka(t,n,new fr(e.sourceSpan.start,s,e.sourceSpan.fullStart),e.sourceSpan,o,r.length>0?r:void 0,void 0)}_getParentElement(){return this._elementStack.length>0?this._elementStack[this._elementStack.length-1]:null}_addToParent(e){const t=this._getParentElement();null!=t?t.children.push(e):this.rootNodes.push(e)}_getElementFullName(e,t,s){if(""===e&&""===(e=this.getTagDefinition(t).implicitNamespacePrefix||"")&&null!=s){const t=r(s.name)[1];this.getTagDefinition(t).preventNamespaceInheritance||(e=l(s.name))}return c(e,t)}}function So(e,t){return e.length>0&&e[e.length-1]===t}function Eo(e,t){return void 0!==Ja[t]?Ja[t]||e:/^#x[a-f0-9]+$/i.test(t)?String.fromCodePoint(parseInt(t.slice(2),16)):/^#\d+$/.test(t)?String.fromCodePoint(parseInt(t.slice(1),10)):e}class _o extends xo{constructor(){super(d)}parse(e,t,s){return super.parse(e,t,s)}}const bo="ngPreserveWhitespaces",Co=new Set(["pre","template","textarea","script","style"]),To=" \f\n\r\t\v ᠎ - \u2028\u2029   \ufeff",Io=new RegExp(`[^${To}]`),No=new RegExp(`[${To}]{2,}`,"g");function ko(e){return e.replace(new RegExp("","g")," ")}class Po{visitElement(e,t){return Co.has(e.name)||e.attrs.some((e=>e.name===bo))?new Ga(e.name,Qa(this,e.attrs),e.children,e.sourceSpan,e.startSourceSpan,e.endSourceSpan,e.i18n):new Ga(e.name,e.attrs,function(e,t){const s=[];return t.forEach(((n,r)=>{const i={prev:t[r-1],next:t[r+1]},a=n.visit(e,i);a&&s.push(a)})),s}(this,e.children),e.sourceSpan,e.startSourceSpan,e.endSourceSpan,e.i18n)}visitAttribute(e,t){return e.name!==bo?e:null}visitText(e,t){const s=e.value.match(Io),n=t&&(t.prev instanceof Wa||t.next instanceof Wa);if(s||n){const t=e.tokens.map((e=>5===e.type?function({type:e,parts:t,sourceSpan:s}){return{type:e,parts:[Ao(t[0])],sourceSpan:s}}(e):e)),s=Ao(e.value);return new ja(s,e.sourceSpan,t,e.i18n)}return null}visitComment(e,t){return e}visitExpansion(e,t){return e}visitExpansionCase(e,t){return e}}function Ao(e){return ko(e).replace(No," ")}function Lo(e,t=!1){return bt(Object.keys(e).map((s=>({key:s,quoted:t,value:e[s]}))))}let Mo;function Ro(){return Mo||(Mo={},Oo(C.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),Oo(C.STYLE,["*|style"]),Oo(C.URL,["*|formAction","area|href","area|ping","audio|src","a|href","a|ping","blockquote|cite","body|background","del|cite","form|action","img|src","img|srcset","input|src","ins|cite","q|cite","source|src","source|srcset","track|src","video|poster","video|src"]),Oo(C.RESOURCE_URL,["applet|code","applet|codebase","base|href","embed|src","frame|src","head|profile","html|manifest","iframe|src","link|href","media|src","object|codebase","object|data","script|src"])),Mo}function Oo(e,t){for(const s of t)Mo[s.toLowerCase()]=e}class $o{}const Do=["[Element]|textContent,%classList,className,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*copy,*cut,*paste,*search,*selectstart,*webkitfullscreenchange,*webkitfullscreenerror,*wheel,outerHTML,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,contentEditable,dir,!draggable,!hidden,innerText,lang,*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,outerText,!spellcheck,%style,#tabIndex,title,!translate","abbr,address,article,aside,b,bdi,bdo,cite,code,dd,dfn,dt,em,figcaption,figure,footer,header,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,contentEditable,dir,!draggable,!hidden,innerText,lang,*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,outerText,!spellcheck,%style,#tabIndex,title,!translate","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,src,%srcObject,#volume",":svg:^[HTMLElement]|*abort,*auxclick,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*cuechange,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*seeked,*seeking,*select,*show,*stalled,*submit,*suspend,*timeupdate,*toggle,*volumechange,*waiting,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!autofocus,!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,!allowFullscreen,frameBorder,height,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,#height,#hspace,!isMap,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocapitalize,autocomplete,!autofocus,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,src,text,type","select^[HTMLElement]|autocomplete,!autofocus,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","shadow^[HTMLElement]|","slot^[HTMLElement]|name","source^[HTMLElement]|media,sizes,src,srcset,type","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocapitalize,autocomplete,!autofocus,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|#height,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|"],qo={class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"},Bo=Object.keys(qo).reduce(((e,t)=>(e[qo[t]]=t,e)),{});class Fo extends $o{constructor(){super(),this._schema={},this._eventSchema={},Do.forEach((e=>{const t={},s=new Set,[n,r]=e.split("|"),i=r.split(","),[a,o]=n.split("^");a.split(",").forEach((e=>{this._schema[e.toLowerCase()]=t,this._eventSchema[e.toLowerCase()]=s}));const l=o&&this._schema[o.toLowerCase()];if(l){Object.keys(l).forEach((e=>{t[e]=l[e]}));for(const e of this._eventSchema[o.toLowerCase()])s.add(e)}i.forEach((e=>{if(e.length>0)switch(e[0]){case"*":s.add(e.substring(1));break;case"!":t[e.substring(1)]="boolean";break;case"#":t[e.substring(1)]="number";break;case"%":t[e.substring(1)]="object";break;default:t[e]="string"}}))}))}hasProperty(e,t,s){if(s.some((e=>e.name===_.name)))return!0;if(e.indexOf("-")>-1){if(i(e)||a(e))return!1;if(s.some((e=>e.name===E.name)))return!0}return!!(this._schema[e.toLowerCase()]||this._schema.unknown)[t]}hasElement(e,t){if(t.some((e=>e.name===_.name)))return!0;if(e.indexOf("-")>-1){if(i(e)||a(e))return!0;if(t.some((e=>e.name===E.name)))return!0}return!!this._schema[e.toLowerCase()]}securityContext(e,t,s){s&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=Ro()[e+"|"+t];return n||(n=Ro()["*|"+t],n||C.NONE)}getMappedPropName(e){return qo[e]||e}getDefaultComponentElementName(){return"ng-component"}validateProperty(e){if(e.toLowerCase().startsWith("on")){return{error:!0,msg:`Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...\nIf '${e}' is a directive input, make sure the directive is imported by the current module.`}}return{error:!1}}validateAttribute(e){if(e.toLowerCase().startsWith("on")){return{error:!0,msg:`Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...`}}return{error:!1}}allKnownElementNames(){return Object.keys(this._schema)}allKnownAttributesOfElement(e){const t=this._schema[e.toLowerCase()]||this._schema.unknown;return Object.keys(t).map((e=>Bo[e]??e))}allKnownEventsOfElement(e){return Array.from(this._eventSchema[e.toLowerCase()]??[])}normalizeAnimationStyleProperty(e){return e.replace(P,((...e)=>e[1].toUpperCase()))}normalizeAnimationStyleValue(e,t,s){let n="";const r=s.toString().trim();let i=null;if(function(e){switch(e){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}(e)&&0!==s&&"0"!==s)if("number"==typeof s)n="px";else{const e=s.match(/^[+-]?[\d\.]+([a-z]*)$/);e&&0==e[1].length&&(i=`Please provide a CSS unit value for ${t}:${s}`)}return{error:i,value:r+n}}}const Vo=new Set(["iframe|srcdoc","*|innerhtml","*|outerhtml","embed|src","object|codebase","object|data"]);function Uo(e,t){return e=e.toLowerCase(),t=t.toLowerCase(),Vo.has(e+"|"+t)||Vo.has("*|"+t)}const Ho="animate-";class jo{constructor(e,t,s,n){this._exprParser=e,this._interpolationConfig=t,this._schemaRegistry=s,this.errors=n}get interpolationConfig(){return this._interpolationConfig}createBoundHostProperties(e,t){const s=[];for(const n of Object.keys(e)){const r=e[n];"string"==typeof r?this.parsePropertyBinding(n,r,!0,t,t.start.offset,void 0,[],s,t):this._reportError(`Value of the host property binding "${n}" needs to be a string representing an expression but got "${r}" (${typeof r})`,t)}return s}createDirectiveHostEventAsts(e,t){const s=[];for(const n of Object.keys(e)){const r=e[n];"string"==typeof r?this.parseEvent(n,r,!1,t,t,[],s,t):this._reportError(`Value of the host listener "${n}" needs to be a string representing an expression but got "${r}" (${typeof r})`,t)}return s}parseInterpolation(e,t,s){const n=t.start.toString(),r=t.fullStart.offset;try{const i=this._exprParser.parseInterpolation(e,n,r,s,this._interpolationConfig);return i&&this._reportExpressionParserErrors(i.errors,t),i}catch(e){return this._reportError(`${e}`,t),this._exprParser.wrapLiteralPrimitive("ERROR",n,r)}}parseInterpolationExpression(e,t){const s=t.start.toString(),n=t.start.offset;try{const r=this._exprParser.parseInterpolationExpression(e,s,n);return r&&this._reportExpressionParserErrors(r.errors,t),r}catch(e){return this._reportError(`${e}`,t),this._exprParser.wrapLiteralPrimitive("ERROR",s,n)}}parseInlineTemplateBinding(e,t,s,n,r,i,a,o){const l=s.start.offset+"*".length,c=this._parseTemplateBindings(e,t,s,l,n);for(const e of c){const t=Ko(s,e.sourceSpan),l=e.key.source,c=Ko(s,e.key.span);if(e instanceof fi){const n=e.value?e.value.source:"$implicit",r=e.value?Ko(s,e.value.span):void 0;a.push(new Ei(l,n,t,c,r))}else if(e.value){const n=o?t:s,a=Ko(s,e.value.ast.sourceSpan);this._parsePropertyAst(l,e.value,n,c,a,r,i)}else r.push([l,""]),this.parseLiteralAttr(l,null,c,n,void 0,r,i,c)}}_parseTemplateBindings(e,t,s,n,r){const i=s.start.toString();try{const a=this._exprParser.parseTemplateBindings(e,t,i,n,r);return this._reportExpressionParserErrors(a.errors,s),a.warnings.forEach((e=>{this._reportError(e,s,gr.WARNING)})),a.templateBindings}catch(e){return this._reportError(`${e}`,s),[]}}parseLiteralAttr(e,t,s,n,r,i,a,o){Wo(e)?(e=e.substring(1),void 0!==o&&(o=Ko(o,new di(o.start.offset+1,o.end.offset))),t&&this._reportError('Assigning animation triggers via @prop="exp" attributes with an expression is invalid. Use property bindings (e.g. [@prop]="exp") or use an attribute without a value (e.g. @prop) instead.',s,gr.ERROR),this._parseAnimation(e,t,s,n,o,r,i,a)):a.push(new wi(e,this._exprParser.wrapLiteralPrimitive(t,"",n),Rr.LITERAL_ATTR,s,o,r))}parsePropertyBinding(e,t,s,n,r,i,a,o,l){0===e.length&&this._reportError("Property name is missing in binding",n);let c=!1;e.startsWith(Ho)?(c=!0,e=e.substring(Ho.length),void 0!==l&&(l=Ko(l,new di(l.start.offset+Ho.length,l.end.offset)))):Wo(e)&&(c=!0,e=e.substring(1),void 0!==l&&(l=Ko(l,new di(l.start.offset+1,l.end.offset)))),c?this._parseAnimation(e,t,n,r,l,i,a,o):this._parsePropertyAst(e,this._parseBinding(t,s,i||n,r),n,l,i,a,o)}parsePropertyInterpolation(e,t,s,n,r,i,a,o){const l=this.parseInterpolation(t,n||s,o);return!!l&&(this._parsePropertyAst(e,l,s,a,n,r,i),!0)}_parsePropertyAst(e,t,s,n,r,i,a){i.push([e,t.source]),a.push(new wi(e,t,Rr.DEFAULT,s,n,r))}_parseAnimation(e,t,s,n,r,i,a,o){0===e.length&&this._reportError("Animation trigger is missing",s);const l=this._parseBinding(t||"undefined",!1,i||s,n);a.push([e,l.source]),o.push(new wi(e,l,Rr.ANIMATION,s,r,i))}_parseBinding(e,t,s,n){const r=(s&&s.start||"(unknown)").toString();try{const i=t?this._exprParser.parseSimpleBinding(e,r,n,this._interpolationConfig):this._exprParser.parseBinding(e,r,n,this._interpolationConfig);return i&&this._reportExpressionParserErrors(i.errors,s),i}catch(e){return this._reportError(`${e}`,s),this._exprParser.wrapLiteralPrimitive("ERROR",r,n)}}createBoundElementProperty(e,t,s=!1,n=!0){if(t.isAnimation)return new _i(t.name,4,C.NONE,t.expression,null,t.sourceSpan,t.keySpan,t.valueSpan);let r,i=null,a=null;const o=t.name.split(".");let l;if(o.length>1)if("attr"==o[0]){a=o.slice(1).join("."),s||this._validatePropertyOrAttributeName(a,t.sourceSpan,!0),l=zo(this._schemaRegistry,e,a,!0);const n=a.indexOf(":");if(n>-1){const e=a.substring(0,n),t=a.substring(n+1);a=c(e,t)}r=1}else"class"==o[0]?(a=o[1],r=2,l=[C.NONE]):"style"==o[0]&&(i=o.length>2?o[2]:null,a=o[1],r=3,l=[C.STYLE]);if(null===a){const i=this._schemaRegistry.getMappedPropName(t.name);a=n?i:t.name,l=zo(this._schemaRegistry,e,i,!1),r=0,s||this._validatePropertyOrAttributeName(i,t.sourceSpan,!1)}return new _i(a,r,l[0],t.expression,i,t.sourceSpan,t.keySpan,t.valueSpan)}parseEvent(e,t,s,n,r,i,a,o){0===e.length&&this._reportError("Event name is missing in binding",n),Wo(e)?(e=e.slice(1),void 0!==o&&(o=Ko(o,new di(o.start.offset+1,o.end.offset))),this._parseAnimationEvent(e,t,s,n,r,a,o)):this._parseRegularEvent(e,t,s,n,r,i,a,o)}calcPossibleSecurityContexts(e,t,s){const n=this._schemaRegistry.getMappedPropName(t);return zo(this._schemaRegistry,e,n,s)}_parseAnimationEvent(e,t,s,n,r,i,a){const o=L(e,".",[e,""]);const l=o[0],c=o[1].toLowerCase(),u=this._parseAction(t,s,r);i.push(new Si(l,c,1,u,n,r,a)),0===l.length&&this._reportError("Animation event name is missing in binding",n),c?"start"!==c&&"done"!==c&&this._reportError(`The provided animation output phase value "${c}" for "@${l}" is not supported (use start or done)`,n):this._reportError(`The animation trigger output event (@${l}) is missing its phase value name (start or done are currently supported)`,n)}_parseRegularEvent(e,t,s,n,r,i,a,o){const[l,c]=A(e,[null,e]),u=this._parseAction(t,s,r);i.push([e,u.source]),a.push(new Si(c,l,0,u,n,r,o))}_parseAction(e,t,s){const n=(s&&s.start||"(unknown").toString(),r=s&&s.start?s.start.offset:0;try{const i=this._exprParser.parseAction(e,t,n,r,this._interpolationConfig);return i&&this._reportExpressionParserErrors(i.errors,s),!i||i.ast instanceof Wr?(this._reportError("Empty expressions are not allowed",s),this._exprParser.wrapLiteralPrimitive("ERROR",n,r)):i}catch(e){return this._reportError(`${e}`,s),this._exprParser.wrapLiteralPrimitive("ERROR",n,r)}}_reportError(e,t,s=gr.ERROR){this.errors.push(new vr(t,e,s))}_reportExpressionParserErrors(e,t){for(const s of e)this._reportError(s.message,t)}_validatePropertyOrAttributeName(e,t,s){const n=s?this._schemaRegistry.validateAttribute(e):this._schemaRegistry.validateProperty(e);n.error&&this._reportError(n.msg,t,gr.ERROR)}}function Wo(e){return"@"==e[0]}function zo(e,t,s,n){const r=[];return f.parse(t).forEach((t=>{const i=t.element?[t.element]:e.allKnownElementNames(),a=new Set(t.notSelectors.filter((e=>e.isElementSelector())).map((e=>e.element))),o=i.filter((e=>!a.has(e)));r.push(...o.map((t=>e.securityContext(t,s,n))))})),0===r.length?[C.NONE]:Array.from(new Set(r)).sort()}function Ko(e,t){const s=t.start-e.start.offset,n=t.end-e.end.offset;return new fr(e.start.moveBy(s),e.end.moveBy(n),e.fullStart.moveBy(s),e.details)}const Go=/^([^:/?#]+):/;function Yo(e){let t=null,s=null,n=null,r=!1,i="";e.attrs.forEach((e=>{const a=e.name.toLowerCase();"select"==a?t=e.value:"href"==a?s=e.value:"rel"==a?n=e.value:"ngNonBindable"==e.name?r=!0:"ngProjectAs"==e.name&&e.value.length>0&&(i=e.value)})),t=function(e){if(null===e||0===e.length)return"*";return e}(t);const o=e.name.toLowerCase();let l=Qo.OTHER;return a(o)?l=Qo.NG_CONTENT:"style"==o?l=Qo.STYLE:"script"==o?l=Qo.SCRIPT:"link"==o&&"stylesheet"==n&&(l=Qo.STYLESHEET),new Xo(l,t,s,r,i)}var Qo;!function(e){e[e.NG_CONTENT=0]="NG_CONTENT",e[e.STYLE=1]="STYLE",e[e.STYLESHEET=2]="STYLESHEET",e[e.SCRIPT=3]="SCRIPT",e[e.OTHER=4]="OTHER"}(Qo||(Qo={}));class Xo{constructor(e,t,s,n,r){this.type=e,this.selectAttr=t,this.hrefAttr=s,this.nonBindable=n,this.projectAs=r}}const Jo=/^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/,Zo={start:"[(",end:")]"},el={start:"[",end:"]"},tl={start:"(",end:")"};class sl{constructor(e,t){this.bindingParser=e,this.options=t,this.errors=[],this.styles=[],this.styleUrls=[],this.ngContentSelectors=[],this.commentNodes=[],this.inI18nBlock=!1}visitElement(e){const t=pn(e.i18n);t&&(this.inI18nBlock&&this.reportError("Cannot mark an element as translatable inside of a translatable section. Please remove the nested i18n marker.",e.sourceSpan),this.inI18nBlock=!0);const s=Yo(e);if(s.type===Qo.SCRIPT)return null;if(s.type===Qo.STYLE){const t=1===(n=e).children.length&&n.children[0]instanceof ja?n.children[0].value:null;return null!==t&&this.styles.push(t),null}if(s.type===Qo.STYLESHEET&&function(e){if(null==e||0===e.length||"/"==e[0])return!1;const t=e.match(Go);return null===t||"package"==t[1]||"asset"==t[1]}(s.hrefAttr))return this.styleUrls.push(s.hrefAttr),null;var n;const r=o(e.name),i=[],a=[],l=[],c=[],u=[],p={},h=[],d=[];let m=!1;for(const t of e.attrs){let e=!1;const s=rl(t.name);let n=!1;if(t.i18n&&(p[t.name]=t.i18n),s.startsWith("*")){m&&this.reportError("Can't have multiple template bindings on one element. Use only one attribute prefixed with *",t.sourceSpan),n=!0,m=!0;const e=t.value,r=s.substring("*".length),i=[],a=t.valueSpan?t.valueSpan.start.offset:t.sourceSpan.start.offset+t.name.length;this.bindingParser.parseInlineTemplateBinding(r,e,t.sourceSpan,a,[],h,i,!0),d.push(...i.map((e=>new Is(e.name,e.value,e.sourceSpan,e.keySpan,e.valueSpan))))}else e=this.parseAttribute(r,t,[],i,a,l,c);e||n||u.push(this.visitAttribute(t))}const f=Qa(s.nonBindable?nl:this,e.children);let g;if(s.type===Qo.NG_CONTENT){e.children&&!e.children.every((e=>function(e){return e instanceof ja&&0==e.value.trim().length}(e)||function(e){return e instanceof Ya}(e)))&&this.reportError(" element cannot have content.",e.sourceSpan);const t=s.selectAttr,n=e.attrs.map((e=>this.visitAttribute(e)));g=new Ts(t,n,e.sourceSpan,e.i18n),this.ngContentSelectors.push(t)}else if(r){const t=this.extractAttributes(e.name,i,p);g=new Cs(e.name,u,t.bound,a,[],f,c,l,e.sourceSpan,e.startSourceSpan,e.endSourceSpan,e.i18n)}else{const t=this.extractAttributes(e.name,i,p);g=new bs(e.name,u,t.bound,a,f,c,e.sourceSpan,e.startSourceSpan,e.endSourceSpan,e.i18n)}if(m){const s=this.extractAttributes("ng-template",h,p),n=[];s.literal.forEach((e=>n.push(e))),s.bound.forEach((e=>n.push(e)));const i=g instanceof bs?{attributes:g.attributes,inputs:g.inputs,outputs:g.outputs}:{attributes:[],inputs:[],outputs:[]},a=r&&t?void 0:e.i18n,o=g instanceof Cs?null:g.name;g=new Cs(o,i.attributes,i.inputs,i.outputs,n,[g],[],d,e.sourceSpan,e.startSourceSpan,e.endSourceSpan,a)}return t&&(this.inI18nBlock=!1),g}visitAttribute(e){return new Ss(e.name,e.value,e.sourceSpan,e.keySpan,e.valueSpan,e.i18n)}visitText(e){return this._visitTextWithInterpolation(e.value,e.sourceSpan,e.tokens,e.i18n)}visitExpansion(e){if(!e.i18n)return null;if(!pn(e.i18n))throw new Error(`Invalid type "${e.i18n.constructor}" for "i18n" property of ${e.sourceSpan.toString()}. Expected a "Message"`);const t=e.i18n,s={},n={};return Object.keys(t.placeholders).forEach((e=>{const r=t.placeholders[e];if(e.startsWith("VAR_")){const t=e.trim(),n=this.bindingParser.parseInterpolationExpression(r.text,r.sourceSpan);s[t]=new ws(n,r.sourceSpan)}else n[e]=this._visitTextWithInterpolation(r.text,r.sourceSpan,null)})),new ks(s,n,e.sourceSpan,t)}visitExpansionCase(e){return null}visitComment(e){return this.options.collectCommentNodes&&this.commentNodes.push(new ys(e.value||"",e.sourceSpan)),null}extractAttributes(e,t,s){const n=[],r=[];return t.forEach((t=>{const i=s[t.name];if(t.isLiteral)r.push(new Ss(t.name,t.expression.source||"",t.sourceSpan,t.keySpan,t.valueSpan,i));else{const s=this.bindingParser.createBoundElementProperty(e,t,!0,!1);n.push(Es.fromBoundElementProperty(s,i))}})),{bound:n,literal:r}}parseAttribute(e,t,s,n,r,i,a){const o=rl(t.name),l=t.value,c=t.sourceSpan,u=t.valueSpan?t.valueSpan.start.offset:c.start.offset;function p(e,s,n){const r=t.name.length-o.length,i=e.start.moveBy(s.length+r),a=i.moveBy(n.length);return new fr(i,a,i,n)}const h=o.match(Jo);if(h){if(null!=h[1]){const e=h[7],r=p(c,h[1],e);this.bindingParser.parsePropertyBinding(e,l,!1,c,u,t.valueSpan,s,n,r)}else if(h[2])if(e){const e=h[7],s=p(c,h[2],e);this.parseVariable(e,l,c,s,t.valueSpan,i)}else this.reportError('"let-" is only supported on ng-template elements.',c);else if(h[3]){const e=h[7],s=p(c,h[3],e);this.parseReference(e,l,c,s,t.valueSpan,a)}else if(h[4]){const e=[],n=h[7],i=p(c,h[4],n);this.bindingParser.parseEvent(n,l,!1,c,t.valueSpan||c,s,e,i),il(e,r)}else if(h[5]){const e=h[7],i=p(c,h[5],e);this.bindingParser.parsePropertyBinding(e,l,!1,c,u,t.valueSpan,s,n,i),this.parseAssignmentEvent(e,l,c,t.valueSpan,s,r,i)}else if(h[6]){const e=p(c,"",o);this.bindingParser.parseLiteralAttr(o,l,c,u,t.valueSpan,s,n,e)}return!0}let d=null;if(o.startsWith(Zo.start)?d=Zo:o.startsWith(el.start)?d=el:o.startsWith(tl.start)&&(d=tl),null!==d&&o.endsWith(d.end)&&o.length>d.start.length+d.end.length){const e=o.substring(d.start.length,o.length-d.end.length),i=p(c,d.start,e);if(d.start===Zo.start)this.bindingParser.parsePropertyBinding(e,l,!1,c,u,t.valueSpan,s,n,i),this.parseAssignmentEvent(e,l,c,t.valueSpan,s,r,i);else if(d.start===el.start)this.bindingParser.parsePropertyBinding(e,l,!1,c,u,t.valueSpan,s,n,i);else{const n=[];this.bindingParser.parseEvent(e,l,!1,c,t.valueSpan||c,s,n,i),il(n,r)}return!0}const m=p(c,"",o);return this.bindingParser.parsePropertyInterpolation(o,l,c,t.valueSpan,s,n,m,t.valueTokens??null)}_visitTextWithInterpolation(e,t,s,n){const r=ko(e),i=this.bindingParser.parseInterpolation(r,t,s);return i?new ws(i,t,n):new xs(r,t)}parseVariable(e,t,s,n,r,i){e.indexOf("-")>-1?this.reportError('"-" is not allowed in variable names',s):0===e.length&&this.reportError("Variable does not have a name",s),i.push(new Is(e,t,s,n,r))}parseReference(e,t,s,n,r,i){e.indexOf("-")>-1?this.reportError('"-" is not allowed in reference names',s):0===e.length?this.reportError("Reference does not have a name",s):i.some((t=>t.name===e))&&this.reportError(`Reference "#${e}" is defined more than once`,s),i.push(new Ns(e,t,s,n,r))}parseAssignmentEvent(e,t,s,n,r,i,a){const o=[];this.bindingParser.parseEvent(`${e}Change`,`${t} =$event`,!0,s,n||s,r,o,a),il(o,i)}reportError(e,t,s=gr.ERROR){this.errors.push(new vr(t,e,s))}}const nl=new class{visitElement(e){const t=Yo(e);if(t.type===Qo.SCRIPT||t.type===Qo.STYLE||t.type===Qo.STYLESHEET)return null;const s=Qa(this,e.children,null);return new bs(e.name,Qa(this,e.attrs),[],[],s,[],e.sourceSpan,e.startSourceSpan,e.endSourceSpan)}visitComment(e){return null}visitAttribute(e){return new Ss(e.name,e.value,e.sourceSpan,e.keySpan,e.valueSpan,e.i18n)}visitText(e){return new xs(e.value,e.sourceSpan)}visitExpansion(e){return null}visitExpansionCase(e){return null}};function rl(e){return/^data-/i.test(e)?e.substring(5):e}function il(e,t){t.push(...e.map((e=>_s.fromParsedEvent(e))))}var al;!function(e){e[e.ELEMENT=0]="ELEMENT",e[e.TEMPLATE=1]="TEMPLATE"}(al||(al={}));class ol{constructor(e,t,s=0,n=null,r,i){this.index=e,this.ref=t,this.level=s,this.templateIndex=n,this.meta=r,this.registry=i,this.bindings=new Set,this.placeholders=new Map,this.isEmitted=!1,this._unresolvedCtxCount=0,this._registry=i||{getUniqueId:gn(),icus:new Map},this.id=this._registry.getUniqueId()}appendTag(e,t,s,n){if(t.isVoid&&n)return;const r=t.isVoid||!n?t.startName:t.closeName,i={type:e,index:s,ctx:this.id,isVoid:t.isVoid,closed:n};yn(this.placeholders,r,i)}get icus(){return this._registry.icus}get isRoot(){return 0===this.level}get isResolved(){return 0===this._unresolvedCtxCount}getSerializedPlaceholders(){const e=new Map;return this.placeholders.forEach(((t,s)=>e.set(s,t.map(pl)))),e}appendBinding(e){this.bindings.add(e)}appendIcu(e,t){yn(this._registry.icus,e,t)}appendBoundText(e){xn(e,this.bindings.size,this.id).forEach(((e,t)=>yn(this.placeholders,t,...e)))}appendTemplate(e,t){this.appendTag(al.TEMPLATE,e,t,!1),this.appendTag(al.TEMPLATE,e,t,!0),this._unresolvedCtxCount++}appendElement(e,t,s){this.appendTag(al.ELEMENT,e,t,s)}appendProjection(e,t){this.appendTag(al.ELEMENT,e,t,!1),this.appendTag(al.ELEMENT,e,t,!0)}forkChildContext(e,t,s){return new ol(e,this.ref,this.level+1,t,s,this._registry)}reconcileChildContext(e){["start","close"].forEach((t=>{const s=e.meta[`${t}Name`],n=(this.placeholders.get(s)||[]).find(ul(this.id,e.templateIndex));n&&(n.ctx=e.id)}));e.placeholders.forEach(((t,s)=>{const n=this.placeholders.get(s);if(!n)return void this.placeholders.set(s,t);const r=n.findIndex(ul(e.id,e.templateIndex));if(r>=0){const e=s.startsWith("CLOSE");if(s.endsWith("NG-TEMPLATE"))n.splice(r+(e?0:1),0,...t);else{t[e?t.length-1:0].tmpl=n[r],n.splice(r,1,...t)}}else n.push(...t);this.placeholders.set(s,n)})),this._unresolvedCtxCount--}}function ll(e,t,s,n){return fn(`${n?"/":""}${e}${t}`,s)}function cl(e,{index:t,ctx:s,isVoid:n},r){return n?ll(e,t,s)+ll(e,t,s,!0):ll(e,t,s,r)}function ul(e,t){return s=>"object"==typeof s&&s.type===al.TEMPLATE&&s.index===t&&s.ctx===e}function pl(e){const t=(e,t)=>cl("#",e,t),s=(e,t)=>cl("*",e,t);switch(e.type){case al.ELEMENT:return e.closed?t(e,!0)+(e.tmpl?s(e.tmpl,!0):""):e.tmpl?s(e.tmpl)+t(e)+(e.isVoid?s(e.tmpl,!0):""):t(e);case al.TEMPLATE:return s(e,e.closed);default:return e}}const hl=new class{visitText(e){return e.value}visitContainer(e){return e.children.map((e=>e.visit(this))).join("")}visitIcu(e){const t=Object.keys(e.cases).map((t=>`${t} {${e.cases[t].visit(this)}}`));return`{${e.expressionPlaceholder}, ${e.type}, ${t.join(" ")}}`}visitTagPlaceholder(e){return e.isVoid?this.formatPh(e.startName):`${this.formatPh(e.startName)}${e.children.map((e=>e.visit(this))).join("")}${this.formatPh(e.closeName)}`}visitPlaceholder(e){return this.formatPh(e.name)}visitIcuPlaceholder(e,t){return this.formatPh(e.name)}formatPh(e){return`{${Sn(e,!1)}}`}};function dl(e){return e.visit(hl)}const ml={A:"LINK",B:"BOLD_TEXT",BR:"LINE_BREAK",EM:"EMPHASISED_TEXT",H1:"HEADING_LEVEL1",H2:"HEADING_LEVEL2",H3:"HEADING_LEVEL3",H4:"HEADING_LEVEL4",H5:"HEADING_LEVEL5",H6:"HEADING_LEVEL6",HR:"HORIZONTAL_RULE",I:"ITALIC_TEXT",LI:"LIST_ITEM",LINK:"MEDIA_LINK",OL:"ORDERED_LIST",P:"PARAGRAPH",Q:"QUOTATION",S:"STRIKETHROUGH_TEXT",SMALL:"SMALL_TEXT",SUB:"SUBSTRIPT",SUP:"SUPERSCRIPT",TBODY:"TABLE_BODY",TD:"TABLE_CELL",TFOOT:"TABLE_FOOTER",TH:"TABLE_HEADER_CELL",THEAD:"TABLE_HEADER",TR:"TABLE_ROW",TT:"MONOSPACED_TEXT",U:"UNDERLINED_TEXT",UL:"UNORDERED_LIST"};class fl{constructor(){this._placeHolderNameCounts={},this._signatureToName={}}getStartTagPlaceholderName(e,t,s){const n=this._hashTag(e,t,s);if(this._signatureToName[n])return this._signatureToName[n];const r=e.toUpperCase(),i=ml[r]||`TAG_${r}`,a=this._generateUniqueName(s?i:`START_${i}`);return this._signatureToName[n]=a,a}getCloseTagPlaceholderName(e){const t=this._hashClosingTag(e);if(this._signatureToName[t])return this._signatureToName[t];const s=e.toUpperCase(),n=ml[s]||`TAG_${s}`,r=this._generateUniqueName(`CLOSE_${n}`);return this._signatureToName[t]=r,r}getPlaceholderName(e,t){const s=e.toUpperCase(),n=`PH: ${s}=${t}`;if(this._signatureToName[n])return this._signatureToName[n];const r=this._generateUniqueName(s);return this._signatureToName[n]=r,r}getUniquePlaceholder(e){return this._generateUniqueName(e.toUpperCase())}_hashTag(e,t,s){return`<${e}`+Object.keys(t).sort().map((e=>` ${e}=${t[e]}`)).join("")+(s?"/>":`>`)}_hashClosingTag(e){return this._hashTag(`/${e}`,{},!1)}_generateUniqueName(e){if(!this._placeHolderNameCounts.hasOwnProperty(e))return this._placeHolderNameCounts[e]=1,e;const t=this._placeHolderNameCounts[e];return this._placeHolderNameCounts[e]=t+1,`${e}_${t}`}}const gl=new Ba(new Ta);function vl(e){const t=new xl(gl,e);return(e,s,n,r,i)=>t.toI18nMessage(e,s,n,r,i)}function yl(e,t){return t}class xl{constructor(e,t){this._expressionParser=e,this._interpolationConfig=t}toI18nMessage(e,t="",s="",n="",r){const i={isIcu:1==e.length&&e[0]instanceof Wa,icuDepth:0,placeholderRegistry:new fl,placeholderToContent:{},placeholderToMessage:{},visitNodeFn:r||yl},a=Qa(this,e,i);return new Ls(a,i.placeholderToContent,i.placeholderToMessage,t,s,n)}visitElement(e,t){const s=Qa(this,e.children,t),n={};e.attrs.forEach((e=>{n[e.name]=e.value}));const r=d(e.name).isVoid,i=t.placeholderRegistry.getStartTagPlaceholderName(e.name,n,r);t.placeholderToContent[i]={text:e.startSourceSpan.toString(),sourceSpan:e.startSourceSpan};let a="";r||(a=t.placeholderRegistry.getCloseTagPlaceholderName(e.name),t.placeholderToContent[a]={text:``,sourceSpan:e.endSourceSpan??e.sourceSpan});const o=new $s(e.name,n,i,a,s,r,e.sourceSpan,e.startSourceSpan,e.endSourceSpan);return t.visitNodeFn(e,o)}visitAttribute(e,t){const s=void 0===e.valueTokens||1===e.valueTokens.length?new Ms(e.value,e.valueSpan||e.sourceSpan):this._visitTextWithInterpolation(e.valueTokens,e.valueSpan||e.sourceSpan,t,e.i18n);return t.visitNodeFn(e,s)}visitText(e,t){const s=1===e.tokens.length?new Ms(e.value,e.sourceSpan):this._visitTextWithInterpolation(e.tokens,e.sourceSpan,t,e.i18n);return t.visitNodeFn(e,s)}visitComment(e,t){return null}visitExpansion(e,t){t.icuDepth++;const s={},n=new Os(e.switchValue,e.type,s,e.sourceSpan);if(e.cases.forEach((e=>{s[e.value]=new Rs(e.expression.map((e=>e.visit(this,t))),e.expSourceSpan)})),t.icuDepth--,t.isIcu||t.icuDepth>0){const s=t.placeholderRegistry.getUniquePlaceholder(`VAR_${e.type}`);return n.expressionPlaceholder=s,t.placeholderToContent[s]={text:e.switchValue,sourceSpan:e.switchValueSourceSpan},t.visitNodeFn(e,n)}const r=t.placeholderRegistry.getPlaceholderName("ICU",e.sourceSpan.toString());t.placeholderToMessage[r]=this.toI18nMessage([e],"","","",void 0);const i=new qs(n,r,e.sourceSpan);return t.visitNodeFn(e,i)}visitExpansionCase(e,t){throw new Error("Unreachable code")}_visitTextWithInterpolation(e,t,s,n){const r=[];let i=!1;for(const t of e)switch(t.type){case 8:case 17:i=!0;const e=t.parts[1],n=e.split(wl)[2]||"INTERPOLATION",a=s.placeholderRegistry.getPlaceholderName(n,e);s.placeholderToContent[a]={text:t.parts.join(""),sourceSpan:t.sourceSpan},r.push(new Ds(e,a,t.sourceSpan));break;default:if(t.parts[0].length>0){const e=r[r.length-1];e instanceof Ms?(e.value+=t.parts[0],e.sourceSpan=new fr(e.sourceSpan.start,t.sourceSpan.end,e.sourceSpan.fullStart,e.sourceSpan.details)):r.push(new Ms(t.parts[0],t.sourceSpan))}}return i?(function(e,t){t instanceof Ls&&(!function(e){const t=e.nodes;if(1!==t.length||!(t[0]instanceof Rs))throw new Error("Unexpected previous i18n message - expected it to consist of only a single `Container` node.")}(t),t=t.nodes[0]);if(t instanceof Rs){!function(e,t){if(e.length!==t.length)throw new Error("The number of i18n message children changed between first and second pass.");if(e.some(((e,s)=>t[s].constructor!==e.constructor)))throw new Error("The types of the i18n message children changed between first and second pass.")}(t.children,e);for(let s=0;s(e instanceof Ha&&(t instanceof qs&&e.i18n instanceof Ls&&(t.previousMessage=e.i18n),e.i18n=t),t);class _l{constructor(e=zn,t=!1,s=!1){this.interpolationConfig=e,this.keepI18nAttrs=t,this.enableI18nLegacyMessageIdFormat=s,this.hasI18nMeta=!1,this._errors=[],this._createI18nMessage=vl(this.interpolationConfig)}_generateI18nMessage(e,t="",s){const{meaning:n,description:r,customId:i}=this._parseMetadata(t),a=this._createI18nMessage(e,n,r,i,s);return this._setMessageId(a,t),this._setLegacyIds(a,t),a}visitAllWithErrors(e){const t=e.map((e=>e.visit(this,null)));return new yo(t,this._errors)}visitElement(e){let t;if(function(e){return e.attrs.some((e=>un(e.name)))}(e)){this.hasI18nMeta=!0;const s=[],n={};for(const r of e.attrs)if(r.name===ln){const s=e.i18n||r.value;t=this._generateI18nMessage(e.children,s,El),0===t.nodes.length&&(t=void 0),e.i18n=t}else if(r.name.startsWith(cn)){const t=r.name.slice(cn.length);Uo(e.name,t)?this._reportError(r,`Translating attribute '${t}' is disallowed for security reasons.`):n[t]=r.value}else s.push(r);if(Object.keys(n).length)for(const e of s){const t=n[e.name];void 0!==t&&e.value&&(e.i18n=this._generateI18nMessage([e],e.i18n||t))}this.keepI18nAttrs||(e.attrs=s)}return Qa(this,e.children,t),e}visitExpansion(e,t){let s;const n=e.i18n;if(this.hasI18nMeta=!0,n instanceof qs){const r=n.name;s=this._generateI18nMessage([e],n);mn(s).name=r,null!==t&&(t.placeholderToMessage[r]=s)}else s=this._generateI18nMessage([e],t||n);return e.i18n=s,e}visitText(e){return e}visitAttribute(e){return e}visitComment(e){return e}visitExpansionCase(e){return e}_parseMetadata(e){return"string"==typeof e?function(e=""){let t,s,n;if(e=e.trim(),e){const r=e.indexOf("@@"),i=e.indexOf("|");let a;[a,t]=r>-1?[e.slice(0,r),e.slice(r+2)]:[e,""],[s,n]=i>-1?[a.slice(0,i),a.slice(i+1)]:["",a]}return{customId:t,meaning:s,description:n}}(e):e instanceof Ls?e:{}}_setMessageId(e,t){e.id||(e.id=t instanceof Ls&&t.id||U(e))}_setLegacyIds(e,t){if(this.enableI18nLegacyMessageIdFormat)e.legacyIds=[V(e),H(e)];else if("string"!=typeof t){const s=t instanceof Ls?t:t instanceof qs?t.previousMessage:void 0;e.legacyIds=s?s.legacyIds:[]}}_reportError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}function bl(e,t,s,n){const r=function(e){return e.nodes.map((e=>e.visit(Cl,null))).join("")}(t),i=[kt(r)];Object.keys(n).length&&(i.push(Lo(wn(n,!0),!0)),i.push(Lo({original_code:bt(Object.keys(n).map((e=>({key:Sn(e),quoted:!0,value:t.placeholders[e]?kt(t.placeholders[e].sourceSpan.toString()):kt(t.placeholderToMessage[e].nodes.map((e=>e.sourceSpan.toString())).join(""))}))))})));const a=s.set(xt("goog.getMsg").callFn(i)).toConstDecl();a.addLeadingComment(function(e){const t=[];return e.description?t.push({tagName:"desc",text:e.description}):t.push({tagName:"suppress",text:"{msgDescriptions}"}),e.meaning&&t.push({tagName:"meaning",text:e.meaning}),yt(t)}(t));return[a,new mt(e.set(s))]}const Cl=new class{formatPh(e){return`{$${Sn(e)}}`}visitText(e){return e.value}visitContainer(e){return e.children.map((e=>e.visit(this))).join("")}visitIcu(e){return dl(e)}visitTagPlaceholder(e){return e.isVoid?this.formatPh(e.startName):`${this.formatPh(e.startName)}${e.children.map((e=>e.visit(this))).join("")}${this.formatPh(e.closeName)}`}visitPlaceholder(e){return this.formatPh(e.name)}visitIcuPlaceholder(e,t){return this.formatPh(e.name)}};function Tl(e,t,s){const{messageParts:n,placeHolders:r}=function(e){const t=[],s=new Il(e.placeholderToMessage,t);return e.nodes.forEach((e=>e.visit(s))),function(e){const t=[],s=[];e[0]instanceof Fe&&t.push(Nl(e[0].sourceSpan.start));for(let n=0;ns[e.text])),o=Pt(t,n,r,a,i),l=e.set(o);return[new mt(l)]}class Il{constructor(e,t){this.placeholderToMessage=e,this.pieces=t}visitText(e){if(this.pieces[this.pieces.length-1]instanceof Be)this.pieces[this.pieces.length-1].text+=e.value;else{const t=new fr(e.sourceSpan.fullStart,e.sourceSpan.end,e.sourceSpan.fullStart,e.sourceSpan.details);this.pieces.push(new Be(e.value,t))}}visitContainer(e){e.children.forEach((e=>e.visit(this)))}visitIcu(e){this.pieces.push(new Be(dl(e),e.sourceSpan))}visitTagPlaceholder(e){this.pieces.push(this.createPlaceholderPiece(e.startName,e.startSourceSpan??e.sourceSpan)),e.isVoid||(e.children.forEach((e=>e.visit(this))),this.pieces.push(this.createPlaceholderPiece(e.closeName,e.endSourceSpan??e.sourceSpan)))}visitPlaceholder(e){this.pieces.push(this.createPlaceholderPiece(e.name,e.sourceSpan))}visitIcuPlaceholder(e){this.pieces.push(this.createPlaceholderPiece(e.name,e.sourceSpan,this.placeholderToMessage[e.name]))}createPlaceholderPiece(e,t,s){return new Fe(Sn(e,!1),t,s)}}function Nl(e){return new Be("",new fr(e,e))}const kl=new Set(["$event"]),Pl=new Map([["window",Ht.resolveWindow],["document",Ht.resolveDocument],["body",Ht.resolveBody]]),Al=[" ","\n","\r","\t"];function Ll(e,t){return It(xt(In).bitwiseAnd(kt(e),null,!1),t)}function Ml(e,t=null,s=null){const{type:n,name:r,target:i,phase:a,handler:o}=e;if(i&&!Pl.has(i))throw new Error(`Unexpected global target '${i}' defined for '${r}' event.\n Supported list of global targets: ${Array.from(Pl.keys())}.`);const l="$event",c=new Set,u=null===s||0===s.bindingLevel?xt(Tn):s.getOrCreateSharedContextVar(0),p=Ci(s,u,o,"b",e.handlerSpan,c,kl),h=[],d=s?.variableDeclarations(),m=s?.restoreViewStatement();if(d&&h.push(...d),h.push(...p),m){h.unshift(m);const e=h[h.length-1];e instanceof ft?h[h.length-1]=new ft(Pn(e.value.sourceSpan,Ht.resetView,[e.value])):h.push(new mt(Pn(null,Ht.resetView,[])))}const f=1===n?function(e,t){return`@${e}.${t}`}(r,a):r,g=t&&Sr(t),v=[];c.has(l)&&v.push(new Qe(l,de));const y=Tt(v,h,me,null,g),x=[kt(f),y];return i&&x.push(kt(!1),wt(Pl.get(i))),x}class Rl{constructor(e,t,s=0,n,r,i,a,o,l,c,u=function(){return{prepareStatements:[],constExpressions:[],i18nVarRefsCache:new Map}}()){this.constantPool=e,this.level=s,this.contextName=n,this.i18nContext=r,this.templateIndex=i,this.templateName=a,this._namespace=o,this.i18nUseExternalIds=c,this._constants=u,this._dataIndex=0,this._bindingContext=0,this._prefixCode=[],this._creationCodeFns=[],this._updateCodeFns=[],this._currentIndex=0,this._tempVariables=[],this._nestedTemplateFns=[],this.i18n=null,this._pureFunctionSlots=0,this._bindingSlots=0,this._ngContentReservedSlots=[],this._ngContentSelectorsOffset=0,this._implicitReceiverExpr=null,this.visitReference=Ln,this.visitVariable=Ln,this.visitTextAttribute=Ln,this.visitBoundAttribute=Ln,this.visitBoundEvent=Ln,this._bindingScope=t.nestedScope(s),this.fileBasedI18nSuffix=l.replace(/[^A-Za-z0-9]/g,"_")+"_",this._valueConverter=new Ol(e,(()=>this.allocateDataSlot()),(e=>this.allocatePureFunctionSlots(e)),((e,t,s,n)=>{this._bindingScope.set(this.level,t,n),this.creationInstruction(null,Ht.pipe,[kt(s),kt(e)])}))}buildTemplateFunction(e,t,s=0,n){this._ngContentSelectorsOffset=s,this._namespace!==Ht.namespaceHTML&&this.creationInstruction(null,this._namespace),t.forEach((e=>this.registerContextVariables(e)));const r=this.i18nContext||pn(n)&&!hn(n)&&!(1===(i=e).length&&i[0]instanceof bs&&e[0].i18n===n);var i;const a=Ql(e);if(r&&this.i18nStart(null,n,a),As(this,e),this._pureFunctionSlots+=this._bindingSlots,this._valueConverter.updatePipeSlotOffsets(this._bindingSlots),this._nestedTemplateFns.forEach((e=>e())),0===this.level&&this._ngContentReservedSlots.length){const e=[];if(this._ngContentReservedSlots.length>1||"*"!==this._ngContentReservedSlots[0]){const t=this._ngContentReservedSlots.map((e=>"*"!==e?N(e):e));e.push(this.constantPool.getConstLiteral(Mn(t),!0))}this.creationInstruction(null,Ht.projectionDef,e,!0)}r&&this.i18nEnd(null,a);const o=Bn(this._creationCodeFns),l=Bn(this._updateCodeFns),c=this._bindingScope.viewSnapshotStatements(),u=this._bindingScope.variableDeclarations().concat(this._tempVariables),p=o.length>0?[Ll(1,c.concat(o))]:[],h=l.length>0?[Ll(2,u.concat(l))]:[];return Tt([new Qe(In,ve),new Qe(Tn,null)],[...this._prefixCode,...p,...h],me,null,this.templateName)}getLocal(e){return this._bindingScope.get(e)}notifyImplicitReceiverUse(){this._bindingScope.notifyImplicitReceiverUse()}maybeRestoreView(){this._bindingScope.maybeRestoreView()}i18nTranslate(e,t={},s,n){const r=s||this.i18nGenerateMainBlockVar(),i=function(e,t,s,n={},r){const i=[_n(t),It(Zl(),bl(t,e,s,n),Tl(t,e,wn(n,!1)))];r&&i.push(new mt(t.set(r(t))));return i}(e,r,this.i18nGenerateClosureVar(e.id),t,n);return this._constants.prepareStatements.push(...i),r}registerContextVariables(e){const t=this._bindingScope.freshReferenceName(),s=this.level,n=xt(e.name+t);this._bindingScope.set(s,e.name,n,1,((t,r)=>{let i;if(t.bindingLevel===s)t.isListenerScope()&&t.hasRestoreViewVariable()?(i=xt(Nn),t.notifyRestoredViewContextUse()):i=xt(Tn);else{const e=t.getSharedContextName(s);i=e||ql(r)}return[n.set(i.prop(e.value||"$implicit")).toConstDecl()]}))}i18nAppendBindings(e){e.length>0&&e.forEach((e=>this.i18n.appendBinding(e)))}i18nBindProps(e){const t={};return Object.keys(e).forEach((s=>{const n=e[s];if(n instanceof xs)t[s]=kt(n.value);else{const e=n.value.visit(this._valueConverter);if(this.allocateBindingSlots(e),e instanceof ai){const{strings:n,expressions:r}=e,{id:i,bindings:a}=this.i18n,o=function(e,t=0,s=0){if(!e.length)return"";let n="";const r=e.length-1;for(let i=0;i{if(1===e.length)i[t]=e[0];else{const s=fn(`I18N_EXP_${t}`);i[t]=kt(s),r[t]=_t(e)}}));let a;(Array.from(n.values()).some((e=>e.length>1))||Object.keys(r).length)&&(a=e=>{const t=[e];return Object.keys(r).length&&t.push(Lo(r,!0)),Pn(null,Ht.i18nPostprocess,t)}),this.i18nTranslate(s,i,e.ref,a)}}i18nStart(e=null,t,s){const n=this.allocateDataSlot();this.i18n=this.i18nContext?this.i18nContext.forkChildContext(n,this.templateIndex,t):new ol(n,this.i18nGenerateMainBlockVar(),0,this.templateIndex,t);const{id:r,ref:i}=this.i18n,a=[kt(n),this.addToConsts(i)];r>0&&a.push(kt(r)),this.creationInstruction(e,s?Ht.i18n:Ht.i18nStart,a)}i18nEnd(e=null,t){if(!this.i18n)throw new Error("i18nEnd is executed with no i18n context present");this.i18nContext?(this.i18nContext.reconcileChildContext(this.i18n),this.i18nUpdateRef(this.i18nContext)):this.i18nUpdateRef(this.i18n);const{index:s,bindings:n}=this.i18n;if(n.size){for(const t of n)this.updateInstructionWithAdvance(this.getConstCount()-1,e,Ht.i18nExp,(()=>this.convertPropertyBinding(t)));this.updateInstruction(e,Ht.i18nApply,[kt(s)])}t||this.creationInstruction(e,Ht.i18nEnd),this.i18n=null}i18nAttributesInstruction(e,t,s){let n=!1;const r=[];if(t.forEach((t=>{const i=t.i18n,a=t.value.visit(this._valueConverter);if(this.allocateBindingSlots(a),a instanceof ai){const o=vn(xn(i));r.push(kt(t.name),this.i18nTranslate(i,o)),a.expressions.forEach((t=>{n=!0,this.updateInstructionWithAdvance(e,s,Ht.i18nExp,(()=>this.convertPropertyBinding(t)))}))}})),r.length>0){const e=kt(this.allocateDataSlot()),t=this.addToConsts(_t(r));this.creationInstruction(s,Ht.i18nAttributes,[e,t]),n&&this.updateInstruction(s,Ht.i18nApply,[e])}}getNamespaceInstruction(e){switch(e){case"math":return Ht.namespaceMathML;case"svg":return Ht.namespaceSVG;default:return Ht.namespaceHTML}}addNamespaceInstruction(e,t){this._namespace=e,this.creationInstruction(t.startSourceSpan,e)}interpolatedUpdateInstruction(e,t,s,n,r,i){this.updateInstructionWithAdvance(t,n.sourceSpan,e,(()=>[kt(s),...this.getUpdateInstructionArguments(r),...i]))}visitContent(e){const t=this.allocateDataSlot(),s=this._ngContentSelectorsOffset+this._ngContentReservedSlots.length,n=[kt(t)];this._ngContentReservedSlots.push(e.selector);const r=e.attributes.filter((e=>"select"!==e.name.toLowerCase())),i=this.getAttributeExpressions(e.name,r,[],[]);i.length>0?n.push(kt(s),_t(i)):0!==s&&n.push(kt(s)),this.creationInstruction(e.sourceSpan,Ht.projection,n),this.i18n&&this.i18n.appendProjection(e.i18n,t)}visitElement(e){const t=this.allocateDataSlot(),s=new xa(null);let n=!1;const a=pn(e.i18n)&&!hn(e.i18n),o=[],[l,c]=r(e.name),u=i(e.name);for(const t of e.attributes){const{name:e,value:r}=t;"ngNonBindable"===e?n=!0:"style"===e?s.registerStyleAttr(r):"class"===e?s.registerClassAttr(r):o.push(t)}const p=[kt(t)];u||p.push(kt(c));const h=[],d=[];e.inputs.forEach((e=>{s.registerBoundInput(e)||(0===e.type&&e.i18n?d.push(e):h.push(e))}));const m=this.getAttributeExpressions(e.name,o,h,e.outputs,s,[],d);p.push(this.addAttrsToConsts(m));const f=this.prepareRefsArray(e.references);p.push(this.addToConsts(f));const g=this._namespace,v=this.getNamespaceInstruction(l);v!==g&&this.addNamespaceInstruction(v,e),this.i18n&&this.i18n.appendElement(e.i18n,t);const y=!a&&this.i18n?!Ql(e.children):e.children.length>0,x=!s.hasBindingsWithPipes&&0===e.outputs.length&&0===d.length&&!y,w=!x&&Ql(e.children);if(x)this.creationInstruction(e.sourceSpan,u?Ht.elementContainer:Ht.element,On(p));else{if(this.creationInstruction(e.startSourceSpan,u?Ht.elementContainerStart:Ht.elementStart,On(p)),n&&this.creationInstruction(e.startSourceSpan,Ht.disableBindings),d.length>0&&this.i18nAttributesInstruction(t,d,e.startSourceSpan??e.sourceSpan),e.outputs.length>0)for(const s of e.outputs)this.creationInstruction(s.sourceSpan,Ht.listener,this.prepareListenerParameter(e.name,s,t));a&&this.i18nStart(e.startSourceSpan,e.i18n,w)}const S=s.buildUpdateLevelInstructions(this._valueConverter),E=S.length-1;for(let e=0;e<=E;e++){const s=S[e];this._bindingSlots+=this.processStylingUpdateInstruction(t,s)}const _=kt(void 0),b=[],C=[];h.forEach((e=>{const s=e.type;if(4===s){const t=e.value.visit(this._valueConverter),s=!(t instanceof ni)||!!t.value;this.allocateBindingSlots(t),b.push({span:e.sourceSpan,paramsOrFn:Xl((()=>s?this.convertPropertyBinding(t):_),ss(e.name))})}else{if(e.i18n)return;const n=e.value.visit(this._valueConverter);if(void 0!==n){const i=[],[a,o]=r(e.name),l=1===s,c=Kl(e.securityContext,l);if(c&&i.push(c),a){const e=kt(a);c?i.push(e):i.push(kt(null),e)}if(this.allocateBindingSlots(n),0===s)n instanceof ai?this.interpolatedUpdateInstruction(Hl(n),t,o,e,n,i):b.push({span:e.sourceSpan,paramsOrFn:Xl((()=>this.convertPropertyBinding(n)),o,i)});else if(1===s)if(n instanceof ai&&qn(n)>1)this.interpolatedUpdateInstruction(function(e){switch(qn(e)){case 3:return Ht.attributeInterpolate1;case 5:return Ht.attributeInterpolate2;case 7:return Ht.attributeInterpolate3;case 9:return Ht.attributeInterpolate4;case 11:return Ht.attributeInterpolate5;case 13:return Ht.attributeInterpolate6;case 15:return Ht.attributeInterpolate7;case 17:return Ht.attributeInterpolate8;default:return Ht.attributeInterpolateV}}(n),t,o,e,n,i);else{const t=n instanceof ai?n.expressions[0]:n;C.push({span:e.sourceSpan,paramsOrFn:Xl((()=>this.convertPropertyBinding(t)),o,i)})}else this.updateInstructionWithAdvance(t,e.sourceSpan,Ht.classProp,(()=>[kt(t),kt(o),this.convertPropertyBinding(n),...i]))}}}));for(const e of b)this.updateInstructionWithAdvance(t,e.span,Ht.property,e.paramsOrFn);for(const e of C)this.updateInstructionWithAdvance(t,e.span,Ht.attribute,e.paramsOrFn);if(As(this,e.children),!a&&this.i18n&&this.i18n.appendElement(e.i18n,t,!0),!x){const t=e.endSourceSpan??e.sourceSpan;a&&this.i18nEnd(t,w),n&&this.creationInstruction(t,Ht.enableBindings),this.creationInstruction(t,u?Ht.elementContainerEnd:Ht.elementEnd)}}visitTemplate(e){const t="ng-template",s=this.allocateDataSlot();this.i18n&&this.i18n.appendTemplate(e.i18n,s);const n=e.tagName?r(e.tagName)[1]:e.tagName,i=`${this.contextName}${e.tagName?"_"+Sr(e.tagName):""}_${s}`,a=`${i}_Template`,o=[kt(s),xt(a),kt(n)],l=this.getAttributeExpressions(t,e.attributes,e.inputs,e.outputs,void 0,e.templateAttrs);if(o.push(this.addAttrsToConsts(l)),e.references&&e.references.length){const t=this.prepareRefsArray(e.references);o.push(this.addToConsts(t)),o.push(wt(Ht.templateRefExtractor))}const c=new Rl(this.constantPool,this._bindingScope,this.level+1,i,this.i18n,s,a,this._namespace,this.fileBasedI18nSuffix,this.i18nUseExternalIds,this._constants);if(this._nestedTemplateFns.push((()=>{const t=c.buildTemplateFunction(e.children,e.variables,this._ngContentReservedSlots.length+this._ngContentSelectorsOffset,e.i18n);this.constantPool.statements.push(t.toDeclStmt(a)),c._ngContentReservedSlots.length&&this._ngContentReservedSlots.push(...c._ngContentReservedSlots)})),this.creationInstruction(e.sourceSpan,Ht.templateCreate,(()=>(o.splice(2,0,kt(c.getConstCount()),kt(c.getVarCount())),On(o)))),this.templatePropertyBindings(s,e.templateAttrs),n===t){const[t,n]=function(e,t){const s=[],n=[];for(const r of e)(t(r)?s:n).push(r);return[s,n]}(e.inputs,dn);t.length>0&&this.i18nAttributesInstruction(s,t,e.startSourceSpan??e.sourceSpan),n.length>0&&this.templatePropertyBindings(s,n);for(const t of e.outputs)this.creationInstruction(t.sourceSpan,Ht.listener,this.prepareListenerParameter("ng_template",t,s))}}visitBoundText(e){if(this.i18n){const t=e.value.visit(this._valueConverter);return this.allocateBindingSlots(t),void(t instanceof ai&&(this.i18n.appendBoundText(e.i18n),this.i18nAppendBindings(t.expressions)))}const t=this.allocateDataSlot();this.creationInstruction(e.sourceSpan,Ht.text,[kt(t)]);const s=e.value.visit(this._valueConverter);this.allocateBindingSlots(s),s instanceof ai?this.updateInstructionWithAdvance(t,e.sourceSpan,function(e){switch(qn(e)){case 1:return Ht.textInterpolate;case 3:return Ht.textInterpolate1;case 5:return Ht.textInterpolate2;case 7:return Ht.textInterpolate3;case 9:return Ht.textInterpolate4;case 11:return Ht.textInterpolate5;case 13:return Ht.textInterpolate6;case 15:return Ht.textInterpolate7;case 17:return Ht.textInterpolate8;default:return Ht.textInterpolateV}}(s),(()=>this.getUpdateInstructionArguments(s))):M("Text nodes should be interpolated and never bound directly.")}visitText(e){this.i18n||this.creationInstruction(e.sourceSpan,Ht.text,[kt(this.allocateDataSlot()),kt(e.value)])}visitIcu(e){let t=!1;this.i18n||(t=!0,this.i18nStart(null,e.i18n,!0));const s=this.i18n,n=this.i18nBindProps(e.vars),r=this.i18nBindProps(e.placeholders),i=e.i18n,a=e=>{const t=wn({...n,...r},!1);return Pn(null,Ht.i18nPostprocess,[e,Lo(t,!0)])};if(hn(s.meta))this.i18nTranslate(i,{},s.ref,a);else{const e=this.i18nTranslate(i,{},void 0,a);s.appendIcu(mn(i).name,e)}return t&&this.i18nEnd(null,!0),null}allocateDataSlot(){return this._dataIndex++}getConstCount(){return this._dataIndex}getVarCount(){return this._pureFunctionSlots}getConsts(){return this._constants}getNgContentSelectors(){return this._ngContentReservedSlots.length?this.constantPool.getConstLiteral(Mn(this._ngContentReservedSlots),!0):null}bindingContext(){return""+this._bindingContext++}templatePropertyBindings(e,t){const s=[];for(const n of t){if(!(n instanceof Es))continue;const t=n.value.visit(this._valueConverter);if(void 0!==t)if(this.allocateBindingSlots(t),t instanceof ai){const s=[];this.interpolatedUpdateInstruction(Hl(t),e,n.name,n,t,s)}else s.push({span:n.sourceSpan,paramsOrFn:Xl((()=>this.convertPropertyBinding(t)),n.name)})}for(const t of s)this.updateInstructionWithAdvance(e,t.span,Ht.property,t.paramsOrFn)}instructionFn(e,t,s,n,r=!1){e[r?"unshift":"push"]({span:t,reference:s,paramsOrFn:n})}processStylingUpdateInstruction(e,t){let s=0;if(t)for(const n of t.calls)s+=n.allocateBindingSlots,this.updateInstructionWithAdvance(e,n.sourceSpan,t.reference,(()=>n.params((e=>n.supportsInterpolation&&e instanceof ai?this.getUpdateInstructionArguments(e):this.convertPropertyBinding(e)))));return s}creationInstruction(e,t,s,n){this.instructionFn(this._creationCodeFns,e,t,s||[],n)}updateInstructionWithAdvance(e,t,s,n){this.addAdvanceInstructionIfNecessary(e,t),this.updateInstruction(t,s,n)}updateInstruction(e,t,s){this.instructionFn(this._updateCodeFns,e,t,s||[])}addAdvanceInstructionIfNecessary(e,t){if(e!==this._currentIndex){const s=e-this._currentIndex;if(s<1)throw new Error("advance instruction can only go forwards");this.instructionFn(this._updateCodeFns,t,Ht.advance,[kt(s)]),this._currentIndex=e}}allocatePureFunctionSlots(e){const t=this._pureFunctionSlots;return this._pureFunctionSlots+=e,t}allocateBindingSlots(e){this._bindingSlots+=e instanceof ai?e.expressions.length:1}getImplicitReceiverExpr(){return this._implicitReceiverExpr?this._implicitReceiverExpr:this._implicitReceiverExpr=0===this.level?xt(Tn):this._bindingScope.getOrCreateSharedContextVar(0)}convertPropertyBinding(e){const t=Ii(this,this.getImplicitReceiverExpr(),e,this.bindingContext()),s=t.currValExpr;return this._tempVariables.push(...t.stmts),s}getUpdateInstructionArguments(e){const{args:t,stmts:s}=function(e,t,s,n){const r=new Ri(e,t,n,!0),i=r.visitInterpolation(s,Or.Expression);return r.usesImplicitReceiver&&e.notifyImplicitReceiverUse(),{stmts:Ni(r,n),args:i.args}}(this,this.getImplicitReceiverExpr(),e,this.bindingContext());return this._tempVariables.push(...s),t}getAttributeExpressions(e,t,s,n,r,i=[],a=[]){const o=new Set,l=[];let c;for(const s of t)if("ngProjectAs"===s.name&&(c=s),s.i18n){const{i18nVarRefsCache:e}=this._constants;let t;e.has(s.i18n)?t=e.get(s.i18n):(t=this.i18nTranslate(s.i18n),e.set(s.i18n,t)),l.push(kt(s.name),t)}else l.push(...Fl(s.name),Gl(e,s));function u(e,t){"string"==typeof e?o.has(e)||(l.push(...Fl(e)),void 0!==t&&l.push(t),o.add(e)):l.push(kt(e))}if(c&&l.push(...function(e){const t=N(e.value)[0];return[kt(5),Mn(t)]}(c)),r&&r.populateInitialStylingAttrs(l),s.length||n.length){const e=l.length;for(let e=0;eu(e.name)))),a.length&&(l.push(kt(6)),a.forEach((e=>u(e.name)))),l}addToConsts(e){if(At(e))return ot;const t=this._constants.constExpressions;for(let s=0;s0?this.addToConsts(_t(e)):ot}prepareRefsArray(e){if(!e||0===e.length)return ot;return Mn(ec(e.map((e=>{const t=this.allocateDataSlot(),s=this._bindingScope.freshReferenceName(),n=this.level,r=xt(s);return this._bindingScope.set(n,e.name,r,0,((e,s)=>{const n=s>0?[ql(s).toStmt()]:[],i=r.set(wt(Ht.reference).callFn([kt(t)]));return n.concat(i.toConstDecl())}),!0),[e.name,e.value]}))))}prepareListenerParameter(e,t,s){return()=>{const n=t.name,r=1===t.type?rs(n,t.phase):Sr(n),i=`${this.templateName}_${e}_${r}_${s}_listener`,a=this._bindingScope.nestedScope(this._bindingScope.bindingLevel,kl);return Ml(t,i,a)}}}class Ol extends xi{constructor(e,t,s,n){super(),this.constantPool=e,this.allocateSlot=t,this.allocatePureFunctionSlots=s,this.definePipe=n,this._pipeBindExprs=[]}visitPipe(e,t){const s=this.allocateSlot(),n=`PIPE:${s}`,r=this.allocatePureFunctionSlots(2+e.args.length),i=new Qr(e.span,e.sourceSpan,e.nameSpan,new zr(e.span,e.sourceSpan),n),{identifier:a,isVarLength:o}=function(e){const t=$l[e.length];return{identifier:t||Ht.pipeBindV,isVarLength:!t}}(e.args);this.definePipe(e.name,n,s,wt(a));const l=[e.exp,...e.args],c=o?this.visitAll([new ri(e.span,e.sourceSpan,l)]):this.visitAll(l),u=new pi(e.span,e.sourceSpan,i,[new ni(e.span,e.sourceSpan,s),new ni(e.span,e.sourceSpan,r),...c],null);return this._pipeBindExprs.push(u),u}updatePipeSlotOffsets(e){this._pipeBindExprs.forEach((t=>{t.args[1].value+=e}))}visitLiteralArray(e,t){return new Bi(e.span,e.sourceSpan,this.visitAll(e.expressions),(e=>{const t=_t(e);return Bl(this.constantPool,t,this.allocatePureFunctionSlots)}))}visitLiteralMap(e,t){return new Bi(e.span,e.sourceSpan,this.visitAll(e.values),(t=>{const s=bt(t.map(((t,s)=>({key:e.keys[s].key,value:t,quoted:e.keys[s].quoted}))));return Bl(this.constantPool,s,this.allocatePureFunctionSlots)}))}}const $l=[Ht.pipeBind1,Ht.pipeBind2,Ht.pipeBind3,Ht.pipeBind4];const Dl=[Ht.pureFunction0,Ht.pureFunction1,Ht.pureFunction2,Ht.pureFunction3,Ht.pureFunction4,Ht.pureFunction5,Ht.pureFunction6,Ht.pureFunction7,Ht.pureFunction8];function ql(e){return wt(Ht.nextContext).callFn(e>1?[kt(e)]:[])}function Bl(e,t,s){const{literalFactory:n,literalFactoryArguments:r}=e.getLiteralFactory(t),i=s(1+r.length),{identifier:a,isVarLength:o}=function(e){const t=Dl[e.length];return{identifier:t||Ht.pureFunctionV,isVarLength:!t}}(r),l=[kt(i),n];return o?l.push(_t(r)):l.push(...r),wt(a).callFn(l)}function Fl(e){const[t,s]=r(e),n=kt(s);return t?[kt(0),kt(t),n]:[n]}const Vl="$$shared_ctx$$";class Ul{constructor(e=0,t=null,s){if(this.bindingLevel=e,this.parent=t,this.globals=s,this.map=new Map,this.referenceNameIndex=0,this.restoreViewVariable=null,this.usesRestoredViewContext=!1,void 0!==s)for(const e of s)this.set(0,e,xt(e))}static createRootScope(){return new Ul}get(e){let t=this;for(;t;){let s=t.map.get(e);if(null!=s)return t!==this&&(s={retrievalLevel:s.retrievalLevel,lhs:s.lhs,declareLocalCallback:s.declareLocalCallback,declare:!1,priority:s.priority},this.map.set(e,s),this.maybeGenerateSharedContextVar(s),this.maybeRestoreView()),s.declareLocalCallback&&!s.declare&&(s.declare=!0),s.lhs;t=t.parent}return 0===this.bindingLevel?null:this.getComponentProperty(e)}set(e,t,s,n=0,r,i){if(this.map.has(t)){if(i)return this;M(`The name ${t} is already defined in scope to be ${this.map.get(t)}`)}return this.map.set(t,{retrievalLevel:e,lhs:s,declare:!1,declareLocalCallback:r,priority:n}),this}getLocal(e){return this.get(e)}notifyImplicitReceiverUse(){0!==this.bindingLevel&&(this.map.get(Vl+0).declare=!0)}nestedScope(e,t){const s=new Ul(e,this,t);return e>0&&s.generateSharedContextVar(0),s}getOrCreateSharedContextVar(e){const t=Vl+e;return this.map.has(t)||this.generateSharedContextVar(e),this.map.get(t).lhs}getSharedContextName(e){const t=this.map.get(Vl+e);return t&&t.declare?t.lhs:null}maybeGenerateSharedContextVar(e){if(1===e.priority&&e.retrievalLevel[t.set(ql(s)).toConstDecl()],declare:!1,priority:2})}getComponentProperty(e){const t=this.map.get(Vl+0);return t.declare=!0,this.maybeRestoreView(),t.lhs.prop(e)}maybeRestoreView(){this.isListenerScope()&&(this.parent.restoreViewVariable||(this.parent.restoreViewVariable=xt(this.parent.freshReferenceName())),this.restoreViewVariable=this.parent.restoreViewVariable)}restoreViewStatement(){if(this.restoreViewVariable){const e=Pn(null,Ht.restoreView,[this.restoreViewVariable]);return this.usesRestoredViewContext?xt(Nn).set(e).toConstDecl():e.toStmt()}return null}viewSnapshotStatements(){return this.restoreViewVariable?[this.restoreViewVariable.set(Pn(null,Ht.getCurrentView,[])).toConstDecl()]:[]}isListenerScope(){return this.parent&&this.parent.bindingLevel===this.bindingLevel}variableDeclarations(){let e=0;return Array.from(this.map.values()).filter((e=>e.declare)).sort(((e,t)=>t.retrievalLevel-e.retrievalLevel||t.priority-e.priority)).reduce(((t,s)=>{const n=this.bindingLevel-s.retrievalLevel,r=s.declareLocalCallback(this,n-e);return e=n,t.concat(r)}),[])}freshReferenceName(){let e=this;for(;e.parent;)e=e.parent;return"_r"+e.referenceNameIndex++}hasRestoreViewVariable(){return!!this.restoreViewVariable}notifyRestoredViewContextUse(){this.usesRestoredViewContext=!0}}function Hl(e){switch(qn(e)){case 1:return Ht.propertyInterpolate;case 3:return Ht.propertyInterpolate1;case 5:return Ht.propertyInterpolate2;case 7:return Ht.propertyInterpolate3;case 9:return Ht.propertyInterpolate4;case 11:return Ht.propertyInterpolate5;case 13:return Ht.propertyInterpolate6;case 15:return Ht.propertyInterpolate7;case 17:return Ht.propertyInterpolate8;default:return Ht.propertyInterpolateV}}function jl(e,t,s={}){const{interpolationConfig:n,preserveWhitespaces:r,enableI18nLegacyMessageIdFormat:i}=s,a=zl(n),o=(new _o).parse(e,t,{leadingTriviaChars:Al,...s,tokenizeExpansionForms:!0});if(!s.alwaysAttemptHtmlToR3AstConversion&&o.errors&&o.errors.length>0){const e={interpolationConfig:n,preserveWhitespaces:r,errors:o.errors,nodes:[],styleUrls:[],styles:[],ngContentSelectors:[]};return s.collectCommentNodes&&(e.commentNodes=[]),e}let l=o.rootNodes;const c=new _l(n,!r,i),u=c.visitAllWithErrors(l);if(!s.alwaysAttemptHtmlToR3AstConversion&&u.errors&&u.errors.length>0){const e={interpolationConfig:n,preserveWhitespaces:r,errors:u.errors,nodes:[],styleUrls:[],styles:[],ngContentSelectors:[]};return s.collectCommentNodes&&(e.commentNodes=[]),e}l=u.rootNodes,r||(l=Qa(new Po,l),c.hasI18nMeta&&(l=Qa(new _l(n,!1),l)));const{nodes:p,errors:h,styleUrls:d,styles:m,ngContentSelectors:f,commentNodes:g}=function(e,t,s){const n=new sl(t,s),r={nodes:Qa(n,e),errors:t.errors.concat(n.errors),styleUrls:n.styleUrls,styles:n.styles,ngContentSelectors:n.ngContentSelectors};return s.collectCommentNodes&&(r.commentNodes=n.commentNodes),r}(l,a,{collectCommentNodes:!!s.collectCommentNodes});h.push(...o.errors,...u.errors);const v={interpolationConfig:n,preserveWhitespaces:r,errors:h.length>0?h:null,nodes:p,styleUrls:d,styles:m,ngContentSelectors:f};return s.collectCommentNodes&&(v.commentNodes=g),v}const Wl=new Fo;function zl(e=zn){return new jo(new Ba(new Ta),e,Wl,[])}function Kl(e,t){switch(e){case C.HTML:return wt(Ht.sanitizeHtml);case C.SCRIPT:return wt(Ht.sanitizeScript);case C.STYLE:return t?wt(Ht.sanitizeStyle):null;case C.URL:return wt(Ht.sanitizeUrl);case C.RESOURCE_URL:return wt(Ht.sanitizeResourceUrl);default:return null}}function Gl(e,t){const s=Mn(t.value);if(!Uo(e,t.name))return s;switch(Wl.securityContext(e,t.name,!0)){case C.HTML:return Nt(wt(Ht.trustConstantHtml),new De([new qe(t.value)],[]),void 0,t.valueSpan);case C.RESOURCE_URL:return Nt(wt(Ht.trustConstantResourceUrl),new De([new qe(t.value)],[]),void 0,t.valueSpan);default:return s}}function Yl(e){return e instanceof xs||e instanceof ws||e instanceof ks}function Ql(e){return e.every(Yl)}function Xl(e,t,s){return()=>{const n=e(),r=Array.isArray(n)?n:[n];return s&&r.push(...s),t&&r.unshift(kt(t)),r}}const Jl="ngI18nClosureMode";function Zl(){return Et(xt(Jl)).notIdentical(kt("undefined",ye)).and(xt(Jl))}function ec(e){return e.reduce(((e,t)=>{const s=Array.isArray(t)?ec(t):t;return e.concat(s)}),[])}const tc=/attr\.([^\]]+)/,sc="%COMP%",nc=`_nghost-${sc}`,rc=`_ngcontent-${sc}`;function ic(e,t,s){const n=new Dn,r=N(e.selector);return n.set("type",e.internalType),r.length>0&&n.set("selectors",Mn(r)),e.queries.length>0&&n.set("contentQueries",function(e,t,s){const n=[],r=[],i=An(r,Cn);for(const s of e){n.push(wt(Ht.contentQuery).callFn([xt("dirIndex"),...uc(s,t)]).toStmt());const e=i(),a=wt(Ht.loadQuery).callFn([]),o=wt(Ht.queryRefresh).callFn([e.set(a)]),l=xt(Tn).prop(s.propertyName).set(s.first?e.prop("first"):e);r.push(o.and(l).toStmt())}const a=s?`${s}_ContentQueries`:null;return Tt([new Qe(In,ve),new Qe(Tn,null),new Qe("dirIndex",null)],[Ll(1,n),Ll(2,r)],me,null,a)}(e.queries,t,e.name)),e.viewQueries.length&&n.set("viewQuery",function(e,t,s){const n=[],r=[],i=An(r,Cn);e.forEach((e=>{const s=wt(Ht.viewQuery).callFn(uc(e,t));n.push(s.toStmt());const a=i(),o=wt(Ht.loadQuery).callFn([]),l=wt(Ht.queryRefresh).callFn([a.set(o)]),c=xt(Tn).prop(e.propertyName).set(e.first?a.prop("first"):a);r.push(l.and(c).toStmt())}));const a=s?`${s}_Query`:null;return Tt([new Qe(In,ve),new Qe(Tn,null)],[Ll(1,n),Ll(2,r)],me,null,a)}(e.viewQueries,t,e.name)),n.set("hostBindings",function(e,t,s,n,r,i,a){const o=xt(Tn),l=new xa(o),{styleAttr:c,classAttr:u}=e.specialAttributes;void 0!==c&&l.registerStyleAttr(c);void 0!==u&&l.registerClassAttr(u);const p=[],h=[],d=[],m=t,f=s.createDirectiveHostEventAsts(e.listeners,m);f&&f.length&&p.push(...function(e,t){const s=[],n=[],r=[];for(const r of e){let e=r.name&&Sr(r.name);const i=1===r.type?rs(e,r.targetOrPhase):e,a=t&&e?`${t}_${i}_HostBindingHandler`:null,o=Ml(_s.fromParsedEvent(r),a);1==r.type?n.push(o):s.push(o)}for(const e of n)r.push({reference:Ht.syntheticHostListener,paramsOrFn:e,span:null});for(const e of s)r.push({reference:Ht.listener,paramsOrFn:e,span:null});return r}(f,i));const g=s.createBoundHostProperties(e.properties,m),v=[];let y,x=0;g&&g.forEach((e=>{l.registerInputBasedOnName(e.name,e.expression,m)?x+=2:(v.push(e),x++)}));const w=()=>{if(!y){y=new Ol(n,(()=>M("Unexpected node")),(e=>{const t=x;return x+=e,t}),(()=>M("Unexpected pipe")))}return y},S=[],E=[],_=[];for(const e of v){const t=e.expression.visit(w()),n=gc(o,t),{bindingName:i,instruction:a,isAttribute:l}=yc(e),c=s.calcPossibleSecurityContexts(r,i,l).filter((e=>e!==C.NONE));let u=null;c.length&&(u=2===c.length&&c.indexOf(C.URL)>-1&&c.indexOf(C.RESOURCE_URL)>-1?wt(Ht.sanitizeUrlOrResourceUrl):Kl(c[0],l));const p=[kt(i),n.currValExpr];u&&p.push(u),d.push(...n.stmts),a===Ht.hostProperty?S.push(p):a===Ht.attribute?E.push(p):a===Ht.syntheticHostProperty?_.push(p):h.push({reference:a,paramsOrFn:p,span:null})}for(const e of S)h.push({reference:Ht.hostProperty,paramsOrFn:e,span:null});for(const e of E)h.push({reference:Ht.attribute,paramsOrFn:e,span:null});for(const e of _)h.push({reference:Ht.syntheticHostProperty,paramsOrFn:e,span:null});const b=function(e){const t=[];for(let s of Object.getOwnPropertyNames(e)){const n=e[s];t.push(kt(s),n)}return t}(e.attributes);l.assignHostAttrs(b,a),l.hasBindings&&l.buildUpdateLevelInstructions(w()).forEach((e=>{for(const t of e.calls)x+=Math.max(t.allocateBindingSlots-2,0),h.push({reference:e.reference,paramsOrFn:vc(t,o,gc),span:null})}));x&&a.set("hostVars",kt(x));if(p.length>0||h.length>0){const e=i?`${i}_HostBindings`:null,t=[];return p.length>0&&t.push(Ll(1,Bn(p))),h.length>0&&t.push(Ll(2,d.concat(Bn(h)))),Tt([new Qe(In,ve),new Qe(Tn,null)],t,me,null,e)}return null}(e.host,e.typeSourceSpan,s,t,e.selector||"",e.name,n)),n.set("inputs",Rn(e.inputs,!0)),n.set("outputs",Rn(e.outputs)),null!==e.exportAs&&n.set("exportAs",_t(e.exportAs.map((e=>kt(e))))),e.isStandalone&&n.set("standalone",kt(!0)),n}function ac(e,t){const s=[],n=t.providers,r=t.viewProviders;if(n||r){const e=[n||new st([])];r&&e.push(r),s.push(wt(Ht.ProvidersFeature).callFn(e))}t.usesInheritance&&s.push(wt(Ht.InheritDefinitionFeature)),t.fullInheritance&&s.push(wt(Ht.CopyDefinitionFeature)),t.lifecycle.usesOnChanges&&s.push(wt(Ht.NgOnChangesFeature)),t.hasOwnProperty("template")&&t.isStandalone&&s.push(wt(Ht.StandaloneFeature)),s.length&&e.set("features",_t(s))}function oc(e,t,s){const n=ic(e,t,s);ac(n,e);return{expression:wt(Ht.defineDirective).callFn([n.toLiteralMap()],void 0,!0),type:fc(e),statements:[]}}function lc(e,t,s){const n=ic(e,t,s);ac(n,e);const r=e.selector&&f.parse(e.selector),i=r&&r[0];if(i){const e=i.getAttrs();e.length&&n.set("attrs",t.getConstLiteral(_t(e.map((e=>kt(null!=e?e:void 0)))),!0))}const a=e.name,o=a?`${a}_Template`:null,l=e.changeDetection,c=e.template,u=new Rl(t,Ul.createRootScope(),0,a,null,null,o,Ht.namespaceHTML,e.relativeContextFilePath,e.i18nUseExternalIds),p=u.buildTemplateFunction(c.nodes,[]),h=u.getNgContentSelectors();h&&n.set("ngContentSelectors",h),n.set("decls",kt(u.getConstCount())),n.set("vars",kt(u.getVarCount()));const{constExpressions:d,prepareStatements:m}=u.getConsts();if(d.length>0){let e=_t(d);m.length>0&&(e=Tt([],[...m,new ft(e)])),n.set("consts",e)}if(n.set("template",p),e.declarations.length>0&&n.set("dependencies",function(e,t){switch(t){case 0:return e;case 1:return Tt([],[new ft(e)]);case 2:const t=e.prop("map").callFn([wt(Ht.resolveForwardRef)]);return Tt([],[new ft(t)])}}(_t(e.declarations.map((e=>e.type))),e.declarationListEmitMode)),null===e.encapsulation&&(e.encapsulation=w.Emulated),e.styles&&e.styles.length){const s=e.encapsulation==w.Emulated?function(e,t,s){const n=new Fi;return e.map((e=>n.shimCssText(e,t,s)))}(e.styles,rc,nc):e.styles,r=s.reduce(((e,s)=>(s.trim().length>0&&e.push(t.getConstLiteral(kt(s))),e)),[]);r.length>0&&n.set("styles",_t(r))}else e.encapsulation===w.Emulated&&(e.encapsulation=w.None);e.encapsulation!==w.Emulated&&n.set("encapsulation",kt(e.encapsulation)),null!==e.animations&&n.set("data",bt([{key:"animation",value:e.animations,quoted:!1}])),null!=l&&l!==S.Default&&n.set("changeDetection",kt(l));return{expression:wt(Ht.defineComponent).callFn([n.toLiteralMap()],void 0,!0),type:cc(e),statements:[]}}function cc(e){const t=mc(e);return t.push(dc(e.template.ngContentSelectors)),t.push(St(kt(e.isStandalone))),St(wt(Ht.ComponentDeclaration,t))}function uc(e,t){const s=[$n(e,t),kt(pc(e))];return e.read&&s.push(e.read),s}function pc(e){return(e.descendants?1:0)|(e.static?2:0)|(e.emitDistinctChangesOnly?4:0)}function hc(e){return St(bt(Object.keys(e).map((t=>({key:t,value:kt(Array.isArray(e[t])?e[t][0]:e[t]),quoted:!0})))))}function dc(e){return e.length>0?St(_t(e.map((e=>kt(e))))):we}function mc(e){const t=null!==e.selector?e.selector.replace(/\n/g,""):null;return[ts(e.type.type,e.typeArgumentCount),null!==t?(s=t,St(kt(s))):we,null!==e.exportAs?dc(e.exportAs):we,hc(e.inputs),hc(e.outputs),dc(e.queries.map((e=>e.propertyName)))];var s}function fc(e){const t=mc(e);return t.push(we),t.push(St(kt(e.isStandalone))),St(wt(Ht.DirectiveDeclaration,t))}function gc(e,t){return Ii(null,e,t,"b")}function vc(e,t,s){return e.params((e=>s(t,e).currValExpr))}function yc(e){let t,s=e.name;const n=s.match(tc);return n?(s=n[1],t=Ht.attribute):e.isAnimation?(s=ss(s),t=Ht.syntheticHostProperty):t=Ht.hostProperty,{bindingName:s,instruction:t,isAttribute:!!n}}const xc=/^(?:\[([^\]]+)\])|(?:\(([^\)]+)\))$/;function wc(e){const t={},s={},n={},r={};for(const i of Object.keys(e)){const a=e[i],o=i.match(xc);if(null===o)switch(i){case"class":if("string"!=typeof a)throw new Error("Class binding must be string");r.classAttr=a;break;case"style":if("string"!=typeof a)throw new Error("Style binding must be string");r.styleAttr=a;break;default:t[i]="string"==typeof a?kt(a):a}else if(null!=o[1]){if("string"!=typeof a)throw new Error("Property binding must be string");n[o[1]]=a}else if(null!=o[2]){if("string"!=typeof a)throw new Error("Event binding must be string");s[o[2]]=a}}return{attributes:t,listeners:s,properties:n,specialAttributes:r}}function Sc(e,t){const s=zl();return s.createDirectiveHostEventAsts(e.listeners,t),s.createBoundHostProperties(e.properties,t),s.errors}class Ec{}class _c{constructor(e=new Ir){this.jitEvaluator=e,this.FactoryTarget=ds,this.ResourceLoader=Ec,this.elementSchemaRegistry=new Fo}compilePipe(e,t,s){const n=Br({name:s.name,type:os(s.type),internalType:new ke(s.type),typeArgumentCount:0,deps:null,pipeName:s.pipeName,pure:s.pure,isStandalone:s.isStandalone});return this.jitExpression(n.expression,e,t,[])}compilePipeDeclaration(e,t,s){const n=function(e){return{name:e.type.name,type:os(e.type),internalType:new ke(e.type),typeArgumentCount:0,pipeName:e.name,deps:null,pure:e.pure??!0,isStandalone:e.isStandalone??!1}}(s),r=Br(n);return this.jitExpression(r.expression,e,t,[])}compileInjectable(e,t,s){const{expression:n,statements:r}=Fn({name:s.name,type:os(s.type),internalType:new ke(s.type),typeArgumentCount:s.typeArgumentCount,providedIn:Dc(s.providedIn),useClass:Oc(s,"useClass"),useFactory:$c(s,"useFactory"),useValue:Oc(s,"useValue"),useExisting:Oc(s,"useExisting"),deps:s.deps?.map(qc)},!0);return this.jitExpression(n,e,t,r)}compileInjectableDeclaration(e,t,s){const{expression:n,statements:r}=Fn({name:s.type.name,type:os(s.type),internalType:new ke(s.type),typeArgumentCount:0,providedIn:Dc(s.providedIn),useClass:Oc(s,"useClass"),useFactory:$c(s,"useFactory"),useValue:Oc(s,"useValue"),useExisting:Oc(s,"useExisting"),deps:s.deps?.map(Bc)},!0);return this.jitExpression(n,e,t,r)}compileInjector(e,t,s){const n=kr({name:s.name,type:os(s.type),internalType:new ke(s.type),providers:s.providers&&s.providers.length>0?new ke(s.providers):null,imports:s.imports.map((e=>new ke(e)))});return this.jitExpression(n.expression,e,t,[])}compileInjectorDeclaration(e,t,s){const n=function(e){return{name:e.type.name,type:os(e.type),internalType:new ke(e.type),providers:void 0!==e.providers&&e.providers.length>0?new ke(e.providers):null,imports:void 0!==e.imports?e.imports.map((e=>new ke(e))):[]}}(s),r=kr(n);return this.jitExpression(r.expression,e,t,[])}compileNgModule(e,t,s){const n=$r({type:os(s.type),internalType:new ke(s.type),adjacentType:new ke(s.type),bootstrap:s.bootstrap.map(os),declarations:s.declarations.map(os),imports:s.imports.map(os),exports:s.exports.map(os),selectorScopeMode:Lr.Inline,containsForwardDecls:!1,schemas:s.schemas?s.schemas.map(os):null,id:s.id?new ke(s.id):null});return this.jitExpression(n.expression,e,t,[])}compileNgModuleDeclaration(e,t,s){const n=function(e){const t=new Dn;return t.set("type",new ke(e.type)),void 0!==e.bootstrap&&t.set("bootstrap",new ke(e.bootstrap)),void 0!==e.declarations&&t.set("declarations",new ke(e.declarations)),void 0!==e.imports&&t.set("imports",new ke(e.imports)),void 0!==e.exports&&t.set("exports",new ke(e.exports)),void 0!==e.schemas&&t.set("schemas",new ke(e.schemas)),void 0!==e.id&&t.set("id",new ke(e.id)),wt(Ht.defineNgModule).callFn([t.toLiteralMap()])}(s);return this.jitExpression(n,e,t,[])}compileDirective(e,t,s){const n=Ic(s);return this.compileDirectiveFromMeta(e,t,n)}compileDirectiveDeclaration(e,t,s){const n=Nc(s,this.createParseSourceSpan("Directive",s.type.name,t));return this.compileDirectiveFromMeta(e,t,n)}compileDirectiveFromMeta(e,t,s){const n=new Dt,r=oc(s,n,zl());return this.jitExpression(r.expression,e,t,n.statements)}compileComponent(e,t,s){const{template:n,interpolation:r}=Rc(s.template,s.name,t,s.preserveWhitespaces,s.interpolation),i={...s,...Ic(s),selector:s.selector||this.elementSchemaRegistry.getDefaultComponentElementName(),template:n,declarations:s.declarations.map(Ac),declarationListEmitMode:0,styles:[...s.styles,...n.styles],encapsulation:s.encapsulation,interpolation:r,changeDetection:s.changeDetection,animations:null!=s.animations?new ke(s.animations):null,viewProviders:null!=s.viewProviders?new ke(s.viewProviders):null,relativeContextFilePath:"",i18nUseExternalIds:!0},a=`ng:///${s.name}.js`;return this.compileComponentFromMeta(e,a,i)}compileComponentDeclaration(e,t,s){const n=function(e,t,s){const{template:n,interpolation:r}=Rc(e.template,e.type.name,s,e.preserveWhitespaces??!1,e.interpolation),i=[];if(e.dependencies)for(const t of e.dependencies)switch(t.kind){case"directive":case"component":i.push(Lc(t));break;case"pipe":i.push(Mc(t))}else(e.components||e.directives||e.pipes)&&(e.components&&i.push(...e.components.map((e=>Lc(e,!0)))),e.directives&&i.push(...e.directives.map((e=>Lc(e)))),e.pipes&&i.push(...function(e){if(!e)return[];return Object.keys(e).map((t=>({kind:Mr.Pipe,name:t,type:new ke(e[t])})))}(e.pipes)));return{...Nc(e,t),template:n,styles:e.styles??[],declarations:i,viewProviders:void 0!==e.viewProviders?new ke(e.viewProviders):null,animations:void 0!==e.animations?new ke(e.animations):null,changeDetection:e.changeDetection??S.Default,encapsulation:e.encapsulation??w.Emulated,interpolation:r,declarationListEmitMode:2,relativeContextFilePath:"",i18nUseExternalIds:!0}}(s,this.createParseSourceSpan("Component",s.type.name,t),t);return this.compileComponentFromMeta(e,t,n)}compileComponentFromMeta(e,t,s){const n=new Dt,r=lc(s,n,zl(s.interpolation));return this.jitExpression(r.expression,e,t,n.statements)}compileFactory(e,t,s){const n=ms({name:s.name,type:os(s.type),internalType:new ke(s.type),typeArgumentCount:s.typeArgumentCount,deps:(r=s.deps,null==r?null:r.map(qc)),target:s.target});var r;return this.jitExpression(n.expression,e,t,n.statements)}compileFactoryDeclaration(e,t,s){const n=ms({name:s.type.name,type:os(s.type),internalType:new ke(s.type),typeArgumentCount:0,deps:Array.isArray(s.deps)?s.deps.map(Bc):s.deps,target:s.target});return this.jitExpression(n.expression,e,t,n.statements)}createParseSourceSpan(e,t,s){return yr(e,t,s)}jitExpression(e,t,s,n){const r=[...n,new ht("$def",e,void 0,lt.Exported)];return this.jitEvaluator.evaluateStatements(s,r,new Ar(t),!0).$def}}function bc(e){return{...e,predicate:Tc(e.predicate),read:e.read?new ke(e.read):null,static:e.static,emitDistinctChangesOnly:e.emitDistinctChangesOnly}}function Cc(e){return{propertyName:e.propertyName,first:e.first??!1,predicate:Tc(e.predicate),descendants:e.descendants??!1,read:e.read?new ke(e.read):null,static:e.static??!1,emitDistinctChangesOnly:e.emitDistinctChangesOnly??!0}}function Tc(e){return Array.isArray(e)?e:cs(new ke(e),1)}function Ic(e){const t=jc(e.inputs||[]),s=jc(e.outputs||[]),n=e.propMetadata,r={},i={};for(const e in n)n.hasOwnProperty(e)&&n[e].forEach((t=>{"Input"===t.ngMetadataName?r[e]=t.bindingPropertyName?[t.bindingPropertyName,e]:e:Hc(t)&&(i[e]=t.bindingPropertyName||e)}));return{...e,typeArgumentCount:0,typeSourceSpan:e.typeSourceSpan,type:os(e.type),internalType:new ke(e.type),deps:null,host:Vc(e.propMetadata,e.typeSourceSpan,e.host),inputs:{...t,...r},outputs:{...s,...i},queries:e.queries.map(bc),providers:null!=e.providers?new ke(e.providers):null,viewQueries:e.viewQueries.map(bc),fullInheritance:!1}}function Nc(e,t){return{name:e.type.name,type:os(e.type),typeSourceSpan:t,internalType:new ke(e.type),selector:e.selector??null,inputs:e.inputs??{},outputs:e.outputs??{},host:kc(e.host),queries:(e.queries??[]).map(Cc),viewQueries:(e.viewQueries??[]).map(Cc),providers:void 0!==e.providers?new ke(e.providers):null,exportAs:e.exportAs??null,usesInheritance:e.usesInheritance??!1,lifecycle:{usesOnChanges:e.usesOnChanges??!1},deps:null,typeArgumentCount:0,fullInheritance:!1,isStandalone:e.isStandalone??!1}}function kc(e={}){return{attributes:Pc(e.attributes??{}),listeners:e.listeners??{},properties:e.properties??{},specialAttributes:{classAttr:e.classAttribute,styleAttr:e.styleAttribute}}}function Pc(e){const t={};for(const s of Object.keys(e))t[s]=new ke(e[s]);return t}function Ac(e){return{...e,type:new ke(e.type)}}function Lc(e,t=null){return{kind:Mr.Directive,isComponent:t||"component"===e.kind,selector:e.selector,type:new ke(e.type),inputs:e.inputs??[],outputs:e.outputs??[],exportAs:e.exportAs??null}}function Mc(e){return{kind:Mr.Pipe,name:e.name,type:new ke(e.type)}}function Rc(e,t,s,n,r){const i=r?Wn.fromArray(r):zn,a=jl(e,s,{preserveWhitespaces:n,interpolationConfig:i});if(null!==a.errors){const e=a.errors.map((e=>e.toString())).join(", ");throw new Error(`Errors during JIT compilation of template for ${t}: ${e}`)}return{template:a,interpolation:i}}function Oc(e,t){return e.hasOwnProperty(t)?cs(new ke(e[t]),0):void 0}function $c(e,t){return e.hasOwnProperty(t)?new ke(e[t]):void 0}function Dc(e){return cs("function"==typeof e?new ke(e):new $e(e??null),0)}function qc(e){const t=null!=e.attribute,s=null===e.token?null:new ke(e.token);return Fc(t?new ke(e.attribute):s,t,e.host,e.optional,e.self,e.skipSelf)}function Bc(e){const t=e.attribute??!1;return Fc(null===e.token?null:new ke(e.token),t,e.host??!1,e.optional??!1,e.self??!1,e.skipSelf??!1)}function Fc(e,t,s,n,r,i){return{token:e,attributeNameType:t?kt("unknown"):null,host:s,optional:n,self:r,skipSelf:i}}function Vc(e,t,s){const n=wc(s||{}),r=Sc(n,t);if(r.length)throw new Error(r.map((e=>e.msg)).join("\n"));for(const t in e)e.hasOwnProperty(t)&&e[t].forEach((e=>{"HostBinding"===e.ngMetadataName?n.properties[e.hostPropertyName||t]=ns("this",t):Uc(e)&&(n.listeners[e.eventName||t]=`${t}(${(e.args||[]).join(",")})`)}));return n}function Uc(e){return"HostListener"===e.ngMetadataName}function Hc(e){return"Output"===e.ngMetadataName}function jc(e){return e.reduce(((e,t)=>{const[s,n]=t.split(",").map((e=>e.trim()));return e[s]=n||s,e}),{})}function Wc(e){(e.ng||(e.ng={})).ɵcompilerFacade=new _c}const zc=new $("14.0.6");class Kc{constructor({defaultEncapsulation:e=w.Emulated,useJit:t=!0,jitDevMode:s=!1,missingTranslation:n=null,preserveWhitespaces:r,strictInjectionParameters:i}={}){var a;this.defaultEncapsulation=e,this.useJit=!!t,this.jitDevMode=!!s,this.missingTranslation=n,this.preserveWhitespaces=Gc(void 0===(a=r)?null:a),this.strictInjectionParameters=!0===i}}function Gc(e,t=!1){return null===e?t:e}const Yc="i18n",Qc="i18n-",Xc=/^i18n:?/;let Jc=!1;class Zc{constructor(e,t){this.messages=e,this.errors=t}}var eu;!function(e){e[e.Extract=0]="Extract",e[e.Merge=1]="Merge"}(eu||(eu={}));class tu{constructor(e,t){this._implicitTags=e,this._implicitAttrs=t}extract(e,t){return this._init(eu.Extract,t),e.forEach((e=>e.visit(this,null))),this._inI18nBlock&&this._reportError(e[e.length-1],"Unclosed block"),new Zc(this._messages,this._errors)}merge(e,t,s){this._init(eu.Merge,s),this._translations=t;const n=new Ga("wrapper",[],e,void 0,void 0,void 0).visit(this,null);return this._inI18nBlock&&this._reportError(e[e.length-1],"Unclosed block"),new yo(n.children,this._errors)}visitExpansionCase(e,t){const s=Qa(this,e.expression,t);if(this._mode===eu.Merge)return new za(e.value,s,e.sourceSpan,e.valueSourceSpan,e.expSourceSpan)}visitExpansion(e,t){this._mayBeAddBlockChildren(e);const s=this._inIcu;this._inIcu||(this._isInTranslatableSection&&this._addMessage([e]),this._inIcu=!0);const n=Qa(this,e.cases,t);return this._mode===eu.Merge&&(e=new Wa(e.switchValue,e.type,n,e.sourceSpan,e.switchValueSourceSpan)),this._inIcu=s,e}visitComment(e,t){const s=!!((n=e)instanceof Ya&&n.value&&n.value.startsWith("i18n"));var n;if(s&&this._isInTranslatableSection)return void this._reportError(e,"Could not start a block inside a translatable section");const r=function(e){return!!(e instanceof Ya&&e.value&&"/i18n"===e.value)}(e);if(!r||this._inI18nBlock){if(!this._inI18nNode&&!this._inIcu)if(this._inI18nBlock){if(r){if(this._depth==this._blockStartDepth){this._closeTranslatableSection(e,this._blockChildren),this._inI18nBlock=!1;const t=this._addMessage(this._blockChildren,this._blockMeaningAndDesc);return Qa(this,this._translateMessage(e,t))}return void this._reportError(e,"I18N blocks should not cross element boundaries")}}else if(s){if(!Jc&&console&&console.warn){Jc=!0;const t=e.sourceSpan.details?`, ${e.sourceSpan.details}`:"";console.warn(`I18n comments are deprecated, use an element instead (${e.sourceSpan.start}${t})`)}this._inI18nBlock=!0,this._blockStartDepth=this._depth,this._blockChildren=[],this._blockMeaningAndDesc=e.value.replace(Xc,"").trim(),this._openTranslatableSection(e)}}else this._reportError(e,"Trying to close an unopened block")}visitText(e,t){return this._isInTranslatableSection&&this._mayBeAddBlockChildren(e),e}visitElement(e,t){this._mayBeAddBlockChildren(e),this._depth++;const s=this._inI18nNode,n=this._inImplicitNode;let r,i=[];const a=e.attrs.find((e=>e.name===Yc))||null;const o=a?a.value:"",l=this._implicitTags.some((t=>e.name===t))&&!this._inIcu&&!this._isInTranslatableSection,c=!n&&l;if(this._inImplicitNode=n||l,this._isInTranslatableSection||this._inIcu)(a||c)&&this._reportError(e,"Could not mark an element as translatable inside a translatable section"),this._mode==eu.Extract&&Qa(this,e.children);else{if(a||c){this._inI18nNode=!0;const t=this._addMessage(e.children,o);r=this._translateMessage(e,t)}if(this._mode==eu.Extract){const t=a||c;t&&this._openTranslatableSection(e),Qa(this,e.children),t&&this._closeTranslatableSection(e,e.children)}}if(this._mode===eu.Merge){(r||e.children).forEach((e=>{const s=e.visit(this,t);s&&!this._isInTranslatableSection&&(i=i.concat(s))}))}if(this._visitAttributesOf(e),this._depth--,this._inI18nNode=s,this._inImplicitNode=n,this._mode===eu.Merge){const t=this._translateAttributes(e);return new Ga(e.name,t,i,e.sourceSpan,e.startSourceSpan,e.endSourceSpan)}return null}visitAttribute(e,t){throw new Error("unreachable code")}_init(e,t){this._mode=e,this._inI18nBlock=!1,this._inI18nNode=!1,this._depth=0,this._inIcu=!1,this._msgCountAtSectionStart=void 0,this._errors=[],this._messages=[],this._inImplicitNode=!1,this._createI18nMessage=vl(t)}_visitAttributesOf(e){const t={},s=this._implicitAttrs[e.name]||[];e.attrs.filter((e=>e.name.startsWith(Qc))).forEach((e=>t[e.name.slice(Qc.length)]=e.value)),e.attrs.forEach((e=>{e.name in t?this._addMessage([e],t[e.name]):s.some((t=>e.name===t))&&this._addMessage([e])}))}_addMessage(e,t){if(0==e.length||1==e.length&&e[0]instanceof Ka&&!e[0].value)return null;const{meaning:s,description:n,id:r}=su(t),i=this._createI18nMessage(e,s,n,r);return this._messages.push(i),i}_translateMessage(e,t){if(t&&this._mode===eu.Merge){const s=this._translations.get(t);if(s)return s;this._reportError(e,`Translation unavailable for message id="${this._translations.digest(t)}"`)}return[]}_translateAttributes(e){const t=e.attrs,s={};t.forEach((e=>{e.name.startsWith(Qc)&&(s[e.name.slice(Qc.length)]=su(e.value))}));const n=[];return t.forEach((t=>{if(t.name!==Yc&&!t.name.startsWith(Qc))if(t.value&&""!=t.value&&s.hasOwnProperty(t.name)){const{meaning:r,description:i,id:a}=s[t.name],o=this._createI18nMessage([t],r,i,a),l=this._translations.get(o);if(l)if(0==l.length)n.push(new Ka(t.name,"",t.sourceSpan,void 0,void 0,void 0,void 0));else if(l[0]instanceof ja){const e=l[0].value;n.push(new Ka(t.name,e,t.sourceSpan,void 0,void 0,void 0,void 0))}else this._reportError(e,`Unexpected translation for attribute "${t.name}" (id="${a||this._translations.digest(o)}")`);else this._reportError(e,`Translation unavailable for attribute "${t.name}" (id="${a||this._translations.digest(o)}")`)}else n.push(t)})),n}_mayBeAddBlockChildren(e){this._inI18nBlock&&!this._inIcu&&this._depth==this._blockStartDepth&&this._blockChildren.push(e)}_openTranslatableSection(e){this._isInTranslatableSection?this._reportError(e,"Unexpected section start"):this._msgCountAtSectionStart=this._messages.length}get _isInTranslatableSection(){return void 0!==this._msgCountAtSectionStart}_closeTranslatableSection(e,t){if(!this._isInTranslatableSection)return void this._reportError(e,"Unexpected section end");const s=this._msgCountAtSectionStart,n=t.reduce(((e,t)=>e+(t instanceof Ya?0:1)),0);if(1==n)for(let e=this._messages.length-1;e>=s;e--){const t=this._messages[e].nodes;if(!(1==t.length&&t[0]instanceof Ms)){this._messages.splice(e,1);break}}this._msgCountAtSectionStart=void 0}_reportError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}function su(e){if(!e)return{meaning:"",description:"",id:""};const t=e.indexOf("@@"),s=e.indexOf("|"),[n,r]=t>-1?[e.slice(0,t),e.slice(t+2)]:[e,""],[i,a]=s>-1?[n.slice(0,s),n.slice(s+1)]:["",n];return{meaning:i,description:a,id:r.trim()}}const nu=new class{constructor(){this.closedByParent=!1,this.isVoid=!1,this.ignoreFirstLf=!1,this.canSelfClose=!0,this.preventNamespaceInheritance=!1}requireExtraParent(e){return!1}isClosedByChild(e){return!1}getContentType(){return n.PARSABLE_DATA}};function ru(e){return nu}class iu extends xo{constructor(){super(ru)}parse(e,t,s){return super.parse(e,t,s)}}const au="x",ou="source",lu="trans-unit",cu="context";class uu extends Us{write(e,t){const s=new pu,n=[];e.forEach((e=>{let t=[];e.sources.forEach((e=>{let s=new Gs("context-group",{purpose:"location"});s.children.push(new Qs(10),new Gs(cu,{"context-type":"sourcefile"},[new Ys(e.filePath)]),new Qs(10),new Gs(cu,{"context-type":"linenumber"},[new Ys(`${e.startLine}`)]),new Qs(8)),t.push(new Qs(8),s)}));const r=new Gs(lu,{id:e.id,datatype:"html"});r.children.push(new Qs(8),new Gs(ou,{},s.serialize(e.nodes)),...t),e.description&&r.children.push(new Qs(8),new Gs("note",{priority:"1",from:"description"},[new Ys(e.description)])),e.meaning&&r.children.push(new Qs(8),new Gs("note",{priority:"1",from:"meaning"},[new Ys(e.meaning)])),r.children.push(new Qs(6)),n.push(new Qs(6),r)}));const r=new Gs("body",{},[...n,new Qs(4)]),i=new Gs("file",{"source-language":t||"en",datatype:"plaintext",original:"ng2.template"},[new Qs(4),r,new Qs(2)]),a=new Gs("xliff",{version:"1.2",xmlns:"urn:oasis:names:tc:xliff:document:1.2"},[new Qs(2),i,new Qs]);return Ws([new zs({version:"1.0",encoding:"UTF-8"}),new Qs,a,new Qs])}load(e,t){const s=new hu,{locale:n,msgIdToHtml:r,errors:i}=s.parse(e,t),a={},o=new du;if(Object.keys(r).forEach((e=>{const{i18nNodes:s,errors:n}=o.convert(r[e],t);i.push(...n),a[e]=s})),i.length)throw new Error(`xliff parse errors:\n${i.join("\n")}`);return{locale:n,i18nNodesByMsgId:a}}digest(e){return F(e)}}class pu{visitText(e,t){return[new Ys(e.value)]}visitContainer(e,t){const s=[];return e.children.forEach((e=>s.push(...e.visit(this)))),s}visitIcu(e,t){const s=[new Ys(`{${e.expressionPlaceholder}, ${e.type}, `)];return Object.keys(e.cases).forEach((t=>{s.push(new Ys(`${t} {`),...e.cases[t].visit(this),new Ys("} "))})),s.push(new Ys("}")),s}visitTagPlaceholder(e,t){const s=function(e){switch(e.toLowerCase()){case"br":return"lb";case"img":return"image";default:return`x-${e}`}}(e.tag);if(e.isVoid)return[new Gs(au,{id:e.startName,ctype:s,"equiv-text":`<${e.tag}/>`})];const n=new Gs(au,{id:e.startName,ctype:s,"equiv-text":`<${e.tag}>`}),r=new Gs(au,{id:e.closeName,ctype:s,"equiv-text":``});return[n,...this.serialize(e.children),r]}visitPlaceholder(e,t){return[new Gs(au,{id:e.name,"equiv-text":`{{${e.value}}}`})]}visitIcuPlaceholder(e,t){const s=`{${e.value.expression}, ${e.value.type}, ${Object.keys(e.value.cases).map((e=>e+" {...}")).join(" ")}}`;return[new Gs(au,{id:e.name,"equiv-text":s})]}serialize(e){return[].concat(...e.map((e=>e.visit(this))))}}class hu{constructor(){this._locale=null}parse(e,t){this._unitMlString=null,this._msgIdToHtml={};const s=(new iu).parse(e,t);return this._errors=s.errors,Qa(this,s.rootNodes,null),{msgIdToHtml:this._msgIdToHtml,errors:this._errors,locale:this._locale}}visitElement(e,t){switch(e.name){case lu:this._unitMlString=null;const t=e.attrs.find((e=>"id"===e.name));if(t){const s=t.value;this._msgIdToHtml.hasOwnProperty(s)?this._addError(e,`Duplicated translations for msg ${s}`):(Qa(this,e.children,null),"string"==typeof this._unitMlString?this._msgIdToHtml[s]=this._unitMlString:this._addError(e,`Message ${s} misses a translation`))}else this._addError(e,`<${lu}> misses the "id" attribute`);break;case ou:case"seg-source":case"alt-trans":break;case"target":const s=e.startSourceSpan.end.offset,n=e.endSourceSpan.start.offset,r=e.startSourceSpan.start.file.content.slice(s,n);this._unitMlString=r;break;case"file":const i=e.attrs.find((e=>"target-language"===e.name));i&&(this._locale=i.value),Qa(this,e.children,null);break;default:Qa(this,e.children,null)}}visitAttribute(e,t){}visitText(e,t){}visitComment(e,t){}visitExpansion(e,t){}visitExpansionCase(e,t){}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}class du{convert(e,t){const s=(new iu).parse(e,t,{tokenizeExpansionForms:!0});this._errors=s.errors;return{i18nNodes:this._errors.length>0||0==s.rootNodes.length?[]:[].concat(...Qa(this,s.rootNodes)),errors:this._errors}}visitText(e,t){return new Ms(e.value,e.sourceSpan)}visitElement(e,t){if(e.name===au){const t=e.attrs.find((e=>"id"===e.name));return t?new Ds("",t.value,e.sourceSpan):(this._addError(e,`<${au}> misses the "id" attribute`),null)}return"mrk"===e.name?[].concat(...Qa(this,e.children)):(this._addError(e,"Unexpected tag"),null)}visitExpansion(e,t){const s={};return Qa(this,e.cases).forEach((t=>{s[t.value]=new Rs(t.nodes,e.sourceSpan)})),new Os(e.switchValue,e.type,s,e.sourceSpan)}visitExpansionCase(e,t){return{value:e.value,nodes:Qa(this,e.expression)}}visitComment(e,t){}visitAttribute(e,t){}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}const mu="ph",fu="xliff",gu="source",vu="unit";class yu extends Us{write(e,t){const s=new xu,n=[];e.forEach((e=>{const t=new Gs(vu,{id:e.id}),r=new Gs("notes");(e.description||e.meaning)&&(e.description&&r.children.push(new Qs(8),new Gs("note",{category:"description"},[new Ys(e.description)])),e.meaning&&r.children.push(new Qs(8),new Gs("note",{category:"meaning"},[new Ys(e.meaning)]))),e.sources.forEach((e=>{r.children.push(new Qs(8),new Gs("note",{category:"location"},[new Ys(`${e.filePath}:${e.startLine}${e.endLine!==e.startLine?","+e.endLine:""}`)]))})),r.children.push(new Qs(6)),t.children.push(new Qs(6),r);const i=new Gs("segment");i.children.push(new Qs(8),new Gs(gu,{},s.serialize(e.nodes)),new Qs(6)),t.children.push(new Qs(6),i,new Qs(4)),n.push(new Qs(4),t)}));const r=new Gs("file",{original:"ng.template",id:"ngi18n"},[...n,new Qs(2)]),i=new Gs(fu,{version:"2.0",xmlns:"urn:oasis:names:tc:xliff:document:2.0",srcLang:t||"en"},[new Qs(2),r,new Qs]);return Ws([new zs({version:"1.0",encoding:"UTF-8"}),new Qs,i,new Qs])}load(e,t){const s=new wu,{locale:n,msgIdToHtml:r,errors:i}=s.parse(e,t),a={},o=new Su;if(Object.keys(r).forEach((e=>{const{i18nNodes:s,errors:n}=o.convert(r[e],t);i.push(...n),a[e]=s})),i.length)throw new Error(`xliff2 parse errors:\n${i.join("\n")}`);return{locale:n,i18nNodesByMsgId:a}}digest(e){return U(e)}}class xu{visitText(e,t){return[new Ys(e.value)]}visitContainer(e,t){const s=[];return e.children.forEach((e=>s.push(...e.visit(this)))),s}visitIcu(e,t){const s=[new Ys(`{${e.expressionPlaceholder}, ${e.type}, `)];return Object.keys(e.cases).forEach((t=>{s.push(new Ys(`${t} {`),...e.cases[t].visit(this),new Ys("} "))})),s.push(new Ys("}")),s}visitTagPlaceholder(e,t){const s=function(e){switch(e.toLowerCase()){case"br":case"b":case"i":case"u":return"fmt";case"img":return"image";case"a":return"link";default:return"other"}}(e.tag);if(e.isVoid){return[new Gs(mu,{id:(this._nextPlaceholderId++).toString(),equiv:e.startName,type:s,disp:`<${e.tag}/>`})]}const n=new Gs("pc",{id:(this._nextPlaceholderId++).toString(),equivStart:e.startName,equivEnd:e.closeName,type:s,dispStart:`<${e.tag}>`,dispEnd:``}),r=[].concat(...e.children.map((e=>e.visit(this))));return r.length?r.forEach((e=>n.children.push(e))):n.children.push(new Ys("")),[n]}visitPlaceholder(e,t){const s=(this._nextPlaceholderId++).toString();return[new Gs(mu,{id:s,equiv:e.name,disp:`{{${e.value}}}`})]}visitIcuPlaceholder(e,t){const s=Object.keys(e.value.cases).map((e=>e+" {...}")).join(" "),n=(this._nextPlaceholderId++).toString();return[new Gs(mu,{id:n,equiv:e.name,disp:`{${e.value.expression}, ${e.value.type}, ${s}}`})]}serialize(e){return this._nextPlaceholderId=0,[].concat(...e.map((e=>e.visit(this))))}}class wu{constructor(){this._locale=null}parse(e,t){this._unitMlString=null,this._msgIdToHtml={};const s=(new iu).parse(e,t);return this._errors=s.errors,Qa(this,s.rootNodes,null),{msgIdToHtml:this._msgIdToHtml,errors:this._errors,locale:this._locale}}visitElement(e,t){switch(e.name){case vu:this._unitMlString=null;const t=e.attrs.find((e=>"id"===e.name));if(t){const s=t.value;this._msgIdToHtml.hasOwnProperty(s)?this._addError(e,`Duplicated translations for msg ${s}`):(Qa(this,e.children,null),"string"==typeof this._unitMlString?this._msgIdToHtml[s]=this._unitMlString:this._addError(e,`Message ${s} misses a translation`))}else this._addError(e,`<${vu}> misses the "id" attribute`);break;case gu:break;case"target":const s=e.startSourceSpan.end.offset,n=e.endSourceSpan.start.offset,r=e.startSourceSpan.start.file.content.slice(s,n);this._unitMlString=r;break;case fu:const i=e.attrs.find((e=>"trgLang"===e.name));i&&(this._locale=i.value);const a=e.attrs.find((e=>"version"===e.name));if(a){const t=a.value;"2.0"!==t?this._addError(e,`The XLIFF file version ${t} is not compatible with XLIFF 2.0 serializer`):Qa(this,e.children,null)}break;default:Qa(this,e.children,null)}}visitAttribute(e,t){}visitText(e,t){}visitComment(e,t){}visitExpansion(e,t){}visitExpansionCase(e,t){}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}class Su{convert(e,t){const s=(new iu).parse(e,t,{tokenizeExpansionForms:!0});this._errors=s.errors;return{i18nNodes:this._errors.length>0||0==s.rootNodes.length?[]:[].concat(...Qa(this,s.rootNodes)),errors:this._errors}}visitText(e,t){return new Ms(e.value,e.sourceSpan)}visitElement(e,t){switch(e.name){case mu:const t=e.attrs.find((e=>"equiv"===e.name));if(t)return[new Ds("",t.value,e.sourceSpan)];this._addError(e,`<${mu}> misses the "equiv" attribute`);break;case"pc":const s=e.attrs.find((e=>"equivStart"===e.name)),n=e.attrs.find((e=>"equivEnd"===e.name));if(s){if(n){const t=s.value,r=n.value;return[].concat(new Ds("",t,e.sourceSpan),...e.children.map((e=>e.visit(this,null))),new Ds("",r,e.sourceSpan))}this._addError(e,`<${mu}> misses the "equivEnd" attribute`)}else this._addError(e,`<${mu}> misses the "equivStart" attribute`);break;case"mrk":return[].concat(...Qa(this,e.children));default:this._addError(e,"Unexpected tag")}return null}visitExpansion(e,t){const s={};return Qa(this,e.cases).forEach((t=>{s[t.value]=new Rs(t.nodes,e.sourceSpan)})),new Os(e.switchValue,e.type,s,e.sourceSpan)}visitExpansionCase(e,t){return{value:e.value,nodes:[].concat(...Qa(this,e.expression))}}visitComment(e,t){}visitAttribute(e,t){}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}const Eu="translationbundle",_u="translation";class bu extends Us{write(e,t){throw new Error("Unsupported")}load(e,t){const s=new Cu,{locale:n,msgIdToHtml:r,errors:i}=s.parse(e,t),a={},o=new Tu;if(Object.keys(r).forEach((e=>{!function(e,t,s){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){const n=s();return Object.defineProperty(e,t,{enumerable:!0,value:n}),n},set:e=>{throw new Error("Could not overwrite an XTB translation")}})}(a,e,(function(){const{i18nNodes:s,errors:n}=o.convert(r[e],t);if(n.length)throw new Error(`xtb parse errors:\n${n.join("\n")}`);return s}))})),i.length)throw new Error(`xtb parse errors:\n${i.join("\n")}`);return{locale:n,i18nNodesByMsgId:a}}digest(e){return rn(e)}createNameMapper(e){return new Hs(e,on)}}class Cu{constructor(){this._locale=null}parse(e,t){this._bundleDepth=0,this._msgIdToHtml={};const s=(new iu).parse(e,t);return this._errors=s.errors,Qa(this,s.rootNodes),{msgIdToHtml:this._msgIdToHtml,errors:this._errors,locale:this._locale}}visitElement(e,t){switch(e.name){case Eu:this._bundleDepth++,this._bundleDepth>1&&this._addError(e,`<${Eu}> elements can not be nested`);const t=e.attrs.find((e=>"lang"===e.name));t&&(this._locale=t.value),Qa(this,e.children,null),this._bundleDepth--;break;case _u:const s=e.attrs.find((e=>"id"===e.name));if(s){const t=s.value;if(this._msgIdToHtml.hasOwnProperty(t))this._addError(e,`Duplicated translations for msg ${t}`);else{const s=e.startSourceSpan.end.offset,n=e.endSourceSpan.start.offset,r=e.startSourceSpan.start.file.content.slice(s,n);this._msgIdToHtml[t]=r}}else this._addError(e,`<${_u}> misses the "id" attribute`);break;default:this._addError(e,"Unexpected tag")}}visitAttribute(e,t){}visitText(e,t){}visitComment(e,t){}visitExpansion(e,t){}visitExpansionCase(e,t){}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}class Tu{convert(e,t){const s=(new iu).parse(e,t,{tokenizeExpansionForms:!0});this._errors=s.errors;return{i18nNodes:this._errors.length>0||0==s.rootNodes.length?[]:Qa(this,s.rootNodes),errors:this._errors}}visitText(e,t){return new Ms(e.value,e.sourceSpan)}visitExpansion(e,t){const s={};return Qa(this,e.cases).forEach((t=>{s[t.value]=new Rs(t.nodes,e.sourceSpan)})),new Os(e.switchValue,e.type,s,e.sourceSpan)}visitExpansionCase(e,t){return{value:e.value,nodes:Qa(this,e.expression)}}visitElement(e,t){if("ph"===e.name){const t=e.attrs.find((e=>"name"===e.name));if(t)return new Ds("",t.value,e.sourceSpan);this._addError(e,' misses the "name" attribute')}else this._addError(e,"Unexpected tag");return null}visitComment(e,t){}visitAttribute(e,t){}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}class Iu{constructor(e={},t,s,n,r=T.Warning,i){this._i18nNodesByMsgId=e,this.digest=s,this.mapperFactory=n,this._i18nToHtml=new Nu(e,t,s,n,r,i)}static load(e,t,s,n,r){const{locale:i,i18nNodesByMsgId:a}=s.load(e,t);return new Iu(a,i,(e=>s.digest(e)),(e=>s.createNameMapper(e)),n,r)}get(e){const t=this._i18nToHtml.convert(e);if(t.errors.length)throw new Error(t.errors.join("\n"));return t.nodes}has(e){return this.digest(e)in this._i18nNodesByMsgId}}class Nu{constructor(e={},t,s,n,r,i){this._i18nNodesByMsgId=e,this._locale=t,this._digest=s,this._mapperFactory=n,this._missingTranslationStrategy=r,this._console=i,this._contextStack=[],this._errors=[]}convert(e){this._contextStack.length=0,this._errors.length=0;const t=this._convertToText(e),s=e.nodes[0].sourceSpan.start.file.url,n=(new _o).parse(t,s,{tokenizeExpansionForms:!0});return{nodes:n.rootNodes,errors:[...this._errors,...n.errors]}}visitText(e,t){return Js(e.value)}visitContainer(e,t){return e.children.map((e=>e.visit(this))).join("")}visitIcu(e,t){const s=Object.keys(e.cases).map((t=>`${t} {${e.cases[t].visit(this)}}`));return`{${this._srcMsg.placeholders.hasOwnProperty(e.expression)?this._srcMsg.placeholders[e.expression].text:e.expression}, ${e.type}, ${s.join(" ")}}`}visitPlaceholder(e,t){const s=this._mapper(e.name);return this._srcMsg.placeholders.hasOwnProperty(s)?this._srcMsg.placeholders[s].text:this._srcMsg.placeholderToMessage.hasOwnProperty(s)?this._convertToText(this._srcMsg.placeholderToMessage[s]):(this._addError(e,`Unknown placeholder "${e.name}"`),"")}visitTagPlaceholder(e,t){const s=`${e.tag}`,n=Object.keys(e.attrs).map((t=>`${t}="${e.attrs[t]}"`)).join(" ");if(e.isVoid)return`<${s} ${n}/>`;return`<${s} ${n}>${e.children.map((e=>e.visit(this))).join("")}`}visitIcuPlaceholder(e,t){return this._convertToText(this._srcMsg.placeholderToMessage[e.name])}_convertToText(e){const t=this._digest(e),s=this._mapperFactory?this._mapperFactory(e):null;let n;if(this._contextStack.push({msg:this._srcMsg,mapper:this._mapper}),this._srcMsg=e,this._i18nNodesByMsgId.hasOwnProperty(t))n=this._i18nNodesByMsgId[t],this._mapper=e=>s?s.toInternalName(e):e;else{if(this._missingTranslationStrategy===T.Error){const s=this._locale?` for locale "${this._locale}"`:"";this._addError(e.nodes[0],`Missing translation for message "${t}"${s}`)}else if(this._console&&this._missingTranslationStrategy===T.Warning){const e=this._locale?` for locale "${this._locale}"`:"";this._console.warn(`Missing translation for message "${t}"${e}`)}n=e.nodes,this._mapper=e=>e}const r=n.map((e=>e.visit(this))).join(""),i=this._contextStack.pop();return this._srcMsg=i.msg,this._mapper=i.mapper,r}_addError(e,t){this._errors.push(new Sl(e.sourceSpan,t))}}class ku{constructor(e,t,s,n=T.Warning,r){if(this._htmlParser=e,t){const e=function(e){switch(e=(e||"xlf").toLowerCase()){case"xmb":return new sn;case"xtb":return new bu;case"xliff2":case"xlf2":return new yu;default:return new uu}}(s);this._translationBundle=Iu.load(t,"i18n",e,n,r)}else this._translationBundle=new Iu({},null,F,void 0,n,r)}parse(e,t,s={}){const n=s.interpolationConfig||zn,r=this._htmlParser.parse(e,t,{interpolationConfig:n,...s});return r.errors.length?new yo(r.rootNodes,r.errors):function(e,t,s,n,r){return new tu(n,r).merge(e,t,s)}(r.rootNodes,this._translationBundle,n,[],{})}}class Pu{constructor(e,t,s,n=null){this._htmlParser=e,this._implicitTags=t,this._implicitAttrs=s,this._locale=n,this._messages=[]}updateFromTemplate(e,t,s){const n=this._htmlParser.parse(e,t,{tokenizeExpansionForms:!0,interpolationConfig:s});if(n.errors.length)return n.errors;const r=function(e,t,s,n){return new tu(s,n).extract(e,t)}(n.rootNodes,s,this._implicitTags,this._implicitAttrs);return r.errors.length?r.errors:(this._messages.push(...r.messages),[])}getMessages(){return this._messages}write(e,t){const s={},n=new Au;this._messages.forEach((t=>{const n=e.digest(t);s.hasOwnProperty(n)?s[n].sources.push(...t.sources):s[n]=t}));const r=Object.keys(s).map((r=>{const i=e.createNameMapper(s[r]),a=s[r],o=i?n.convert(a.nodes,i):a.nodes;let l=new Ls(o,{},{},a.meaning,a.description,r);return l.sources=a.sources,t&&l.sources.forEach((e=>e.filePath=t(e.filePath))),l}));return e.write(r,this._locale)}}class Au extends Bs{convert(e,t){return t?e.map((e=>e.visit(this,t))):e}visitTagPlaceholder(e,t){const s=t.toPublicName(e.startName),n=e.closeName?t.toPublicName(e.closeName):e.closeName,r=e.children.map((e=>e.visit(this,t)));return new $s(e.tag,e.attrs,s,n,r,e.isVoid,e.sourceSpan,e.startSourceSpan,e.endSourceSpan)}visitPlaceholder(e,t){return new Ds(e.value,t.toPublicName(e.name),e.sourceSpan)}visitIcuPlaceholder(e,t){return new qs(e.value,t.toPublicName(e.name),e.sourceSpan)}}var Lu;!function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(Lu||(Lu={}));class Mu{constructor(e){this.directiveMatcher=e}bind(e){if(!e.template)throw new Error("Binding without a template not yet supported");const t=Ru.apply(e.template),s=function(e){const t=new Map;function s(e){if(t.has(e.template))return t.get(e.template);const n=e.namedEntities;let r;return r=null!==e.parentScope?new Map([...s(e.parentScope),...n]):new Map(n),t.set(e.template,r),r}const n=[e];for(;n.length>0;){const e=n.pop();for(const t of e.childScopes.values())n.push(t);s(e)}const r=new Map;for(const[e,s]of t)r.set(e,new Set(s.values()));return r}(t),{directives:n,bindings:r,references:i}=Ou.apply(e.template,this.directiveMatcher),{expressions:a,symbols:o,nestingLevel:l,usedPipes:c}=$u.applyWithScope(e.template,t);return new Du(e,n,r,i,a,o,l,s,c)}}class Ru{constructor(e,t){this.parentScope=e,this.template=t,this.namedEntities=new Map,this.childScopes=new Map}static newRootScope(){return new Ru(null,null)}static apply(e){const t=Ru.newRootScope();return t.ingest(e),t}ingest(e){e instanceof Cs?(e.variables.forEach((e=>this.visitVariable(e))),e.children.forEach((e=>e.visit(this)))):e.forEach((e=>e.visit(this)))}visitElement(e){e.references.forEach((e=>this.visitReference(e))),e.children.forEach((e=>e.visit(this)))}visitTemplate(e){e.references.forEach((e=>this.visitReference(e)));const t=new Ru(this,e);t.ingest(e),this.childScopes.set(e,t)}visitVariable(e){this.maybeDeclare(e)}visitReference(e){this.maybeDeclare(e)}visitContent(e){}visitBoundAttribute(e){}visitBoundEvent(e){}visitBoundText(e){}visitText(e){}visitTextAttribute(e){}visitIcu(e){}maybeDeclare(e){this.namedEntities.has(e.name)||this.namedEntities.set(e.name,e)}lookup(e){return this.namedEntities.has(e)?this.namedEntities.get(e):null!==this.parentScope?this.parentScope.lookup(e):null}getChildScope(e){const t=this.childScopes.get(e);if(void 0===t)throw new Error(`Assertion error: child scope for ${e} not found`);return t}}class Ou{constructor(e,t,s,n){this.matcher=e,this.directives=t,this.bindings=s,this.references=n}static apply(e,t){const s=new Map,n=new Map,r=new Map;return new Ou(t,s,n,r).ingest(e),{directives:s,bindings:n,references:r}}ingest(e){e.forEach((e=>e.visit(this)))}visitElement(e){this.visitElementOrTemplate(e.name,e)}visitTemplate(e){this.visitElementOrTemplate("ng-template",e)}visitElementOrTemplate(e,t){const s=function(e,t){const s=new f,n=r(e)[1];return s.setElement(n),Object.getOwnPropertyNames(t).forEach((e=>{const n=r(e)[1],i=t[e];s.addAttribute(n,i),"class"===e.toLowerCase()&&i.trim().split(/\s+/).forEach((e=>s.addClassName(e)))})),s}(e,function(e){const t={};return e instanceof Cs&&"ng-template"!==e.tagName?e.templateAttrs.forEach((e=>t[e.name]="")):(e.attributes.forEach((e=>{un(e.name)||(t[e.name]=e.value)})),e.inputs.forEach((e=>{t[e.name]=""})),e.outputs.forEach((e=>{t[e.name]=""}))),t}(t)),n=[];this.matcher.match(s,((e,t)=>n.push(t))),n.length>0&&this.directives.set(t,n),t.references.forEach((e=>{let s=null;if(""===e.value.trim())s=n.find((e=>e.isComponent))||null;else if(s=n.find((t=>null!==t.exportAs&&t.exportAs.some((t=>t===e.value))))||null,null===s)return;null!==s?this.references.set(e,{directive:s,node:t}):this.references.set(e,t)}));const i=(e,s)=>{const r=n.find((t=>t[s].hasBindingPropertyName(e.name))),i=void 0!==r?r:t;this.bindings.set(e,i)};t.inputs.forEach((e=>i(e,"inputs"))),t.attributes.forEach((e=>i(e,"inputs"))),t instanceof Cs&&t.templateAttrs.forEach((e=>i(e,"inputs"))),t.outputs.forEach((e=>i(e,"outputs"))),t.children.forEach((e=>e.visit(this)))}visitContent(e){}visitVariable(e){}visitReference(e){}visitTextAttribute(e){}visitBoundAttribute(e){}visitBoundEvent(e){}visitBoundAttributeOrEvent(e){}visitText(e){}visitBoundText(e){}visitIcu(e){}}class $u extends vi{constructor(e,t,s,n,r,i,a){super(),this.bindings=e,this.symbols=t,this.usedPipes=s,this.nestingLevel=n,this.scope=r,this.template=i,this.level=a,this.pipesUsed=[],this.visitNode=e=>e.visit(this)}visit(e,t){e instanceof Hr?e.visit(this,t):e.visit(this)}static applyWithScope(e,t){const s=new Map,n=new Map,r=new Map,i=new Set;return new $u(s,n,i,r,t,e instanceof Cs?e:null,0).ingest(e),{expressions:s,symbols:n,nestingLevel:r,usedPipes:i}}ingest(e){e instanceof Cs?(e.variables.forEach(this.visitNode),e.children.forEach(this.visitNode),this.nestingLevel.set(e,this.level)):e.forEach(this.visitNode)}visitElement(e){e.inputs.forEach(this.visitNode),e.outputs.forEach(this.visitNode),e.children.forEach(this.visitNode)}visitTemplate(e){e.inputs.forEach(this.visitNode),e.outputs.forEach(this.visitNode),e.templateAttrs.forEach(this.visitNode),e.references.forEach(this.visitNode);const t=this.scope.getChildScope(e);new $u(this.bindings,this.symbols,this.usedPipes,this.nestingLevel,t,e,this.level+1).ingest(e)}visitVariable(e){null!==this.template&&this.symbols.set(e,this.template)}visitReference(e){null!==this.template&&this.symbols.set(e,this.template)}visitText(e){}visitContent(e){}visitTextAttribute(e){}visitIcu(e){Object.keys(e.vars).forEach((t=>e.vars[t].visit(this))),Object.keys(e.placeholders).forEach((t=>e.placeholders[t].visit(this)))}visitBoundAttribute(e){e.value.visit(this)}visitBoundEvent(e){e.handler.visit(this)}visitBoundText(e){e.value.visit(this)}visitPipe(e,t){return this.usedPipes.add(e.name),super.visitPipe(e,t)}visitPropertyRead(e,t){return this.maybeMap(t,e,e.name),super.visitPropertyRead(e,t)}visitSafePropertyRead(e,t){return this.maybeMap(t,e,e.name),super.visitSafePropertyRead(e,t)}visitPropertyWrite(e,t){return this.maybeMap(t,e,e.name),super.visitPropertyWrite(e,t)}maybeMap(e,t,s){if(!(t.receiver instanceof zr))return;let n=this.scope.lookup(s);null!==n&&this.bindings.set(t,n)}}class Du{constructor(e,t,s,n,r,i,a,o,l){this.target=e,this.directives=t,this.bindings=s,this.references=n,this.exprTargets=r,this.symbols=i,this.nestingLevel=a,this.templateEntities=o,this.usedPipes=l}getEntitiesInTemplateScope(e){return this.templateEntities.get(e)??new Set}getDirectivesOfNode(e){return this.directives.get(e)||null}getReferenceTarget(e){return this.references.get(e)||null}getConsumerOfBinding(e){return this.bindings.get(e)||null}getExpressionTarget(e){return this.exprTargets.get(e)||null}getTemplateOfSymbol(e){return this.symbols.get(e)||null}getNestingLevel(e){return this.nestingLevel.get(e)||0}getUsedDirectives(){const e=new Set;return this.directives.forEach((t=>t.forEach((t=>e.add(t))))),Array.from(e.values())}getUsedPipes(){return Array.from(this.usedPipes)}}function qu(e){return Tt([],[is(wt(Ht.setClassMetadata).callFn([e.type,e.decorators,e.ctorParameters??kt(null),e.propDecorators??kt(null)])).toStmt()]).callFn([])}function Bu(e){const t=new Dn;return t.set("minVersion",kt("12.0.0")),t.set("version",kt("14.0.6")),t.set("ngImport",wt(Ht.core)),t.set("type",e.type),t.set("decorators",e.decorators),t.set("ctorParameters",e.ctorParameters),t.set("propDecorators",e.propDecorators),wt(Ht.declareClassMetadata).callFn([t.toLiteralMap()])}function Fu(e,t){return null===e||0===e.length?null:_t(e.map((e=>t(e))))}function Vu(e,t){const s=Object.keys(e).map((s=>{const n=e[s];return{key:s,value:t(n),quoted:!0}}));return s.length>0?bt(s):null}function Uu(e){const t=new Dn;return t.set("token",e.token),null!==e.attributeNameType&&t.set("attribute",kt(!0)),e.host&&t.set("host",kt(!0)),e.optional&&t.set("optional",kt(!0)),e.self&&t.set("self",kt(!0)),e.skipSelf&&t.set("skipSelf",kt(!0)),t.toLiteralMap()}function Hu(e){const t=ju(e);return{expression:wt(Ht.declareDirective).callFn([t.toLiteralMap()]),type:fc(e),statements:[]}}function ju(e){const t=new Dn;return t.set("minVersion",kt("14.0.0")),t.set("version",kt("14.0.6")),t.set("type",e.internalType),e.isStandalone&&t.set("isStandalone",kt(e.isStandalone)),null!==e.selector&&t.set("selector",kt(e.selector)),t.set("inputs",Rn(e.inputs,!0)),t.set("outputs",Rn(e.outputs)),t.set("host",function(e){const t=new Dn;t.set("attributes",Vu(e.attributes,(e=>e))),t.set("listeners",Vu(e.listeners,kt)),t.set("properties",Vu(e.properties,kt)),e.specialAttributes.styleAttr&&t.set("styleAttribute",kt(e.specialAttributes.styleAttr));e.specialAttributes.classAttr&&t.set("classAttribute",kt(e.specialAttributes.classAttr));return t.values.length>0?t.toLiteralMap():null}(e.host)),t.set("providers",e.providers),e.queries.length>0&&t.set("queries",_t(e.queries.map(Wu))),e.viewQueries.length>0&&t.set("viewQueries",_t(e.viewQueries.map(Wu))),null!==e.exportAs&&t.set("exportAs",Mn(e.exportAs)),e.usesInheritance&&t.set("usesInheritance",kt(!0)),e.lifecycle.usesOnChanges&&t.set("usesOnChanges",kt(!0)),t.set("ngImport",wt(Ht.core)),t}function Wu(e){const t=new Dn;return t.set("propertyName",kt(e.propertyName)),e.first&&t.set("first",kt(!0)),t.set("predicate",Array.isArray(e.predicate)?Mn(e.predicate):us(e.predicate)),e.emitDistinctChangesOnly||t.set("emitDistinctChangesOnly",kt(!1)),e.descendants&&t.set("descendants",kt(!0)),t.set("read",e.read),e.static&&t.set("static",kt(!0)),t.toLiteralMap()}function zu(e,t,s){const n=function(e,t,s){const n=ju(e);n.set("template",function(e,t){if(null!==t.inlineTemplateLiteralExpression)return t.inlineTemplateLiteralExpression;if(t.isInline)return kt(t.content,null,null);const s=t.content,n=new mr(s,t.sourceUrl),r=new dr(n,0,0,0),i=function(e,t){const s=t.length;let n=0,r=0,i=0;do{n=t.indexOf("\n",r),-1!==n&&(r=n+1,i++)}while(-1!==n);return new dr(e,s,i,s-r)}(n,s),a=new fr(r,i);return kt(s,null,a)}(0,s)),s.isInline&&n.set("isInline",kt(!0));n.set("styles",Fu(e.styles,kt)),n.set("dependencies",function(e){const t=0!==e.declarationListEmitMode?ps:e=>e;return Fu(e.declarations,(e=>{switch(e.kind){case Mr.Directive:const s=new Dn;return s.set("kind",kt(e.isComponent?"component":"directive")),s.set("type",t(e.type)),s.set("selector",kt(e.selector)),s.set("inputs",Fu(e.inputs,kt)),s.set("outputs",Fu(e.outputs,kt)),s.set("exportAs",Fu(e.exportAs,kt)),s.toLiteralMap();case Mr.Pipe:const n=new Dn;return n.set("kind",kt("pipe")),n.set("type",t(e.type)),n.set("name",kt(e.name)),n.toLiteralMap();case Mr.NgModule:const r=new Dn;return r.set("kind",kt("ngmodule")),r.set("type",t(e.type)),r.toLiteralMap()}}))}(e)),n.set("viewProviders",e.viewProviders),n.set("animations",e.animations),void 0!==e.changeDetection&&n.set("changeDetection",wt(Ht.ChangeDetectionStrategy).prop(S[e.changeDetection]));e.encapsulation!==w.Emulated&&n.set("encapsulation",wt(Ht.ViewEncapsulation).prop(w[e.encapsulation]));e.interpolation!==zn&&n.set("interpolation",_t([kt(e.interpolation.start),kt(e.interpolation.end)]));!0===t.preserveWhitespaces&&n.set("preserveWhitespaces",kt(!0));return n}(e,t,s);return{expression:wt(Ht.declareComponent).callFn([n.toLiteralMap()]),type:cc(e),statements:[]}}function Ku(e){const t=new Dn;var s;return t.set("minVersion",kt("12.0.0")),t.set("version",kt("14.0.6")),t.set("ngImport",wt(Ht.core)),t.set("type",e.internalType),t.set("deps","invalid"===(s=e.deps)?kt("invalid"):null===s?kt(null):_t(s.map(Uu))),t.set("target",wt(Ht.FactoryTarget).prop(ds[e.target])),{expression:wt(Ht.declareFactory).callFn([t.toLiteralMap()]),statements:[],type:fs(e)}}const Gu="12.0.0";function Yu(e){const t=function(e){const t=new Dn;if(t.set("minVersion",kt(Gu)),t.set("version",kt("14.0.6")),t.set("ngImport",wt(Ht.core)),t.set("type",e.internalType),void 0!==e.providedIn){const s=us(e.providedIn);null!==s.value&&t.set("providedIn",s)}void 0!==e.useClass&&t.set("useClass",us(e.useClass));void 0!==e.useExisting&&t.set("useExisting",us(e.useExisting));void 0!==e.useValue&&t.set("useValue",us(e.useValue));void 0!==e.useFactory&&t.set("useFactory",e.useFactory);void 0!==e.deps&&t.set("deps",_t(e.deps.map(Uu)));return t}(e);return{expression:wt(Ht.declareInjectable).callFn([t.toLiteralMap()]),type:Vn(e),statements:[]}}const Qu="12.0.0";function Xu(e){const t=function(e){const t=new Dn;t.set("minVersion",kt(Qu)),t.set("version",kt("14.0.6")),t.set("ngImport",wt(Ht.core)),t.set("type",e.internalType),t.set("providers",e.providers),e.imports.length>0&&t.set("imports",_t(e.imports));return t}(e);return{expression:wt(Ht.declareInjector).callFn([t.toLiteralMap()]),type:Pr(e),statements:[]}}const Ju="14.0.0";function Zu(e){const t=function(e){const t=new Dn;t.set("minVersion",kt(Ju)),t.set("version",kt("14.0.6")),t.set("ngImport",wt(Ht.core)),t.set("type",e.internalType),e.bootstrap.length>0&&t.set("bootstrap",ls(e.bootstrap,e.containsForwardDecls));e.declarations.length>0&&t.set("declarations",ls(e.declarations,e.containsForwardDecls));e.imports.length>0&&t.set("imports",ls(e.imports,e.containsForwardDecls));e.exports.length>0&&t.set("exports",ls(e.exports,e.containsForwardDecls));null!==e.schemas&&e.schemas.length>0&&t.set("schemas",_t(e.schemas.map((e=>e.value))));null!==e.id&&t.set("id",e.id);return t}(e);return{expression:wt(Ht.declareNgModule).callFn([t.toLiteralMap()]),type:Dr(e),statements:[]}}const ep="14.0.0";function tp(e){const t=function(e){const t=new Dn;t.set("minVersion",kt(ep)),t.set("version",kt("14.0.6")),t.set("ngImport",wt(Ht.core)),t.set("type",e.internalType),e.isStandalone&&t.set("isStandalone",kt(e.isStandalone));t.set("name",kt(e.pipeName)),!1===e.pure&&t.set("pure",kt(e.pure));return t}(e);return{expression:wt(Ht.declarePipe).callFn([t.toLiteralMap()]),type:Fr(e),statements:[]}}Wc(D)}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72063.65356331844ed0c4a497.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72063.65356331844ed0c4a497.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/72063.65356331844ed0c4a497.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/72096.b3d7c6fa810435888bdd.js b/dist/apps/processing-runtime-widget/72096.b3d7c6fa810435888bdd.js new file mode 100644 index 0000000..7104498 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72096.b3d7c6fa810435888bdd.js @@ -0,0 +1,2 @@ +/*! For license information please see 72096.b3d7c6fa810435888bdd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72096],{72096:function(a,i,s){s.r(i);const e=void 0;i.default=["om",[["WD","WB"],e,e],e,[["S","M","T","W","T","F","S"],["Dil","Wix","Qib","Rob","Kam","Jim","San"],["Dilbata","Wiixata","Qibxata","Roobii","Kamiisa","Jimaata","Sanbata"],["Dil","Wix","Qib","Rob","Kam","Jim","San"]],e,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"],["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"]],e,[["BCE","CE"],e,["Dheengadda Jeesu","CE"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ETB","Br","Itoophiyaa Birrii",{ETB:["Br"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72096.b3d7c6fa810435888bdd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72096.b3d7c6fa810435888bdd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72096.b3d7c6fa810435888bdd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72133.30f0ec96ba9e1f86947d.js b/dist/apps/processing-runtime-widget/72133.30f0ec96ba9e1f86947d.js new file mode 100644 index 0000000..a90bffd --- /dev/null +++ b/dist/apps/processing-runtime-widget/72133.30f0ec96ba9e1f86947d.js @@ -0,0 +1,2 @@ +/*! For license information please see 72133.30f0ec96ba9e1f86947d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72133],{72133:function(e,s,o){o.r(s);const r=void 0;s.default=["es-EA",[["a. m.","p. m."],r,r],r,[["D","L","M","X","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],r,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1}, {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],EGP:[],ESP:["₧"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],THB:["฿"],TWD:[r,"NT$"],USD:["US$","$"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72133.30f0ec96ba9e1f86947d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72133.30f0ec96ba9e1f86947d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72133.30f0ec96ba9e1f86947d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72134.db6dcee607f7d7e5f832.js b/dist/apps/processing-runtime-widget/72134.db6dcee607f7d7e5f832.js new file mode 100644 index 0000000..a7c4f4a --- /dev/null +++ b/dist/apps/processing-runtime-widget/72134.db6dcee607f7d7e5f832.js @@ -0,0 +1,2 @@ +/*! For license information please see 72134.db6dcee607f7d7e5f832.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72134,7388],{72134:function(n,u,c){c.r(u),c.d(u,{VERSION:function(){return e}});const e=new(c(40761).Version)("14.1.2")}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72134.db6dcee607f7d7e5f832.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72134.db6dcee607f7d7e5f832.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72134.db6dcee607f7d7e5f832.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7218.68b100f41996c2057275.js b/dist/apps/processing-runtime-widget/7218.68b100f41996c2057275.js new file mode 100644 index 0000000..8fdf7da --- /dev/null +++ b/dist/apps/processing-runtime-widget/7218.68b100f41996c2057275.js @@ -0,0 +1,2 @@ +/*! For license information please see 7218.68b100f41996c2057275.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7218],{7218:function(e,a,u){u.r(a);const r=void 0;a.default=["en-TV",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7218.68b100f41996c2057275.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7218.68b100f41996c2057275.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7218.68b100f41996c2057275.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72186.f5ce3a2662dbc7263c24.js b/dist/apps/processing-runtime-widget/72186.f5ce3a2662dbc7263c24.js new file mode 100644 index 0000000..f00cd1c --- /dev/null +++ b/dist/apps/processing-runtime-widget/72186.f5ce3a2662dbc7263c24.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72186],{72186:function(a,g,n){n.r(g);g.default=[[["hatinggabi","tanghaling-tapat","umaga","madaling-araw","sa hapon","sa gabi","gabi"],["hatinggabi","tanghaling-tapat","nang umaga","madaling-araw","tanghali","ng hapon","gabi"],["hatinggabi","tanghaling-tapat","nang umaga","madaling-araw","tanghali","ng hapon","ng gabi"]],[["hatinggabi","tanghaling-tapat","umaga","madaling-araw","tanghali","gabi","gabi"],["hatinggabi","tanghaling-tapat","umaga","madaling-araw","tanghali","hapon","gabi"],undefined],["00:00","12:00",["00:00","06:00"],["06:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/722.c92a26123f9abc0e1bf6.js b/dist/apps/processing-runtime-widget/722.c92a26123f9abc0e1bf6.js new file mode 100644 index 0000000..3bd0ad6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/722.c92a26123f9abc0e1bf6.js @@ -0,0 +1,2 @@ +/*! For license information please see 722.c92a26123f9abc0e1bf6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[722],{722:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-CM",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Mbuuɗi Seefaa BEAC",{JPY:["JP¥","¥"],USD:["US$","$"]},function(a){let e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/722.c92a26123f9abc0e1bf6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/722.c92a26123f9abc0e1bf6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/722.c92a26123f9abc0e1bf6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72373.c14498ffb8d3ff150376.js b/dist/apps/processing-runtime-widget/72373.c14498ffb8d3ff150376.js new file mode 100644 index 0000000..97f771c --- /dev/null +++ b/dist/apps/processing-runtime-widget/72373.c14498ffb8d3ff150376.js @@ -0,0 +1,2 @@ +/*! For license information please see 72373.c14498ffb8d3ff150376.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72373],{72373:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","清晨","上午","中午","下午","晚上","凌晨"],e,e],e,["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72373.c14498ffb8d3ff150376.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72373.c14498ffb8d3ff150376.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72373.c14498ffb8d3ff150376.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72385.1409e34c975fe102acc6.js b/dist/apps/processing-runtime-widget/72385.1409e34c975fe102acc6.js new file mode 100644 index 0000000..753930c --- /dev/null +++ b/dist/apps/processing-runtime-widget/72385.1409e34c975fe102acc6.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72385],{72385:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72418.fe88dc0c137850991694.js b/dist/apps/processing-runtime-widget/72418.fe88dc0c137850991694.js new file mode 100644 index 0000000..a2b060d --- /dev/null +++ b/dist/apps/processing-runtime-widget/72418.fe88dc0c137850991694.js @@ -0,0 +1,2 @@ +/*! For license information please see 72418.fe88dc0c137850991694.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72418],{72418:function(a,i,J){J.r(i);const e=void 0;i.default=["asa",[["icheheavo","ichamthi"],e,e],e,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Ijm","Jmo"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Ijm","Jmo"]],e,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],e,[["KM","BM"],e,["Kabla yakwe Yethu","Baada yakwe Yethu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"TZS","TSh","shilingi ya Tandhania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72418.fe88dc0c137850991694.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72418.fe88dc0c137850991694.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72418.fe88dc0c137850991694.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72448.73b3d1d299c563fb6311.js b/dist/apps/processing-runtime-widget/72448.73b3d1d299c563fb6311.js new file mode 100644 index 0000000..88a422a --- /dev/null +++ b/dist/apps/processing-runtime-widget/72448.73b3d1d299c563fb6311.js @@ -0,0 +1,2 @@ +/*! For license information please see 72448.73b3d1d299c563fb6311.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72448],{72448:function(s,u,M){M.r(u);const c=void 0;u.default=["ff-Adlm-CM",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],c],[["𞤀𞤎","𞤇𞤎"],c,c],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],c,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],c],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],c,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,"{1} 𞤉 {0}",c],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XAF","𞤊𞤅𞤊𞤀","𞤊𞤢𞤪𞤢𞤲 𞤚𞤵𞤦𞤮𞥅𞤪𞤭 𞤀𞤬𞤪𞤭𞤳𞤭𞤲𞤳𞤮",{BYN:[c,"р."],GNF:[c,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72448.73b3d1d299c563fb6311.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72448.73b3d1d299c563fb6311.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72448.73b3d1d299c563fb6311.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72484.143341135ddb2307ba05.js b/dist/apps/processing-runtime-widget/72484.143341135ddb2307ba05.js new file mode 100644 index 0000000..03d2814 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72484.143341135ddb2307ba05.js @@ -0,0 +1,2 @@ +/*! For license information please see 72484.143341135ddb2307ba05.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72484],{72484:function(e,$,r){r.r($);const i=void 0;$.default=["fr-NC",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XPF","FCFP","franc CFP",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72484.143341135ddb2307ba05.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72484.143341135ddb2307ba05.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72484.143341135ddb2307ba05.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72489.1ba36359e5979f6e2811.js b/dist/apps/processing-runtime-widget/72489.1ba36359e5979f6e2811.js new file mode 100644 index 0000000..54366fb --- /dev/null +++ b/dist/apps/processing-runtime-widget/72489.1ba36359e5979f6e2811.js @@ -0,0 +1,2 @@ +/*! For license information please see 72489.1ba36359e5979f6e2811.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72489],{72489:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72489.1ba36359e5979f6e2811.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72489.1ba36359e5979f6e2811.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72489.1ba36359e5979f6e2811.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72494.a251f7dd5b9106348bb7.js b/dist/apps/processing-runtime-widget/72494.a251f7dd5b9106348bb7.js new file mode 100644 index 0000000..795525e --- /dev/null +++ b/dist/apps/processing-runtime-widget/72494.a251f7dd5b9106348bb7.js @@ -0,0 +1,2 @@ +/*! For license information please see 72494.a251f7dd5b9106348bb7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72494],{72494:function(a,r,s){s.r(r);const e=void 0;r.default=["nn",[["a","p"],["f.m.","e.m."],["a.m.","p.m."]],[["f.m.","e.m."],["a.m.","p.m."],e],[["S","M","T","O","T","F","L"],["sø.","må.","ty.","on.","to.","fr.","la."],["søndag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],["sø.","må.","ty.","on.","to.","fr.","la."]],[["S","M","T","O","T","F","L"],["søn","mån","tys","ons","tor","fre","lau"],["søndag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],["sø.","må.","ty.","on.","to.","fr.","la."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","mai","juni","juli","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],e,["før Kristus","etter Kristus"]],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","'kl'. HH:mm:ss zzzz"],["{1}, {0}",e,"{1} 'kl'. {0}","{1} {0}"],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"NOK","kr","norske kroner",{AUD:[e,"$"],BRL:[e,"R$"],BYN:[e,"р."],CAD:[e,"$"],CNY:[e,"¥"],GBP:[e,"£"],HKD:[e,"$"],ILS:[e,"₪"],INR:[e,"₹"],JPY:[e,"¥"],KRW:[e,"₩"],MXN:[e,"$"],NOK:["kr"],NZD:[e,"$"],PHP:[e,"₱"],TWD:[e,"$"],USD:[e,"$"],VND:[e,"₫"],XAF:[],XCD:[e,"$"],XPF:[],XXX:[]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72494.a251f7dd5b9106348bb7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72494.a251f7dd5b9106348bb7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72494.a251f7dd5b9106348bb7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72529.3500528ddcc9f48f6dd7.js b/dist/apps/processing-runtime-widget/72529.3500528ddcc9f48f6dd7.js new file mode 100644 index 0000000..850bc08 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72529.3500528ddcc9f48f6dd7.js @@ -0,0 +1,2 @@ +/*! For license information please see 72529.3500528ddcc9f48f6dd7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72529],{72529:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72529.3500528ddcc9f48f6dd7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72529.3500528ddcc9f48f6dd7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72529.3500528ddcc9f48f6dd7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7253.4fd8ae6568cf5a92f558.js b/dist/apps/processing-runtime-widget/7253.4fd8ae6568cf5a92f558.js new file mode 100644 index 0000000..a483a50 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7253.4fd8ae6568cf5a92f558.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7253],{7253:function(u,e,i){i.r(e);e.default=[[["እኩለ ሌሊት","ቀ","ጥዋት1","ከሰዓት1","ማታ1","ሌሊት1"],["እኩለ ሌሊት","ቀትር","ጥዋት1","ከሰዓት 7","ማታ1","ሌሊት1"],["እኩለ ሌሊት","ቀትር","ጥዋት1","ከሰዓት 7 ሰዓት","ማታ1","ሌሊት1"]],[["እኩለ ሌሊት","ቀትር","ጥዋት","ከሰዓት በኋላ","ማታ","ሌሊት"],["እኩለ ሌሊት","ቀትር","ጥዋት1","ከሰዓት በኋላ","ማታ","ሌሊት"],undefined],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72538.0aa9aaa1f028fb823a62.js b/dist/apps/processing-runtime-widget/72538.0aa9aaa1f028fb823a62.js new file mode 100644 index 0000000..d324577 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72538.0aa9aaa1f028fb823a62.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72538],{72538:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72618.4ef42c0b144036febc5e.js b/dist/apps/processing-runtime-widget/72618.4ef42c0b144036febc5e.js new file mode 100644 index 0000000..97c7421 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72618.4ef42c0b144036febc5e.js @@ -0,0 +1,2 @@ +/*! For license information please see 72618.4ef42c0b144036febc5e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72618],{72618:function(i,s,t){t.r(s);const a=void 0;s.default=[[["vidurnaktis","perpiet","rytas","popietė","vakaras","naktis"],a,a],[["vidurnaktis","vidurdienis","rytas","diena","vakaras","naktis"],a,a],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72618.4ef42c0b144036febc5e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72618.4ef42c0b144036febc5e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72618.4ef42c0b144036febc5e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72728.b846b5dc67cda817da23.js b/dist/apps/processing-runtime-widget/72728.b846b5dc67cda817da23.js new file mode 100644 index 0000000..90e8948 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72728.b846b5dc67cda817da23.js @@ -0,0 +1,2 @@ +/*! For license information please see 72728.b846b5dc67cda817da23.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72728],{72728:function(e,a,u){u.r(a);const n=void 0;a.default=["en-SD",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SDG","SDG","Sudanese Pound",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72728.b846b5dc67cda817da23.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72728.b846b5dc67cda817da23.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72728.b846b5dc67cda817da23.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72740.6f86e9302b75a5342761.js b/dist/apps/processing-runtime-widget/72740.6f86e9302b75a5342761.js new file mode 100644 index 0000000..d4b30c6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72740.6f86e9302b75a5342761.js @@ -0,0 +1,2 @@ +/*! For license information please see 72740.6f86e9302b75a5342761.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72740],{72740:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72740.6f86e9302b75a5342761.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72740.6f86e9302b75a5342761.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72740.6f86e9302b75a5342761.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/72987.b8c27572b0045b7fdf0e.js b/dist/apps/processing-runtime-widget/72987.b8c27572b0045b7fdf0e.js new file mode 100644 index 0000000..2abc558 --- /dev/null +++ b/dist/apps/processing-runtime-widget/72987.b8c27572b0045b7fdf0e.js @@ -0,0 +1,2 @@ +/*! For license information please see 72987.b8c27572b0045b7fdf0e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[72987],{72987:function(t,s,M){M.r(s);const e=void 0;s.default=["sr",[["AM","PM"],e,e],[["пре подне","по подне"],["AM","PM"],e],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недеља","понедељак","уторак","среда","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],e,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],e,[["п.н.е.","н.е."],["п. н. е.","н. е."],["пре нове ере","нове ере"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RSD","RSD","српски динар",{AUD:[e,"$"],BAM:["КМ","KM"],BYN:[e,"р."],GEL:[e,"ლ"],KRW:[e,"₩"],NZD:[e,"$"],PHP:[e,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[e,"₫"]},"ltr",function(t){const s=Math.floor(Math.abs(t)),M=t.toString().replace(/^[^.]*\.?/,"").length,e=parseInt(t.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===M&&s%10==1&&s%100!=11||e%10==1&&e%100!=11?1:0===M&&s%10===Math.floor(s%10)&&s%10>=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/72987.b8c27572b0045b7fdf0e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/72987.b8c27572b0045b7fdf0e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/72987.b8c27572b0045b7fdf0e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73045.508623d2e5f35e5e257c.js b/dist/apps/processing-runtime-widget/73045.508623d2e5f35e5e257c.js new file mode 100644 index 0000000..b5dc210 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73045.508623d2e5f35e5e257c.js @@ -0,0 +1,2 @@ +/*! For license information please see 73045.508623d2e5f35e5e257c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73045],{73045:function(D,$,M){M.r($);const B=void 0;$.default=["ar-SY",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SYP","ل.س.‏","ليرة سورية",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73045.508623d2e5f35e5e257c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73045.508623d2e5f35e5e257c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73045.508623d2e5f35e5e257c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73095.808bc74d32e909b9311b.js b/dist/apps/processing-runtime-widget/73095.808bc74d32e909b9311b.js new file mode 100644 index 0000000..8e57d51 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73095.808bc74d32e909b9311b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73095],{73095:function(e,t,n){n.r(t);t.default=[[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","på morgenen","på formiddagen","på ettermiddagen","på kvelden","på natten"]],[["mn.","mg.","fm.","em.","kv.","nt."],["midn.","morg.","form.","etterm.","kveld","natt"],["midnatt","morgen","formiddag","ettermiddag","kveld","natt"]],["00:00",["06:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73188.355f45fd88724ee2ea82.js b/dist/apps/processing-runtime-widget/73188.355f45fd88724ee2ea82.js new file mode 100644 index 0000000..bb2cdac --- /dev/null +++ b/dist/apps/processing-runtime-widget/73188.355f45fd88724ee2ea82.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73188],{73188:function(u,c,e){e.r(c);c.default=[[["полн.","напл.","утро","претпл.","попл.","веч.","ноќе"],["полноќ","напладне","наутро","претпладне","попладне","навечер","ноќе"],["полноќ","напладне","наутро","претпладне","попладне","навечер","по полноќ"]],[["полноќ","пладне","наутро","претпл.","попл.","навечер","по полноќ"],["полноќ","напладне","наутро","претпл.","попл.","навечер","по полноќ"],["на полноќ","напладне","наутро","претпладне","попладне","навечер","по полноќ"]],["00:00","12:00",["04:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73268.4a7a829bde71467ed17d.js b/dist/apps/processing-runtime-widget/73268.4a7a829bde71467ed17d.js new file mode 100644 index 0000000..11ad356 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73268.4a7a829bde71467ed17d.js @@ -0,0 +1,2 @@ +/*! For license information please see 73268.4a7a829bde71467ed17d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73268],{73268:function(e,a,u){u.r(a);const n=void 0;a.default=["en-NZ",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["d/MM/yy","d/MM/y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NZD","$","New Zealand Dollar",{JPY:["JP¥","¥"],NZD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73268.4a7a829bde71467ed17d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73268.4a7a829bde71467ed17d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73268.4a7a829bde71467ed17d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73315.230dfc53990f5481f169.js b/dist/apps/processing-runtime-widget/73315.230dfc53990f5481f169.js new file mode 100644 index 0000000..e9be55a --- /dev/null +++ b/dist/apps/processing-runtime-widget/73315.230dfc53990f5481f169.js @@ -0,0 +1,2 @@ +/*! For license information please see 73315.230dfc53990f5481f169.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73315],{73315:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73315.230dfc53990f5481f169.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73315.230dfc53990f5481f169.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73315.230dfc53990f5481f169.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73316.3d5b98bd56da63811a36.js b/dist/apps/processing-runtime-widget/73316.3d5b98bd56da63811a36.js new file mode 100644 index 0000000..813b426 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73316.3d5b98bd56da63811a36.js @@ -0,0 +1,2 @@ +/*! For license information please see 73316.3d5b98bd56da63811a36.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73316],{73316:function(m,a,n){n.r(a);const s=void 0;a.default=["ln",[["ntɔ́ngɔ́","mpókwa"],s,s],s,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],s,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],s,[["libóso ya","nsima ya Y"],s,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CDF","FC","Falánga ya Kongó",{CDF:["FC"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(m){const a=m;return a===Math.floor(a)&&a>=0&&a<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73316.3d5b98bd56da63811a36.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73316.3d5b98bd56da63811a36.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73316.3d5b98bd56da63811a36.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73335.cd02056ad9b9936607d9.js b/dist/apps/processing-runtime-widget/73335.cd02056ad9b9936607d9.js new file mode 100644 index 0000000..29a60bd --- /dev/null +++ b/dist/apps/processing-runtime-widget/73335.cd02056ad9b9936607d9.js @@ -0,0 +1,2 @@ +/*! For license information please see 73335.cd02056ad9b9936607d9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73335],{73335:function(s,M,t){t.r(M);const u=void 0;M.default=["fa",[["ق","ب"],["ق.ظ.","ب.ظ."],["قبل‌ازظهر","بعدازظهر"]],u,[["ی","د","س","چ","پ","ج","ش"],["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],u,["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"]],u,[["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],["ژانویهٔ","فوریهٔ","مارس","آوریل","مهٔ","ژوئن","ژوئیهٔ","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]],[["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],u],[["ق","م"],["ق.م.","م."],["قبل از میلاد","میلادی"]],6,[5,5],["y/M/d","d MMM y","d MMMM y","EEEE d MMMM y"],["H:mm","H:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}،‏ {0}",u,"{1}، ساعت {0}",u],[".",",",";","%","‎+","‎−","E","×","‰","∞","ناعدد",":"],["#,##0.###","#,##0%","‎¤ #,##0.00","#E0"],"IRR","ریال","ریال ایران",{AFN:["؋"],BYN:[u,"р."],CAD:["$CA","$"],CNY:["¥CN","¥"],HKD:["$HK","$"],IRR:["ریال"],MXN:["$MX","$"],NZD:["$NZ","$"],PHP:[u,"₱"],THB:["฿"],XCD:["$EC","$"],XOF:["فرانک CFA"]},"rtl",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73335.cd02056ad9b9936607d9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73335.cd02056ad9b9936607d9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73335.cd02056ad9b9936607d9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73384.2d73f9173218be310316.js b/dist/apps/processing-runtime-widget/73384.2d73f9173218be310316.js new file mode 100644 index 0000000..cbcbdf1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73384.2d73f9173218be310316.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73384],{73384:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73434.97bf40278aa11da93a1d.js b/dist/apps/processing-runtime-widget/73434.97bf40278aa11da93a1d.js new file mode 100644 index 0000000..1e156ec --- /dev/null +++ b/dist/apps/processing-runtime-widget/73434.97bf40278aa11da93a1d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73434],{73434:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73508.54b6949bbdf2aecd6618.js b/dist/apps/processing-runtime-widget/73508.54b6949bbdf2aecd6618.js new file mode 100644 index 0000000..7883386 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73508.54b6949bbdf2aecd6618.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73508],{73508:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73572.202895708e5b709a02ab.js b/dist/apps/processing-runtime-widget/73572.202895708e5b709a02ab.js new file mode 100644 index 0000000..0543743 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73572.202895708e5b709a02ab.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73572],{73572:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73766.914dbc300eb7ee759437.js b/dist/apps/processing-runtime-widget/73766.914dbc300eb7ee759437.js new file mode 100644 index 0000000..5c26c11 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73766.914dbc300eb7ee759437.js @@ -0,0 +1,2 @@ +/*! For license information please see 73766.914dbc300eb7ee759437.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73766],{73766:function(r,a,n){n.r(a);const s=void 0;a.default=["da",[["a","p"],["AM","PM"],s],[["AM","PM"],s,s],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["S","M","T","O","T","F","L"],["søn","man","tir","ons","tor","fre","lør"],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]],s,[["fKr","eKr"],["f.Kr.","e.Kr."],s],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE 'den' d. MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",s,"{1} 'kl'. {0}",s],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DKK","kr.","dansk krone",{AUD:["AU$","$"],BYN:[s,"Br."],DKK:["kr."],ISK:[s,"kr."],JPY:["JP¥","¥"],NOK:[s,"kr."],PHP:[s,"₱"],RON:[s,"L"],SEK:[s,"kr."],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(r){const a=r,n=Math.floor(Math.abs(r)),s=parseInt(r.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;return 1===a||0!==s&&(0===n||1===n)?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73766.914dbc300eb7ee759437.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73766.914dbc300eb7ee759437.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73766.914dbc300eb7ee759437.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73775.33128bc7ade0d549caf3.js b/dist/apps/processing-runtime-widget/73775.33128bc7ade0d549caf3.js new file mode 100644 index 0000000..b00fe06 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73775.33128bc7ade0d549caf3.js @@ -0,0 +1,2 @@ +/*! For license information please see 73775.33128bc7ade0d549caf3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73775],{86104:function(u,c,i){i.r(c);const e=void 0;c.default=[[["поноћ","подне","јутро","по под.","вече","ноћ"],["поноћ","подне","јутро","по под.","вече","ноћу"],["поноћ","подне","ујутро","по подне","увече","ноћу"]],[["поноћ","подне","јутро","поподне","вече","ноћ"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73775.33128bc7ade0d549caf3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73775.33128bc7ade0d549caf3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73775.33128bc7ade0d549caf3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7379.992fa83638e2b6bd2d0d.js b/dist/apps/processing-runtime-widget/7379.992fa83638e2b6bd2d0d.js new file mode 100644 index 0000000..faaf714 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7379.992fa83638e2b6bd2d0d.js @@ -0,0 +1,2 @@ +/*! For license information please see 7379.992fa83638e2b6bd2d0d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7379],{7379:function(e,o,a){a.r(o);const r=void 0;o.default=["pt",[["AM","PM"],r,r],r,[["D","S","T","Q","Q","S","S"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],r,[["a.C.","d.C."],r,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/y","d 'de' MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"BRL","R$","Real brasileiro",{AUD:["AU$","$"],BYN:[r,"р."],JPY:["JP¥","¥"],PHP:[r,"₱"],PTE:["Esc."],RON:[r,"L"],SYP:[r,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return o===Math.floor(o)&&o>=0&&o<=1?1:0===r&&0!==o&&o%1e6==0&&0===a||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7379.992fa83638e2b6bd2d0d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7379.992fa83638e2b6bd2d0d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7379.992fa83638e2b6bd2d0d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73805.fc360f28a5fa42cfd2b9.js b/dist/apps/processing-runtime-widget/73805.fc360f28a5fa42cfd2b9.js new file mode 100644 index 0000000..b3e054b --- /dev/null +++ b/dist/apps/processing-runtime-widget/73805.fc360f28a5fa42cfd2b9.js @@ -0,0 +1,2 @@ +/*! For license information please see 73805.fc360f28a5fa42cfd2b9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73805],{73805:function(n,d,i){i.r(d);const e=void 0;d.default=[[["mn","o","m","a","n"],["middernag","die oggend","die middag","die aand","die nag"],e],[["mn","o","m","a","n"],["middernag","oggend","middag","aand","nag"],e],["00:00",["05:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73805.fc360f28a5fa42cfd2b9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73805.fc360f28a5fa42cfd2b9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73805.fc360f28a5fa42cfd2b9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/73871.c00c9e2b796cb4d1d2b5.js b/dist/apps/processing-runtime-widget/73871.c00c9e2b796cb4d1d2b5.js new file mode 100644 index 0000000..860b574 --- /dev/null +++ b/dist/apps/processing-runtime-widget/73871.c00c9e2b796cb4d1d2b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 73871.c00c9e2b796cb4d1d2b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[73871],{73871:function(s,M,u){u.r(M);const t=void 0;M.default=["tg",[["AM","PM"],t,t],t,[["Я","Д","С","Ч","П","Ҷ","Ш"],["Яшб","Дшб","Сшб","Чшб","Пшб","Ҷмъ","Шнб"],["Якшанбе","Душанбе","Сешанбе","Чоршанбе","Панҷшанбе","Ҷумъа","Шанбе"],["Яшб","Дшб","Сшб","Чшб","Пшб","Ҷмъ","Шнб"]],t,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],["Январ","Феврал","Март","Апрел","Май","Июн","Июл","Август","Сентябр","Октябр","Ноябр","Декабр"]],t,[["ПеМ","ПаМ"],t,["Пеш аз милод","Пас аз милод"]],1,[6,0],["dd/MM/yy","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"TJS","сом.","Сомонӣ",{JPY:["JP¥","¥"],TJS:["сом."]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/73871.c00c9e2b796cb4d1d2b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/73871.c00c9e2b796cb4d1d2b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/73871.c00c9e2b796cb4d1d2b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7388.be07e830535d727a7e4e.js b/dist/apps/processing-runtime-widget/7388.be07e830535d727a7e4e.js new file mode 100644 index 0000000..7ca6a83 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7388.be07e830535d727a7e4e.js @@ -0,0 +1,2 @@ +/*! For license information please see 7388.be07e830535d727a7e4e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7388,72134],{72134:function(n,u,c){c.r(u),c.d(u,{VERSION:function(){return e}});const e=new(c(40761).Version)("14.1.2")}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7388.be07e830535d727a7e4e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7388.be07e830535d727a7e4e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7388.be07e830535d727a7e4e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74168.204d8051cfddbeb1a058.js b/dist/apps/processing-runtime-widget/74168.204d8051cfddbeb1a058.js new file mode 100644 index 0000000..93bd044 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74168.204d8051cfddbeb1a058.js @@ -0,0 +1,2 @@ +/*! For license information please see 74168.204d8051cfddbeb1a058.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74168],{74168:function(u,c,i){i.r(c);const e=void 0;c.default=[[["түн орт","чт","эртң мн","түшт кйн","кечк","түн"],["түн ортосу","чак түш","эртең менен","түштөн кийин","кечинде","түн ичинде"],e],[["түн ортосу","чак түш","эртең менен","түштөн кийин","кечкурун","түн"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74168.204d8051cfddbeb1a058.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74168.204d8051cfddbeb1a058.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74168.204d8051cfddbeb1a058.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74179.a7ae9ebfa4c607f4a5b0.js b/dist/apps/processing-runtime-widget/74179.a7ae9ebfa4c607f4a5b0.js new file mode 100644 index 0000000..824ece8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74179.a7ae9ebfa4c607f4a5b0.js @@ -0,0 +1,2 @@ +/*! For license information please see 74179.a7ae9ebfa4c607f4a5b0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74179],{74179:function(u,m,s){s.r(m);const i=void 0;m.default=["yrl",[["AM","PM"],i,i],i,[["M","M","M","M","S","Y","S"],["mit","mur","mmk","mms","sup","yuk","sau"],["mituú","murakipí","murakí-mukũi","murakí-musapíri","supapá","yukuakú","saurú"],["mit","mur","mmk","mms","sup","yuk","sau"]],i,[["Y","M","M","I","P","P","P","P","P","Y","Y","Y"],["ye","mk","ms","id","pu","py","pm","ps","pi","yp","yy","ym"],["yepé","mukũi","musapíri","irũdí","pú","pú-yepé","pú-mukũi","pú-musapíri","pú-irũdí","yepé-putimaã","yepé-yepé","yepé-mukũi"]],i,[["K.s.","K.a."],i,["Kiristu senũdé","Kiristu ariré"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,i,i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"BRL","R$","Reau Brasiuwara",{AUD:["AU$","$"],BOB:["BUB","Bs"],BYN:[i,"p."],COP:["$","COP"],JPY:["JP¥","¥"],PHP:[i,"₱"],PTE:["Esc."],RON:[i,"L"],SCR:["SCRu"],SYP:[i,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],VES:["Bs.S","VES"],XAF:["FCF"],XOF:["CFA"],XPF:["CFP"],ZMW:[i,"Zk"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74179.a7ae9ebfa4c607f4a5b0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74179.a7ae9ebfa4c607f4a5b0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74179.a7ae9ebfa4c607f4a5b0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74239.e77f75d8ad91d5b9be01.js b/dist/apps/processing-runtime-widget/74239.e77f75d8ad91d5b9be01.js new file mode 100644 index 0000000..e21ed44 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74239.e77f75d8ad91d5b9be01.js @@ -0,0 +1,2 @@ +/*! For license information please see 74239.e77f75d8ad91d5b9be01.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74239],{74239:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74239.e77f75d8ad91d5b9be01.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74239.e77f75d8ad91d5b9be01.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74239.e77f75d8ad91d5b9be01.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74301.434b3ae3d8139193e7d8.js b/dist/apps/processing-runtime-widget/74301.434b3ae3d8139193e7d8.js new file mode 100644 index 0000000..393de89 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74301.434b3ae3d8139193e7d8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74301],{74301:function(t,e,n){var a;n.r(e),n.d(e,{DEFAULT_LANGUAGE:function(){return T},FakeMissingTranslationHandler:function(){return u},MissingTranslationHandler:function(){return g},TranslateCompiler:function(){return m},TranslateDefaultParser:function(){return y},TranslateDirective:function(){return k},TranslateFakeCompiler:function(){return v},TranslateFakeLoader:function(){return l},TranslateLoader:function(){return o},TranslateModule:function(){return V},TranslateParser:function(){return f},TranslatePipe:function(){return I},TranslateService:function(){return w},TranslateStore:function(){return L},USE_DEFAULT_LANG:function(){return b},USE_EXTEND:function(){return D},USE_STORE:function(){return C}});var s=n(40761),r=n(89754),i=n(76063);class o{}class l extends o{getTranslation(t){return(0,r.of)({})}}l.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:l,deps:null,target:s["ɵɵFactoryTarget"].Injectable}),l.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:l}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:l,decorators:[{type:s.Injectable}]});class g{}class u{handle(t){return t.key}}function h(t,e){if(t===e)return!0;if(null===t||null===e)return!1;if(t!=t&&e!=e)return!0;let n,a,s,r=typeof t;if(r==typeof e&&"object"==r){if(!Array.isArray(t)){if(Array.isArray(e))return!1;for(a in s=Object.create(null),t){if(!h(t[a],e[a]))return!1;s[a]=!0}for(a in e)if(!(a in s)&&void 0!==e[a])return!1;return!0}if(!Array.isArray(e))return!1;if((n=t.length)==e.length){for(a=0;a{p(e[a])?a in t?n[a]=d(t[a],e[a]):Object.assign(n,{[a]:e[a]}):Object.assign(n,{[a]:e[a]})})),n}u.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:u,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),u.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:u}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:u,decorators:[{type:s.Injectable}]});class f{}class y extends f{constructor(){super(...arguments),this.templateMatcher=/{{\s?([^{}\s]*)\s?}}/g}interpolate(t,e){let n;return n="string"==typeof t?this.interpolateString(t,e):"function"==typeof t?this.interpolateFunction(t,e):t,n}getValue(t,e){let n="string"==typeof e?e.split("."):[e];e="";do{e+=n.shift(),!c(t)||!c(t[e])||"object"!=typeof t[e]&&n.length?n.length?e+=".":t=void 0:(t=t[e],e="")}while(n.length);return t}interpolateFunction(t,e){return t(e)}interpolateString(t,e){return e?t.replace(this.templateMatcher,((t,n)=>{let a=this.getValue(e,n);return c(a)?a:t})):t}}y.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:y,deps:null,target:s["ɵɵFactoryTarget"].Injectable}),y.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:y}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:y,decorators:[{type:s.Injectable}]});class m{}class v extends m{compile(t,e){return t}compileTranslations(t,e){return t}}v.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:v,deps:null,target:s["ɵɵFactoryTarget"].Injectable}),v.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:v}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:v,decorators:[{type:s.Injectable}]});class L{constructor(){this.currentLang=this.defaultLang,this.translations={},this.langs=[],this.onTranslationChange=new s.EventEmitter,this.onLangChange=new s.EventEmitter,this.onDefaultLangChange=new s.EventEmitter}}const C=new s.InjectionToken("USE_STORE"),b=new s.InjectionToken("USE_DEFAULT_LANG"),T=new s.InjectionToken("DEFAULT_LANGUAGE"),D=new s.InjectionToken("USE_EXTEND");class w{constructor(t,e,n,a,r,i=!0,o=!1,l=!1,g){this.store=t,this.currentLoader=e,this.compiler=n,this.parser=a,this.missingTranslationHandler=r,this.useDefaultLang=i,this.isolate=o,this.extend=l,this.pending=!1,this._onTranslationChange=new s.EventEmitter,this._onLangChange=new s.EventEmitter,this._onDefaultLangChange=new s.EventEmitter,this._langs=[],this._translations={},this._translationRequests={},g&&this.setDefaultLang(g)}get onTranslationChange(){return this.isolate?this._onTranslationChange:this.store.onTranslationChange}get onLangChange(){return this.isolate?this._onLangChange:this.store.onLangChange}get onDefaultLangChange(){return this.isolate?this._onDefaultLangChange:this.store.onDefaultLangChange}get defaultLang(){return this.isolate?this._defaultLang:this.store.defaultLang}set defaultLang(t){this.isolate?this._defaultLang=t:this.store.defaultLang=t}get currentLang(){return this.isolate?this._currentLang:this.store.currentLang}set currentLang(t){this.isolate?this._currentLang=t:this.store.currentLang=t}get langs(){return this.isolate?this._langs:this.store.langs}set langs(t){this.isolate?this._langs=t:this.store.langs=t}get translations(){return this.isolate?this._translations:this.store.translations}set translations(t){this.isolate?this._translations=t:this.store.translations=t}setDefaultLang(t){if(t===this.defaultLang)return;let e=this.retrieveTranslations(t);void 0!==e?(null==this.defaultLang&&(this.defaultLang=t),e.pipe((0,i.take)(1)).subscribe((e=>{this.changeDefaultLang(t)}))):this.changeDefaultLang(t)}getDefaultLang(){return this.defaultLang}use(t){if(t===this.currentLang)return(0,r.of)(this.translations[t]);let e=this.retrieveTranslations(t);return void 0!==e?(this.currentLang||(this.currentLang=t),e.pipe((0,i.take)(1)).subscribe((e=>{this.changeLang(t)})),e):(this.changeLang(t),(0,r.of)(this.translations[t]))}retrieveTranslations(t){let e;return(void 0===this.translations[t]||this.extend)&&(this._translationRequests[t]=this._translationRequests[t]||this.getTranslation(t),e=this._translationRequests[t]),e}getTranslation(t){this.pending=!0;const e=this.currentLoader.getTranslation(t).pipe((0,i.shareReplay)(1),(0,i.take)(1));return this.loadingTranslations=e.pipe((0,i.map)((e=>this.compiler.compileTranslations(e,t))),(0,i.shareReplay)(1),(0,i.take)(1)),this.loadingTranslations.subscribe({next:e=>{this.translations[t]=this.extend&&this.translations[t]?{...e,...this.translations[t]}:e,this.updateLangs(),this.pending=!1},error:t=>{this.pending=!1}}),e}setTranslation(t,e,n=!1){e=this.compiler.compileTranslations(e,t),(n||this.extend)&&this.translations[t]?this.translations[t]=d(this.translations[t],e):this.translations[t]=e,this.updateLangs(),this.onTranslationChange.emit({lang:t,translations:this.translations[t]})}getLangs(){return this.langs}addLangs(t){t.forEach((t=>{-1===this.langs.indexOf(t)&&this.langs.push(t)}))}updateLangs(){this.addLangs(Object.keys(this.translations))}getParsedResult(t,e,n){let a;if(e instanceof Array){let a={},s=!1;for(let i of e)a[i]=this.getParsedResult(t,i,n),(0,r.isObservable)(a[i])&&(s=!0);if(s){const t=e.map((t=>(0,r.isObservable)(a[t])?a[t]:(0,r.of)(a[t])));return(0,r.forkJoin)(t).pipe((0,i.map)((t=>{let n={};return t.forEach(((t,a)=>{n[e[a]]=t})),n})))}return a}if(t&&(a=this.parser.interpolate(this.parser.getValue(t,e),n)),void 0===a&&null!=this.defaultLang&&this.defaultLang!==this.currentLang&&this.useDefaultLang&&(a=this.parser.interpolate(this.parser.getValue(this.translations[this.defaultLang],e),n)),void 0===a){let t={key:e,translateService:this};void 0!==n&&(t.interpolateParams=n),a=this.missingTranslationHandler.handle(t)}return void 0!==a?a:e}get(t,e){if(!c(t)||!t.length)throw new Error('Parameter "key" required');if(this.pending)return this.loadingTranslations.pipe((0,i.concatMap)((n=>(n=this.getParsedResult(n,t,e),(0,r.isObservable)(n)?n:(0,r.of)(n)))));{let n=this.getParsedResult(this.translations[this.currentLang],t,e);return(0,r.isObservable)(n)?n:(0,r.of)(n)}}getStreamOnTranslationChange(t,e){if(!c(t)||!t.length)throw new Error('Parameter "key" required');return(0,r.concat)((0,r.defer)((()=>this.get(t,e))),this.onTranslationChange.pipe((0,i.switchMap)((n=>{const a=this.getParsedResult(n.translations,t,e);return"function"==typeof a.subscribe?a:(0,r.of)(a)}))))}stream(t,e){if(!c(t)||!t.length)throw new Error('Parameter "key" required');return(0,r.concat)((0,r.defer)((()=>this.get(t,e))),this.onLangChange.pipe((0,i.switchMap)((n=>{const a=this.getParsedResult(n.translations,t,e);return(0,r.isObservable)(a)?a:(0,r.of)(a)}))))}instant(t,e){if(!c(t)||!t.length)throw new Error('Parameter "key" required');let n=this.getParsedResult(this.translations[this.currentLang],t,e);if((0,r.isObservable)(n)){if(t instanceof Array){let e={};return t.forEach(((n,a)=>{e[t[a]]=t[a]})),e}return t}return n}set(t,e,n=this.currentLang){this.translations[n][t]=this.compiler.compile(e,n),this.updateLangs(),this.onTranslationChange.emit({lang:n,translations:this.translations[n]})}changeLang(t){this.currentLang=t,this.onLangChange.emit({lang:t,translations:this.translations[t]}),null==this.defaultLang&&this.changeDefaultLang(t)}changeDefaultLang(t){this.defaultLang=t,this.onDefaultLangChange.emit({lang:t,translations:this.translations[t]})}reloadLang(t){return this.resetLang(t),this.getTranslation(t)}resetLang(t){this._translationRequests[t]=void 0,this.translations[t]=void 0}getBrowserLang(){if("undefined"==typeof window||void 0===window.navigator)return;let t=window.navigator.languages?window.navigator.languages[0]:null;return t=t||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,void 0!==t?(-1!==t.indexOf("-")&&(t=t.split("-")[0]),-1!==t.indexOf("_")&&(t=t.split("_")[0]),t):void 0}getBrowserCultureLang(){if("undefined"==typeof window||void 0===window.navigator)return;let t=window.navigator.languages?window.navigator.languages[0]:null;return t=t||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,t}}w.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:w,deps:[{token:L},{token:o},{token:m},{token:f},{token:g},{token:b},{token:C},{token:D},{token:T}],target:s["ɵɵFactoryTarget"].Injectable}),w.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:w}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:w,decorators:[{type:s.Injectable}],ctorParameters:function(){return[{type:L},{type:o},{type:m},{type:f},{type:g},{type:void 0,decorators:[{type:s.Inject,args:[b]}]},{type:void 0,decorators:[{type:s.Inject,args:[C]}]},{type:void 0,decorators:[{type:s.Inject,args:[D]}]},{type:void 0,decorators:[{type:s.Inject,args:[T]}]}]}});class k{constructor(t,e,n){this.translateService=t,this.element=e,this._ref=n,this.onTranslationChangeSub||(this.onTranslationChangeSub=this.translateService.onTranslationChange.subscribe((t=>{t.lang===this.translateService.currentLang&&this.checkNodes(!0,t.translations)}))),this.onLangChangeSub||(this.onLangChangeSub=this.translateService.onLangChange.subscribe((t=>{this.checkNodes(!0,t.translations)}))),this.onDefaultLangChangeSub||(this.onDefaultLangChangeSub=this.translateService.onDefaultLangChange.subscribe((t=>{this.checkNodes(!0)})))}set translate(t){t&&(this.key=t,this.checkNodes())}set translateParams(t){h(this.currentParams,t)||(this.currentParams=t,this.checkNodes(!0))}ngAfterViewChecked(){this.checkNodes()}checkNodes(t=!1,e){let n=this.element.nativeElement.childNodes;n.length||(this.setContent(this.element.nativeElement,this.key),n=this.element.nativeElement.childNodes);for(let a=0;a{n!==t&&(e.lastKey=t),e.originalContent||(e.originalContent=this.getContent(e)),e.currentValue=c(n)?n:e.originalContent||t,this.setContent(e,this.key?e.currentValue:e.originalContent.replace(t,e.currentValue)),this._ref.markForCheck()};if(c(n)){let e=this.translateService.getParsedResult(n,t,this.currentParams);(0,r.isObservable)(e)?e.subscribe({next:a}):a(e)}else this.translateService.get(t,this.currentParams).subscribe(a)}}getContent(t){return c(t.textContent)?t.textContent:t.data}setContent(t,e){c(t.textContent)?t.textContent=e:t.data=e}ngOnDestroy(){this.onLangChangeSub&&this.onLangChangeSub.unsubscribe(),this.onDefaultLangChangeSub&&this.onDefaultLangChangeSub.unsubscribe(),this.onTranslationChangeSub&&this.onTranslationChangeSub.unsubscribe()}}k.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:k,deps:[{token:w},{token:s.ElementRef},{token:s.ChangeDetectorRef}],target:s["ɵɵFactoryTarget"].Directive}),k.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"12.0.0",version:"13.0.0",type:k,selector:"[translate],[ngx-translate]",inputs:{translate:"translate",translateParams:"translateParams"},ngImport:a||(a=n.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:k,decorators:[{type:s.Directive,args:[{selector:"[translate],[ngx-translate]"}]}],ctorParameters:function(){return[{type:w},{type:s.ElementRef},{type:s.ChangeDetectorRef}]},propDecorators:{translate:[{type:s.Input}],translateParams:[{type:s.Input}]}});class I{constructor(t,e){this.translate=t,this._ref=e,this.value="",this.lastKey=null,this.lastParams=[]}updateValue(t,e,n){let a=e=>{this.value=void 0!==e?e:t,this.lastKey=t,this._ref.markForCheck()};if(n){let s=this.translate.getParsedResult(n,t,e);(0,r.isObservable)(s.subscribe)?s.subscribe(a):a(s)}this.translate.get(t,e).subscribe(a)}transform(t,...e){if(!t||!t.length)return t;if(h(t,this.lastKey)&&h(e,this.lastParams))return this.value;let n;if(c(e[0])&&e.length)if("string"==typeof e[0]&&e[0].length){let t=e[0].replace(/(\')?([a-zA-Z0-9_]+)(\')?(\s)?:/g,'"$2":').replace(/:(\s)?(\')(.*?)(\')/g,':"$3"');try{n=JSON.parse(t)}catch(t){throw new SyntaxError(`Wrong parameter in TranslatePipe. Expected a valid Object, received: ${e[0]}`)}}else"object"!=typeof e[0]||Array.isArray(e[0])||(n=e[0]);return this.lastKey=t,this.lastParams=e,this.updateValue(t,n),this._dispose(),this.onTranslationChange||(this.onTranslationChange=this.translate.onTranslationChange.subscribe((e=>{this.lastKey&&e.lang===this.translate.currentLang&&(this.lastKey=null,this.updateValue(t,n,e.translations))}))),this.onLangChange||(this.onLangChange=this.translate.onLangChange.subscribe((e=>{this.lastKey&&(this.lastKey=null,this.updateValue(t,n,e.translations))}))),this.onDefaultLangChange||(this.onDefaultLangChange=this.translate.onDefaultLangChange.subscribe((()=>{this.lastKey&&(this.lastKey=null,this.updateValue(t,n))}))),this.value}_dispose(){void 0!==this.onTranslationChange&&(this.onTranslationChange.unsubscribe(),this.onTranslationChange=void 0),void 0!==this.onLangChange&&(this.onLangChange.unsubscribe(),this.onLangChange=void 0),void 0!==this.onDefaultLangChange&&(this.onDefaultLangChange.unsubscribe(),this.onDefaultLangChange=void 0)}ngOnDestroy(){this._dispose()}}I.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:I,deps:[{token:w},{token:s.ChangeDetectorRef}],target:s["ɵɵFactoryTarget"].Pipe}),I.ɵpipe=s["ɵɵngDeclarePipe"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:I,name:"translate",pure:!1}),I.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:I}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:I,decorators:[{type:s.Injectable},{type:s.Pipe,args:[{name:"translate",pure:!1}]}],ctorParameters:function(){return[{type:w},{type:s.ChangeDetectorRef}]}});class V{static forRoot(t={}){return{ngModule:V,providers:[t.loader||{provide:o,useClass:l},t.compiler||{provide:m,useClass:v},t.parser||{provide:f,useClass:y},t.missingTranslationHandler||{provide:g,useClass:u},L,{provide:C,useValue:t.isolate},{provide:b,useValue:t.useDefaultLang},{provide:D,useValue:t.extend},{provide:T,useValue:t.defaultLanguage},w]}}static forChild(t={}){return{ngModule:V,providers:[t.loader||{provide:o,useClass:l},t.compiler||{provide:m,useClass:v},t.parser||{provide:f,useClass:y},t.missingTranslationHandler||{provide:g,useClass:u},{provide:C,useValue:t.isolate},{provide:b,useValue:t.useDefaultLang},{provide:D,useValue:t.extend},{provide:T,useValue:t.defaultLanguage},w]}}}V.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:V,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),V.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:V,declarations:[I,k],exports:[I,k]}),V.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:V}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"13.0.0",ngImport:a||(a=n.t(s,2)),type:V,decorators:[{type:s.NgModule,args:[{declarations:[I,k],exports:[I,k]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7439.f6729bb78789630f0b23.js b/dist/apps/processing-runtime-widget/7439.f6729bb78789630f0b23.js new file mode 100644 index 0000000..feb5aa7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7439.f6729bb78789630f0b23.js @@ -0,0 +1,2 @@ +/*! For license information please see 7439.f6729bb78789630f0b23.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7439],{7439:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ਅੱਧੀ ਰਾਤ","ਸਵੇਰੇ","ਦੁਪਹਿਰੇ","ਸ਼ਾਮੀਂ","ਰਾਤੀਂ"],e,e],[["ਅੱਧੀ ਰਾਤ","ਸਵੇਰੇ","ਦੁਪਹਿਰੇ","ਸ਼ਾਮੀਂ","ਰਾਤੀਂ"],e,["ਅੱਧੀ ਰਾਤ","ਸਵੇਰੇ","ਦੁਪਹਿਰੇ","ਸ਼ਾਮ","ਰਾਤ"]],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7439.f6729bb78789630f0b23.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7439.f6729bb78789630f0b23.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7439.f6729bb78789630f0b23.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74393.7a20ecc18df442d8f3b5.js b/dist/apps/processing-runtime-widget/74393.7a20ecc18df442d8f3b5.js new file mode 100644 index 0000000..611c7ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/74393.7a20ecc18df442d8f3b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 74393.7a20ecc18df442d8f3b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74393],{74393:function(i,e,o){o.r(e);const t=void 0;e.default=[[["mezzanotte","mezzogiorno","di mattina","di pomeriggio","di sera","di notte"],t,["mezzanotte","mezzogiorno","di mattina","del pomeriggio","di sera","di notte"]],[["mezzanotte","mezzogiorno","mattina","pomeriggio","sera","notte"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74393.7a20ecc18df442d8f3b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74393.7a20ecc18df442d8f3b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74393.7a20ecc18df442d8f3b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74448.c838e95819f36944b16c.js b/dist/apps/processing-runtime-widget/74448.c838e95819f36944b16c.js new file mode 100644 index 0000000..6193e56 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74448.c838e95819f36944b16c.js @@ -0,0 +1,2 @@ +/*! For license information please see 74448.c838e95819f36944b16c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74448],{74448:function(D,$,M){M.r($);const B=void 0;$.default=["ar-MR",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","إ","و","ن","ل","غ","ش","ك","ب","د"],["يناير","فبراير","مارس","إبريل","مايو","يونيو","يوليو","أغشت","شتمبر","أكتوبر","نوفمبر","دجمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MRU","أ.م.","أوقية موريتانية",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74448.c838e95819f36944b16c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74448.c838e95819f36944b16c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74448.c838e95819f36944b16c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74464.e7707b9f1c3569d6e5c5.js b/dist/apps/processing-runtime-widget/74464.e7707b9f1c3569d6e5c5.js new file mode 100644 index 0000000..de61a4f --- /dev/null +++ b/dist/apps/processing-runtime-widget/74464.e7707b9f1c3569d6e5c5.js @@ -0,0 +1,2 @@ +/*! For license information please see 74464.e7707b9f1c3569d6e5c5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74464],{74464:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74464.e7707b9f1c3569d6e5c5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74464.e7707b9f1c3569d6e5c5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74464.e7707b9f1c3569d6e5c5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74545.15cdf7613af9e24f3e03.js b/dist/apps/processing-runtime-widget/74545.15cdf7613af9e24f3e03.js new file mode 100644 index 0000000..a025597 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74545.15cdf7613af9e24f3e03.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74545],{74545:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74623.9570b5d2368136a8550b.js b/dist/apps/processing-runtime-widget/74623.9570b5d2368136a8550b.js new file mode 100644 index 0000000..9a7e50a --- /dev/null +++ b/dist/apps/processing-runtime-widget/74623.9570b5d2368136a8550b.js @@ -0,0 +1,2 @@ +/*! For license information please see 74623.9570b5d2368136a8550b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74623],{74623:function(u,c,i){i.r(c);const e=void 0;c.default=[[["поноћ","подне","јутро","по под.","вече","ноћ"],["поноћ","подне","јутро","по под.","вече","ноћу"],["поноћ","подне","ујутро","по подне","увече","ноћу"]],[["поноћ","подне","јутро","поподне","вече","ноћ"],e,e],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74623.9570b5d2368136a8550b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74623.9570b5d2368136a8550b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74623.9570b5d2368136a8550b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74649.20a38d047c613bde20fc.js b/dist/apps/processing-runtime-widget/74649.20a38d047c613bde20fc.js new file mode 100644 index 0000000..7cb9dee --- /dev/null +++ b/dist/apps/processing-runtime-widget/74649.20a38d047c613bde20fc.js @@ -0,0 +1,2 @@ +/*! For license information please see 74649.20a38d047c613bde20fc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74649],{74649:function(a,e,r){r.r(e);const n=void 0;e.default=["nl-SR",[["a.m.","p.m."],n,n],n,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],n,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,"{1} 'om' {0}",n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"SRD","$","Surinaamse dollar",{AUD:["AU$","$"],BYN:[n,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[n,"₱"],RUR:[n,"р."],SBD:["SI$","$"],SRD:["$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",function(a){const e=Math.floor(Math.abs(a)),r=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74649.20a38d047c613bde20fc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74649.20a38d047c613bde20fc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74649.20a38d047c613bde20fc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7471.4d283ef1e67d9de83bec.js b/dist/apps/processing-runtime-widget/7471.4d283ef1e67d9de83bec.js new file mode 100644 index 0000000..ed56af3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7471.4d283ef1e67d9de83bec.js @@ -0,0 +1,2 @@ +/*! For license information please see 7471.4d283ef1e67d9de83bec.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7471],{7471:function(e,n,t){t.r(n);const a=void 0;n.default=["bs-Latn",[["prijepodne","popodne"],["AM","PM"],["prijepodne","popodne"]],a,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],["januar","februar","mart","april","maj","juni","juli","august","septembar","oktobar","novembar","decembar"]],a,[["p.n.e.","n. e."],["p. n. e.","n. e."],["prije nove ere","nove ere"]],1,[6,0],["d. M. y.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",a,"{1} 'u' {0}",a],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"BAM","KM","Bosanskohercegovačka konvertibilna marka",{AUD:[a,"$"],BAM:["KM"],BRL:[a,"R$"],BYN:[a,"р."],CAD:[a,"$"],CNY:[a,"¥"],GBP:[a,"£"],HKD:[a,"$"],HRK:["kn"],ILS:[a,"₪"],MXN:[a,"$"],NZD:[a,"$"],PHP:[a,"₱"],RSD:["din."],THB:["฿"],TWD:["NT$"],USD:[a,"$"],XCD:[a,"$"],XPF:[]},"ltr",function(e){const n=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===t&&n%10==1&&n%100!=11||a%10==1&&a%100!=11?1:0===t&&n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7471.4d283ef1e67d9de83bec.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7471.4d283ef1e67d9de83bec.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7471.4d283ef1e67d9de83bec.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74718.40443535ac5321a9eb6d.js b/dist/apps/processing-runtime-widget/74718.40443535ac5321a9eb6d.js new file mode 100644 index 0000000..2ec713e --- /dev/null +++ b/dist/apps/processing-runtime-widget/74718.40443535ac5321a9eb6d.js @@ -0,0 +1,2 @@ +/*! For license information please see 74718.40443535ac5321a9eb6d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74718],{74718:function(e,o,s){s.r(o);const r=void 0;o.default=["es-CO",[["a. m.","p. m."],r,r],r,[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],0,[6,0],["d/MM/yy","d/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"COP","$","peso colombiano",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],COP:["$"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:["US$","$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const o=e,s=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o?1:0===i&&0!==s&&s%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74718.40443535ac5321a9eb6d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74718.40443535ac5321a9eb6d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74718.40443535ac5321a9eb6d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7474.d8783b7a8cdf920bbeaa.js b/dist/apps/processing-runtime-widget/7474.d8783b7a8cdf920bbeaa.js new file mode 100644 index 0000000..80704fa --- /dev/null +++ b/dist/apps/processing-runtime-widget/7474.d8783b7a8cdf920bbeaa.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7474],{7474:function(i,n,u){u.r(n);n.default=[[["nửa đêm","tr","sáng","chiều","tối","đêm"],["nửa đêm","TR","sáng","chiều","tối","đêm"],undefined],[["nửa đêm","trưa","sáng","chiều","tối","đêm"],["nửa đêm","TR","sáng","chiều","tối","đêm"],["nửa đêm","trưa","sáng","chiều","tối","đêm"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74897.31753654f66ddf23558e.js b/dist/apps/processing-runtime-widget/74897.31753654f66ddf23558e.js new file mode 100644 index 0000000..c5098e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74897.31753654f66ddf23558e.js @@ -0,0 +1,2 @@ +/*! For license information please see 74897.31753654f66ddf23558e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74897],{74897:function(s,u,M){M.r(u);const c=void 0;u.default=["az-Cyrl",[["а","п"],["АМ","ПМ"],c],[["АМ","ПМ"],c,c],[["7","1","2","3","4","5","6"],["Б.","Б.Е.","Ч.А.","Ч.","Ҹ.А.","Ҹ.","Ш."],["базар","базар ертәси","чәршәнбә ахшамы","чәршәнбә","ҹүмә ахшамы","ҹүмә","шәнбә"],["Б.","Б.Е.","Ч.А.","Ч.","Ҹ.А.","Ҹ.","Ш."]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["јан","фев","мар","апр","май","ијн","ијл","авг","сен","окт","ној","дек"],["јанвар","феврал","март","апрел","май","ијун","ијул","август","сентјабр","октјабр","нојабр","декабр"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["јан","фев","мар","апр","май","ијн","ијл","авг","сен","окт","ној","дек"],["Јанвар","Феврал","Март","Апрел","Май","Ијун","Ијул","Август","Сентјабр","Октјабр","Нојабр","Декабр"]],[["е.ә.","ј.е."],c,["ерамыздан әввәл","јени ера"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","d MMMM y, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,c,c],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"AZN","₼","AZN",{AZN:["₼"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74897.31753654f66ddf23558e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74897.31753654f66ddf23558e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74897.31753654f66ddf23558e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/74997.33b9769890fa1c3e24ce.js b/dist/apps/processing-runtime-widget/74997.33b9769890fa1c3e24ce.js new file mode 100644 index 0000000..998dc63 --- /dev/null +++ b/dist/apps/processing-runtime-widget/74997.33b9769890fa1c3e24ce.js @@ -0,0 +1,2 @@ +/*! For license information please see 74997.33b9769890fa1c3e24ce.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[74997],{74997:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/74997.33b9769890fa1c3e24ce.js.LICENSE.txt b/dist/apps/processing-runtime-widget/74997.33b9769890fa1c3e24ce.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/74997.33b9769890fa1c3e24ce.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75061.2315fb33912c9acd4e02.js b/dist/apps/processing-runtime-widget/75061.2315fb33912c9acd4e02.js new file mode 100644 index 0000000..0b7102f --- /dev/null +++ b/dist/apps/processing-runtime-widget/75061.2315fb33912c9acd4e02.js @@ -0,0 +1,2 @@ +/*! For license information please see 75061.2315fb33912c9acd4e02.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75061],{75061:function(u,s,o){o.r(s);const m=void 0;s.default=["smn",[["ip.","ep."],m,m],m,[["p","V","M","K","T","V","L"],["pas","vuo","maj","kos","tuo","vás","láv"],["pasepeeivi","vuossaargâ","majebaargâ","koskoho","tuorâstuv","vástuppeeivi","lávurduv"],["pa","vu","ma","ko","tu","vá","lá"]],[["S","M","T","W","T","F","S"],["pas","vuo","maj","kos","tuo","vás","láv"],["pasepeivi","vuossargâ","majebargâ","koskokko","tuorâstâh","vástuppeivi","lávurdâh"],["pa","vu","ma","ko","tu","vá","lá"]],[["U","K","NJ","C","V","K","S","P","Č","R","S","J"],["uđiv","kuovâ","njuhčâ","cuáŋui","vyesi","kesi","syeini","porge","čohčâ","roovvâd","skammâ","juovlâ"],["uđđâivemáánu","kuovâmáánu","njuhčâmáánu","cuáŋuimáánu","vyesimáánu","kesimáánu","syeinimáánu","porgemáánu","čohčâmáánu","roovvâdmáánu","skammâmáánu","juovlâmáánu"]],m,[["oKr.","mKr."],m,["Ovdil Kristus šoddâm","maŋa Kristus šoddâm"]],1,[6,0],["d.M.y","MMM d. y","MMMM d. y","cccc, MMMM d. y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1} {0}","{1} 'tme' {0}",m,m],[","," ",";","%","+","-","E","×","‰","∞","epiloho","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(u){return 1===u?1:2===u?2:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75061.2315fb33912c9acd4e02.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75061.2315fb33912c9acd4e02.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75061.2315fb33912c9acd4e02.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7517.fa2ed2cc16dc0e9857cb.js b/dist/apps/processing-runtime-widget/7517.fa2ed2cc16dc0e9857cb.js new file mode 100644 index 0000000..5cc776b --- /dev/null +++ b/dist/apps/processing-runtime-widget/7517.fa2ed2cc16dc0e9857cb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7517],{7517:function(o,e,n){n.r(e);e.default=[[["půl.","pol.","r.","d.","o.","v.","n."],["půln.","pol.","r.","dop.","odp.","več.","v n."],["půlnoc","poledne","ráno","dopoledne","odpoledne","večer","v noci"]],[["půl.","pol.","ráno","dop.","odp.","več.","noc"],["půlnoc","poledne","ráno","dopoledne","odpoledne","večer","noc"],undefined],["00:00","12:00",["04:00","09:00"],["09:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75186.a9035c508e07418c9ef9.js b/dist/apps/processing-runtime-widget/75186.a9035c508e07418c9ef9.js new file mode 100644 index 0000000..471a39a --- /dev/null +++ b/dist/apps/processing-runtime-widget/75186.a9035c508e07418c9ef9.js @@ -0,0 +1,2 @@ +/*! For license information please see 75186.a9035c508e07418c9ef9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75186],{75186:function(i,g,m){m.r(g);const e=void 0;g.default=["mgo",[["AM","PM"],e,e],e,[["A1","A2","A3","A4","A5","A6","A7"],["Aneg 1","Aneg 2","Aneg 3","Aneg 4","Aneg 5","Aneg 6","Aneg 7"],e,["1","2","3","4","5","6","7"]],e,[["M1","A2","M3","N4","F5","I6","A7","I8","K9","10","11","12"],["mbegtug","imeg àbùbì","imeg mbəŋchubi","iməg ngwə̀t","iməg fog","iməg ichiibɔd","iməg àdùmbə̀ŋ","iməg ichika","iməg kud","iməg tèsiʼe","iməg zò","iməg krizmed"],["iməg mbegtug","imeg àbùbì","imeg mbəŋchubi","iməg ngwə̀t","iməg fog","iməg ichiibɔd","iməg àdùmbə̀ŋ","iməg ichika","iməg kud","iməg tèsiʼe","iməg zò","iməg krizmed"]],e,[["BCE","CE"],e,e],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","EEEE, y MMMM dd"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XAF","FCFA","shirè",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75186.a9035c508e07418c9ef9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75186.a9035c508e07418c9ef9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75186.a9035c508e07418c9ef9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75272.379486e9885a1b44d00c.js b/dist/apps/processing-runtime-widget/75272.379486e9885a1b44d00c.js new file mode 100644 index 0000000..8d3fa78 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75272.379486e9885a1b44d00c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75272],{75272:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75282.695b5604c7e0521c9321.js b/dist/apps/processing-runtime-widget/75282.695b5604c7e0521c9321.js new file mode 100644 index 0000000..00c9a4a --- /dev/null +++ b/dist/apps/processing-runtime-widget/75282.695b5604c7e0521c9321.js @@ -0,0 +1,2 @@ +/*! For license information please see 75282.695b5604c7e0521c9321.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75282],{75282:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75282.695b5604c7e0521c9321.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75282.695b5604c7e0521c9321.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75282.695b5604c7e0521c9321.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75335.4ec7b40460b6a04f44f0.js b/dist/apps/processing-runtime-widget/75335.4ec7b40460b6a04f44f0.js new file mode 100644 index 0000000..c9724e8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75335.4ec7b40460b6a04f44f0.js @@ -0,0 +1,2 @@ +/*! For license information please see 75335.4ec7b40460b6a04f44f0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75335],{75335:function(e,u,a){a.r(u);const n=void 0;u.default=["en-KE",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Kenyan Shilling",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75335.4ec7b40460b6a04f44f0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75335.4ec7b40460b6a04f44f0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75335.4ec7b40460b6a04f44f0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75449.584c53fc367d49615ffc.js b/dist/apps/processing-runtime-widget/75449.584c53fc367d49615ffc.js new file mode 100644 index 0000000..fbeac9e --- /dev/null +++ b/dist/apps/processing-runtime-widget/75449.584c53fc367d49615ffc.js @@ -0,0 +1,2 @@ +/*! For license information please see 75449.584c53fc367d49615ffc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75449],{75449:function(s,u,M){M.r(u);const c=void 0;u.default=["bo",[["སྔ་དྲོ་","ཕྱི་དྲོ་"],c,c],c,[["ཉི","ཟླ","མིག","ལྷག","ཕུར","སངས","སྤེན"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"],["གཟའ་ཉི་མ་","གཟའ་ཟླ་བ་","གཟའ་མིག་དམར་","གཟའ་ལྷག་པ་","གཟའ་ཕུར་བུ་","གཟའ་པ་སངས་","གཟའ་སྤེན་པ་"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ","ཟླ་བ་གཉིས་པ","ཟླ་བ་གསུམ་པ","ཟླ་བ་བཞི་པ","ཟླ་བ་ལྔ་པ","ཟླ་བ་དྲུག་པ","ཟླ་བ་བདུན་པ","ཟླ་བ་བརྒྱད་པ","ཟླ་བ་དགུ་པ","ཟླ་བ་བཅུ་པ","ཟླ་བ་བཅུ་གཅིག་པ","ཟླ་བ་བཅུ་གཉིས་པ"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ་","ཟླ་བ་གཉིས་པ་","ཟླ་བ་གསུམ་པ་","ཟླ་བ་བཞི་པ་","ཟླ་བ་ལྔ་པ་","ཟླ་བ་དྲུག་པ་","ཟླ་བ་བདུན་པ་","ཟླ་བ་བརྒྱད་པ་","ཟླ་བ་དགུ་པ་","ཟླ་བ་བཅུ་པ་","ཟླ་བ་བཅུ་གཅིག་པ་","ཟླ་བ་བཅུ་གཉིས་པ་"]],[["སྤྱི་ལོ་སྔོན་","སྤྱི་ལོ་"],c,c],0,[6,0],["y-MM-dd","y ལོའི་MMMཚེས་d","སྤྱི་ལོ་y MMMMའི་ཚེས་d","y MMMMའི་ཚེས་d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CNY","¥","ཡུ་ཨན་",{CNY:["¥"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75449.584c53fc367d49615ffc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75449.584c53fc367d49615ffc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75449.584c53fc367d49615ffc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75460.02db05f0a6f8b59226eb.js b/dist/apps/processing-runtime-widget/75460.02db05f0a6f8b59226eb.js new file mode 100644 index 0000000..fabda66 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75460.02db05f0a6f8b59226eb.js @@ -0,0 +1,2 @@ +/*! For license information please see 75460.02db05f0a6f8b59226eb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75460],{75460:function(s,u,c){c.r(u);const e=void 0;u.default=["yue",[["上午","下午"],e,e],e,[["日","一","二","三","四","五","六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],e,["日","一","二","三","四","五","六"]],e,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],e],e,[["西元前","西元"],e,e],0,[6,0],["y/M/d","y年M月d日",e,"y年M月d日 EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HKD","HK$","港幣",{AUD:["AU$","$"],BYN:[e,"р."],KRW:["₩","₩"],PHP:[e,"₱"],RUR:[e,"р."],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75460.02db05f0a6f8b59226eb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75460.02db05f0a6f8b59226eb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75460.02db05f0a6f8b59226eb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75466.5a331859b3fdc4b7fbff.js b/dist/apps/processing-runtime-widget/75466.5a331859b3fdc4b7fbff.js new file mode 100644 index 0000000..8c49c6e --- /dev/null +++ b/dist/apps/processing-runtime-widget/75466.5a331859b3fdc4b7fbff.js @@ -0,0 +1,2 @@ +/*! For license information please see 75466.5a331859b3fdc4b7fbff.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75466],{75466:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75466.5a331859b3fdc4b7fbff.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75466.5a331859b3fdc4b7fbff.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75466.5a331859b3fdc4b7fbff.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75468.714b487933c68ca823bb.js b/dist/apps/processing-runtime-widget/75468.714b487933c68ca823bb.js new file mode 100644 index 0000000..eadac65 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75468.714b487933c68ca823bb.js @@ -0,0 +1,2 @@ +/*! For license information please see 75468.714b487933c68ca823bb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75468],{75468:function(e,a,u){u.r(a);const n=void 0;a.default=["en-SL",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SLL","Le","Sierra Leonean Leone",{JPY:["JP¥","¥"],SLL:["Le"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75468.714b487933c68ca823bb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75468.714b487933c68ca823bb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75468.714b487933c68ca823bb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75478.fa7ccf93298f05d4225c.js b/dist/apps/processing-runtime-widget/75478.fa7ccf93298f05d4225c.js new file mode 100644 index 0000000..be4f3ac --- /dev/null +++ b/dist/apps/processing-runtime-widget/75478.fa7ccf93298f05d4225c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75478],{75478:function(i,m,t){t.r(m);m.default=[[["minuit","midi","mat.","après-midi","soir","mat."],["minuit","midi","du mat.","après-midi","du soir","du mat."],["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","après-midi","soir","mat."],["minuit","midi","mat.","après-midi","soir","nuit"],["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75508.1e37c087f6efb1515caf.js b/dist/apps/processing-runtime-widget/75508.1e37c087f6efb1515caf.js new file mode 100644 index 0000000..54c6214 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75508.1e37c087f6efb1515caf.js @@ -0,0 +1,2 @@ +/*! For license information please see 75508.1e37c087f6efb1515caf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75508],{75508:function(a,u,n){n.r(u);const s=void 0;u.default=["se-SE",[["i.b.","e.b."],s,["iđitbeaivet","eahketbeaivet"]],[["i.b.","e.b."],s,["iđitbeaivi","eahketbeaivi"]],[["S","V","M","G","D","B","L"],["sotn","vuos","maŋ","gask","duor","bear","láv"],["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorasdat","bearjadat","lávvardat"],["sotn","vuos","maŋ","gask","duor","bear","láv"]],s,[["O","G","N","C","M","G","S","B","Č","G","S","J"],["ođđj","guov","njuk","cuo","mies","geas","suoi","borg","čakč","golg","skáb","juov"],["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"]],s,[["o.Kr.","m.Kr."],s,["ovdal Kristtusa","maŋŋel Kristtusa"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[","," ",";","%","+","−","·10^","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"SEK","kr","ruoŧŧa kruvdno",{DKK:["Dkr","kr"],JPY:["JP¥","¥"],NOK:["Nkr","kr"],SEK:["kr"],THB:["฿"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:2===a?2:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75508.1e37c087f6efb1515caf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75508.1e37c087f6efb1515caf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75508.1e37c087f6efb1515caf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75551.19bb6586461b0e5a8e00.js b/dist/apps/processing-runtime-widget/75551.19bb6586461b0e5a8e00.js new file mode 100644 index 0000000..7d5c089 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75551.19bb6586461b0e5a8e00.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75551],{75551:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75596.ea0dc2e16c55c2c5af8e.js b/dist/apps/processing-runtime-widget/75596.ea0dc2e16c55c2c5af8e.js new file mode 100644 index 0000000..cfe8648 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75596.ea0dc2e16c55c2c5af8e.js @@ -0,0 +1,2 @@ +/*! For license information please see 75596.ea0dc2e16c55c2c5af8e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75596],{75596:function(e,i,t){t.r(i);const r=void 0;i.default=["lv",[["priekšp.","pēcp."],r,["priekšpusdienā","pēcpusdienā"]],[["priekšp.","pēcpusd."],r,["priekšpusdiena","pēcpusdiena"]],[["S","P","O","T","C","P","S"],["svētd.","pirmd.","otrd.","trešd.","ceturtd.","piektd.","sestd."],["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],["Sv","Pr","Ot","Tr","Ce","Pk","Se"]],[["S","P","O","T","C","P","S"],["Svētd.","Pirmd.","Otrd.","Trešd.","Ceturtd.","Piektd.","Sestd."],["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena"],["Sv","Pr","Ot","Tr","Ce","Pk","Se"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","febr.","marts","apr.","maijs","jūn.","jūl.","aug.","sept.","okt.","nov.","dec."],["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris"]],r,[["p.m.ē.","m.ē."],r,["pirms mūsu ēras","mūsu ērā"]],1,[6,0],["dd.MM.yy","y. 'gada' d. MMM","y. 'gada' d. MMMM","EEEE, y. 'gada' d. MMMM"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[","," ",";","%","+","-","E","×","‰","∞","NS",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","eiro",{AUD:["AU$","$"],BYN:[r,"р."],GHS:[],LVL:["Ls"],PHP:[r,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(e){const i=e,t=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return i%10==0||i%100===Math.floor(i%100)&&i%100>=11&&i%100<=19||2===t&&r%100===Math.floor(r%100)&&r%100>=11&&r%100<=19?0:i%10==1&&i%100!=11||2===t&&r%10==1&&r%100!=11||2!==t&&r%10==1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75596.ea0dc2e16c55c2c5af8e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75596.ea0dc2e16c55c2c5af8e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75596.ea0dc2e16c55c2c5af8e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7571.0ccaa0180e6c1f8fac6f.js b/dist/apps/processing-runtime-widget/7571.0ccaa0180e6c1f8fac6f.js new file mode 100644 index 0000000..1d6b9a2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7571.0ccaa0180e6c1f8fac6f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7571],{7571:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75808.97ccacb3fbd99c660ec3.js b/dist/apps/processing-runtime-widget/75808.97ccacb3fbd99c660ec3.js new file mode 100644 index 0000000..3b10f97 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75808.97ccacb3fbd99c660ec3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75808],{75808:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75849.5845dc2a50b2089fc4fe.js b/dist/apps/processing-runtime-widget/75849.5845dc2a50b2089fc4fe.js new file mode 100644 index 0000000..32efb6c --- /dev/null +++ b/dist/apps/processing-runtime-widget/75849.5845dc2a50b2089fc4fe.js @@ -0,0 +1,2 @@ +/*! For license information please see 75849.5845dc2a50b2089fc4fe.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75849],{75849:function(a,e,o){o.r(e);const r=void 0;e.default=["hsb",[["dop.","pop."],["dopołdnja","popołdnju"],r],[["am","pm"],r,["dopołdnja","popołdnju"]],[["n","p","w","s","š","p","s"],["nje","pón","wut","srj","štw","pja","sob"],["njedźela","póndźela","wutora","srjeda","štwórtk","pjatk","sobota"],["nj","pó","wu","sr","št","pj","so"]],r,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","měr.","apr.","mej.","jun.","jul.","awg.","sep.","okt.","now.","dec."],["januara","februara","měrca","apryla","meje","junija","julija","awgusta","septembra","oktobra","nowembra","decembra"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","měr","apr","mej","jun","jul","awg","sep","okt","now","dec"],["januar","februar","měrc","apryl","meja","junij","julij","awgust","september","oktober","nowember","december"]],[["př.Chr.n.","po Chr.n."],r,["před Chrystowym narodźenjom","po Chrystowym narodźenju"]],1,[6,0],["d.M.yy","d.M.y","d. MMMM y","EEEE, d. MMMM y"],["H:mm 'hodź'.","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[r,"$"],PLN:["zł"],THB:["฿"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),o=a.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(a.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===o&&e%100==1||r%100==1?1:0===o&&e%100==2||r%100==2?2:0===o&&e%100===Math.floor(e%100)&&e%100>=3&&e%100<=4||r%100===Math.floor(r%100)&&r%100>=3&&r%100<=4?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75849.5845dc2a50b2089fc4fe.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75849.5845dc2a50b2089fc4fe.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75849.5845dc2a50b2089fc4fe.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75856.747d61f23bfec9f3b8d9.js b/dist/apps/processing-runtime-widget/75856.747d61f23bfec9f3b8d9.js new file mode 100644 index 0000000..4704480 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75856.747d61f23bfec9f3b8d9.js @@ -0,0 +1,2 @@ +/*! For license information please see 75856.747d61f23bfec9f3b8d9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75856],{75856:function(e,a,u){u.r(a);const n=void 0;a.default=["en-CK",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NZD","$","New Zealand Dollar",{JPY:["JP¥","¥"],NZD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75856.747d61f23bfec9f3b8d9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75856.747d61f23bfec9f3b8d9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75856.747d61f23bfec9f3b8d9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75881.ee692255633ba2f2dc54.js b/dist/apps/processing-runtime-widget/75881.ee692255633ba2f2dc54.js new file mode 100644 index 0000000..b2baa05 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75881.ee692255633ba2f2dc54.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75881],{75881:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75941.16e790e17be35cebda3d.js b/dist/apps/processing-runtime-widget/75941.16e790e17be35cebda3d.js new file mode 100644 index 0000000..781f3e3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/75941.16e790e17be35cebda3d.js @@ -0,0 +1,2 @@ +/*! For license information please see 75941.16e790e17be35cebda3d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75941],{75941:function(e,a,u){u.r(a);const n=void 0;a.default=["en-SB",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SBD","$","Solomon Islands Dollar",{JPY:["JP¥","¥"],SBD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75941.16e790e17be35cebda3d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75941.16e790e17be35cebda3d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75941.16e790e17be35cebda3d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/75969.ab58ba2e62a97cb01879.js b/dist/apps/processing-runtime-widget/75969.ab58ba2e62a97cb01879.js new file mode 100644 index 0000000..8d8410d --- /dev/null +++ b/dist/apps/processing-runtime-widget/75969.ab58ba2e62a97cb01879.js @@ -0,0 +1,2 @@ +/*! For license information please see 75969.ab58ba2e62a97cb01879.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[75969],{75969:function(e,o,r){r.r(o);const s=void 0;o.default=["es-UY",[["a. m.","p. m."],s,s],s,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","set.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","setiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["Ene.","Feb.","Mar.","Abr.","May.","Jun.","Jul.","Ago.","Set.","Oct.","Nov.","Dic."],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],[["a. C.","d. C."],s,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",s],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"UYU","$","peso uruguayo",{AUD:[s,"$"],BRL:[s,"R$"],BYN:[s,"р."],CAD:[s,"$"],CNY:[s,"¥"],ESP:["₧"],EUR:[s,"€"],FKP:[s,"FK£"],GBP:[s,"£"],HKD:[s,"$"],ILS:[s,"₪"],INR:[s,"₹"],JPY:[s,"¥"],KRW:[s,"₩"],MXN:[s,"$"],NZD:[s,"$"],PHP:[s,"₱"],RON:[s,"L"],SSP:[s,"SD£"],SYP:[s,"S£"],TWD:[s,"NT$"],USD:["US$","$"],UYU:["$"],UYW:["UP"],VEF:[s,"BsF"],VND:[s,"₫"],XAF:[],XCD:[s,"$"],XOF:[]},"ltr",function(e){const o=e,r=Math.floor(Math.abs(e)),s=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o?1:0===i&&0!==r&&r%1e6==0&&0===s||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/75969.ab58ba2e62a97cb01879.js.LICENSE.txt b/dist/apps/processing-runtime-widget/75969.ab58ba2e62a97cb01879.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/75969.ab58ba2e62a97cb01879.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/76.0e9985cd2b8fa4884ca2.js b/dist/apps/processing-runtime-widget/76.0e9985cd2b8fa4884ca2.js new file mode 100644 index 0000000..0fb5bda --- /dev/null +++ b/dist/apps/processing-runtime-widget/76.0e9985cd2b8fa4884ca2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76],{76:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76046.db361a409f1e84bc0481.js b/dist/apps/processing-runtime-widget/76046.db361a409f1e84bc0481.js new file mode 100644 index 0000000..06c51d5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76046.db361a409f1e84bc0481.js @@ -0,0 +1,2 @@ +/*! For license information please see 76046.db361a409f1e84bc0481.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76046],{76046:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,["午夜","清晨","上午","中午","下午","晚上","凌晨"]],[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76046.db361a409f1e84bc0481.js.LICENSE.txt b/dist/apps/processing-runtime-widget/76046.db361a409f1e84bc0481.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/76046.db361a409f1e84bc0481.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/76106.848059edb8d998255192.js b/dist/apps/processing-runtime-widget/76106.848059edb8d998255192.js new file mode 100644 index 0000000..a35c7d2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76106.848059edb8d998255192.js @@ -0,0 +1,2 @@ +/*! For license information please see 76106.848059edb8d998255192.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76106],{76106:function(i,u,a){a.r(u);const t=void 0;u.default=["nus",[["RW","TŊ"],t,t],t,[["C","J","R","D","Ŋ","D","B"],["Cäŋ","Jiec","Rɛw","Diɔ̱k","Ŋuaan","Dhieec","Bäkɛl"],["Cäŋ kuɔth","Jiec la̱t","Rɛw lätni","Diɔ̱k lätni","Ŋuaan lätni","Dhieec lätni","Bäkɛl lätni"],["Cäŋ","Jiec","Rɛw","Diɔ̱k","Ŋuaan","Dhieec","Bäkɛl"]],t,[["T","P","D","G","D","K","P","T","T","L","K","T"],["Tiop","Pɛt","Duɔ̱ɔ̱","Guak","Duä","Kor","Pay","Thoo","Tɛɛ","Laa","Kur","Tid"],["Tiop thar pɛt","Pɛt","Duɔ̱ɔ̱ŋ","Guak","Duät","Kornyoot","Pay yie̱tni","Tho̱o̱r","Tɛɛr","Laath","Kur","Tio̱p in di̱i̱t"]],t,[["AY","ƐY"],t,["A ka̱n Yecu ni dap","Ɛ ca Yecu dap"]],1,[6,0],["d/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","z h:mm:ss a","zzzz h:mm:ss a"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SSP","£","SSP",{GBP:["GB£","£"],JPY:["JP¥","¥"],SSP:["£"],USD:["US$","$"]},"ltr",function(i){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76106.848059edb8d998255192.js.LICENSE.txt b/dist/apps/processing-runtime-widget/76106.848059edb8d998255192.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/76106.848059edb8d998255192.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/76297.9757dcc71bc0cc9f4daf.js b/dist/apps/processing-runtime-widget/76297.9757dcc71bc0cc9f4daf.js new file mode 100644 index 0000000..fe26524 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76297.9757dcc71bc0cc9f4daf.js @@ -0,0 +1,2 @@ +/*! For license information please see 76297.9757dcc71bc0cc9f4daf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76297],{76297:function(s,u,M){M.r(u);const c=void 0;u.default=["ks-Deva",[["AM","PM"],c,c],c,[["अ","च","ब","ब","ब","ज","ब"],["आथवार","चंदिरवार","बुवार","बोदवार","ब्रेसवार","जुम्मा","बटवार"],c,c],c,[["ज","फ़","म","अ","म","ज","ज","अ","स","ओ","न","द"],["जनवरी","फ़रवरी","मार्च","अप्रैल","मे","जून","जुलाई","अगस्त","सतुंबर","अकतुम्बर","नवूमबर","दसूमबर"],c],c,[["BC","AD"],c,c],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",c,"{0} पेठ {1}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","इंडियन रूपी",{JPY:["JP¥","¥"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76297.9757dcc71bc0cc9f4daf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/76297.9757dcc71bc0cc9f4daf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/76297.9757dcc71bc0cc9f4daf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/76325.5a8fc54696087f7d136f.js b/dist/apps/processing-runtime-widget/76325.5a8fc54696087f7d136f.js new file mode 100644 index 0000000..c4d4ce0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76325.5a8fc54696087f7d136f.js @@ -0,0 +1,2 @@ +/*! For license information please see 76325.5a8fc54696087f7d136f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76325],{76325:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76325.5a8fc54696087f7d136f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/76325.5a8fc54696087f7d136f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/76325.5a8fc54696087f7d136f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/76442.2a64be1567625d87d841.js b/dist/apps/processing-runtime-widget/76442.2a64be1567625d87d841.js new file mode 100644 index 0000000..47f0068 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76442.2a64be1567625d87d841.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76442],{76442:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76491.f42be9e3baaad858eb41.js b/dist/apps/processing-runtime-widget/76491.f42be9e3baaad858eb41.js new file mode 100644 index 0000000..1eeef23 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76491.f42be9e3baaad858eb41.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76491],{76491:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76540.398f3cf9fad71f24a945.js b/dist/apps/processing-runtime-widget/76540.398f3cf9fad71f24a945.js new file mode 100644 index 0000000..94e142e --- /dev/null +++ b/dist/apps/processing-runtime-widget/76540.398f3cf9fad71f24a945.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76540],{76540:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76567.9519f17ecbfdaeb67157.js b/dist/apps/processing-runtime-widget/76567.9519f17ecbfdaeb67157.js new file mode 100644 index 0000000..e83ad62 --- /dev/null +++ b/dist/apps/processing-runtime-widget/76567.9519f17ecbfdaeb67157.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76567],{76567:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7670.4b67dd45f417bda4c505.js b/dist/apps/processing-runtime-widget/7670.4b67dd45f417bda4c505.js new file mode 100644 index 0000000..d541583 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7670.4b67dd45f417bda4c505.js @@ -0,0 +1,2 @@ +/*! For license information please see 7670.4b67dd45f417bda4c505.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7670],{7670:function(e,$,r){r.r($);const i=void 0;$.default=["fr-MF",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7670.4b67dd45f417bda4c505.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7670.4b67dd45f417bda4c505.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7670.4b67dd45f417bda4c505.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/76866.1868d6f5d4977fe8c06c.js b/dist/apps/processing-runtime-widget/76866.1868d6f5d4977fe8c06c.js new file mode 100644 index 0000000..a57584f --- /dev/null +++ b/dist/apps/processing-runtime-widget/76866.1868d6f5d4977fe8c06c.js @@ -0,0 +1,2 @@ +/*! For license information please see 76866.1868d6f5d4977fe8c06c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[76866],{76866:function(u,c,i){i.r(c);const e=void 0;c.default=[[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இர."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இ."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],["00:00","12:00",["03:00","05:00"],["05:00","12:00"],["12:00","14:00"],["14:00","16:00"],["16:00","18:00"],["18:00","21:00"],["21:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/76866.1868d6f5d4977fe8c06c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/76866.1868d6f5d4977fe8c06c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/76866.1868d6f5d4977fe8c06c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/77159.00a0c9baba342e21c43f.js b/dist/apps/processing-runtime-widget/77159.00a0c9baba342e21c43f.js new file mode 100644 index 0000000..f2f9c89 --- /dev/null +++ b/dist/apps/processing-runtime-widget/77159.00a0c9baba342e21c43f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[77159],{77159:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/77319.7348efcab0dc89d473d1.js b/dist/apps/processing-runtime-widget/77319.7348efcab0dc89d473d1.js new file mode 100644 index 0000000..61ab446 --- /dev/null +++ b/dist/apps/processing-runtime-widget/77319.7348efcab0dc89d473d1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[77319],{77319:function(a,i,u){u.r(i);i.default=[[["usiku","mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],[["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","alasiri","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],["00:00","12:00",["04:00","07:00"],["07:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/77384.e4a94ca9cadca08816ce.js b/dist/apps/processing-runtime-widget/77384.e4a94ca9cadca08816ce.js new file mode 100644 index 0000000..b24ae17 --- /dev/null +++ b/dist/apps/processing-runtime-widget/77384.e4a94ca9cadca08816ce.js @@ -0,0 +1,2 @@ +/*! For license information please see 77384.e4a94ca9cadca08816ce.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[77384],{77384:function(a,s,t){t.r(s);const e=void 0;s.default=["hr",[["AM","PM"],e,e],e,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]],[["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]],[["pr.n.e.","AD"],["pr. Kr.","po. Kr."],["prije Krista","poslije Krista"]],1,[6,0],["dd. MM. y.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss (zzzz)"],["{1} {0}",e,"{1} 'u' {0}",e],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"HRK","kn","hrvatska kuna",{AUD:[e,"$"],BRL:[e,"R$"],BYN:[e,"р."],CAD:[e,"$"],CNY:[e,"¥"],EUR:[e,"€"],GBP:[e,"£"],HKD:[e,"$"],HRK:["kn"],ILS:[e,"₪"],INR:[e,"₹"],JPY:[e,"¥"],KRW:[e,"₩"],MXN:[e,"$"],NZD:[e,"$"],PHP:[e,"₱"],RUR:[e,"р."],TWD:[e,"NT$"],USD:[e,"$"],VND:[e,"₫"],XCD:[e,"$"],XPF:[],XXX:[]},"ltr",function(a){const s=Math.floor(Math.abs(a)),t=a.toString().replace(/^[^.]*\.?/,"").length,e=parseInt(a.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===t&&s%10==1&&s%100!=11||e%10==1&&e%100!=11?1:0===t&&s%10===Math.floor(s%10)&&s%10>=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/77384.e4a94ca9cadca08816ce.js.LICENSE.txt b/dist/apps/processing-runtime-widget/77384.e4a94ca9cadca08816ce.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/77384.e4a94ca9cadca08816ce.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/77491.9365bb497d0beef761d6.js b/dist/apps/processing-runtime-widget/77491.9365bb497d0beef761d6.js new file mode 100644 index 0000000..40e12a0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/77491.9365bb497d0beef761d6.js @@ -0,0 +1,2 @@ +/*! For license information please see 77491.9365bb497d0beef761d6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[77491],{77491:function(s,u,n){n.r(u);const t=void 0;u.default=["zh-Hant-MO",[["上午","下午"],t,t],t,[["日","一","二","三","四","五","六"],["週日","週一","週二","週三","週四","週五","週六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["日","一","二","三","四","五","六"]],t,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],t],t,[["公元前","公元"],t,t],0,[6,0],["d/M/y","y年M月d日",t,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MOP","MOP$","澳門元",{AUD:["AU$","$"],BYN:[t,"р."],MOP:["MOP$"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/77491.9365bb497d0beef761d6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/77491.9365bb497d0beef761d6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/77491.9365bb497d0beef761d6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/77705.736511c269b85193c562.js b/dist/apps/processing-runtime-widget/77705.736511c269b85193c562.js new file mode 100644 index 0000000..062c526 --- /dev/null +++ b/dist/apps/processing-runtime-widget/77705.736511c269b85193c562.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[77705],{77705:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7775.fe6d27562238c183f2e1.js b/dist/apps/processing-runtime-widget/7775.fe6d27562238c183f2e1.js new file mode 100644 index 0000000..14f4967 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7775.fe6d27562238c183f2e1.js @@ -0,0 +1,2 @@ +/*! For license information please see 7775.fe6d27562238c183f2e1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7775],{7775:function(D,M,N){N.r(M);const s=void 0;M.default=["bg",[["am","pm"],s,["пр.об.","сл.об."]],[["am","pm"],s,s],[["н","п","в","с","ч","п","с"],["нд","пн","вт","ср","чт","пт","сб"],["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],["нд","пн","вт","ср","чт","пт","сб"]],s,[["я","ф","м","а","м","ю","ю","а","с","о","н","д"],["яну","фев","март","апр","май","юни","юли","авг","сеп","окт","ное","дек"],["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"]],s,[["пр.Хр.","сл.Хр."],s,["преди Христа","след Христа"]],1,[6,0],["d.MM.yy 'г'.","d.MM.y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm 'ч'.","H:mm:ss 'ч'.","H:mm:ss 'ч'. z","H:mm:ss 'ч'. zzzz"],["{1}, {0}",s,s,s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","0.00 ¤","#E0"],"BGN","лв.","Български лев",{AFN:[s,"Af"],AMD:[],ARS:[],AUD:[],AZN:[],BBD:[],BDT:[],BGN:["лв."],BMD:[],BND:[],BRL:[],BSD:[],BZD:[],CAD:[],CLP:[],CNY:[],COP:[],CRC:[],CUP:[],DOP:[],FJD:[],FKP:[],GBP:[s,"£"],GHS:[],GIP:[],GYD:[],HKD:[],ILS:[],INR:[],JMD:[],JPY:[s,"¥"],KHR:[],KRW:[],KYD:[],KZT:[],LAK:[],LRD:[],MNT:[],MXN:[],NAD:[],NGN:[],NZD:[],PHP:[],PYG:[],RON:[],SBD:[],SGD:[],SRD:[],SSP:[],TRY:[],TTD:[],TWD:[],UAH:[],USD:["щ.д.","$"],UYU:[],VND:[],XCD:[s,"$"]},"ltr",function(D){return 1===D?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7775.fe6d27562238c183f2e1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7775.fe6d27562238c183f2e1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7775.fe6d27562238c183f2e1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/77919.99f0c334e60d1d75c3ac.js b/dist/apps/processing-runtime-widget/77919.99f0c334e60d1d75c3ac.js new file mode 100644 index 0000000..3bae14a --- /dev/null +++ b/dist/apps/processing-runtime-widget/77919.99f0c334e60d1d75c3ac.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[77919],{77919:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78017.9689b64ce76c78087297.js b/dist/apps/processing-runtime-widget/78017.9689b64ce76c78087297.js new file mode 100644 index 0000000..9fb62d5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/78017.9689b64ce76c78087297.js @@ -0,0 +1 @@ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78017,82438],{82438:function(s,m,j){var e={"./af-NA.mjs":[51113,51113],"./af.mjs":[56243,56243],"./agq.mjs":[10461,10461],"./ak.mjs":[50058,50058],"./am.mjs":[32771,32771],"./ar-AE.mjs":[94443,94443],"./ar-BH.mjs":[17716,17716],"./ar-DJ.mjs":[9178,9178],"./ar-DZ.mjs":[82502,82502],"./ar-EG.mjs":[80509,80509],"./ar-EH.mjs":[32836,32836],"./ar-ER.mjs":[19862,19862],"./ar-IL.mjs":[92026,92026],"./ar-IQ.mjs":[85983,85983],"./ar-JO.mjs":[22731,22731],"./ar-KM.mjs":[55700,55700],"./ar-KW.mjs":[18167,18167],"./ar-LB.mjs":[2722,2722],"./ar-LY.mjs":[22151,22151],"./ar-MA.mjs":[59598,59598],"./ar-MR.mjs":[74448,74448],"./ar-OM.mjs":[32460,32460],"./ar-PS.mjs":[3375,3375],"./ar-QA.mjs":[22622,22622],"./ar-SA.mjs":[97124,97124],"./ar-SD.mjs":[12307,12307],"./ar-SO.mjs":[8387,8387],"./ar-SS.mjs":[88359,88359],"./ar-SY.mjs":[73045,73045],"./ar-TD.mjs":[22155,22155],"./ar-TN.mjs":[99242,99242],"./ar-YE.mjs":[89452,89452],"./ar.mjs":[97211,97211],"./as.mjs":[39624,39624],"./asa.mjs":[72418,72418],"./ast.mjs":[55280,55280],"./az-Cyrl.mjs":[74897,74897],"./az-Latn.mjs":[2825,2825],"./az.mjs":[32479,32479],"./bas.mjs":[6039,6039],"./be-tarask.mjs":[87502,87502],"./be.mjs":[67211,67211],"./bem.mjs":[52273,52273],"./bez.mjs":[66861,66861],"./bg.mjs":[7775,7775],"./bm.mjs":[67666,67666],"./bn-IN.mjs":[35945,35945],"./bn.mjs":[6014,6014],"./bo-IN.mjs":[39793,39793],"./bo.mjs":[75449,75449],"./br.mjs":[52049,52049],"./brx.mjs":[80224,80224],"./bs-Cyrl.mjs":[10873,10873],"./bs-Latn.mjs":[7471,7471],"./bs.mjs":[38816,38816],"./ca-AD.mjs":[24737,24737],"./ca-ES-valencia.mjs":[20601,20601],"./ca-FR.mjs":[54985,54985],"./ca-IT.mjs":[13861,13861],"./ca.mjs":[32421,32421],"./ccp-IN.mjs":[86155,86155],"./ccp.mjs":[34720,34720],"./ce.mjs":[52956,52956],"./ceb.mjs":[95171,95171],"./cgg.mjs":[17486,17486],"./chr.mjs":[14739,14739],"./ckb-IR.mjs":[53623,53623],"./ckb.mjs":[35808,35808],"./cs.mjs":[93781,93781],"./cy.mjs":[2067,2067],"./da-GL.mjs":[10681,10681],"./da.mjs":[73766,73766],"./dav.mjs":[51669,51669],"./de-AT.mjs":[86485,86485],"./de-BE.mjs":[53796,53796],"./de-CH.mjs":[20718,20718],"./de-IT.mjs":[87724,87724],"./de-LI.mjs":[90995,90995],"./de-LU.mjs":[3686,3686],"./de.mjs":[41735,41735],"./dje.mjs":[14687,14687],"./doi.mjs":[40889,40889],"./dsb.mjs":[19457,19457],"./dua.mjs":[83104,83104],"./dyo.mjs":[33187,33187],"./dz.mjs":[16913,16913],"./ebu.mjs":[30483,30483],"./ee-TG.mjs":[31132,31132],"./ee.mjs":[68777,68777],"./el-CY.mjs":[34258,34258],"./el.mjs":[1586,1586],"./en-001.mjs":[45434,45434],"./en-150.mjs":[67042,67042],"./en-AE.mjs":[84547,84547],"./en-AG.mjs":[65113,65113],"./en-AI.mjs":[44608,44608],"./en-AS.mjs":[61418,61418],"./en-AT.mjs":[48179,48179],"./en-AU.mjs":[36606,36606],"./en-BB.mjs":[86009,86009],"./en-BE.mjs":[52857,52857],"./en-BI.mjs":[55627,55627],"./en-BM.mjs":[92990,92990],"./en-BS.mjs":[26970,26970],"./en-BW.mjs":[20560,20560],"./en-BZ.mjs":[23213,23213],"./en-CA.mjs":[87941,87941],"./en-CC.mjs":[90719,90719],"./en-CH.mjs":[23860,23860],"./en-CK.mjs":[75856,75856],"./en-CM.mjs":[92869,92869],"./en-CX.mjs":[20556,20556],"./en-CY.mjs":[29165,29165],"./en-DE.mjs":[37802,37802],"./en-DG.mjs":[199,199],"./en-DK.mjs":[2332,2332],"./en-DM.mjs":[19844,19844],"./en-ER.mjs":[21608,21608],"./en-FI.mjs":[41553,41553],"./en-FJ.mjs":[87233,87233],"./en-FK.mjs":[32610,32610],"./en-FM.mjs":[42018,42018],"./en-GB.mjs":[30107,30107],"./en-GD.mjs":[37611,37611],"./en-GG.mjs":[3312,3312],"./en-GH.mjs":[57612,57612],"./en-GI.mjs":[87121,87121],"./en-GM.mjs":[97006,97006],"./en-GU.mjs":[66034,66034],"./en-GY.mjs":[45647,45647],"./en-HK.mjs":[37568,37568],"./en-IE.mjs":[22048,22048],"./en-IL.mjs":[20874,20874],"./en-IM.mjs":[89577,89577],"./en-IN.mjs":[48426,48426],"./en-IO.mjs":[93652,93652],"./en-JE.mjs":[12134,12134],"./en-JM.mjs":[98599,98599],"./en-KE.mjs":[75335,75335],"./en-KI.mjs":[64578,64578],"./en-KN.mjs":[43973,43973],"./en-KY.mjs":[13929,13929],"./en-LC.mjs":[91124,91124],"./en-LR.mjs":[85445,85445],"./en-LS.mjs":[20055,20055],"./en-MG.mjs":[16536,16536],"./en-MH.mjs":[51908,51908],"./en-MO.mjs":[39054,39054],"./en-MP.mjs":[67696,67696],"./en-MS.mjs":[51035,51035],"./en-MT.mjs":[54491,54491],"./en-MU.mjs":[61717,61717],"./en-MV.mjs":[14732,14732],"./en-MW.mjs":[81822,81822],"./en-MY.mjs":[31428,31428],"./en-NA.mjs":[61579,61579],"./en-NF.mjs":[80409,80409],"./en-NG.mjs":[28378,28378],"./en-NL.mjs":[93135,93135],"./en-NR.mjs":[44845,44845],"./en-NU.mjs":[4714,4714],"./en-NZ.mjs":[73268,73268],"./en-PG.mjs":[13658,13658],"./en-PH.mjs":[62093,62093],"./en-PK.mjs":[40707,40707],"./en-PN.mjs":[82112,82112],"./en-PR.mjs":[85686,85686],"./en-PW.mjs":[30029,30029],"./en-RW.mjs":[30156,30156],"./en-SB.mjs":[75941,75941],"./en-SC.mjs":[14328,14328],"./en-SD.mjs":[72728,72728],"./en-SE.mjs":[90026,90026],"./en-SG.mjs":[13578,13578],"./en-SH.mjs":[88495,88495],"./en-SI.mjs":[26448,26448],"./en-SL.mjs":[75468,75468],"./en-SS.mjs":[28864,28864],"./en-SX.mjs":[9624,9624],"./en-SZ.mjs":[66268,66268],"./en-TC.mjs":[54287,54287],"./en-TK.mjs":[52576,52576],"./en-TO.mjs":[84794,84794],"./en-TT.mjs":[57049,57049],"./en-TV.mjs":[7218,7218],"./en-TZ.mjs":[19073,19073],"./en-UG.mjs":[79298,79298],"./en-UM.mjs":[12290,12290],"./en-VC.mjs":[81355,81355],"./en-VG.mjs":[82376,82376],"./en-VI.mjs":[59,59],"./en-VU.mjs":[56229,56229],"./en-WS.mjs":[5702,5702],"./en-ZA.mjs":[56195,56195],"./en-ZM.mjs":[38083,38083],"./en-ZW.mjs":[43673,43673],"./en.mjs":[61888,61888],"./eo.mjs":[48226,48226],"./es-419.mjs":[86160,86160],"./es-AR.mjs":[38131,38131],"./es-BO.mjs":[26531,26531],"./es-BR.mjs":[61945,61945],"./es-BZ.mjs":[65859,65859],"./es-CL.mjs":[94617,94617],"./es-CO.mjs":[74718,74718],"./es-CR.mjs":[5903,5903],"./es-CU.mjs":[20390,20390],"./es-DO.mjs":[85229,85229],"./es-EA.mjs":[72133,72133],"./es-EC.mjs":[67994,67994],"./es-GQ.mjs":[56579,56579],"./es-GT.mjs":[23588,23588],"./es-HN.mjs":[97603,97603],"./es-IC.mjs":[97067,97067],"./es-MX.mjs":[16386,16386],"./es-NI.mjs":[46926,46926],"./es-PA.mjs":[64385,64385],"./es-PE.mjs":[42733,42733],"./es-PH.mjs":[83141,83141],"./es-PR.mjs":[70429,70429],"./es-PY.mjs":[67778,67778],"./es-SV.mjs":[67165,67165],"./es-US.mjs":[79910,79910],"./es-UY.mjs":[75969,75969],"./es-VE.mjs":[20399,20399],"./es.mjs":[18077,18077],"./et.mjs":[90144,90144],"./eu.mjs":[18697,18697],"./ewo.mjs":[8997,8997],"./extra/af-NA.mjs":[73805,73805],"./extra/af.mjs":[91657,91657],"./extra/agq.mjs":[85799,85799],"./extra/ak.mjs":[77919,77919],"./extra/am.mjs":[7253,7253],"./extra/ar-AE.mjs":[72538,72538],"./extra/ar-BH.mjs":[40298,40298],"./extra/ar-DJ.mjs":[3521,3521],"./extra/ar-DZ.mjs":[56654,56654],"./extra/ar-EG.mjs":[5604,5604],"./extra/ar-EH.mjs":[88350,88350],"./extra/ar-ER.mjs":[81892,81892],"./extra/ar-IL.mjs":[62592,62592],"./extra/ar-IQ.mjs":[25833,25833],"./extra/ar-JO.mjs":[44562,44562],"./extra/ar-KM.mjs":[2315,2315],"./extra/ar-KW.mjs":[62074,62074],"./extra/ar-LB.mjs":[49502,49502],"./extra/ar-LY.mjs":[54089,54089],"./extra/ar-MA.mjs":[28241,28241],"./extra/ar-MR.mjs":[97182,97182],"./extra/ar-OM.mjs":[93554,93554],"./extra/ar-PS.mjs":[97194,97194],"./extra/ar-QA.mjs":[97989,97989],"./extra/ar-SA.mjs":[46756,46756],"./extra/ar-SD.mjs":[73508,73508],"./extra/ar-SO.mjs":[77705,77705],"./extra/ar-SS.mjs":[44561,44561],"./extra/ar-SY.mjs":[41504,41504],"./extra/ar-TD.mjs":[73434,73434],"./extra/ar-TN.mjs":[3415,3415],"./extra/ar-YE.mjs":[9047,9047],"./extra/ar.mjs":[7985,7985],"./extra/as.mjs":[83204,83204],"./extra/asa.mjs":[40291,40291],"./extra/ast.mjs":[42866,42866],"./extra/az-Cyrl.mjs":[33080,33080],"./extra/az-Latn.mjs":[65460,65460],"./extra/az.mjs":[20248,20248],"./extra/bas.mjs":[7571,7571],"./extra/be-tarask.mjs":[70240,70240],"./extra/be.mjs":[92404,92404],"./extra/bem.mjs":[75551,75551],"./extra/bez.mjs":[19320,19320],"./extra/bg.mjs":[47074,47074],"./extra/bm.mjs":[94390,94390],"./extra/bn-IN.mjs":[45289,45289],"./extra/bn.mjs":[43120,43120],"./extra/bo-IN.mjs":[33812,33812],"./extra/bo.mjs":[82823,82823],"./extra/br.mjs":[54542,54542],"./extra/brx.mjs":[9977,9977],"./extra/bs-Cyrl.mjs":[12990,12990],"./extra/bs-Latn.mjs":[56382,56382],"./extra/bs.mjs":[45615,45615],"./extra/ca-AD.mjs":[71062,71062],"./extra/ca-ES-valencia.mjs":[20973,20973],"./extra/ca-FR.mjs":[452,452],"./extra/ca-IT.mjs":[58612,58612],"./extra/ca.mjs":[88124,88124],"./extra/ccp-IN.mjs":[34739,34739],"./extra/ccp.mjs":[58902,58902],"./extra/ce.mjs":[71699,71699],"./extra/ceb.mjs":[72060,72060],"./extra/cgg.mjs":[86929,86929],"./extra/chr.mjs":[78350,78350],"./extra/ckb-IR.mjs":[1469,1469],"./extra/ckb.mjs":[35494,35494],"./extra/cs.mjs":[7517,7517],"./extra/cy.mjs":[6574,6574],"./extra/da-GL.mjs":[7098,7098],"./extra/da.mjs":[49746,49746],"./extra/dav.mjs":[36551,36551],"./extra/de-AT.mjs":[63106,63106],"./extra/de-BE.mjs":[67997,67997],"./extra/de-CH.mjs":[99905,89520],"./extra/de-IT.mjs":[60544,60544],"./extra/de-LI.mjs":[56747,56747],"./extra/de-LU.mjs":[63220,63220],"./extra/de.mjs":[29705,29705],"./extra/dje.mjs":[21146,21146],"./extra/doi.mjs":[47600,47600],"./extra/dsb.mjs":[27681,27681],"./extra/dua.mjs":[42146,42146],"./extra/dyo.mjs":[76442,76442],"./extra/dz.mjs":[61136,61136],"./extra/ebu.mjs":[34841,34841],"./extra/ee-TG.mjs":[60608,60608],"./extra/ee.mjs":[4504,4504],"./extra/el-CY.mjs":[34887,34887],"./extra/el.mjs":[84769,84769],"./extra/en-001.mjs":[4169,4169],"./extra/en-150.mjs":[2598,2598],"./extra/en-AE.mjs":[17071,17071],"./extra/en-AG.mjs":[99899,99899],"./extra/en-AI.mjs":[16074,16074],"./extra/en-AS.mjs":[20919,20919],"./extra/en-AT.mjs":[85475,85475],"./extra/en-AU.mjs":[85831,85831],"./extra/en-BB.mjs":[42068,42068],"./extra/en-BE.mjs":[96850,96850],"./extra/en-BI.mjs":[8338,8338],"./extra/en-BM.mjs":[88750,88750],"./extra/en-BS.mjs":[54656,54656],"./extra/en-BW.mjs":[56055,56055],"./extra/en-BZ.mjs":[475,475],"./extra/en-CA.mjs":[59391,59391],"./extra/en-CC.mjs":[51345,51345],"./extra/en-CH.mjs":[91494,91494],"./extra/en-CK.mjs":[53228,53228],"./extra/en-CM.mjs":[91955,91955],"./extra/en-CX.mjs":[56123,56123],"./extra/en-CY.mjs":[8097,8097],"./extra/en-DE.mjs":[3591,3591],"./extra/en-DG.mjs":[20444,20444],"./extra/en-DK.mjs":[64756,64756],"./extra/en-DM.mjs":[97020,97020],"./extra/en-ER.mjs":[23187,23187],"./extra/en-FI.mjs":[82397,82397],"./extra/en-FJ.mjs":[34374,34374],"./extra/en-FK.mjs":[87117,87117],"./extra/en-FM.mjs":[63514,63514],"./extra/en-GB.mjs":[43590,43590],"./extra/en-GD.mjs":[18850,18850],"./extra/en-GG.mjs":[37219,37219],"./extra/en-GH.mjs":[72489,72489],"./extra/en-GI.mjs":[98697,98697],"./extra/en-GM.mjs":[23518,23518],"./extra/en-GU.mjs":[37980,37980],"./extra/en-GY.mjs":[73315,73315],"./extra/en-HK.mjs":[43451,43451],"./extra/en-IE.mjs":[14665,14665],"./extra/en-IL.mjs":[72740,72740],"./extra/en-IM.mjs":[62289,62289],"./extra/en-IN.mjs":[74239,74239],"./extra/en-IO.mjs":[66961,66961],"./extra/en-JE.mjs":[84569,84569],"./extra/en-JM.mjs":[58429,58429],"./extra/en-KE.mjs":[62243,62243],"./extra/en-KI.mjs":[81619,81619],"./extra/en-KN.mjs":[72529,72529],"./extra/en-KY.mjs":[75282,75282],"./extra/en-LC.mjs":[97056,97056],"./extra/en-LR.mjs":[58716,58716],"./extra/en-LS.mjs":[55856,55856],"./extra/en-MG.mjs":[42267,42267],"./extra/en-MH.mjs":[51457,51457],"./extra/en-MO.mjs":[13771,13771],"./extra/en-MP.mjs":[96402,96402],"./extra/en-MS.mjs":[54135,54135],"./extra/en-MT.mjs":[6362,6362],"./extra/en-MU.mjs":[18675,18675],"./extra/en-MV.mjs":[37462,37462],"./extra/en-MW.mjs":[29136,29136],"./extra/en-MY.mjs":[93884,93884],"./extra/en-NA.mjs":[16664,16664],"./extra/en-NF.mjs":[47863,47863],"./extra/en-NG.mjs":[64068,28254],"./extra/en-NL.mjs":[50592,50592],"./extra/en-NR.mjs":[47061,47061],"./extra/en-NU.mjs":[16874,16874],"./extra/en-NZ.mjs":[45594,45594],"./extra/en-PG.mjs":[88619,88619],"./extra/en-PH.mjs":[25469,25469],"./extra/en-PK.mjs":[98391,98391],"./extra/en-PN.mjs":[42553,42553],"./extra/en-PR.mjs":[48563,48563],"./extra/en-PW.mjs":[35519,35519],"./extra/en-RW.mjs":[74997,74997],"./extra/en-SB.mjs":[19267,19267],"./extra/en-SC.mjs":[98286,98286],"./extra/en-SD.mjs":[22966,22966],"./extra/en-SE.mjs":[30377,30377],"./extra/en-SG.mjs":[74464,74464],"./extra/en-SH.mjs":[18941,18941],"./extra/en-SI.mjs":[30977,30977],"./extra/en-SL.mjs":[57834,57834],"./extra/en-SS.mjs":[83825,83825],"./extra/en-SX.mjs":[33801,33801],"./extra/en-SZ.mjs":[80394,80394],"./extra/en-TC.mjs":[47692,47692],"./extra/en-TK.mjs":[91095,91095],"./extra/en-TO.mjs":[9208,9208],"./extra/en-TT.mjs":[55832,55832],"./extra/en-TV.mjs":[26934,26934],"./extra/en-TZ.mjs":[46641,46641],"./extra/en-UG.mjs":[45313,45313],"./extra/en-UM.mjs":[85123,85123],"./extra/en-VC.mjs":[17957,17957],"./extra/en-VG.mjs":[46508,46508],"./extra/en-VI.mjs":[61603,61603],"./extra/en-VU.mjs":[38155,38155],"./extra/en-WS.mjs":[45797,45797],"./extra/en-ZA.mjs":[15551,15551],"./extra/en-ZM.mjs":[3043,3043],"./extra/en-ZW.mjs":[55619,55619],"./extra/en.mjs":[38087,38087],"./extra/eo.mjs":[1737,1737],"./extra/es-419.mjs":[31737,31737],"./extra/es-AR.mjs":[62866,62866],"./extra/es-BO.mjs":[64427,64427],"./extra/es-BR.mjs":[23739,23739],"./extra/es-BZ.mjs":[95255,95255],"./extra/es-CL.mjs":[20596,20596],"./extra/es-CO.mjs":[2284,2284],"./extra/es-CR.mjs":[76325,76325],"./extra/es-CU.mjs":[35614,35614],"./extra/es-DO.mjs":[70006,70006],"./extra/es-EA.mjs":[24236,24236],"./extra/es-EC.mjs":[58487,58487],"./extra/es-GQ.mjs":[78386,78386],"./extra/es-GT.mjs":[11386,11386],"./extra/es-HN.mjs":[36023,36023],"./extra/es-IC.mjs":[10394,10394],"./extra/es-MX.mjs":[23847,23847],"./extra/es-NI.mjs":[99936,99936],"./extra/es-PA.mjs":[50070,50070],"./extra/es-PE.mjs":[91991,91991],"./extra/es-PH.mjs":[80505,80505],"./extra/es-PR.mjs":[62360,62360],"./extra/es-PY.mjs":[89348,89348],"./extra/es-SV.mjs":[82088,82088],"./extra/es-US.mjs":[62901,62901],"./extra/es-UY.mjs":[97906,97906],"./extra/es-VE.mjs":[70363,70363],"./extra/es.mjs":[39065,39065],"./extra/et.mjs":[25920,25920],"./extra/eu.mjs":[5178,5178],"./extra/ewo.mjs":[42627,42627],"./extra/fa-AF.mjs":[52042,52042],"./extra/fa.mjs":[47681,47681],"./extra/ff-Adlm-BF.mjs":[80282,80282],"./extra/ff-Adlm-CM.mjs":[84635,84635],"./extra/ff-Adlm-GH.mjs":[92552,92552],"./extra/ff-Adlm-GM.mjs":[9246,9246],"./extra/ff-Adlm-GW.mjs":[89450,89450],"./extra/ff-Adlm-LR.mjs":[2538,2538],"./extra/ff-Adlm-MR.mjs":[16654,16654],"./extra/ff-Adlm-NE.mjs":[75808,75808],"./extra/ff-Adlm-NG.mjs":[38378,38378],"./extra/ff-Adlm-SL.mjs":[22273,22273],"./extra/ff-Adlm-SN.mjs":[32020,32020],"./extra/ff-Adlm.mjs":[83904,83904],"./extra/ff-CM.mjs":[88517,88517],"./extra/ff-GN.mjs":[43792,43792],"./extra/ff-Latn-BF.mjs":[12243,12243],"./extra/ff-Latn-CM.mjs":[56935,56935],"./extra/ff-Latn-GH.mjs":[20636,20636],"./extra/ff-Latn-GM.mjs":[12137,12137],"./extra/ff-Latn-GN.mjs":[21993,21993],"./extra/ff-Latn-GW.mjs":[56392,56392],"./extra/ff-Latn-LR.mjs":[67625,67625],"./extra/ff-Latn-MR.mjs":[73384,73384],"./extra/ff-Latn-NE.mjs":[82675,82675],"./extra/ff-Latn-NG.mjs":[14998,14998],"./extra/ff-Latn-SL.mjs":[76567,76567],"./extra/ff-Latn.mjs":[29629,29629],"./extra/ff-MR.mjs":[13384,13384],"./extra/ff.mjs":[56570,56570],"./extra/fi.mjs":[93568,93568],"./extra/fil.mjs":[72186,72186],"./extra/fo-DK.mjs":[13971,13971],"./extra/fo.mjs":[95198,95198],"./extra/fr-BE.mjs":[42506,42506],"./extra/fr-BF.mjs":[25259,25259],"./extra/fr-BI.mjs":[35721,35721],"./extra/fr-BJ.mjs":[39580,39580],"./extra/fr-BL.mjs":[91390,91390],"./extra/fr-CA.mjs":[75478,75478],"./extra/fr-CD.mjs":[69647,69647],"./extra/fr-CF.mjs":[38638,38638],"./extra/fr-CG.mjs":[13998,13998],"./extra/fr-CH.mjs":[1170,1170],"./extra/fr-CI.mjs":[53998,53998],"./extra/fr-CM.mjs":[84564,84564],"./extra/fr-DJ.mjs":[81282,81282],"./extra/fr-DZ.mjs":[10346,10346],"./extra/fr-GA.mjs":[68475,68475],"./extra/fr-GF.mjs":[45438,45438],"./extra/fr-GN.mjs":[69141,69141],"./extra/fr-GP.mjs":[66431,66431],"./extra/fr-GQ.mjs":[66116,66116],"./extra/fr-HT.mjs":[35596,35596],"./extra/fr-KM.mjs":[48208,48208],"./extra/fr-LU.mjs":[26091,26091],"./extra/fr-MA.mjs":[58246,58246],"./extra/fr-MC.mjs":[18855,18855],"./extra/fr-MF.mjs":[15529,15529],"./extra/fr-MG.mjs":[58591,58591],"./extra/fr-ML.mjs":[17926,17926],"./extra/fr-MQ.mjs":[88128,88128],"./extra/fr-MR.mjs":[82477,82477],"./extra/fr-MU.mjs":[80500,80500],"./extra/fr-NC.mjs":[25408,25408],"./extra/fr-NE.mjs":[70260,70260],"./extra/fr-PF.mjs":[87993,87993],"./extra/fr-PM.mjs":[11530,11530],"./extra/fr-RE.mjs":[65514,65514],"./extra/fr-RW.mjs":[80401,80401],"./extra/fr-SC.mjs":[26367,26367],"./extra/fr-SN.mjs":[11944,11944],"./extra/fr-SY.mjs":[93921,93921],"./extra/fr-TD.mjs":[24410,24410],"./extra/fr-TG.mjs":[55328,55328],"./extra/fr-TN.mjs":[65015,65015],"./extra/fr-VU.mjs":[50093,50093],"./extra/fr-WF.mjs":[15825,15825],"./extra/fr-YT.mjs":[29279,29279],"./extra/fr.mjs":[35165,35165],"./extra/fur.mjs":[59655,59655],"./extra/fy.mjs":[48067,48067],"./extra/ga-GB.mjs":[55607,55607],"./extra/ga.mjs":[78425,78425],"./extra/gd.mjs":[62492,62492],"./extra/gl.mjs":[94869,94869],"./extra/gsw-FR.mjs":[90033,90033],"./extra/gsw-LI.mjs":[37223,37223],"./extra/gsw.mjs":[39194,39194],"./extra/gu.mjs":[13193,13193],"./extra/guz.mjs":[88082,88082],"./extra/gv.mjs":[14899,14899],"./extra/ha-GH.mjs":[47877,47877],"./extra/ha-NE.mjs":[29734,29734],"./extra/ha.mjs":[83445,83445],"./extra/haw.mjs":[69578,69578],"./extra/he.mjs":[35487,35487],"./extra/hi-Latn.mjs":[34010,34010],"./extra/hi.mjs":[41904,41904],"./extra/hr-BA.mjs":[53822,53822],"./extra/hr.mjs":[36540,36540],"./extra/hsb.mjs":[10810,10810],"./extra/hu.mjs":[79008,79008],"./extra/hy.mjs":[31936,31936],"./extra/ia.mjs":[90694,90694],"./extra/id.mjs":[33986,33986],"./extra/ig.mjs":[64426,64426],"./extra/ii.mjs":[25046,25046],"./extra/is.mjs":[5995,5995],"./extra/it-CH.mjs":[18044,18044],"./extra/it-SM.mjs":[20281,20281],"./extra/it-VA.mjs":[12250,12250],"./extra/it.mjs":[74393,74393],"./extra/ja.mjs":[52800,52800],"./extra/jgo.mjs":[91434,91434],"./extra/jmc.mjs":[39465,39465],"./extra/jv.mjs":[42562,42562],"./extra/ka.mjs":[66730,66730],"./extra/kab.mjs":[62719,62719],"./extra/kam.mjs":[40727,40727],"./extra/kde.mjs":[75881,75881],"./extra/kea.mjs":[39613,39613],"./extra/kgp.mjs":[5977,5977],"./extra/khq.mjs":[80911,80911],"./extra/ki.mjs":[5814,5814],"./extra/kk.mjs":[31242,31242],"./extra/kkj.mjs":[32498,32498],"./extra/kl.mjs":[39256,39256],"./extra/kln.mjs":[84417,84417],"./extra/km.mjs":[2385,2385],"./extra/kn.mjs":[91811,91811],"./extra/ko-KP.mjs":[94772,94772],"./extra/ko.mjs":[1419,1419],"./extra/kok.mjs":[18276,18276],"./extra/ks-Arab.mjs":[36150,36150],"./extra/ks-Deva.mjs":[76,76],"./extra/ks.mjs":[66448,66448],"./extra/ksb.mjs":[4661,4661],"./extra/ksf.mjs":[52683,52683],"./extra/ksh.mjs":[35939,35939],"./extra/ku.mjs":[59724,59724],"./extra/kw.mjs":[98974,98974],"./extra/ky.mjs":[74168,74168],"./extra/lag.mjs":[34840,34840],"./extra/lb.mjs":[83523,83523],"./extra/lg.mjs":[32796,32796],"./extra/lkt.mjs":[28159,28159],"./extra/ln-AO.mjs":[43369,43369],"./extra/ln-CF.mjs":[76491,76491],"./extra/ln-CG.mjs":[66831,66831],"./extra/ln.mjs":[95095,95095],"./extra/lo.mjs":[26037,26037],"./extra/lrc-IQ.mjs":[90621,90621],"./extra/lrc.mjs":[81395,81395],"./extra/lt.mjs":[72618,72618],"./extra/lu.mjs":[47682,47682],"./extra/luo.mjs":[34714,34714],"./extra/luy.mjs":[36380,36380],"./extra/lv.mjs":[94447,94447],"./extra/mai.mjs":[89978,89978],"./extra/mas-TZ.mjs":[44571,44571],"./extra/mas.mjs":[6643,6643],"./extra/mer.mjs":[9211,9211],"./extra/mfe.mjs":[65917,65917],"./extra/mg.mjs":[10705,10705],"./extra/mgh.mjs":[52816,52816],"./extra/mgo.mjs":[62393,62393],"./extra/mi.mjs":[56841,56841],"./extra/mk.mjs":[73188,73188],"./extra/ml.mjs":[3826,3826],"./extra/mn.mjs":[41994,41994],"./extra/mni-Beng.mjs":[72385,72385],"./extra/mni.mjs":[15843,15843],"./extra/mr.mjs":[48837,48837],"./extra/ms-BN.mjs":[48088,48088],"./extra/ms-ID.mjs":[66428,66428],"./extra/ms-SG.mjs":[18645,18645],"./extra/ms.mjs":[56972,56972],"./extra/mt.mjs":[84538,84538],"./extra/mua.mjs":[90177,90177],"./extra/my.mjs":[69226,69226],"./extra/mzn.mjs":[55352,55352],"./extra/naq.mjs":[81,81],"./extra/nb-SJ.mjs":[21921,21921],"./extra/nb.mjs":[43990,43990],"./extra/nd.mjs":[25049,25049],"./extra/nds-NL.mjs":[63770,63770],"./extra/nds.mjs":[92907,92907],"./extra/ne-IN.mjs":[1486,1486],"./extra/ne.mjs":[70057,70057],"./extra/nl-AW.mjs":[10879,10879],"./extra/nl-BE.mjs":[55122,55122],"./extra/nl-BQ.mjs":[62711,62711],"./extra/nl-CW.mjs":[28162,28162],"./extra/nl-SR.mjs":[13568,13568],"./extra/nl-SX.mjs":[96190,96190],"./extra/nl.mjs":[50168,50168],"./extra/nmg.mjs":[64113,64113],"./extra/nn.mjs":[11401,11401],"./extra/nnh.mjs":[83959,83959],"./extra/no.mjs":[73095,73095],"./extra/nus.mjs":[73572,73572],"./extra/nyn.mjs":[26236,26236],"./extra/om-KE.mjs":[6059,6059],"./extra/om.mjs":[57740,57740],"./extra/or.mjs":[37949,37949],"./extra/os-RU.mjs":[44979,44979],"./extra/os.mjs":[61217,61217],"./extra/pa-Arab.mjs":[3946,3946],"./extra/pa-Guru.mjs":[7439,7439],"./extra/pa.mjs":[36068,36068],"./extra/pcm.mjs":[38778,38778],"./extra/pl.mjs":[85347,85347],"./extra/ps-PK.mjs":[10106,10106],"./extra/ps.mjs":[17568,17568],"./extra/pt-AO.mjs":[11463,11463],"./extra/pt-CH.mjs":[89359,89359],"./extra/pt-CV.mjs":[52881,62927],"./extra/pt-GQ.mjs":[17030,17030],"./extra/pt-GW.mjs":[58198,58198],"./extra/pt-LU.mjs":[1707,1707],"./extra/pt-MO.mjs":[28691,28691],"./extra/pt-MZ.mjs":[47957,47957],"./extra/pt-PT.mjs":[91097,91097],"./extra/pt-ST.mjs":[23457,23457],"./extra/pt-TL.mjs":[88855,88855],"./extra/pt.mjs":[81704,81704],"./extra/qu-BO.mjs":[96670,96670],"./extra/qu-EC.mjs":[69974,69974],"./extra/qu.mjs":[44538,44538],"./extra/rm.mjs":[48415,48415],"./extra/rn.mjs":[86966,86966],"./extra/ro-MD.mjs":[62754,62754],"./extra/ro.mjs":[46510,46510],"./extra/rof.mjs":[49062,49062],"./extra/ru-BY.mjs":[89838,89838],"./extra/ru-KG.mjs":[50222,50222],"./extra/ru-KZ.mjs":[14430,14430],"./extra/ru-MD.mjs":[56013,56013],"./extra/ru-UA.mjs":[6568,6568],"./extra/ru.mjs":[33647,33647],"./extra/rw.mjs":[99860,99860],"./extra/rwk.mjs":[35680,35680],"./extra/sa.mjs":[67623,67623],"./extra/sah.mjs":[55942,55942],"./extra/saq.mjs":[74545,74545],"./extra/sat-Olck.mjs":[5222,5222],"./extra/sat.mjs":[57174,57174],"./extra/sbp.mjs":[56089,56089],"./extra/sc.mjs":[66257,66257],"./extra/sd-Arab.mjs":[23767,23767],"./extra/sd-Deva.mjs":[75272,75272],"./extra/sd.mjs":[98344,98344],"./extra/se-FI.mjs":[27779,27779],"./extra/se-SE.mjs":[81588,81588],"./extra/se.mjs":[60329,60329],"./extra/seh.mjs":[35317,35317],"./extra/ses.mjs":[40604,40604],"./extra/sg.mjs":[23224,23224],"./extra/shi-Latn.mjs":[61250,61250],"./extra/shi-Tfng.mjs":[54325,54325],"./extra/shi.mjs":[71310,71310],"./extra/si.mjs":[19602,19602],"./extra/sk.mjs":[18064,18064],"./extra/sl.mjs":[17053,17053],"./extra/smn.mjs":[50760,50760],"./extra/sn.mjs":[39528,39528],"./extra/so-DJ.mjs":[18165,18165],"./extra/so-ET.mjs":[47696,47696],"./extra/so-KE.mjs":[25166,25166],"./extra/so.mjs":[12409,12409],"./extra/sq-MK.mjs":[63577,63577],"./extra/sq-XK.mjs":[61291,61291],"./extra/sq.mjs":[1618,1618],"./extra/sr-Cyrl-BA.mjs":[74623,74623],"./extra/sr-Cyrl-ME.mjs":[86104,73775],"./extra/sr-Cyrl-XK.mjs":[29670,29670],"./extra/sr-Cyrl.mjs":[21239,21239],"./extra/sr-Latn-BA.mjs":[59403,59403],"./extra/sr-Latn-ME.mjs":[25274,25274],"./extra/sr-Latn-XK.mjs":[84836,84836],"./extra/sr-Latn.mjs":[9986,9986],"./extra/sr.mjs":[4242,4242],"./extra/su-Latn.mjs":[70712,70712],"./extra/su.mjs":[16684,16684],"./extra/sv-AX.mjs":[96657,96657],"./extra/sv-FI.mjs":[11728,11728],"./extra/sv.mjs":[36958,36958],"./extra/sw-CD.mjs":[60199,60199],"./extra/sw-KE.mjs":[24931,24931],"./extra/sw-UG.mjs":[77319,77319],"./extra/sw.mjs":[81555,81555],"./extra/ta-LK.mjs":[76866,76866],"./extra/ta-MY.mjs":[97921,97921],"./extra/ta-SG.mjs":[71255,71255],"./extra/ta.mjs":[1844,1844],"./extra/te.mjs":[9037,9037],"./extra/teo-KE.mjs":[87362,87362],"./extra/teo.mjs":[84882,84882],"./extra/tg.mjs":[55684,55684],"./extra/th.mjs":[10938,10938],"./extra/ti-ER.mjs":[8031,8031],"./extra/ti.mjs":[43982,43982],"./extra/tk.mjs":[64180,64180],"./extra/to.mjs":[13285,13285],"./extra/tr-CY.mjs":[32800,32800],"./extra/tr.mjs":[69347,69347],"./extra/tt.mjs":[47233,47233],"./extra/twq.mjs":[56018,56018],"./extra/tzm.mjs":[58646,58646],"./extra/ug.mjs":[69878,69878],"./extra/uk.mjs":[42539,42539],"./extra/und.mjs":[75466,75466],"./extra/ur-IN.mjs":[5785,5785],"./extra/ur.mjs":[93870,93870],"./extra/uz-Arab.mjs":[52131,52131],"./extra/uz-Cyrl.mjs":[59430,59430],"./extra/uz-Latn.mjs":[10438,10438],"./extra/uz.mjs":[90290,90290],"./extra/vai-Latn.mjs":[76540,76540],"./extra/vai-Vaii.mjs":[24754,24754],"./extra/vai.mjs":[87023,87023],"./extra/vi.mjs":[7474,7474],"./extra/vun.mjs":[13356,13356],"./extra/wae.mjs":[47913,47913],"./extra/wo.mjs":[25431,25431],"./extra/xh.mjs":[66568,66568],"./extra/xog.mjs":[17375,17375],"./extra/yav.mjs":[69523,69523],"./extra/yi.mjs":[210,210],"./extra/yo-BJ.mjs":[6250,6250],"./extra/yo.mjs":[41153,41153],"./extra/yrl-CO.mjs":[31895,31895],"./extra/yrl-VE.mjs":[6254,6254],"./extra/yrl.mjs":[3886,3886],"./extra/yue-Hans.mjs":[57905,57905],"./extra/yue-Hant.mjs":[32765,32765],"./extra/yue.mjs":[65602,65602],"./extra/zgh.mjs":[77159,77159],"./extra/zh-Hans-HK.mjs":[79167,79167],"./extra/zh-Hans-MO.mjs":[76046,76046],"./extra/zh-Hans-SG.mjs":[25209,25209],"./extra/zh-Hans.mjs":[36206,36206],"./extra/zh-Hant-HK.mjs":[34529,34529],"./extra/zh-Hant-MO.mjs":[80780,80780],"./extra/zh-Hant.mjs":[72373,72373],"./extra/zh.mjs":[52569,52569],"./extra/zu.mjs":[6475,6475],"./fa-AF.mjs":[51399,51399],"./fa.mjs":[73335,73335],"./ff-Adlm-BF.mjs":[69879,69879],"./ff-Adlm-CM.mjs":[72448,72448],"./ff-Adlm-GH.mjs":[35320,35320],"./ff-Adlm-GM.mjs":[43846,43846],"./ff-Adlm-GW.mjs":[47673,47673],"./ff-Adlm-LR.mjs":[52871,52871],"./ff-Adlm-MR.mjs":[67570,67570],"./ff-Adlm-NE.mjs":[90926,90926],"./ff-Adlm-NG.mjs":[82842,82842],"./ff-Adlm-SL.mjs":[31034,31034],"./ff-Adlm-SN.mjs":[2505,2505],"./ff-Adlm.mjs":[35924,35924],"./ff-CM.mjs":[722,722],"./ff-GN.mjs":[13722,13722],"./ff-Latn-BF.mjs":[30164,30164],"./ff-Latn-CM.mjs":[41333,41333],"./ff-Latn-GH.mjs":[57824,57824],"./ff-Latn-GM.mjs":[92756,92756],"./ff-Latn-GN.mjs":[90797,90797],"./ff-Latn-GW.mjs":[28066,28066],"./ff-Latn-LR.mjs":[98823,98823],"./ff-Latn-MR.mjs":[50569,50569],"./ff-Latn-NE.mjs":[17285,17285],"./ff-Latn-NG.mjs":[9402,9402],"./ff-Latn-SL.mjs":[15010,15010],"./ff-Latn.mjs":[99567,99567],"./ff-MR.mjs":[88654,88654],"./ff.mjs":[92337,92337],"./fi.mjs":[18155,18155],"./fil.mjs":[64763,64763],"./fo-DK.mjs":[36735,36735],"./fo.mjs":[69675,69675],"./fr-BE.mjs":[59557,59557],"./fr-BF.mjs":[83227,83227],"./fr-BI.mjs":[14673,14673],"./fr-BJ.mjs":[40178,40178],"./fr-BL.mjs":[51888,51888],"./fr-CA.mjs":[94052,94052],"./fr-CD.mjs":[63993,63993],"./fr-CF.mjs":[96386,96386],"./fr-CG.mjs":[50771,50771],"./fr-CH.mjs":[95588,95588],"./fr-CI.mjs":[78682,78682],"./fr-CM.mjs":[52142,52142],"./fr-DJ.mjs":[65627,65627],"./fr-DZ.mjs":[81539,81539],"./fr-GA.mjs":[94983,94983],"./fr-GF.mjs":[70568,70568],"./fr-GN.mjs":[4329,4329],"./fr-GP.mjs":[24629,24629],"./fr-GQ.mjs":[45680,45680],"./fr-HT.mjs":[94250,94250],"./fr-KM.mjs":[24156,24156],"./fr-LU.mjs":[24755,24755],"./fr-MA.mjs":[34402,34402],"./fr-MC.mjs":[29884,29884],"./fr-MF.mjs":[7670,7670],"./fr-MG.mjs":[9720,9720],"./fr-ML.mjs":[531,531],"./fr-MQ.mjs":[89641,89641],"./fr-MR.mjs":[68874,68874],"./fr-MU.mjs":[44566,44566],"./fr-NC.mjs":[72484,72484],"./fr-NE.mjs":[99256,42278],"./fr-PF.mjs":[93856,93856],"./fr-PM.mjs":[87043,87043],"./fr-RE.mjs":[60409,60409],"./fr-RW.mjs":[34280,34280],"./fr-SC.mjs":[53519,53519],"./fr-SN.mjs":[2792,2792],"./fr-SY.mjs":[59406,59406],"./fr-TD.mjs":[59719,59719],"./fr-TG.mjs":[2629,2629],"./fr-TN.mjs":[25453,25453],"./fr-VU.mjs":[35813,35813],"./fr-WF.mjs":[1730,1730],"./fr-YT.mjs":[41124,41124],"./fr.mjs":[1086,1086],"./fur.mjs":[96534,96534],"./fy.mjs":[2235,2235],"./ga-GB.mjs":[66457,66457],"./ga.mjs":[69240,69240],"./gd.mjs":[37929,37929],"./gl.mjs":[36784,36784],"./gsw-FR.mjs":[42329,42329],"./gsw-LI.mjs":[70156,70156],"./gsw.mjs":[33698,33698],"./gu.mjs":[95825,95825],"./guz.mjs":[96478,96478],"./gv.mjs":[18095,18095],"./ha-GH.mjs":[92522,92522],"./ha-NE.mjs":[69289,69289],"./ha.mjs":[85947,85947],"./haw.mjs":[18024,18024],"./he.mjs":[11135,11135],"./hi-Latn.mjs":[91152,91152],"./hi.mjs":[47592,47592],"./hr-BA.mjs":[12093,12093],"./hr.mjs":[77384,77384],"./hsb.mjs":[75849,75849],"./hu.mjs":[47671,47671],"./hy.mjs":[69086,69086],"./ia.mjs":[29518,29518],"./id.mjs":[42053,42053],"./ig.mjs":[90427,90427],"./ii.mjs":[71910,71910],"./is.mjs":[25809,25809],"./it-CH.mjs":[46329,46329],"./it-SM.mjs":[17588,17588],"./it-VA.mjs":[84591,84591],"./it.mjs":[56410,56410],"./ja.mjs":[7829,7829],"./jgo.mjs":[27618,27618],"./jmc.mjs":[10856,10856],"./jv.mjs":[54052,54052],"./ka.mjs":[25772,25772],"./kab.mjs":[43720,43720],"./kam.mjs":[99010,99010],"./kde.mjs":[80229,80229],"./kea.mjs":[92472,92472],"./kgp.mjs":[28052,28052],"./khq.mjs":[9556,9556],"./ki.mjs":[32450,32450],"./kk.mjs":[85878,85878],"./kkj.mjs":[5783,5783],"./kl.mjs":[12472,12472],"./kln.mjs":[78479,78479],"./km.mjs":[66033,66033],"./kn.mjs":[4632,4632],"./ko-KP.mjs":[27188,27188],"./ko.mjs":[1182,1182],"./kok.mjs":[84529,84529],"./ks-Arab.mjs":[41919,41919],"./ks-Deva.mjs":[76297,76297],"./ks.mjs":[57024,57024],"./ksb.mjs":[8386,8386],"./ksf.mjs":[44078,44078],"./ksh.mjs":[18196,18196],"./ku.mjs":[26570,26570],"./kw.mjs":[25502,25502],"./ky.mjs":[31362,31362],"./lag.mjs":[4506,4506],"./lb.mjs":[35728,86104],"./lg.mjs":[62036,62036],"./lkt.mjs":[89814,89814],"./ln-AO.mjs":[7172,7172],"./ln-CF.mjs":[30743,30743],"./ln-CG.mjs":[45038,45038],"./ln.mjs":[73316,73316],"./lo.mjs":[2981,2981],"./lrc-IQ.mjs":[67119,67119],"./lrc.mjs":[62250,62250],"./lt.mjs":[49353,49353],"./lu.mjs":[48804,48804],"./luo.mjs":[3243,3243],"./luy.mjs":[2584,2584],"./lv.mjs":[75596,75596],"./mai.mjs":[5842,5842],"./mas-TZ.mjs":[95747,95747],"./mas.mjs":[45349,45349],"./mer.mjs":[5738,5738],"./mfe.mjs":[71365,71365],"./mg.mjs":[62187,62187],"./mgh.mjs":[69200,69200],"./mgo.mjs":[75186,75186],"./mi.mjs":[45637,45637],"./mk.mjs":[80570,80570],"./ml.mjs":[27035,27035],"./mn.mjs":[4526,4526],"./mni-Beng.mjs":[33175,33175],"./mni.mjs":[1476,1476],"./mr.mjs":[3002,3002],"./ms-BN.mjs":[2399,2399],"./ms-ID.mjs":[64284,64284],"./ms-SG.mjs":[43040,43040],"./ms.mjs":[71981,71981],"./mt.mjs":[80203,80203],"./mua.mjs":[18799,18799],"./my.mjs":[23954,23954],"./mzn.mjs":[80881,80881],"./naq.mjs":[84895,84895],"./nb-SJ.mjs":[63098,63098],"./nb.mjs":[54947,54947],"./nd.mjs":[61681,61681],"./nds-NL.mjs":[91304,91304],"./nds.mjs":[5620,5620],"./ne-IN.mjs":[31591,31591],"./ne.mjs":[20303,20303],"./nl-AW.mjs":[27008,27008],"./nl-BE.mjs":[42028,42028],"./nl-BQ.mjs":[67720,67720],"./nl-CW.mjs":[53201,53201],"./nl-SR.mjs":[74649,74649],"./nl-SX.mjs":[20024,20024],"./nl.mjs":[38412,38412],"./nmg.mjs":[99341,99341],"./nn.mjs":[72494,72494],"./nnh.mjs":[80160,80160],"./no.mjs":[56717,56717],"./nus.mjs":[76106,76106],"./nyn.mjs":[31010,31010],"./om-KE.mjs":[51524,51524],"./om.mjs":[72096,72096],"./or.mjs":[66674,66674],"./os-RU.mjs":[38309,38309],"./os.mjs":[61833,61833],"./pa-Arab.mjs":[7166,7166],"./pa-Guru.mjs":[21681,21681],"./pa.mjs":[51514,51514],"./pcm.mjs":[11105,11105],"./pl.mjs":[68644,68644],"./ps-PK.mjs":[38469,38469],"./ps.mjs":[69618,69618],"./pt-AO.mjs":[54547,54547],"./pt-CH.mjs":[54222,54222],"./pt-CV.mjs":[96119,96119],"./pt-GQ.mjs":[33131,33131],"./pt-GW.mjs":[89466,89466],"./pt-LU.mjs":[19257,19257],"./pt-MO.mjs":[14317,14317],"./pt-MZ.mjs":[95170,95170],"./pt-PT.mjs":[81859,81859],"./pt-ST.mjs":[47982,47982],"./pt-TL.mjs":[71534,71534],"./pt.mjs":[7379,7379],"./qu-BO.mjs":[8870,8870],"./qu-EC.mjs":[49784,49784],"./qu.mjs":[52663,52663],"./rm.mjs":[52200,52200],"./rn.mjs":[9197,9197],"./ro-MD.mjs":[6723,6723],"./ro.mjs":[19656,19656],"./rof.mjs":[61959,61959],"./ru-BY.mjs":[48948,48948],"./ru-KG.mjs":[60540,60540],"./ru-KZ.mjs":[39068,39068],"./ru-MD.mjs":[42765,42765],"./ru-UA.mjs":[33351,33351],"./ru.mjs":[3885,3885],"./rw.mjs":[86807,86807],"./rwk.mjs":[50597,50597],"./sa.mjs":[99228,99228],"./sah.mjs":[15444,15444],"./saq.mjs":[16199,16199],"./sat-Olck.mjs":[27910,27910],"./sat.mjs":[62705,62705],"./sbp.mjs":[79892,79892],"./sc.mjs":[80279,80279],"./sd-Arab.mjs":[13527,13527],"./sd-Deva.mjs":[4796,4796],"./sd.mjs":[67839,67839],"./se-FI.mjs":[9991,9991],"./se-SE.mjs":[75508,75508],"./se.mjs":[14527,14527],"./seh.mjs":[5660,5660],"./ses.mjs":[49255,49255],"./sg.mjs":[4571,4571],"./shi-Latn.mjs":[18413,18413],"./shi-Tfng.mjs":[44647,44647],"./shi.mjs":[68247,68247],"./si.mjs":[79682,79682],"./sk.mjs":[60335,60335],"./sl.mjs":[14862,14862],"./smn.mjs":[75061,75061],"./sn.mjs":[55125,55125],"./so-DJ.mjs":[61323,61323],"./so-ET.mjs":[56701,56701],"./so-KE.mjs":[96588,96588],"./so.mjs":[91161,91161],"./sq-MK.mjs":[85879,85879],"./sq-XK.mjs":[67025,67025],"./sq.mjs":[70033,70033],"./sr-Cyrl-BA.mjs":[47649,47649],"./sr-Cyrl-ME.mjs":[90663,90663],"./sr-Cyrl-XK.mjs":[95969,95969],"./sr-Cyrl.mjs":[15770,15770],"./sr-Latn-BA.mjs":[94770,94770],"./sr-Latn-ME.mjs":[91979,91979],"./sr-Latn-XK.mjs":[11012,11012],"./sr-Latn.mjs":[47598,47598],"./sr.mjs":[72987,72987],"./su-Latn.mjs":[56542,56542],"./su.mjs":[66938,92772],"./sv-AX.mjs":[8744,8744],"./sv-FI.mjs":[66243,66243],"./sv.mjs":[99575,99575],"./sw-CD.mjs":[71970,71970],"./sw-KE.mjs":[95545,95545],"./sw-UG.mjs":[41079,41079],"./sw.mjs":[82222,82222],"./ta-LK.mjs":[94092,94092],"./ta-MY.mjs":[7632,52881],"./ta-SG.mjs":[10297,10297],"./ta.mjs":[53669,53669],"./te.mjs":[47928,47928],"./teo-KE.mjs":[15929,15929],"./teo.mjs":[933,933],"./tg.mjs":[73871,73871],"./th.mjs":[85393,85393],"./ti-ER.mjs":[99344,99344],"./ti.mjs":[22387,22387],"./tk.mjs":[11028,11028],"./to.mjs":[52221,52221],"./tr-CY.mjs":[2454,2454],"./tr.mjs":[20500,20500],"./tt.mjs":[57507,57507],"./twq.mjs":[53200,53200],"./tzm.mjs":[56316,56316],"./ug.mjs":[9377,9377],"./uk.mjs":[25693,25693],"./und.mjs":[33318,33318],"./ur-IN.mjs":[39037,39037],"./ur.mjs":[2967,2967],"./uz-Arab.mjs":[51165,51165],"./uz-Cyrl.mjs":[17039,17039],"./uz-Latn.mjs":[6721,6721],"./uz.mjs":[51664,51664],"./vai-Latn.mjs":[30258,30258],"./vai-Vaii.mjs":[52161,52161],"./vai.mjs":[70445,70445],"./vi.mjs":[21323,21323],"./vun.mjs":[53266,53266],"./wae.mjs":[93474,93474],"./wo.mjs":[49427,49427],"./xh.mjs":[34336,34336],"./xog.mjs":[56238,56238],"./yav.mjs":[57271,57271],"./yi.mjs":[93929,93929],"./yo-BJ.mjs":[18342,18342],"./yo.mjs":[93315,93315],"./yrl-CO.mjs":[80779,80779],"./yrl-VE.mjs":[59346,59346],"./yrl.mjs":[74179,74179],"./yue-Hans.mjs":[69890,69890],"./yue-Hant.mjs":[31882,31882],"./yue.mjs":[75460,75460],"./zgh.mjs":[42222,42222],"./zh-Hans-HK.mjs":[57564,57564],"./zh-Hans-MO.mjs":[88260,88260],"./zh-Hans-SG.mjs":[53988,53988],"./zh-Hans.mjs":[26285,26285],"./zh-Hant-HK.mjs":[51210,51210],"./zh-Hant-MO.mjs":[77491,77491],"./zh-Hant.mjs":[7900,7900],"./zh.mjs":[40145,40145],"./zu.mjs":[42701,42701]};function r(s){if(!j.o(e,s))return Promise.resolve().then((function(){var m=new Error("Cannot find module '"+s+"'");throw m.code="MODULE_NOT_FOUND",m}));var m=e[s],r=m[0];return j.e(m[1]).then((function(){return j(r)}))}r.keys=function(){return Object.keys(e)},r.id=82438,s.exports=r}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7829.1d0f33cae71a6d651e9f.js b/dist/apps/processing-runtime-widget/7829.1d0f33cae71a6d651e9f.js new file mode 100644 index 0000000..a5fa619 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7829.1d0f33cae71a6d651e9f.js @@ -0,0 +1,2 @@ +/*! For license information please see 7829.1d0f33cae71a6d651e9f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7829],{7829:function(s,u,c){c.r(u);const i=void 0;u.default=["ja",[["午前","午後"],i,i],i,[["日","月","火","水","木","金","土"],i,["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],["日","月","火","水","木","金","土"]],i,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],i],i,[["BC","AD"],["紀元前","西暦"],i],0,[6,0],["y/MM/dd",i,"y年M月d日","y年M月d日EEEE"],["H:mm","H:mm:ss","H:mm:ss z","H時mm分ss秒 zzzz"],["{1} {0}",i,i,i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"JPY","¥","日本円",{BYN:[i,"р."],CNY:["元","¥"],JPY:["¥"],PHP:[i,"₱"],RON:[i,"レイ"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7829.1d0f33cae71a6d651e9f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7829.1d0f33cae71a6d651e9f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7829.1d0f33cae71a6d651e9f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/78350.be884c899b1798a3839a.js b/dist/apps/processing-runtime-widget/78350.be884c899b1798a3839a.js new file mode 100644 index 0000000..b91372f --- /dev/null +++ b/dist/apps/processing-runtime-widget/78350.be884c899b1798a3839a.js @@ -0,0 +1,2 @@ +/*! For license information please see 78350.be884c899b1798a3839a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78350],{78350:function(u,c,i){i.r(c);const e=void 0;c.default=[[["Ꭲ","ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"],["ᎢᎦ","ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"],e],[["ᎢᎦ","ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"],e,e],["12:00",["00:00","12:00"],["12:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78350.be884c899b1798a3839a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/78350.be884c899b1798a3839a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/78350.be884c899b1798a3839a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/78386.ae821810e66018141a43.js b/dist/apps/processing-runtime-widget/78386.ae821810e66018141a43.js new file mode 100644 index 0000000..b565017 --- /dev/null +++ b/dist/apps/processing-runtime-widget/78386.ae821810e66018141a43.js @@ -0,0 +1,2 @@ +/*! For license information please see 78386.ae821810e66018141a43.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78386],{78386:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78386.ae821810e66018141a43.js.LICENSE.txt b/dist/apps/processing-runtime-widget/78386.ae821810e66018141a43.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/78386.ae821810e66018141a43.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/78425.b9259fa90cf9ae205ffd.js b/dist/apps/processing-runtime-widget/78425.b9259fa90cf9ae205ffd.js new file mode 100644 index 0000000..5f92639 --- /dev/null +++ b/dist/apps/processing-runtime-widget/78425.b9259fa90cf9ae205ffd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78425],{78425:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78479.11d9d77573d921eeeaaf.js b/dist/apps/processing-runtime-widget/78479.11d9d77573d921eeeaaf.js new file mode 100644 index 0000000..2a442dc --- /dev/null +++ b/dist/apps/processing-runtime-widget/78479.11d9d77573d921eeeaaf.js @@ -0,0 +1,2 @@ +/*! For license information please see 78479.11d9d77573d921eeeaaf.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78479],{78479:function(o,a,K){K.r(a);const s=void 0;a.default=["kln",[["krn","koosk"],s,["karoon","kooskoliny"]],[["krn","koosk"],s,s],[["T","T","O","S","A","M","L"],["Kts","Kot","Koo","Kos","Koa","Kom","Kol"],["Kotisap","Kotaai","Koaeng’","Kosomok","Koang’wan","Komuut","Kolo"],["Kts","Kot","Koo","Kos","Koa","Kom","Kol"]],s,[["M","N","T","I","M","P","N","R","B","E","K","K"],["Mul","Ngat","Taa","Iwo","Mam","Paa","Nge","Roo","Bur","Epe","Kpt","Kpa"],["Mulgul","Ng’atyaato","Kiptaamo","Iwootkuut","Mamuut","Paagi","Ng’eiyeet","Rooptui","Bureet","Epeeso","Kipsuunde ne taai","Kipsuunde nebo aeng’"]],s,[["AM","KO"],s,["Amait kesich Jesu","Kokakesich Jesu"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Silingitab ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(o){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78479.11d9d77573d921eeeaaf.js.LICENSE.txt b/dist/apps/processing-runtime-widget/78479.11d9d77573d921eeeaaf.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/78479.11d9d77573d921eeeaaf.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/78598.5cf976fde83b2e470559.js b/dist/apps/processing-runtime-widget/78598.5cf976fde83b2e470559.js new file mode 100644 index 0000000..fac8ce4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/78598.5cf976fde83b2e470559.js @@ -0,0 +1,2 @@ +/*! For license information please see 78598.5cf976fde83b2e470559.js.LICENSE.txt */ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78598],{78598:function(t,e,n){var o,r=r||function(t){"use strict";if(!(void 0===t||"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent))){var e=t.document,n=function(){return t.URL||t.webkitURL||t},o=e.createElementNS("http://www.w3.org/1999/xhtml","a"),r="download"in o,a=/constructor/i.test(t.HTMLElement),i=/CriOS\/[\d]+/.test(navigator.userAgent),c=function(e){(t.setImmediate||t.setTimeout)((function(){throw e}),0)},u=function(t){setTimeout((function(){"string"==typeof t?n().revokeObjectURL(t):t.remove()}),4e4)},s=function(t){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t},d=function(e,d,l){l||(e=s(e));var f,p=this,w="application/octet-stream"===e.type,v=function(){!function(t,e,n){for(var o=(e=[].concat(e)).length;o--;){var r=t["on"+e[o]];if("function"==typeof r)try{r.call(t,n||t)}catch(t){c(t)}}}(p,"writestart progress write writeend".split(" "))};if(p.readyState=p.INIT,r)return f=n().createObjectURL(e),void setTimeout((function(){var t,e;o.href=f,o.download=d,t=o,e=new MouseEvent("click"),t.dispatchEvent(e),v(),u(f),p.readyState=p.DONE}));!function(){if((i||w&&a)&&t.FileReader){var o=new FileReader;return o.onloadend=function(){var e=i?o.result:o.result.replace(/^data:[^;]*;/,"data:attachment/file;");t.open(e,"_blank")||(t.location.href=e),e=void 0,p.readyState=p.DONE,v()},o.readAsDataURL(e),void(p.readyState=p.INIT)}(f||(f=n().createObjectURL(e)),w)?t.location.href=f:t.open(f,"_blank")||(t.location.href=f);p.readyState=p.DONE,v(),u(f)}()},l=d.prototype;return"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(t,e,n){return e=e||t.name||"download",n||(t=s(t)),navigator.msSaveOrOpenBlob(t,e)}:(l.abort=function(){},l.readyState=l.INIT=0,l.WRITING=1,l.DONE=2,l.error=l.onwritestart=l.onprogress=l.onwrite=l.onabort=l.onerror=l.onwriteend=null,function(t,e,n){return new d(t,e||t.name||"download",n)})}}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);t.exports?t.exports.saveAs=r:null!==n.amdD&&null!==n.amdO&&(void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o))}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78598.5cf976fde83b2e470559.js.LICENSE.txt b/dist/apps/processing-runtime-widget/78598.5cf976fde83b2e470559.js.LICENSE.txt new file mode 100644 index 0000000..dcdbee2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/78598.5cf976fde83b2e470559.js.LICENSE.txt @@ -0,0 +1 @@ +/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */ diff --git a/dist/apps/processing-runtime-widget/78682.0b69c0269bed25f164c0.js b/dist/apps/processing-runtime-widget/78682.0b69c0269bed25f164c0.js new file mode 100644 index 0000000..059e46d --- /dev/null +++ b/dist/apps/processing-runtime-widget/78682.0b69c0269bed25f164c0.js @@ -0,0 +1,2 @@ +/*! For license information please see 78682.0b69c0269bed25f164c0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[78682],{78682:function(e,$,r){r.r($);const i=void 0;$.default=["fr-CI",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/78682.0b69c0269bed25f164c0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/78682.0b69c0269bed25f164c0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/78682.0b69c0269bed25f164c0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7900.e10e9ae0be7523af37ee.js b/dist/apps/processing-runtime-widget/7900.e10e9ae0be7523af37ee.js new file mode 100644 index 0000000..f7022d2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7900.e10e9ae0be7523af37ee.js @@ -0,0 +1,2 @@ +/*! For license information please see 7900.e10e9ae0be7523af37ee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7900],{7900:function(s,u,n){n.r(u);const t=void 0;u.default=["zh-Hant",[["上午","下午"],t,t],t,[["日","一","二","三","四","五","六"],["週日","週一","週二","週三","週四","週五","週六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["日","一","二","三","四","五","六"]],t,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],t],t,[["西元前","西元"],t,t],0,[6,0],["y/M/d","y年M月d日",t,"y年M月d日 EEEE"],["Bh:mm","Bh:mm:ss","Bh:mm:ss [z]","Bh:mm:ss [zzzz]"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TWD","$","新台幣",{AUD:["AU$","$"],BYN:[t,"р."],KRW:["₩","₩"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],TWD:["$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/7900.e10e9ae0be7523af37ee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/7900.e10e9ae0be7523af37ee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/7900.e10e9ae0be7523af37ee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/79008.9ffc61018b673fe9699e.js b/dist/apps/processing-runtime-widget/79008.9ffc61018b673fe9699e.js new file mode 100644 index 0000000..e640914 --- /dev/null +++ b/dist/apps/processing-runtime-widget/79008.9ffc61018b673fe9699e.js @@ -0,0 +1,2 @@ +/*! For license information please see 79008.9ffc61018b673fe9699e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[79008],{79008:function(e,l,t){t.r(l);const u=void 0;l.default=[[["éjfél","dél","reggel","de.","du.","este","éjjel","hajnal"],u,["éjfél","dél","reggel","délelőtt","délután","este","éjjel","hajnal"]],u,["00:00","12:00",["06:00","09:00"],["09:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","04:00"],["04:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79008.9ffc61018b673fe9699e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/79008.9ffc61018b673fe9699e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79008.9ffc61018b673fe9699e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/79167.83243711a0419f76de57.js b/dist/apps/processing-runtime-widget/79167.83243711a0419f76de57.js new file mode 100644 index 0000000..d9bbc64 --- /dev/null +++ b/dist/apps/processing-runtime-widget/79167.83243711a0419f76de57.js @@ -0,0 +1,2 @@ +/*! For license information please see 79167.83243711a0419f76de57.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[79167],{79167:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,["午夜","清晨","上午","中午","下午","晚上","凌晨"]],[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79167.83243711a0419f76de57.js.LICENSE.txt b/dist/apps/processing-runtime-widget/79167.83243711a0419f76de57.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79167.83243711a0419f76de57.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/79298.fc090d5eb5bb43aba7e1.js b/dist/apps/processing-runtime-widget/79298.fc090d5eb5bb43aba7e1.js new file mode 100644 index 0000000..fdb882b --- /dev/null +++ b/dist/apps/processing-runtime-widget/79298.fc090d5eb5bb43aba7e1.js @@ -0,0 +1,2 @@ +/*! For license information please see 79298.fc090d5eb5bb43aba7e1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[79298],{79298:function(e,a,u){u.r(a);const n=void 0;a.default=["en-UG",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"UGX","USh","Ugandan Shilling",{JPY:["JP¥","¥"],UGX:["USh"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79298.fc090d5eb5bb43aba7e1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/79298.fc090d5eb5bb43aba7e1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79298.fc090d5eb5bb43aba7e1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/79682.dd447d0dd9ddbdde8ff8.js b/dist/apps/processing-runtime-widget/79682.dd447d0dd9ddbdde8ff8.js new file mode 100644 index 0000000..c5479bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79682.dd447d0dd9ddbdde8ff8.js @@ -0,0 +1,2 @@ +/*! For license information please see 79682.dd447d0dd9ddbdde8ff8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[79682],{79682:function(s,t,n){n.r(t);const M=void 0;t.default=["si",[["පෙ","ප"],["පෙ.ව.","ප.ව."],M],[["පෙ.ව.","ප.ව."],M,M],[["ඉ","ස","අ","බ","බ්‍ර","සි","සෙ"],["ඉරිදා","සඳුදා","අඟහ","බදාදා","බ්‍රහස්","සිකු","සෙන"],["ඉරිදා","සඳුදා","අඟහරුවාදා","බදාදා","බ්‍රහස්පතින්දා","සිකුරාදා","සෙනසුරාදා"],["ඉරි","සඳු","අඟ","බදා","බ්‍රහ","සිකු","සෙන"]],M,[["ජ","පෙ","මා","අ","මැ","ජූ","ජූ","අ","සැ","ඔ","නෙ","දෙ"],["ජන","පෙබ","මාර්තු","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝ","සැප්","ඔක්","නොවැ","දෙසැ"],["ජනවාරි","පෙබරවාරි","මාර්තු","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"]],[["ජ","පෙ","මා","අ","මැ","ජූ","ජූ","අ","සැ","ඔ","නෙ","දෙ"],["ජන","පෙබ","මාර්","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝ","සැප්","ඔක්","නොවැ","දෙසැ"],["ජනවාරි","පෙබරවාරි","මාර්තු","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"]],[["ක්‍රි.පූ.","ක්‍රි.ව."],M,["ක්‍රිස්තු පූර්ව","ක්‍රිස්තු වර්ෂ"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#"],"LKR","රු.","ශ්‍රී ලංකා රුපියල",{BYN:[M,"р."],JPY:["JP¥","¥"],LKR:["රු."],PHP:[M,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XOF:["සිෆ්එ"]},"ltr",function(s){const t=s,n=Math.floor(Math.abs(s)),M=parseInt(s.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===t||1===t||0===n&&1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79682.dd447d0dd9ddbdde8ff8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/79682.dd447d0dd9ddbdde8ff8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79682.dd447d0dd9ddbdde8ff8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/7985.3dccdaebcd9de43344cd.js b/dist/apps/processing-runtime-widget/7985.3dccdaebcd9de43344cd.js new file mode 100644 index 0000000..eabb4c9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/7985.3dccdaebcd9de43344cd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[7985],{7985:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79892.bdb716b187b7c328dd91.js b/dist/apps/processing-runtime-widget/79892.bdb716b187b7c328dd91.js new file mode 100644 index 0000000..aa6fb7d --- /dev/null +++ b/dist/apps/processing-runtime-widget/79892.bdb716b187b7c328dd91.js @@ -0,0 +1,2 @@ +/*! For license information please see 79892.bdb716b187b7c328dd91.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[79892],{79892:function(u,M,a){a.r(M);const n=void 0;M.default=["sbp",[["Lwamilawu","Pashamihe"],n,n],n,[["M","J","J","J","A","I","J"],["Mul","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Mulungu","Jumatatu","Jumanne","Jumatano","Alahamisi","Ijumaa","Jumamosi"],["Mul","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Mup","Mwi","Msh","Mun","Mag","Muj","Msp","Mpg","Mye","Mok","Mus","Muh"],["Mupalangulwa","Mwitope","Mushende","Munyi","Mushende Magali","Mujimbi","Mushipepo","Mupuguto","Munyense","Mokhu","Musongandembwe","Muhaano"]],n,[["AK","PK"],n,["Ashanali uKilisito","Pamwandi ya Kilisto"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TZS","TSh","Ihela ya Tansaniya",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79892.bdb716b187b7c328dd91.js.LICENSE.txt b/dist/apps/processing-runtime-widget/79892.bdb716b187b7c328dd91.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79892.bdb716b187b7c328dd91.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/79910.71f1e396bde9389adfc8.js b/dist/apps/processing-runtime-widget/79910.71f1e396bde9389adfc8.js new file mode 100644 index 0000000..59421c3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/79910.71f1e396bde9389adfc8.js @@ -0,0 +1,2 @@ +/*! For license information please see 79910.71f1e396bde9389adfc8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[79910],{79910:function(e,s,o){o.r(s);const r=void 0;s.default=["es-US",[["a. m.","p. m."],r,r],r,[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],r,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/y","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,r,r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"USD","$","dólar estadounidense",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],EUR:[r,"€"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],TWD:[r,"NT$"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/79910.71f1e396bde9389adfc8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/79910.71f1e396bde9389adfc8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/79910.71f1e396bde9389adfc8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80160.331ddaab67c76db5324c.js b/dist/apps/processing-runtime-widget/80160.331ddaab67c76db5324c.js new file mode 100644 index 0000000..dfbef4b --- /dev/null +++ b/dist/apps/processing-runtime-widget/80160.331ddaab67c76db5324c.js @@ -0,0 +1,2 @@ +/*! For license information please see 80160.331ddaab67c76db5324c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80160],{80160:function(s,m,t){t.r(m);const n=void 0;m.default=["nnh",[["mbaʼámbaʼ","ncwònzém"],n,n],n,[["S","M","T","W","T","F","S"],["lyɛʼɛ́ sẅíŋtè","mvfò lyɛ̌ʼ","mbɔ́ɔntè mvfò lyɛ̌ʼ","tsètsɛ̀ɛ lyɛ̌ʼ","mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ","mvfò màga lyɛ̌ʼ","màga lyɛ̌ʼ"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["saŋ tsetsɛ̀ɛ lùm","saŋ kàg ngwóŋ","saŋ lepyè shúm","saŋ cÿó","saŋ tsɛ̀ɛ cÿó","saŋ njÿoláʼ","saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ","saŋ mbʉ̀ŋ","saŋ ngwɔ̀ʼ mbÿɛ","saŋ tàŋa tsetsáʼ","saŋ mejwoŋó","saŋ lùm"],n],n,[["m.z.Y.","m.g.n.Y."],n,["mé zyé Yěsô","mé gÿo ńzyé Yěsô"]],1,[6,0],["dd/MM/yy","d MMM, y","'lyɛ'̌ʼ d 'na' MMMM, y","EEEE , 'lyɛ'̌ʼ d 'na' MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,"{1}, {0}","{1},{0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XAF","FCFA","feláŋ CFA",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80160.331ddaab67c76db5324c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80160.331ddaab67c76db5324c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80160.331ddaab67c76db5324c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80203.da17bf86917d3b67970a.js b/dist/apps/processing-runtime-widget/80203.da17bf86917d3b67970a.js new file mode 100644 index 0000000..6168098 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80203.da17bf86917d3b67970a.js @@ -0,0 +1,2 @@ +/*! For license information please see 80203.da17bf86917d3b67970a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80203],{80203:function(r,a,u){u.r(a);const t=void 0;a.default=["mt",[["am","pm"],["AM","PM"],t],t,[["Ħd","T","Tl","Er","Ħm","Ġm","Sb"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"]],[["Ħd","Tn","Tl","Er","Ħm","Ġm","Sb"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"]],[["J","F","M","A","M","Ġ","L","A","S","O","N","D"],["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"],["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"]],[["Jn","Fr","Mz","Ap","Mj","Ġn","Lj","Aw","St","Ob","Nv","Dċ"],["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"],["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"]],[["QK","WK"],t,["Qabel Kristu","Wara Kristu"]],0,[6,0],["dd/MM/y","dd MMM y","d 'ta'’ MMMM y","EEEE, d 'ta'’ MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"EUR","€","ewro",{BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],USD:["US$","$"]},"ltr",function(r){const a=r;return 1===a?1:0===a||a%100===Math.floor(a%100)&&a%100>=2&&a%100<=10?3:a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80203.da17bf86917d3b67970a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80203.da17bf86917d3b67970a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80203.da17bf86917d3b67970a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80224.95dddf9d99dd7711cd3b.js b/dist/apps/processing-runtime-widget/80224.95dddf9d99dd7711cd3b.js new file mode 100644 index 0000000..7b48e94 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80224.95dddf9d99dd7711cd3b.js @@ -0,0 +1,2 @@ +/*! For license information please see 80224.95dddf9d99dd7711cd3b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80224],{80224:function(s,u,M){M.r(u);const c=void 0;u.default=["brx",[["फुं","बेलासे"],c,c],c,[["र","स","मं","बु","बि","सु","सु"],["रबि","सम","मंगल","बुध","बिस्थि","सुखुर","सुनि"],["रबिबार","समबार","मंगलबार","बुधबार","बिस्थिबार","सुखुरबार","सुनिबार"],["रबि","सम","मंगल","बुध","बिस्थि","सुखुर","सुनि"]],c,[["ज","फ","म","ए","म","ज","ज","आ","स","अ","न","ड"],["जान","फेब","मार्च","एप्रि","मे","जुन","जुल","आग","सेप","अक्ट’","नवे","डिसे"],["जानुवारी","फेब्रूवारी","मार्च","एप्रिल","मे","जुन","जुलाई","आगष्ट","सेप्थेम्बर","अक्ट’बर","नवेम्बर","डिसेम्बर"]],c,[["बि.सि.","ए.दि"],c,c],0,[0,0],["y-MM-dd","MMM d, y","MMMM d, y","y MMMM d, EEEE"],["a नि h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",c,"{1} नि {0} याव",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"INR","₹","भारतनि रुपी",{CNY:["सिएन¥","¥"],JPY:["JP¥","¥"],RUB:["रूब","₽"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80224.95dddf9d99dd7711cd3b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80224.95dddf9d99dd7711cd3b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80224.95dddf9d99dd7711cd3b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80229.da9965034068f29ef8ee.js b/dist/apps/processing-runtime-widget/80229.da9965034068f29ef8ee.js new file mode 100644 index 0000000..995ea5e --- /dev/null +++ b/dist/apps/processing-runtime-widget/80229.da9965034068f29ef8ee.js @@ -0,0 +1,2 @@ +/*! For license information please see 80229.da9965034068f29ef8ee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80229],{80229:function(a,n,i){i.r(n);const l=void 0;n.default=["kde",[["Muhi","Chilo"],l,l],l,[["2","3","4","5","6","7","1"],["Ll2","Ll3","Ll4","Ll5","Ll6","Ll7","Ll1"],["Liduva lyapili","Liduva lyatatu","Liduva lyanchechi","Liduva lyannyano","Liduva lyannyano na linji","Liduva lyannyano na mavili","Liduva litandi"],["Ll2","Ll3","Ll4","Ll5","Ll6","Ll7","Ll1"]],l,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Mwedi Ntandi","Mwedi wa Pili","Mwedi wa Tatu","Mwedi wa Nchechi","Mwedi wa Nnyano","Mwedi wa Nnyano na Umo","Mwedi wa Nnyano na Mivili","Mwedi wa Nnyano na Mitatu","Mwedi wa Nnyano na Nchechi","Mwedi wa Nnyano na Nnyano","Mwedi wa Nnyano na Nnyano na U","Mwedi wa Nnyano na Nnyano na M"]],l,[["AY","NY"],l,["Akanapawa Yesu","Nankuida Yesu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",l,l,l],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TZS","TSh","Shilingi ya Tanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80229.da9965034068f29ef8ee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80229.da9965034068f29ef8ee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80229.da9965034068f29ef8ee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80279.9be762f021c1701621b5.js b/dist/apps/processing-runtime-widget/80279.9be762f021c1701621b5.js new file mode 100644 index 0000000..59f5ddf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80279.9be762f021c1701621b5.js @@ -0,0 +1,2 @@ +/*! For license information please see 80279.9be762f021c1701621b5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80279],{80279:function(a,s,u){u.r(s);const e=void 0;s.default=["sc",[["m.","b."],["AM","PM"],e],[["AM","PM"],e,e],[["D","L","M","M","G","C","S"],["dom","lun","mar","mèr","giò","che","sàb"],["domìniga","lunis","martis","mèrcuris","giòbia","chenàbura","sàbadu"],["dom","lun","mar","mèr","giò","che","sàb"]],e,[["G","F","M","A","M","L","T","A","C","S","S","N"],["ghe","fre","mar","abr","maj","làm","trì","aus","cab","stG","stA","nad"],["ghennàrgiu","freàrgiu","martzu","abrile","maju","làmpadas","trìulas","austu","cabudanni","santugaine","santandria","nadale"]],e,[["a.C.","p.C."],e,["in antis de Cristu","a pustis de Cristu"]],1,[6,0],["dd/MM/y","d 'de' MMM y","d 'de' MMMM 'de' 'su' y","d 'de' MMMM 'de' 'su' y, 'de' EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",e,"{1} 'a' 'sas' {0}",e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","èuro",{JPY:["JP¥","¥"],USD:["US$","$"],XDR:["DIP"]},"ltr",function(a){const s=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80279.9be762f021c1701621b5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80279.9be762f021c1701621b5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80279.9be762f021c1701621b5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80282.ec41b6d5a72f1902c4df.js b/dist/apps/processing-runtime-widget/80282.ec41b6d5a72f1902c4df.js new file mode 100644 index 0000000..fc15f75 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80282.ec41b6d5a72f1902c4df.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80282],{80282:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8031.334391d532ac73f62a03.js b/dist/apps/processing-runtime-widget/8031.334391d532ac73f62a03.js new file mode 100644 index 0000000..56aaec1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8031.334391d532ac73f62a03.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8031],{8031:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80394.d63fee27647b9eb5d911.js b/dist/apps/processing-runtime-widget/80394.d63fee27647b9eb5d911.js new file mode 100644 index 0000000..5a553ca --- /dev/null +++ b/dist/apps/processing-runtime-widget/80394.d63fee27647b9eb5d911.js @@ -0,0 +1,2 @@ +/*! For license information please see 80394.d63fee27647b9eb5d911.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80394],{80394:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80394.d63fee27647b9eb5d911.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80394.d63fee27647b9eb5d911.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80394.d63fee27647b9eb5d911.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80401.24e23c5b35bbb42061e4.js b/dist/apps/processing-runtime-widget/80401.24e23c5b35bbb42061e4.js new file mode 100644 index 0000000..6e83898 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80401.24e23c5b35bbb42061e4.js @@ -0,0 +1,2 @@ +/*! For license information please see 80401.24e23c5b35bbb42061e4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80401],{80401:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80401.24e23c5b35bbb42061e4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80401.24e23c5b35bbb42061e4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80401.24e23c5b35bbb42061e4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80409.eb84322916682319f82a.js b/dist/apps/processing-runtime-widget/80409.eb84322916682319f82a.js new file mode 100644 index 0000000..69fa45b --- /dev/null +++ b/dist/apps/processing-runtime-widget/80409.eb84322916682319f82a.js @@ -0,0 +1,2 @@ +/*! For license information please see 80409.eb84322916682319f82a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80409],{80409:function(e,a,u){u.r(a);const r=void 0;a.default=["en-NF",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80409.eb84322916682319f82a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80409.eb84322916682319f82a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80409.eb84322916682319f82a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80500.eee3bf8a4d237f36f03f.js b/dist/apps/processing-runtime-widget/80500.eee3bf8a4d237f36f03f.js new file mode 100644 index 0000000..0c8b112 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80500.eee3bf8a4d237f36f03f.js @@ -0,0 +1,2 @@ +/*! For license information please see 80500.eee3bf8a4d237f36f03f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80500],{80500:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80500.eee3bf8a4d237f36f03f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80500.eee3bf8a4d237f36f03f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80500.eee3bf8a4d237f36f03f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80505.0907aa92b5287e1dec6d.js b/dist/apps/processing-runtime-widget/80505.0907aa92b5287e1dec6d.js new file mode 100644 index 0000000..86293c9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80505.0907aa92b5287e1dec6d.js @@ -0,0 +1,2 @@ +/*! For license information please see 80505.0907aa92b5287e1dec6d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80505],{80505:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80505.0907aa92b5287e1dec6d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80505.0907aa92b5287e1dec6d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80505.0907aa92b5287e1dec6d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80509.d94df5deb4cd0dd1d5cb.js b/dist/apps/processing-runtime-widget/80509.d94df5deb4cd0dd1d5cb.js new file mode 100644 index 0000000..93dfdeb --- /dev/null +++ b/dist/apps/processing-runtime-widget/80509.d94df5deb4cd0dd1d5cb.js @@ -0,0 +1,2 @@ +/*! For license information please see 80509.d94df5deb4cd0dd1d5cb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80509],{80509:function(D,$,M){M.r($);const B=void 0;$.default=["ar-EG",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"EGP","ج.م.‏","جنيه مصري",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80509.d94df5deb4cd0dd1d5cb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80509.d94df5deb4cd0dd1d5cb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80509.d94df5deb4cd0dd1d5cb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80570.3315665d602e099a51e8.js b/dist/apps/processing-runtime-widget/80570.3315665d602e099a51e8.js new file mode 100644 index 0000000..59758ac --- /dev/null +++ b/dist/apps/processing-runtime-widget/80570.3315665d602e099a51e8.js @@ -0,0 +1,2 @@ +/*! For license information please see 80570.3315665d602e099a51e8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80570],{80570:function(t,s,e){e.r(s);const n=void 0;s.default=["mk",[["претпл.","попл."],n,["претпладне","попладне"]],n,[["н","п","в","с","ч","п","с"],["нед.","пон.","вто.","сре.","чет.","пет.","саб."],["недела","понеделник","вторник","среда","четврток","петок","сабота"],["нед.","пон.","вто.","сре.","чет.","пет.","саб."]],n,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан.","фев.","мар.","апр.","мај","јун.","јул.","авг.","септ.","окт.","ноем.","дек."],["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"]],n,[["п.н.е.","н.е."],n,["пред нашата ера","од нашата ера"]],1,[6,0],["d.M.yy","d.M.y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, 'во' {0}",n,n,n],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MKD","ден.","Македонски денар",{AUD:[n,"$"],BYN:[n,"р."],CNY:[n,"¥"],GBP:[n,"£"],HKD:[n,"$"],ILS:[n,"₪"],INR:[n,"₹"],JPY:[n,"¥"],KRW:[n,"₩"],MKD:["ден."],NZD:[n,"$"],PHP:[n,"₱"],TWD:[n,"NT$"],USD:["US$","$"],VND:[n,"₫"]},"ltr",function(t){const s=Math.floor(Math.abs(t)),e=t.toString().replace(/^[^.]*\.?/,"").length,n=parseInt(t.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===e&&s%10==1&&s%100!=11||n%10==1&&n%100!=11?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80570.3315665d602e099a51e8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80570.3315665d602e099a51e8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80570.3315665d602e099a51e8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80779.3e036c8dcf42e7b09ab3.js b/dist/apps/processing-runtime-widget/80779.3e036c8dcf42e7b09ab3.js new file mode 100644 index 0000000..67e5cf9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80779.3e036c8dcf42e7b09ab3.js @@ -0,0 +1,2 @@ +/*! For license information please see 80779.3e036c8dcf42e7b09ab3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80779],{80779:function(u,m,s){s.r(m);const p=void 0;m.default=["yrl-CO",[["a. m.","p. m."],p,p],p,[["M","M","M","M","S","Y","S"],["mit","mur","mmk","mms","sup","yuk","sau"],["mituú","murakipí","murakí-mukũi","murakí-musapíri","supapá","yukuakú","saurú"],["mit","mur","mmk","mms","sup","yuk","sau"]],p,[["Y","M","M","I","P","P","P","P","P","Y","Y","Y"],["ye","mk","ms","id","pu","py","pm","ps","pi","yp","yy","ym"],["yepé","mukũi","musapíri","irũdí","pú","pú-yepé","pú-mukũi","pú-musapíri","pú-irũdí","yepé-putimaã","yepé-yepé","yepé-mukũi"]],p,[["K.s.","K.a."],p,["Kiristu senũdé","Kiristu ariré"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",p,p,p],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"COP","$","Peso Kurũbiyawara",{AUD:["AU$","$"],BOB:["BUB","Bs"],BYN:[p,"p."],COP:["$","COP"],JPY:["JP¥","¥"],PHP:[p,"₱"],PTE:["Esc."],RON:[p,"L"],SCR:["SCRu"],SYP:[p,"S£"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],VES:["Bs.S","VES"],XAF:["FCF"],XOF:["CFA"],XPF:["CFP"],ZMW:[p,"Zk"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80779.3e036c8dcf42e7b09ab3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80779.3e036c8dcf42e7b09ab3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80779.3e036c8dcf42e7b09ab3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80780.d5ad6c1e5f4c58423a91.js b/dist/apps/processing-runtime-widget/80780.d5ad6c1e5f4c58423a91.js new file mode 100644 index 0000000..13e69b8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80780.d5ad6c1e5f4c58423a91.js @@ -0,0 +1,2 @@ +/*! For license information please see 80780.d5ad6c1e5f4c58423a91.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80780],{80780:function(u,c,i){i.r(c);const e=void 0;c.default=[[["午夜","早上","上午","中午","下午","晚上","凌晨"],e,e],e,["00:00",["05:00","08:00"],["08:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80780.d5ad6c1e5f4c58423a91.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80780.d5ad6c1e5f4c58423a91.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80780.d5ad6c1e5f4c58423a91.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80881.63bef8b60799b9c39fd3.js b/dist/apps/processing-runtime-widget/80881.63bef8b60799b9c39fd3.js new file mode 100644 index 0000000..bdc9fc6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/80881.63bef8b60799b9c39fd3.js @@ -0,0 +1,2 @@ +/*! For license information please see 80881.63bef8b60799b9c39fd3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80881],{80881:function(u,M,s){s.r(M);const n=void 0;M.default=["mzn",[["AM","PM"],n,n],n,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"],n],n,[["پ.م","م."],n,["قبل میلاد","بعد میلاد"]],6,[5,5],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IRR","IRR","ایران ریال",{BYN:[n,"р."],JPY:["JP¥","¥"],PHP:[n,"₱"]},"rtl",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/80881.63bef8b60799b9c39fd3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/80881.63bef8b60799b9c39fd3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/80881.63bef8b60799b9c39fd3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/80911.2e594b2fd773a9dc1b42.js b/dist/apps/processing-runtime-widget/80911.2e594b2fd773a9dc1b42.js new file mode 100644 index 0000000..bf5e6af --- /dev/null +++ b/dist/apps/processing-runtime-widget/80911.2e594b2fd773a9dc1b42.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[80911],{80911:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8097.ba624b17f9fa823af180.js b/dist/apps/processing-runtime-widget/8097.ba624b17f9fa823af180.js new file mode 100644 index 0000000..4ffd676 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8097.ba624b17f9fa823af180.js @@ -0,0 +1,2 @@ +/*! For license information please see 8097.ba624b17f9fa823af180.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8097],{8097:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8097.ba624b17f9fa823af180.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8097.ba624b17f9fa823af180.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8097.ba624b17f9fa823af180.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/81.a1c024e49011b656028a.js b/dist/apps/processing-runtime-widget/81.a1c024e49011b656028a.js new file mode 100644 index 0000000..b236036 --- /dev/null +++ b/dist/apps/processing-runtime-widget/81.a1c024e49011b656028a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81],{81:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81249.04c078fe7e6df73301b6.js b/dist/apps/processing-runtime-widget/81249.04c078fe7e6df73301b6.js new file mode 100644 index 0000000..0f51c61 --- /dev/null +++ b/dist/apps/processing-runtime-widget/81249.04c078fe7e6df73301b6.js @@ -0,0 +1 @@ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81249],{39593:function(e,t,r){"use strict";const s=r(34411),n=Symbol("max"),i=Symbol("length"),o=Symbol("lengthCalculator"),a=Symbol("allowStale"),l=Symbol("maxAge"),h=Symbol("dispose"),u=Symbol("noDisposeOnSet"),p=Symbol("lruList"),c=Symbol("cache"),f=Symbol("updateAgeOnGet"),E=()=>1;const m=(e,t,r)=>{const s=e[c].get(t);if(s){const t=s.value;if(v(e,t)){if(g(e,s),!e[a])return}else r&&(e[f]&&(s.value.now=Date.now()),e[p].unshiftNode(s));return t.value}},v=(e,t)=>{if(!t||!t.maxAge&&!e[l])return!1;const r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[l]&&r>e[l]},$=e=>{if(e[i]>e[n])for(let t=e[p].tail;e[i]>e[n]&&null!==t;){const r=t.prev;g(e,t),t=r}},g=(e,t)=>{if(t){const r=t.value;e[h]&&e[h](r.key,r.value),e[i]-=r.length,e[c].delete(r.key),e[p].removeNode(t)}};class I{constructor(e,t,r,s,n){this.key=e,this.value=t,this.length=r,this.now=s,this.maxAge=n||0}}const R=(e,t,r,s)=>{let n=r.value;v(e,n)&&(g(e,r),e[a]||(n=void 0)),n&&t.call(s,n.value,n.key,e)};e.exports=class{constructor(e){if("number"==typeof e&&(e={max:e}),e||(e={}),e.max&&("number"!=typeof e.max||e.max<0))throw new TypeError("max must be a non-negative number");this[n]=e.max||1/0;const t=e.length||E;if(this[o]="function"!=typeof t?E:t,this[a]=e.stale||!1,e.maxAge&&"number"!=typeof e.maxAge)throw new TypeError("maxAge must be a number");this[l]=e.maxAge||0,this[h]=e.dispose,this[u]=e.noDisposeOnSet||!1,this[f]=e.updateAgeOnGet||!1,this.reset()}set max(e){if("number"!=typeof e||e<0)throw new TypeError("max must be a non-negative number");this[n]=e||1/0,$(this)}get max(){return this[n]}set allowStale(e){this[a]=!!e}get allowStale(){return this[a]}set maxAge(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[l]=e,$(this)}get maxAge(){return this[l]}set lengthCalculator(e){"function"!=typeof e&&(e=E),e!==this[o]&&(this[o]=e,this[i]=0,this[p].forEach((e=>{e.length=this[o](e.value,e.key),this[i]+=e.length}))),$(this)}get lengthCalculator(){return this[o]}get length(){return this[i]}get itemCount(){return this[p].length}rforEach(e,t){t=t||this;for(let r=this[p].tail;null!==r;){const s=r.prev;R(this,e,r,t),r=s}}forEach(e,t){t=t||this;for(let r=this[p].head;null!==r;){const s=r.next;R(this,e,r,t),r=s}}keys(){return this[p].toArray().map((e=>e.key))}values(){return this[p].toArray().map((e=>e.value))}reset(){this[h]&&this[p]&&this[p].length&&this[p].forEach((e=>this[h](e.key,e.value))),this[c]=new Map,this[p]=new s,this[i]=0}dump(){return this[p].map((e=>!v(this,e)&&{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[p]}set(e,t,r){if((r=r||this[l])&&"number"!=typeof r)throw new TypeError("maxAge must be a number");const s=r?Date.now():0,a=this[o](t,e);if(this[c].has(e)){if(a>this[n])return g(this,this[c].get(e)),!1;const o=this[c].get(e).value;return this[h]&&(this[u]||this[h](e,o.value)),o.now=s,o.maxAge=r,o.value=t,this[i]+=a-o.length,o.length=a,this.get(e),$(this),!0}const f=new I(e,t,a,s,r);return f.length>this[n]?(this[h]&&this[h](e,t),!1):(this[i]+=f.length,this[p].unshift(f),this[c].set(e,this[p].head),$(this),!0)}has(e){if(!this[c].has(e))return!1;const t=this[c].get(e).value;return!v(this,t)}get(e){return m(this,e,!0)}peek(e){return m(this,e,!1)}pop(){const e=this[p].tail;return e?(g(this,e),e.value):null}del(e){g(this,this[c].get(e))}load(e){this.reset();const t=Date.now();for(let r=e.length-1;r>=0;r--){const s=e[r],n=s.e||0;if(0===n)this.set(s.k,s.v);else{const e=n-t;e>0&&this.set(s.k,s.v,e)}}}prune(){this[c].forEach(((e,t)=>m(this,t,!1)))}}},22257:function(e,t,r){const s=Symbol("SemVer ANY");class n{static get ANY(){return s}constructor(e,t){if(t=i(t),e instanceof n){if(e.loose===!!t.loose)return e;e=e.value}h("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===s?this.value="":this.value=this.operator+this.semver.version,h("comp",this)}parse(e){const t=this.options.loose?o[a.COMPARATORLOOSE]:o[a.COMPARATOR],r=e.match(t);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==r[1]?r[1]:"","="===this.operator&&(this.operator=""),r[2]?this.semver=new u(r[2],this.options.loose):this.semver=s}toString(){return this.value}test(e){if(h("Comparator.test",e,this.options.loose),this.semver===s||e===s)return!0;if("string"==typeof e)try{e=new u(e,this.options)}catch(e){return!1}return l(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator is required");if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||new p(e.value,t).test(this.value);if(""===e.operator)return""===e.value||new p(this.value,t).test(e.semver);const r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),s=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),i=this.semver.version===e.semver.version,o=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=l(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),h=l(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return r||s||i&&o||a||h}}e.exports=n;const i=r(12893),{re:o,t:a}=r(55765),l=r(7539),h=r(74225),u=r(26376),p=r(66902)},66902:function(e,t,r){class s{constructor(e,t){if(t=i(t),e instanceof s)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new s(e.raw,t);if(e instanceof o)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${e}`);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!E(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&m(e[0])){this.set=[e];break}}this.format()}format(){return this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();const t=`parseRange:${Object.keys(this.options).join(",")}:${e}`,r=n.get(t);if(r)return r;const s=this.options.loose,i=s?h[u.HYPHENRANGELOOSE]:h[u.HYPHENRANGE];e=e.replace(i,T(this.options.includePrerelease)),a("hyphen replace",e),e=e.replace(h[u.COMPARATORTRIM],p),a("comparator trim",e);let l=(e=(e=(e=e.replace(h[u.TILDETRIM],c)).replace(h[u.CARETTRIM],f)).split(/\s+/).join(" ")).split(" ").map((e=>$(e,this.options))).join(" ").split(/\s+/).map((e=>L(e,this.options)));s&&(l=l.filter((e=>(a("loose invalid filter",e,this.options),!!e.match(h[u.COMPARATORLOOSE]))))),a("range list",l);const m=new Map,v=l.map((e=>new o(e,this.options)));for(const e of v){if(E(e))return[e];m.set(e.value,e)}m.size>1&&m.has("")&&m.delete("");const g=[...m.values()];return n.set(t,g),g}intersects(e,t){if(!(e instanceof s))throw new TypeError("a Range is required");return this.set.some((r=>v(r,t)&&e.set.some((e=>v(e,t)&&r.every((r=>e.every((e=>r.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new l(e,this.options)}catch(e){return!1}for(let t=0;t"<0.0.0-0"===e.value,m=e=>""===e.value,v=(e,t)=>{let r=!0;const s=e.slice();let n=s.pop();for(;r&&s.length;)r=s.every((e=>n.intersects(e,t))),n=s.pop();return r},$=(e,t)=>(a("comp",e,t),e=d(e,t),a("caret",e),e=I(e,t),a("tildes",e),e=w(e,t),a("xrange",e),e=O(e,t),a("stars",e),e),g=e=>!e||"x"===e.toLowerCase()||"*"===e,I=(e,t)=>e.trim().split(/\s+/).map((e=>R(e,t))).join(" "),R=(e,t)=>{const r=t.loose?h[u.TILDELOOSE]:h[u.TILDE];return e.replace(r,((t,r,s,n,i)=>{let o;return a("tilde",e,t,r,s,n,i),g(r)?o="":g(s)?o=`>=${r}.0.0 <${+r+1}.0.0-0`:g(n)?o=`>=${r}.${s}.0 <${r}.${+s+1}.0-0`:i?(a("replaceTilde pr",i),o=`>=${r}.${s}.${n}-${i} <${r}.${+s+1}.0-0`):o=`>=${r}.${s}.${n} <${r}.${+s+1}.0-0`,a("tilde return",o),o}))},d=(e,t)=>e.trim().split(/\s+/).map((e=>N(e,t))).join(" "),N=(e,t)=>{a("caret",e,t);const r=t.loose?h[u.CARETLOOSE]:h[u.CARET],s=t.includePrerelease?"-0":"";return e.replace(r,((t,r,n,i,o)=>{let l;return a("caret",e,t,r,n,i,o),g(r)?l="":g(n)?l=`>=${r}.0.0${s} <${+r+1}.0.0-0`:g(i)?l="0"===r?`>=${r}.${n}.0${s} <${r}.${+n+1}.0-0`:`>=${r}.${n}.0${s} <${+r+1}.0.0-0`:o?(a("replaceCaret pr",o),l="0"===r?"0"===n?`>=${r}.${n}.${i}-${o} <${r}.${n}.${+i+1}-0`:`>=${r}.${n}.${i}-${o} <${r}.${+n+1}.0-0`:`>=${r}.${n}.${i}-${o} <${+r+1}.0.0-0`):(a("no pr"),l="0"===r?"0"===n?`>=${r}.${n}.${i}${s} <${r}.${n}.${+i+1}-0`:`>=${r}.${n}.${i}${s} <${r}.${+n+1}.0-0`:`>=${r}.${n}.${i} <${+r+1}.0.0-0`),a("caret return",l),l}))},w=(e,t)=>(a("replaceXRanges",e,t),e.split(/\s+/).map((e=>A(e,t))).join(" ")),A=(e,t)=>{e=e.trim();const r=t.loose?h[u.XRANGELOOSE]:h[u.XRANGE];return e.replace(r,((r,s,n,i,o,l)=>{a("xRange",e,r,s,n,i,o,l);const h=g(n),u=h||g(i),p=u||g(o),c=p;return"="===s&&c&&(s=""),l=t.includePrerelease?"-0":"",h?r=">"===s||"<"===s?"<0.0.0-0":"*":s&&c?(u&&(i=0),o=0,">"===s?(s=">=",u?(n=+n+1,i=0,o=0):(i=+i+1,o=0)):"<="===s&&(s="<",u?n=+n+1:i=+i+1),"<"===s&&(l="-0"),r=`${s+n}.${i}.${o}${l}`):u?r=`>=${n}.0.0${l} <${+n+1}.0.0-0`:p&&(r=`>=${n}.${i}.0${l} <${n}.${+i+1}.0-0`),a("xRange return",r),r}))},O=(e,t)=>(a("replaceStars",e,t),e.trim().replace(h[u.STAR],"")),L=(e,t)=>(a("replaceGTE0",e,t),e.trim().replace(h[t.includePrerelease?u.GTE0PRE:u.GTE0],"")),T=e=>(t,r,s,n,i,o,a,l,h,u,p,c,f)=>`${r=g(s)?"":g(n)?`>=${s}.0.0${e?"-0":""}`:g(i)?`>=${s}.${n}.0${e?"-0":""}`:o?`>=${r}`:`>=${r}${e?"-0":""}`} ${l=g(h)?"":g(u)?`<${+h+1}.0.0-0`:g(p)?`<${h}.${+u+1}.0-0`:c?`<=${h}.${u}.${p}-${c}`:e?`<${h}.${u}.${+p+1}-0`:`<=${l}`}`.trim(),y=(e,t,r)=>{for(let r=0;r0){const s=e[r].semver;if(s.major===t.major&&s.minor===t.minor&&s.patch===t.patch)return!0}return!1}return!0}},26376:function(e,t,r){const s=r(74225),{MAX_LENGTH:n,MAX_SAFE_INTEGER:i}=r(83295),{re:o,t:a}=r(55765),l=r(12893),{compareIdentifiers:h}=r(86742);class u{constructor(e,t){if(t=l(t),e instanceof u){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>n)throw new TypeError(`version is longer than ${n} characters`);s("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?o[a.LOOSE]:o[a.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(0===h(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}}e.exports=u},13507:function(e,t,r){const s=r(33959);e.exports=(e,t)=>{const r=s(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null}},7539:function(e,t,r){const s=r(58718),n=r(81194),i=r(71312),o=r(25903),a=r(21544),l=r(12056);e.exports=(e,t,r,h)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return s(e,r,h);case"!=":return n(e,r,h);case">":return i(e,r,h);case">=":return o(e,r,h);case"<":return a(e,r,h);case"<=":return l(e,r,h);default:throw new TypeError(`Invalid operator: ${t}`)}}},99038:function(e,t,r){const s=r(26376),n=r(33959),{re:i,t:o}=r(55765);e.exports=(e,t)=>{if(e instanceof s)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let r=null;if((t=t||{}).rtl){let t;for(;(t=i[o.COERCERTL].exec(e))&&(!r||r.index+r[0].length!==e.length);)r&&t.index+t[0].length===r.index+r[0].length||(r=t),i[o.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;i[o.COERCERTL].lastIndex=-1}else r=e.match(i[o.COERCE]);return null===r?null:n(`${r[2]}.${r[3]||"0"}.${r[4]||"0"}`,t)}},88880:function(e,t,r){const s=r(26376);e.exports=(e,t,r)=>{const n=new s(e,r),i=new s(t,r);return n.compare(i)||n.compareBuild(i)}},27880:function(e,t,r){const s=r(46269);e.exports=(e,t)=>s(e,t,!0)},46269:function(e,t,r){const s=r(26376);e.exports=(e,t,r)=>new s(e,r).compare(new s(t,r))},38419:function(e,t,r){const s=r(33959),n=r(58718);e.exports=(e,t)=>{if(n(e,t))return null;{const r=s(e),n=s(t),i=r.prerelease.length||n.prerelease.length,o=i?"pre":"",a=i?"prerelease":"";for(const e in r)if(("major"===e||"minor"===e||"patch"===e)&&r[e]!==n[e])return o+e;return a}}},58718:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>0===s(e,t,r)},71312:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>s(e,t,r)>0},25903:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>s(e,t,r)>=0},20253:function(e,t,r){const s=r(26376);e.exports=(e,t,r,n)=>{"string"==typeof r&&(n=r,r=void 0);try{return new s(e instanceof s?e.version:e,r).inc(t,n).version}catch(e){return null}}},21544:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>s(e,t,r)<0},12056:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>s(e,t,r)<=0},38679:function(e,t,r){const s=r(26376);e.exports=(e,t)=>new s(e,t).major},87789:function(e,t,r){const s=r(26376);e.exports=(e,t)=>new s(e,t).minor},81194:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>0!==s(e,t,r)},33959:function(e,t,r){const{MAX_LENGTH:s}=r(83295),{re:n,t:i}=r(55765),o=r(26376),a=r(12893);e.exports=(e,t)=>{if(t=a(t),e instanceof o)return e;if("string"!=typeof e)return null;if(e.length>s)return null;if(!(t.loose?n[i.LOOSE]:n[i.FULL]).test(e))return null;try{return new o(e,t)}catch(e){return null}}},52358:function(e,t,r){const s=r(26376);e.exports=(e,t)=>new s(e,t).patch},57559:function(e,t,r){const s=r(33959);e.exports=(e,t)=>{const r=s(e,t);return r&&r.prerelease.length?r.prerelease:null}},79795:function(e,t,r){const s=r(46269);e.exports=(e,t,r)=>s(t,e,r)},63657:function(e,t,r){const s=r(88880);e.exports=(e,t)=>e.sort(((e,r)=>s(r,e,t)))},45712:function(e,t,r){const s=r(66902);e.exports=(e,t,r)=>{try{t=new s(t,r)}catch(e){return!1}return t.test(e)}},21100:function(e,t,r){const s=r(88880);e.exports=(e,t)=>e.sort(((e,r)=>s(e,r,t)))},76397:function(e,t,r){const s=r(33959);e.exports=(e,t)=>{const r=s(e,t);return r?r.version:null}},81249:function(e,t,r){const s=r(55765),n=r(83295),i=r(26376),o=r(86742),a=r(33959),l=r(76397),h=r(13507),u=r(20253),p=r(38419),c=r(38679),f=r(87789),E=r(52358),m=r(57559),v=r(46269),$=r(79795),g=r(27880),I=r(88880),R=r(21100),d=r(63657),N=r(71312),w=r(21544),A=r(58718),O=r(81194),L=r(25903),T=r(12056),y=r(7539),x=r(99038),S=r(22257),P=r(66902),C=r(45712),b=r(51042),D=r(85775),G=r(71657),M=r(95316),F=r(89042),j=r(6826),X=r(97606),k=r(50032),U=r(82937),_=r(17908),V=r(50799);e.exports={parse:a,valid:l,clean:h,inc:u,diff:p,major:c,minor:f,patch:E,prerelease:m,compare:v,rcompare:$,compareLoose:g,compareBuild:I,sort:R,rsort:d,gt:N,lt:w,eq:A,neq:O,gte:L,lte:T,cmp:y,coerce:x,Comparator:S,Range:P,satisfies:C,toComparators:b,maxSatisfying:D,minSatisfying:G,minVersion:M,validRange:F,outside:j,gtr:X,ltr:k,intersects:U,simplifyRange:_,subset:V,SemVer:i,re:s.re,src:s.src,tokens:s.t,SEMVER_SPEC_VERSION:n.SEMVER_SPEC_VERSION,compareIdentifiers:o.compareIdentifiers,rcompareIdentifiers:o.rcompareIdentifiers}},83295:function(e){const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:t,MAX_SAFE_COMPONENT_LENGTH:16}},74225:function(e){const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},86742:function(e){const t=/^[0-9]+$/,r=(e,r)=>{const s=t.test(e),n=t.test(r);return s&&n&&(e=+e,r=+r),e===r?0:s&&!n?-1:n&&!s?1:er(t,e)}},12893:function(e){const t=["includePrerelease","loose","rtl"];e.exports=e=>e?"object"!=typeof e?{loose:!0}:t.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}},55765:function(e,t,r){const{MAX_SAFE_COMPONENT_LENGTH:s}=r(83295),n=r(74225),i=(t=e.exports={}).re=[],o=t.src=[],a=t.t={};let l=0;const h=(e,t,r)=>{const s=l++;n(e,s,t),a[e]=s,o[s]=t,i[s]=new RegExp(t,r?"g":void 0)};h("NUMERICIDENTIFIER","0|[1-9]\\d*"),h("NUMERICIDENTIFIERLOOSE","[0-9]+"),h("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),h("MAINVERSION",`(${o[a.NUMERICIDENTIFIER]})\\.(${o[a.NUMERICIDENTIFIER]})\\.(${o[a.NUMERICIDENTIFIER]})`),h("MAINVERSIONLOOSE",`(${o[a.NUMERICIDENTIFIERLOOSE]})\\.(${o[a.NUMERICIDENTIFIERLOOSE]})\\.(${o[a.NUMERICIDENTIFIERLOOSE]})`),h("PRERELEASEIDENTIFIER",`(?:${o[a.NUMERICIDENTIFIER]}|${o[a.NONNUMERICIDENTIFIER]})`),h("PRERELEASEIDENTIFIERLOOSE",`(?:${o[a.NUMERICIDENTIFIERLOOSE]}|${o[a.NONNUMERICIDENTIFIER]})`),h("PRERELEASE",`(?:-(${o[a.PRERELEASEIDENTIFIER]}(?:\\.${o[a.PRERELEASEIDENTIFIER]})*))`),h("PRERELEASELOOSE",`(?:-?(${o[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[a.PRERELEASEIDENTIFIERLOOSE]})*))`),h("BUILDIDENTIFIER","[0-9A-Za-z-]+"),h("BUILD",`(?:\\+(${o[a.BUILDIDENTIFIER]}(?:\\.${o[a.BUILDIDENTIFIER]})*))`),h("FULLPLAIN",`v?${o[a.MAINVERSION]}${o[a.PRERELEASE]}?${o[a.BUILD]}?`),h("FULL",`^${o[a.FULLPLAIN]}$`),h("LOOSEPLAIN",`[v=\\s]*${o[a.MAINVERSIONLOOSE]}${o[a.PRERELEASELOOSE]}?${o[a.BUILD]}?`),h("LOOSE",`^${o[a.LOOSEPLAIN]}$`),h("GTLT","((?:<|>)?=?)"),h("XRANGEIDENTIFIERLOOSE",`${o[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),h("XRANGEIDENTIFIER",`${o[a.NUMERICIDENTIFIER]}|x|X|\\*`),h("XRANGEPLAIN",`[v=\\s]*(${o[a.XRANGEIDENTIFIER]})(?:\\.(${o[a.XRANGEIDENTIFIER]})(?:\\.(${o[a.XRANGEIDENTIFIER]})(?:${o[a.PRERELEASE]})?${o[a.BUILD]}?)?)?`),h("XRANGEPLAINLOOSE",`[v=\\s]*(${o[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[a.XRANGEIDENTIFIERLOOSE]})(?:${o[a.PRERELEASELOOSE]})?${o[a.BUILD]}?)?)?`),h("XRANGE",`^${o[a.GTLT]}\\s*${o[a.XRANGEPLAIN]}$`),h("XRANGELOOSE",`^${o[a.GTLT]}\\s*${o[a.XRANGEPLAINLOOSE]}$`),h("COERCE",`(^|[^\\d])(\\d{1,${s}})(?:\\.(\\d{1,${s}}))?(?:\\.(\\d{1,${s}}))?(?:$|[^\\d])`),h("COERCERTL",o[a.COERCE],!0),h("LONETILDE","(?:~>?)"),h("TILDETRIM",`(\\s*)${o[a.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",h("TILDE",`^${o[a.LONETILDE]}${o[a.XRANGEPLAIN]}$`),h("TILDELOOSE",`^${o[a.LONETILDE]}${o[a.XRANGEPLAINLOOSE]}$`),h("LONECARET","(?:\\^)"),h("CARETTRIM",`(\\s*)${o[a.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",h("CARET",`^${o[a.LONECARET]}${o[a.XRANGEPLAIN]}$`),h("CARETLOOSE",`^${o[a.LONECARET]}${o[a.XRANGEPLAINLOOSE]}$`),h("COMPARATORLOOSE",`^${o[a.GTLT]}\\s*(${o[a.LOOSEPLAIN]})$|^$`),h("COMPARATOR",`^${o[a.GTLT]}\\s*(${o[a.FULLPLAIN]})$|^$`),h("COMPARATORTRIM",`(\\s*)${o[a.GTLT]}\\s*(${o[a.LOOSEPLAIN]}|${o[a.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",h("HYPHENRANGE",`^\\s*(${o[a.XRANGEPLAIN]})\\s+-\\s+(${o[a.XRANGEPLAIN]})\\s*$`),h("HYPHENRANGELOOSE",`^\\s*(${o[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[a.XRANGEPLAINLOOSE]})\\s*$`),h("STAR","(<|>)?=?\\s*\\*"),h("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),h("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},97606:function(e,t,r){const s=r(6826);e.exports=(e,t,r)=>s(e,t,">",r)},82937:function(e,t,r){const s=r(66902);e.exports=(e,t,r)=>(e=new s(e,r),t=new s(t,r),e.intersects(t))},50032:function(e,t,r){const s=r(6826);e.exports=(e,t,r)=>s(e,t,"<",r)},85775:function(e,t,r){const s=r(26376),n=r(66902);e.exports=(e,t,r)=>{let i=null,o=null,a=null;try{a=new n(t,r)}catch(e){return null}return e.forEach((e=>{a.test(e)&&(i&&-1!==o.compare(e)||(i=e,o=new s(i,r)))})),i}},71657:function(e,t,r){const s=r(26376),n=r(66902);e.exports=(e,t,r)=>{let i=null,o=null,a=null;try{a=new n(t,r)}catch(e){return null}return e.forEach((e=>{a.test(e)&&(i&&1!==o.compare(e)||(i=e,o=new s(i,r)))})),i}},95316:function(e,t,r){const s=r(26376),n=r(66902),i=r(71312);e.exports=(e,t)=>{e=new n(e,t);let r=new s("0.0.0");if(e.test(r))return r;if(r=new s("0.0.0-0"),e.test(r))return r;r=null;for(let t=0;t{const t=new s(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":o&&!i(t,o)||(o=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!o||r&&!i(r,o)||(r=o)}return r&&e.test(r)?r:null}},6826:function(e,t,r){const s=r(26376),n=r(22257),{ANY:i}=n,o=r(66902),a=r(45712),l=r(71312),h=r(21544),u=r(12056),p=r(25903);e.exports=(e,t,r,c)=>{let f,E,m,v,$;switch(e=new s(e,c),t=new o(t,c),r){case">":f=l,E=u,m=h,v=">",$=">=";break;case"<":f=h,E=p,m=l,v="<",$="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(a(e,t,c))return!1;for(let r=0;r{e.semver===i&&(e=new n(">=0.0.0")),o=o||e,a=a||e,f(e.semver,o.semver,c)?o=e:m(e.semver,a.semver,c)&&(a=e)})),o.operator===v||o.operator===$)return!1;if((!a.operator||a.operator===v)&&E(e,a.semver))return!1;if(a.operator===$&&m(e,a.semver))return!1}return!0}},17908:function(e,t,r){const s=r(45712),n=r(46269);e.exports=(e,t,r)=>{const i=[];let o=null,a=null;const l=e.sort(((e,t)=>n(e,t,r)));for(const e of l){s(e,t,r)?(a=e,o||(o=e)):(a&&i.push([o,a]),a=null,o=null)}o&&i.push([o,null]);const h=[];for(const[e,t]of i)e===t?h.push(e):t||e!==l[0]?t?e===l[0]?h.push(`<=${t}`):h.push(`${e} - ${t}`):h.push(`>=${e}`):h.push("*");const u=h.join(" || "),p="string"==typeof t.raw?t.raw:String(t);return u.length{if(e===t)return!0;if(1===e.length&&e[0].semver===i){if(1===t.length&&t[0].semver===i)return!0;e=r.includePrerelease?[new n(">=0.0.0-0")]:[new n(">=0.0.0")]}if(1===t.length&&t[0].semver===i){if(r.includePrerelease)return!0;t=[new n(">=0.0.0")]}const s=new Set;let l,p,c,f,E,m,v;for(const t of e)">"===t.operator||">="===t.operator?l=h(l,t,r):"<"===t.operator||"<="===t.operator?p=u(p,t,r):s.add(t.semver);if(s.size>1)return null;if(l&&p){if(c=a(l.semver,p.semver,r),c>0)return null;if(0===c&&(">="!==l.operator||"<="!==p.operator))return null}for(const e of s){if(l&&!o(e,String(l),r))return null;if(p&&!o(e,String(p),r))return null;for(const s of t)if(!o(e,String(s),r))return!1;return!0}let $=!(!p||r.includePrerelease||!p.semver.prerelease.length)&&p.semver,g=!(!l||r.includePrerelease||!l.semver.prerelease.length)&&l.semver;$&&1===$.prerelease.length&&"<"===p.operator&&0===$.prerelease[0]&&($=!1);for(const e of t){if(v=v||">"===e.operator||">="===e.operator,m=m||"<"===e.operator||"<="===e.operator,l)if(g&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===g.major&&e.semver.minor===g.minor&&e.semver.patch===g.patch&&(g=!1),">"===e.operator||">="===e.operator){if(f=h(l,e,r),f===e&&f!==l)return!1}else if(">="===l.operator&&!o(l.semver,String(e),r))return!1;if(p)if($&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===$.major&&e.semver.minor===$.minor&&e.semver.patch===$.patch&&($=!1),"<"===e.operator||"<="===e.operator){if(E=u(p,e,r),E===e&&E!==p)return!1}else if("<="===p.operator&&!o(p.semver,String(e),r))return!1;if(!e.operator&&(p||l)&&0!==c)return!1}return!(l&&m&&!p&&0!==c)&&(!(p&&v&&!l&&0!==c)&&(!g&&!$))},h=(e,t,r)=>{if(!e)return t;const s=a(e.semver,t.semver,r);return s>0?e:s<0||">"===t.operator&&">="===e.operator?t:e},u=(e,t,r)=>{if(!e)return t;const s=a(e.semver,t.semver,r);return s<0?e:s>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,r={})=>{if(e===t)return!0;e=new s(e,r),t=new s(t,r);let n=!1;e:for(const s of e.set){for(const e of t.set){const t=l(s,e,r);if(n=n||null!==t,t)continue e}if(n)return!1}return!0}},51042:function(e,t,r){const s=r(66902);e.exports=(e,t)=>new s(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},89042:function(e,t,r){const s=r(66902);e.exports=(e,t)=>{try{return new s(e,t).range||"*"}catch(e){return null}}},49602:function(e){"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},34411:function(e,t,r){"use strict";function s(e){var t=this;if(t instanceof s||(t=new s),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var r=0,n=arguments.length;r1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");s=this.head.next,r=this.head.value}for(var n=0;null!==s;n++)r=e(r,s.value,n),s=s.next;return r},s.prototype.reduceReverse=function(e,t){var r,s=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");s=this.tail.prev,r=this.tail.value}for(var n=this.length-1;null!==s;n--)r=e(r,s.value,n),s=s.prev;return r},s.prototype.toArray=function(){for(var e=new Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},s.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},s.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var r=new s;if(tthis.length&&(t=this.length);for(var n=0,i=this.head;null!==i&&nthis.length&&(t=this.length);for(var n=this.length,i=this.tail;null!==i&&n>t;n--)i=i.prev;for(;null!==i&&n>e;n--,i=i.prev)r.push(i.value);return r},s.prototype.splice=function(e,t,...r){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var s=0,i=this.head;null!==i&&s=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81539.fb6404059ac0209aae59.js.LICENSE.txt b/dist/apps/processing-runtime-widget/81539.fb6404059ac0209aae59.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/81539.fb6404059ac0209aae59.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/81555.d88bbd7b3828b0ac6996.js b/dist/apps/processing-runtime-widget/81555.d88bbd7b3828b0ac6996.js new file mode 100644 index 0000000..f13b5ff --- /dev/null +++ b/dist/apps/processing-runtime-widget/81555.d88bbd7b3828b0ac6996.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81555],{81555:function(a,i,u){u.r(i);i.default=[[["usiku","mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],[["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"],["saa sita za usiku","adhuhuri","alfajiri","asubuhi","alasiri","jioni","usiku"],["saa sita za usiku","saa sita za mchana","alfajiri","asubuhi","mchana","jioni","usiku"]],["00:00","12:00",["04:00","07:00"],["07:00","12:00"],["12:00","16:00"],["16:00","19:00"],["19:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81563.87f8febfd81bc9cb41df.js b/dist/apps/processing-runtime-widget/81563.87f8febfd81bc9cb41df.js new file mode 100644 index 0000000..e0bd68f --- /dev/null +++ b/dist/apps/processing-runtime-widget/81563.87f8febfd81bc9cb41df.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81563],{81563:function(e,t,n){var s;n.r(t),n.d(t,{BsDropdownConfig:function(){return l},BsDropdownContainerComponent:function(){return g},BsDropdownDirective:function(){return m},BsDropdownMenuDirective:function(){return _},BsDropdownModule:function(){return w},BsDropdownState:function(){return h},BsDropdownToggleDirective:function(){return y}});var i=n(40761),o=n(76063),r=n(35746),a=n(38310),d=n(67595),p=n(80179),c=n(88553);class l{constructor(){this.autoClose=!0,this.insideClick=!1,this.isAnimated=!1,this.stopOnClickPropagation=!1}}l.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:l,deps:[],target:i["ɵɵFactoryTarget"].Injectable}),l.ɵprov=i["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:l,providedIn:"root"}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:l,decorators:[{type:i.Injectable,args:[{providedIn:"root"}]}]});class h{constructor(){this.direction="down",this.autoClose=!0,this.insideClick=!1,this.isAnimated=!1,this.stopOnClickPropagation=!1,this.isOpenChange=new i.EventEmitter,this.isDisabledChange=new i.EventEmitter,this.toggleClick=new i.EventEmitter,this.counts=0,this.dropdownMenu=new Promise((e=>{this.resolveDropdownMenu=e}))}}h.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:h,deps:[],target:i["ɵɵFactoryTarget"].Injectable}),h.ɵprov=i["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:h,providedIn:"platform"}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:h,decorators:[{type:i.Injectable,args:[{providedIn:"platform"}]}],ctorParameters:function(){return[]}});const u=[(0,d.style)({height:0,overflow:"hidden"}),(0,d.animate)("220ms cubic-bezier(0, 0, 0.2, 1)",(0,d.style)({height:"*",overflow:"hidden"}))];class g{constructor(e,t,n,s,i){this._state=e,this.cd=t,this._renderer=n,this._element=s,this.isOpen=!1,this._factoryDropDownAnimation=i.build(u),this._subscription=e.isOpenChange.subscribe((e=>{this.isOpen=e;const t=this._element.nativeElement.querySelector(".dropdown-menu");this._renderer.addClass(this._element.nativeElement.querySelector("div"),"open"),t&&!(0,a.isBs3)()&&(this._renderer.addClass(t,"show"),(t.classList.contains("dropdown-menu-right")||t.classList.contains("dropdown-menu-end"))&&(this._renderer.setStyle(t,"left","auto"),this._renderer.setStyle(t,"right","0")),"up"===this.direction&&(this._renderer.setStyle(t,"top","auto"),this._renderer.setStyle(t,"transform","translateY(-101%)"))),t&&this._state.isAnimated&&this._factoryDropDownAnimation.create(t).play(),this.cd.markForCheck(),this.cd.detectChanges()}))}get direction(){return this._state.direction}_contains(e){return this._element.nativeElement.contains(e)}ngOnDestroy(){this._subscription.unsubscribe()}}g.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:g,deps:[{token:h},{token:i.ChangeDetectorRef},{token:i.Renderer2},{token:i.ElementRef},{token:d.AnimationBuilder}],target:i["ɵɵFactoryTarget"].Component}),g.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:g,selector:"bs-dropdown-container",host:{styleAttribute:"display:block;position: absolute;z-index: 1040"},ngImport:s||(s=n.t(i,2)),template:'\n
    \n
    \n ',isInline:!0,dependencies:[{kind:"directive",type:p.NgClass,selector:"[ngClass]",inputs:["class","ngClass"]}],changeDetection:i.ChangeDetectionStrategy.OnPush}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:g,decorators:[{type:i.Component,args:[{selector:"bs-dropdown-container",changeDetection:i.ChangeDetectionStrategy.OnPush,host:{style:"display:block;position: absolute;z-index: 1040"},template:'\n
    \n
    \n '}]}],ctorParameters:function(){return[{type:h},{type:i.ChangeDetectorRef},{type:i.Renderer2},{type:i.ElementRef},{type:d.AnimationBuilder}]}});class m{constructor(e,t,n,s,i,o,r){this._elementRef=e,this._renderer=t,this._viewContainerRef=n,this._cis=s,this._state=i,this._config=o,this.dropup=!1,this._isInlineOpen=!1,this._isDisabled=!1,this._subscriptions=[],this._isInited=!1,this._state.autoClose=this._config.autoClose,this._state.insideClick=this._config.insideClick,this._state.isAnimated=this._config.isAnimated,this._state.stopOnClickPropagation=this._config.stopOnClickPropagation,this._factoryDropDownAnimation=r.build(u),this._dropdown=this._cis.createLoader(this._elementRef,this._viewContainerRef,this._renderer).provide({provide:h,useValue:this._state}),this.onShown=this._dropdown.onShown,this.onHidden=this._dropdown.onHidden,this.isOpenChange=this._state.isOpenChange}set autoClose(e){this._state.autoClose=e}get autoClose(){return this._state.autoClose}set isAnimated(e){this._state.isAnimated=e}get isAnimated(){return this._state.isAnimated}set insideClick(e){this._state.insideClick=e}get insideClick(){return this._state.insideClick}set isDisabled(e){this._isDisabled=e,this._state.isDisabledChange.emit(e),e&&this.hide()}get isDisabled(){return this._isDisabled}get isOpen(){return this._showInline?this._isInlineOpen:this._dropdown.isShown}set isOpen(e){e?this.show():this.hide()}get isBs4(){return!(0,a.isBs3)()}get _showInline(){return!this.container}ngOnInit(){this._isInited||(this._isInited=!0,this._dropdown.listen({outsideClick:!1,triggers:this.triggers,show:()=>this.show()}),this._subscriptions.push(this._state.toggleClick.subscribe((e=>this.toggle(e)))),this._subscriptions.push(this._state.isDisabledChange.pipe((0,o.filter)((e=>e))).subscribe((()=>this.hide()))))}show(){if(!this.isOpen&&!this.isDisabled)return this._showInline?(this._inlinedMenu||this._state.dropdownMenu.then((e=>{this._dropdown.attachInline(e.viewContainer,e.templateRef),this._inlinedMenu=this._dropdown._inlineViewRef,this.addBs4Polyfills(),this._inlinedMenu&&this._renderer.addClass(this._inlinedMenu.rootNodes[0].parentNode,"open"),this.playAnimation()})).catch(),this.addBs4Polyfills(),this._isInlineOpen=!0,this.onShown.emit(!0),this._state.isOpenChange.emit(!0),void this.playAnimation()):void this._state.dropdownMenu.then((e=>{const t=this.dropup||void 0!==this.dropup&&this.dropup;this._state.direction=t?"up":"down";const n=this.placement||(t?"top start":"bottom start");this._dropdown.attach(g).to(this.container).position({attachment:n}).show({content:e.templateRef,placement:n}),this._state.isOpenChange.emit(!0)})).catch()}hide(){this.isOpen&&(this._showInline?(this.removeShowClass(),this.removeDropupStyles(),this._isInlineOpen=!1,this.onHidden.emit(!0)):this._dropdown.hide(),this._state.isOpenChange.emit(!1))}toggle(e){return this.isOpen||!e?this.hide():this.show()}_contains(e){return this._elementRef.nativeElement.contains(e.target)||this._dropdown.instance&&this._dropdown.instance._contains(e.target)}navigationClick(e){const t=this._elementRef.nativeElement.querySelector(".dropdown-menu");if(!t)return;const n=this._elementRef.nativeElement.ownerDocument.activeElement,s=t.querySelectorAll(".dropdown-item");switch(e.keyCode){case 38:this._state.counts>0&&s[--this._state.counts].focus();break;case 40:this._state.counts+1{this._inlinedMenu&&this._factoryDropDownAnimation.create(this._inlinedMenu.rootNodes[0]).play()}))}addShowClass(){this._inlinedMenu&&this._inlinedMenu.rootNodes[0]&&this._renderer.addClass(this._inlinedMenu.rootNodes[0],"show")}removeShowClass(){this._inlinedMenu&&this._inlinedMenu.rootNodes[0]&&this._renderer.removeClass(this._inlinedMenu.rootNodes[0],"show")}checkRightAlignment(){if(this._inlinedMenu&&this._inlinedMenu.rootNodes[0]){const e=this._inlinedMenu.rootNodes[0].classList.contains("dropdown-menu-right")||this._inlinedMenu.rootNodes[0].classList.contains("dropdown-menu-end");this._renderer.setStyle(this._inlinedMenu.rootNodes[0],"left",e?"auto":"0"),this._renderer.setStyle(this._inlinedMenu.rootNodes[0],"right",e?"0":"auto")}}addDropupStyles(){this._inlinedMenu&&this._inlinedMenu.rootNodes[0]&&(this._renderer.setStyle(this._inlinedMenu.rootNodes[0],"top",this.dropup?"auto":"100%"),this._renderer.setStyle(this._inlinedMenu.rootNodes[0],"transform",this.dropup?"translateY(-101%)":"translateY(0)"),this._renderer.setStyle(this._inlinedMenu.rootNodes[0],"bottom","auto"))}removeDropupStyles(){this._inlinedMenu&&this._inlinedMenu.rootNodes[0]&&(this._renderer.removeStyle(this._inlinedMenu.rootNodes[0],"top"),this._renderer.removeStyle(this._inlinedMenu.rootNodes[0],"transform"),this._renderer.removeStyle(this._inlinedMenu.rootNodes[0],"bottom"))}}m.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:m,deps:[{token:i.ElementRef},{token:i.Renderer2},{token:i.ViewContainerRef},{token:r.ComponentLoaderFactory},{token:h},{token:l},{token:d.AnimationBuilder}],target:i["ɵɵFactoryTarget"].Directive}),m.ɵdir=i["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:m,selector:"[bsDropdown], [dropdown]",inputs:{placement:"placement",triggers:"triggers",container:"container",dropup:"dropup",autoClose:"autoClose",isAnimated:"isAnimated",insideClick:"insideClick",isDisabled:"isDisabled",isOpen:"isOpen"},outputs:{isOpenChange:"isOpenChange",onShown:"onShown",onHidden:"onHidden"},host:{listeners:{"keydown.arrowDown":"navigationClick($event)","keydown.arrowUp":"navigationClick($event)"},properties:{"class.dropup":"dropup","class.open":"isOpen","class.show":"isOpen && isBs4"}},providers:[h],exportAs:["bs-dropdown"],ngImport:s||(s=n.t(i,2))}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:m,decorators:[{type:i.Directive,args:[{selector:"[bsDropdown], [dropdown]",exportAs:"bs-dropdown",providers:[h],host:{"[class.dropup]":"dropup","[class.open]":"isOpen","[class.show]":"isOpen && isBs4"}}]}],ctorParameters:function(){return[{type:i.ElementRef},{type:i.Renderer2},{type:i.ViewContainerRef},{type:r.ComponentLoaderFactory},{type:h},{type:l},{type:d.AnimationBuilder}]},propDecorators:{placement:[{type:i.Input}],triggers:[{type:i.Input}],container:[{type:i.Input}],dropup:[{type:i.Input}],autoClose:[{type:i.Input}],isAnimated:[{type:i.Input}],insideClick:[{type:i.Input}],isDisabled:[{type:i.Input}],isOpen:[{type:i.Input}],isOpenChange:[{type:i.Output}],onShown:[{type:i.Output}],onHidden:[{type:i.Output}],navigationClick:[{type:i.HostListener,args:["keydown.arrowDown",["$event"]]},{type:i.HostListener,args:["keydown.arrowUp",["$event"]]}]}});class _{constructor(e,t,n){e.resolveDropdownMenu({templateRef:n,viewContainer:t})}}_.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:_,deps:[{token:h},{token:i.ViewContainerRef},{token:i.TemplateRef}],target:i["ɵɵFactoryTarget"].Directive}),_.ɵdir=i["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:_,selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:["bs-dropdown-menu"],ngImport:s||(s=n.t(i,2))}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:_,decorators:[{type:i.Directive,args:[{selector:"[bsDropdownMenu],[dropdownMenu]",exportAs:"bs-dropdown-menu"}]}],ctorParameters:function(){return[{type:h},{type:i.ViewContainerRef},{type:i.TemplateRef}]}});class y{constructor(e,t,n,s,i){this._changeDetectorRef=e,this._dropdown=t,this._element=n,this._renderer=s,this._state=i,this.isOpen=!1,this._subscriptions=[],this._subscriptions.push(this._state.isOpenChange.subscribe((e=>{this.isOpen=e,e?(this._documentClickListener=this._renderer.listen("document","click",(e=>{!this._state.autoClose||2===e.button||this._element.nativeElement.contains(e.target)||this._state.insideClick&&this._dropdown._contains(e)||(this._state.toggleClick.emit(!1),this._changeDetectorRef.detectChanges())})),this._escKeyUpListener=this._renderer.listen(this._element.nativeElement,"keyup.esc",(()=>{this._state.autoClose&&(this._state.toggleClick.emit(!1),this._changeDetectorRef.detectChanges())}))):(this._documentClickListener&&this._documentClickListener(),this._escKeyUpListener&&this._escKeyUpListener())}))),this._subscriptions.push(this._state.isDisabledChange.subscribe((e=>this.isDisabled=e||void 0)))}onClick(e){this._state.stopOnClickPropagation&&e.stopPropagation(),this.isDisabled||this._state.toggleClick.emit(!0)}ngOnDestroy(){this._documentClickListener&&this._documentClickListener(),this._escKeyUpListener&&this._escKeyUpListener();for(const e of this._subscriptions)e.unsubscribe()}}y.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:y,deps:[{token:i.ChangeDetectorRef},{token:m},{token:i.ElementRef},{token:i.Renderer2},{token:h}],target:i["ɵɵFactoryTarget"].Directive}),y.ɵdir=i["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:y,selector:"[bsDropdownToggle],[dropdownToggle]",host:{listeners:{click:"onClick($event)"},properties:{"attr.aria-haspopup":"true","attr.disabled":"this.isDisabled","attr.aria-expanded":"this.isOpen"}},exportAs:["bs-dropdown-toggle"],ngImport:s||(s=n.t(i,2))}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:y,decorators:[{type:i.Directive,args:[{selector:"[bsDropdownToggle],[dropdownToggle]",exportAs:"bs-dropdown-toggle",host:{"[attr.aria-haspopup]":"true"}}]}],ctorParameters:function(){return[{type:i.ChangeDetectorRef},{type:m},{type:i.ElementRef},{type:i.Renderer2},{type:h}]},propDecorators:{isDisabled:[{type:i.HostBinding,args:["attr.disabled"]}],isOpen:[{type:i.HostBinding,args:["attr.aria-expanded"]}],onClick:[{type:i.HostListener,args:["click",["$event"]]}]}});class w{static forRoot(){return{ngModule:w,providers:[r.ComponentLoaderFactory,c.PositioningService,h]}}}w.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:w,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),w.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:w,declarations:[_,y,g,m],imports:[p.CommonModule],exports:[_,y,m]}),w.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:w,imports:[p.CommonModule]}),i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:s||(s=n.t(i,2)),type:w,decorators:[{type:i.NgModule,args:[{imports:[p.CommonModule],declarations:[_,y,g,m],exports:[_,y,m]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81588.688cda9a6fb94212adde.js b/dist/apps/processing-runtime-widget/81588.688cda9a6fb94212adde.js new file mode 100644 index 0000000..b1843f9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/81588.688cda9a6fb94212adde.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81588],{81588:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81619.ed3919866b6ad8980c52.js b/dist/apps/processing-runtime-widget/81619.ed3919866b6ad8980c52.js new file mode 100644 index 0000000..a9592f8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/81619.ed3919866b6ad8980c52.js @@ -0,0 +1,2 @@ +/*! For license information please see 81619.ed3919866b6ad8980c52.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81619],{81619:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81619.ed3919866b6ad8980c52.js.LICENSE.txt b/dist/apps/processing-runtime-widget/81619.ed3919866b6ad8980c52.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/81619.ed3919866b6ad8980c52.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/81704.1777e96aeb6e57d301ec.js b/dist/apps/processing-runtime-widget/81704.1777e96aeb6e57d301ec.js new file mode 100644 index 0000000..b925764 --- /dev/null +++ b/dist/apps/processing-runtime-widget/81704.1777e96aeb6e57d301ec.js @@ -0,0 +1,2 @@ +/*! For license information please see 81704.1777e96aeb6e57d301ec.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81704],{81704:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d,d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81704.1777e96aeb6e57d301ec.js.LICENSE.txt b/dist/apps/processing-runtime-widget/81704.1777e96aeb6e57d301ec.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/81704.1777e96aeb6e57d301ec.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/81822.6559c734343e1ecb09fd.js b/dist/apps/processing-runtime-widget/81822.6559c734343e1ecb09fd.js new file mode 100644 index 0000000..bf789be --- /dev/null +++ b/dist/apps/processing-runtime-widget/81822.6559c734343e1ecb09fd.js @@ -0,0 +1,2 @@ +/*! For license information please see 81822.6559c734343e1ecb09fd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81822],{81822:function(a,e,u){u.r(e);const M=void 0;e.default=["en-MW",[["a","p"],["am","pm"],M],[["am","pm"],M,M],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],M,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],M,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} 'at' {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MWK","MK","Malawian Kwacha",{JPY:["JP¥","¥"],MWK:["MK"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81822.6559c734343e1ecb09fd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/81822.6559c734343e1ecb09fd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/81822.6559c734343e1ecb09fd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/81859.cb29e9fe6e460d2e286e.js b/dist/apps/processing-runtime-widget/81859.cb29e9fe6e460d2e286e.js new file mode 100644 index 0000000..dfe3016 --- /dev/null +++ b/dist/apps/processing-runtime-widget/81859.cb29e9fe6e460d2e286e.js @@ -0,0 +1,2 @@ +/*! For license information please see 81859.cb29e9fe6e460d2e286e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81859],{81859:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-PT",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/81859.cb29e9fe6e460d2e286e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/81859.cb29e9fe6e460d2e286e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/81859.cb29e9fe6e460d2e286e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/81892.b61f51a520c152a26366.js b/dist/apps/processing-runtime-widget/81892.b61f51a520c152a26366.js new file mode 100644 index 0000000..48689fa --- /dev/null +++ b/dist/apps/processing-runtime-widget/81892.b61f51a520c152a26366.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[81892],{81892:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82088.a13135c6d2f7ee00e769.js b/dist/apps/processing-runtime-widget/82088.a13135c6d2f7ee00e769.js new file mode 100644 index 0000000..5470ffd --- /dev/null +++ b/dist/apps/processing-runtime-widget/82088.a13135c6d2f7ee00e769.js @@ -0,0 +1,2 @@ +/*! For license information please see 82088.a13135c6d2f7ee00e769.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82088],{82088:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82088.a13135c6d2f7ee00e769.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82088.a13135c6d2f7ee00e769.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82088.a13135c6d2f7ee00e769.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82098.233c76925349ba31c357.js b/dist/apps/processing-runtime-widget/82098.233c76925349ba31c357.js new file mode 100644 index 0000000..2fe5be8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82098.233c76925349ba31c357.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82098,34895],{34895:function(e,t,o){var i;o.r(t),o.d(t,{PopoverConfig:function(){return l},PopoverContainerComponent:function(){return h},PopoverDirective:function(){return v},PopoverModule:function(){return m}});var s=o(40761),n=o(35746),r=o(38310),p=o(88553),a=o(80179),c=o(89754);class l{constructor(){this.adaptivePosition=!0,this.placement="top",this.triggers="click",this.outsideClick=!1,this.delay=0}}l.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:l,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),l.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:l,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:l,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});class h{constructor(e){this._placement="top",Object.assign(this,e)}set placement(e){this._bsVersions.isBs5?this._placement=p.PlacementForBs5[e]:this._placement=e}get _bsVersions(){return(0,r.getBsVer)()}checkMarginNecessity(){return(0,p.checkMargins)(this._placement)}}h.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,deps:[{token:l}],target:s["ɵɵFactoryTarget"].Component}),h.ɵcmp=s["ɵɵngDeclareComponent"]({minVersion:"14.0.0",version:"14.0.6",type:h,selector:"popover-container",inputs:{placement:"placement",title:"title"},host:{attributes:{role:"tooltip"},properties:{"attr.id":"popoverId",class:'"popover in popover-" + _placement + " " + "bs-popover-" + _placement + " " + _placement + " " + containerClass + " " + checkMarginNecessity()',"class.show":"!_bsVersions.isBs3","class.bs3":"_bsVersions.isBs3"},styleAttribute:"display:block;"},ngImport:i||(i=o.t(s,2)),template:'
    \n

    {{ title }}

    \n
    \n \n
    \n',styles:[":host.bs3.popover-top{margin-bottom:10px}:host.bs3.popover.top>.arrow{margin-left:-2px}:host.bs3.popover.top{margin-bottom:10px}:host.popover.bottom>.arrow{margin-left:-4px}:host.bs3.bs-popover-left{margin-right:.5rem}:host.bs3.bs-popover-right .arrow,:host.bs3.bs-popover-left .arrow{margin:.3rem 0}\n"],dependencies:[{kind:"directive",type:a.NgIf,selector:"[ngIf]",inputs:["ngIf","ngIfThen","ngIfElse"]}],changeDetection:s.ChangeDetectionStrategy.OnPush}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:h,decorators:[{type:s.Component,args:[{selector:"popover-container",changeDetection:s.ChangeDetectionStrategy.OnPush,host:{"[attr.id]":"popoverId","[class]":'"popover in popover-" + _placement + " " + "bs-popover-" + _placement + " " + _placement + " " + containerClass + " " + checkMarginNecessity()',"[class.show]":"!_bsVersions.isBs3","[class.bs3]":"_bsVersions.isBs3",role:"tooltip",style:"display:block;"},template:'
    \n

    {{ title }}

    \n
    \n \n
    \n',styles:[":host.bs3.popover-top{margin-bottom:10px}:host.bs3.popover.top>.arrow{margin-left:-2px}:host.bs3.popover.top{margin-bottom:10px}:host.popover.bottom>.arrow{margin-left:-4px}:host.bs3.bs-popover-left{margin-right:.5rem}:host.bs3.bs-popover-right .arrow,:host.bs3.bs-popover-left .arrow{margin:.3rem 0}\n"]}]}],ctorParameters:function(){return[{type:l}]},propDecorators:{placement:[{type:s.Input}],title:[{type:s.Input}]}});let d=0;class v{constructor(e,t,o,i,s,n){this._elementRef=t,this._renderer=o,this._positionService=n,this.popoverId=d++,this.adaptivePosition=!0,this.placement="top",this.outsideClick=!1,this.triggers="click",this.containerClass="",this.delay=0,this._isInited=!1,this._popover=s.createLoader(t,i,o).provide({provide:l,useValue:e}),Object.assign(this,e),this.onShown=this._popover.onShown,this.onHidden=this._popover.onHidden,"undefined"!=typeof window&&t.nativeElement.addEventListener("click",(function(){try{t.nativeElement.focus()}catch(e){return}}))}get isOpen(){return this._popover.isShown}set isOpen(e){e?this.show():this.hide()}setAriaDescribedBy(){this._ariaDescribedby=this.isOpen?`ngx-popover-${this.popoverId}`:void 0,this._ariaDescribedby?(this._popover.instance&&(this._popover.instance.popoverId=this._ariaDescribedby),this._renderer.setAttribute(this._elementRef.nativeElement,"aria-describedby",this._ariaDescribedby)):this._renderer.removeAttribute(this._elementRef.nativeElement,"aria-describedby")}show(){if(this._popover.isShown||!this.popover||this._delayTimeoutId)return;this._positionService.setOptions({modifiers:{flip:{enabled:this.adaptivePosition},preventOverflow:{enabled:this.adaptivePosition,boundariesElement:this.boundariesElement||"scrollParent"}}});const e=()=>{this._delayTimeoutId&&(this._delayTimeoutId=void 0),this._popover.attach(h).to(this.container).position({attachment:this.placement}).show({content:this.popover,context:this.popoverContext,placement:this.placement,title:this.popoverTitle,containerClass:this.containerClass}),!this.adaptivePosition&&this._popover._componentRef&&(this._positionService.calcPosition(),this._positionService.deletePositionElement(this._popover._componentRef.location)),this.isOpen=!0,this.setAriaDescribedBy()},t=()=>{this._popoverCancelShowFn&&this._popoverCancelShowFn()};if(this.delay){const o=(0,c.timer)(this.delay).subscribe((()=>{e(),t()}));this.triggers&&(0,r.parseTriggers)(this.triggers).forEach((e=>{e.close&&(this._popoverCancelShowFn=this._renderer.listen(this._elementRef.nativeElement,e.close,(()=>{o.unsubscribe(),t()})))}))}else e()}hide(){this._delayTimeoutId&&(clearTimeout(this._delayTimeoutId),this._delayTimeoutId=void 0),this.isOpen&&(this._popover.hide(),this.setAriaDescribedBy(),this.isOpen=!1)}toggle(){if(this.isOpen)return this.hide();this.show()}ngOnInit(){this._isInited||(this._isInited=!0,this._popover.listen({triggers:this.triggers,outsideClick:this.outsideClick,show:()=>this.show(),hide:()=>this.hide()}))}ngOnDestroy(){this._popover.dispose()}}v.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:v,deps:[{token:l},{token:s.ElementRef},{token:s.Renderer2},{token:s.ViewContainerRef},{token:n.ComponentLoaderFactory},{token:p.PositioningService}],target:s["ɵɵFactoryTarget"].Directive}),v.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:v,selector:"[popover]",inputs:{adaptivePosition:"adaptivePosition",boundariesElement:"boundariesElement",popover:"popover",popoverContext:"popoverContext",popoverTitle:"popoverTitle",placement:"placement",outsideClick:"outsideClick",triggers:"triggers",container:"container",containerClass:"containerClass",isOpen:"isOpen",delay:"delay"},outputs:{onShown:"onShown",onHidden:"onHidden"},exportAs:["bs-popover"],ngImport:i||(i=o.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:v,decorators:[{type:s.Directive,args:[{selector:"[popover]",exportAs:"bs-popover"}]}],ctorParameters:function(){return[{type:l},{type:s.ElementRef},{type:s.Renderer2},{type:s.ViewContainerRef},{type:n.ComponentLoaderFactory},{type:p.PositioningService}]},propDecorators:{adaptivePosition:[{type:s.Input}],boundariesElement:[{type:s.Input}],popover:[{type:s.Input}],popoverContext:[{type:s.Input}],popoverTitle:[{type:s.Input}],placement:[{type:s.Input}],outsideClick:[{type:s.Input}],triggers:[{type:s.Input}],container:[{type:s.Input}],containerClass:[{type:s.Input}],isOpen:[{type:s.Input}],delay:[{type:s.Input}],onShown:[{type:s.Output}],onHidden:[{type:s.Output}]}});class m{static forRoot(){return{ngModule:m,providers:[n.ComponentLoaderFactory,p.PositioningService]}}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),m.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,declarations:[v,h],imports:[a.CommonModule],exports:[v]}),m.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,imports:[a.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:i||(i=o.t(s,2)),type:m,decorators:[{type:s.NgModule,args:[{imports:[a.CommonModule],declarations:[v,h],exports:[v]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82112.ac600d78e9231a14a398.js b/dist/apps/processing-runtime-widget/82112.ac600d78e9231a14a398.js new file mode 100644 index 0000000..a906492 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82112.ac600d78e9231a14a398.js @@ -0,0 +1,2 @@ +/*! For license information please see 82112.ac600d78e9231a14a398.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82112],{82112:function(e,a,u){u.r(a);const n=void 0;a.default=["en-PN",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NZD","$","New Zealand Dollar",{JPY:["JP¥","¥"],NZD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82112.ac600d78e9231a14a398.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82112.ac600d78e9231a14a398.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82112.ac600d78e9231a14a398.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82222.01899170a43ff97e83da.js b/dist/apps/processing-runtime-widget/82222.01899170a43ff97e83da.js new file mode 100644 index 0000000..73e51ca --- /dev/null +++ b/dist/apps/processing-runtime-widget/82222.01899170a43ff97e83da.js @@ -0,0 +1,2 @@ +/*! For license information please see 82222.01899170a43ff97e83da.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82222],{82222:function(a,i,s){s.r(i);const t=void 0;i.default=["sw",[["am","pm"],["AM","PM"],t],[["AM","PM"],t,t],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],t,t],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],t,[["KK","BK"],t,["Kabla ya Kristo","Baada ya Kristo"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"TZS","TSh","Shilingi ya Tanzania",{BYN:[t,"р."],JPY:["JP¥","¥"],KES:["Ksh"],PHP:[t,"₱"],THB:["฿"],TWD:["NT$"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){const i=Math.floor(Math.abs(a)),s=a.toString().replace(/^[^.]*\.?/,"").length;return 1===i&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82222.01899170a43ff97e83da.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82222.01899170a43ff97e83da.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82222.01899170a43ff97e83da.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82376.afe3f354f35916492104.js b/dist/apps/processing-runtime-widget/82376.afe3f354f35916492104.js new file mode 100644 index 0000000..ad8baa4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82376.afe3f354f35916492104.js @@ -0,0 +1,2 @@ +/*! For license information please see 82376.afe3f354f35916492104.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82376],{82376:function(e,a,u){u.r(a);const r=void 0;a.default=["en-VG",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82376.afe3f354f35916492104.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82376.afe3f354f35916492104.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82376.afe3f354f35916492104.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82397.32784a5ec006306f4573.js b/dist/apps/processing-runtime-widget/82397.32784a5ec006306f4573.js new file mode 100644 index 0000000..65bd4fa --- /dev/null +++ b/dist/apps/processing-runtime-widget/82397.32784a5ec006306f4573.js @@ -0,0 +1,2 @@ +/*! For license information please see 82397.32784a5ec006306f4573.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82397],{82397:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82397.32784a5ec006306f4573.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82397.32784a5ec006306f4573.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82397.32784a5ec006306f4573.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82438.4c0f457cdc56d3024536.js b/dist/apps/processing-runtime-widget/82438.4c0f457cdc56d3024536.js new file mode 100644 index 0000000..2a92270 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82438.4c0f457cdc56d3024536.js @@ -0,0 +1 @@ +(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82438,78017],{82438:function(s,m,j){var e={"./af-NA.mjs":[51113,51113],"./af.mjs":[56243,56243],"./agq.mjs":[10461,10461],"./ak.mjs":[50058,50058],"./am.mjs":[32771,32771],"./ar-AE.mjs":[94443,94443],"./ar-BH.mjs":[17716,17716],"./ar-DJ.mjs":[9178,9178],"./ar-DZ.mjs":[82502,82502],"./ar-EG.mjs":[80509,80509],"./ar-EH.mjs":[32836,32836],"./ar-ER.mjs":[19862,19862],"./ar-IL.mjs":[92026,92026],"./ar-IQ.mjs":[85983,85983],"./ar-JO.mjs":[22731,22731],"./ar-KM.mjs":[55700,55700],"./ar-KW.mjs":[18167,18167],"./ar-LB.mjs":[2722,2722],"./ar-LY.mjs":[22151,22151],"./ar-MA.mjs":[59598,59598],"./ar-MR.mjs":[74448,74448],"./ar-OM.mjs":[32460,32460],"./ar-PS.mjs":[3375,3375],"./ar-QA.mjs":[22622,22622],"./ar-SA.mjs":[97124,97124],"./ar-SD.mjs":[12307,12307],"./ar-SO.mjs":[8387,8387],"./ar-SS.mjs":[88359,88359],"./ar-SY.mjs":[73045,73045],"./ar-TD.mjs":[22155,22155],"./ar-TN.mjs":[99242,99242],"./ar-YE.mjs":[89452,89452],"./ar.mjs":[97211,97211],"./as.mjs":[39624,39624],"./asa.mjs":[72418,72418],"./ast.mjs":[55280,55280],"./az-Cyrl.mjs":[74897,74897],"./az-Latn.mjs":[2825,2825],"./az.mjs":[32479,32479],"./bas.mjs":[6039,6039],"./be-tarask.mjs":[87502,87502],"./be.mjs":[67211,67211],"./bem.mjs":[52273,52273],"./bez.mjs":[66861,66861],"./bg.mjs":[7775,7775],"./bm.mjs":[67666,67666],"./bn-IN.mjs":[35945,35945],"./bn.mjs":[6014,6014],"./bo-IN.mjs":[39793,39793],"./bo.mjs":[75449,75449],"./br.mjs":[52049,52049],"./brx.mjs":[80224,80224],"./bs-Cyrl.mjs":[10873,10873],"./bs-Latn.mjs":[7471,7471],"./bs.mjs":[38816,38816],"./ca-AD.mjs":[24737,24737],"./ca-ES-valencia.mjs":[20601,20601],"./ca-FR.mjs":[54985,54985],"./ca-IT.mjs":[13861,13861],"./ca.mjs":[32421,32421],"./ccp-IN.mjs":[86155,86155],"./ccp.mjs":[34720,34720],"./ce.mjs":[52956,52956],"./ceb.mjs":[95171,95171],"./cgg.mjs":[17486,17486],"./chr.mjs":[14739,14739],"./ckb-IR.mjs":[53623,53623],"./ckb.mjs":[35808,35808],"./cs.mjs":[93781,93781],"./cy.mjs":[2067,2067],"./da-GL.mjs":[10681,10681],"./da.mjs":[73766,73766],"./dav.mjs":[51669,51669],"./de-AT.mjs":[86485,86485],"./de-BE.mjs":[53796,53796],"./de-CH.mjs":[20718,20718],"./de-IT.mjs":[87724,87724],"./de-LI.mjs":[90995,90995],"./de-LU.mjs":[3686,3686],"./de.mjs":[41735,41735],"./dje.mjs":[14687,14687],"./doi.mjs":[40889,40889],"./dsb.mjs":[19457,19457],"./dua.mjs":[83104,83104],"./dyo.mjs":[33187,33187],"./dz.mjs":[16913,16913],"./ebu.mjs":[30483,30483],"./ee-TG.mjs":[31132,31132],"./ee.mjs":[68777,68777],"./el-CY.mjs":[34258,34258],"./el.mjs":[1586,1586],"./en-001.mjs":[45434,45434],"./en-150.mjs":[67042,67042],"./en-AE.mjs":[84547,84547],"./en-AG.mjs":[65113,65113],"./en-AI.mjs":[44608,44608],"./en-AS.mjs":[61418,61418],"./en-AT.mjs":[48179,48179],"./en-AU.mjs":[36606,36606],"./en-BB.mjs":[86009,86009],"./en-BE.mjs":[52857,52857],"./en-BI.mjs":[55627,55627],"./en-BM.mjs":[92990,92990],"./en-BS.mjs":[26970,26970],"./en-BW.mjs":[20560,20560],"./en-BZ.mjs":[23213,23213],"./en-CA.mjs":[87941,87941],"./en-CC.mjs":[90719,90719],"./en-CH.mjs":[23860,23860],"./en-CK.mjs":[75856,75856],"./en-CM.mjs":[92869,92869],"./en-CX.mjs":[20556,20556],"./en-CY.mjs":[29165,29165],"./en-DE.mjs":[37802,37802],"./en-DG.mjs":[199,199],"./en-DK.mjs":[2332,2332],"./en-DM.mjs":[19844,19844],"./en-ER.mjs":[21608,21608],"./en-FI.mjs":[41553,41553],"./en-FJ.mjs":[87233,87233],"./en-FK.mjs":[32610,32610],"./en-FM.mjs":[42018,42018],"./en-GB.mjs":[30107,30107],"./en-GD.mjs":[37611,37611],"./en-GG.mjs":[3312,3312],"./en-GH.mjs":[57612,57612],"./en-GI.mjs":[87121,87121],"./en-GM.mjs":[97006,97006],"./en-GU.mjs":[66034,66034],"./en-GY.mjs":[45647,45647],"./en-HK.mjs":[37568,37568],"./en-IE.mjs":[22048,22048],"./en-IL.mjs":[20874,20874],"./en-IM.mjs":[89577,89577],"./en-IN.mjs":[48426,48426],"./en-IO.mjs":[93652,93652],"./en-JE.mjs":[12134,12134],"./en-JM.mjs":[98599,98599],"./en-KE.mjs":[75335,75335],"./en-KI.mjs":[64578,64578],"./en-KN.mjs":[43973,43973],"./en-KY.mjs":[13929,13929],"./en-LC.mjs":[91124,91124],"./en-LR.mjs":[85445,85445],"./en-LS.mjs":[20055,20055],"./en-MG.mjs":[16536,16536],"./en-MH.mjs":[51908,51908],"./en-MO.mjs":[39054,39054],"./en-MP.mjs":[67696,67696],"./en-MS.mjs":[51035,51035],"./en-MT.mjs":[54491,54491],"./en-MU.mjs":[61717,61717],"./en-MV.mjs":[14732,14732],"./en-MW.mjs":[81822,81822],"./en-MY.mjs":[31428,31428],"./en-NA.mjs":[61579,61579],"./en-NF.mjs":[80409,80409],"./en-NG.mjs":[28378,28378],"./en-NL.mjs":[93135,93135],"./en-NR.mjs":[44845,44845],"./en-NU.mjs":[4714,4714],"./en-NZ.mjs":[73268,73268],"./en-PG.mjs":[13658,13658],"./en-PH.mjs":[62093,62093],"./en-PK.mjs":[40707,40707],"./en-PN.mjs":[82112,82112],"./en-PR.mjs":[85686,85686],"./en-PW.mjs":[30029,30029],"./en-RW.mjs":[30156,30156],"./en-SB.mjs":[75941,75941],"./en-SC.mjs":[14328,14328],"./en-SD.mjs":[72728,72728],"./en-SE.mjs":[90026,90026],"./en-SG.mjs":[13578,13578],"./en-SH.mjs":[88495,88495],"./en-SI.mjs":[26448,26448],"./en-SL.mjs":[75468,75468],"./en-SS.mjs":[28864,28864],"./en-SX.mjs":[9624,9624],"./en-SZ.mjs":[66268,66268],"./en-TC.mjs":[54287,54287],"./en-TK.mjs":[52576,52576],"./en-TO.mjs":[84794,84794],"./en-TT.mjs":[57049,57049],"./en-TV.mjs":[7218,7218],"./en-TZ.mjs":[19073,19073],"./en-UG.mjs":[79298,79298],"./en-UM.mjs":[12290,12290],"./en-VC.mjs":[81355,81355],"./en-VG.mjs":[82376,82376],"./en-VI.mjs":[59,59],"./en-VU.mjs":[56229,56229],"./en-WS.mjs":[5702,5702],"./en-ZA.mjs":[56195,56195],"./en-ZM.mjs":[38083,38083],"./en-ZW.mjs":[43673,43673],"./en.mjs":[61888,61888],"./eo.mjs":[48226,48226],"./es-419.mjs":[86160,86160],"./es-AR.mjs":[38131,38131],"./es-BO.mjs":[26531,26531],"./es-BR.mjs":[61945,61945],"./es-BZ.mjs":[65859,65859],"./es-CL.mjs":[94617,94617],"./es-CO.mjs":[74718,74718],"./es-CR.mjs":[5903,5903],"./es-CU.mjs":[20390,20390],"./es-DO.mjs":[85229,85229],"./es-EA.mjs":[72133,72133],"./es-EC.mjs":[67994,67994],"./es-GQ.mjs":[56579,56579],"./es-GT.mjs":[23588,23588],"./es-HN.mjs":[97603,97603],"./es-IC.mjs":[97067,97067],"./es-MX.mjs":[16386,16386],"./es-NI.mjs":[46926,46926],"./es-PA.mjs":[64385,64385],"./es-PE.mjs":[42733,42733],"./es-PH.mjs":[83141,83141],"./es-PR.mjs":[70429,70429],"./es-PY.mjs":[67778,67778],"./es-SV.mjs":[67165,67165],"./es-US.mjs":[79910,79910],"./es-UY.mjs":[75969,75969],"./es-VE.mjs":[20399,20399],"./es.mjs":[18077,18077],"./et.mjs":[90144,90144],"./eu.mjs":[18697,18697],"./ewo.mjs":[8997,8997],"./extra/af-NA.mjs":[73805,73805],"./extra/af.mjs":[91657,91657],"./extra/agq.mjs":[85799,85799],"./extra/ak.mjs":[77919,77919],"./extra/am.mjs":[7253,7253],"./extra/ar-AE.mjs":[72538,72538],"./extra/ar-BH.mjs":[40298,40298],"./extra/ar-DJ.mjs":[3521,3521],"./extra/ar-DZ.mjs":[56654,56654],"./extra/ar-EG.mjs":[5604,5604],"./extra/ar-EH.mjs":[88350,88350],"./extra/ar-ER.mjs":[81892,81892],"./extra/ar-IL.mjs":[62592,62592],"./extra/ar-IQ.mjs":[25833,25833],"./extra/ar-JO.mjs":[44562,44562],"./extra/ar-KM.mjs":[2315,2315],"./extra/ar-KW.mjs":[62074,62074],"./extra/ar-LB.mjs":[49502,49502],"./extra/ar-LY.mjs":[54089,54089],"./extra/ar-MA.mjs":[28241,28241],"./extra/ar-MR.mjs":[97182,97182],"./extra/ar-OM.mjs":[93554,93554],"./extra/ar-PS.mjs":[97194,97194],"./extra/ar-QA.mjs":[97989,97989],"./extra/ar-SA.mjs":[46756,46756],"./extra/ar-SD.mjs":[73508,73508],"./extra/ar-SO.mjs":[77705,77705],"./extra/ar-SS.mjs":[44561,44561],"./extra/ar-SY.mjs":[41504,41504],"./extra/ar-TD.mjs":[73434,73434],"./extra/ar-TN.mjs":[3415,3415],"./extra/ar-YE.mjs":[9047,9047],"./extra/ar.mjs":[7985,7985],"./extra/as.mjs":[83204,83204],"./extra/asa.mjs":[40291,40291],"./extra/ast.mjs":[42866,42866],"./extra/az-Cyrl.mjs":[33080,33080],"./extra/az-Latn.mjs":[65460,65460],"./extra/az.mjs":[20248,20248],"./extra/bas.mjs":[7571,7571],"./extra/be-tarask.mjs":[70240,70240],"./extra/be.mjs":[92404,92404],"./extra/bem.mjs":[75551,75551],"./extra/bez.mjs":[19320,19320],"./extra/bg.mjs":[47074,47074],"./extra/bm.mjs":[94390,94390],"./extra/bn-IN.mjs":[45289,45289],"./extra/bn.mjs":[43120,43120],"./extra/bo-IN.mjs":[33812,33812],"./extra/bo.mjs":[82823,82823],"./extra/br.mjs":[54542,54542],"./extra/brx.mjs":[9977,9977],"./extra/bs-Cyrl.mjs":[12990,12990],"./extra/bs-Latn.mjs":[56382,56382],"./extra/bs.mjs":[45615,45615],"./extra/ca-AD.mjs":[71062,71062],"./extra/ca-ES-valencia.mjs":[20973,20973],"./extra/ca-FR.mjs":[452,452],"./extra/ca-IT.mjs":[58612,58612],"./extra/ca.mjs":[88124,88124],"./extra/ccp-IN.mjs":[34739,34739],"./extra/ccp.mjs":[58902,58902],"./extra/ce.mjs":[71699,71699],"./extra/ceb.mjs":[72060,72060],"./extra/cgg.mjs":[86929,86929],"./extra/chr.mjs":[78350,78350],"./extra/ckb-IR.mjs":[1469,1469],"./extra/ckb.mjs":[35494,35494],"./extra/cs.mjs":[7517,7517],"./extra/cy.mjs":[6574,6574],"./extra/da-GL.mjs":[7098,7098],"./extra/da.mjs":[49746,49746],"./extra/dav.mjs":[36551,36551],"./extra/de-AT.mjs":[63106,63106],"./extra/de-BE.mjs":[67997,67997],"./extra/de-CH.mjs":[99905,89520],"./extra/de-IT.mjs":[60544,60544],"./extra/de-LI.mjs":[56747,56747],"./extra/de-LU.mjs":[63220,63220],"./extra/de.mjs":[29705,29705],"./extra/dje.mjs":[21146,21146],"./extra/doi.mjs":[47600,47600],"./extra/dsb.mjs":[27681,27681],"./extra/dua.mjs":[42146,42146],"./extra/dyo.mjs":[76442,76442],"./extra/dz.mjs":[61136,61136],"./extra/ebu.mjs":[34841,34841],"./extra/ee-TG.mjs":[60608,60608],"./extra/ee.mjs":[4504,4504],"./extra/el-CY.mjs":[34887,34887],"./extra/el.mjs":[84769,84769],"./extra/en-001.mjs":[4169,4169],"./extra/en-150.mjs":[2598,2598],"./extra/en-AE.mjs":[17071,17071],"./extra/en-AG.mjs":[99899,99899],"./extra/en-AI.mjs":[16074,16074],"./extra/en-AS.mjs":[20919,20919],"./extra/en-AT.mjs":[85475,85475],"./extra/en-AU.mjs":[85831,85831],"./extra/en-BB.mjs":[42068,42068],"./extra/en-BE.mjs":[96850,96850],"./extra/en-BI.mjs":[8338,8338],"./extra/en-BM.mjs":[88750,88750],"./extra/en-BS.mjs":[54656,54656],"./extra/en-BW.mjs":[56055,56055],"./extra/en-BZ.mjs":[475,475],"./extra/en-CA.mjs":[59391,59391],"./extra/en-CC.mjs":[51345,51345],"./extra/en-CH.mjs":[91494,91494],"./extra/en-CK.mjs":[53228,53228],"./extra/en-CM.mjs":[91955,91955],"./extra/en-CX.mjs":[56123,56123],"./extra/en-CY.mjs":[8097,8097],"./extra/en-DE.mjs":[3591,3591],"./extra/en-DG.mjs":[20444,20444],"./extra/en-DK.mjs":[64756,64756],"./extra/en-DM.mjs":[97020,97020],"./extra/en-ER.mjs":[23187,23187],"./extra/en-FI.mjs":[82397,82397],"./extra/en-FJ.mjs":[34374,34374],"./extra/en-FK.mjs":[87117,87117],"./extra/en-FM.mjs":[63514,63514],"./extra/en-GB.mjs":[43590,43590],"./extra/en-GD.mjs":[18850,18850],"./extra/en-GG.mjs":[37219,37219],"./extra/en-GH.mjs":[72489,72489],"./extra/en-GI.mjs":[98697,98697],"./extra/en-GM.mjs":[23518,23518],"./extra/en-GU.mjs":[37980,37980],"./extra/en-GY.mjs":[73315,73315],"./extra/en-HK.mjs":[43451,43451],"./extra/en-IE.mjs":[14665,14665],"./extra/en-IL.mjs":[72740,72740],"./extra/en-IM.mjs":[62289,62289],"./extra/en-IN.mjs":[74239,74239],"./extra/en-IO.mjs":[66961,66961],"./extra/en-JE.mjs":[84569,84569],"./extra/en-JM.mjs":[58429,58429],"./extra/en-KE.mjs":[62243,62243],"./extra/en-KI.mjs":[81619,81619],"./extra/en-KN.mjs":[72529,72529],"./extra/en-KY.mjs":[75282,75282],"./extra/en-LC.mjs":[97056,97056],"./extra/en-LR.mjs":[58716,58716],"./extra/en-LS.mjs":[55856,55856],"./extra/en-MG.mjs":[42267,42267],"./extra/en-MH.mjs":[51457,51457],"./extra/en-MO.mjs":[13771,13771],"./extra/en-MP.mjs":[96402,96402],"./extra/en-MS.mjs":[54135,54135],"./extra/en-MT.mjs":[6362,6362],"./extra/en-MU.mjs":[18675,18675],"./extra/en-MV.mjs":[37462,37462],"./extra/en-MW.mjs":[29136,29136],"./extra/en-MY.mjs":[93884,93884],"./extra/en-NA.mjs":[16664,16664],"./extra/en-NF.mjs":[47863,47863],"./extra/en-NG.mjs":[64068,28254],"./extra/en-NL.mjs":[50592,50592],"./extra/en-NR.mjs":[47061,47061],"./extra/en-NU.mjs":[16874,16874],"./extra/en-NZ.mjs":[45594,45594],"./extra/en-PG.mjs":[88619,88619],"./extra/en-PH.mjs":[25469,25469],"./extra/en-PK.mjs":[98391,98391],"./extra/en-PN.mjs":[42553,42553],"./extra/en-PR.mjs":[48563,48563],"./extra/en-PW.mjs":[35519,35519],"./extra/en-RW.mjs":[74997,74997],"./extra/en-SB.mjs":[19267,19267],"./extra/en-SC.mjs":[98286,98286],"./extra/en-SD.mjs":[22966,22966],"./extra/en-SE.mjs":[30377,30377],"./extra/en-SG.mjs":[74464,74464],"./extra/en-SH.mjs":[18941,18941],"./extra/en-SI.mjs":[30977,30977],"./extra/en-SL.mjs":[57834,57834],"./extra/en-SS.mjs":[83825,83825],"./extra/en-SX.mjs":[33801,33801],"./extra/en-SZ.mjs":[80394,80394],"./extra/en-TC.mjs":[47692,47692],"./extra/en-TK.mjs":[91095,91095],"./extra/en-TO.mjs":[9208,9208],"./extra/en-TT.mjs":[55832,55832],"./extra/en-TV.mjs":[26934,26934],"./extra/en-TZ.mjs":[46641,46641],"./extra/en-UG.mjs":[45313,45313],"./extra/en-UM.mjs":[85123,85123],"./extra/en-VC.mjs":[17957,17957],"./extra/en-VG.mjs":[46508,46508],"./extra/en-VI.mjs":[61603,61603],"./extra/en-VU.mjs":[38155,38155],"./extra/en-WS.mjs":[45797,45797],"./extra/en-ZA.mjs":[15551,15551],"./extra/en-ZM.mjs":[3043,3043],"./extra/en-ZW.mjs":[55619,55619],"./extra/en.mjs":[38087,38087],"./extra/eo.mjs":[1737,1737],"./extra/es-419.mjs":[31737,31737],"./extra/es-AR.mjs":[62866,62866],"./extra/es-BO.mjs":[64427,64427],"./extra/es-BR.mjs":[23739,23739],"./extra/es-BZ.mjs":[95255,95255],"./extra/es-CL.mjs":[20596,20596],"./extra/es-CO.mjs":[2284,2284],"./extra/es-CR.mjs":[76325,76325],"./extra/es-CU.mjs":[35614,35614],"./extra/es-DO.mjs":[70006,70006],"./extra/es-EA.mjs":[24236,24236],"./extra/es-EC.mjs":[58487,58487],"./extra/es-GQ.mjs":[78386,78386],"./extra/es-GT.mjs":[11386,11386],"./extra/es-HN.mjs":[36023,36023],"./extra/es-IC.mjs":[10394,10394],"./extra/es-MX.mjs":[23847,23847],"./extra/es-NI.mjs":[99936,99936],"./extra/es-PA.mjs":[50070,50070],"./extra/es-PE.mjs":[91991,91991],"./extra/es-PH.mjs":[80505,80505],"./extra/es-PR.mjs":[62360,62360],"./extra/es-PY.mjs":[89348,89348],"./extra/es-SV.mjs":[82088,82088],"./extra/es-US.mjs":[62901,62901],"./extra/es-UY.mjs":[97906,97906],"./extra/es-VE.mjs":[70363,70363],"./extra/es.mjs":[39065,39065],"./extra/et.mjs":[25920,25920],"./extra/eu.mjs":[5178,5178],"./extra/ewo.mjs":[42627,42627],"./extra/fa-AF.mjs":[52042,52042],"./extra/fa.mjs":[47681,47681],"./extra/ff-Adlm-BF.mjs":[80282,80282],"./extra/ff-Adlm-CM.mjs":[84635,84635],"./extra/ff-Adlm-GH.mjs":[92552,92552],"./extra/ff-Adlm-GM.mjs":[9246,9246],"./extra/ff-Adlm-GW.mjs":[89450,89450],"./extra/ff-Adlm-LR.mjs":[2538,2538],"./extra/ff-Adlm-MR.mjs":[16654,16654],"./extra/ff-Adlm-NE.mjs":[75808,75808],"./extra/ff-Adlm-NG.mjs":[38378,38378],"./extra/ff-Adlm-SL.mjs":[22273,22273],"./extra/ff-Adlm-SN.mjs":[32020,32020],"./extra/ff-Adlm.mjs":[83904,83904],"./extra/ff-CM.mjs":[88517,88517],"./extra/ff-GN.mjs":[43792,43792],"./extra/ff-Latn-BF.mjs":[12243,12243],"./extra/ff-Latn-CM.mjs":[56935,56935],"./extra/ff-Latn-GH.mjs":[20636,20636],"./extra/ff-Latn-GM.mjs":[12137,12137],"./extra/ff-Latn-GN.mjs":[21993,21993],"./extra/ff-Latn-GW.mjs":[56392,56392],"./extra/ff-Latn-LR.mjs":[67625,67625],"./extra/ff-Latn-MR.mjs":[73384,73384],"./extra/ff-Latn-NE.mjs":[82675,82675],"./extra/ff-Latn-NG.mjs":[14998,14998],"./extra/ff-Latn-SL.mjs":[76567,76567],"./extra/ff-Latn.mjs":[29629,29629],"./extra/ff-MR.mjs":[13384,13384],"./extra/ff.mjs":[56570,56570],"./extra/fi.mjs":[93568,93568],"./extra/fil.mjs":[72186,72186],"./extra/fo-DK.mjs":[13971,13971],"./extra/fo.mjs":[95198,95198],"./extra/fr-BE.mjs":[42506,42506],"./extra/fr-BF.mjs":[25259,25259],"./extra/fr-BI.mjs":[35721,35721],"./extra/fr-BJ.mjs":[39580,39580],"./extra/fr-BL.mjs":[91390,91390],"./extra/fr-CA.mjs":[75478,75478],"./extra/fr-CD.mjs":[69647,69647],"./extra/fr-CF.mjs":[38638,38638],"./extra/fr-CG.mjs":[13998,13998],"./extra/fr-CH.mjs":[1170,1170],"./extra/fr-CI.mjs":[53998,53998],"./extra/fr-CM.mjs":[84564,84564],"./extra/fr-DJ.mjs":[81282,81282],"./extra/fr-DZ.mjs":[10346,10346],"./extra/fr-GA.mjs":[68475,68475],"./extra/fr-GF.mjs":[45438,45438],"./extra/fr-GN.mjs":[69141,69141],"./extra/fr-GP.mjs":[66431,66431],"./extra/fr-GQ.mjs":[66116,66116],"./extra/fr-HT.mjs":[35596,35596],"./extra/fr-KM.mjs":[48208,48208],"./extra/fr-LU.mjs":[26091,26091],"./extra/fr-MA.mjs":[58246,58246],"./extra/fr-MC.mjs":[18855,18855],"./extra/fr-MF.mjs":[15529,15529],"./extra/fr-MG.mjs":[58591,58591],"./extra/fr-ML.mjs":[17926,17926],"./extra/fr-MQ.mjs":[88128,88128],"./extra/fr-MR.mjs":[82477,82477],"./extra/fr-MU.mjs":[80500,80500],"./extra/fr-NC.mjs":[25408,25408],"./extra/fr-NE.mjs":[70260,70260],"./extra/fr-PF.mjs":[87993,87993],"./extra/fr-PM.mjs":[11530,11530],"./extra/fr-RE.mjs":[65514,65514],"./extra/fr-RW.mjs":[80401,80401],"./extra/fr-SC.mjs":[26367,26367],"./extra/fr-SN.mjs":[11944,11944],"./extra/fr-SY.mjs":[93921,93921],"./extra/fr-TD.mjs":[24410,24410],"./extra/fr-TG.mjs":[55328,55328],"./extra/fr-TN.mjs":[65015,65015],"./extra/fr-VU.mjs":[50093,50093],"./extra/fr-WF.mjs":[15825,15825],"./extra/fr-YT.mjs":[29279,29279],"./extra/fr.mjs":[35165,35165],"./extra/fur.mjs":[59655,59655],"./extra/fy.mjs":[48067,48067],"./extra/ga-GB.mjs":[55607,55607],"./extra/ga.mjs":[78425,78425],"./extra/gd.mjs":[62492,62492],"./extra/gl.mjs":[94869,94869],"./extra/gsw-FR.mjs":[90033,90033],"./extra/gsw-LI.mjs":[37223,37223],"./extra/gsw.mjs":[39194,39194],"./extra/gu.mjs":[13193,13193],"./extra/guz.mjs":[88082,88082],"./extra/gv.mjs":[14899,14899],"./extra/ha-GH.mjs":[47877,47877],"./extra/ha-NE.mjs":[29734,29734],"./extra/ha.mjs":[83445,83445],"./extra/haw.mjs":[69578,69578],"./extra/he.mjs":[35487,35487],"./extra/hi-Latn.mjs":[34010,34010],"./extra/hi.mjs":[41904,41904],"./extra/hr-BA.mjs":[53822,53822],"./extra/hr.mjs":[36540,36540],"./extra/hsb.mjs":[10810,10810],"./extra/hu.mjs":[79008,79008],"./extra/hy.mjs":[31936,31936],"./extra/ia.mjs":[90694,90694],"./extra/id.mjs":[33986,33986],"./extra/ig.mjs":[64426,64426],"./extra/ii.mjs":[25046,25046],"./extra/is.mjs":[5995,5995],"./extra/it-CH.mjs":[18044,18044],"./extra/it-SM.mjs":[20281,20281],"./extra/it-VA.mjs":[12250,12250],"./extra/it.mjs":[74393,74393],"./extra/ja.mjs":[52800,52800],"./extra/jgo.mjs":[91434,91434],"./extra/jmc.mjs":[39465,39465],"./extra/jv.mjs":[42562,42562],"./extra/ka.mjs":[66730,66730],"./extra/kab.mjs":[62719,62719],"./extra/kam.mjs":[40727,40727],"./extra/kde.mjs":[75881,75881],"./extra/kea.mjs":[39613,39613],"./extra/kgp.mjs":[5977,5977],"./extra/khq.mjs":[80911,80911],"./extra/ki.mjs":[5814,5814],"./extra/kk.mjs":[31242,31242],"./extra/kkj.mjs":[32498,32498],"./extra/kl.mjs":[39256,39256],"./extra/kln.mjs":[84417,84417],"./extra/km.mjs":[2385,2385],"./extra/kn.mjs":[91811,91811],"./extra/ko-KP.mjs":[94772,94772],"./extra/ko.mjs":[1419,1419],"./extra/kok.mjs":[18276,18276],"./extra/ks-Arab.mjs":[36150,36150],"./extra/ks-Deva.mjs":[76,76],"./extra/ks.mjs":[66448,66448],"./extra/ksb.mjs":[4661,4661],"./extra/ksf.mjs":[52683,52683],"./extra/ksh.mjs":[35939,35939],"./extra/ku.mjs":[59724,59724],"./extra/kw.mjs":[98974,98974],"./extra/ky.mjs":[74168,74168],"./extra/lag.mjs":[34840,34840],"./extra/lb.mjs":[83523,83523],"./extra/lg.mjs":[32796,32796],"./extra/lkt.mjs":[28159,28159],"./extra/ln-AO.mjs":[43369,43369],"./extra/ln-CF.mjs":[76491,76491],"./extra/ln-CG.mjs":[66831,66831],"./extra/ln.mjs":[95095,95095],"./extra/lo.mjs":[26037,26037],"./extra/lrc-IQ.mjs":[90621,90621],"./extra/lrc.mjs":[81395,81395],"./extra/lt.mjs":[72618,72618],"./extra/lu.mjs":[47682,47682],"./extra/luo.mjs":[34714,34714],"./extra/luy.mjs":[36380,36380],"./extra/lv.mjs":[94447,94447],"./extra/mai.mjs":[89978,89978],"./extra/mas-TZ.mjs":[44571,44571],"./extra/mas.mjs":[6643,6643],"./extra/mer.mjs":[9211,9211],"./extra/mfe.mjs":[65917,65917],"./extra/mg.mjs":[10705,10705],"./extra/mgh.mjs":[52816,52816],"./extra/mgo.mjs":[62393,62393],"./extra/mi.mjs":[56841,56841],"./extra/mk.mjs":[73188,73188],"./extra/ml.mjs":[3826,3826],"./extra/mn.mjs":[41994,41994],"./extra/mni-Beng.mjs":[72385,72385],"./extra/mni.mjs":[15843,15843],"./extra/mr.mjs":[48837,48837],"./extra/ms-BN.mjs":[48088,48088],"./extra/ms-ID.mjs":[66428,66428],"./extra/ms-SG.mjs":[18645,18645],"./extra/ms.mjs":[56972,56972],"./extra/mt.mjs":[84538,84538],"./extra/mua.mjs":[90177,90177],"./extra/my.mjs":[69226,69226],"./extra/mzn.mjs":[55352,55352],"./extra/naq.mjs":[81,81],"./extra/nb-SJ.mjs":[21921,21921],"./extra/nb.mjs":[43990,43990],"./extra/nd.mjs":[25049,25049],"./extra/nds-NL.mjs":[63770,63770],"./extra/nds.mjs":[92907,92907],"./extra/ne-IN.mjs":[1486,1486],"./extra/ne.mjs":[70057,70057],"./extra/nl-AW.mjs":[10879,10879],"./extra/nl-BE.mjs":[55122,55122],"./extra/nl-BQ.mjs":[62711,62711],"./extra/nl-CW.mjs":[28162,28162],"./extra/nl-SR.mjs":[13568,13568],"./extra/nl-SX.mjs":[96190,96190],"./extra/nl.mjs":[50168,50168],"./extra/nmg.mjs":[64113,64113],"./extra/nn.mjs":[11401,11401],"./extra/nnh.mjs":[83959,83959],"./extra/no.mjs":[73095,73095],"./extra/nus.mjs":[73572,73572],"./extra/nyn.mjs":[26236,26236],"./extra/om-KE.mjs":[6059,6059],"./extra/om.mjs":[57740,57740],"./extra/or.mjs":[37949,37949],"./extra/os-RU.mjs":[44979,44979],"./extra/os.mjs":[61217,61217],"./extra/pa-Arab.mjs":[3946,3946],"./extra/pa-Guru.mjs":[7439,7439],"./extra/pa.mjs":[36068,36068],"./extra/pcm.mjs":[38778,38778],"./extra/pl.mjs":[85347,85347],"./extra/ps-PK.mjs":[10106,10106],"./extra/ps.mjs":[17568,17568],"./extra/pt-AO.mjs":[11463,11463],"./extra/pt-CH.mjs":[89359,89359],"./extra/pt-CV.mjs":[52881,62927],"./extra/pt-GQ.mjs":[17030,17030],"./extra/pt-GW.mjs":[58198,58198],"./extra/pt-LU.mjs":[1707,1707],"./extra/pt-MO.mjs":[28691,28691],"./extra/pt-MZ.mjs":[47957,47957],"./extra/pt-PT.mjs":[91097,91097],"./extra/pt-ST.mjs":[23457,23457],"./extra/pt-TL.mjs":[88855,88855],"./extra/pt.mjs":[81704,81704],"./extra/qu-BO.mjs":[96670,96670],"./extra/qu-EC.mjs":[69974,69974],"./extra/qu.mjs":[44538,44538],"./extra/rm.mjs":[48415,48415],"./extra/rn.mjs":[86966,86966],"./extra/ro-MD.mjs":[62754,62754],"./extra/ro.mjs":[46510,46510],"./extra/rof.mjs":[49062,49062],"./extra/ru-BY.mjs":[89838,89838],"./extra/ru-KG.mjs":[50222,50222],"./extra/ru-KZ.mjs":[14430,14430],"./extra/ru-MD.mjs":[56013,56013],"./extra/ru-UA.mjs":[6568,6568],"./extra/ru.mjs":[33647,33647],"./extra/rw.mjs":[99860,99860],"./extra/rwk.mjs":[35680,35680],"./extra/sa.mjs":[67623,67623],"./extra/sah.mjs":[55942,55942],"./extra/saq.mjs":[74545,74545],"./extra/sat-Olck.mjs":[5222,5222],"./extra/sat.mjs":[57174,57174],"./extra/sbp.mjs":[56089,56089],"./extra/sc.mjs":[66257,66257],"./extra/sd-Arab.mjs":[23767,23767],"./extra/sd-Deva.mjs":[75272,75272],"./extra/sd.mjs":[98344,98344],"./extra/se-FI.mjs":[27779,27779],"./extra/se-SE.mjs":[81588,81588],"./extra/se.mjs":[60329,60329],"./extra/seh.mjs":[35317,35317],"./extra/ses.mjs":[40604,40604],"./extra/sg.mjs":[23224,23224],"./extra/shi-Latn.mjs":[61250,61250],"./extra/shi-Tfng.mjs":[54325,54325],"./extra/shi.mjs":[71310,71310],"./extra/si.mjs":[19602,19602],"./extra/sk.mjs":[18064,18064],"./extra/sl.mjs":[17053,17053],"./extra/smn.mjs":[50760,50760],"./extra/sn.mjs":[39528,39528],"./extra/so-DJ.mjs":[18165,18165],"./extra/so-ET.mjs":[47696,47696],"./extra/so-KE.mjs":[25166,25166],"./extra/so.mjs":[12409,12409],"./extra/sq-MK.mjs":[63577,63577],"./extra/sq-XK.mjs":[61291,61291],"./extra/sq.mjs":[1618,1618],"./extra/sr-Cyrl-BA.mjs":[74623,74623],"./extra/sr-Cyrl-ME.mjs":[86104,73775],"./extra/sr-Cyrl-XK.mjs":[29670,29670],"./extra/sr-Cyrl.mjs":[21239,21239],"./extra/sr-Latn-BA.mjs":[59403,59403],"./extra/sr-Latn-ME.mjs":[25274,25274],"./extra/sr-Latn-XK.mjs":[84836,84836],"./extra/sr-Latn.mjs":[9986,9986],"./extra/sr.mjs":[4242,4242],"./extra/su-Latn.mjs":[70712,70712],"./extra/su.mjs":[16684,16684],"./extra/sv-AX.mjs":[96657,96657],"./extra/sv-FI.mjs":[11728,11728],"./extra/sv.mjs":[36958,36958],"./extra/sw-CD.mjs":[60199,60199],"./extra/sw-KE.mjs":[24931,24931],"./extra/sw-UG.mjs":[77319,77319],"./extra/sw.mjs":[81555,81555],"./extra/ta-LK.mjs":[76866,76866],"./extra/ta-MY.mjs":[97921,97921],"./extra/ta-SG.mjs":[71255,71255],"./extra/ta.mjs":[1844,1844],"./extra/te.mjs":[9037,9037],"./extra/teo-KE.mjs":[87362,87362],"./extra/teo.mjs":[84882,84882],"./extra/tg.mjs":[55684,55684],"./extra/th.mjs":[10938,10938],"./extra/ti-ER.mjs":[8031,8031],"./extra/ti.mjs":[43982,43982],"./extra/tk.mjs":[64180,64180],"./extra/to.mjs":[13285,13285],"./extra/tr-CY.mjs":[32800,32800],"./extra/tr.mjs":[69347,69347],"./extra/tt.mjs":[47233,47233],"./extra/twq.mjs":[56018,56018],"./extra/tzm.mjs":[58646,58646],"./extra/ug.mjs":[69878,69878],"./extra/uk.mjs":[42539,42539],"./extra/und.mjs":[75466,75466],"./extra/ur-IN.mjs":[5785,5785],"./extra/ur.mjs":[93870,93870],"./extra/uz-Arab.mjs":[52131,52131],"./extra/uz-Cyrl.mjs":[59430,59430],"./extra/uz-Latn.mjs":[10438,10438],"./extra/uz.mjs":[90290,90290],"./extra/vai-Latn.mjs":[76540,76540],"./extra/vai-Vaii.mjs":[24754,24754],"./extra/vai.mjs":[87023,87023],"./extra/vi.mjs":[7474,7474],"./extra/vun.mjs":[13356,13356],"./extra/wae.mjs":[47913,47913],"./extra/wo.mjs":[25431,25431],"./extra/xh.mjs":[66568,66568],"./extra/xog.mjs":[17375,17375],"./extra/yav.mjs":[69523,69523],"./extra/yi.mjs":[210,210],"./extra/yo-BJ.mjs":[6250,6250],"./extra/yo.mjs":[41153,41153],"./extra/yrl-CO.mjs":[31895,31895],"./extra/yrl-VE.mjs":[6254,6254],"./extra/yrl.mjs":[3886,3886],"./extra/yue-Hans.mjs":[57905,57905],"./extra/yue-Hant.mjs":[32765,32765],"./extra/yue.mjs":[65602,65602],"./extra/zgh.mjs":[77159,77159],"./extra/zh-Hans-HK.mjs":[79167,79167],"./extra/zh-Hans-MO.mjs":[76046,76046],"./extra/zh-Hans-SG.mjs":[25209,25209],"./extra/zh-Hans.mjs":[36206,36206],"./extra/zh-Hant-HK.mjs":[34529,34529],"./extra/zh-Hant-MO.mjs":[80780,80780],"./extra/zh-Hant.mjs":[72373,72373],"./extra/zh.mjs":[52569,52569],"./extra/zu.mjs":[6475,6475],"./fa-AF.mjs":[51399,51399],"./fa.mjs":[73335,73335],"./ff-Adlm-BF.mjs":[69879,69879],"./ff-Adlm-CM.mjs":[72448,72448],"./ff-Adlm-GH.mjs":[35320,35320],"./ff-Adlm-GM.mjs":[43846,43846],"./ff-Adlm-GW.mjs":[47673,47673],"./ff-Adlm-LR.mjs":[52871,52871],"./ff-Adlm-MR.mjs":[67570,67570],"./ff-Adlm-NE.mjs":[90926,90926],"./ff-Adlm-NG.mjs":[82842,82842],"./ff-Adlm-SL.mjs":[31034,31034],"./ff-Adlm-SN.mjs":[2505,2505],"./ff-Adlm.mjs":[35924,35924],"./ff-CM.mjs":[722,722],"./ff-GN.mjs":[13722,13722],"./ff-Latn-BF.mjs":[30164,30164],"./ff-Latn-CM.mjs":[41333,41333],"./ff-Latn-GH.mjs":[57824,57824],"./ff-Latn-GM.mjs":[92756,92756],"./ff-Latn-GN.mjs":[90797,90797],"./ff-Latn-GW.mjs":[28066,28066],"./ff-Latn-LR.mjs":[98823,98823],"./ff-Latn-MR.mjs":[50569,50569],"./ff-Latn-NE.mjs":[17285,17285],"./ff-Latn-NG.mjs":[9402,9402],"./ff-Latn-SL.mjs":[15010,15010],"./ff-Latn.mjs":[99567,99567],"./ff-MR.mjs":[88654,88654],"./ff.mjs":[92337,92337],"./fi.mjs":[18155,18155],"./fil.mjs":[64763,64763],"./fo-DK.mjs":[36735,36735],"./fo.mjs":[69675,69675],"./fr-BE.mjs":[59557,59557],"./fr-BF.mjs":[83227,83227],"./fr-BI.mjs":[14673,14673],"./fr-BJ.mjs":[40178,40178],"./fr-BL.mjs":[51888,51888],"./fr-CA.mjs":[94052,94052],"./fr-CD.mjs":[63993,63993],"./fr-CF.mjs":[96386,96386],"./fr-CG.mjs":[50771,50771],"./fr-CH.mjs":[95588,95588],"./fr-CI.mjs":[78682,78682],"./fr-CM.mjs":[52142,52142],"./fr-DJ.mjs":[65627,65627],"./fr-DZ.mjs":[81539,81539],"./fr-GA.mjs":[94983,94983],"./fr-GF.mjs":[70568,70568],"./fr-GN.mjs":[4329,4329],"./fr-GP.mjs":[24629,24629],"./fr-GQ.mjs":[45680,45680],"./fr-HT.mjs":[94250,94250],"./fr-KM.mjs":[24156,24156],"./fr-LU.mjs":[24755,24755],"./fr-MA.mjs":[34402,34402],"./fr-MC.mjs":[29884,29884],"./fr-MF.mjs":[7670,7670],"./fr-MG.mjs":[9720,9720],"./fr-ML.mjs":[531,531],"./fr-MQ.mjs":[89641,89641],"./fr-MR.mjs":[68874,68874],"./fr-MU.mjs":[44566,44566],"./fr-NC.mjs":[72484,72484],"./fr-NE.mjs":[99256,42278],"./fr-PF.mjs":[93856,93856],"./fr-PM.mjs":[87043,87043],"./fr-RE.mjs":[60409,60409],"./fr-RW.mjs":[34280,34280],"./fr-SC.mjs":[53519,53519],"./fr-SN.mjs":[2792,2792],"./fr-SY.mjs":[59406,59406],"./fr-TD.mjs":[59719,59719],"./fr-TG.mjs":[2629,2629],"./fr-TN.mjs":[25453,25453],"./fr-VU.mjs":[35813,35813],"./fr-WF.mjs":[1730,1730],"./fr-YT.mjs":[41124,41124],"./fr.mjs":[1086,1086],"./fur.mjs":[96534,96534],"./fy.mjs":[2235,2235],"./ga-GB.mjs":[66457,66457],"./ga.mjs":[69240,69240],"./gd.mjs":[37929,37929],"./gl.mjs":[36784,36784],"./gsw-FR.mjs":[42329,42329],"./gsw-LI.mjs":[70156,70156],"./gsw.mjs":[33698,33698],"./gu.mjs":[95825,95825],"./guz.mjs":[96478,96478],"./gv.mjs":[18095,18095],"./ha-GH.mjs":[92522,92522],"./ha-NE.mjs":[69289,69289],"./ha.mjs":[85947,85947],"./haw.mjs":[18024,18024],"./he.mjs":[11135,11135],"./hi-Latn.mjs":[91152,91152],"./hi.mjs":[47592,47592],"./hr-BA.mjs":[12093,12093],"./hr.mjs":[77384,77384],"./hsb.mjs":[75849,75849],"./hu.mjs":[47671,47671],"./hy.mjs":[69086,69086],"./ia.mjs":[29518,29518],"./id.mjs":[42053,42053],"./ig.mjs":[90427,90427],"./ii.mjs":[71910,71910],"./is.mjs":[25809,25809],"./it-CH.mjs":[46329,46329],"./it-SM.mjs":[17588,17588],"./it-VA.mjs":[84591,84591],"./it.mjs":[56410,56410],"./ja.mjs":[7829,7829],"./jgo.mjs":[27618,27618],"./jmc.mjs":[10856,10856],"./jv.mjs":[54052,54052],"./ka.mjs":[25772,25772],"./kab.mjs":[43720,43720],"./kam.mjs":[99010,99010],"./kde.mjs":[80229,80229],"./kea.mjs":[92472,92472],"./kgp.mjs":[28052,28052],"./khq.mjs":[9556,9556],"./ki.mjs":[32450,32450],"./kk.mjs":[85878,85878],"./kkj.mjs":[5783,5783],"./kl.mjs":[12472,12472],"./kln.mjs":[78479,78479],"./km.mjs":[66033,66033],"./kn.mjs":[4632,4632],"./ko-KP.mjs":[27188,27188],"./ko.mjs":[1182,1182],"./kok.mjs":[84529,84529],"./ks-Arab.mjs":[41919,41919],"./ks-Deva.mjs":[76297,76297],"./ks.mjs":[57024,57024],"./ksb.mjs":[8386,8386],"./ksf.mjs":[44078,44078],"./ksh.mjs":[18196,18196],"./ku.mjs":[26570,26570],"./kw.mjs":[25502,25502],"./ky.mjs":[31362,31362],"./lag.mjs":[4506,4506],"./lb.mjs":[35728,86104],"./lg.mjs":[62036,62036],"./lkt.mjs":[89814,89814],"./ln-AO.mjs":[7172,7172],"./ln-CF.mjs":[30743,30743],"./ln-CG.mjs":[45038,45038],"./ln.mjs":[73316,73316],"./lo.mjs":[2981,2981],"./lrc-IQ.mjs":[67119,67119],"./lrc.mjs":[62250,62250],"./lt.mjs":[49353,49353],"./lu.mjs":[48804,48804],"./luo.mjs":[3243,3243],"./luy.mjs":[2584,2584],"./lv.mjs":[75596,75596],"./mai.mjs":[5842,5842],"./mas-TZ.mjs":[95747,95747],"./mas.mjs":[45349,45349],"./mer.mjs":[5738,5738],"./mfe.mjs":[71365,71365],"./mg.mjs":[62187,62187],"./mgh.mjs":[69200,69200],"./mgo.mjs":[75186,75186],"./mi.mjs":[45637,45637],"./mk.mjs":[80570,80570],"./ml.mjs":[27035,27035],"./mn.mjs":[4526,4526],"./mni-Beng.mjs":[33175,33175],"./mni.mjs":[1476,1476],"./mr.mjs":[3002,3002],"./ms-BN.mjs":[2399,2399],"./ms-ID.mjs":[64284,64284],"./ms-SG.mjs":[43040,43040],"./ms.mjs":[71981,71981],"./mt.mjs":[80203,80203],"./mua.mjs":[18799,18799],"./my.mjs":[23954,23954],"./mzn.mjs":[80881,80881],"./naq.mjs":[84895,84895],"./nb-SJ.mjs":[63098,63098],"./nb.mjs":[54947,54947],"./nd.mjs":[61681,61681],"./nds-NL.mjs":[91304,91304],"./nds.mjs":[5620,5620],"./ne-IN.mjs":[31591,31591],"./ne.mjs":[20303,20303],"./nl-AW.mjs":[27008,27008],"./nl-BE.mjs":[42028,42028],"./nl-BQ.mjs":[67720,67720],"./nl-CW.mjs":[53201,53201],"./nl-SR.mjs":[74649,74649],"./nl-SX.mjs":[20024,20024],"./nl.mjs":[38412,38412],"./nmg.mjs":[99341,99341],"./nn.mjs":[72494,72494],"./nnh.mjs":[80160,80160],"./no.mjs":[56717,56717],"./nus.mjs":[76106,76106],"./nyn.mjs":[31010,31010],"./om-KE.mjs":[51524,51524],"./om.mjs":[72096,72096],"./or.mjs":[66674,66674],"./os-RU.mjs":[38309,38309],"./os.mjs":[61833,61833],"./pa-Arab.mjs":[7166,7166],"./pa-Guru.mjs":[21681,21681],"./pa.mjs":[51514,51514],"./pcm.mjs":[11105,11105],"./pl.mjs":[68644,68644],"./ps-PK.mjs":[38469,38469],"./ps.mjs":[69618,69618],"./pt-AO.mjs":[54547,54547],"./pt-CH.mjs":[54222,54222],"./pt-CV.mjs":[96119,96119],"./pt-GQ.mjs":[33131,33131],"./pt-GW.mjs":[89466,89466],"./pt-LU.mjs":[19257,19257],"./pt-MO.mjs":[14317,14317],"./pt-MZ.mjs":[95170,95170],"./pt-PT.mjs":[81859,81859],"./pt-ST.mjs":[47982,47982],"./pt-TL.mjs":[71534,71534],"./pt.mjs":[7379,7379],"./qu-BO.mjs":[8870,8870],"./qu-EC.mjs":[49784,49784],"./qu.mjs":[52663,52663],"./rm.mjs":[52200,52200],"./rn.mjs":[9197,9197],"./ro-MD.mjs":[6723,6723],"./ro.mjs":[19656,19656],"./rof.mjs":[61959,61959],"./ru-BY.mjs":[48948,48948],"./ru-KG.mjs":[60540,60540],"./ru-KZ.mjs":[39068,39068],"./ru-MD.mjs":[42765,42765],"./ru-UA.mjs":[33351,33351],"./ru.mjs":[3885,3885],"./rw.mjs":[86807,86807],"./rwk.mjs":[50597,50597],"./sa.mjs":[99228,99228],"./sah.mjs":[15444,15444],"./saq.mjs":[16199,16199],"./sat-Olck.mjs":[27910,27910],"./sat.mjs":[62705,62705],"./sbp.mjs":[79892,79892],"./sc.mjs":[80279,80279],"./sd-Arab.mjs":[13527,13527],"./sd-Deva.mjs":[4796,4796],"./sd.mjs":[67839,67839],"./se-FI.mjs":[9991,9991],"./se-SE.mjs":[75508,75508],"./se.mjs":[14527,14527],"./seh.mjs":[5660,5660],"./ses.mjs":[49255,49255],"./sg.mjs":[4571,4571],"./shi-Latn.mjs":[18413,18413],"./shi-Tfng.mjs":[44647,44647],"./shi.mjs":[68247,68247],"./si.mjs":[79682,79682],"./sk.mjs":[60335,60335],"./sl.mjs":[14862,14862],"./smn.mjs":[75061,75061],"./sn.mjs":[55125,55125],"./so-DJ.mjs":[61323,61323],"./so-ET.mjs":[56701,56701],"./so-KE.mjs":[96588,96588],"./so.mjs":[91161,91161],"./sq-MK.mjs":[85879,85879],"./sq-XK.mjs":[67025,67025],"./sq.mjs":[70033,70033],"./sr-Cyrl-BA.mjs":[47649,47649],"./sr-Cyrl-ME.mjs":[90663,90663],"./sr-Cyrl-XK.mjs":[95969,95969],"./sr-Cyrl.mjs":[15770,15770],"./sr-Latn-BA.mjs":[94770,94770],"./sr-Latn-ME.mjs":[91979,91979],"./sr-Latn-XK.mjs":[11012,11012],"./sr-Latn.mjs":[47598,47598],"./sr.mjs":[72987,72987],"./su-Latn.mjs":[56542,56542],"./su.mjs":[66938,92772],"./sv-AX.mjs":[8744,8744],"./sv-FI.mjs":[66243,66243],"./sv.mjs":[99575,99575],"./sw-CD.mjs":[71970,71970],"./sw-KE.mjs":[95545,95545],"./sw-UG.mjs":[41079,41079],"./sw.mjs":[82222,82222],"./ta-LK.mjs":[94092,94092],"./ta-MY.mjs":[7632,52881],"./ta-SG.mjs":[10297,10297],"./ta.mjs":[53669,53669],"./te.mjs":[47928,47928],"./teo-KE.mjs":[15929,15929],"./teo.mjs":[933,933],"./tg.mjs":[73871,73871],"./th.mjs":[85393,85393],"./ti-ER.mjs":[99344,99344],"./ti.mjs":[22387,22387],"./tk.mjs":[11028,11028],"./to.mjs":[52221,52221],"./tr-CY.mjs":[2454,2454],"./tr.mjs":[20500,20500],"./tt.mjs":[57507,57507],"./twq.mjs":[53200,53200],"./tzm.mjs":[56316,56316],"./ug.mjs":[9377,9377],"./uk.mjs":[25693,25693],"./und.mjs":[33318,33318],"./ur-IN.mjs":[39037,39037],"./ur.mjs":[2967,2967],"./uz-Arab.mjs":[51165,51165],"./uz-Cyrl.mjs":[17039,17039],"./uz-Latn.mjs":[6721,6721],"./uz.mjs":[51664,51664],"./vai-Latn.mjs":[30258,30258],"./vai-Vaii.mjs":[52161,52161],"./vai.mjs":[70445,70445],"./vi.mjs":[21323,21323],"./vun.mjs":[53266,53266],"./wae.mjs":[93474,93474],"./wo.mjs":[49427,49427],"./xh.mjs":[34336,34336],"./xog.mjs":[56238,56238],"./yav.mjs":[57271,57271],"./yi.mjs":[93929,93929],"./yo-BJ.mjs":[18342,18342],"./yo.mjs":[93315,93315],"./yrl-CO.mjs":[80779,80779],"./yrl-VE.mjs":[59346,59346],"./yrl.mjs":[74179,74179],"./yue-Hans.mjs":[69890,69890],"./yue-Hant.mjs":[31882,31882],"./yue.mjs":[75460,75460],"./zgh.mjs":[42222,42222],"./zh-Hans-HK.mjs":[57564,57564],"./zh-Hans-MO.mjs":[88260,88260],"./zh-Hans-SG.mjs":[53988,53988],"./zh-Hans.mjs":[26285,26285],"./zh-Hant-HK.mjs":[51210,51210],"./zh-Hant-MO.mjs":[77491,77491],"./zh-Hant.mjs":[7900,7900],"./zh.mjs":[40145,40145],"./zu.mjs":[42701,42701]};function r(s){if(!j.o(e,s))return Promise.resolve().then((function(){var m=new Error("Cannot find module '"+s+"'");throw m.code="MODULE_NOT_FOUND",m}));var m=e[s],r=m[0];return j.e(m[1]).then((function(){return j(r)}))}r.keys=function(){return Object.keys(e)},r.id=82438,s.exports=r}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82477.d801ba180c3e598f8377.js b/dist/apps/processing-runtime-widget/82477.d801ba180c3e598f8377.js new file mode 100644 index 0000000..1f7c11a --- /dev/null +++ b/dist/apps/processing-runtime-widget/82477.d801ba180c3e598f8377.js @@ -0,0 +1,2 @@ +/*! For license information please see 82477.d801ba180c3e598f8377.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82477],{82477:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82477.d801ba180c3e598f8377.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82477.d801ba180c3e598f8377.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82477.d801ba180c3e598f8377.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82502.77ed3e0dd6ced56b187a.js b/dist/apps/processing-runtime-widget/82502.77ed3e0dd6ced56b187a.js new file mode 100644 index 0000000..cc5b000 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82502.77ed3e0dd6ced56b187a.js @@ -0,0 +1,2 @@ +/*! For license information please see 82502.77ed3e0dd6ced56b187a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82502],{82502:function(D,$,M){M.r($);const B=void 0;$.default=["ar-DZ",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ج","ف","م","أ","م","ج","ج","أ","س","أ","ن","د"],["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"DZD","د.ج.‏","دينار جزائري",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82502.77ed3e0dd6ced56b187a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82502.77ed3e0dd6ced56b187a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82502.77ed3e0dd6ced56b187a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/82675.8d6486751b6865d8f1a4.js b/dist/apps/processing-runtime-widget/82675.8d6486751b6865d8f1a4.js new file mode 100644 index 0000000..535c4f5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82675.8d6486751b6865d8f1a4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82675],{82675:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82823.5a73c23c2bbb9f1d0a69.js b/dist/apps/processing-runtime-widget/82823.5a73c23c2bbb9f1d0a69.js new file mode 100644 index 0000000..a0a6569 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82823.5a73c23c2bbb9f1d0a69.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82823],{82823:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82842.87044cf8d15a1cc0a449.js b/dist/apps/processing-runtime-widget/82842.87044cf8d15a1cc0a449.js new file mode 100644 index 0000000..3ac92e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/82842.87044cf8d15a1cc0a449.js @@ -0,0 +1,2 @@ +/*! For license information please see 82842.87044cf8d15a1cc0a449.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[82842],{82842:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-NG",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"NGN","₦","𞤐𞤢𞤴𞤪𞤢 𞤐𞤢𞤶𞤭𞤪𞤢𞤴𞤢𞤲𞤳𞤮",{BYN:[i,"р."],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/82842.87044cf8d15a1cc0a449.js.LICENSE.txt b/dist/apps/processing-runtime-widget/82842.87044cf8d15a1cc0a449.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/82842.87044cf8d15a1cc0a449.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/83104.54aa02e80f6d4c99c3d2.js b/dist/apps/processing-runtime-widget/83104.54aa02e80f6d4c99c3d2.js new file mode 100644 index 0000000..d9bfaa1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83104.54aa02e80f6d4c99c3d2.js @@ -0,0 +1,2 @@ +/*! For license information please see 83104.54aa02e80f6d4c99c3d2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83104],{83104:function(s,i,m){m.r(i);const e=void 0;i.default=["dua",[["idiɓa","ebyámu"],e,e],e,[["e","m","k","m","ŋ","ɗ","e"],["ét","mɔ́s","kwa","muk","ŋgi","ɗón","esa"],["éti","mɔ́sú","kwasú","mukɔ́sú","ŋgisú","ɗónɛsú","esaɓasú"],["ét","mɔ́s","kwa","muk","ŋgi","ɗón","esa"]],e,[["d","ŋ","s","d","e","e","m","d","n","m","t","e"],["di","ŋgɔn","sɔŋ","diɓ","emi","esɔ","mad","diŋ","nyɛt","may","tin","elá"],["dimɔ́di","ŋgɔndɛ","sɔŋɛ","diɓáɓá","emiasele","esɔpɛsɔpɛ","madiɓɛ́díɓɛ́","diŋgindi","nyɛtɛki","mayésɛ́","tiníní","eláŋgɛ́"]],e,[["ɓ.Ys","mb.Ys"],e,["ɓoso ɓwá yáɓe lá","mbúsa kwédi a Yés"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","XAF",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83104.54aa02e80f6d4c99c3d2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/83104.54aa02e80f6d4c99c3d2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/83104.54aa02e80f6d4c99c3d2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/83141.fbb6583c7d27d3bea82d.js b/dist/apps/processing-runtime-widget/83141.fbb6583c7d27d3bea82d.js new file mode 100644 index 0000000..33323aa --- /dev/null +++ b/dist/apps/processing-runtime-widget/83141.fbb6583c7d27d3bea82d.js @@ -0,0 +1,2 @@ +/*! For license information please see 83141.fbb6583c7d27d3bea82d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83141],{83141:function(e,s,o){o.r(s);const i=void 0;s.default=["es-PH",[["a. m.","p. m."],i,i],i,[["D","L","M","X","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],i,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",i,i,i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"PHP","₱","peso filipino",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],EGP:[],ESP:["₧"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],RON:[i,"L"],THB:["฿"],TWD:[i,"NT$"],USD:["US$","$"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===r&&0!==o&&o%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83141.fbb6583c7d27d3bea82d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/83141.fbb6583c7d27d3bea82d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/83141.fbb6583c7d27d3bea82d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/83204.148a214ffa3bda6c4710.js b/dist/apps/processing-runtime-widget/83204.148a214ffa3bda6c4710.js new file mode 100644 index 0000000..d4e53ce --- /dev/null +++ b/dist/apps/processing-runtime-widget/83204.148a214ffa3bda6c4710.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83204],{83204:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83227.c6b29c2f35be5ff68c01.js b/dist/apps/processing-runtime-widget/83227.c6b29c2f35be5ff68c01.js new file mode 100644 index 0000000..01b2489 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83227.c6b29c2f35be5ff68c01.js @@ -0,0 +1,2 @@ +/*! For license information please see 83227.c6b29c2f35be5ff68c01.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83227],{83227:function(e,$,r){r.r($);const i=void 0;$.default=["fr-BF",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XOF","F CFA","franc CFA (BCEAO)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83227.c6b29c2f35be5ff68c01.js.LICENSE.txt b/dist/apps/processing-runtime-widget/83227.c6b29c2f35be5ff68c01.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/83227.c6b29c2f35be5ff68c01.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/8338.f8235884a14434f09ee9.js b/dist/apps/processing-runtime-widget/8338.f8235884a14434f09ee9.js new file mode 100644 index 0000000..d5157a9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8338.f8235884a14434f09ee9.js @@ -0,0 +1,2 @@ +/*! For license information please see 8338.f8235884a14434f09ee9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8338],{8338:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8338.f8235884a14434f09ee9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8338.f8235884a14434f09ee9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8338.f8235884a14434f09ee9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/83445.f6b16b23193c810d1962.js b/dist/apps/processing-runtime-widget/83445.f6b16b23193c810d1962.js new file mode 100644 index 0000000..f2e6101 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83445.f6b16b23193c810d1962.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83445],{83445:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83523.fb35f49a4e6d37f72c51.js b/dist/apps/processing-runtime-widget/83523.fb35f49a4e6d37f72c51.js new file mode 100644 index 0000000..4605046 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83523.fb35f49a4e6d37f72c51.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83523],{83523:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83825.1eb04dcbdcf1dabb3f71.js b/dist/apps/processing-runtime-widget/83825.1eb04dcbdcf1dabb3f71.js new file mode 100644 index 0000000..df4c0b3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83825.1eb04dcbdcf1dabb3f71.js @@ -0,0 +1,2 @@ +/*! For license information please see 83825.1eb04dcbdcf1dabb3f71.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83825],{83825:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83825.1eb04dcbdcf1dabb3f71.js.LICENSE.txt b/dist/apps/processing-runtime-widget/83825.1eb04dcbdcf1dabb3f71.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/83825.1eb04dcbdcf1dabb3f71.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/8386.e1d2f56b24498e97f23a.js b/dist/apps/processing-runtime-widget/8386.e1d2f56b24498e97f23a.js new file mode 100644 index 0000000..1b74147 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8386.e1d2f56b24498e97f23a.js @@ -0,0 +1,2 @@ +/*! For license information please see 8386.e1d2f56b24498e97f23a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8386],{8386:function(a,i,u){u.r(i);const t=void 0;i.default=["ksb",[["makeo","nyiaghuo"],t,t],t,[["2","3","4","5","A","I","1"],["Jpi","Jtt","Jmn","Jtn","Alh","Iju","Jmo"],["Jumaapii","Jumaatatu","Jumaane","Jumaatano","Alhamisi","Ijumaa","Jumaamosi"],["Jpi","Jtt","Jmn","Jtn","Alh","Iju","Jmo"]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januali","Febluali","Machi","Aplili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],t,[["KK","BK"],t,["Kabla ya Klisto","Baada ya Klisto"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TZS","TSh","shilingi ya Tanzania",{JPY:["JP¥","¥"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8386.e1d2f56b24498e97f23a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8386.e1d2f56b24498e97f23a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8386.e1d2f56b24498e97f23a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/8387.4f19ae2a707fbde72b0a.js b/dist/apps/processing-runtime-widget/8387.4f19ae2a707fbde72b0a.js new file mode 100644 index 0000000..20bfe4b --- /dev/null +++ b/dist/apps/processing-runtime-widget/8387.4f19ae2a707fbde72b0a.js @@ -0,0 +1,2 @@ +/*! For license information please see 8387.4f19ae2a707fbde72b0a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8387],{8387:function(D,$,M){M.r($);const S=void 0;$.default=["ar-SO",[["ص","م"],S,S],[["ص","م"],S,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],S,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],S,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],S],S,[["ق.م","م"],S,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",S,"{1} في {0}",S],[".",",",";","٪","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SOS","S","شلن صومالي",{AED:["د.إ.‏"],ARS:[S,"AR$"],AUD:["AU$"],BBD:[S,"BB$"],BHD:["د.ب.‏"],BMD:[S,"BM$"],BND:[S,"BN$"],BSD:[S,"BS$"],BYN:[S,"р."],BZD:[S,"BZ$"],CAD:["CA$"],CLP:[S,"CL$"],CNY:["CN¥"],COP:[S,"CO$"],CUP:[S,"CU$"],DOP:[S,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[S,"FJ$"],GBP:["UK£"],GYD:[S,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[S,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[S,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[S,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[S,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[S,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SOS:["S"],SRD:[S,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[S,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[S,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8387.4f19ae2a707fbde72b0a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8387.4f19ae2a707fbde72b0a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8387.4f19ae2a707fbde72b0a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/83904.e826f6a6c8c6fe20fdf2.js b/dist/apps/processing-runtime-widget/83904.e826f6a6c8c6fe20fdf2.js new file mode 100644 index 0000000..a25cf10 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83904.e826f6a6c8c6fe20fdf2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83904],{83904:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/83959.3a48055da734ec236831.js b/dist/apps/processing-runtime-widget/83959.3a48055da734ec236831.js new file mode 100644 index 0000000..8c00834 --- /dev/null +++ b/dist/apps/processing-runtime-widget/83959.3a48055da734ec236831.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[83959],{83959:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84417.377a16561db77fa4bdde.js b/dist/apps/processing-runtime-widget/84417.377a16561db77fa4bdde.js new file mode 100644 index 0000000..e9287d0 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84417.377a16561db77fa4bdde.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84417],{84417:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84529.edfb32ccbd368e97dccc.js b/dist/apps/processing-runtime-widget/84529.edfb32ccbd368e97dccc.js new file mode 100644 index 0000000..57b8acf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84529.edfb32ccbd368e97dccc.js @@ -0,0 +1,2 @@ +/*! For license information please see 84529.edfb32ccbd368e97dccc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84529],{84529:function(s,M,u){u.r(M);const c=void 0;M.default=["kok",[["a","p"],["AM","PM"],c],[["AM","PM"],c,c],[["आ","सो","मं","बु","बि","शु","शे"],["आयतार","सोमार","मंगळार","बुधवार","बिरेस्तार","शुक्रार","शेनवार"],c,["आय","सोम","मंगळ","बुध","बिरे","शुक्र","शेन"]],[["आ","सो","मं","बु","ब","शु","शे"],["आयतार","सोमार","मंगळार","बुधवार","बिरेस्तार","शुक्रार","शेनवार"],c,["आय","सोम","मंगळ","बुध","बिरे","शुक्र","शेन"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["जानेवारी","फेब्रुवारी","मार्च","एप्रील","मे","जून","जुलय","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"],c],[["1","2","3","4","5","6","7","8","9","10","11","12"],["जाने","फेब्रु","मार्च","एप्री","मे","जून","जुल","ऑग","सप्टें","ऑक्टो","नो","डिसे"],["जानेवारी","फेब्रुवारी","मार्च","एप्रील","मे","जून","जुलय","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"]],[["क्रिस्तपूर्व","क्रिस्तशखा"],c,c],0,[0,0],["d-M-yy","d-MMM-y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"INR","₹","भारतीय रुपया",{BYN:[c,"р."],JPY:["JP¥","¥"],PHP:[c,"₱"],RON:["रॉन","लेई"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84529.edfb32ccbd368e97dccc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84529.edfb32ccbd368e97dccc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84529.edfb32ccbd368e97dccc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84538.43d705aee6e51899d738.js b/dist/apps/processing-runtime-widget/84538.43d705aee6e51899d738.js new file mode 100644 index 0000000..356324d --- /dev/null +++ b/dist/apps/processing-runtime-widget/84538.43d705aee6e51899d738.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84538],{84538:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84547.e34bc1a9d16df3d678ee.js b/dist/apps/processing-runtime-widget/84547.e34bc1a9d16df3d678ee.js new file mode 100644 index 0000000..73741e7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84547.e34bc1a9d16df3d678ee.js @@ -0,0 +1,2 @@ +/*! For license information please see 84547.e34bc1a9d16df3d678ee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84547],{84547:function(e,a,u){u.r(a);const r=void 0;a.default=["en-AE",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],6,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AED","AED","United Arab Emirates Dirham",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84547.e34bc1a9d16df3d678ee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84547.e34bc1a9d16df3d678ee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84547.e34bc1a9d16df3d678ee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84564.aa5c48ef0014ace1f1fd.js b/dist/apps/processing-runtime-widget/84564.aa5c48ef0014ace1f1fd.js new file mode 100644 index 0000000..763e9fc --- /dev/null +++ b/dist/apps/processing-runtime-widget/84564.aa5c48ef0014ace1f1fd.js @@ -0,0 +1,2 @@ +/*! For license information please see 84564.aa5c48ef0014ace1f1fd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84564],{84564:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84564.aa5c48ef0014ace1f1fd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84564.aa5c48ef0014ace1f1fd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84564.aa5c48ef0014ace1f1fd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84569.e4b9f604278129b5f2d5.js b/dist/apps/processing-runtime-widget/84569.e4b9f604278129b5f2d5.js new file mode 100644 index 0000000..2fe1051 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84569.e4b9f604278129b5f2d5.js @@ -0,0 +1,2 @@ +/*! For license information please see 84569.e4b9f604278129b5f2d5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84569],{84569:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84569.e4b9f604278129b5f2d5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84569.e4b9f604278129b5f2d5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84569.e4b9f604278129b5f2d5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84591.cf6cb92c9483b345ff41.js b/dist/apps/processing-runtime-widget/84591.cf6cb92c9483b345ff41.js new file mode 100644 index 0000000..23ff111 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84591.cf6cb92c9483b345ff41.js @@ -0,0 +1,2 @@ +/*! For license information please see 84591.cf6cb92c9483b345ff41.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84591],{84591:function(e,o,t){t.r(o);const r=void 0;o.default=["it-VA",[["m.","p."],["AM","PM"],r],r,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],r,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],r,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{BRL:[r,"R$"],BYN:[r,"Br"],EGP:[r,"£E"],HKD:[r,"$"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NOK:[r,"NKr"],THB:["฿"],TWD:[r,"NT$"],USD:[r,"$"],VND:[r,"₫"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o&&0===t?1:0===r&&0!==o&&o%1e6==0&&0===t||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84591.cf6cb92c9483b345ff41.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84591.cf6cb92c9483b345ff41.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84591.cf6cb92c9483b345ff41.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84635.cfc3492afcf0031dc8c0.js b/dist/apps/processing-runtime-widget/84635.cfc3492afcf0031dc8c0.js new file mode 100644 index 0000000..a6aa943 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84635.cfc3492afcf0031dc8c0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84635],{84635:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84650.e6ae80eb7463fc7f3dc9.js b/dist/apps/processing-runtime-widget/84650.e6ae80eb7463fc7f3dc9.js new file mode 100644 index 0000000..5b3a7cd --- /dev/null +++ b/dist/apps/processing-runtime-widget/84650.e6ae80eb7463fc7f3dc9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84650,26110],{26110:function(e,s,i){var t;i.r(s),i.d(s,{CollapseDirective:function(){return p},CollapseModule:function(){return h}});var n=i(67595),a=i(40761);const l="400ms cubic-bezier(0.4,0.0,0.2,1)",o=[(0,n.style)({height:0,visibility:"hidden"}),(0,n.animate)(l,(0,n.style)({height:"*",visibility:"visible"}))],r=[(0,n.style)({height:"*",visibility:"visible"}),(0,n.animate)(l,(0,n.style)({height:0,visibility:"hidden"}))];class p{constructor(e,s,i){this._el=e,this._renderer=s,this.collapsed=new a.EventEmitter,this.collapses=new a.EventEmitter,this.expanded=new a.EventEmitter,this.expands=new a.EventEmitter,this.isExpanded=!0,this.collapseNewValue=!0,this.isCollapsed=!1,this.isCollapse=!0,this.isCollapsing=!1,this.isAnimated=!1,this._display="block",this._stylesLoaded=!1,this._COLLAPSE_ACTION_NAME="collapse",this._EXPAND_ACTION_NAME="expand",this._factoryCollapseAnimation=i.build(r),this._factoryExpandAnimation=i.build(o)}set display(e){this._display=e,"none"!==e?this.isAnimated?this.toggle():this.show():this.hide()}set collapse(e){this.collapseNewValue=e,this._player&&!this._isAnimationDone||(this.isExpanded=e,this.toggle())}get collapse(){return this.isExpanded}ngAfterViewChecked(){this._stylesLoaded=!0,this._player&&this._isAnimationDone&&(this._player.reset(),this._renderer.setStyle(this._el.nativeElement,"height","*"))}toggle(){this.isExpanded?this.hide():this.show()}hide(){this.isCollapsing=!0,this.isExpanded=!1,this.isCollapsed=!0,this.isCollapsing=!1,this.collapses.emit(this),this._isAnimationDone=!1,this.animationRun(this.isAnimated,this._COLLAPSE_ACTION_NAME)((()=>{this._isAnimationDone=!0,this.collapseNewValue!==this.isCollapsed&&this.isAnimated?this.show():(this.collapsed.emit(this),this._renderer.setStyle(this._el.nativeElement,"display","none"))}))}show(){this._renderer.setStyle(this._el.nativeElement,"display",this._display),this.isCollapsing=!0,this.isExpanded=!0,this.isCollapsed=!1,this.isCollapsing=!1,this.expands.emit(this),this._isAnimationDone=!1,this.animationRun(this.isAnimated,this._EXPAND_ACTION_NAME)((()=>{this._isAnimationDone=!0,this.collapseNewValue!==this.isCollapsed&&this.isAnimated?this.hide():(this.expanded.emit(this),this._renderer.removeStyle(this._el.nativeElement,"overflow"))}))}animationRun(e,s){if(!e||!this._stylesLoaded)return e=>e();this._renderer.setStyle(this._el.nativeElement,"overflow","hidden"),this._renderer.addClass(this._el.nativeElement,"collapse");const i=s===this._EXPAND_ACTION_NAME?this._factoryExpandAnimation:this._factoryCollapseAnimation;return this._player&&this._player.reset(),this._player=i.create(this._el.nativeElement),this._player.play(),e=>this._player?.onDone(e)}}p.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:p,deps:[{token:a.ElementRef},{token:a.Renderer2},{token:n.AnimationBuilder}],target:a["ɵɵFactoryTarget"].Directive}),p.ɵdir=a["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:p,selector:"[collapse]",inputs:{display:"display",isAnimated:"isAnimated",collapse:"collapse"},outputs:{collapsed:"collapsed",collapses:"collapses",expanded:"expanded",expands:"expands"},host:{properties:{"class.collapse":"this.isCollapse","class.in":"this.isExpanded","class.show":"this.isExpanded","attr.aria-hidden":"this.isCollapsed","class.collapsing":"this.isCollapsing"}},exportAs:["bs-collapse"],ngImport:t||(t=i.t(a,2))}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:p,decorators:[{type:a.Directive,args:[{selector:"[collapse]",exportAs:"bs-collapse",host:{"[class.collapse]":"true"}}]}],ctorParameters:function(){return[{type:a.ElementRef},{type:a.Renderer2},{type:n.AnimationBuilder}]},propDecorators:{collapsed:[{type:a.Output}],collapses:[{type:a.Output}],expanded:[{type:a.Output}],expands:[{type:a.Output}],isExpanded:[{type:a.HostBinding,args:["class.in"]},{type:a.HostBinding,args:["class.show"]}],isCollapsed:[{type:a.HostBinding,args:["attr.aria-hidden"]}],isCollapse:[{type:a.HostBinding,args:["class.collapse"]}],isCollapsing:[{type:a.HostBinding,args:["class.collapsing"]}],display:[{type:a.Input}],isAnimated:[{type:a.Input}],collapse:[{type:a.Input}]}});class h{static forRoot(){return{ngModule:h,providers:[]}}}h.ɵfac=a["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h,deps:[],target:a["ɵɵFactoryTarget"].NgModule}),h.ɵmod=a["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h,declarations:[p],exports:[p]}),h.ɵinj=a["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h}),a["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:t||(t=i.t(a,2)),type:h,decorators:[{type:a.NgModule,args:[{declarations:[p],exports:[p]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84769.29a808dce305445659da.js b/dist/apps/processing-runtime-widget/84769.29a808dce305445659da.js new file mode 100644 index 0000000..d77887b --- /dev/null +++ b/dist/apps/processing-runtime-widget/84769.29a808dce305445659da.js @@ -0,0 +1,2 @@ +/*! For license information please see 84769.29a808dce305445659da.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84769],{84769:function(u,c,i){i.r(c);const e=void 0;c.default=[[["πρωί","μεσημ.","απόγ.","βράδυ"],e,["το πρωί","το μεσημέρι","το απόγευμα","το βράδυ"]],[["πρωί","μεσημ.","απόγ.","βράδυ"],e,["πρωί","μεσημέρι","απόγευμα","βράδυ"]],[["04:00","12:00"],["12:00","17:00"],["17:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84769.29a808dce305445659da.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84769.29a808dce305445659da.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84769.29a808dce305445659da.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84794.5c96b6bf177c1b06a218.js b/dist/apps/processing-runtime-widget/84794.5c96b6bf177c1b06a218.js new file mode 100644 index 0000000..b8ca086 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84794.5c96b6bf177c1b06a218.js @@ -0,0 +1,2 @@ +/*! For license information please see 84794.5c96b6bf177c1b06a218.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84794],{84794:function(a,e,u){u.r(e);const n=void 0;e.default=["en-TO",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TOP","T$","Tongan Paʻanga",{JPY:["JP¥","¥"],TOP:["T$"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84794.5c96b6bf177c1b06a218.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84794.5c96b6bf177c1b06a218.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84794.5c96b6bf177c1b06a218.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84836.994c10da878aad9ba080.js b/dist/apps/processing-runtime-widget/84836.994c10da878aad9ba080.js new file mode 100644 index 0000000..1bf50f1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84836.994c10da878aad9ba080.js @@ -0,0 +1,2 @@ +/*! For license information please see 84836.994c10da878aad9ba080.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84836],{84836:function(o,e,n){n.r(e);const p=void 0;e.default=[[["ponoć","podne","jutro","po pod.","veče","noć"],["ponoć","podne","jutro","po pod.","uveče","noću"],["ponoć","podne","ujutro","po podne","uveče","noću"]],[["ponoć","podne","jutro","popodne","veče","noć"],p,p],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84836.994c10da878aad9ba080.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84836.994c10da878aad9ba080.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84836.994c10da878aad9ba080.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/84882.c203debe2a29b123a27b.js b/dist/apps/processing-runtime-widget/84882.c203debe2a29b123a27b.js new file mode 100644 index 0000000..863be0e --- /dev/null +++ b/dist/apps/processing-runtime-widget/84882.c203debe2a29b123a27b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84882],{84882:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84895.b3fb2eacc3124b752b32.js b/dist/apps/processing-runtime-widget/84895.b3fb2eacc3124b752b32.js new file mode 100644 index 0000000..5b29e27 --- /dev/null +++ b/dist/apps/processing-runtime-widget/84895.b3fb2eacc3124b752b32.js @@ -0,0 +1,2 @@ +/*! For license information please see 84895.b3fb2eacc3124b752b32.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[84895],{84895:function(a,s,e){e.r(s);const t=void 0;s.default=["naq",[["ǁgoagas","ǃuias"],t,t],t,[["S","M","E","W","D","F","A"],["Son","Ma","De","Wu","Do","Fr","Sat"],["Sontaxtsees","Mantaxtsees","Denstaxtsees","Wunstaxtsees","Dondertaxtsees","Fraitaxtsees","Satertaxtsees"],["Son","Ma","De","Wu","Do","Fr","Sat"]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["ǃKhanni","ǃKhanǀgôab","ǀKhuuǁkhâb","ǃHôaǂkhaib","ǃKhaitsâb","Gamaǀaeb","ǂKhoesaob","Aoǁkhuumûǁkhâb","Taraǀkhuumûǁkhâb","ǂNûǁnâiseb","ǀHooǂgaeb","Hôasoreǁkhâb"]],t,[["BC","AD"],t,["Xristub aiǃâ","Xristub khaoǃgâ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","ZAR","South African Randi",{JPY:["JP¥","¥"],NAD:["$"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:2===a?2:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/84895.b3fb2eacc3124b752b32.js.LICENSE.txt b/dist/apps/processing-runtime-widget/84895.b3fb2eacc3124b752b32.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/84895.b3fb2eacc3124b752b32.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85123.ab6000a0354ee89d1d3b.js b/dist/apps/processing-runtime-widget/85123.ab6000a0354ee89d1d3b.js new file mode 100644 index 0000000..cc4089a --- /dev/null +++ b/dist/apps/processing-runtime-widget/85123.ab6000a0354ee89d1d3b.js @@ -0,0 +1,2 @@ +/*! For license information please see 85123.ab6000a0354ee89d1d3b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85123],{85123:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85123.ab6000a0354ee89d1d3b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85123.ab6000a0354ee89d1d3b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85123.ab6000a0354ee89d1d3b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85229.e05bd818407a1384207d.js b/dist/apps/processing-runtime-widget/85229.e05bd818407a1384207d.js new file mode 100644 index 0000000..5d3aee7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85229.e05bd818407a1384207d.js @@ -0,0 +1,2 @@ +/*! For license information please see 85229.e05bd818407a1384207d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85229],{85229:function(e,s,o){o.r(s);const i=void 0;s.default=["es-DO",[["a. m.","p. m."],i,i],i,[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],i,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],i,[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"DOP","RD$","peso dominicano",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CNY:[i,"¥"],DOP:["RD$","$"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:["US$","$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,n=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===n&&0!==o&&o%1e6==0&&0===i||!(n>=0&&n<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85229.e05bd818407a1384207d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85229.e05bd818407a1384207d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85229.e05bd818407a1384207d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85347.ba5f03842386cc6ad889.js b/dist/apps/processing-runtime-widget/85347.ba5f03842386cc6ad889.js new file mode 100644 index 0000000..cb0fd42 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85347.ba5f03842386cc6ad889.js @@ -0,0 +1,2 @@ +/*! For license information please see 85347.ba5f03842386cc6ad889.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85347],{85347:function(o,p,n){n.r(p);const e=void 0;p.default=[[["o półn.","w poł.","rano","przed poł.","po poł.","wiecz.","w nocy"],["o północy","w południe","rano","przed południem","po południu","wieczorem","w nocy"],e],[["półn.","poł.","rano","przedpoł.","popoł.","wiecz.","noc"],["północ","południe","rano","przedpołudnie","popołudnie","wieczór","noc"],e],["00:00","12:00",["06:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85347.ba5f03842386cc6ad889.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85347.ba5f03842386cc6ad889.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85347.ba5f03842386cc6ad889.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85393.41eed2b0c3be01e42faa.js b/dist/apps/processing-runtime-widget/85393.41eed2b0c3be01e42faa.js new file mode 100644 index 0000000..7c1bbd6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85393.41eed2b0c3be01e42faa.js @@ -0,0 +1,2 @@ +/*! For license information please see 85393.41eed2b0c3be01e42faa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85393],{85393:function(s,u,t){t.r(u);const c=void 0;u.default=["th",[["a","p"],["ก่อนเที่ยง","หลังเที่ยง"],c],[["ก่อนเที่ยง","หลังเที่ยง"],c,c],[["อา","จ","อ","พ","พฤ","ศ","ส"],["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"],["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."]],c,[["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],c,["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"]],c,[["ก่อน ค.ศ.","ค.ศ."],c,["ปีก่อนคริสตกาล","คริสต์ศักราช"]],0,[6,0],["d/M/yy","d MMM y","d MMMM G y","EEEEที่ d MMMM G y"],["HH:mm","HH:mm:ss","H นาฬิกา mm นาที ss วินาที z","H นาฬิกา mm นาที ss วินาที zzzz"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"THB","฿","บาท",{AUD:["AU$","$"],BYN:[c,"р."],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85393.41eed2b0c3be01e42faa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85393.41eed2b0c3be01e42faa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85393.41eed2b0c3be01e42faa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85445.a12a90280cca2172172b.js b/dist/apps/processing-runtime-widget/85445.a12a90280cca2172172b.js new file mode 100644 index 0000000..89496a6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85445.a12a90280cca2172172b.js @@ -0,0 +1,2 @@ +/*! For license information please see 85445.a12a90280cca2172172b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85445],{85445:function(e,a,u){u.r(a);const r=void 0;a.default=["en-LR",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"LRD","$","Liberian Dollar",{JPY:["JP¥","¥"],LRD:["$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85445.a12a90280cca2172172b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85445.a12a90280cca2172172b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85445.a12a90280cca2172172b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85475.9b5dfb771c17b16d9fd2.js b/dist/apps/processing-runtime-widget/85475.9b5dfb771c17b16d9fd2.js new file mode 100644 index 0000000..0985df8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85475.9b5dfb771c17b16d9fd2.js @@ -0,0 +1,2 @@ +/*! For license information please see 85475.9b5dfb771c17b16d9fd2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85475],{85475:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85475.9b5dfb771c17b16d9fd2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85475.9b5dfb771c17b16d9fd2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85475.9b5dfb771c17b16d9fd2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85686.f30a889b81b51d179481.js b/dist/apps/processing-runtime-widget/85686.f30a889b81b51d179481.js new file mode 100644 index 0000000..285590b --- /dev/null +++ b/dist/apps/processing-runtime-widget/85686.f30a889b81b51d179481.js @@ -0,0 +1,2 @@ +/*! For license information please see 85686.f30a889b81b51d179481.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85686],{85686:function(e,a,u){u.r(a);const r=void 0;a.default=["en-PR",[["a","p"],["AM","PM"],r],[["AM","PM"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85686.f30a889b81b51d179481.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85686.f30a889b81b51d179481.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85686.f30a889b81b51d179481.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85799.41fe77bba68c55a1497d.js b/dist/apps/processing-runtime-widget/85799.41fe77bba68c55a1497d.js new file mode 100644 index 0000000..3101690 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85799.41fe77bba68c55a1497d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85799],{85799:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85831.53611686364f8772a7aa.js b/dist/apps/processing-runtime-widget/85831.53611686364f8772a7aa.js new file mode 100644 index 0000000..652c990 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85831.53611686364f8772a7aa.js @@ -0,0 +1,2 @@ +/*! For license information please see 85831.53611686364f8772a7aa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85831],{85831:function(n,i,e){e.r(i);const t=void 0;i.default=[[["midnight","midday","morning","afternoon","evening","night"],t,["midnight","midday","in the morning","in the afternoon","in the evening","at night"]],[["midnight","midday","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85831.53611686364f8772a7aa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85831.53611686364f8772a7aa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85831.53611686364f8772a7aa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85878.c59995d428482260a60c.js b/dist/apps/processing-runtime-widget/85878.c59995d428482260a60c.js new file mode 100644 index 0000000..8e92d28 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85878.c59995d428482260a60c.js @@ -0,0 +1,2 @@ +/*! For license information please see 85878.c59995d428482260a60c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85878],{85878:function(s,M,u){u.r(M);const c=void 0;M.default=["kk",[["AM","PM"],c,c],c,[["Ж","Д","С","С","Б","Ж","С"],["жс","дс","сс","ср","бс","жм","сб"],["жексенбі","дүйсенбі","сейсенбі","сәрсенбі","бейсенбі","жұма","сенбі"],["жс","дс","сс","ср","бс","жм","сб"]],c,[["Қ","А","Н","С","М","М","Ш","Т","Қ","Қ","Қ","Ж"],["қаң.","ақп.","нау.","сәу.","мам.","мау.","шіл.","там.","қыр.","қаз.","қар.","жел."],["қаңтар","ақпан","наурыз","сәуір","мамыр","маусым","шілде","тамыз","қыркүйек","қазан","қараша","желтоқсан"]],[["Қ","А","Н","С","М","М","Ш","Т","Қ","Қ","Қ","Ж"],["қаң.","ақп.","нау.","сәу.","мам.","мау.","шіл.","там.","қыр.","қаз.","қар.","жел."],["Қаңтар","Ақпан","Наурыз","Сәуір","Мамыр","Маусым","Шілде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан"]],[["б.з.д.","б.з."],c,["Біздің заманымызға дейін","біздің заманымыз"]],1,[6,0],["dd.MM.yy","y 'ж'. dd MMM","y 'ж'. d MMMM","y 'ж'. d MMMM, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",c,c,c],[","," ",";","%","+","-","E","×","‰","∞","сан емес",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"KZT","₸","Қазақстан теңгесі",{BYN:[c,"р."],JPY:["JP¥","¥"],KZT:["₸"],LSL:["ЛСЛ"],PHP:[c,"₱"],RUB:["₽"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85878.c59995d428482260a60c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85878.c59995d428482260a60c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85878.c59995d428482260a60c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85879.5447373661e0fcd395d2.js b/dist/apps/processing-runtime-widget/85879.5447373661e0fcd395d2.js new file mode 100644 index 0000000..a538bd7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85879.5447373661e0fcd395d2.js @@ -0,0 +1,2 @@ +/*! For license information please see 85879.5447373661e0fcd395d2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85879],{85879:function(e,r,t){t.r(r);const s=void 0;r.default=["sq-MK",[["p.d.","m.d."],s,["e paradites","e pasdites"]],[["p.d.","m.d."],s,["paradite","pasdite"]],[["d","h","m","m","e","p","sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["die","hën","mar","mër","enj","pre","sht"]],[["d","h","m","m","e","p","sh"],["die","hën","mar","mër","enj","pre","sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["die","hën","mar","mër","enj","pre","sht"]],[["j","sh","m","p","m","q","k","g","sh","t","n","dh"],["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","nën","dhj"],["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"]],s,[["p.K.","mb.K."],s,["para Krishtit","mbas Krishtit"]],1,[6,0],["d.M.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",s,"{1} 'në' {0}",s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MKD","den","Denari maqedonas",{AFN:[],ALL:["Lekë"],AMD:[],AOA:[],ARS:[],AUD:["A$","AUD"],AZN:[],BAM:[],BBD:[],BDT:[],BMD:[],BND:[],BOB:[],BRL:[],BSD:[],BWP:[],BZD:[],CAD:["CA$","CAD"],CLP:[],CNY:["CN¥","CNY"],COP:[],CRC:[],CUC:[],CUP:[],CZK:[],DKK:[],DOP:[],EGP:[],FJD:[],FKP:[],GBP:["£","GBP"],GEL:[],GIP:[],GNF:[],GTQ:[],GYD:[],HKD:["HK$","HKS"],HNL:[],HRK:[],HUF:[],IDR:[],ILS:["₪","ILS"],INR:["₹","INR"],ISK:[],JMD:[],JPY:["JP¥","JPY"],KHR:[],KMF:[],KPW:[],KRW:["₩","KRW"],KYD:[],KZT:[],LAK:[],LBP:[],LKR:[],LRD:[],MGA:[],MKD:["den"],MMK:[],MNT:[],MUR:[],MXN:["MX$","MXN"],MYR:[],NAD:[],NGN:[],NIO:[],NOK:[],NPR:[],NZD:["NZ$","NZD"],PHP:[],PKR:[],PLN:[],PYG:[],RON:[],RUB:[],RWF:[],SBD:[],SEK:[],SGD:[],SHP:[],SRD:[],SSP:[],STN:[],SYP:[],THB:["฿","THB"],TOP:[],TRY:[],TTD:[],TWD:["NT$","TWD"],UAH:[],USD:["US$","USD"],UYU:[],VND:["₫","VND"],XCD:["EC$","XCD"],ZAR:[],ZMW:[]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85879.5447373661e0fcd395d2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85879.5447373661e0fcd395d2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85879.5447373661e0fcd395d2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85947.0a4a00f7c00a62b4caf6.js b/dist/apps/processing-runtime-widget/85947.0a4a00f7c00a62b4caf6.js new file mode 100644 index 0000000..e8d503c --- /dev/null +++ b/dist/apps/processing-runtime-widget/85947.0a4a00f7c00a62b4caf6.js @@ -0,0 +1,2 @@ +/*! For license information please see 85947.0a4a00f7c00a62b4caf6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85947],{85947:function(a,i,u){u.r(i);const n=void 0;i.default=["ha",[["SF","YM"],n,["Safiya","Yamma"]],[["SF","YM"],n,n],[["L","L","T","L","A","J","A"],["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],["Lahadi","Litinin","Talata","Laraba","Alhamis","Jummaʼa","Asabar"],["Lh","Li","Ta","Lr","Al","Ju","As"]],n,[["J","F","M","A","M","Y","Y","A","S","O","N","D"],["Jan","Fab","Mar","Afi","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"],["Janairu","Faburairu","Maris","Afirilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"]],n,[["K.H","BHAI"],n,["Kafin haihuwar annab","Bayan haihuwar annab"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'da' {0}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"NGN","₦","Nairar Najeriya",{NGN:["₦"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85947.0a4a00f7c00a62b4caf6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85947.0a4a00f7c00a62b4caf6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85947.0a4a00f7c00a62b4caf6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/85983.a7c15004d9261f2b7430.js b/dist/apps/processing-runtime-widget/85983.a7c15004d9261f2b7430.js new file mode 100644 index 0000000..d42b3a5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/85983.a7c15004d9261f2b7430.js @@ -0,0 +1,2 @@ +/*! For license information please see 85983.a7c15004d9261f2b7430.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[85983],{85983:function(D,$,M){M.r($);const B=void 0;$.default=["ar-IQ",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],B],[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IQD","د.ع.‏","دينار عراقي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/85983.a7c15004d9261f2b7430.js.LICENSE.txt b/dist/apps/processing-runtime-widget/85983.a7c15004d9261f2b7430.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/85983.a7c15004d9261f2b7430.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86009.2627c3e61139099abf6a.js b/dist/apps/processing-runtime-widget/86009.2627c3e61139099abf6a.js new file mode 100644 index 0000000..59395ee --- /dev/null +++ b/dist/apps/processing-runtime-widget/86009.2627c3e61139099abf6a.js @@ -0,0 +1,2 @@ +/*! For license information please see 86009.2627c3e61139099abf6a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86009],{86009:function(a,e,u){u.r(e);const r=void 0;e.default=["en-BB",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"BBD","$","Barbadian Dollar",{BBD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86009.2627c3e61139099abf6a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/86009.2627c3e61139099abf6a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/86009.2627c3e61139099abf6a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86104.3efd755f24e99c50994c.js b/dist/apps/processing-runtime-widget/86104.3efd755f24e99c50994c.js new file mode 100644 index 0000000..e4d5e98 --- /dev/null +++ b/dist/apps/processing-runtime-widget/86104.3efd755f24e99c50994c.js @@ -0,0 +1,2 @@ +/*! For license information please see 86104.3efd755f24e99c50994c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86104],{35728:function(e,n,M){M.r(n);const r=void 0;n.default=["lb",[["mo.","nomë."],["moies","nomëttes"],r],[["moies","nomëttes"],r,r],[["S","M","D","M","D","F","S"],["Son.","Méi.","Dën.","Mët.","Don.","Fre.","Sam."],["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],["So.","Mé.","Dë.","Më.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["Son","Méi","Dën","Mët","Don","Fre","Sam"],["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],["So.","Mé.","Dë.","Më.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mäe.","Abr.","Mee","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mäe","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],r,r],1,[6,0],["dd.MM.yy","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],PHP:[r,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86104.3efd755f24e99c50994c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/86104.3efd755f24e99c50994c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/86104.3efd755f24e99c50994c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86155.87df116373ce52ec32e4.js b/dist/apps/processing-runtime-widget/86155.87df116373ce52ec32e4.js new file mode 100644 index 0000000..49a1e0e --- /dev/null +++ b/dist/apps/processing-runtime-widget/86155.87df116373ce52ec32e4.js @@ -0,0 +1,2 @@ +/*! For license information please see 86155.87df116373ce52ec32e4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86155],{86155:function(s,c,u){u.r(c);const M=void 0;c.default=["ccp-IN",[["AM","PM"],M,M],M,[["𑄢𑄧","𑄥𑄧","𑄟𑄧","𑄝𑄪","𑄝𑄳𑄢𑄨","𑄥𑄪","𑄥𑄧"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"],["𑄢𑄧𑄝𑄨𑄝𑄢𑄴","𑄥𑄧𑄟𑄴𑄝𑄢𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴𑄝𑄢𑄴","𑄝𑄪𑄖𑄴𑄝𑄢𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴𑄝𑄢𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴𑄝𑄢𑄴","𑄥𑄧𑄚𑄨𑄝𑄢𑄴"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"]],M,[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪","𑄜𑄬𑄛𑄴","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄢𑄴"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄬𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"]],[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"],M],[["𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄴𑄛𑄫𑄢𑄴𑄝𑄧","𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄛𑄴𑄘𑄧"],M,M],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",M,M,M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"INR","₹","𑄃𑄨𑄚𑄴𑄘𑄨𑄠𑄚𑄴 𑄢𑄪𑄛𑄨",{BDT:["৳"],BYN:[M,"р."],JPY:["JP¥","¥"],PHP:[M,"₱"],STD:[M,"Db"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86155.87df116373ce52ec32e4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/86155.87df116373ce52ec32e4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/86155.87df116373ce52ec32e4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86160.fe85b0609ebb2c3839b7.js b/dist/apps/processing-runtime-widget/86160.fe85b0609ebb2c3839b7.js new file mode 100644 index 0000000..83cfdf7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/86160.fe85b0609ebb2c3839b7.js @@ -0,0 +1,2 @@ +/*! For license information please see 86160.fe85b0609ebb2c3839b7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86160],{86160:function(e,s,o){o.r(s);const r=void 0;s.default=["es-419",[["a. m.","p. m."],r,r],r,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"EUR","EUR","euro",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:[r,"$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===i&&0!==o&&o%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86160.fe85b0609ebb2c3839b7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/86160.fe85b0609ebb2c3839b7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/86160.fe85b0609ebb2c3839b7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86485.eb37b4a7ffdbb5391899.js b/dist/apps/processing-runtime-widget/86485.eb37b4a7ffdbb5391899.js new file mode 100644 index 0000000..a5acba1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/86485.eb37b4a7ffdbb5391899.js @@ -0,0 +1,2 @@ +/*! For license information please see 86485.eb37b4a7ffdbb5391899.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86485],{86485:function(M,e,r){r.r(e);const t=void 0;e.default=["de-AT",[["AM","PM"],t,t],[["vm.","nm."],["AM","PM"],t],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[","," ",";","%","+","-","E","·","‰","∞","NaN",":",t,"."],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(M){const e=Math.floor(Math.abs(M)),r=M.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86485.eb37b4a7ffdbb5391899.js.LICENSE.txt b/dist/apps/processing-runtime-widget/86485.eb37b4a7ffdbb5391899.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/86485.eb37b4a7ffdbb5391899.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86807.27b287e8fbebe33a2cee.js b/dist/apps/processing-runtime-widget/86807.27b287e8fbebe33a2cee.js new file mode 100644 index 0000000..edc3650 --- /dev/null +++ b/dist/apps/processing-runtime-widget/86807.27b287e8fbebe33a2cee.js @@ -0,0 +1,2 @@ +/*! For license information please see 86807.27b287e8fbebe33a2cee.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86807],{86807:function(a,u,n){n.r(u);const e=void 0;u.default=["rw",[["AM","PM"],e,e],e,[["S","M","T","W","T","F","S"],["cyu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."],["Ku cyumweru","Kuwa mbere","Kuwa kabiri","Kuwa gatatu","Kuwa kane","Kuwa gatanu","Kuwa gatandatu"],["cyu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."]],e,[["1","2","3","4","5","6","7","8","9","10","11","12"],["mut.","gas.","wer.","mat.","gic.","kam.","nya.","kan.","nze.","ukw.","ugu.","uku."],["Mutarama","Gashyantare","Werurwe","Mata","Gicurasi","Kamena","Nyakanga","Kanama","Nzeli","Ukwakira","Ugushyingo","Ukuboza"]],e,[["BCE","CE"],e,e],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"RWF","RF","RWF",{JPY:["JP¥","¥"],RWF:["RF"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86807.27b287e8fbebe33a2cee.js.LICENSE.txt b/dist/apps/processing-runtime-widget/86807.27b287e8fbebe33a2cee.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/86807.27b287e8fbebe33a2cee.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/86929.3e63b2852225b15c0e2a.js b/dist/apps/processing-runtime-widget/86929.3e63b2852225b15c0e2a.js new file mode 100644 index 0000000..56c4945 --- /dev/null +++ b/dist/apps/processing-runtime-widget/86929.3e63b2852225b15c0e2a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86929],{86929:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/86966.2e784dda6311514b0144.js b/dist/apps/processing-runtime-widget/86966.2e784dda6311514b0144.js new file mode 100644 index 0000000..efbe5c7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/86966.2e784dda6311514b0144.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[86966],{86966:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87023.f6c4cf532074264653f6.js b/dist/apps/processing-runtime-widget/87023.f6c4cf532074264653f6.js new file mode 100644 index 0000000..5359d28 --- /dev/null +++ b/dist/apps/processing-runtime-widget/87023.f6c4cf532074264653f6.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87023],{87023:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87043.e389f0456b81aba1e3f8.js b/dist/apps/processing-runtime-widget/87043.e389f0456b81aba1e3f8.js new file mode 100644 index 0000000..2d55482 --- /dev/null +++ b/dist/apps/processing-runtime-widget/87043.e389f0456b81aba1e3f8.js @@ -0,0 +1,2 @@ +/*! For license information please see 87043.e389f0456b81aba1e3f8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87043],{87043:function(e,$,r){r.r($);const i=void 0;$.default=["fr-PM",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87043.e389f0456b81aba1e3f8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87043.e389f0456b81aba1e3f8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87043.e389f0456b81aba1e3f8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87117.9732f6813009ec5f8755.js b/dist/apps/processing-runtime-widget/87117.9732f6813009ec5f8755.js new file mode 100644 index 0000000..7226a87 --- /dev/null +++ b/dist/apps/processing-runtime-widget/87117.9732f6813009ec5f8755.js @@ -0,0 +1,2 @@ +/*! For license information please see 87117.9732f6813009ec5f8755.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87117],{87117:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87117.9732f6813009ec5f8755.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87117.9732f6813009ec5f8755.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87117.9732f6813009ec5f8755.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87121.f4c8df7ff43a3524a123.js b/dist/apps/processing-runtime-widget/87121.f4c8df7ff43a3524a123.js new file mode 100644 index 0000000..570278d --- /dev/null +++ b/dist/apps/processing-runtime-widget/87121.f4c8df7ff43a3524a123.js @@ -0,0 +1,2 @@ +/*! For license information please see 87121.f4c8df7ff43a3524a123.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87121],{87121:function(e,u,a){a.r(u);const r=void 0;u.default=["en-GI",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GIP","£","Gibraltar Pound",{GBP:["GB£","£"],GIP:["£"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87121.f4c8df7ff43a3524a123.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87121.f4c8df7ff43a3524a123.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87121.f4c8df7ff43a3524a123.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87233.d46a4e90f5ceb90703ab.js b/dist/apps/processing-runtime-widget/87233.d46a4e90f5ceb90703ab.js new file mode 100644 index 0000000..82ae2c3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/87233.d46a4e90f5ceb90703ab.js @@ -0,0 +1,2 @@ +/*! For license information please see 87233.d46a4e90f5ceb90703ab.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87233],{87233:function(e,a,u){u.r(a);const n=void 0;a.default=["en-FJ",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"FJD","$","Fijian Dollar",{FJD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87233.d46a4e90f5ceb90703ab.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87233.d46a4e90f5ceb90703ab.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87233.d46a4e90f5ceb90703ab.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87362.0c9ca5e622feb8e406eb.js b/dist/apps/processing-runtime-widget/87362.0c9ca5e622feb8e406eb.js new file mode 100644 index 0000000..097dc85 --- /dev/null +++ b/dist/apps/processing-runtime-widget/87362.0c9ca5e622feb8e406eb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87362],{87362:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8744.ecc73d565f247710d027.js b/dist/apps/processing-runtime-widget/8744.ecc73d565f247710d027.js new file mode 100644 index 0000000..7e63818 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8744.ecc73d565f247710d027.js @@ -0,0 +1,2 @@ +/*! For license information please see 8744.ecc73d565f247710d027.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8744],{8744:function(r,e,s){s.r(e);const t=void 0;e.default=["sv-AX",[["fm","em"],t,t],[["fm","em"],["f.m.","e.m."],["förmiddag","eftermiddag"]],[["S","M","T","O","T","F","L"],["sön","mån","tis","ons","tors","fre","lör"],["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],["sö","må","ti","on","to","fr","lö"]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]],t,[["f.Kr.","e.Kr."],t,["före Kristus","efter Kristus"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[t,"$"],BBD:["Bds$","$"],BMD:["BM$","$"],BRL:["BR$","R$"],BSD:["BS$","$"],BYN:[t,"р."],BZD:["BZ$","$"],CNY:[t,"¥"],DKK:["Dkr","kr"],DOP:["RD$","$"],EEK:["Ekr"],EGP:["EG£","E£"],ESP:[],GBP:[t,"£"],HKD:[t,"$"],IEP:["IE£"],INR:[t,"₹"],ISK:["Ikr","kr"],JMD:["JM$","$"],JPY:[t,"¥"],KRW:[t,"₩"],NOK:["Nkr","kr"],NZD:[t,"$"],PHP:[t,"₱"],RON:[t,"L"],SEK:["kr"],TWD:[t,"NT$"],USD:["US$","$"],VND:[t,"₫"]},"ltr",function(r){const e=Math.floor(Math.abs(r)),s=r.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8744.ecc73d565f247710d027.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8744.ecc73d565f247710d027.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8744.ecc73d565f247710d027.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87502.31a33e3aae8113124afb.js b/dist/apps/processing-runtime-widget/87502.31a33e3aae8113124afb.js new file mode 100644 index 0000000..8ad5104 --- /dev/null +++ b/dist/apps/processing-runtime-widget/87502.31a33e3aae8113124afb.js @@ -0,0 +1,2 @@ +/*! For license information please see 87502.31a33e3aae8113124afb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87502],{87502:function(M,$,D){D.r($);const s=void 0;$.default=["be-tarask",[["am","pm"],["AM","PM"],s],[["AM","PM"],s,s],[["н","п","а","с","ч","п","с"],["нд","пн","аў","ср","чц","пт","сб"],["нядзеля","панядзелак","аўторак","серада","чацвер","пятніца","субота"],["нд","пн","аў","ср","чц","пт","сб"]],s,[["с","л","с","к","м","ч","л","ж","в","к","л","с"],["сту","лют","сак","кра","мая","чэр","ліп","жні","вер","кас","ліс","сне"],["студзеня","лютага","сакавіка","красавіка","мая","чэрвеня","ліпеня","жніўня","верасня","кастрычніка","лістапада","снежня"]],[["с","л","с","к","м","ч","л","ж","в","к","л","с"],["сту","лют","сак","кра","май","чэр","ліп","жні","вер","кас","ліс","сне"],["студзень","люты","сакавік","красавік","май","чэрвень","ліпень","жнівень","верасень","кастрычнік","лістапад","снежань"]],[["да н.э.","н.э."],s,["да нараджэння Хрыстова","ад нараджэння Хрыстова"]],1,[6,0],["d.MM.yy","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss, zzzz"],["{1}, {0}",s,"{1} 'у' {0}",s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"BYN","Br","беларускі рубель",{AUD:["A$"],BBD:[s,"Bds$"],BMD:[s,"BD$"],BRL:[s,"R$"],BSD:[s,"B$"],BYN:["Br"],BZD:[s,"BZ$"],CAD:[s,"CA$"],CUC:[s,"CUC$"],CUP:[s,"$MN"],DOP:[s,"RD$"],FJD:[s,"FJ$"],FKP:[s,"FK£"],GYD:[s,"G$"],ISK:[s,"Íkr"],JMD:[s,"J$"],KYD:[s,"CI$"],LRD:[s,"L$"],MXN:["MX$"],NAD:[s,"N$"],NZD:[s,"NZ$"],PHP:[s,"₱"],RUB:["₽","руб."],SBD:[s,"SI$"],SGD:[s,"S$"],TTD:[s,"TT$"],UYU:[s,"$U"],XCD:["EC$"]},"ltr",function(M){const $=M;return $%10==1&&$%100!=11?1:$%10===Math.floor($%10)&&$%10>=2&&$%10<=4&&!($%100>=12&&$%100<=14)?3:$%10==0||$%10===Math.floor($%10)&&$%10>=5&&$%10<=9||$%100===Math.floor($%100)&&$%100>=11&&$%100<=14?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87502.31a33e3aae8113124afb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87502.31a33e3aae8113124afb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87502.31a33e3aae8113124afb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87724.86ba8f9548771c1960c9.js b/dist/apps/processing-runtime-widget/87724.86ba8f9548771c1960c9.js new file mode 100644 index 0000000..902649c --- /dev/null +++ b/dist/apps/processing-runtime-widget/87724.86ba8f9548771c1960c9.js @@ -0,0 +1,2 @@ +/*! For license information please see 87724.86ba8f9548771c1960c9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87724],{87724:function(e,M,r){r.r(M);const t=void 0;M.default=["de-IT",[["AM","PM"],t,t],t,[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(e){const M=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===M&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87724.86ba8f9548771c1960c9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87724.86ba8f9548771c1960c9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87724.86ba8f9548771c1960c9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87941.3fa772f7605dea612ae4.js b/dist/apps/processing-runtime-widget/87941.3fa772f7605dea612ae4.js new file mode 100644 index 0000000..1ed8c4a --- /dev/null +++ b/dist/apps/processing-runtime-widget/87941.3fa772f7605dea612ae4.js @@ -0,0 +1,2 @@ +/*! For license information please see 87941.3fa772f7605dea612ae4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87941],{87941:function(a,e,u){u.r(e);const n=void 0;e.default=["en-CA",[["am","pm"],["a.m.","p.m."],n],[["a.m.","pm"],["a.m.","p.m."],n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["y-MM-dd","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CAD","$","Canadian Dollar",{CAD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87941.3fa772f7605dea612ae4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87941.3fa772f7605dea612ae4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87941.3fa772f7605dea612ae4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/87993.76c4e17ea4aaf885c108.js b/dist/apps/processing-runtime-widget/87993.76c4e17ea4aaf885c108.js new file mode 100644 index 0000000..8d4ec7d --- /dev/null +++ b/dist/apps/processing-runtime-widget/87993.76c4e17ea4aaf885c108.js @@ -0,0 +1,2 @@ +/*! For license information please see 87993.76c4e17ea4aaf885c108.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[87993],{87993:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/87993.76c4e17ea4aaf885c108.js.LICENSE.txt b/dist/apps/processing-runtime-widget/87993.76c4e17ea4aaf885c108.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/87993.76c4e17ea4aaf885c108.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88082.d25897a08301cbab3844.js b/dist/apps/processing-runtime-widget/88082.d25897a08301cbab3844.js new file mode 100644 index 0000000..bc6c1c2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88082.d25897a08301cbab3844.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88082],{88082:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88124.e302a1ec8b904224a487.js b/dist/apps/processing-runtime-widget/88124.e302a1ec8b904224a487.js new file mode 100644 index 0000000..cdbda73 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88124.e302a1ec8b904224a487.js @@ -0,0 +1,2 @@ +/*! For license information please see 88124.e302a1ec8b904224a487.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88124],{88124:function(t,i,a){a.r(i);const n=void 0;i.default=[[["mitjanit","mat.","matí","md","tarda","vespre","nit"],["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n],[["mitjanit","matinada","matí","migdia","tarda","vespre","nit"],n,n],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","19:00"],["19:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88124.e302a1ec8b904224a487.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88124.e302a1ec8b904224a487.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88124.e302a1ec8b904224a487.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88128.b4903f13900affdb6117.js b/dist/apps/processing-runtime-widget/88128.b4903f13900affdb6117.js new file mode 100644 index 0000000..a3dcfa3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88128.b4903f13900affdb6117.js @@ -0,0 +1,2 @@ +/*! For license information please see 88128.b4903f13900affdb6117.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88128],{88128:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88128.b4903f13900affdb6117.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88128.b4903f13900affdb6117.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88128.b4903f13900affdb6117.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88260.391de3335e756518df08.js b/dist/apps/processing-runtime-widget/88260.391de3335e756518df08.js new file mode 100644 index 0000000..3f462a7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88260.391de3335e756518df08.js @@ -0,0 +1,2 @@ +/*! For license information please see 88260.391de3335e756518df08.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88260],{88260:function(s,u,n){n.r(u);const c=void 0;u.default=["zh-Hans-MO",[["上午","下午"],c,c],c,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],c,[["公元前","公元"],c,c],0,[6,0],["d/M/yy","y年M月d日",c,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",c,c,c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MOP","MOP$","澳门币",{AUD:["AU$","$"],BYN:[c,"р."],ILR:["ILS"],JPY:["JP¥","¥"],KRW:["₩","₩"],MOP:["MOP$"],PHP:[c,"₱"],RUR:[c,"р."],TWD:["NT$"],USD:["US$","$"],XXX:[]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88260.391de3335e756518df08.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88260.391de3335e756518df08.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88260.391de3335e756518df08.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88350.4ca8a71cf23a4b43544e.js b/dist/apps/processing-runtime-widget/88350.4ca8a71cf23a4b43544e.js new file mode 100644 index 0000000..4c1aa65 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88350.4ca8a71cf23a4b43544e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88350],{88350:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88359.e9956d25c90f65b1d98f.js b/dist/apps/processing-runtime-widget/88359.e9956d25c90f65b1d98f.js new file mode 100644 index 0000000..2a447cf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88359.e9956d25c90f65b1d98f.js @@ -0,0 +1,2 @@ +/*! For license information please see 88359.e9956d25c90f65b1d98f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88359],{88359:function(D,$,M){M.r($);const B=void 0;$.default=["ar-SS",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SSP","£","جنيه جنوب السودان",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["GB£","UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SSP:["£"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88359.e9956d25c90f65b1d98f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88359.e9956d25c90f65b1d98f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88359.e9956d25c90f65b1d98f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88495.3dd458e9085e8a328e51.js b/dist/apps/processing-runtime-widget/88495.3dd458e9085e8a328e51.js new file mode 100644 index 0000000..50fbe5e --- /dev/null +++ b/dist/apps/processing-runtime-widget/88495.3dd458e9085e8a328e51.js @@ -0,0 +1,2 @@ +/*! For license information please see 88495.3dd458e9085e8a328e51.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88495],{88495:function(e,u,a){a.r(u);const n=void 0;u.default=["en-SH",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SHP","£","St Helena Pound",{GBP:["GB£","£"],JPY:["JP¥","¥"],SHP:["£"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88495.3dd458e9085e8a328e51.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88495.3dd458e9085e8a328e51.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88495.3dd458e9085e8a328e51.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88517.edeca1e79c6ed7f027ae.js b/dist/apps/processing-runtime-widget/88517.edeca1e79c6ed7f027ae.js new file mode 100644 index 0000000..d7aa5b5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88517.edeca1e79c6ed7f027ae.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88517],{88517:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88619.5e6a42fc99b254a4dc02.js b/dist/apps/processing-runtime-widget/88619.5e6a42fc99b254a4dc02.js new file mode 100644 index 0000000..80acf4a --- /dev/null +++ b/dist/apps/processing-runtime-widget/88619.5e6a42fc99b254a4dc02.js @@ -0,0 +1,2 @@ +/*! For license information please see 88619.5e6a42fc99b254a4dc02.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88619],{88619:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88619.5e6a42fc99b254a4dc02.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88619.5e6a42fc99b254a4dc02.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88619.5e6a42fc99b254a4dc02.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88654.e14a58725a7d5fdc6f76.js b/dist/apps/processing-runtime-widget/88654.e14a58725a7d5fdc6f76.js new file mode 100644 index 0000000..4c7a041 --- /dev/null +++ b/dist/apps/processing-runtime-widget/88654.e14a58725a7d5fdc6f76.js @@ -0,0 +1,2 @@ +/*! For license information please see 88654.e14a58725a7d5fdc6f76.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88654],{88654:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-MR",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UM","Ugiyya Muritani",{JPY:["JP¥","¥"],MRU:["UM"],USD:["US$","$"]},function(a){let e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88654.e14a58725a7d5fdc6f76.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88654.e14a58725a7d5fdc6f76.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88654.e14a58725a7d5fdc6f76.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/8870.8e031aeec9a2dd66d7c0.js b/dist/apps/processing-runtime-widget/8870.8e031aeec9a2dd66d7c0.js new file mode 100644 index 0000000..e157358 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8870.8e031aeec9a2dd66d7c0.js @@ -0,0 +1,2 @@ +/*! For license information please see 8870.8e031aeec9a2dd66d7c0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8870],{8870:function(e,i,u){u.r(i);const o=void 0;i.default=["qu-BO",[["a.m.","p.m."],o,o],o,[["D","L","M","X","J","V","S"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"]],o,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Set","Oct","Nov","Dic"],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],o,[["a.d.","dC"],["a.d.","d.C."],["ñawpa cristu","chanta cristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,"{0} {1}","{1} {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"BOB","Bs","Boliviano",{BBD:["BBG","$"],BMD:["DBM","$"],BOB:["Bs"],BZD:["DBZ","$"],CAD:["$CA","$"],GHS:[o,"GHC"],JPY:["JP¥","¥"],PHP:[o,"₱"],USD:["$US","$"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8870.8e031aeec9a2dd66d7c0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8870.8e031aeec9a2dd66d7c0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8870.8e031aeec9a2dd66d7c0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88750.56c6bc182beb1af4e6b9.js b/dist/apps/processing-runtime-widget/88750.56c6bc182beb1af4e6b9.js new file mode 100644 index 0000000..cb7ea9a --- /dev/null +++ b/dist/apps/processing-runtime-widget/88750.56c6bc182beb1af4e6b9.js @@ -0,0 +1,2 @@ +/*! For license information please see 88750.56c6bc182beb1af4e6b9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88750],{88750:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88750.56c6bc182beb1af4e6b9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88750.56c6bc182beb1af4e6b9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88750.56c6bc182beb1af4e6b9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/88855.e2dabe4da79a8ba7ece3.js b/dist/apps/processing-runtime-widget/88855.e2dabe4da79a8ba7ece3.js new file mode 100644 index 0000000..0f1ca8d --- /dev/null +++ b/dist/apps/processing-runtime-widget/88855.e2dabe4da79a8ba7ece3.js @@ -0,0 +1,2 @@ +/*! For license information please see 88855.e2dabe4da79a8ba7ece3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[88855],{88855:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/88855.e2dabe4da79a8ba7ece3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/88855.e2dabe4da79a8ba7ece3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/88855.e2dabe4da79a8ba7ece3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89348.cc9e3e5c3a0eb835810f.js b/dist/apps/processing-runtime-widget/89348.cc9e3e5c3a0eb835810f.js new file mode 100644 index 0000000..7befb84 --- /dev/null +++ b/dist/apps/processing-runtime-widget/89348.cc9e3e5c3a0eb835810f.js @@ -0,0 +1,2 @@ +/*! For license information please see 89348.cc9e3e5c3a0eb835810f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89348],{89348:function(a,e,d){d.r(e);const n=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],n,n],[["m.","madrugada","mañana","tarde","noche"],["mediodía","madrugada","mañana","tarde","noche"],n],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89348.cc9e3e5c3a0eb835810f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89348.cc9e3e5c3a0eb835810f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89348.cc9e3e5c3a0eb835810f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89359.3ae9789284ec9b594b88.js b/dist/apps/processing-runtime-widget/89359.3ae9789284ec9b594b88.js new file mode 100644 index 0000000..daffd5c --- /dev/null +++ b/dist/apps/processing-runtime-widget/89359.3ae9789284ec9b594b88.js @@ -0,0 +1,2 @@ +/*! For license information please see 89359.3ae9789284ec9b594b88.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89359],{89359:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89359.3ae9789284ec9b594b88.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89359.3ae9789284ec9b594b88.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89359.3ae9789284ec9b594b88.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89450.b5eba80bfab1cdc88dff.js b/dist/apps/processing-runtime-widget/89450.b5eba80bfab1cdc88dff.js new file mode 100644 index 0000000..dace95f --- /dev/null +++ b/dist/apps/processing-runtime-widget/89450.b5eba80bfab1cdc88dff.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89450],{89450:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89452.fe206bc60afab75b44bd.js b/dist/apps/processing-runtime-widget/89452.fe206bc60afab75b44bd.js new file mode 100644 index 0000000..cf8c17d --- /dev/null +++ b/dist/apps/processing-runtime-widget/89452.fe206bc60afab75b44bd.js @@ -0,0 +1,2 @@ +/*! For license information please see 89452.fe206bc60afab75b44bd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89452],{89452:function(D,$,M){M.r($);const B=void 0;$.default=["ar-YE",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"YER","ر.ي.‏","ريال يمني",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89452.fe206bc60afab75b44bd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89452.fe206bc60afab75b44bd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89452.fe206bc60afab75b44bd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89466.63704d96970cfaf18c3c.js b/dist/apps/processing-runtime-widget/89466.63704d96970cfaf18c3c.js new file mode 100644 index 0000000..85afb24 --- /dev/null +++ b/dist/apps/processing-runtime-widget/89466.63704d96970cfaf18c3c.js @@ -0,0 +1,2 @@ +/*! For license information please see 89466.63704d96970cfaf18c3c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89466],{89466:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-GW",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","franco CFA (BCEAO)",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89466.63704d96970cfaf18c3c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89466.63704d96970cfaf18c3c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89466.63704d96970cfaf18c3c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89520.187afe4d437d75c9f872.js b/dist/apps/processing-runtime-widget/89520.187afe4d437d75c9f872.js new file mode 100644 index 0000000..5c99f12 --- /dev/null +++ b/dist/apps/processing-runtime-widget/89520.187afe4d437d75c9f872.js @@ -0,0 +1,2 @@ +/*! For license information please see 89520.187afe4d437d75c9f872.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89520],{99905:function(t,a,n){n.r(a);const c=void 0;a.default=[[["Mitternacht","morgens","vorm.","mittags","nachm.","abends","nachts"],c,["Mitternacht","morgens","vormittags","mittags","nachmittags","abends","nachts"]],[["Mitternacht","Morgen","Vorm.","Mittag","Nachm.","Abend","Nacht"],c,["Mitternacht","Morgen","Vormittag","Mittag","Nachmittag","Abend","Nacht"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89520.187afe4d437d75c9f872.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89520.187afe4d437d75c9f872.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89520.187afe4d437d75c9f872.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89577.b2ec316d63af19d33e61.js b/dist/apps/processing-runtime-widget/89577.b2ec316d63af19d33e61.js new file mode 100644 index 0000000..a5fb741 --- /dev/null +++ b/dist/apps/processing-runtime-widget/89577.b2ec316d63af19d33e61.js @@ -0,0 +1,2 @@ +/*! For license information please see 89577.b2ec316d63af19d33e61.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89577],{89577:function(e,u,a){a.r(u);const n=void 0;u.default=["en-IM",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GBP","£","UK Pound",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89577.b2ec316d63af19d33e61.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89577.b2ec316d63af19d33e61.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89577.b2ec316d63af19d33e61.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89615.b1079198de32d24cc313.js b/dist/apps/processing-runtime-widget/89615.b1079198de32d24cc313.js new file mode 100644 index 0000000..2950b95 --- /dev/null +++ b/dist/apps/processing-runtime-widget/89615.b1079198de32d24cc313.js @@ -0,0 +1,2 @@ +/*! For license information please see 89615.b1079198de32d24cc313.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89615,99764],{99764:function(t,e,n){n.r(e),n.d(e,{BsVerions:function(){return f},LinkedList:function(){return y},OnChange:function(){return E},Trigger:function(){return i},Utils:function(){return k},currentBsVersion:function(){return x},document:function(){return d},getBsVer:function(){return b},isBs3:function(){return m},listenToTriggers:function(){return h},listenToTriggersV2:function(){return u},parseTriggers:function(){return o},registerEscClick:function(){return l},registerOutsideClick:function(){return a},setTheme:function(){return v},warnOnce:function(){return B},window:function(){return c}});var s=n(40761);class i{constructor(t,e){this.open=t,this.close=e||t}isManual(){return"manual"===this.open||"manual"===this.close}}const r={hover:["mouseover","mouseout"],focus:["focusin","focusout"]};function o(t,e=r){const n=(t||"").trim();if(0===n.length)return[];const s=n.split(/\s+/).map((t=>t.split(":"))).map((t=>{const n=e[t[0]]||t;return new i(n[0],n[1])})),o=s.filter((t=>t.isManual()));if(o.length>1)throw new Error("Triggers parse error: only one manual trigger is allowed");if(1===o.length&&s.length>1)throw new Error("Triggers parse error: manual trigger can't be mixed with other triggers");return s}function h(t,e,n,s,i,r){const h=o(n),u=[];return 1===h.length&&h[0].isManual()?Function.prototype:(h.forEach((n=>{n.open!==n.close?(u.push(t.listen(e,n.open,s)),n.close&&u.push(t.listen(e,n.close,i))):u.push(t.listen(e,n.open,r))})),()=>{u.forEach((t=>t()))})}function u(t,e){const n=o(e.triggers),s=e.target;if(1===n.length&&n[0].isManual())return Function.prototype;const i=[],r=[],h=()=>{r.forEach((t=>i.push(t()))),r.length=0};return n.forEach((n=>{const o=n.open===n.close,u=o?e.toggle:e.show;if(!o&&n.close&&e.hide){const i=t.listen(s,n.close,e.hide);r.push((()=>i))}u&&i.push(t.listen(s,n.open,(()=>u(h))))})),()=>{i.forEach((t=>t()))}}function a(t,e){return e.outsideClick?t.listen("document","click",(t=>{e.target&&e.target.contains(t.target)||e.targets&&e.targets.some((e=>e.contains(t.target)))||e.hide&&e.hide()})):Function.prototype}function l(t,e){return e.outsideEsc?t.listen("document","keyup.esc",(t=>{e.target&&e.target.contains(t.target)||e.targets&&e.targets.some((e=>e.contains(t.target)))||e.hide&&e.hide()})):Function.prototype}const c="undefined"!=typeof window&&window||{},d=c.document;c.location,c.gc,c.performance&&c.performance,c.Event,c.MouseEvent,c.KeyboardEvent,c.EventTarget,c.History,c.Location,c.EventListener;var f;let g;function p(){if(void 0===c.document)return"bs4";const t=c.document.createElement("span");t.innerText="testing bs version",t.classList.add("d-none"),t.classList.add("pl-1"),c.document.head.appendChild(t);const e=t.getBoundingClientRect(),n=c.getComputedStyle(t).paddingLeft;return!e||e&&0!==e.top?(c.document.head.removeChild(t),"bs3"):n&&parseFloat(n)?(c.document.head.removeChild(t),"bs4"):(c.document.head.removeChild(t),"bs5")}function v(t){g=t}function m(){return void 0===c||(void 0===c.__theme?(g||(g=p()),"bs3"===g):"bs3"===c.__theme)}function w(){return!m()&&(g||(g=p()),"bs4"===g)}function b(){return{isBs3:m(),isBs4:w(),isBs5:!m()&&!w()&&(g||(g=p()),"bs5"===g)}}function x(){const t=b(),e=Object.keys(t).find((e=>t[e]));return f[e]}!function(t){t.isBs3="bs3",t.isBs4="bs4",t.isBs5="bs5"}(f||(f={}));class y{constructor(){this.length=0,this.asArray=[]}get(t){if(0===this.length||t<0||t>=this.length)return;let e=this.head;for(let n=0;nthis.length)throw new Error("Position is out of the list");const n={value:t,next:void 0,previous:void 0};if(0===this.length)this.head=n,this.tail=n,this.current=n;else if(0===e&&this.head)n.next=this.head,this.head.previous=n,this.head=n;else if(e===this.length&&this.tail)this.tail.next=n,n.previous=this.tail,this.tail=n;else{const t=this.getNode(e-1),s=t?.next;t&&s&&(t.next=n,s.previous=n,n.previous=t,n.next=s)}this.length++,this.createInternalArrayRepresentation()}remove(t=0){if(0===this.length||t<0||t>=this.length)throw new Error("Position is out of the list");if(0===t&&this.head)this.head=this.head.next,this.head?this.head.previous=void 0:this.tail=void 0;else if(t===this.length-1&&this.tail?.previous)this.tail=this.tail.previous,this.tail.next=void 0;else{const e=this.getNode(t);e?.next&&e.previous&&(e.next.previous=e.previous,e.previous.next=e.next)}this.length--,this.createInternalArrayRepresentation()}set(t,e){if(0===this.length||t<0||t>=this.length)throw new Error("Position is out of the list");const n=this.getNode(t);n&&(n.value=e,this.createInternalArrayRepresentation())}toArray(){return this.asArray}findAll(t){let e=this.head;const n=[];if(!e)return n;for(let s=0;s{this.add(t)})),this.length}pop(){if(0===this.length)return;const t=this.tail;return this.remove(this.length-1),t?.value}unshift(...t){return t.reverse(),t.forEach((t=>{this.add(t,0)})),this.length}shift(){if(0===this.length)return;const t=this.head?.value;return this.remove(),t}forEach(t){let e=this.head;for(let n=0;n=this.length)throw new Error("Position is out of the list");let e=this.head;for(let n=0;n=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89641.b5de7d8db89b114e08e5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89641.b5de7d8db89b114e08e5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89641.b5de7d8db89b114e08e5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89814.ef9826bde8c5eb13f977.js b/dist/apps/processing-runtime-widget/89814.ef9826bde8c5eb13f977.js new file mode 100644 index 0000000..d4c29a7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/89814.ef9826bde8c5eb13f977.js @@ -0,0 +1,2 @@ +/*! For license information please see 89814.ef9826bde8c5eb13f977.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89814],{89814:function(a,t,u){u.r(t);const p=void 0;t.default=["lkt",[["AM","PM"],p,p],p,[["A","W","N","Y","T","Z","O"],["Aŋpétuwakȟaŋ","Aŋpétuwaŋži","Aŋpétunuŋpa","Aŋpétuyamni","Aŋpétutopa","Aŋpétuzaptaŋ","Owáŋgyužažapi"],p,p],[["S","M","T","W","T","F","S"],["Aŋpétuwakȟaŋ","Aŋpétuwaŋži","Aŋpétunuŋpa","Aŋpétuyamni","Aŋpétutopa","Aŋpétuzaptaŋ","Owáŋgyužažapi"],p,p],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Wiótheȟika Wí","Thiyóȟeyuŋka Wí","Ištáwičhayazaŋ Wí","Pȟežítȟo Wí","Čhaŋwápetȟo Wí","Wípazukȟa-wašté Wí","Čhaŋpȟásapa Wí","Wasútȟuŋ Wí","Čhaŋwápeǧi Wí","Čhaŋwápe-kasná Wí","Waníyetu Wí","Tȟahékapšuŋ Wí"],p],p,[["BCE","CE"],p,p],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",p,p,p],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"USD","$","USD",{JPY:["JP¥","¥"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/89814.ef9826bde8c5eb13f977.js.LICENSE.txt b/dist/apps/processing-runtime-widget/89814.ef9826bde8c5eb13f977.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/89814.ef9826bde8c5eb13f977.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89838.ce0e9f8b38b19166893c.js b/dist/apps/processing-runtime-widget/89838.ce0e9f8b38b19166893c.js new file mode 100644 index 0000000..4fcc17b --- /dev/null +++ b/dist/apps/processing-runtime-widget/89838.ce0e9f8b38b19166893c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89838],{89838:function(u,e,i){i.r(e);e.default=[[["полн.","полд.","утра","дня","веч.","ночи"],["полн.","полд.","утра","дня","вечера","ночи"],["полночь","полдень","утра","дня","вечера","ночи"]],[["полн.","полд.","утро","день","веч.","ночь"],undefined,["полночь","полдень","утро","день","вечер","ночь"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","22:00"],["22:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8997.42fe8af3e498ad36ec38.js b/dist/apps/processing-runtime-widget/8997.42fe8af3e498ad36ec38.js new file mode 100644 index 0000000..aad3ad6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/8997.42fe8af3e498ad36ec38.js @@ -0,0 +1,2 @@ +/*! For license information please see 8997.42fe8af3e498ad36ec38.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[8997],{8997:function(n,s,m){m.r(s);const g=void 0;s.default=["ewo",[["kíkíríg","ngəgógəle"],g,g],g,[["s","m","s","s","s","f","s"],["sɔ́n","mɔ́n","smb","sml","smn","fúl","sér"],["sɔ́ndɔ","mɔ́ndi","sɔ́ndɔ məlú mə́bɛ̌","sɔ́ndɔ məlú mə́lɛ́","sɔ́ndɔ məlú mə́nyi","fúladé","séradé"],["sɔ́n","mɔ́n","smb","sml","smn","fúl","sér"]],g,[["o","b","l","n","t","s","z","m","e","a","d","b"],["ngo","ngb","ngl","ngn","ngt","ngs","ngz","ngm","nge","nga","ngad","ngab"],["ngɔn osú","ngɔn bɛ̌","ngɔn lála","ngɔn nyina","ngɔn tána","ngɔn saməna","ngɔn zamgbála","ngɔn mwom","ngɔn ebulú","ngɔn awóm","ngɔn awóm ai dziá","ngɔn awóm ai bɛ̌"]],g,[["oyk","ayk"],g,["osúsúa Yésus kiri","ámvus Yésus Kirís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",g,g,g],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","Fəláŋ CFA (BEAC)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(n){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/8997.42fe8af3e498ad36ec38.js.LICENSE.txt b/dist/apps/processing-runtime-widget/8997.42fe8af3e498ad36ec38.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/8997.42fe8af3e498ad36ec38.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/89978.f1434d51be280ca566ed.js b/dist/apps/processing-runtime-widget/89978.f1434d51be280ca566ed.js new file mode 100644 index 0000000..40f908a --- /dev/null +++ b/dist/apps/processing-runtime-widget/89978.f1434d51be280ca566ed.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[89978],{89978:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90026.5f171a423699370f8ad6.js b/dist/apps/processing-runtime-widget/90026.5f171a423699370f8ad6.js new file mode 100644 index 0000000..a1d7715 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90026.5f171a423699370f8ad6.js @@ -0,0 +1,2 @@ +/*! For license information please see 90026.5f171a423699370f8ad6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90026],{90026:function(e,u,a){a.r(u);const r=void 0;u.default=["en-SE",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[","," ",";","%","+","-","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"SEK","kr","Swedish Krona",{JPY:["JP¥","¥"],SEK:["kr"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90026.5f171a423699370f8ad6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90026.5f171a423699370f8ad6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90026.5f171a423699370f8ad6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90033.e255c4d1529e867ed9f0.js b/dist/apps/processing-runtime-widget/90033.e255c4d1529e867ed9f0.js new file mode 100644 index 0000000..9697925 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90033.e255c4d1529e867ed9f0.js @@ -0,0 +1,2 @@ +/*! For license information please see 90033.e255c4d1529e867ed9f0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90033],{90033:function(t,a,i){i.r(a);const g=void 0;a.default=[[["Mitternacht","am Morge","zmittag","am Namittag","zaabig","znacht"],g,g],[["Mitternacht","am Morge","zmittag","am Namittag","zaabig","znacht"],g,["Mitternacht","Morge","Mittag","Namittag","Aabig","Nacht"]],["00:00",["05:00","12:00"],["12:00","14:00"],["14:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90033.e255c4d1529e867ed9f0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90033.e255c4d1529e867ed9f0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90033.e255c4d1529e867ed9f0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90144.42c0ead7be7c55f8b195.js b/dist/apps/processing-runtime-widget/90144.42c0ead7be7c55f8b195.js new file mode 100644 index 0000000..46e7e7e --- /dev/null +++ b/dist/apps/processing-runtime-widget/90144.42c0ead7be7c55f8b195.js @@ -0,0 +1,2 @@ +/*! For license information please see 90144.42c0ead7be7c55f8b195.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90144],{90144:function(e,s,t){t.r(s);const u=void 0;s.default=["et",[["AM","PM"],u,u],u,[["P","E","T","K","N","R","L"],u,["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"],["P","E","T","K","N","R","L"]],u,[["J","V","M","A","M","J","J","A","S","O","N","D"],["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]],u,[["eKr","pKr"],u,["enne Kristust","pärast Kristust"]],1,[6,0],["dd.MM.yy","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:["AU$","$"],EEK:["kr"],PHP:[u,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(e){const s=Math.floor(Math.abs(e)),t=e.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===t?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90144.42c0ead7be7c55f8b195.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90144.42c0ead7be7c55f8b195.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90144.42c0ead7be7c55f8b195.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90177.ec1b9edceb940281c871.js b/dist/apps/processing-runtime-widget/90177.ec1b9edceb940281c871.js new file mode 100644 index 0000000..c973dbf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90177.ec1b9edceb940281c871.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90177],{90177:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90290.f8a5bb3563ed2503e56d.js b/dist/apps/processing-runtime-widget/90290.f8a5bb3563ed2503e56d.js new file mode 100644 index 0000000..9df3771 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90290.f8a5bb3563ed2503e56d.js @@ -0,0 +1,2 @@ +/*! For license information please see 90290.f8a5bb3563ed2503e56d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90290],{90290:function(u,i,c){c.r(i);const e=void 0;i.default=[[["yarim tun","tush payti","ertalab","kunduzi","kechqurun","kechasi"],e,e],e,["00:00","12:00",["06:00","11:00"],["11:00","18:00"],["18:00","22:00"],["22:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90290.f8a5bb3563ed2503e56d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90290.f8a5bb3563ed2503e56d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90290.f8a5bb3563ed2503e56d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9037.1dab42dadafc67d1dca4.js b/dist/apps/processing-runtime-widget/9037.1dab42dadafc67d1dca4.js new file mode 100644 index 0000000..f12d4f3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9037.1dab42dadafc67d1dca4.js @@ -0,0 +1,2 @@ +/*! For license information please see 9037.1dab42dadafc67d1dca4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9037],{9037:function(u,c,i){i.r(c);const e=void 0;c.default=[[["అర్ధరాత్రి","ఉదయం","మధ్యాహ్నం","సాయంత్రం","రాత్రి"],e,e],e,["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9037.1dab42dadafc67d1dca4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9037.1dab42dadafc67d1dca4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9037.1dab42dadafc67d1dca4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90427.5664b37869cae912b41c.js b/dist/apps/processing-runtime-widget/90427.5664b37869cae912b41c.js new file mode 100644 index 0000000..381aab7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90427.5664b37869cae912b41c.js @@ -0,0 +1,2 @@ +/*! For license information please see 90427.5664b37869cae912b41c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90427],{90427:function(e,a,M){M.r(a);const n=void 0;a.default=["ig",[["A.M.","P.M."],n,["N’ụtụtụ","N’abali"]],[["A.M.","P.M."],n,n],[["S","M","T","W","T","F","S"],["Sọn","Mọn","Tiu","Wen","Tọọ","Fraị","Sat"],["Sọndee","Mọnde","Tiuzdee","Wenezdee","Tọọzdee","Fraịdee","Satọdee"],["Sọn","Mọn","Tiu","Wen","Tọọ","Fraị","Sat"]],n,[["J","F","M","E","M","J","J","Ọ","S","Ọ","N","D"],["Jen","Feb","Maa","Epr","Mee","Juu","Jul","Ọgọ","Sep","Ọkt","Nov","Dis"],["Jenụwarị","Febrụwarị","Maachị","Epreel","Mee","Juun","Julaị","Ọgọọst","Septemba","Ọktoba","Novemba","Disemba"]],n,[["T.K.","A.K."],n,["Tupu Kraist","Afọ Kraịst"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'na' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NGN","₦","Naịra",{NGN:["₦"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90427.5664b37869cae912b41c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90427.5664b37869cae912b41c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90427.5664b37869cae912b41c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9047.eaeea52a119f30518078.js b/dist/apps/processing-runtime-widget/9047.eaeea52a119f30518078.js new file mode 100644 index 0000000..3426d06 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9047.eaeea52a119f30518078.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9047],{9047:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9050.ec72bad6569c97185bd6.js b/dist/apps/processing-runtime-widget/9050.ec72bad6569c97185bd6.js new file mode 100644 index 0000000..5f48283 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9050.ec72bad6569c97185bd6.js @@ -0,0 +1,2 @@ +/*! For license information please see 9050.ec72bad6569c97185bd6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9050,69796],{69796:function(e,t,r){var o;r.r(t),r.d(t,{JitCompilerFactory:function(){return u},RESOURCE_CACHE_PROVIDER:function(){return g},VERSION:function(){return C},platformBrowserDynamic:function(){return _},"ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS":function(){return f},"ɵplatformCoreDynamic":function(){return d}});var n=r(49396),s=r(40761),a=r(80179),i=r(15813);new s.InjectionToken("ErrorCollector"),s.PACKAGE_ROOT_URL;const c=[{provide:s.Compiler,useFactory:()=>new s.Compiler}];class u{constructor(e){const t={useJit:!0,defaultEncapsulation:s.ViewEncapsulation.Emulated,missingTranslation:s.MissingTranslationStrategy.Warning};this._defaultOptions=[t,...e]}createCompiler(e=[]){const t={useJit:l((r=this._defaultOptions.concat(e)).map((e=>e.useJit))),defaultEncapsulation:l(r.map((e=>e.defaultEncapsulation))),providers:p(r.map((e=>e.providers))),missingTranslation:l(r.map((e=>e.missingTranslation))),preserveWhitespaces:l(r.map((e=>e.preserveWhitespaces)))};var r;return s.Injector.create([c,{provide:n.CompilerConfig,useFactory:()=>new n.CompilerConfig({useJit:t.useJit,jitDevMode:(0,s.isDevMode)(),defaultEncapsulation:t.defaultEncapsulation,missingTranslation:t.missingTranslation,preserveWhitespaces:t.preserveWhitespaces}),deps:[]},t.providers]).get(s.Compiler)}}function l(e){for(let t=e.length-1;t>=0;t--)if(void 0!==e[t])return e[t]}function p(e){const t=[];return e.forEach((e=>e&&t.push(...e))),t}const d=(0,s.createPlatformFactory)(s.platformCore,"coreDynamic",[{provide:s.COMPILER_OPTIONS,useValue:{},multi:!0},{provide:s.CompilerFactory,useClass:u,deps:[s.COMPILER_OPTIONS]}]);class m extends n.ResourceLoader{get(e){let t,r;const o=new Promise(((e,o)=>{t=e,r=o})),n=new XMLHttpRequest;return n.open("GET",e,!0),n.responseType="text",n.onload=function(){const o=n.response||n.responseText;let s=1223===n.status?204:n.status;0===s&&(s=o?200:0),200<=s&&s<=300?t(o):r(`Failed to load ${e}`)},n.onerror=function(){r(`Failed to load ${e}`)},n.send(),o}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:o||(o=r.t(s,2)),type:m,deps:null,target:s["ɵɵFactoryTarget"].Injectable}),m.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:o||(o=r.t(s,2)),type:m}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:o||(o=r.t(s,2)),type:m,decorators:[{type:s.Injectable}]});const f=[i["ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS"],{provide:s.COMPILER_OPTIONS,useValue:{providers:[{provide:n.ResourceLoader,useClass:m,deps:[]}]},multi:!0},{provide:s.PLATFORM_ID,useValue:a["ɵPLATFORM_BROWSER_ID"]}];class R extends n.ResourceLoader{constructor(){if(super(),this._cache=s["ɵglobal"].$templateCache,null==this._cache)throw new Error("CachedResourceLoader: Template cache was not found in $templateCache.")}get(e){return this._cache.hasOwnProperty(e)?Promise.resolve(this._cache[e]):Promise.reject("CachedResourceLoader: Did not find cached template for "+e)}}const C=new s.Version("14.0.6"),g=[{provide:n.ResourceLoader,useClass:R,deps:[]}],_=(0,s.createPlatformFactory)(d,"browserDynamic",f)}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9050.ec72bad6569c97185bd6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9050.ec72bad6569c97185bd6.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/9050.ec72bad6569c97185bd6.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/90621.7bb081a94e822243b77f.js b/dist/apps/processing-runtime-widget/90621.7bb081a94e822243b77f.js new file mode 100644 index 0000000..9f487fe --- /dev/null +++ b/dist/apps/processing-runtime-widget/90621.7bb081a94e822243b77f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90621],{90621:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90663.501fbe5cbee569e2296d.js b/dist/apps/processing-runtime-widget/90663.501fbe5cbee569e2296d.js new file mode 100644 index 0000000..c20ad56 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90663.501fbe5cbee569e2296d.js @@ -0,0 +1,2 @@ +/*! For license information please see 90663.501fbe5cbee569e2296d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90663],{90663:function(t,s,M){M.r(s);const e=void 0;s.default=["sr-Cyrl-ME",[["AM","PM"],["прије подне","по подне"],e],[["a","p"],["прије подне","по подне"],e],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недјеља","понедељак","уторак","сриједа","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],e,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","март","апр","мај","јун","јул","авг","септ","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],e,[["п.н.е.","н.е."],["п. н. е.","н. е."],["прије нове ере","нове ере"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Евро",{AUD:[e,"$"],BAM:["КМ","KM"],BYN:[e,"р."],GEL:[e,"ლ"],KRW:[e,"₩"],NZD:[e,"$"],PHP:[e,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[e,"₫"]},"ltr",function(t){const s=Math.floor(Math.abs(t)),M=t.toString().replace(/^[^.]*\.?/,"").length,e=parseInt(t.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===M&&s%10==1&&s%100!=11||e%10==1&&e%100!=11?1:0===M&&s%10===Math.floor(s%10)&&s%10>=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90663.501fbe5cbee569e2296d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90663.501fbe5cbee569e2296d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90663.501fbe5cbee569e2296d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90694.30dfc93b63d533691658.js b/dist/apps/processing-runtime-widget/90694.30dfc93b63d533691658.js new file mode 100644 index 0000000..31156ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/90694.30dfc93b63d533691658.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90694],{90694:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90719.b98d6452a337e1c0f462.js b/dist/apps/processing-runtime-widget/90719.b98d6452a337e1c0f462.js new file mode 100644 index 0000000..a95ab07 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90719.b98d6452a337e1c0f462.js @@ -0,0 +1,2 @@ +/*! For license information please see 90719.b98d6452a337e1c0f462.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90719],{90719:function(e,a,u){u.r(a);const r=void 0;a.default=["en-CC",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"AUD","$","Australian Dollar",{AUD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90719.b98d6452a337e1c0f462.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90719.b98d6452a337e1c0f462.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90719.b98d6452a337e1c0f462.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90797.f0936f531df8548bb6f8.js b/dist/apps/processing-runtime-widget/90797.f0936f531df8548bb6f8.js new file mode 100644 index 0000000..07ab944 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90797.f0936f531df8548bb6f8.js @@ -0,0 +1,2 @@ +/*! For license information please see 90797.f0936f531df8548bb6f8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90797],{90797:function(a,s,o){o.r(s);const e=void 0;s.default=["ff-Latn-GN",[["subaka","kikiiɗe"],e,e],e,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],e,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],e,[["H-I","C-I"],e,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"GNF","FG","GNF",{GNF:["FG"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const s=Math.floor(Math.abs(a));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90797.f0936f531df8548bb6f8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90797.f0936f531df8548bb6f8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90797.f0936f531df8548bb6f8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90926.3f8017a0ccd3bffe5269.js b/dist/apps/processing-runtime-widget/90926.3f8017a0ccd3bffe5269.js new file mode 100644 index 0000000..4080e98 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90926.3f8017a0ccd3bffe5269.js @@ -0,0 +1,2 @@ +/*! For license information please see 90926.3f8017a0ccd3bffe5269.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90926],{90926:function(s,u,c){c.r(u);const i=void 0;u.default=["ff-Adlm-NE",[["𞤢","𞤩"],["𞤀𞤎","𞤇𞤎"],i],[["𞤀𞤎","𞤇𞤎"],i,i],[["𞤈","𞤀𞥄","𞤃","𞤔","𞤐","𞤃","𞤖"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"],["𞤈𞤫𞤬𞤦𞤭𞤪𞥆𞤫","𞤀𞥄𞤩𞤵𞤲𞥋𞤣𞤫","𞤃𞤢𞤱𞤦𞤢𞥄𞤪𞤫","𞤐𞤶𞤫𞤧𞤤𞤢𞥄𞤪𞤫","𞤐𞤢𞥄𞤧𞤢𞥄𞤲𞤣𞤫","𞤃𞤢𞤱𞤲𞤣𞤫","𞤖𞤮𞤪𞤦𞤭𞤪𞥆𞤫"],["𞤈𞤫𞤬","𞤀𞥄𞤩𞤵","𞤃𞤢𞤦","𞤔𞤫𞤧","𞤐𞤢𞥄𞤧","𞤃𞤢𞤣","𞤖𞤮𞤪"]],i,[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"],i],[["𞤅","𞤕","𞤄","𞤅","𞤁","𞤑","𞤃","𞤔","𞤅","𞤒","𞤔","𞤄"],["𞤅𞤭𞥅𞤤","𞤕𞤮𞤤","𞤐𞤦𞤮𞥅𞤴","𞤅𞤫𞥅𞤼","𞤁𞤵𞥅𞤶","𞤑𞤮𞤪","𞤃𞤮𞤪","𞤔𞤵𞤳","𞤅𞤭𞤤","𞤒𞤢𞤪","𞤔𞤮𞤤","𞤄𞤮𞤱"],["𞤅𞤭𞥅𞤤𞤮","𞤕𞤮𞤤𞤼𞤮","𞤐𞤦𞤮𞥅𞤴𞤮","𞤅𞤫𞥅𞤼𞤮","𞤁𞤵𞥅𞤶𞤮","𞤑𞤮𞤪𞤧𞤮","𞤃𞤮𞤪𞤧𞤮","𞤔𞤵𞤳𞤮","𞤅𞤭𞤤𞤼𞤮","𞤒𞤢𞤪𞤳𞤮","𞤔𞤮𞤤𞤮","𞤄𞤮𞤱𞤼𞤮"]],[["𞤀𞤀𞤋","𞤇𞤀𞤋"],i,["𞤀𞤣𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄","𞤇𞤢𞥄𞤱𞤮 𞤀𞤲𞥆𞤢𞤦𞤭 𞤋𞥅𞤧𞤢𞥄"]],1,[6,0],["d-M-y","d MMM⹁ y","d MMMM⹁ y","EEEE d MMMM⹁ y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,"{1} 𞤉 {0}",i],[".","⹁",";","%","+","-","E","×","‰","∞","𞤏𞤮𞤈",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"XOF","𞤅𞤊𞤀","𞤊𞤢𞤪𞤢𞤲 𞤅𞤊𞤀 𞤖𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫 𞤀𞤬𞤪𞤭𞤳𞤢",{BYN:[i,"р."],GNF:[i,"𞤊𞤘"],JPY:["JP¥","¥"],NGN:["𞤐𞤐𞤘","₦"],PGK:["𞤑𞤆𞤘"],PHP:["𞤆𞤆𞤖","₱"],USD:["US$","$"],XAF:["𞤊𞤅𞤊𞤀"],XOF:["𞤅𞤊𞤀"]},"rtl",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90926.3f8017a0ccd3bffe5269.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90926.3f8017a0ccd3bffe5269.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90926.3f8017a0ccd3bffe5269.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/90995.55146761583f73318361.js b/dist/apps/processing-runtime-widget/90995.55146761583f73318361.js new file mode 100644 index 0000000..af73ad2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/90995.55146761583f73318361.js @@ -0,0 +1,2 @@ +/*! For license information please see 90995.55146761583f73318361.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[90995],{90995:function(M,e,r){r.r(e);const t=void 0;e.default=["de-LI",[["AM","PM"],t,t],[["vm.","nm."],["AM","PM"],t],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],t,t],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'um' {0}",t],[".","’",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CHF","CHF","Schweizer Franken",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[t,"р."],CUC:[t,"Cub$"],DEM:["DM"],EUR:[t,"€"],FKP:[t,"Fl£"],GHS:[t,"₵"],GNF:[t,"F.G."],KMF:[t,"FC"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],RWF:[t,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[t,"K"]},"ltr",function(M){const e=Math.floor(Math.abs(M)),r=M.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===r?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/90995.55146761583f73318361.js.LICENSE.txt b/dist/apps/processing-runtime-widget/90995.55146761583f73318361.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/90995.55146761583f73318361.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91095.e8c7adebe20dda34716e.js b/dist/apps/processing-runtime-widget/91095.e8c7adebe20dda34716e.js new file mode 100644 index 0000000..eac8439 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91095.e8c7adebe20dda34716e.js @@ -0,0 +1,2 @@ +/*! For license information please see 91095.e8c7adebe20dda34716e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91095],{91095:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91095.e8c7adebe20dda34716e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91095.e8c7adebe20dda34716e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91095.e8c7adebe20dda34716e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91097.421f4e0bdda9bb86a57b.js b/dist/apps/processing-runtime-widget/91097.421f4e0bdda9bb86a57b.js new file mode 100644 index 0000000..79434e9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91097.421f4e0bdda9bb86a57b.js @@ -0,0 +1,2 @@ +/*! For license information please see 91097.421f4e0bdda9bb86a57b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91097],{91097:function(a,i,e){e.r(i);const d=void 0;i.default=[[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],["meia-noite","meio-dia","da manhã","da tarde","da noite","da madrugada"],d],[["meia-noite","meio-dia","manhã","tarde","noite","madrugada"],d,d],["00:00","12:00",["06:00","12:00"],["12:00","19:00"],["19:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91097.421f4e0bdda9bb86a57b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91097.421f4e0bdda9bb86a57b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91097.421f4e0bdda9bb86a57b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91124.6f2e96e3ee523f9bb58a.js b/dist/apps/processing-runtime-widget/91124.6f2e96e3ee523f9bb58a.js new file mode 100644 index 0000000..04fe2c8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91124.6f2e96e3ee523f9bb58a.js @@ -0,0 +1,2 @@ +/*! For license information please see 91124.6f2e96e3ee523f9bb58a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91124],{91124:function(a,e,u){u.r(e);const r=void 0;e.default=["en-LC",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XCD","$","East Caribbean Dollar",{JPY:["JP¥","¥"],USD:["US$","$"],XCD:["$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91124.6f2e96e3ee523f9bb58a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91124.6f2e96e3ee523f9bb58a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91124.6f2e96e3ee523f9bb58a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91152.08b6378f70d2c9690372.js b/dist/apps/processing-runtime-widget/91152.08b6378f70d2c9690372.js new file mode 100644 index 0000000..21fde0f --- /dev/null +++ b/dist/apps/processing-runtime-widget/91152.08b6378f70d2c9690372.js @@ -0,0 +1,2 @@ +/*! For license information please see 91152.08b6378f70d2c9690372.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91152],{91152:function(a,r,e){e.r(r);const u=void 0;r.default=["hi-Latn",[["a","p"],["AM","PM"],u],[["am","pm"],u,["AM","PM"]],[["ra","so","ma","bu","gu","su","sa"],["ravi","som","mangal","budh","guru","shukra","shani"],["ravivaar","somvaar","mangalvaar","budhvaar","guruvaar","shukravaar","shanivaar"],["Su","Mo","Tu","We","Th","Fr","Sa"]],u,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[0,0],["dd/MM/y","dd-MMM-y","d MMMM y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",u,"{1}, {0}",u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","[#E0]"],"INR","₹","Indian Rupee",{JPY:["JP¥","¥"]},"ltr",function(a){const r=Math.floor(Math.abs(a)),e=a.toString().replace(/^[^.]*\.?/,"").length;return 1===r&&0===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91152.08b6378f70d2c9690372.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91152.08b6378f70d2c9690372.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91152.08b6378f70d2c9690372.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91161.a51266fe11b3f80f3055.js b/dist/apps/processing-runtime-widget/91161.a51266fe11b3f80f3055.js new file mode 100644 index 0000000..f61c77f --- /dev/null +++ b/dist/apps/processing-runtime-widget/91161.a51266fe11b3f80f3055.js @@ -0,0 +1,2 @@ +/*! For license information please see 91161.a51266fe11b3f80f3055.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91161],{91161:function(a,i,s){s.r(i);const o=void 0;i.default=["so",[["h","d"],["GH","GD"],o],[["AM","GD"],o,["GH","GD"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbaco","Khms","Jmc","Sbti"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Jannaayo","Febraayo","Maarso","Abriil","May","Juun","Luuliyo","Ogost","Sebtembar","Oktoobar","Nofembar","Desembar"]],[["B","A"],["BC","AD"],["Ciise Hortii","Ciise Dabadii"]],1,[6,0],["dd/MM/yy","dd-MMM-y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'ee' {0}",o,o],[".",",",";","%","+","-","E","×","‰","∞","MaL",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SOS","S","Shilingka Soomaaliya",{BBD:["DBB","$"],JPY:["JP¥","¥"],SOS:["S"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91161.a51266fe11b3f80f3055.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91161.a51266fe11b3f80f3055.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91161.a51266fe11b3f80f3055.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91304.6829a96e821761b3fad6.js b/dist/apps/processing-runtime-widget/91304.6829a96e821761b3fad6.js new file mode 100644 index 0000000..f944f91 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91304.6829a96e821761b3fad6.js @@ -0,0 +1,2 @@ +/*! For license information please see 91304.6829a96e821761b3fad6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91304],{91304:function(M,s,u){u.r(s);const n=void 0;s.default=["nds-NL",[["AM","PM"],n,n],n,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"],n],n,[["BCE","CE"],n,n],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"EUR","€","EUR",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(M){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91304.6829a96e821761b3fad6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91304.6829a96e821761b3fad6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91304.6829a96e821761b3fad6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91390.b4b29f73180ab6ad0f57.js b/dist/apps/processing-runtime-widget/91390.b4b29f73180ab6ad0f57.js new file mode 100644 index 0000000..26fa732 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91390.b4b29f73180ab6ad0f57.js @@ -0,0 +1,2 @@ +/*! For license information please see 91390.b4b29f73180ab6ad0f57.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91390],{91390:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91390.b4b29f73180ab6ad0f57.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91390.b4b29f73180ab6ad0f57.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91390.b4b29f73180ab6ad0f57.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91434.d3e09efaf764000def56.js b/dist/apps/processing-runtime-widget/91434.d3e09efaf764000def56.js new file mode 100644 index 0000000..1d7d88f --- /dev/null +++ b/dist/apps/processing-runtime-widget/91434.d3e09efaf764000def56.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91434],{91434:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91480.8ffa2aac3fd252ab4133.js b/dist/apps/processing-runtime-widget/91480.8ffa2aac3fd252ab4133.js new file mode 100644 index 0000000..0ad5cda --- /dev/null +++ b/dist/apps/processing-runtime-widget/91480.8ffa2aac3fd252ab4133.js @@ -0,0 +1,2 @@ +/*! For license information please see 91480.8ffa2aac3fd252ab4133.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91480],{91480:function(e,t,r){var n;r.r(t),r.d(t,{FocusTrap:function(){return g},FocusTrapDirective:function(){return m},FocusTrapModule:function(){return f}});var s=r(40761),o=r(80179),i=r(76063);class a{constructor(){this._focusTrapStack=[]}register(e){this._focusTrapStack=this._focusTrapStack.filter((t=>t!==e));let t=this._focusTrapStack;t.length&&t[t.length-1]._disable(),t.push(e),e._enable()}deregister(e){e._disable();const t=this._focusTrapStack,r=t.indexOf(e);-1!==r&&(t.splice(r,1),t.length&&t[t.length-1]._enable())}}let c;a.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:a,deps:[],target:s["ɵɵFactoryTarget"].Injectable}),a.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:a,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:a,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}]});try{c="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch{c=!1}class u{constructor(e){this._platformId=e,this.isBrowser=this._platformId?(0,o.isPlatformBrowser)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!c)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}u.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:u,deps:[{token:s.PLATFORM_ID}],target:s["ɵɵFactoryTarget"].Injectable}),u.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:u,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:u,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:Object,decorators:[{type:s.Inject,args:[s.PLATFORM_ID]}]}]}});class h{constructor(e){this._platform=e}isDisabled(e){return e.hasAttribute("disabled")}isVisible(e){return function(e){return!!(e.offsetWidth||e.offsetHeight||"function"==typeof e.getClientRects&&e.getClientRects().length)}(e)&&"visible"===getComputedStyle(e).visibility}isTabbable(e){if(!this._platform.isBrowser)return!1;const t=function(e){try{return e.frameElement}catch{return null}}((r=e).ownerDocument&&r.ownerDocument.defaultView||window);var r;if(t){if(-1===d(t))return!1;if(!this.isVisible(t))return!1}let n=e.nodeName.toLowerCase(),s=d(e);return e.hasAttribute("contenteditable")?-1!==s:"iframe"!==n&&"object"!==n&&(!(this._platform.WEBKIT&&this._platform.IOS&&!function(e){let t=e.nodeName.toLowerCase(),r="input"===t&&e.type;return"text"===r||"password"===r||"select"===t||"textarea"===t}(e))&&("audio"===n?!!e.hasAttribute("controls")&&-1!==s:"video"===n?-1!==s&&(null!==s||(this._platform.FIREFOX||e.hasAttribute("controls"))):e.tabIndex>=0))}isFocusable(e,t){return function(e){if(function(e){return function(e){return"input"==e.nodeName.toLowerCase()}(e)&&"hidden"==e.type}(e))return!1;return function(e){let t=e.nodeName.toLowerCase();return"input"===t||"select"===t||"button"===t||"textarea"===t}(e)||function(e){return function(e){return"a"==e.nodeName.toLowerCase()}(e)&&e.hasAttribute("href")}(e)||e.hasAttribute("contenteditable")||l(e)}(e)&&!this.isDisabled(e)&&(t?.ignoreVisibility||this.isVisible(e))}}function l(e){if(!e.hasAttribute("tabindex")||void 0===e.tabIndex)return!1;let t=e.getAttribute("tabindex");return"-32768"!=t&&!(!t||isNaN(parseInt(t,10)))}function d(e){if(!l(e))return null;const t=parseInt(e.getAttribute("tabindex")||"",10);return isNaN(t)?-1:t}function p(e){return null!=e&&"false"!=`${e}`}h.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:h,deps:[{token:u}],target:s["ɵɵFactoryTarget"].Injectable}),h.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:h,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:h,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:u}]}});class g{constructor(e,t,r,n,s=!1){this._element=e,this._checker=t,this._ngZone=r,this._document=n,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,s||this.attachAnchors()}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}destroy(){const e=this._startAnchor,t=this._endAnchor;e&&(e.removeEventListener("focus",this.startAnchorListener),e.parentNode&&e.parentNode.removeChild(e)),t&&(t.removeEventListener("focus",this.endAnchorListener),t.parentNode&&t.parentNode.removeChild(t)),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular((()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))})),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(){return new Promise((e=>{this._executeOnStable((()=>e(this.focusInitialElement())))}))}focusFirstTabbableElementWhenReady(){return new Promise((e=>{this._executeOnStable((()=>e(this.focusFirstTabbableElement())))}))}focusLastTabbableElementWhenReady(){return new Promise((e=>{this._executeOnStable((()=>e(this.focusLastTabbableElement())))}))}_getRegionBoundary(e){let t=this._element.querySelectorAll(`[cdk-focus-region-${e}], [cdkFocusRegion${e}], [cdk-focus-${e}]`);for(let r=0;r=0;e--){let r=t[e].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(t[e]):null;if(r)return r}return null}_createAnchor(){const e=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,e),e.classList.add("cdk-visually-hidden"),e.classList.add("cdk-focus-trap-anchor"),e.setAttribute("aria-hidden","true"),e}_toggleAnchorTabIndex(e,t){e?t.setAttribute("tabindex","0"):t.removeAttribute("tabindex")}toggleAnchors(e){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(e,this._startAnchor),this._toggleAnchorTabIndex(e,this._endAnchor))}_executeOnStable(e){this._ngZone.isStable?e():this._ngZone.onStable.pipe((0,i.take)(1)).subscribe(e)}}class b{constructor(e,t,r){this._checker=e,this._ngZone=t,this._document=r}create(e,t=!1){return new g(e,this._checker,this._ngZone,this._document,t)}}b.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:b,deps:[{token:h},{token:s.NgZone},{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Injectable}),b.ɵprov=s["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:b,providedIn:"root"}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:b,decorators:[{type:s.Injectable,args:[{providedIn:"root"}]}],ctorParameters:function(){return[{type:h},{type:s.NgZone},{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]}});class m{constructor(e,t,r){this._elementRef=e,this._focusTrapFactory=t,this._previouslyFocusedElement=null,this._autoCapture=!1,this._document=r,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}get enabled(){return this.focusTrap.enabled}set enabled(e){this.focusTrap.enabled=p(e)}get autoCapture(){return this._autoCapture}set autoCapture(e){this._autoCapture=p(e)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(e){const t=e.autoCapture;t&&!t.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=this._document.activeElement,this.focusTrap.focusInitialElementWhenReady()}}m.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:m,deps:[{token:s.ElementRef},{token:b},{token:o.DOCUMENT}],target:s["ɵɵFactoryTarget"].Directive}),m.ɵdir=s["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:m,selector:"[focusTrap]",inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["focusTrap"],usesOnChanges:!0,ngImport:n||(n=r.t(s,2))}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:m,decorators:[{type:s.Directive,args:[{selector:"[focusTrap]",exportAs:"focusTrap"}]}],ctorParameters:function(){return[{type:s.ElementRef},{type:b},{type:void 0,decorators:[{type:s.Inject,args:[o.DOCUMENT]}]}]},propDecorators:{enabled:[{type:s.Input,args:["cdkTrapFocus"]}],autoCapture:[{type:s.Input,args:["cdkTrapFocusAutoCapture"]}]}});class f{static forRoot(){return{ngModule:f,providers:[a,u,h]}}}f.ɵfac=s["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f,deps:[],target:s["ɵɵFactoryTarget"].NgModule}),f.ɵmod=s["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f,declarations:[m],imports:[o.CommonModule],exports:[m]}),f.ɵinj=s["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f,imports:[o.CommonModule]}),s["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:n||(n=r.t(s,2)),type:f,decorators:[{type:s.NgModule,args:[{imports:[o.CommonModule],declarations:[m],exports:[m]}]}]})}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91480.8ffa2aac3fd252ab4133.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91480.8ffa2aac3fd252ab4133.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91480.8ffa2aac3fd252ab4133.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91494.368196efa66a79c08e04.js b/dist/apps/processing-runtime-widget/91494.368196efa66a79c08e04.js new file mode 100644 index 0000000..b7fe0f1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91494.368196efa66a79c08e04.js @@ -0,0 +1,2 @@ +/*! For license information please see 91494.368196efa66a79c08e04.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91494],{91494:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91494.368196efa66a79c08e04.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91494.368196efa66a79c08e04.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91494.368196efa66a79c08e04.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91657.ac3772a78a83a06eac6c.js b/dist/apps/processing-runtime-widget/91657.ac3772a78a83a06eac6c.js new file mode 100644 index 0000000..cb94457 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91657.ac3772a78a83a06eac6c.js @@ -0,0 +1,2 @@ +/*! For license information please see 91657.ac3772a78a83a06eac6c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91657],{91657:function(n,d,i){i.r(d);const e=void 0;d.default=[[["mn","o","m","a","n"],["middernag","die oggend","die middag","die aand","die nag"],e],[["mn","o","m","a","n"],["middernag","oggend","middag","aand","nag"],e],["00:00",["05:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91657.ac3772a78a83a06eac6c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91657.ac3772a78a83a06eac6c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91657.ac3772a78a83a06eac6c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9178.0e97862cd11aef7802a1.js b/dist/apps/processing-runtime-widget/9178.0e97862cd11aef7802a1.js new file mode 100644 index 0000000..9196522 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9178.0e97862cd11aef7802a1.js @@ -0,0 +1,2 @@ +/*! For license information please see 9178.0e97862cd11aef7802a1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9178],{9178:function(D,$,M){M.r($);const B=void 0;$.default=["ar-DJ",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"DJF","Fdj","فرنك جيبوتي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DJF:["Fdj"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9178.0e97862cd11aef7802a1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9178.0e97862cd11aef7802a1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9178.0e97862cd11aef7802a1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91811.4401d6a2e59c7c0ec49d.js b/dist/apps/processing-runtime-widget/91811.4401d6a2e59c7c0ec49d.js new file mode 100644 index 0000000..72599ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/91811.4401d6a2e59c7c0ec49d.js @@ -0,0 +1,2 @@ +/*! For license information please see 91811.4401d6a2e59c7c0ec49d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91811],{91811:function(u,c,i){i.r(c);const e=void 0;c.default=[[["ಮಧ್ಯರಾತ್ರಿ","ಬೆಳಗ್ಗೆ","ಮಧ್ಯಾಹ್ನ","ಸಂಜೆ","ರಾತ್ರಿ"],["ಮಧ್ಯ ರಾತ್ರಿ","ಬೆಳಗ್ಗೆ","ಮಧ್ಯಾಹ್ನ","ಸಂಜೆ","ರಾತ್ರಿ"],e],[["ಮಧ್ಯರಾತ್ರಿ","ಬೆಳಗ್ಗೆ","ಮಧ್ಯಾಹ್ನ","ಸಂಜೆ","ರಾತ್ರಿ"],e,e],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91811.4401d6a2e59c7c0ec49d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91811.4401d6a2e59c7c0ec49d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91811.4401d6a2e59c7c0ec49d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91902.747439abaeb47dff6cfb.js b/dist/apps/processing-runtime-widget/91902.747439abaeb47dff6cfb.js new file mode 100644 index 0000000..826056f --- /dev/null +++ b/dist/apps/processing-runtime-widget/91902.747439abaeb47dff6cfb.js @@ -0,0 +1,2 @@ +/*! For license information please see 91902.747439abaeb47dff6cfb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91902],{91902:function(e,t,n){var r;n.r(t),n.d(t,{AbstractControl:function(){return _e},AbstractControlDirective:function(){return Z},AbstractFormGroupDirective:function(){return ze},COMPOSITION_BUFFER_MODE:function(){return m},CheckboxControlValueAccessor:function(){return d},CheckboxRequiredValidator:function(){return Tt},ControlContainer:function(){return Y},DefaultValueAccessor:function(){return g},EmailValidator:function(){return Rt},FormArray:function(){return Jt},FormArrayName:function(){return ht},FormBuilder:function(){return Xt},FormControl:function(){return qe},FormControlDirective:function(){return at},FormControlName:function(){return yt},FormGroup:function(){return Ce},FormGroupDirective:function(){return ct},FormGroupName:function(){return pt},FormRecord:function(){return De},FormsModule:function(){return Zt},MaxLengthValidator:function(){return Ut},MaxValidator:function(){return Ot},MinLengthValidator:function(){return jt},MinValidator:function(){return kt},NG_ASYNC_VALIDATORS:function(){return C},NG_VALIDATORS:function(){return _},NG_VALUE_ACCESSOR:function(){return u},NgControl:function(){return J},NgControlStatus:function(){return ee},NgControlStatusGroup:function(){return te},NgForm:function(){return je},NgModel:function(){return Ye},NgModelGroup:function(){return He},NgSelectOption:function(){return Ct},NonNullableFormBuilder:function(){return en},NumberValueAccessor:function(){return Qe},PatternValidator:function(){return Wt},RadioControlValueAccessor:function(){return nt},RangeValueAccessor:function(){return ot},ReactiveFormsModule:function(){return Yt},RequiredValidator:function(){return St},SelectControlValueAccessor:function(){return _t},SelectMultipleControlValueAccessor:function(){return bt},UntypedFormArray:function(){return Kt},UntypedFormBuilder:function(){return tn},UntypedFormControl:function(){return We},UntypedFormGroup:function(){return Ve},VERSION:function(){return nn},Validators:function(){return D},"ɵInternalFormsSharedModule":function(){return Bt},"ɵNgNoValidate":function(){return Je},"ɵNgSelectMultipleOption":function(){return It}});var o=n(40761),i=n(80179),s=n(89754),a=n(76063);class l{constructor(e,t){this._renderer=e,this._elementRef=t,this.onChange=e=>{},this.onTouched=()=>{}}setProperty(e,t){this._renderer.setProperty(this._elementRef.nativeElement,e,t)}registerOnTouched(e){this.onTouched=e}registerOnChange(e){this.onChange=e}setDisabledState(e){this.setProperty("disabled",e)}}l.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:l,deps:[{token:o.Renderer2},{token:o.ElementRef}],target:o["ɵɵFactoryTarget"].Directive}),l.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:l,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:l,decorators:[{type:o.Directive}],ctorParameters:function(){return[{type:o.Renderer2},{type:o.ElementRef}]}});class c extends l{}c.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:c,deps:null,target:o["ɵɵFactoryTarget"].Directive}),c.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:c,usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:c,decorators:[{type:o.Directive}]});const u=new o.InjectionToken("NgValueAccessor"),p={provide:u,useExisting:(0,o.forwardRef)((()=>d)),multi:!0};class d extends c{writeValue(e){this.setProperty("checked",e)}}d.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:d,deps:null,target:o["ɵɵFactoryTarget"].Directive}),d.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:d,selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]",host:{listeners:{change:"onChange($event.target.checked)",blur:"onTouched()"}},providers:[p],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:d,decorators:[{type:o.Directive,args:[{selector:"input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]",host:{"(change)":"onChange($event.target.checked)","(blur)":"onTouched()"},providers:[p]}]}]});const h={provide:u,useExisting:(0,o.forwardRef)((()=>g)),multi:!0};const m=new o.InjectionToken("CompositionEventMode");class g extends l{constructor(e,t,n){super(e,t),this._compositionMode=n,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function(){const e=(0,i["ɵgetDOM"])()?(0,i["ɵgetDOM"])().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}())}writeValue(e){const t=null==e?"":e;this.setProperty("value",t)}_handleInput(e){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(e)}_compositionStart(){this._composing=!0}_compositionEnd(e){this._composing=!1,this._compositionMode&&this.onChange(e)}}g.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:g,deps:[{token:o.Renderer2},{token:o.ElementRef},{token:m,optional:!0}],target:o["ɵɵFactoryTarget"].Directive}),g.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:g,selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]",host:{listeners:{input:"$any(this)._handleInput($event.target.value)",blur:"onTouched()",compositionstart:"$any(this)._compositionStart()",compositionend:"$any(this)._compositionEnd($event.target.value)"}},providers:[h],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:g,decorators:[{type:o.Directive,args:[{selector:"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]",host:{"(input)":"$any(this)._handleInput($event.target.value)","(blur)":"onTouched()","(compositionstart)":"$any(this)._compositionStart()","(compositionend)":"$any(this)._compositionEnd($event.target.value)"},providers:[h]}]}],ctorParameters:function(){return[{type:o.Renderer2},{type:o.ElementRef},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[m]}]}]}});const y="undefined"==typeof ngDevMode||!!ngDevMode;function f(e){return null==e||("string"==typeof e||Array.isArray(e))&&0===e.length}function v(e){return null!=e&&"number"==typeof e.length}const _=new o.InjectionToken("NgValidators"),C=new o.InjectionToken("NgAsyncValidators"),V=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class D{static min(e){return b(e)}static max(e){return I(e)}static required(e){return M(e)}static requiredTrue(e){return w(e)}static email(e){return A(e)}static minLength(e){return F(e)}static maxLength(e){return O(e)}static pattern(e){return E(e)}static nullValidator(e){return null}static compose(e){return R(e)}static composeAsync(e){return j(e)}}function b(e){return t=>{if(f(t.value)||f(e))return null;const n=parseFloat(t.value);return!isNaN(n)&&n{if(f(t.value)||f(e))return null;const n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}function M(e){return f(e.value)?{required:!0}:null}function w(e){return!0===e.value?null:{required:!0}}function A(e){return f(e.value)||V.test(e.value)?null:{email:!0}}function F(e){return t=>f(t.value)||!v(t.value)?null:t.value.lengthv(t.value)&&t.value.length>e?{maxlength:{requiredLength:e,actualLength:t.value.length}}:null}function E(e){if(!e)return k;let t,n;return"string"==typeof e?(n="","^"!==e.charAt(0)&&(n+="^"),n+=e,"$"!==e.charAt(e.length-1)&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),e=>{if(f(e.value))return null;const r=e.value;return t.test(r)?null:{pattern:{requiredPattern:n,actualValue:r}}}}function k(e){return null}function N(e){return null!=e}function x(e){const t=(0,o["ɵisPromise"])(e)?(0,s.from)(e):e;if(y&&!(0,o["ɵisObservable"])(t)){let t="Expected async validator to return Promise or Observable.";throw"object"==typeof e&&(t+=" Are you using a synchronous validator where an async validator is expected?"),new o["ɵRuntimeError"](-1101,t)}return t}function S(e){let t={};return e.forEach((e=>{t=null!=e?{...t,...e}:t})),0===Object.keys(t).length?null:t}function T(e,t){return t.map((t=>t(e)))}function P(e){return e.map((e=>function(e){return!e.validate}(e)?e:t=>e.validate(t)))}function R(e){if(!e)return null;const t=e.filter(N);return 0==t.length?null:function(e){return S(T(e,t))}}function G(e){return null!=e?R(P(e)):null}function j(e){if(!e)return null;const t=e.filter(N);return 0==t.length?null:function(e){const n=T(e,t).map(x);return(0,s.forkJoin)(n).pipe((0,a.map)(S))}}function $(e){return null!=e?j(P(e)):null}function U(e,t){return null===e?[t]:Array.isArray(e)?[...e,t]:[e,t]}function q(e){return e._rawValidators}function W(e){return e._rawAsyncValidators}function z(e){return e?Array.isArray(e)?e:[e]:[]}function L(e,t){return Array.isArray(e)?e.includes(t):e===t}function H(e,t){const n=z(t);return z(e).forEach((e=>{L(n,e)||n.push(e)})),n}function B(e,t){return z(t).filter((t=>!L(e,t)))}class Z{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(e){this._rawValidators=e||[],this._composedValidatorFn=G(this._rawValidators)}_setAsyncValidators(e){this._rawAsyncValidators=e||[],this._composedAsyncValidatorFn=$(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(e){this._onDestroyCallbacks.push(e)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach((e=>e())),this._onDestroyCallbacks=[]}reset(e){this.control&&this.control.reset(e)}hasError(e,t){return!!this.control&&this.control.hasError(e,t)}getError(e,t){return this.control?this.control.getError(e,t):null}}class Y extends Z{get formDirective(){return null}get path(){return null}}class J extends Z{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class K{constructor(e){this._cd=e}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}const Q={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},X={...Q,"[class.ng-submitted]":"isSubmitted"};class ee extends K{constructor(e){super(e)}}ee.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ee,deps:[{token:J,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),ee.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ee,selector:"[formControlName],[ngModel],[formControl]",host:{properties:{"class.ng-untouched":"isUntouched","class.ng-touched":"isTouched","class.ng-pristine":"isPristine","class.ng-dirty":"isDirty","class.ng-valid":"isValid","class.ng-invalid":"isInvalid","class.ng-pending":"isPending"}},usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ee,decorators:[{type:o.Directive,args:[{selector:"[formControlName],[ngModel],[formControl]",host:Q}]}],ctorParameters:function(){return[{type:J,decorators:[{type:o.Self}]}]}});class te extends K{constructor(e){super(e)}}te.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:te,deps:[{token:Y,optional:!0,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),te.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:te,selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]",host:{properties:{"class.ng-untouched":"isUntouched","class.ng-touched":"isTouched","class.ng-pristine":"isPristine","class.ng-dirty":"isDirty","class.ng-valid":"isValid","class.ng-invalid":"isInvalid","class.ng-pending":"isPending","class.ng-submitted":"isSubmitted"}},usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:te,decorators:[{type:o.Directive,args:[{selector:"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]",host:X}]}],ctorParameters:function(){return[{type:Y,decorators:[{type:o.Optional},{type:o.Self}]}]}});const ne='\n
    \n \n
    \n\n In your class:\n\n this.myGroup = new FormGroup({\n firstName: new FormControl()\n });',re='\n
    \n
    \n \n
    \n
    \n\n In your class:\n\n this.myGroup = new FormGroup({\n person: new FormGroup({ firstName: new FormControl() })\n });',oe='\n
    \n
    \n \n
    \n
    ';const ie="\n It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true\n when you set up this control in your component class, the disabled attribute will actually be set in the DOM for\n you. We recommend using this approach to avoid 'changed after checked' errors.\n\n Example:\n form = new FormGroup({\n first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),\n last: new FormControl('Drew', Validators.required)\n });\n";function se(e,t){return e?`with name: '${t}'`:`at index: ${t}`}const ae="undefined"==typeof ngDevMode||!!ngDevMode,le="VALID",ce="INVALID",ue="PENDING",pe="DISABLED";function de(e){return(ye(e)?e.validators:e)||null}function he(e){return Array.isArray(e)?G(e):e||null}function me(e,t){return("undefined"==typeof ngDevMode||ngDevMode)&&ye(t)&&e&&console.warn("\n It looks like you're constructing using a FormControl with both an options argument and an\n async validators argument. Mixing these arguments will cause your async validators to be dropped.\n You should either put all your validators in the options object, or in separate validators\n arguments. For example:\n\n // Using validators arguments\n fc = new FormControl(42, Validators.required, myAsyncValidator);\n\n // Using AbstractControlOptions\n fc = new FormControl(42, {validators: Validators.required, asyncValidators: myAV});\n\n // Do NOT mix them: async validators will be dropped!\n fc = new FormControl(42, {validators: Validators.required}, /* Oops! */ myAsyncValidator);\n"),(ye(t)?t.asyncValidators:e)||null}function ge(e){return Array.isArray(e)?$(e):e||null}function ye(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}function fe(e,t,n){const r=e.controls;if(!(t?Object.keys(r):r).length)throw new o["ɵRuntimeError"](1e3,ae?function(e){return`\n There are no form controls registered with this ${e?"group":"array"} yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n `}(t):"");if(!r[n])throw new o["ɵRuntimeError"](1001,ae?function(e,t){return`Cannot find form control ${se(e,t)}`}(t,n):"")}function ve(e,t,n){e._forEachChild(((e,r)=>{if(void 0===n[r])throw new o["ɵRuntimeError"](1002,ae?function(e,t){return`Must supply a value for form control ${se(e,t)}`}(t,r):"")}))}class _e{constructor(e,t){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._rawValidators=e,this._rawAsyncValidators=t,this._composedValidatorFn=he(this._rawValidators),this._composedAsyncValidatorFn=ge(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn}set validator(e){this._rawValidators=this._composedValidatorFn=e}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(e){this._rawAsyncValidators=this._composedAsyncValidatorFn=e}get parent(){return this._parent}get valid(){return this.status===le}get invalid(){return this.status===ce}get pending(){return this.status==ue}get disabled(){return this.status===pe}get enabled(){return this.status!==pe}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(e){this._rawValidators=e,this._composedValidatorFn=he(e)}setAsyncValidators(e){this._rawAsyncValidators=e,this._composedAsyncValidatorFn=ge(e)}addValidators(e){this.setValidators(H(e,this._rawValidators))}addAsyncValidators(e){this.setAsyncValidators(H(e,this._rawAsyncValidators))}removeValidators(e){this.setValidators(B(e,this._rawValidators))}removeAsyncValidators(e){this.setAsyncValidators(B(e,this._rawAsyncValidators))}hasValidator(e){return L(this._rawValidators,e)}hasAsyncValidator(e){return L(this._rawAsyncValidators,e)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(e={}){this.touched=!0,this._parent&&!e.onlySelf&&this._parent.markAsTouched(e)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild((e=>e.markAllAsTouched()))}markAsUntouched(e={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild((e=>{e.markAsUntouched({onlySelf:!0})})),this._parent&&!e.onlySelf&&this._parent._updateTouched(e)}markAsDirty(e={}){this.pristine=!1,this._parent&&!e.onlySelf&&this._parent.markAsDirty(e)}markAsPristine(e={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild((e=>{e.markAsPristine({onlySelf:!0})})),this._parent&&!e.onlySelf&&this._parent._updatePristine(e)}markAsPending(e={}){this.status=ue,!1!==e.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!e.onlySelf&&this._parent.markAsPending(e)}disable(e={}){const t=this._parentMarkedDirty(e.onlySelf);this.status=pe,this.errors=null,this._forEachChild((t=>{t.disable({...e,onlySelf:!0})})),this._updateValue(),!1!==e.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...e,skipPristineCheck:t}),this._onDisabledChange.forEach((e=>e(!0)))}enable(e={}){const t=this._parentMarkedDirty(e.onlySelf);this.status=le,this._forEachChild((t=>{t.enable({...e,onlySelf:!0})})),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent}),this._updateAncestors({...e,skipPristineCheck:t}),this._onDisabledChange.forEach((e=>e(!1)))}_updateAncestors(e){this._parent&&!e.onlySelf&&(this._parent.updateValueAndValidity(e),e.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(e){this._parent=e}getRawValue(){return this.value}updateValueAndValidity(e={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),this.status!==le&&this.status!==ue||this._runAsyncValidator(e.emitEvent)),!1!==e.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!e.onlySelf&&this._parent.updateValueAndValidity(e)}_updateTreeValidity(e={emitEvent:!0}){this._forEachChild((t=>t._updateTreeValidity(e))),this.updateValueAndValidity({onlySelf:!0,emitEvent:e.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?pe:le}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(e){if(this.asyncValidator){this.status=ue,this._hasOwnPendingAsyncValidator=!0;const t=x(this.asyncValidator(this));this._asyncValidationSubscription=t.subscribe((t=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(t,{emitEvent:e})}))}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(e,t={}){this.errors=e,this._updateControlsErrors(!1!==t.emitEvent)}get(e){let t=e;return null==t?null:(Array.isArray(t)||(t=t.split(".")),0===t.length?null:t.reduce(((e,t)=>e&&e._find(t)),this))}getError(e,t){const n=t?this.get(t):this;return n&&n.errors?n.errors[e]:null}hasError(e,t){return!!this.getError(e,t)}get root(){let e=this;for(;e._parent;)e=e._parent;return e}_updateControlsErrors(e){this.status=this._calculateStatus(),e&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(e)}_initObservables(){this.valueChanges=new o.EventEmitter,this.statusChanges=new o.EventEmitter}_calculateStatus(){return this._allControlsDisabled()?pe:this.errors?ce:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(ue)?ue:this._anyControlsHaveStatus(ce)?ce:le}_anyControlsHaveStatus(e){return this._anyControls((t=>t.status===e))}_anyControlsDirty(){return this._anyControls((e=>e.dirty))}_anyControlsTouched(){return this._anyControls((e=>e.touched))}_updatePristine(e={}){this.pristine=!this._anyControlsDirty(),this._parent&&!e.onlySelf&&this._parent._updatePristine(e)}_updateTouched(e={}){this.touched=this._anyControlsTouched(),this._parent&&!e.onlySelf&&this._parent._updateTouched(e)}_registerOnCollectionChange(e){this._onCollectionChange=e}_setUpdateStrategy(e){ye(e)&&null!=e.updateOn&&(this._updateOn=e.updateOn)}_parentMarkedDirty(e){const t=this._parent&&this._parent.dirty;return!e&&!!t&&!this._parent._anyControlsDirty()}_find(e){return null}}class Ce extends _e{constructor(e,t,n){super(de(t),me(n,t)),this.controls=e,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(e,t){return this.controls[e]?this.controls[e]:(this.controls[e]=t,t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange),t)}addControl(e,t,n={}){this.registerControl(e,t),this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}removeControl(e,t={}){this.controls[e]&&this.controls[e]._registerOnCollectionChange((()=>{})),delete this.controls[e],this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}setControl(e,t,n={}){this.controls[e]&&this.controls[e]._registerOnCollectionChange((()=>{})),delete this.controls[e],t&&this.registerControl(e,t),this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}contains(e){return this.controls.hasOwnProperty(e)&&this.controls[e].enabled}setValue(e,t={}){ve(this,!0,e),Object.keys(e).forEach((n=>{fe(this,!0,n),this.controls[n].setValue(e[n],{onlySelf:!0,emitEvent:t.emitEvent})})),this.updateValueAndValidity(t)}patchValue(e,t={}){null!=e&&(Object.keys(e).forEach((n=>{const r=this.controls[n];r&&r.patchValue(e[n],{onlySelf:!0,emitEvent:t.emitEvent})})),this.updateValueAndValidity(t))}reset(e={},t={}){this._forEachChild(((n,r)=>{n.reset(e[r],{onlySelf:!0,emitEvent:t.emitEvent})})),this._updatePristine(t),this._updateTouched(t),this.updateValueAndValidity(t)}getRawValue(){return this._reduceChildren({},((e,t,n)=>(e[n]=t.getRawValue(),e)))}_syncPendingControls(){let e=this._reduceChildren(!1,((e,t)=>!!t._syncPendingControls()||e));return e&&this.updateValueAndValidity({onlySelf:!0}),e}_forEachChild(e){Object.keys(this.controls).forEach((t=>{const n=this.controls[t];n&&e(n,t)}))}_setUpControls(){this._forEachChild((e=>{e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange)}))}_updateValue(){this.value=this._reduceValue()}_anyControls(e){for(const[t,n]of Object.entries(this.controls))if(this.contains(t)&&e(n))return!0;return!1}_reduceValue(){return this._reduceChildren({},((e,t,n)=>((t.enabled||this.disabled)&&(e[n]=t.value),e)))}_reduceChildren(e,t){let n=e;return this._forEachChild(((e,r)=>{n=t(n,e,r)})),n}_allControlsDisabled(){for(const e of Object.keys(this.controls))if(this.controls[e].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(e){return this.controls.hasOwnProperty(e)?this.controls[e]:null}}const Ve=Ce;class De extends Ce{}function be(e,t){return[...t.path,e]}function Ie(e,t){("undefined"==typeof ngDevMode||ngDevMode)&&(e||ke(t,"Cannot find control with"),t.valueAccessor||ke(t,"No value accessor for form control with")),Ae(e,t),t.valueAccessor.writeValue(e.value),e.disabled&&t.valueAccessor.setDisabledState?.(!0),function(e,t){t.valueAccessor.registerOnChange((n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,"change"===e.updateOn&&Oe(e,t)}))}(e,t),function(e,t){const n=(e,n)=>{t.valueAccessor.writeValue(e),n&&t.viewToModelUpdate(e)};e.registerOnChange(n),t._registerOnDestroy((()=>{e._unregisterOnChange(n)}))}(e,t),function(e,t){t.valueAccessor.registerOnTouched((()=>{e._pendingTouched=!0,"blur"===e.updateOn&&e._pendingChange&&Oe(e,t),"submit"!==e.updateOn&&e.markAsTouched()}))}(e,t),function(e,t){if(t.valueAccessor.setDisabledState){const n=e=>{t.valueAccessor.setDisabledState(e)};e.registerOnDisabledChange(n),t._registerOnDestroy((()=>{e._unregisterOnDisabledChange(n)}))}}(e,t)}function Me(e,t,n=!0){const r=()=>{n&&("undefined"==typeof ngDevMode||ngDevMode)&&function(e){ke(e,"There is no FormControl instance attached to form control element with")}(t)};t.valueAccessor&&(t.valueAccessor.registerOnChange(r),t.valueAccessor.registerOnTouched(r)),Fe(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange((()=>{})))}function we(e,t){e.forEach((e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(t)}))}function Ae(e,t){const n=q(e);null!==t.validator?e.setValidators(U(n,t.validator)):"function"==typeof n&&e.setValidators([n]);const r=W(e);null!==t.asyncValidator?e.setAsyncValidators(U(r,t.asyncValidator)):"function"==typeof r&&e.setAsyncValidators([r]);const o=()=>e.updateValueAndValidity();we(t._rawValidators,o),we(t._rawAsyncValidators,o)}function Fe(e,t){let n=!1;if(null!==e){if(null!==t.validator){const r=q(e);if(Array.isArray(r)&&r.length>0){const o=r.filter((e=>e!==t.validator));o.length!==r.length&&(n=!0,e.setValidators(o))}}if(null!==t.asyncValidator){const r=W(e);if(Array.isArray(r)&&r.length>0){const o=r.filter((e=>e!==t.asyncValidator));o.length!==r.length&&(n=!0,e.setAsyncValidators(o))}}}const r=()=>{};return we(t._rawValidators,r),we(t._rawAsyncValidators,r),n}function Oe(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function Ee(e,t){null!=e||"undefined"!=typeof ngDevMode&&!ngDevMode||ke(t,"Cannot find control with"),Ae(e,t)}function ke(e,t){const n=Ne(e);throw new Error(`${t} ${n}`)}function Ne(e){const t=e.path;return t&&t.length>1?`path: '${t.join(" -> ")}'`:t?.[0]?`name: '${t}'`:"unspecified name attribute"}function xe(e,t){if(!e.hasOwnProperty("model"))return!1;const n=e.model;return!!n.isFirstChange()||!Object.is(t,n.currentValue)}function Se(e,t){e._syncPendingControls(),t.forEach((e=>{const t=e.control;"submit"===t.updateOn&&t._pendingChange&&(e.viewToModelUpdate(t._pendingValue),t._pendingChange=!1)}))}function Te(e,t){if(!t)return null;let n,r,i;return Array.isArray(t)||"undefined"!=typeof ngDevMode&&!ngDevMode||function(e){const t=Ne(e);throw new o["ɵRuntimeError"](1200,`Value accessor was not provided as an array for form control with ${t}. Check that the \`NG_VALUE_ACCESSOR\` token is configured as a \`multi: true\` provider.`)}(e),t.forEach((t=>{var o;t.constructor===g?n=t:(o=t,Object.getPrototypeOf(o.constructor)===c?(r&&("undefined"==typeof ngDevMode||ngDevMode)&&ke(e,"More than one built-in value accessor matches form control with"),r=t):(i&&("undefined"==typeof ngDevMode||ngDevMode)&&ke(e,"More than one custom value accessor matches form control with"),i=t))})),i||(r||(n||(("undefined"==typeof ngDevMode||ngDevMode)&&ke(e,"No valid value accessor for form control with"),null)))}function Pe(e,t,n,r){var o;"never"!==r&&((null!==r&&"once"!==r||t._ngModelWarningSentOnce)&&("always"!==r||n._ngModelWarningSent)||(console.warn(`\n It looks like you're using ngModel on the same form field as ${o=e}.\n Support for using the ngModel input property and ngModelChange event with\n reactive form directives has been deprecated in Angular v6 and will be removed\n in a future version of Angular.\n\n For more information on this, see our API docs here:\n https://angular.io/api/forms/${"formControl"===o?"FormControlDirective":"FormControlName"}#use-with-ngmodel\n `),t._ngModelWarningSentOnce=!0,n._ngModelWarningSent=!0))}const Re={provide:Y,useExisting:(0,o.forwardRef)((()=>je))},Ge=Promise.resolve(null);class je extends Y{constructor(e,t){super(),this.submitted=!1,this._directives=new Set,this.ngSubmit=new o.EventEmitter,this.form=new Ce({},G(e),$(t))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(e){Ge.then((()=>{const t=this._findContainer(e.path);e.control=t.registerControl(e.name,e.control),Ie(e.control,e),e.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(e)}))}getControl(e){return this.form.get(e.path)}removeControl(e){Ge.then((()=>{const t=this._findContainer(e.path);t&&t.removeControl(e.name),this._directives.delete(e)}))}addFormGroup(e){Ge.then((()=>{const t=this._findContainer(e.path),n=new Ce({});Ee(n,e),t.registerControl(e.name,n),n.updateValueAndValidity({emitEvent:!1})}))}removeFormGroup(e){Ge.then((()=>{const t=this._findContainer(e.path);t&&t.removeControl(e.name)}))}getFormGroup(e){return this.form.get(e.path)}updateModel(e,t){Ge.then((()=>{this.form.get(e.path).setValue(t)}))}setValue(e){this.control.setValue(e)}onSubmit(e){return this.submitted=!0,Se(this.form,this._directives),this.ngSubmit.emit(e),!1}onReset(){this.resetForm()}resetForm(e){this.form.reset(e),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(e){return e.pop(),e.length?this.form.get(e):this.form}}function $e(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function Ue(e){return"object"==typeof e&&null!==e&&2===Object.keys(e).length&&"value"in e&&"disabled"in e}je.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:je,deps:[{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),je.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:je,selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},host:{listeners:{submit:"onSubmit($event)",reset:"onReset()"}},providers:[Re],exportAs:["ngForm"],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:je,decorators:[{type:o.Directive,args:[{selector:"form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]",providers:[Re],host:{"(submit)":"onSubmit($event)","(reset)":"onReset()"},outputs:["ngSubmit"],exportAs:"ngForm"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]}]},propDecorators:{options:[{type:o.Input,args:["ngFormOptions"]}]}});const qe=class extends _e{constructor(e=null,t,n){super(de(t),me(n,t)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(e),this._setUpdateStrategy(t),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),ye(t)&&(t.nonNullable||t.initialValueIsDefault)&&(Ue(e)?this.defaultValue=e.value:this.defaultValue=e)}setValue(e,t={}){this.value=this._pendingValue=e,this._onChange.length&&!1!==t.emitModelToViewChange&&this._onChange.forEach((e=>e(this.value,!1!==t.emitViewToModelChange))),this.updateValueAndValidity(t)}patchValue(e,t={}){this.setValue(e,t)}reset(e=this.defaultValue,t={}){this._applyFormState(e),this.markAsPristine(t),this.markAsUntouched(t),this.setValue(this.value,t),this._pendingChange=!1}_updateValue(){}_anyControls(e){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(e){this._onChange.push(e)}_unregisterOnChange(e){$e(this._onChange,e)}registerOnDisabledChange(e){this._onDisabledChange.push(e)}_unregisterOnDisabledChange(e){$e(this._onDisabledChange,e)}_forEachChild(e){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange))&&(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0)}_applyFormState(e){Ue(e)?(this.value=this._pendingValue=e.value,e.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=e}},We=qe;class ze extends Y{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return be(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}}ze.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ze,deps:null,target:o["ɵɵFactoryTarget"].Directive}),ze.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ze,usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ze,decorators:[{type:o.Directive}]});const Le={provide:Y,useExisting:(0,o.forwardRef)((()=>He))};class He extends ze{constructor(e,t,n){super(),this._parent=e,this._setValidators(t),this._setAsyncValidators(n)}_checkParentType(){if(!(this._parent instanceof He)&&!(this._parent instanceof je)&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1353,`\n ngModelGroup cannot be used with a parent formGroup directive.\n\n Option 1: Use formGroupName instead of ngModelGroup (reactive strategy):\n\n ${re}\n\n Option 2: Use a regular form tag instead of the formGroup directive (template-driven strategy):\n\n ${oe}`)}}He.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:He,deps:[{token:Y,host:!0,skipSelf:!0},{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),He.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:He,selector:"[ngModelGroup]",inputs:{name:["ngModelGroup","name"]},providers:[Le],exportAs:["ngModelGroup"],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:He,decorators:[{type:o.Directive,args:[{selector:"[ngModelGroup]",providers:[Le],exportAs:"ngModelGroup"}]}],ctorParameters:function(){return[{type:Y,decorators:[{type:o.Host},{type:o.SkipSelf}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]}]},propDecorators:{name:[{type:o.Input,args:["ngModelGroup"]}]}});const Be={provide:J,useExisting:(0,o.forwardRef)((()=>Ye))},Ze=Promise.resolve(null);class Ye extends J{constructor(e,t,n,r,i){super(),this._changeDetectorRef=i,this.control=new qe,this._registered=!1,this.update=new o.EventEmitter,this._parent=e,this._setValidators(t),this._setAsyncValidators(n),this.valueAccessor=Te(this,r)}ngOnChanges(e){if(this._checkForErrors(),!this._registered||"name"in e){if(this._registered&&(this._checkName(),this.formDirective)){const t=e.name.previousValue;this.formDirective.removeControl({name:t,path:this._getPath(t)})}this._setUpControl()}"isDisabled"in e&&this._updateDisabled(e),xe(e,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Ie(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){if("undefined"==typeof ngDevMode||ngDevMode){if(!(this._parent instanceof He)&&this._parent instanceof ze)throw new o["ɵRuntimeError"](1351,`\n ngModel cannot be used to register form controls with a parent formGroupName or formArrayName directive.\n\n Option 1: Use formControlName instead of ngModel (reactive strategy):\n\n ${re}\n\n Option 2: Update ngModel's parent be ngModelGroup (template-driven strategy):\n\n ${oe}`);if(!(this._parent instanceof He||this._parent instanceof je))throw new o["ɵRuntimeError"](1350,`\n ngModel cannot be used to register form controls with a parent formGroup directive. Try using\n formGroup's partner directive "formControlName" instead. Example:\n\n ${ne}\n\n Or, if you'd like to avoid registering this form control, indicate that it's standalone in ngModelOptions:\n\n Example:\n\n \n
    \n \n \n
    \n`)}}_checkName(){if(this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&!this.name&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1352,'If ngModel is used within a form tag, either the name attribute must be set or the form\n control must be defined as \'standalone\' in ngModelOptions.\n\n Example 1: \n Example 2: ')}_updateValue(e){Ze.then((()=>{this.control.setValue(e,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()}))}_updateDisabled(e){const t=e.isDisabled.currentValue,n=0!==t&&(0,o["ɵcoerceToBoolean"])(t);Ze.then((()=>{n&&!this.control.disabled?this.control.disable():!n&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()}))}_getPath(e){return this._parent?be(e,this._parent):[e]}}Ye.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ye,deps:[{token:Y,host:!0,optional:!0},{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0},{token:u,optional:!0,self:!0},{token:o.ChangeDetectorRef,optional:!0}],target:o["ɵɵFactoryTarget"].Directive}),Ye.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ye,selector:"[ngModel]:not([formControlName]):not([formControl])",inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},providers:[Be],exportAs:["ngModel"],usesInheritance:!0,usesOnChanges:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ye,decorators:[{type:o.Directive,args:[{selector:"[ngModel]:not([formControlName]):not([formControl])",providers:[Be],exportAs:"ngModel"}]}],ctorParameters:function(){return[{type:Y,decorators:[{type:o.Optional},{type:o.Host}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[u]}]},{type:o.ChangeDetectorRef,decorators:[{type:o.Optional},{type:o.Inject,args:[o.ChangeDetectorRef]}]}]},propDecorators:{name:[{type:o.Input}],isDisabled:[{type:o.Input,args:["disabled"]}],model:[{type:o.Input,args:["ngModel"]}],options:[{type:o.Input,args:["ngModelOptions"]}],update:[{type:o.Output,args:["ngModelChange"]}]}});class Je{}Je.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Je,deps:[],target:o["ɵɵFactoryTarget"].Directive}),Je.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Je,selector:"form:not([ngNoForm]):not([ngNativeValidate])",host:{attributes:{novalidate:""}},ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Je,decorators:[{type:o.Directive,args:[{selector:"form:not([ngNoForm]):not([ngNativeValidate])",host:{novalidate:""}}]}]});const Ke={provide:u,useExisting:(0,o.forwardRef)((()=>Qe)),multi:!0};class Qe extends c{writeValue(e){const t=null==e?"":e;this.setProperty("value",t)}registerOnChange(e){this.onChange=t=>{e(""==t?null:parseFloat(t))}}}Qe.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Qe,deps:null,target:o["ɵɵFactoryTarget"].Directive}),Qe.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Qe,selector:"input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",host:{listeners:{input:"onChange($event.target.value)",blur:"onTouched()"}},providers:[Ke],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Qe,decorators:[{type:o.Directive,args:[{selector:"input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",host:{"(input)":"onChange($event.target.value)","(blur)":"onTouched()"},providers:[Ke]}]}]});const Xe={provide:u,useExisting:(0,o.forwardRef)((()=>nt)),multi:!0};class et{}et.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:et,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),et.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:et}),et.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:et}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:et,decorators:[{type:o.NgModule}]});class tt{constructor(){this._accessors=[]}add(e,t){this._accessors.push([e,t])}remove(e){for(let t=this._accessors.length-1;t>=0;--t)if(this._accessors[t][1]===e)return void this._accessors.splice(t,1)}select(e){this._accessors.forEach((t=>{this._isSameGroup(t,e)&&t[1]!==e&&t[1].fireUncheck(e.value)}))}_isSameGroup(e,t){return!!e[0].control&&(e[0]._parent===t._control._parent&&e[1].name===t.name)}}tt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:tt,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),tt.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:tt,providedIn:et}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:tt,decorators:[{type:o.Injectable,args:[{providedIn:et}]}]});class nt extends c{constructor(e,t,n,r){super(e,t),this._registry=n,this._injector=r,this.onChange=()=>{}}ngOnInit(){this._control=this._injector.get(J),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(e){this._state=e===this.value,this.setProperty("checked",this._state)}registerOnChange(e){this._fn=e,this.onChange=()=>{e(this.value),this._registry.select(this)}}fireUncheck(e){this.writeValue(e)}_checkName(){this.name&&this.formControlName&&this.name!==this.formControlName&&("undefined"==typeof ngDevMode||ngDevMode)&&function(){throw new o["ɵRuntimeError"](1202,'\n If you define both a name and a formControlName attribute on your radio button, their values\n must match. Ex: \n ')}(),!this.name&&this.formControlName&&(this.name=this.formControlName)}}nt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:nt,deps:[{token:o.Renderer2},{token:o.ElementRef},{token:tt},{token:o.Injector}],target:o["ɵɵFactoryTarget"].Directive}),nt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:nt,selector:"input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",inputs:{name:"name",formControlName:"formControlName",value:"value"},host:{listeners:{change:"onChange()",blur:"onTouched()"}},providers:[Xe],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:nt,decorators:[{type:o.Directive,args:[{selector:"input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",host:{"(change)":"onChange()","(blur)":"onTouched()"},providers:[Xe]}]}],ctorParameters:function(){return[{type:o.Renderer2},{type:o.ElementRef},{type:tt},{type:o.Injector}]},propDecorators:{name:[{type:o.Input}],formControlName:[{type:o.Input}],value:[{type:o.Input}]}});const rt={provide:u,useExisting:(0,o.forwardRef)((()=>ot)),multi:!0};class ot extends c{writeValue(e){this.setProperty("value",parseFloat(e))}registerOnChange(e){this.onChange=t=>{e(""==t?null:parseFloat(t))}}}ot.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ot,deps:null,target:o["ɵɵFactoryTarget"].Directive}),ot.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ot,selector:"input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",host:{listeners:{change:"onChange($event.target.value)",input:"onChange($event.target.value)",blur:"onTouched()"}},providers:[rt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ot,decorators:[{type:o.Directive,args:[{selector:"input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",host:{"(change)":"onChange($event.target.value)","(input)":"onChange($event.target.value)","(blur)":"onTouched()"},providers:[rt]}]}]});const it=new o.InjectionToken("NgModelWithFormControlWarning"),st={provide:J,useExisting:(0,o.forwardRef)((()=>at))};class at extends J{constructor(e,t,n,r){super(),this._ngModelWarningConfig=r,this.update=new o.EventEmitter,this._ngModelWarningSent=!1,this._setValidators(e),this._setAsyncValidators(t),this.valueAccessor=Te(this,n)}set isDisabled(e){("undefined"==typeof ngDevMode||ngDevMode)&&console.warn(ie)}ngOnChanges(e){if(this._isControlChanged(e)){const t=e.form.previousValue;t&&Me(t,this,!1),Ie(this.form,this),this.form.updateValueAndValidity({emitEvent:!1})}xe(e,this.viewModel)&&(("undefined"==typeof ngDevMode||ngDevMode)&&Pe("formControl",at,this,this._ngModelWarningConfig),this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Me(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_isControlChanged(e){return e.hasOwnProperty("form")}}at._ngModelWarningSentOnce=!1,at.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:at,deps:[{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0},{token:u,optional:!0,self:!0},{token:it,optional:!0}],target:o["ɵɵFactoryTarget"].Directive}),at.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:at,selector:"[formControl]",inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},providers:[st],exportAs:["ngForm"],usesInheritance:!0,usesOnChanges:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:at,decorators:[{type:o.Directive,args:[{selector:"[formControl]",providers:[st],exportAs:"ngForm"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[u]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[it]}]}]},propDecorators:{form:[{type:o.Input,args:["formControl"]}],isDisabled:[{type:o.Input,args:["disabled"]}],model:[{type:o.Input,args:["ngModel"]}],update:[{type:o.Output,args:["ngModelChange"]}]}});const lt={provide:Y,useExisting:(0,o.forwardRef)((()=>ct))};class ct extends Y{constructor(e,t){super(),this.validators=e,this.asyncValidators=t,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new o.EventEmitter,this._setValidators(e),this._setAsyncValidators(t)}ngOnChanges(e){this._checkFormPresent(),e.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Fe(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange((()=>{})))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(e){const t=this.form.get(e.path);return Ie(t,e),t.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),t}getControl(e){return this.form.get(e.path)}removeControl(e){Me(e.control||null,e,!1),function(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}(this.directives,e)}addFormGroup(e){this._setUpFormContainer(e)}removeFormGroup(e){this._cleanUpFormContainer(e)}getFormGroup(e){return this.form.get(e.path)}addFormArray(e){this._setUpFormContainer(e)}removeFormArray(e){this._cleanUpFormContainer(e)}getFormArray(e){return this.form.get(e.path)}updateModel(e,t){this.form.get(e.path).setValue(t)}onSubmit(e){return this.submitted=!0,Se(this.form,this.directives),this.ngSubmit.emit(e),!1}onReset(){this.resetForm()}resetForm(e){this.form.reset(e),this.submitted=!1}_updateDomValue(){this.directives.forEach((e=>{const t=e.control,n=this.form.get(e.path);t!==n&&(Me(t||null,e),n instanceof qe&&(Ie(n,e),e.control=n))})),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(e){const t=this.form.get(e.path);Ee(t,e),t.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(e){if(this.form){const t=this.form.get(e.path);if(t){const n=function(e,t){return Fe(e,t)}(t,e);n&&t.updateValueAndValidity({emitEvent:!1})}}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange((()=>{}))}_updateValidators(){Ae(this.form,this),this._oldForm&&Fe(this._oldForm,this)}_checkFormPresent(){if(!this.form&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1052,`formGroup expects a FormGroup instance. Please pass one in.\n\n Example:\n\n ${ne}`)}}ct.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ct,deps:[{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),ct.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ct,selector:"[formGroup]",inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},host:{listeners:{submit:"onSubmit($event)",reset:"onReset()"}},providers:[lt],exportAs:["ngForm"],usesInheritance:!0,usesOnChanges:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ct,decorators:[{type:o.Directive,args:[{selector:"[formGroup]",providers:[lt],host:{"(submit)":"onSubmit($event)","(reset)":"onReset()"},exportAs:"ngForm"}]}],ctorParameters:function(){return[{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]}]},propDecorators:{form:[{type:o.Input,args:["formGroup"]}],ngSubmit:[{type:o.Output}]}});const ut={provide:Y,useExisting:(0,o.forwardRef)((()=>pt))};class pt extends ze{constructor(e,t,n){super(),this._parent=e,this._setValidators(t),this._setAsyncValidators(n)}_checkParentType(){if(mt(this._parent)&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1053,`formGroupName must be used with a parent formGroup directive. You'll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n ${re}`)}}pt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:pt,deps:[{token:Y,host:!0,optional:!0,skipSelf:!0},{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),pt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:pt,selector:"[formGroupName]",inputs:{name:["formGroupName","name"]},providers:[ut],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:pt,decorators:[{type:o.Directive,args:[{selector:"[formGroupName]",providers:[ut]}]}],ctorParameters:function(){return[{type:Y,decorators:[{type:o.Optional},{type:o.Host},{type:o.SkipSelf}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]}]},propDecorators:{name:[{type:o.Input,args:["formGroupName"]}]}});const dt={provide:Y,useExisting:(0,o.forwardRef)((()=>ht))};class ht extends Y{constructor(e,t,n){super(),this._parent=e,this._setValidators(t),this._setAsyncValidators(n)}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return be(null==this.name?this.name:this.name.toString(),this._parent)}_checkParentType(){if(mt(this._parent)&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1054,'formArrayName must be used with a parent formGroup directive. You\'ll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n \n
    \n
    \n
    \n \n
    \n
    \n
    \n\n In your class:\n\n this.cityArray = new FormArray([new FormControl(\'SF\')]);\n this.myGroup = new FormGroup({\n cities: this.cityArray\n });')}}function mt(e){return!(e instanceof pt||e instanceof ct||e instanceof ht)}ht.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ht,deps:[{token:Y,host:!0,optional:!0,skipSelf:!0},{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0}],target:o["ɵɵFactoryTarget"].Directive}),ht.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:ht,selector:"[formArrayName]",inputs:{name:["formArrayName","name"]},providers:[dt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:ht,decorators:[{type:o.Directive,args:[{selector:"[formArrayName]",providers:[dt]}]}],ctorParameters:function(){return[{type:Y,decorators:[{type:o.Optional},{type:o.Host},{type:o.SkipSelf}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]}]},propDecorators:{name:[{type:o.Input,args:["formArrayName"]}]}});const gt={provide:J,useExisting:(0,o.forwardRef)((()=>yt))};class yt extends J{constructor(e,t,n,r,i){super(),this._ngModelWarningConfig=i,this._added=!1,this.update=new o.EventEmitter,this._ngModelWarningSent=!1,this._parent=e,this._setValidators(t),this._setAsyncValidators(n),this.valueAccessor=Te(this,r)}set isDisabled(e){("undefined"==typeof ngDevMode||ngDevMode)&&console.warn(ie)}ngOnChanges(e){this._added||this._setUpControl(),xe(e,this.viewModel)&&(("undefined"==typeof ngDevMode||ngDevMode)&&Pe("formControlName",yt,this,this._ngModelWarningConfig),this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}get path(){return be(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){if("undefined"==typeof ngDevMode||ngDevMode){if(!(this._parent instanceof pt)&&this._parent instanceof ze)throw new o["ɵRuntimeError"](1051,`formControlName cannot be used with an ngModelGroup parent. It is only compatible with parents\n that also have a "form" prefix: formGroupName, formArrayName, or formGroup.\n\n Option 1: Update the parent to be formGroupName (reactive form strategy)\n\n ${re}\n\n Option 2: Use ngModel instead of formControlName (template-driven strategy)\n\n ${oe}`);if(!(this._parent instanceof pt||this._parent instanceof ct||this._parent instanceof ht))throw new o["ɵRuntimeError"](1050,`formControlName must be used with a parent formGroup directive. You'll want to add a formGroup\n directive and pass it an existing FormGroup instance (you can create one in your class).\n\n Example:\n\n ${ne}`)}}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}yt._ngModelWarningSentOnce=!1,yt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:yt,deps:[{token:Y,host:!0,optional:!0,skipSelf:!0},{token:_,optional:!0,self:!0},{token:C,optional:!0,self:!0},{token:u,optional:!0,self:!0},{token:it,optional:!0}],target:o["ɵɵFactoryTarget"].Directive}),yt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:yt,selector:"[formControlName]",inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},providers:[gt],usesInheritance:!0,usesOnChanges:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:yt,decorators:[{type:o.Directive,args:[{selector:"[formControlName]",providers:[gt]}]}],ctorParameters:function(){return[{type:Y,decorators:[{type:o.Optional},{type:o.Host},{type:o.SkipSelf}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[_]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[C]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Self},{type:o.Inject,args:[u]}]},{type:void 0,decorators:[{type:o.Optional},{type:o.Inject,args:[it]}]}]},propDecorators:{name:[{type:o.Input,args:["formControlName"]}],isDisabled:[{type:o.Input,args:["disabled"]}],model:[{type:o.Input,args:["ngModel"]}],update:[{type:o.Output,args:["ngModelChange"]}]}});const ft={provide:u,useExisting:(0,o.forwardRef)((()=>_t)),multi:!0};function vt(e,t){return null==e?`${t}`:(t&&"object"==typeof t&&(t="Object"),`${e}: ${t}`.slice(0,50))}class _t extends c{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){if("function"!=typeof e&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1201,`compareWith must be a function, but received ${JSON.stringify(e)}`);this._compareWith=e}writeValue(e){this.value=e;const t=vt(this._getOptionId(e),e);this.setProperty("value",t)}registerOnChange(e){this.onChange=t=>{this.value=this._getOptionValue(t),e(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(e){for(const t of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(t),e))return t;return null}_getOptionValue(e){const t=function(e){return e.split(":")[0]}(e);return this._optionMap.has(t)?this._optionMap.get(t):e}}_t.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:_t,deps:null,target:o["ɵɵFactoryTarget"].Directive}),_t.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:_t,selector:"select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",inputs:{compareWith:"compareWith"},host:{listeners:{change:"onChange($event.target.value)",blur:"onTouched()"}},providers:[ft],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:_t,decorators:[{type:o.Directive,args:[{selector:"select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",host:{"(change)":"onChange($event.target.value)","(blur)":"onTouched()"},providers:[ft]}]}],propDecorators:{compareWith:[{type:o.Input}]}});class Ct{constructor(e,t,n){this._element=e,this._renderer=t,this._select=n,this._select&&(this.id=this._select._registerOption())}set ngValue(e){null!=this._select&&(this._select._optionMap.set(this.id,e),this._setElementValue(vt(this.id,e)),this._select.writeValue(this._select.value))}set value(e){this._setElementValue(e),this._select&&this._select.writeValue(this._select.value)}_setElementValue(e){this._renderer.setProperty(this._element.nativeElement,"value",e)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}Ct.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ct,deps:[{token:o.ElementRef},{token:o.Renderer2},{token:_t,host:!0,optional:!0}],target:o["ɵɵFactoryTarget"].Directive}),Ct.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ct,selector:"option",inputs:{ngValue:"ngValue",value:"value"},ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ct,decorators:[{type:o.Directive,args:[{selector:"option"}]}],ctorParameters:function(){return[{type:o.ElementRef},{type:o.Renderer2},{type:_t,decorators:[{type:o.Optional},{type:o.Host}]}]},propDecorators:{ngValue:[{type:o.Input,args:["ngValue"]}],value:[{type:o.Input,args:["value"]}]}});const Vt={provide:u,useExisting:(0,o.forwardRef)((()=>bt)),multi:!0};function Dt(e,t){return null==e?`${t}`:("string"==typeof t&&(t=`'${t}'`),t&&"object"==typeof t&&(t="Object"),`${e}: ${t}`.slice(0,50))}class bt extends c{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(e){if("function"!=typeof e&&("undefined"==typeof ngDevMode||ngDevMode))throw new o["ɵRuntimeError"](1201,`compareWith must be a function, but received ${JSON.stringify(e)}`);this._compareWith=e}writeValue(e){let t;if(this.value=e,Array.isArray(e)){const n=e.map((e=>this._getOptionId(e)));t=(e,t)=>{e._setSelected(n.indexOf(t.toString())>-1)}}else t=(e,t)=>{e._setSelected(!1)};this._optionMap.forEach(t)}registerOnChange(e){this.onChange=t=>{const n=[],r=t.selectedOptions;if(void 0!==r){const e=r;for(let t=0;tOt)),multi:!0};class Ot extends At{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=e=>wt(e),this.createValidator=e=>I(e)}}Ot.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ot,deps:null,target:o["ɵɵFactoryTarget"].Directive}),Ot.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ot,selector:"input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",inputs:{max:"max"},host:{properties:{"attr.max":"_enabled ? max : null"}},providers:[Ft],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ot,decorators:[{type:o.Directive,args:[{selector:"input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",providers:[Ft],host:{"[attr.max]":"_enabled ? max : null"}}]}],propDecorators:{max:[{type:o.Input}]}});const Et={provide:_,useExisting:(0,o.forwardRef)((()=>kt)),multi:!0};class kt extends At{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=e=>wt(e),this.createValidator=e=>b(e)}}kt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:kt,deps:null,target:o["ɵɵFactoryTarget"].Directive}),kt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:kt,selector:"input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",inputs:{min:"min"},host:{properties:{"attr.min":"_enabled ? min : null"}},providers:[Et],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:kt,decorators:[{type:o.Directive,args:[{selector:"input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",providers:[Et],host:{"[attr.min]":"_enabled ? min : null"}}]}],propDecorators:{min:[{type:o.Input}]}});const Nt={provide:_,useExisting:(0,o.forwardRef)((()=>St)),multi:!0},xt={provide:_,useExisting:(0,o.forwardRef)((()=>Tt)),multi:!0};class St extends At{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=o["ɵcoerceToBoolean"],this.createValidator=e=>M}enabled(e){return e}}St.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:St,deps:null,target:o["ɵɵFactoryTarget"].Directive}),St.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:St,selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",inputs:{required:"required"},host:{properties:{"attr.required":'_enabled ? "" : null'}},providers:[Nt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:St,decorators:[{type:o.Directive,args:[{selector:":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",providers:[Nt],host:{"[attr.required]":'_enabled ? "" : null'}}]}],propDecorators:{required:[{type:o.Input}]}});class Tt extends St{constructor(){super(...arguments),this.createValidator=e=>w}}Tt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Tt,deps:null,target:o["ɵɵFactoryTarget"].Directive}),Tt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Tt,selector:"input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",host:{properties:{"attr.required":'_enabled ? "" : null'}},providers:[xt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Tt,decorators:[{type:o.Directive,args:[{selector:"input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",providers:[xt],host:{"[attr.required]":'_enabled ? "" : null'}}]}]});const Pt={provide:_,useExisting:(0,o.forwardRef)((()=>Rt)),multi:!0};class Rt extends At{constructor(){super(...arguments),this.inputName="email",this.normalizeInput=o["ɵcoerceToBoolean"],this.createValidator=e=>A}enabled(e){return e}}Rt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Rt,deps:null,target:o["ɵɵFactoryTarget"].Directive}),Rt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Rt,selector:"[email][formControlName],[email][formControl],[email][ngModel]",inputs:{email:"email"},providers:[Pt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Rt,decorators:[{type:o.Directive,args:[{selector:"[email][formControlName],[email][formControl],[email][ngModel]",providers:[Pt]}]}],propDecorators:{email:[{type:o.Input}]}});const Gt={provide:_,useExisting:(0,o.forwardRef)((()=>jt)),multi:!0};class jt extends At{constructor(){super(...arguments),this.inputName="minlength",this.normalizeInput=e=>Mt(e),this.createValidator=e=>F(e)}}jt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:jt,deps:null,target:o["ɵɵFactoryTarget"].Directive}),jt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:jt,selector:"[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",inputs:{minlength:"minlength"},host:{properties:{"attr.minlength":"_enabled ? minlength : null"}},providers:[Gt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:jt,decorators:[{type:o.Directive,args:[{selector:"[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",providers:[Gt],host:{"[attr.minlength]":"_enabled ? minlength : null"}}]}],propDecorators:{minlength:[{type:o.Input}]}});const $t={provide:_,useExisting:(0,o.forwardRef)((()=>Ut)),multi:!0};class Ut extends At{constructor(){super(...arguments),this.inputName="maxlength",this.normalizeInput=e=>Mt(e),this.createValidator=e=>O(e)}}Ut.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ut,deps:null,target:o["ɵɵFactoryTarget"].Directive}),Ut.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Ut,selector:"[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",inputs:{maxlength:"maxlength"},host:{properties:{"attr.maxlength":"_enabled ? maxlength : null"}},providers:[$t],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Ut,decorators:[{type:o.Directive,args:[{selector:"[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",providers:[$t],host:{"[attr.maxlength]":"_enabled ? maxlength : null"}}]}],propDecorators:{maxlength:[{type:o.Input}]}});const qt={provide:_,useExisting:(0,o.forwardRef)((()=>Wt)),multi:!0};class Wt extends At{constructor(){super(...arguments),this.inputName="pattern",this.normalizeInput=e=>e,this.createValidator=e=>E(e)}}Wt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Wt,deps:null,target:o["ɵɵFactoryTarget"].Directive}),Wt.ɵdir=o["ɵɵngDeclareDirective"]({minVersion:"14.0.0",version:"14.0.6",type:Wt,selector:"[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",inputs:{pattern:"pattern"},host:{properties:{"attr.pattern":"_enabled ? pattern : null"}},providers:[qt],usesInheritance:!0,ngImport:r||(r=n.t(o,2))}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Wt,decorators:[{type:o.Directive,args:[{selector:"[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",providers:[qt],host:{"[attr.pattern]":"_enabled ? pattern : null"}}]}],propDecorators:{pattern:[{type:o.Input}]}});const zt=[Je,Ct,It,g,Qe,ot,d,_t,bt,nt,ee,te,St,jt,Ut,Wt,Tt,Rt,kt,Ot],Lt=[Ye,He,je],Ht=[at,ct,yt,pt,ht];class Bt{}Bt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Bt,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),Bt.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Bt,declarations:[Je,Ct,It,g,Qe,ot,d,_t,bt,nt,ee,te,St,jt,Ut,Wt,Tt,Rt,kt,Ot],imports:[et],exports:[Je,Ct,It,g,Qe,ot,d,_t,bt,nt,ee,te,St,jt,Ut,Wt,Tt,Rt,kt,Ot]}),Bt.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Bt,imports:[et]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Bt,decorators:[{type:o.NgModule,args:[{declarations:zt,imports:[et],exports:zt}]}]});class Zt{}Zt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Zt,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),Zt.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Zt,declarations:[Ye,He,je],exports:[Bt,Ye,He,je]}),Zt.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Zt,imports:[Bt]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Zt,decorators:[{type:o.NgModule,args:[{declarations:Lt,exports:[Bt,Lt]}]}]});class Yt{static withConfig(e){return{ngModule:Yt,providers:[{provide:it,useValue:e.warnOnNgModelWithFormControl}]}}}Yt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Yt,deps:[],target:o["ɵɵFactoryTarget"].NgModule}),Yt.ɵmod=o["ɵɵngDeclareNgModule"]({minVersion:"14.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Yt,declarations:[at,ct,yt,pt,ht],exports:[Bt,at,ct,yt,pt,ht]}),Yt.ɵinj=o["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Yt,imports:[Bt]}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Yt,decorators:[{type:o.NgModule,args:[{declarations:[Ht],exports:[Bt,Ht]}]}]});class Jt extends _e{constructor(e,t,n){super(de(t),me(n,t)),this.controls=e,this._initObservables(),this._setUpdateStrategy(t),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(e){return this.controls[this._adjustIndex(e)]}push(e,t={}){this.controls.push(e),this._registerControl(e),this.updateValueAndValidity({emitEvent:t.emitEvent}),this._onCollectionChange()}insert(e,t,n={}){this.controls.splice(e,0,t),this._registerControl(t),this.updateValueAndValidity({emitEvent:n.emitEvent})}removeAt(e,t={}){let n=this._adjustIndex(e);n<0&&(n=0),this.controls[n]&&this.controls[n]._registerOnCollectionChange((()=>{})),this.controls.splice(n,1),this.updateValueAndValidity({emitEvent:t.emitEvent})}setControl(e,t,n={}){let r=this._adjustIndex(e);r<0&&(r=0),this.controls[r]&&this.controls[r]._registerOnCollectionChange((()=>{})),this.controls.splice(r,1),t&&(this.controls.splice(r,0,t),this._registerControl(t)),this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(e,t={}){ve(this,!1,e),e.forEach(((e,n)=>{fe(this,!1,n),this.at(n).setValue(e,{onlySelf:!0,emitEvent:t.emitEvent})})),this.updateValueAndValidity(t)}patchValue(e,t={}){null!=e&&(e.forEach(((e,n)=>{this.at(n)&&this.at(n).patchValue(e,{onlySelf:!0,emitEvent:t.emitEvent})})),this.updateValueAndValidity(t))}reset(e=[],t={}){this._forEachChild(((n,r)=>{n.reset(e[r],{onlySelf:!0,emitEvent:t.emitEvent})})),this._updatePristine(t),this._updateTouched(t),this.updateValueAndValidity(t)}getRawValue(){return this.controls.map((e=>e.getRawValue()))}clear(e={}){this.controls.length<1||(this._forEachChild((e=>e._registerOnCollectionChange((()=>{})))),this.controls.splice(0),this.updateValueAndValidity({emitEvent:e.emitEvent}))}_adjustIndex(e){return e<0?e+this.length:e}_syncPendingControls(){let e=this.controls.reduce(((e,t)=>!!t._syncPendingControls()||e),!1);return e&&this.updateValueAndValidity({onlySelf:!0}),e}_forEachChild(e){this.controls.forEach(((t,n)=>{e(t,n)}))}_updateValue(){this.value=this.controls.filter((e=>e.enabled||this.disabled)).map((e=>e.value))}_anyControls(e){return this.controls.some((t=>t.enabled&&e(t)))}_setUpControls(){this._forEachChild((e=>this._registerControl(e)))}_allControlsDisabled(){for(const e of this.controls)if(e.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(e){e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange)}_find(e){return this.at(e)??null}}const Kt=Jt;function Qt(e){return!!e&&(void 0!==e.asyncValidators||void 0!==e.validators||void 0!==e.updateOn)}class Xt{constructor(){this.useNonNullable=!1}get nonNullable(){const e=new Xt;return e.useNonNullable=!0,e}group(e,t=null){const n=this._reduceControls(e);let r,o=null,i=null;return null!==t&&(Qt(t)?(o=null!=t.validators?t.validators:null,i=null!=t.asyncValidators?t.asyncValidators:null,r=null!=t.updateOn?t.updateOn:void 0):(o=null!=t.validator?t.validator:null,i=null!=t.asyncValidator?t.asyncValidator:null)),new Ce(n,{asyncValidators:i,updateOn:r,validators:o})}control(e,t,n){let r={};return this.useNonNullable?(Qt(t)?r=t:(r.validators=t,r.asyncValidators=n),new qe(e,{...r,nonNullable:!0})):new qe(e,t,n)}array(e,t,n){const r=e.map((e=>this._createControl(e)));return new Jt(r,t,n)}_reduceControls(e){const t={};return Object.keys(e).forEach((n=>{t[n]=this._createControl(e[n])})),t}_createControl(e){if(e instanceof qe)return e;if(e instanceof _e)return e;if(Array.isArray(e)){const t=e[0],n=e.length>1?e[1]:null,r=e.length>2?e[2]:null;return this.control(t,n,r)}return this.control(e)}}Xt.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Xt,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),Xt.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Xt,providedIn:Yt}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:Xt,decorators:[{type:o.Injectable,args:[{providedIn:Yt}]}]});class en{}en.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:en,deps:[],target:o["ɵɵFactoryTarget"].Injectable}),en.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:en,providedIn:Yt,useFactory:()=>(0,o.inject)(Xt).nonNullable}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:en,decorators:[{type:o.Injectable,args:[{providedIn:Yt,useFactory:()=>(0,o.inject)(Xt).nonNullable}]}]});class tn extends Xt{group(e,t=null){return super.group(e,t)}control(e,t,n){return super.control(e,t,n)}array(e,t,n){return super.array(e,t,n)}}tn.ɵfac=o["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:tn,deps:null,target:o["ɵɵFactoryTarget"].Injectable}),tn.ɵprov=o["ɵɵngDeclareInjectable"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:tn,providedIn:Yt}),o["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"14.0.6",ngImport:r||(r=n.t(o,2)),type:tn,decorators:[{type:o.Injectable,args:[{providedIn:Yt}]}]});const nn=new o.Version("14.0.6")}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91902.747439abaeb47dff6cfb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91902.747439abaeb47dff6cfb.js.LICENSE.txt new file mode 100644 index 0000000..7803e2d --- /dev/null +++ b/dist/apps/processing-runtime-widget/91902.747439abaeb47dff6cfb.js.LICENSE.txt @@ -0,0 +1,13 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +/** + * @license Angular v14.0.6 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ diff --git a/dist/apps/processing-runtime-widget/91955.882a80877486d8203f3b.js b/dist/apps/processing-runtime-widget/91955.882a80877486d8203f3b.js new file mode 100644 index 0000000..2182a3a --- /dev/null +++ b/dist/apps/processing-runtime-widget/91955.882a80877486d8203f3b.js @@ -0,0 +1,2 @@ +/*! For license information please see 91955.882a80877486d8203f3b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91955],{91955:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91955.882a80877486d8203f3b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91955.882a80877486d8203f3b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91955.882a80877486d8203f3b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9197.2f117af4847e028a15e7.js b/dist/apps/processing-runtime-widget/9197.2f117af4847e028a15e7.js new file mode 100644 index 0000000..4d5a068 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9197.2f117af4847e028a15e7.js @@ -0,0 +1,2 @@ +/*! For license information please see 9197.2f117af4847e028a15e7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9197],{9197:function(a,u,n){n.r(u);const e=void 0;u.default=["rn",[["Z.MU.","Z.MW."],e,e],e,[["S","M","T","W","T","F","S"],["cu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."],["Ku w’indwi","Ku wa mbere","Ku wa kabiri","Ku wa gatatu","Ku wa kane","Ku wa gatanu","Ku wa gatandatu"],["cu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."]],e,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Mut.","Gas.","Wer.","Mat.","Gic.","Kam.","Nya.","Kan.","Nze.","Ukw.","Ugu.","Uku."],["Nzero","Ruhuhuma","Ntwarante","Ndamukiza","Rusama","Ruheshi","Mukakaro","Nyandagaro","Nyakanga","Gitugutu","Munyonyo","Kigarama"]],e,[["Mb.Y.","Ny.Y"],e,["Mbere ya Yezu","Nyuma ya Yezu"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00¤","#E0"],"BIF","FBu","Ifaranga ry’Uburundi",{BIF:["FBu"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9197.2f117af4847e028a15e7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9197.2f117af4847e028a15e7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9197.2f117af4847e028a15e7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91979.939936ab3b7b6148c7e1.js b/dist/apps/processing-runtime-widget/91979.939936ab3b7b6148c7e1.js new file mode 100644 index 0000000..fa3400e --- /dev/null +++ b/dist/apps/processing-runtime-widget/91979.939936ab3b7b6148c7e1.js @@ -0,0 +1,2 @@ +/*! For license information please see 91979.939936ab3b7b6148c7e1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91979],{91979:function(e,n,a){a.r(n);const p=void 0;n.default=["sr-Latn-ME",[["AM","PM"],["prije podne","po podne"],p],[["a","p"],["prije podne","po podne"],p],[["n","p","u","s","č","p","s"],["ned","pon","uto","sre","čet","pet","sub"],["nedjelja","ponedeljak","utorak","srijeda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],p,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mart","apr","maj","jun","jul","avg","sept","okt","nov","dec"],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],p,[["p.n.e.","n.e."],["p. n. e.","n. e."],["prije nove ere","nove ere"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",p,p,p],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Evro",{AUD:[p,"$"],BAM:["KM"],BYN:[p,"r."],GEL:[p,"ლ"],KRW:[p,"₩"],NZD:[p,"$"],PHP:[p,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[p,"₫"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91979.939936ab3b7b6148c7e1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91979.939936ab3b7b6148c7e1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91979.939936ab3b7b6148c7e1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/91991.c5eea4df1ee1d76a3243.js b/dist/apps/processing-runtime-widget/91991.c5eea4df1ee1d76a3243.js new file mode 100644 index 0000000..b7903c7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/91991.c5eea4df1ee1d76a3243.js @@ -0,0 +1,2 @@ +/*! For license information please see 91991.c5eea4df1ee1d76a3243.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[91991],{91991:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/91991.c5eea4df1ee1d76a3243.js.LICENSE.txt b/dist/apps/processing-runtime-widget/91991.c5eea4df1ee1d76a3243.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/91991.c5eea4df1ee1d76a3243.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92026.25bc93faf665679ac2e5.js b/dist/apps/processing-runtime-widget/92026.25bc93faf665679ac2e5.js new file mode 100644 index 0000000..97ff326 --- /dev/null +++ b/dist/apps/processing-runtime-widget/92026.25bc93faf665679ac2e5.js @@ -0,0 +1,2 @@ +/*! For license information please see 92026.25bc93faf665679ac2e5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92026],{92026:function(D,$,M){M.r($);const B=void 0;$.default=["ar-IL",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ILS","₪","شيكل إسرائيلي جديد",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92026.25bc93faf665679ac2e5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92026.25bc93faf665679ac2e5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92026.25bc93faf665679ac2e5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9208.68c9b5ec8ac684d8a7cb.js b/dist/apps/processing-runtime-widget/9208.68c9b5ec8ac684d8a7cb.js new file mode 100644 index 0000000..e7d5c64 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9208.68c9b5ec8ac684d8a7cb.js @@ -0,0 +1,2 @@ +/*! For license information please see 9208.68c9b5ec8ac684d8a7cb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9208],{9208:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9208.68c9b5ec8ac684d8a7cb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9208.68c9b5ec8ac684d8a7cb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9208.68c9b5ec8ac684d8a7cb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9211.dc234dbb2b37a4aba83c.js b/dist/apps/processing-runtime-widget/9211.dc234dbb2b37a4aba83c.js new file mode 100644 index 0000000..45a47b2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9211.dc234dbb2b37a4aba83c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9211],{9211:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92337.58ffeeea5596e7f862ef.js b/dist/apps/processing-runtime-widget/92337.58ffeeea5596e7f862ef.js new file mode 100644 index 0000000..7cfe49a --- /dev/null +++ b/dist/apps/processing-runtime-widget/92337.58ffeeea5596e7f862ef.js @@ -0,0 +1,2 @@ +/*! For license information please see 92337.58ffeeea5596e7f862ef.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92337],{92337:function(a,e,s){s.r(e);const o=void 0;e.default=["ff",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","Mbuuɗu Seefaa BCEAO",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92337.58ffeeea5596e7f862ef.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92337.58ffeeea5596e7f862ef.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92337.58ffeeea5596e7f862ef.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92404.2f6b4da6958c0b856d79.js b/dist/apps/processing-runtime-widget/92404.2f6b4da6958c0b856d79.js new file mode 100644 index 0000000..65bc587 --- /dev/null +++ b/dist/apps/processing-runtime-widget/92404.2f6b4da6958c0b856d79.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92404],{92404:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9246.1cbb41a33f2cd7dd5d24.js b/dist/apps/processing-runtime-widget/9246.1cbb41a33f2cd7dd5d24.js new file mode 100644 index 0000000..93a0bba --- /dev/null +++ b/dist/apps/processing-runtime-widget/9246.1cbb41a33f2cd7dd5d24.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9246],{9246:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92472.3577958bcf46db06f85f.js b/dist/apps/processing-runtime-widget/92472.3577958bcf46db06f85f.js new file mode 100644 index 0000000..f3745ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/92472.3577958bcf46db06f85f.js @@ -0,0 +1,2 @@ +/*! For license information please see 92472.3577958bcf46db06f85f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92472],{92472:function(u,i,s){s.r(i);const e=void 0;i.default=["kea",[["am","pm"],e,e],e,[["D","S","T","K","K","S","S"],["dum","sig","ter","kua","kin","ses","sab"],["dumingu","sigunda-fera","tersa-fera","kuarta-fera","kinta-fera","sesta-fera","sábadu"],["du","si","te","ku","ki","se","sa"]],e,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Abr","Mai","Jun","Jul","Ago","Set","Otu","Nuv","Diz"],["Janeru","Febreru","Marsu","Abril","Maiu","Junhu","Julhu","Agostu","Setenbru","Otubru","Nuvenbru","Dizenbru"]],e,[["AK","DK"],e,["antis di Kristu","dispos di Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d 'di' MMMM 'di' y","EEEE, d 'di' MMMM 'di' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CVE","​","Skudu Kabuverdianu",{AUD:["AU$","$"],CVE:["​"],JPY:["JP¥","¥"],THB:["฿"],USD:["US$","$"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92472.3577958bcf46db06f85f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92472.3577958bcf46db06f85f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92472.3577958bcf46db06f85f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92522.95e54bf2042483697dfa.js b/dist/apps/processing-runtime-widget/92522.95e54bf2042483697dfa.js new file mode 100644 index 0000000..1e5f5bb --- /dev/null +++ b/dist/apps/processing-runtime-widget/92522.95e54bf2042483697dfa.js @@ -0,0 +1,2 @@ +/*! For license information please see 92522.95e54bf2042483697dfa.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92522],{92522:function(a,i,u){u.r(i);const n=void 0;i.default=["ha-GH",[["SF","YM"],n,["Safiya","Yamma"]],[["SF","YM"],n,n],[["L","L","T","L","A","J","A"],["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],["Lahadi","Litinin","Talata","Laraba","Alhamis","Jummaʼa","Asabar"],["Lh","Li","Ta","Lr","Al","Ju","As"]],n,[["J","F","M","A","M","Y","Y","A","S","O","N","D"],["Jan","Fab","Mar","Afi","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"],["Janairu","Faburairu","Maris","Afirilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"]],n,[["K.H","BHAI"],n,["Kafin haihuwar annab","Bayan haihuwar annab"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'da' {0}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"GHS","GH₵","Sidi na Ghana",{GHS:["GH₵"],NGN:["₦"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92522.95e54bf2042483697dfa.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92522.95e54bf2042483697dfa.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92522.95e54bf2042483697dfa.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92552.13474ca13c80ce167dc9.js b/dist/apps/processing-runtime-widget/92552.13474ca13c80ce167dc9.js new file mode 100644 index 0000000..533dcfd --- /dev/null +++ b/dist/apps/processing-runtime-widget/92552.13474ca13c80ce167dc9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92552],{92552:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92756.6c042b73d0dfda3ef701.js b/dist/apps/processing-runtime-widget/92756.6c042b73d0dfda3ef701.js new file mode 100644 index 0000000..b85ab58 --- /dev/null +++ b/dist/apps/processing-runtime-widget/92756.6c042b73d0dfda3ef701.js @@ -0,0 +1,2 @@ +/*! For license information please see 92756.6c042b73d0dfda3ef701.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92756],{92756:function(a,s,o){o.r(s);const e=void 0;s.default=["ff-Latn-GM",[["subaka","kikiiɗe"],e,e],e,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],e,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],e,[["H-I","C-I"],e,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"GMD","D","Dalasi Gammbi",{GMD:["D"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const s=Math.floor(Math.abs(a));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92756.6c042b73d0dfda3ef701.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92756.6c042b73d0dfda3ef701.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92756.6c042b73d0dfda3ef701.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92772.fd49d7a14cf25e5f77ae.js b/dist/apps/processing-runtime-widget/92772.fd49d7a14cf25e5f77ae.js new file mode 100644 index 0000000..daf70e1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/92772.fd49d7a14cf25e5f77ae.js @@ -0,0 +1,2 @@ +/*! For license information please see 92772.fd49d7a14cf25e5f77ae.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92772],{66938:function(u,e,M){M.r(e);const n=void 0;e.default=["su",[["AM","PM"],n,n],n,[["M","S","S","R","K","J","S"],["Mng","Sen","Sal","Reb","Kem","Jum","Sap"],["Minggu","Senén","Salasa","Rebo","Kemis","Jumaah","Saptu"],["Mng","Sen","Sal","Reb","Kem","Jum","Sap"]],n,[["J","P","M","A","M","J","J","A","S","O","N","D"],["Jan","Péb","Mar","Apr","Méi","Jun","Jul","Ags","Sép","Okt","Nop","Dés"],["Januari","Pébruari","Maret","April","Méi","Juni","Juli","Agustus","Séptémber","Oktober","Nopémber","Désémber"]],n,[["SM","M"],n,n],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1}, {0}",n,"{1} 'jam' {0}",n],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"IDR","Rp","Rupee Indonésia",{IDR:["Rp"]},"ltr",function(u){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92772.fd49d7a14cf25e5f77ae.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92772.fd49d7a14cf25e5f77ae.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92772.fd49d7a14cf25e5f77ae.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92869.b288e16d8e6bac597b7c.js b/dist/apps/processing-runtime-widget/92869.b288e16d8e6bac597b7c.js new file mode 100644 index 0000000..c426ace --- /dev/null +++ b/dist/apps/processing-runtime-widget/92869.b288e16d8e6bac597b7c.js @@ -0,0 +1,2 @@ +/*! For license information please see 92869.b288e16d8e6bac597b7c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92869],{92869:function(e,a,u){u.r(a);const n=void 0;a.default=["en-CM",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"XAF","FCFA","Central African CFA Franc",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92869.b288e16d8e6bac597b7c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92869.b288e16d8e6bac597b7c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92869.b288e16d8e6bac597b7c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/92907.688e5da3cb3faa4d04e4.js b/dist/apps/processing-runtime-widget/92907.688e5da3cb3faa4d04e4.js new file mode 100644 index 0000000..e4b2a14 --- /dev/null +++ b/dist/apps/processing-runtime-widget/92907.688e5da3cb3faa4d04e4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92907],{92907:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92990.193a99cd2b1302bf91b6.js b/dist/apps/processing-runtime-widget/92990.193a99cd2b1302bf91b6.js new file mode 100644 index 0000000..8cd2ee2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/92990.193a99cd2b1302bf91b6.js @@ -0,0 +1,2 @@ +/*! For license information please see 92990.193a99cd2b1302bf91b6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[92990],{92990:function(e,a,u){u.r(a);const r=void 0;a.default=["en-BM",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"BMD","$","Bermudian Dollar",{BMD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),u=e.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/92990.193a99cd2b1302bf91b6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/92990.193a99cd2b1302bf91b6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/92990.193a99cd2b1302bf91b6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93135.eda08655889ae0938c2d.js b/dist/apps/processing-runtime-widget/93135.eda08655889ae0938c2d.js new file mode 100644 index 0000000..d0c256a --- /dev/null +++ b/dist/apps/processing-runtime-widget/93135.eda08655889ae0938c2d.js @@ -0,0 +1,2 @@ +/*! For license information please see 93135.eda08655889ae0938c2d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93135],{93135:function(e,u,a){a.r(u);const r=void 0;u.default=["en-NL",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"EUR","€","Euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93135.eda08655889ae0938c2d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93135.eda08655889ae0938c2d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93135.eda08655889ae0938c2d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/933.3da05a6d5925af03bb6d.js b/dist/apps/processing-runtime-widget/933.3da05a6d5925af03bb6d.js new file mode 100644 index 0000000..ccc753f --- /dev/null +++ b/dist/apps/processing-runtime-widget/933.3da05a6d5925af03bb6d.js @@ -0,0 +1,2 @@ +/*! For license information please see 933.3da05a6d5925af03bb6d.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[933],{933:function(a,o,n){n.r(o);const u=void 0;o.default=["teo",[["Taparachu","Ebongi"],u,u],u,[["J","B","A","U","U","K","S"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"],["Nakaejuma","Nakaebarasa","Nakaare","Nakauni","Nakaung’on","Nakakany","Nakasabiti"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"]],u,[["R","M","K","D","M","M","J","P","S","T","L","P"],["Rar","Muk","Kwa","Dun","Mar","Mod","Jol","Ped","Sok","Tib","Lab","Poo"],["Orara","Omuk","Okwamg’","Odung’el","Omaruk","Omodok’king’ol","Ojola","Opedel","Osokosokoma","Otibar","Olabor","Opoo"]],u,[["KK","BK"],u,["Kabla ya Christo","Baada ya Christo"]],1,[0,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"UGX","USh","Ango’otol lok’ Uganda",{JPY:["JP¥","¥"],UGX:["USh"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/933.3da05a6d5925af03bb6d.js.LICENSE.txt b/dist/apps/processing-runtime-widget/933.3da05a6d5925af03bb6d.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/933.3da05a6d5925af03bb6d.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93315.eaa7c729b8a69ee0249f.js b/dist/apps/processing-runtime-widget/93315.eaa7c729b8a69ee0249f.js new file mode 100644 index 0000000..4f1a5be --- /dev/null +++ b/dist/apps/processing-runtime-widget/93315.eaa7c729b8a69ee0249f.js @@ -0,0 +1,2 @@ +/*! For license information please see 93315.eaa7c729b8a69ee0249f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93315],{93315:function(r,j,g){g.r(j);const s=void 0;j.default=["yo",[["Àárọ̀","Ọ̀sán"],s,s],s,[["À","A","Ì","Ọ","Ọ","Ẹ","À"],["Àìk","Aj","Ìsẹ́g","Ọjọ́r","Ọjọ́b","Ẹt","Àbám"],["Ọjọ́ Àìkú","Ọjọ́ Ajé","Ọjọ́ Ìsẹ́gun","Ọjọ́rú","Ọjọ́bọ","Ọjọ́ Ẹtì","Ọjọ́ Àbámẹ́ta"],["Àìk","Aj","Ìsẹ́g","Ọjọ́r","Ọjọ́b","Ẹt","Àbám"]],[["À","A","Ì","Ọ","Ọ","Ẹ","À"],["Àìk","Aj","Ìsẹ́g","Ọjọ́r","Ọjọ́b","Ẹt","Àbám"],["Àìkú","Ajé","Ìsẹ́gun","Ọjọ́rú","Ọjọ́bọ","Ẹtì","Àbámẹ́ta"],["Àìk","Aj","Ìsẹ́g","Ọjọ́r","Ọjọ́b","Ẹt","Àbám"]],[["S","È","Ẹ","Ì","Ẹ̀","Ò","A","Ò","O","Ọ̀","B","Ọ̀"],["Ṣẹ́r","Èrèl","Ẹrẹ̀n","Ìgb","Ẹ̀bi","Òkú","Agẹ","Ògú","Owe","Ọ̀wà","Bél","Ọ̀pẹ"],["Oṣù Ṣẹ́rẹ́","Oṣù Èrèlè","Oṣù Ẹrẹ̀nà","Oṣù Ìgbé","Oṣù Ẹ̀bibi","Oṣù Òkúdu","Oṣù Agẹmọ","Oṣù Ògún","Oṣù Owewe","Oṣù Ọ̀wàrà","Oṣù Bélú","Oṣù Ọ̀pẹ̀"]],[["S","È","Ẹ","Ì","Ẹ̀","Ò","A","Ò","O","Ọ̀","B","Ọ̀"],["Ṣẹ́","Èr","Ẹr","Ìg","Ẹ̀b","Òk","Ag","Òg","Ow","Ọ̀w","Bé","Ọ̀p"],["Ṣẹ́rẹ́","Èrèlè","Ẹrẹ̀nà","Ìgbé","Ẹ̀bibi","Òkúdu","Agẹmọ","Ògún","Owewe","Ọ̀wàrà","Bélú","Ọ̀pẹ̀"]],[["BCE","AD"],s,["Saju Kristi","Lehin Kristi"]],1,[6,0],["d/M/y","d MM y","d MMM y","EEEE, d MMM y"],["H:m","H:m:s","H:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NGN","₦","Náírà Nàìjíríà",{JPY:["JP¥","¥"],NGN:["₦"],RUB:["₽"]},"ltr",function(r){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93315.eaa7c729b8a69ee0249f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93315.eaa7c729b8a69ee0249f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93315.eaa7c729b8a69ee0249f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93474.81557ba6586723b6e722.js b/dist/apps/processing-runtime-widget/93474.81557ba6586723b6e722.js new file mode 100644 index 0000000..fa7cfae --- /dev/null +++ b/dist/apps/processing-runtime-widget/93474.81557ba6586723b6e722.js @@ -0,0 +1,2 @@ +/*! For license information please see 93474.81557ba6586723b6e722.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93474],{93474:function(e,i,t){t.r(i);const n=void 0;i.default=["wae",[["AM","PM"],n,n],n,[["S","M","Z","M","F","F","S"],["Sun","Män","Ziš","Mit","Fró","Fri","Sam"],["Sunntag","Mäntag","Zištag","Mittwuč","Fróntag","Fritag","Samštag"],["Sun","Män","Ziš","Mit","Fró","Fri","Sam"]],n,[["J","H","M","A","M","B","H","Ö","H","W","W","C"],["Jen","Hor","Mär","Abr","Mei","Brá","Hei","Öig","Her","Wím","Win","Chr"],["Jenner","Hornig","Märze","Abrille","Meije","Bráčet","Heiwet","Öigšte","Herbštmánet","Wímánet","Wintermánet","Chrištmánet"]],n,[["v. Chr.","n. Chr"],n,n],1,[6,0],["y-MM-dd","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",n,n,n],[",","’",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CHF","CHF","CHF",{},"ltr",function(e){return 1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93474.81557ba6586723b6e722.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93474.81557ba6586723b6e722.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93474.81557ba6586723b6e722.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93554.9b63ad189ad419f1ad46.js b/dist/apps/processing-runtime-widget/93554.9b63ad189ad419f1ad46.js new file mode 100644 index 0000000..5dfb6e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/93554.9b63ad189ad419f1ad46.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93554],{93554:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93568.1c01b9f90632c5bf535b.js b/dist/apps/processing-runtime-widget/93568.1c01b9f90632c5bf535b.js new file mode 100644 index 0000000..589386e --- /dev/null +++ b/dist/apps/processing-runtime-widget/93568.1c01b9f90632c5bf535b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93568],{93568:function(l,a,i){i.r(a);a.default=[[["ky.","kp.","aamulla","ap.","ip.","illalla","yöllä"],["keskiyöllä","keskip.","aamulla","aamup.","iltap.","illalla","yöllä"],["keskiyöllä","keskipäivällä","aamulla","aamupäivällä","iltapäivällä","illalla","yöllä"]],[["ky.","kp.","aamu","ap.","ip.","ilta","yö"],["keskiyö","keskip.","aamu","aamup.","iltap.","ilta","yö"],["keskiyö","keskipäivä","aamu","aamupäivä","iltapäivä","ilta","yö"]],["00:00","12:00",["05:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","23:00"],["23:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93652.fbca7f4e2d0f7797a47a.js b/dist/apps/processing-runtime-widget/93652.fbca7f4e2d0f7797a47a.js new file mode 100644 index 0000000..dff4c72 --- /dev/null +++ b/dist/apps/processing-runtime-widget/93652.fbca7f4e2d0f7797a47a.js @@ -0,0 +1,2 @@ +/*! For license information please see 93652.fbca7f4e2d0f7797a47a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93652],{93652:function(e,u,a){a.r(u);const r=void 0;u.default=["en-IO",[["a","p"],["am","pm"],r],[["am","pm"],r,r],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],r,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",r,"{1} 'at' {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","US$","US Dollar",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93652.fbca7f4e2d0f7797a47a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93652.fbca7f4e2d0f7797a47a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93652.fbca7f4e2d0f7797a47a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9377.29a8798d2ed5965a00c1.js b/dist/apps/processing-runtime-widget/9377.29a8798d2ed5965a00c1.js new file mode 100644 index 0000000..8cd2408 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9377.29a8798d2ed5965a00c1.js @@ -0,0 +1,2 @@ +/*! For license information please see 9377.29a8798d2ed5965a00c1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9377],{9377:function(s,u,M){M.r(u);const c=void 0;u.default=["ug",[["ب","ك"],["چ.ب","چ.ك"],["چۈشتىن بۇرۇن","چۈشتىن كېيىن"]],[["چ.ب","چ.ك"],c,c],[["ي","د","س","چ","پ","ج","ش"],["يە","دۈ","سە","چا","پە","جۈ","شە"],["يەكشەنبە","دۈشەنبە","سەيشەنبە","چارشەنبە","پەيشەنبە","جۈمە","شەنبە"],["ي","د","س","چ","پ","ج","ش"]],c,[["1","2","3","4","5","6","7","8","9","10","11","12"],["يانۋار","فېۋرال","مارت","ئاپرېل","ماي","ئىيۇن","ئىيۇل","ئاۋغۇست","سېنتەبىر","ئۆكتەبىر","نويابىر","دېكابىر"],c],c,[["BCE","مىلادىيە"],c,["مىلادىيەدىن بۇرۇن","مىلادىيە"]],0,[6,0],["y-MM-dd","d-MMM، y","d-MMMM، y","y d-MMMM، EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}، {0}",c,"{1} {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CNY","¥","جۇڭگو يۈەنى",{CNY:["¥","¥"],JPY:["JP¥","¥"]},"rtl",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9377.29a8798d2ed5965a00c1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9377.29a8798d2ed5965a00c1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9377.29a8798d2ed5965a00c1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93781.17d1bd2779130bcb8bbc.js b/dist/apps/processing-runtime-widget/93781.17d1bd2779130bcb8bbc.js new file mode 100644 index 0000000..cfaa19c --- /dev/null +++ b/dist/apps/processing-runtime-widget/93781.17d1bd2779130bcb8bbc.js @@ -0,0 +1,2 @@ +/*! For license information please see 93781.17d1bd2779130bcb8bbc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93781],{93781:function(e,n,o){o.r(n);const t=void 0;n.default=["cs",[["dop.","odp."],t,t],t,[["N","P","Ú","S","Č","P","S"],["ne","po","út","st","čt","pá","so"],["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],["ne","po","út","st","čt","pá","so"]],t,[["1","2","3","4","5","6","7","8","9","10","11","12"],["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]],[["př.n.l.","n.l."],["př. n. l.","n. l."],["před naším letopočtem","našeho letopočtu"]],1,[6,0],["dd.MM.yy","d. M. y","d. MMMM y","EEEE d. MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",t,t,t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CZK","Kč","česká koruna",{AUD:["AU$","$"],BYN:[t,"р."],CSK:["Kčs"],CZK:["Kč"],ILS:[t,"₪"],INR:[t,"₹"],JPY:["JP¥","¥"],PHP:[t,"₱"],RON:[t,"L"],RUR:[t,"р."],TWD:["NT$"],USD:["US$","$"],VND:[t,"₫"],XEU:["ECU"],XXX:[]},"ltr",function(e){const n=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length;return 1===n&&0===o?1:n===Math.floor(n)&&n>=2&&n<=4&&0===o?3:0!==o?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93781.17d1bd2779130bcb8bbc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93781.17d1bd2779130bcb8bbc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93781.17d1bd2779130bcb8bbc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93856.86b0609f7d03548857b3.js b/dist/apps/processing-runtime-widget/93856.86b0609f7d03548857b3.js new file mode 100644 index 0000000..9c51c28 --- /dev/null +++ b/dist/apps/processing-runtime-widget/93856.86b0609f7d03548857b3.js @@ -0,0 +1,2 @@ +/*! For license information please see 93856.86b0609f7d03548857b3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93856],{93856:function(e,$,r){r.r($);const i=void 0;$.default=["fr-PF",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XPF","FCFP","franc CFP",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93856.86b0609f7d03548857b3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93856.86b0609f7d03548857b3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93856.86b0609f7d03548857b3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93870.9785ab4cfe10de8a8bd1.js b/dist/apps/processing-runtime-widget/93870.9785ab4cfe10de8a8bd1.js new file mode 100644 index 0000000..1b4ff98 --- /dev/null +++ b/dist/apps/processing-runtime-widget/93870.9785ab4cfe10de8a8bd1.js @@ -0,0 +1,2 @@ +/*! For license information please see 93870.9785ab4cfe10de8a8bd1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93870],{93870:function(u,c,i){i.r(c);const e=void 0;c.default=[[["آدھی رات","صبح","دوپہر","سہ پہر","شام","رات"],e,["آدھی رات","صبح میں","دوپہر میں","سہ پہر","شام میں","رات میں"]],[["آدھی رات","صبح","دوپہر","سہ پہر","شام","رات"],e,e],["00:00",["04:00","12:00"],["12:00","16:00"],["16:00","18:00"],["18:00","20:00"],["20:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93870.9785ab4cfe10de8a8bd1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93870.9785ab4cfe10de8a8bd1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93870.9785ab4cfe10de8a8bd1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93884.d3896f80a9bbf39c05f5.js b/dist/apps/processing-runtime-widget/93884.d3896f80a9bbf39c05f5.js new file mode 100644 index 0000000..033ebe9 --- /dev/null +++ b/dist/apps/processing-runtime-widget/93884.d3896f80a9bbf39c05f5.js @@ -0,0 +1,2 @@ +/*! For license information please see 93884.d3896f80a9bbf39c05f5.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93884],{93884:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93884.d3896f80a9bbf39c05f5.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93884.d3896f80a9bbf39c05f5.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93884.d3896f80a9bbf39c05f5.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93921.2c099a5257b140e8aae8.js b/dist/apps/processing-runtime-widget/93921.2c099a5257b140e8aae8.js new file mode 100644 index 0000000..8beb5ab --- /dev/null +++ b/dist/apps/processing-runtime-widget/93921.2c099a5257b140e8aae8.js @@ -0,0 +1,2 @@ +/*! For license information please see 93921.2c099a5257b140e8aae8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93921],{93921:function(i,u,t){t.r(u);const m=void 0;u.default=[[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","du matin","de l’après-midi","du soir","du matin"]],[["minuit","midi","mat.","ap.m.","soir","nuit"],m,["minuit","midi","matin","après-midi","soir","nuit"]],["00:00","12:00",["04:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","04:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93921.2c099a5257b140e8aae8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93921.2c099a5257b140e8aae8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93921.2c099a5257b140e8aae8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/93929.ff0136bc6c7ba7dfa84f.js b/dist/apps/processing-runtime-widget/93929.ff0136bc6c7ba7dfa84f.js new file mode 100644 index 0000000..169f2cb --- /dev/null +++ b/dist/apps/processing-runtime-widget/93929.ff0136bc6c7ba7dfa84f.js @@ -0,0 +1,2 @@ +/*! For license information please see 93929.ff0136bc6c7ba7dfa84f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[93929],{93929:function(s,t,M){M.r(t);const n=void 0;t.default=["yi",[["פֿאַרמיטאָג","נאָכמיטאָג"],n,n],n,[["S","M","T","W","T","F","S"],["זונטיק","מאָנטיק","דינסטיק","מיטוואך","דאנערשטיק","פֿרײַטיק","שבת"],n,n],n,[["1","2","3","4","5","6","7","8","9","10","11","12"],["יאַנואַר","פֿעברואַר","מערץ","אַפּריל","מיי","יוני","יולי","אויגוסט","סעפּטעמבער","אקטאבער","נאוועמבער","דעצעמבער"],n],[["1","2","3","4","5","6","7","8","9","10","11","12"],["יאַנ","פֿעב","מערץ","אַפּר","מיי","יוני","יולי","אויג","סעפּ","אקט","נאוו","דעצ"],["יאַנואַר","פֿעברואַר","מערץ","אַפּריל","מיי","יוני","יולי","אויגוסט","סעפּטעמבער","אקטאבער","נאוועמבער","דעצעמבער"]],[["BCE","CE"],n,n],1,[6,0],["dd/MM/yy","dטן MMM y","dטן MMMM y","EEEE, dטן MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],n,n,n,{JPY:["JP¥","¥"],USD:["US$","$"]},"rtl",function(s){const t=Math.floor(Math.abs(s)),M=s.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/93929.ff0136bc6c7ba7dfa84f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/93929.ff0136bc6c7ba7dfa84f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/93929.ff0136bc6c7ba7dfa84f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9402.8a739d9e87cea399f325.js b/dist/apps/processing-runtime-widget/9402.8a739d9e87cea399f325.js new file mode 100644 index 0000000..9b9b7ae --- /dev/null +++ b/dist/apps/processing-runtime-widget/9402.8a739d9e87cea399f325.js @@ -0,0 +1,2 @@ +/*! For license information please see 9402.8a739d9e87cea399f325.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9402],{9402:function(a,s,e){e.r(s);const o=void 0;s.default=["ff-Latn-NG",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"NGN","₦","Nayraa Nijeriyaa",{JPY:["JP¥","¥"],NGN:["₦"],USD:["US$","$"]},"ltr",function(a){const s=Math.floor(Math.abs(a));return 0===s||1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9402.8a739d9e87cea399f325.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9402.8a739d9e87cea399f325.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9402.8a739d9e87cea399f325.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94052.543fcc695234b484e87f.js b/dist/apps/processing-runtime-widget/94052.543fcc695234b484e87f.js new file mode 100644 index 0000000..0a3681e --- /dev/null +++ b/dist/apps/processing-runtime-widget/94052.543fcc695234b484e87f.js @@ -0,0 +1,2 @@ +/*! For license information please see 94052.543fcc695234b484e87f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94052],{94052:function(e,a,i){i.r(a);const r=void 0;a.default=["fr-CA",[["a","p"],["a.m.","p.m."],r],[["a.m.","p.m."],r,r],[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],r,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juill.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],r,[["av. J.-C.","ap. J.-C."],r,["avant Jésus-Christ","après Jésus-Christ"]],0,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH 'h' mm","HH 'h' mm 'min' ss 's'","HH 'h' mm 'min' ss 's' z","HH 'h' mm 'min' ss 's' zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",r],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CAD","$","dollar canadien",{AUD:["$ AU","$"],BEF:["FB"],BYN:[r,"Br"],CAD:["$"],CYP:["£CY"],EGP:[r,"£E"],FRF:["F"],GEL:[],HKD:["$ HK","$"],IEP:["£IE"],ILP:["£IL"],ILS:[r,"₪"],INR:[r,"₹"],ITL:["₤IT"],KRW:[r,"₩"],LBP:[r,"£L"],MTP:["£MT"],MXN:[r,"$"],NZD:["$ NZ","$"],PHP:[r,"₱"],RHD:["$RH"],RON:[r,"L"],RWF:[r,"FR"],SGD:["$ SG","$"],TOP:[r,"$T"],TWD:[r,"NT$"],USD:["$ US","$"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[],XPF:[]},"ltr",function(e){const a=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===a||1===a?1:0===r&&0!==a&&a%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94052.543fcc695234b484e87f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94052.543fcc695234b484e87f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94052.543fcc695234b484e87f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94092.2d5268204ca9b34fdbb2.js b/dist/apps/processing-runtime-widget/94092.2d5268204ca9b34fdbb2.js new file mode 100644 index 0000000..5832a4c --- /dev/null +++ b/dist/apps/processing-runtime-widget/94092.2d5268204ca9b34fdbb2.js @@ -0,0 +1,2 @@ +/*! For license information please see 94092.2d5268204ca9b34fdbb2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94092],{94092:function(s,u,t){t.r(u);const c=void 0;u.default=["ta-LK",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"],c],c,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],c,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],c,[["கி.மு.","கி.பி."],c,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",c,"{1} அன்று {0}",c],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"LKR","Rs.","இலங்கை ரூபாய்",{BYN:[c,"р."],LKR:["Rs.","Rs"],PHP:[c,"₱"],THB:["฿"],TWD:["NT$"]},"ltr",function(s){return 1===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94092.2d5268204ca9b34fdbb2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94092.2d5268204ca9b34fdbb2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94092.2d5268204ca9b34fdbb2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94250.b7eb3456082a0abad6de.js b/dist/apps/processing-runtime-widget/94250.b7eb3456082a0abad6de.js new file mode 100644 index 0000000..722c2aa --- /dev/null +++ b/dist/apps/processing-runtime-widget/94250.b7eb3456082a0abad6de.js @@ -0,0 +1,2 @@ +/*! For license information please see 94250.b7eb3456082a0abad6de.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94250],{94250:function(e,$,r){r.r($);const i=void 0;$.default=["fr-HT",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"HTG","G","gourde haïtienne",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],HTG:["G"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94250.b7eb3456082a0abad6de.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94250.b7eb3456082a0abad6de.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94250.b7eb3456082a0abad6de.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94390.ee35bff121480ba3611a.js b/dist/apps/processing-runtime-widget/94390.ee35bff121480ba3611a.js new file mode 100644 index 0000000..4ea5d54 --- /dev/null +++ b/dist/apps/processing-runtime-widget/94390.ee35bff121480ba3611a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94390],{94390:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94443.e0f443da3089335ce2dd.js b/dist/apps/processing-runtime-widget/94443.e0f443da3089335ce2dd.js new file mode 100644 index 0000000..4301a4d --- /dev/null +++ b/dist/apps/processing-runtime-widget/94443.e0f443da3089335ce2dd.js @@ -0,0 +1,2 @@ +/*! For license information please see 94443.e0f443da3089335ce2dd.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94443],{94443:function(D,$,M){M.r($);const s=void 0;$.default=["ar-AE",[["ص","م"],s,s],[["ص","م"],s,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],s,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],s,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],s],s,[["ق.م","م"],s,["قبل الميلاد","ميلادي"]],6,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",s,"{1} في {0}",s],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"AED","د.إ.‏","درهم إماراتي",{AED:["د.إ.‏"],ARS:[s,"AR$"],AUD:["AU$"],BBD:[s,"BB$"],BHD:["د.ب.‏"],BMD:[s,"BM$"],BSD:[s,"BS$"],BYN:[s,"р."],BZD:[s,"BZ$"],CAD:["CA$"],CLP:[s,"CL$"],CNY:["CN¥"],COP:[s,"CO$"],CUP:[s,"CU$"],DOP:[s,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[s,"FJ$"],GBP:["UK£"],GYD:[s,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[s,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[s,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[s,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[s,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[s,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[s,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[s,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[s,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94443.e0f443da3089335ce2dd.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94443.e0f443da3089335ce2dd.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94443.e0f443da3089335ce2dd.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94447.3736995d4944cc80c2ef.js b/dist/apps/processing-runtime-widget/94447.3736995d4944cc80c2ef.js new file mode 100644 index 0000000..ad6d3a6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/94447.3736995d4944cc80c2ef.js @@ -0,0 +1,2 @@ +/*! For license information please see 94447.3736995d4944cc80c2ef.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94447],{94447:function(s,a,u){u.r(a);const n=void 0;a.default=[[["pusnaktī","pusd.","no rīta","pēcpusd.","vakarā","naktī"],n,["pusnaktī","pusdienlaikā","no rīta","pēcpusdienā","vakarā","naktī"]],[["pusnakts","pusd.","rīts","pēcpusd.","vakars","nakts"],n,["pusnakts","pusdienlaiks","rīts","pēcpusdiena","vakars","nakts"]],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","23:00"],["23:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94447.3736995d4944cc80c2ef.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94447.3736995d4944cc80c2ef.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94447.3736995d4944cc80c2ef.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94617.8153293dd18d6796e084.js b/dist/apps/processing-runtime-widget/94617.8153293dd18d6796e084.js new file mode 100644 index 0000000..540649e --- /dev/null +++ b/dist/apps/processing-runtime-widget/94617.8153293dd18d6796e084.js @@ -0,0 +1,2 @@ +/*! For license information please see 94617.8153293dd18d6796e084.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94617],{94617:function(e,o,s){s.r(o);const i=void 0;o.default=["es-CL",[["a. m.","p. m."],i,i],i,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["do","lu","ma","mi","ju","vi","sá"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["a. C.","d. C."],i,["antes de Cristo","después de Cristo"]],1,[6,0],["dd-MM-yy","dd-MM-y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",i],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"CLP","$","Peso chileno",{AUD:[i,"$"],BRL:[i,"R$"],BYN:[i,"р."],CAD:[i,"$"],CLP:["$"],CNY:[i,"¥"],ESP:["₧"],EUR:[i,"€"],FKP:[i,"FK£"],GBP:[i,"£"],HKD:[i,"$"],ILS:[i,"₪"],INR:[i,"₹"],JPY:[i,"¥"],KRW:[i,"₩"],MXN:[i,"$"],NZD:[i,"$"],PHP:[i,"₱"],RON:[i,"L"],SSP:[i,"SD£"],SYP:[i,"S£"],TWD:[i,"NT$"],USD:["US$","$"],VEF:[i,"BsF"],VND:[i,"₫"],XAF:[],XCD:[i,"$"],XOF:[]},"ltr",function(e){const o=e,s=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,r=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===o?1:0===r&&0!==s&&s%1e6==0&&0===i||!(r>=0&&r<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94617.8153293dd18d6796e084.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94617.8153293dd18d6796e084.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94617.8153293dd18d6796e084.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94770.49cb2f1cb6005e6c43f3.js b/dist/apps/processing-runtime-widget/94770.49cb2f1cb6005e6c43f3.js new file mode 100644 index 0000000..ed0aeb8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/94770.49cb2f1cb6005e6c43f3.js @@ -0,0 +1,2 @@ +/*! For license information please see 94770.49cb2f1cb6005e6c43f3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94770],{94770:function(e,n,a){a.r(n);const p=void 0;n.default=["sr-Latn-BA",[["AM","PM"],["prije podne","po podne"],p],[["a","p"],["prije podne","po podne"],p],[["n","p","u","s","č","p","s"],["ned","pon","uto","sre","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],p,[["p.n.e.","n.e."],["p. n. e.","n. e."],["prije nove ere","nove ere"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",p,p,p],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"BAM","KM","Bosanskohercegovačka konvertibilna marka",{AUD:[p,"$"],BAM:["KM"],BYN:[p,"r."],GEL:[p,"ლ"],KRW:[p,"₩"],NZD:[p,"$"],PHP:[p,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[p,"₫"]},"ltr",function(e){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94770.49cb2f1cb6005e6c43f3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94770.49cb2f1cb6005e6c43f3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94770.49cb2f1cb6005e6c43f3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94772.a136cd68563e50488374.js b/dist/apps/processing-runtime-widget/94772.a136cd68563e50488374.js new file mode 100644 index 0000000..ed50a86 --- /dev/null +++ b/dist/apps/processing-runtime-widget/94772.a136cd68563e50488374.js @@ -0,0 +1,2 @@ +/*! For license information please see 94772.a136cd68563e50488374.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94772],{94772:function(u,c,i){i.r(c);const e=void 0;c.default=[[["자정","정오","새벽","오전","오후","저녁","밤"],e,e],e,["00:00","12:00",["03:00","06:00"],["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94772.a136cd68563e50488374.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94772.a136cd68563e50488374.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94772.a136cd68563e50488374.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94869.e2e310c007435ba0cd37.js b/dist/apps/processing-runtime-widget/94869.e2e310c007435ba0cd37.js new file mode 100644 index 0000000..1af1c8b --- /dev/null +++ b/dist/apps/processing-runtime-widget/94869.e2e310c007435ba0cd37.js @@ -0,0 +1,2 @@ +/*! For license information please see 94869.e2e310c007435ba0cd37.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94869],{94869:function(a,d,e){e.r(d);const i=void 0;d.default=[[["da noite","da madrugada","da mañá","do mediodía","da tarde","da noite"],i,i],[["medianoite","madrugada","mañá","mediodía","tarde","noite"],i,i],["00:00",["00:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","21:00"],["21:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94869.e2e310c007435ba0cd37.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94869.e2e310c007435ba0cd37.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94869.e2e310c007435ba0cd37.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/94983.f353860ab8a7e0373903.js b/dist/apps/processing-runtime-widget/94983.f353860ab8a7e0373903.js new file mode 100644 index 0000000..49bf4ff --- /dev/null +++ b/dist/apps/processing-runtime-widget/94983.f353860ab8a7e0373903.js @@ -0,0 +1,2 @@ +/*! For license information please see 94983.f353860ab8a7e0373903.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[94983],{94983:function(e,$,r){r.r($);const i=void 0;$.default=["fr-GA",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","franc CFA (BEAC)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/94983.f353860ab8a7e0373903.js.LICENSE.txt b/dist/apps/processing-runtime-widget/94983.f353860ab8a7e0373903.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/94983.f353860ab8a7e0373903.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95095.048c17a2a8e8d6412d8e.js b/dist/apps/processing-runtime-widget/95095.048c17a2a8e8d6412d8e.js new file mode 100644 index 0000000..e0a2a2b --- /dev/null +++ b/dist/apps/processing-runtime-widget/95095.048c17a2a8e8d6412d8e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95095],{95095:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95170.348930667e4b75ff1cf6.js b/dist/apps/processing-runtime-widget/95170.348930667e4b75ff1cf6.js new file mode 100644 index 0000000..bd4ef35 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95170.348930667e4b75ff1cf6.js @@ -0,0 +1,2 @@ +/*! For license information please see 95170.348930667e4b75ff1cf6.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95170],{95170:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-MZ",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MZN","MTn","metical moçambicano",{AUD:["AU$","$"],BYN:[t,"р."],JPY:["JP¥","¥"],MZN:["MTn"],PHP:[t,"₱"],PTE:["​"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95170.348930667e4b75ff1cf6.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95170.348930667e4b75ff1cf6.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95170.348930667e4b75ff1cf6.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95171.49e8bbb73f414f63f6eb.js b/dist/apps/processing-runtime-widget/95171.49e8bbb73f414f63f6eb.js new file mode 100644 index 0000000..dc440ec --- /dev/null +++ b/dist/apps/processing-runtime-widget/95171.49e8bbb73f414f63f6eb.js @@ -0,0 +1,2 @@ +/*! For license information please see 95171.49e8bbb73f414f63f6eb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95171],{95171:function(e,o,i){i.r(o);const M=void 0;o.default=["ceb",[["a","p"],["AM","PM"],M],[["AM","PM"],M,M],[["D","L","M","M","H","B","S"],["Dom","Lun","Mar","Miy","Huw","Biy","Sab"],["Domingo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],["Dom","Lun","Mar","Miy","Huw","Biy","Sab"]],M,[["E","P","M","A","M","H","H","A","S","O","N","D"],["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]],M,[["BC","AD"],M,["Sa Wala Pa Si Kristo","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",M,"{1} 'sa' {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"PHP","₱","Philippine Piso",{JPY:["JP¥","¥"],USD:["US $","$"]},"ltr",function(e){const o=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length,M=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===i&&(1===o||2===o||3===o)||0===i&&o%10!=4&&o%10!=6&&o%10!=9||0!==i&&M%10!=4&&M%10!=6&&M%10!=9?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95171.49e8bbb73f414f63f6eb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95171.49e8bbb73f414f63f6eb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95171.49e8bbb73f414f63f6eb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95198.97854bbaf6108e30a24a.js b/dist/apps/processing-runtime-widget/95198.97854bbaf6108e30a24a.js new file mode 100644 index 0000000..c4ea516 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95198.97854bbaf6108e30a24a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95198],{95198:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95255.99caaf49e964dd3d79c3.js b/dist/apps/processing-runtime-widget/95255.99caaf49e964dd3d79c3.js new file mode 100644 index 0000000..2627eb2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95255.99caaf49e964dd3d79c3.js @@ -0,0 +1,2 @@ +/*! For license information please see 95255.99caaf49e964dd3d79c3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95255],{95255:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95255.99caaf49e964dd3d79c3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95255.99caaf49e964dd3d79c3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95255.99caaf49e964dd3d79c3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95545.2d8eef33af565ab24148.js b/dist/apps/processing-runtime-widget/95545.2d8eef33af565ab24148.js new file mode 100644 index 0000000..46c47b2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95545.2d8eef33af565ab24148.js @@ -0,0 +1,2 @@ +/*! For license information please see 95545.2d8eef33af565ab24148.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95545],{95545:function(a,i,s){s.r(i);const e=void 0;i.default=["sw-KE",[["am","pm"],["AM","PM"],e],[["AM","PM"],e,e],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],e,e],e,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],e,[["KK","BK"],e,["Kabla ya Kristo","Baada ya Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"KES","Ksh","Shilingi ya Kenya",{BYN:[e,"р."],JPY:["JP¥","¥"],KES:["Ksh"],PHP:[e,"₱"],THB:["฿"],TWD:["NT$"],TZS:["TSh"]},"ltr",function(a){const i=Math.floor(Math.abs(a)),s=a.toString().replace(/^[^.]*\.?/,"").length;return 1===i&&0===s?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95545.2d8eef33af565ab24148.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95545.2d8eef33af565ab24148.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95545.2d8eef33af565ab24148.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9556.1afdc0d213a7399738c9.js b/dist/apps/processing-runtime-widget/9556.1afdc0d213a7399738c9.js new file mode 100644 index 0000000..83f8d47 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9556.1afdc0d213a7399738c9.js @@ -0,0 +1,2 @@ +/*! For license information please see 9556.1afdc0d213a7399738c9.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9556],{9556:function(a,A,e){e.r(A);const i=void 0;A.default=["khq",[["Adduha","Aluula"],i,i],i,[["H","T","T","L","L","L","S"],["Alh","Ati","Ata","Ala","Alm","Alj","Ass"],["Alhadi","Atini","Atalata","Alarba","Alhamiisa","Aljuma","Assabdu"],["Alh","Ati","Ata","Ala","Alm","Alj","Ass"]],i,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],i,[["IJ","IZ"],i,["Isaa jine","Isaa jamanoo"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",i,i,i],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"XOF","F CFA","CFA Fraŋ (BCEAO)",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9556.1afdc0d213a7399738c9.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9556.1afdc0d213a7399738c9.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9556.1afdc0d213a7399738c9.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95588.ee361fa6adc3764a6ee7.js b/dist/apps/processing-runtime-widget/95588.ee361fa6adc3764a6ee7.js new file mode 100644 index 0000000..81184b5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95588.ee361fa6adc3764a6ee7.js @@ -0,0 +1,2 @@ +/*! For license information please see 95588.ee361fa6adc3764a6ee7.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95588],{95588:function(e,$,r){r.r($);const s=void 0;$.default=["fr-CH",[["AM","PM"],s,s],s,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],s,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],s,[["av. J.-C.","ap. J.-C."],s,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH.mm:ss 'h' zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",s],[","," ",";","%","+","-","E","×","‰","∞","NaN",":","."],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CHF","CHF","franc suisse",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[s,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[s,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[s,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[s,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[s,"¥"],KMF:[s,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[s,"$C"],NZD:["$NZ","$"],PHP:[s,"₱"],RHD:["$RH"],RON:[s,"L"],RWF:[s,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[s,"$T"],TTD:["$TT","$"],TWD:[s,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[s,"$"],XPF:["FCFP"],ZMW:[s,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,s=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===s&&0!==$&&$%1e6==0&&0===r||!(s>=0&&s<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95588.ee361fa6adc3764a6ee7.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95588.ee361fa6adc3764a6ee7.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95588.ee361fa6adc3764a6ee7.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95747.e337c607ec40de953eb1.js b/dist/apps/processing-runtime-widget/95747.e337c607ec40de953eb1.js new file mode 100644 index 0000000..82fcf81 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95747.e337c607ec40de953eb1.js @@ -0,0 +1,2 @@ +/*! For license information please see 95747.e337c607ec40de953eb1.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95747],{95747:function(n,s,i){i.r(s);const t=void 0;s.default=["mas-TZ",[["Ɛnkakɛnyá","Ɛndámâ"],t,t],t,[["2","3","4","5","6","7","1"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapílí","Jumatátu","Jumane","Jumatánɔ","Alaámisi","Jumáa","Jumamósi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],t,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Dal","Ará","Ɔɛn","Doy","Lép","Rok","Sás","Bɔ́r","Kús","Gís","Shʉ́","Ntʉ́"],["Oladalʉ́","Arát","Ɔɛnɨ́ɔɨŋɔk","Olodoyíóríê inkókúâ","Oloilépūnyīē inkókúâ","Kújúɔrɔk","Mórusásin","Ɔlɔ́ɨ́bɔ́rárɛ","Kúshîn","Olgísan","Pʉshʉ́ka","Ntʉ́ŋʉ́s"]],t,[["MY","EY"],t,["Meínō Yɛ́sʉ","Eínō Yɛ́sʉ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TZS","TSh","Iropiyianí e Tanzania",{JPY:["JP¥","¥"],KES:["Ksh"],TZS:["TSh"],USD:["US$","$"]},"ltr",function(n){return 1===n?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95747.e337c607ec40de953eb1.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95747.e337c607ec40de953eb1.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95747.e337c607ec40de953eb1.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95825.f99455b8b14fa93f5bbe.js b/dist/apps/processing-runtime-widget/95825.f99455b8b14fa93f5bbe.js new file mode 100644 index 0000000..6f7c8b4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/95825.f99455b8b14fa93f5bbe.js @@ -0,0 +1,2 @@ +/*! For license information please see 95825.f99455b8b14fa93f5bbe.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95825],{95825:function(s,M,t){t.r(M);const u=void 0;M.default=["gu",[["AM","PM"],u,u],u,[["ર","સો","મં","બુ","ગુ","શુ","શ"],["રવિ","સોમ","મંગળ","બુધ","ગુરુ","શુક્ર","શનિ"],["રવિવાર","સોમવાર","મંગળવાર","બુધવાર","ગુરુવાર","શુક્રવાર","શનિવાર"],["ર","સો","મં","બુ","ગુ","શુ","શ"]],u,[["જા","ફે","મા","એ","મે","જૂ","જુ","ઑ","સ","ઑ","ન","ડિ"],["જાન્યુ","ફેબ્રુ","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટે","ઑક્ટો","નવે","ડિસે"],["જાન્યુઆરી","ફેબ્રુઆરી","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટેમ્બર","ઑક્ટોબર","નવેમ્બર","ડિસેમ્બર"]],u,[["ઇ સ પુ","ઇસ"],["ઈ.સ.પૂર્વે","ઈ.સ."],["ઈસવીસન પૂર્વે","ઇસવીસન"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["hh:mm a","hh:mm:ss a","hh:mm:ss a z","hh:mm:ss a zzzz"],["{1} {0}",u,"{1} એ {0} વાગ્યે",u],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","[#E0]"],"INR","₹","ભારતીય રૂપિયા",{BYN:[u,"р."],JPY:["JP¥","¥"],MUR:[u,"રૂ."],PHP:[u,"₱"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(s){const M=s;return 0===Math.floor(Math.abs(s))||1===M?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95825.f99455b8b14fa93f5bbe.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95825.f99455b8b14fa93f5bbe.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95825.f99455b8b14fa93f5bbe.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/95969.0ecd050728821f4ca17c.js b/dist/apps/processing-runtime-widget/95969.0ecd050728821f4ca17c.js new file mode 100644 index 0000000..c54752f --- /dev/null +++ b/dist/apps/processing-runtime-widget/95969.0ecd050728821f4ca17c.js @@ -0,0 +1,2 @@ +/*! For license information please see 95969.0ecd050728821f4ca17c.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[95969],{95969:function(t,s,M){M.r(s);const e=void 0;s.default=["sr-Cyrl-XK",[["AM","PM"],e,e],[["a","p"],["AM","PM"],e],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недеља","понедељак","уторак","среда","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],e,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","март","апр","мај","јун","јул","авг","септ","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],e,[["п.н.е.","н.е."],["п. н. е.","н. е."],["пре нове ере","нове ере"]],1,[6,0],["d.M.yy.","d. M. y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",e,e,e],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"EUR","€","Евро",{AUD:[e,"$"],BAM:["КМ","KM"],BYN:[e,"р."],GEL:[e,"ლ"],KRW:[e,"₩"],NZD:[e,"$"],PHP:[e,"₱"],TWD:["NT$"],USD:["US$","$"],VND:[e,"₫"]},"ltr",function(t){const s=Math.floor(Math.abs(t)),M=t.toString().replace(/^[^.]*\.?/,"").length,e=parseInt(t.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===M&&s%10==1&&s%100!=11||e%10==1&&e%100!=11?1:0===M&&s%10===Math.floor(s%10)&&s%10>=2&&s%10<=4&&!(s%100>=12&&s%100<=14)||e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/95969.0ecd050728821f4ca17c.js.LICENSE.txt b/dist/apps/processing-runtime-widget/95969.0ecd050728821f4ca17c.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/95969.0ecd050728821f4ca17c.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96119.663ea9c4286e5e243139.js b/dist/apps/processing-runtime-widget/96119.663ea9c4286e5e243139.js new file mode 100644 index 0000000..0bd8950 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96119.663ea9c4286e5e243139.js @@ -0,0 +1,2 @@ +/*! For license information please see 96119.663ea9c4286e5e243139.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96119],{96119:function(e,a,o){o.r(a);const t=void 0;a.default=["pt-CV",[["a.m.","p.m."],t,["da manhã","da tarde"]],[["a.m.","p.m."],t,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],t,[["a.C.","d.C."],t,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",t,"{1} 'às' {0}",t],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CVE","​","escudo cabo-verdiano",{AUD:["AU$","$"],BYN:[t,"р."],CVE:["​"],JPY:["JP¥","¥"],PHP:[t,"₱"],RON:[t,"L"],THB:["฿"],TWD:["NT$"],USD:["US$","$"]},"ltr",function(e){const a=Math.floor(Math.abs(e)),o=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return a===Math.floor(a)&&a>=0&&a<=1?1:0===t&&0!==a&&a%1e6==0&&0===o||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96119.663ea9c4286e5e243139.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96119.663ea9c4286e5e243139.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96119.663ea9c4286e5e243139.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96190.cb922495eb8840c0b203.js b/dist/apps/processing-runtime-widget/96190.cb922495eb8840c0b203.js new file mode 100644 index 0000000..f9a3b45 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96190.cb922495eb8840c0b203.js @@ -0,0 +1,2 @@ +/*! For license information please see 96190.cb922495eb8840c0b203.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96190],{96190:function(s,c,n){n.r(c);const d=void 0;c.default=[[["middernacht","’s ochtends","’s middags","’s avonds","’s nachts"],d,d],[["middernacht","ochtend","middag","avond","nacht"],d,d],["00:00",["06:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96190.cb922495eb8840c0b203.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96190.cb922495eb8840c0b203.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96190.cb922495eb8840c0b203.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/9624.062b525c639ef7466b89.js b/dist/apps/processing-runtime-widget/9624.062b525c639ef7466b89.js new file mode 100644 index 0000000..9dc5c5e --- /dev/null +++ b/dist/apps/processing-runtime-widget/9624.062b525c639ef7466b89.js @@ -0,0 +1,2 @@ +/*! For license information please see 9624.062b525c639ef7466b89.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9624],{9624:function(e,u,a){a.r(u);const n=void 0;u.default=["en-SX",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ANG","NAf.","Netherlands Antillean Guilder",{ANG:["NAf."],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(e){const u=Math.floor(Math.abs(e)),a=e.toString().replace(/^[^.]*\.?/,"").length;return 1===u&&0===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9624.062b525c639ef7466b89.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9624.062b525c639ef7466b89.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9624.062b525c639ef7466b89.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96386.42e22310006bf91e4fb3.js b/dist/apps/processing-runtime-widget/96386.42e22310006bf91e4fb3.js new file mode 100644 index 0000000..cf43998 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96386.42e22310006bf91e4fb3.js @@ -0,0 +1,2 @@ +/*! For license information please see 96386.42e22310006bf91e4fb3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96386],{96386:function(e,$,r){r.r($);const i=void 0;$.default=["fr-CF",[["AM","PM"],i,i],i,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],i,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],i,[["av. J.-C.","ap. J.-C."],i,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",i],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"XAF","FCFA","franc CFA (BEAC)",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[i,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[i,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[i,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[i,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[i,"¥"],KMF:[i,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[i,"$C"],NZD:["$NZ","$"],PHP:[i,"₱"],RHD:["$RH"],RON:[i,"L"],RWF:[i,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[i,"$T"],TTD:["$TT","$"],TWD:[i,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[i,"$"],XPF:["FCFP"],ZMW:[i,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===i&&0!==$&&$%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96386.42e22310006bf91e4fb3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96386.42e22310006bf91e4fb3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96386.42e22310006bf91e4fb3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96402.2d462ccf9197e690534f.js b/dist/apps/processing-runtime-widget/96402.2d462ccf9197e690534f.js new file mode 100644 index 0000000..f976dee --- /dev/null +++ b/dist/apps/processing-runtime-widget/96402.2d462ccf9197e690534f.js @@ -0,0 +1,2 @@ +/*! For license information please see 96402.2d462ccf9197e690534f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96402],{96402:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96402.2d462ccf9197e690534f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96402.2d462ccf9197e690534f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96402.2d462ccf9197e690534f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96478.16a87ead4389c75072d2.js b/dist/apps/processing-runtime-widget/96478.16a87ead4389c75072d2.js new file mode 100644 index 0000000..5872c84 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96478.16a87ead4389c75072d2.js @@ -0,0 +1,2 @@ +/*! For license information please see 96478.16a87ead4389c75072d2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96478],{96478:function(i,a,t){t.r(a);const s=void 0;a.default=["guz",[["Ma","Mo"],s,["Mambia","Mog"]],[["Ma","Mo"],s,s],[["C","C","C","C","A","I","E"],["Cpr","Ctt","Cmn","Cmt","Ars","Icm","Est"],["Chumapiri","Chumatato","Chumaine","Chumatano","Aramisi","Ichuma","Esabato"],["Cpr","Ctt","Cmn","Cmt","Ars","Icm","Est"]],s,[["C","F","M","A","M","J","C","A","S","O","N","D"],["Can","Feb","Mac","Apr","Mei","Jun","Cul","Agt","Sep","Okt","Nob","Dis"],["Chanuari","Feburari","Machi","Apiriri","Mei","Juni","Chulai","Agosti","Septemba","Okitoba","Nobemba","Disemba"]],s,[["YA","YK"],s,["Yeso ataiborwa","Yeso kaiboirwe"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",s,s,s],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Shilingi ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(i){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96478.16a87ead4389c75072d2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96478.16a87ead4389c75072d2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96478.16a87ead4389c75072d2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96534.59b898927aae2c87e4bb.js b/dist/apps/processing-runtime-widget/96534.59b898927aae2c87e4bb.js new file mode 100644 index 0000000..11d1938 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96534.59b898927aae2c87e4bb.js @@ -0,0 +1,2 @@ +/*! For license information please see 96534.59b898927aae2c87e4bb.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96534],{96534:function(i,e,r){r.r(e);const u=void 0;e.default=["fur",[["a.","p."],u,u],u,[["D","L","M","M","J","V","S"],["dom","lun","mar","mie","joi","vin","sab"],["domenie","lunis","martars","miercus","joibe","vinars","sabide"],["dom","lun","mar","mie","joi","vin","sab"]],u,[["Z","F","M","A","M","J","L","A","S","O","N","D"],["Zen","Fev","Mar","Avr","Mai","Jug","Lui","Avo","Set","Otu","Nov","Dic"],["Zenâr","Fevrâr","Març","Avrîl","Mai","Jugn","Lui","Avost","Setembar","Otubar","Novembar","Dicembar"]],u,[["pdC","ddC"],u,u],1,[6,0],["dd/MM/yy","dd/MM/y","d 'di' MMMM 'dal' y","EEEE d 'di' MMMM 'dal' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",u,u,u],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"EUR","€","euro",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(i){return 1===i?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96534.59b898927aae2c87e4bb.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96534.59b898927aae2c87e4bb.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96534.59b898927aae2c87e4bb.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96588.4738bfaf7cdcd051cd22.js b/dist/apps/processing-runtime-widget/96588.4738bfaf7cdcd051cd22.js new file mode 100644 index 0000000..575976b --- /dev/null +++ b/dist/apps/processing-runtime-widget/96588.4738bfaf7cdcd051cd22.js @@ -0,0 +1,2 @@ +/*! For license information please see 96588.4738bfaf7cdcd051cd22.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96588],{96588:function(a,i,s){s.r(i);const d=void 0;i.default=["so-KE",[["h","d"],["GH","GD"],d],[["AM","GD"],d,["GH","GD"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"]],[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tldo","Arbc","Khms","Jmc","Sbti"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tldo","Arbaco","Khms","Jmc","Sbti"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["J","F","M","A","M","J","L","O","S","O","N","D"],["Jan","Feb","Mar","Abr","May","Jun","Lul","Ogs","Seb","Okt","Nof","Dis"],["Jannaayo","Febraayo","Maarso","Abriil","May","Juun","Luuliyo","Ogost","Sebtembar","Oktoobar","Nofembar","Desembar"]],[["B","A"],["BC","AD"],["Ciise Hortii","Ciise Dabadii"]],0,[6,0],["dd/MM/yy","dd-MMM-y","MMMM d, y","EEEE, MMMM d, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'ee' {0}",d,d],[".",",",";","%","+","-","E","×","‰","∞","MaL",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Shilingka Kenya",{BBD:["DBB","$"],JPY:["JP¥","¥"],KES:["Ksh"],SOS:["S"],USD:["US$","$"]},"ltr",function(a){return 1===a?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96588.4738bfaf7cdcd051cd22.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96588.4738bfaf7cdcd051cd22.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96588.4738bfaf7cdcd051cd22.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/96657.e86d1c0138a73d9e39b4.js b/dist/apps/processing-runtime-widget/96657.e86d1c0138a73d9e39b4.js new file mode 100644 index 0000000..e0882d4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96657.e86d1c0138a73d9e39b4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96657],{96657:function(t,n,e){e.r(n);n.default=[[["midn.","på morg.","på förm.","på efterm.","på kvällen","på natten"],["midnatt","på morg.","på förm.","på efterm.","på kvällen","på natten"],["midnatt","på morgonen","på förmiddagen","på eftermiddagen","på kvällen","på natten"]],[["midn.","morg.","förm.","efterm.","kväll","natt"],["midnatt","morgon","förm.","efterm.","kväll","natt"],["midnatt","morgon","förmiddag","eftermiddag","kväll","natt"]],["00:00",["05:00","10:00"],["10:00","12:00"],["12:00","18:00"],["18:00","24:00"],["00:00","05:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96670.6fb8edacb89ebd9b2c2c.js b/dist/apps/processing-runtime-widget/96670.6fb8edacb89ebd9b2c2c.js new file mode 100644 index 0000000..088d3b4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96670.6fb8edacb89ebd9b2c2c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96670],{96670:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96850.b35e42a93a9279384b4e.js b/dist/apps/processing-runtime-widget/96850.b35e42a93a9279384b4e.js new file mode 100644 index 0000000..72ba4d6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/96850.b35e42a93a9279384b4e.js @@ -0,0 +1,2 @@ +/*! For license information please see 96850.b35e42a93a9279384b4e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[96850],{96850:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/96850.b35e42a93a9279384b4e.js.LICENSE.txt b/dist/apps/processing-runtime-widget/96850.b35e42a93a9279384b4e.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/96850.b35e42a93a9279384b4e.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97006.4f645ec10df574af9285.js b/dist/apps/processing-runtime-widget/97006.4f645ec10df574af9285.js new file mode 100644 index 0000000..1236a84 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97006.4f645ec10df574af9285.js @@ -0,0 +1,2 @@ +/*! For license information please see 97006.4f645ec10df574af9285.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97006],{97006:function(a,e,u){u.r(e);const n=void 0;e.default=["en-GM",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GMD","D","Gambian Dalasi",{GMD:["D"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97006.4f645ec10df574af9285.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97006.4f645ec10df574af9285.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97006.4f645ec10df574af9285.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97020.38ad3ca01cb3c349f8d0.js b/dist/apps/processing-runtime-widget/97020.38ad3ca01cb3c349f8d0.js new file mode 100644 index 0000000..c048015 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97020.38ad3ca01cb3c349f8d0.js @@ -0,0 +1,2 @@ +/*! For license information please see 97020.38ad3ca01cb3c349f8d0.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97020],{97020:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97020.38ad3ca01cb3c349f8d0.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97020.38ad3ca01cb3c349f8d0.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97020.38ad3ca01cb3c349f8d0.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97056.97b40b4c762eae256068.js b/dist/apps/processing-runtime-widget/97056.97b40b4c762eae256068.js new file mode 100644 index 0000000..8bfa83b --- /dev/null +++ b/dist/apps/processing-runtime-widget/97056.97b40b4c762eae256068.js @@ -0,0 +1,2 @@ +/*! For license information please see 97056.97b40b4c762eae256068.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97056],{97056:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97056.97b40b4c762eae256068.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97056.97b40b4c762eae256068.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97056.97b40b4c762eae256068.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97067.eb8d7b02463e61a85d15.js b/dist/apps/processing-runtime-widget/97067.eb8d7b02463e61a85d15.js new file mode 100644 index 0000000..36a0fe7 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97067.eb8d7b02463e61a85d15.js @@ -0,0 +1,2 @@ +/*! For license information please see 97067.eb8d7b02463e61a85d15.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97067],{97067:function(e,s,o){o.r(s);const r=void 0;s.default=["es-IC",[["a. m.","p. m."],r,r],r,[["D","L","M","X","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],r,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1}, {0}",r,r,r],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],EGP:[],ESP:["₧"],GBP:[r,"£"],HKD:[r,"$"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],THB:["฿"],TWD:[r,"NT$"],USD:["US$","$"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,t=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===t&&0!==o&&o%1e6==0&&0===r||!(t>=0&&t<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97067.eb8d7b02463e61a85d15.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97067.eb8d7b02463e61a85d15.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97067.eb8d7b02463e61a85d15.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97124.a4f860f294bc51c0d44f.js b/dist/apps/processing-runtime-widget/97124.a4f860f294bc51c0d44f.js new file mode 100644 index 0000000..79ff9ad --- /dev/null +++ b/dist/apps/processing-runtime-widget/97124.a4f860f294bc51c0d44f.js @@ -0,0 +1,2 @@ +/*! For license information please see 97124.a4f860f294bc51c0d44f.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97124],{97124:function(D,$,M){M.r($);const B=void 0;$.default=["ar-SA",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","٪","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"SAR","ر.س.‏","ريال سعودي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97124.a4f860f294bc51c0d44f.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97124.a4f860f294bc51c0d44f.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97124.a4f860f294bc51c0d44f.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97182.1be8df99709bbaf13c7d.js b/dist/apps/processing-runtime-widget/97182.1be8df99709bbaf13c7d.js new file mode 100644 index 0000000..1393763 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97182.1be8df99709bbaf13c7d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97182],{97182:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97194.9afa9e510fdf484ac5a3.js b/dist/apps/processing-runtime-widget/97194.9afa9e510fdf484ac5a3.js new file mode 100644 index 0000000..b757547 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97194.9afa9e510fdf484ac5a3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97194],{97194:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9720.f373b9b17fa0e4120a98.js b/dist/apps/processing-runtime-widget/9720.f373b9b17fa0e4120a98.js new file mode 100644 index 0000000..5e1a7a6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/9720.f373b9b17fa0e4120a98.js @@ -0,0 +1,2 @@ +/*! For license information please see 9720.f373b9b17fa0e4120a98.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[9720],{9720:function(e,$,r){r.r($);const a=void 0;$.default=["fr-MG",[["AM","PM"],a,a],a,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],a,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],a,[["av. J.-C.","ap. J.-C."],a,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",a],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MGA","Ar","ariary malgache",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[a,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[a,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[a,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[a,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[a,"¥"],KMF:[a,"FC"],LBP:["£LB","£L"],MGA:["Ar"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[a,"$C"],NZD:["$NZ","$"],PHP:[a,"₱"],RHD:["$RH"],RON:[a,"L"],RWF:[a,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[a,"$T"],TTD:["$TT","$"],TWD:[a,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[a,"$"],XPF:["FCFP"],ZMW:[a,"Kw"]},"ltr",function(e){const $=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 0===$||1===$?1:0===a&&0!==$&&$%1e6==0&&0===r||!(a>=0&&a<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/9720.f373b9b17fa0e4120a98.js.LICENSE.txt b/dist/apps/processing-runtime-widget/9720.f373b9b17fa0e4120a98.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/9720.f373b9b17fa0e4120a98.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97211.08ae4956e9cb914a69b4.js b/dist/apps/processing-runtime-widget/97211.08ae4956e9cb914a69b4.js new file mode 100644 index 0000000..c38ab53 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97211.08ae4956e9cb914a69b4.js @@ -0,0 +1,2 @@ +/*! For license information please see 97211.08ae4956e9cb914a69b4.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97211],{97211:function(D,$,M){M.r($);const B=void 0;$.default=["ar",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"EGP","ج.م.‏","جنيه مصري",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97211.08ae4956e9cb914a69b4.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97211.08ae4956e9cb914a69b4.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97211.08ae4956e9cb914a69b4.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97344.bf267be8b8a8ea537ada.js b/dist/apps/processing-runtime-widget/97344.bf267be8b8a8ea537ada.js new file mode 100644 index 0000000..8e9f7b5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97344.bf267be8b8a8ea537ada.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97344],{97344:function(e,t,n){n.r(t),n.d(t,{FORMLY_CONFIG:function(){return A},Field:function(){return z},FieldArrayType:function(){return Z},FieldType:function(){return Q},FieldWrapper:function(){return Y},FormlyAttributes:function(){return L},FormlyConfig:function(){return D},FormlyField:function(){return B},FormlyForm:function(){return q},FormlyFormBuilder:function(){return G},FormlyModule:function(){return ie},"ɵa":function(){return oe},"ɵb":function(){return J},"ɵc":function(){return U},"ɵclone":function(){return j},"ɵd":function(){return K},"ɵdefineHiddenProp":function(){return R},"ɵe":function(){return re},"ɵf":function(){return te},"ɵg":function(){return ne},"ɵgetFieldInitialValue":function(){return _},"ɵh":function(){return ee},"ɵreverseDeepMerge":function(){return O},"ɵwrapProperty":function(){return I}});var r=n(80179),o=n(40761),i=n(15813),s=n(76063),a=n(24219),l=n(89754),p=n(58156),u=["content"];function f(e,t){if(1&e&&o["ɵɵelement"](0,"formly-field",2),2&e){var n=t.$implicit;o["ɵɵproperty"]("form",n.form)("options",n.options)("model",n.model)("field",n)}}var c=["*"],d=["container"];function h(e,t){}var m=["fieldComponent"];function y(e,t){if(1&e&&o["ɵɵelement"](0,"formly-field",1),2&e){var n=t.$implicit;o["ɵɵproperty"]("field",n)}}function g(e,t,n){if(t.id)return t.id;var r=t.type;return!r&&t.template&&(r="template"),[e,r,t.key,n].join("_")}function v(e){if(!e.key)return[];if(!e._keyPath||e._keyPath.key!==e.key){var t=[];if("string"==typeof e.key){var n=-1===e.key.indexOf("[")?e.key:e.key.replace(/\[(\w+)\]/g,".$1");t=-1!==n.indexOf(".")?n.split("."):[n]}else t=Array.isArray(e.key)?e.key.slice(0):[""+e.key];e._keyPath={key:e.key,path:t}}return e._keyPath.path.slice(0)}var b=["required","pattern","minLength","maxLength","min","max"];function C(e,t){var n=v(e);if(0!==n.length){for(var r=e;r.parent;)r=r.parent,n=(0,p.__spread)(v(r),n);if(void 0===t&&e.resetOnHide){var o=n.pop();delete n.reduce((function(e,t){return e[t]||{}}),r.model)[o]}else!function(e,t,n){for(var r=0;r0&&(o=r.valueChanges.pipe((0,s.debounceTime)(u.default))),n.modelChangeSubs.push(o.subscribe((function(o){r instanceof a.FormControl&&r._fields&&r._fields.length>1&&r.patchValue(o,{emitEvent:!1,onlySelf:!0}),e.parsers&&e.parsers.length>0&&e.parsers.forEach((function(e){return o=e(o)})),n.changeModel({key:(0,p.__spread)(t,v(e)).join("."),value:o,field:e})})));var f=r.valueChanges.observers;f&&f.length>1&&f.unshift(f.pop())}e.fieldGroup&&e.fieldGroup.length>0&&n.trackModelChanges(e.fieldGroup,e.key?(0,p.__spread)(t,v(e)):t)}))},e.prototype.clearModelSubscriptions=function(){this.modelChangeSubs.forEach((function(e){return e.unsubscribe()})),this.modelChangeSubs=[]},Object.defineProperty(e.prototype,"field",{get:function(){return this.fields&&this.fields[0]&&this.fields[0].parent},enumerable:!0,configurable:!0}),e.ctorParameters=function(){return[{type:G},{type:D},{type:o.NgZone},{type:void 0,decorators:[{type:o.Attribute,args:["immutable"]}]},{type:a.FormGroupDirective,decorators:[{type:o.Optional}]}]},e.propDecorators={form:[{type:o.Input}],model:[{type:o.Input}],fields:[{type:o.Input}],options:[{type:o.Input}],modelChange:[{type:o.Output}],content:[{type:o.ViewChild,args:["content"]}]},e.ɵfac=function(t){return new(t||e)(o["ɵɵdirectiveInject"](G),o["ɵɵdirectiveInject"](D),o["ɵɵdirectiveInject"](o.NgZone),o["ɵɵinjectAttribute"]("immutable"),o["ɵɵdirectiveInject"](a.FormGroupDirective,8))},e.ɵcmp=o["ɵɵdefineComponent"]({type:e,selectors:[["formly-form"]],viewQuery:function(e,t){var n;(1&e&&o["ɵɵviewQuery"](u,5),2&e)&&(o["ɵɵqueryRefresh"](n=o["ɵɵloadQuery"]())&&(t.content=n.first))},inputs:{model:"model",fields:"fields",options:"options",form:"form"},outputs:{modelChange:"modelChange"},features:[o["ɵɵProvidersFeature"]([G]),o["ɵɵNgOnChangesFeature"]],ngContentSelectors:c,decls:4,vars:1,consts:[["hide-deprecation","",3,"form","options","model","field",4,"ngFor","ngForOf"],["content",""],["hide-deprecation","",3,"form","options","model","field"]],template:function(e,t){1&e&&(o["ɵɵprojectionDef"](),o["ɵɵtemplate"](0,f,1,4,"formly-field",0),o["ɵɵelementContainerStart"](1,null,1),o["ɵɵprojection"](3),o["ɵɵelementContainerEnd"]()),2&e&&o["ɵɵproperty"]("ngForOf",t.fields)},dependencies:function(){return[r.NgForOf,B]},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&o["ɵsetClassMetadata"](e,[{type:o.Component,args:[{selector:"formly-form",template:'\n \n \n \n \n \n ',providers:[G]}]}],(function(){return[{type:G},{type:D},{type:o.NgZone},{type:void 0,decorators:[{type:o.Attribute,args:["immutable"]}]},{type:a.FormGroupDirective,decorators:[{type:o.Optional}]}]}),{modelChange:[{type:o.Output}],model:[{type:o.Input}],fields:[{type:o.Input}],options:[{type:o.Input}],content:[{type:o.ViewChild,args:["content"]}],form:[{type:o.Input}]}),e}(),B=function(){function e(e,t,n,r,i){this.formlyConfig=e,this.renderer=t,this.resolver=n,this.elementRef=r,this.warnDeprecation=!1,this.modelChange=new o.EventEmitter,this.hostObservers=[],this.componentRefs=[],this.hooksObservers=[],this.warnDeprecation=null===i}return Object.defineProperty(e.prototype,"model",{set:function(e){this.warnDeprecation&&console.warn("NgxFormly: passing 'model' input to '"+this.constructor.name+"' component is not required anymore, you may remove it!")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"form",{set:function(e){this.warnDeprecation&&console.warn("NgxFormly: passing 'form' input to '"+this.constructor.name+"' component is not required anymore, you may remove it!")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"options",{set:function(e){this.warnDeprecation&&console.warn("NgxFormly: passing 'options' input to '"+this.constructor.name+"' component is not required anymore, you may remove it!")},enumerable:!0,configurable:!0}),e.prototype.ngAfterContentInit=function(){this.triggerHook("afterContentInit")},e.prototype.ngAfterContentChecked=function(){this.triggerHook("afterContentChecked")},e.prototype.ngAfterViewInit=function(){this.triggerHook("afterViewInit")},e.prototype.ngAfterViewChecked=function(){this.triggerHook("afterViewChecked")},e.prototype.ngDoCheck=function(){this.triggerHook("doCheck")},e.prototype.ngOnInit=function(){this.triggerHook("onInit")},e.prototype.ngOnChanges=function(e){this.triggerHook("onChanges",e)},e.prototype.ngOnDestroy=function(){this.resetRefs(this.field),this.hostObservers.forEach((function(e){return e()})),this.hooksObservers.forEach((function(e){return e()})),this.triggerHook("onDestroy")},e.prototype.renderField=function(e,t,n){var r=this;if(void 0===n&&(n=[]),this.containerRef===e&&(this.resetRefs(this.field),this.containerRef.clear(),n=this.field?this.field.wrappers:[]),n&&n.length>0){var o=(0,p.__read)(n),i=o[0],s=o.slice(1),a=this.formlyConfig.getWrapper(i).component,l=e.createComponent(this.resolver.resolveComponentFactory(a));this.attachComponentRef(l,t),I(l.instance,"fieldComponent",(function(e){var n=e.firstChange,o=e.previousValue,i=e.currentValue;if(i){var a=o?o.detach():null;a&&!a.destroyed?i.insert(a):r.renderField(i,t,s),!n&&l.changeDetectorRef.detectChanges()}}))}else if(t&&t.type){a=this.formlyConfig.getType(t.type).component;var u=e.createComponent(this.resolver.resolveComponentFactory(a));this.attachComponentRef(u,t)}},e.prototype.triggerHook=function(e,t){if(this.field&&this.field.hooks&&this.field.hooks[e]&&(!t||t.field)){var n=this.field.hooks[e](this.field);if((0,l.isObservable)(n)&&-1!==["onInit","afterContentInit","afterViewInit"].indexOf(e)){var r=n.subscribe();this.hooksObservers.push((function(){return r.unsubscribe()}))}}this.field&&this.field.lifecycle&&this.field.lifecycle[e]&&this.field.lifecycle[e](this.field.form,this.field,this.field.model,this.field.options),"onChanges"===e&&t.field&&(this.resetRefs(t.field.previousValue),this.render())},e.prototype.attachComponentRef=function(e,t){this.componentRefs.push(e),t._componentRefs.push(e),Object.assign(e.instance,{field:t})},e.prototype.render=function(){var e=this;this.field&&(this.hostObservers.forEach((function(e){return e()})),this.hostObservers=[I(this.field,"hide",(function(t){var n=t.firstChange,r=t.currentValue;e.formlyConfig.extras.lazyRender?r?e.containerRef.clear():e.renderField(e.containerRef,e.field):(n&&e.renderField(e.containerRef,e.field),(!n||n&&r)&&e.renderer.setStyle(e.elementRef.nativeElement,"display",r?"none":""))})),I(this.field,"className",(function(t){var n=t.firstChange,r=t.currentValue;(!n||n&&r)&&e.renderer.setAttribute(e.elementRef.nativeElement,"class",r)}))])},e.prototype.resetRefs=function(e){var t=this;e&&(e._componentRefs?e._componentRefs=e._componentRefs.filter((function(e){return-1===t.componentRefs.indexOf(e)})):R(this.field,"_componentRefs",[])),this.componentRefs=[]},e.ctorParameters=function(){return[{type:D},{type:o.Renderer2},{type:o.ComponentFactoryResolver},{type:o.ElementRef},{type:void 0,decorators:[{type:o.Attribute,args:["hide-deprecation"]}]}]},e.propDecorators={field:[{type:o.Input}],model:[{type:o.Input}],form:[{type:o.Input}],options:[{type:o.Input}],modelChange:[{type:o.Output}],containerRef:[{type:o.ViewChild,args:["container",{read:o.ViewContainerRef,static:!0}]}]},e.ɵfac=function(t){return new(t||e)(o["ɵɵdirectiveInject"](D),o["ɵɵdirectiveInject"](o.Renderer2),o["ɵɵdirectiveInject"](o.ComponentFactoryResolver),o["ɵɵdirectiveInject"](o.ElementRef),o["ɵɵinjectAttribute"]("hide-deprecation"))},e.ɵcmp=o["ɵɵdefineComponent"]({type:e,selectors:[["formly-field"]],viewQuery:function(e,t){var n;(1&e&&o["ɵɵviewQuery"](d,7,o.ViewContainerRef),2&e)&&(o["ɵɵqueryRefresh"](n=o["ɵɵloadQuery"]())&&(t.containerRef=n.first))},inputs:{model:"model",form:"form",options:"options",field:"field"},outputs:{modelChange:"modelChange"},features:[o["ɵɵNgOnChangesFeature"]],decls:2,vars:0,consts:[["container",""]],template:function(e,t){1&e&&o["ɵɵtemplate"](0,h,0,0,"ng-template",null,0,o["ɵɵtemplateRefExtractor"])},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&o["ɵsetClassMetadata"](e,[{type:o.Component,args:[{selector:"formly-field",template:""}]}],(function(){return[{type:D},{type:o.Renderer2},{type:o.ComponentFactoryResolver},{type:o.ElementRef},{type:void 0,decorators:[{type:o.Attribute,args:["hide-deprecation"]}]}]}),{modelChange:[{type:o.Output}],model:[{type:o.Input}],form:[{type:o.Input}],options:[{type:o.Input}],field:[{type:o.Input}],containerRef:[{type:o.ViewChild,args:["container",{read:o.ViewContainerRef,static:!0}]}]}),e}(),L=function(){function e(e,t,n){this.renderer=e,this.elementRef=t,this.uiAttributesCache={},this.uiAttributes=(0,p.__spread)(b,["tabindex","placeholder","readonly","disabled","step"]),this.uiEvents={listeners:[],events:["click","keyup","keydown","keypress"]},this.document=n}return Object.defineProperty(e.prototype,"to",{get:function(){return this.field.templateOptions||{}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"fieldAttrElements",{get:function(){return this.field&&this.field._elementRefs||[]},enumerable:!0,configurable:!0}),e.prototype.ngOnChanges=function(e){var t=this;e.field&&(this.field.name&&this.setAttribute("name",this.field.name),this.uiEvents.listeners.forEach((function(e){return e()})),this.uiEvents.events.forEach((function(e){t.to&&t.to[e]&&t.uiEvents.listeners.push(t.renderer.listen(t.elementRef.nativeElement,e,(function(n){return t.to[e](t.field,n)})))})),this.to&&this.to.attributes&&I(this.to,"attributes",(function(e){var n=e.currentValue,r=e.previousValue;r&&Object.keys(r).forEach((function(e){return t.removeAttribute(e)})),n&&Object.keys(n).forEach((function(e){return t.setAttribute(e,n[e])}))})),this.detachElementRef(e.field.previousValue),this.attachElementRef(e.field.currentValue),1===this.fieldAttrElements.length&&(!this.id&&this.field.id&&this.setAttribute("id",this.field.id),I(this.field,"focus",(function(e){var n=e.currentValue;t.toggleFocus(n)})))),e.id&&this.setAttribute("id",this.id)},e.prototype.ngDoCheck=function(){var e=this;this.uiAttributes.forEach((function(t){var n=e.to[t];e.uiAttributesCache[t]!==n&&(e.uiAttributesCache[t]=n,n||0===n?e.setAttribute(t,!0===n?t:""+n):e.removeAttribute(t))}))},e.prototype.ngOnDestroy=function(){this.uiEvents.listeners.forEach((function(e){return e()})),this.detachElementRef(this.field)},e.prototype.toggleFocus=function(e){var t=this,n=this.fieldAttrElements?this.fieldAttrElements[0]:null;if(n&&n.nativeElement.focus){var r=!!this.document.activeElement&&this.fieldAttrElements.some((function(e){var n=e.nativeElement;return t.document.activeElement===n||n.contains(t.document.activeElement)}));e&&!r?n.nativeElement.focus():!e&&r&&n.nativeElement.blur()}},e.prototype.onFocus=function(e){this.field.___$focus=!0,this.to.focus&&this.to.focus(this.field,e)},e.prototype.onBlur=function(e){this.field.___$focus=!1,this.to.blur&&this.to.blur(this.field,e)},e.prototype.onChange=function(e){this.to.change&&this.to.change(this.field,e),this.field.formControl&&this.field.formControl.markAsDirty()},e.prototype.attachElementRef=function(e){e&&(e._elementRefs&&-1===e._elementRefs.indexOf(this.elementRef)?e._elementRefs.push(this.elementRef):R(e,"_elementRefs",[this.elementRef]))},e.prototype.detachElementRef=function(e){var t=e&&e._elementRefs?this.fieldAttrElements.indexOf(this.elementRef):-1;-1!==t&&this.field._elementRefs.splice(t,1)},e.prototype.setAttribute=function(e,t){this.renderer.setAttribute(this.elementRef.nativeElement,e,t)},e.prototype.removeAttribute=function(e){this.renderer.removeAttribute(this.elementRef.nativeElement,e)},e.ctorParameters=function(){return[{type:o.Renderer2},{type:o.ElementRef},{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]}]},e.propDecorators={field:[{type:o.Input,args:["formlyAttributes"]}],id:[{type:o.Input}]},e.ɵfac=function(t){return new(t||e)(o["ɵɵdirectiveInject"](o.Renderer2),o["ɵɵdirectiveInject"](o.ElementRef),o["ɵɵdirectiveInject"](r.DOCUMENT))},e.ɵdir=o["ɵɵdefineDirective"]({type:e,selectors:[["","formlyAttributes",""]],hostBindings:function(e,t){1&e&&o["ɵɵlistener"]("focus",(function(e){return t.onFocus(e)}))("blur",(function(e){return t.onBlur(e)}))("change",(function(e){return t.onChange(e)}))},inputs:{field:["formlyAttributes","field"],id:"id"},features:[o["ɵɵNgOnChangesFeature"]]}),("undefined"==typeof ngDevMode||ngDevMode)&&o["ɵsetClassMetadata"](e,[{type:o.Directive,args:[{selector:"[formlyAttributes]",host:{"(focus)":"onFocus($event)","(blur)":"onBlur($event)","(change)":"onChange($event)"}}]}],(function(){return[{type:o.Renderer2},{type:o.ElementRef},{type:void 0,decorators:[{type:o.Inject,args:[r.DOCUMENT]}]}]}),{field:[{type:o.Input,args:["formlyAttributes"]}],id:[{type:o.Input}]}),e}(),Q=function(){function e(){}return Object.defineProperty(e.prototype,"model",{get:function(){return this.field.model},set:function(e){console.warn("NgxFormly: passing 'model' input to '"+this.constructor.name+"' component is not required anymore, you may remove it!")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"form",{get:function(){return this.field.parent.formControl},set:function(e){console.warn("NgxFormly: passing 'form' input to '"+this.constructor.name+"' component is not required anymore, you may remove it!")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"options",{get:function(){return this.field.options},set:function(e){console.warn("NgxFormly: passing 'options' input to '"+this.constructor.name+"' component is not required anymore, you may remove it!")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"key",{get:function(){return this.field.key},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"formControl",{get:function(){return this.field.formControl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"to",{get:function(){return this.field.templateOptions||{}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"showError",{get:function(){return this.options.showError(this)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"id",{get:function(){return this.field.id},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"formState",{get:function(){return this.options.formState||{}},enumerable:!0,configurable:!0}),e.propDecorators={field:[{type:o.Input}],model:[{type:o.Input}],form:[{type:o.Input}],options:[{type:o.Input}]},e.ɵfac=function(t){return new(t||e)},e.ɵdir=o["ɵɵdefineDirective"]({type:e,inputs:{model:"model",form:"form",options:"options",field:"field"}}),e}(),z=function(e){function t(){var t=e.call(this)||this;return console.warn("NgxFormly: 'Field' has been renamed to 'FieldType', extend 'FieldType' instead."),t}return(0,p.__extends)(t,e),t}(Q),Z=function(e){function t(t){var n=e.call(this)||this;return n.defaultOptions={defaultValue:[]},t instanceof G&&console.warn("NgxFormly: passing 'FormlyFormBuilder' to '"+n.constructor.name+"' type is not required anymore, you may remove it!"),n}return(0,p.__extends)(t,e),Object.defineProperty(t.prototype,"formControl",{get:function(){return this.field.formControl},enumerable:!0,configurable:!0}),t.prototype.onPopulate=function(e){if(!e.formControl&&e.key){var t=T(e);S(e,t||new a.FormArray([],{updateOn:e.modelOptions.updateOn}))}e.fieldGroup=e.fieldGroup||[];var n=e.model?e.model.length:0;if(e.fieldGroup.length>n)for(var r=e.fieldGroup.length-1;r>=n;--r)N(e.fieldGroup[r]),e.fieldGroup.splice(r,1);for(r=e.fieldGroup.length;r\n \n ',host:{"[class]":'field.fieldGroupClassName || ""'}}]}],null,null),t}(Q),U=function(){function e(e){this.formlyConfig=e}return e.prototype.ngOnChanges=function(){var e=this;this.errorMessage$=this.field.formControl.statusChanges.pipe((0,s.startWith)(null),(0,s.switchMap)((function(){return(0,l.isObservable)(e.errorMessage)?e.errorMessage:(0,l.of)(e.errorMessage)})))},Object.defineProperty(e.prototype,"errorMessage",{get:function(){var e=this.field.formControl;for(var t in e.errors)if(e.errors.hasOwnProperty(t)){var n=this.formlyConfig.getValidatorMessage(t);if(P(e.errors[t])){if(e.errors[t].errorPath)return;e.errors[t].message&&(n=e.errors[t].message)}return this.field.validation&&this.field.validation.messages&&this.field.validation.messages[t]&&(n=this.field.validation.messages[t]),this.field.validators&&this.field.validators[t]&&this.field.validators[t].message&&(n=this.field.validators[t].message),this.field.asyncValidators&&this.field.asyncValidators[t]&&this.field.asyncValidators[t].message&&(n=this.field.asyncValidators[t].message),"function"==typeof n?n(e.errors[t],this.field):n}},enumerable:!0,configurable:!0}),e.ctorParameters=function(){return[{type:D}]},e.propDecorators={field:[{type:o.Input}]},e.ɵfac=function(t){return new(t||e)(o["ɵɵdirectiveInject"](D))},e.ɵcmp=o["ɵɵdefineComponent"]({type:e,selectors:[["formly-validation-message"]],inputs:{field:"field"},features:[o["ɵɵNgOnChangesFeature"]],decls:2,vars:3,template:function(e,t){1&e&&(o["ɵɵtext"](0),o["ɵɵpipe"](1,"async")),2&e&&o["ɵɵtextInterpolate"](o["ɵɵpipeBind1"](1,1,t.errorMessage$))},dependencies:[r.AsyncPipe],encapsulation:2,changeDetection:0}),("undefined"==typeof ngDevMode||ngDevMode)&&o["ɵsetClassMetadata"](e,[{type:o.Component,args:[{selector:"formly-validation-message",template:"{{ errorMessage$ | async }}",changeDetection:o.ChangeDetectionStrategy.OnPush}]}],(function(){return[{type:D}]}),{field:[{type:o.Input}]}),e}(),K=function(e){function t(t){var n=e.call(this)||this;return n.sanitizer=t,n.innerHtml={content:null,template:null},n}return(0,p.__extends)(t,e),Object.defineProperty(t.prototype,"template",{get:function(){return this.field&&this.field.template!==this.innerHtml.template&&(this.innerHtml={template:this.field.template,content:this.to.safeHtml?this.sanitizer.bypassSecurityTrustHtml(this.field.template):this.field.template}),this.innerHtml.content},enumerable:!0,configurable:!0}),t.ctorParameters=function(){return[{type:i.DomSanitizer}]},t.ɵfac=function(e){return new(e||t)(o["ɵɵdirectiveInject"](i.DomSanitizer))},t.ɵcmp=o["ɵɵdefineComponent"]({type:t,selectors:[["formly-template"]],features:[o["ɵɵInheritDefinitionFeature"]],decls:1,vars:1,consts:[[3,"innerHtml"]],template:function(e,t){1&e&&o["ɵɵelement"](0,"div",0),2&e&&o["ɵɵproperty"]("innerHtml",t.template,o["ɵɵsanitizeHtml"])},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&o["ɵsetClassMetadata"](t,[{type:o.Component,args:[{selector:"formly-template",template:'
    '}]}],(function(){return[{type:i.DomSanitizer}]}),null),t}(Q);function X(e,t,n){return e instanceof Function?e.apply(t,n):!!e}var ee=function(){function e(){}return e.prototype.prePopulate=function(e){var t=this;if(!e.parent&&!e.options._checkField){var n=!1;e.options._checkField=function(e,r){n||(n=!0,M(e.formControl,(function(){return t.checkField(e,r)})),n=!1)}}},e.prototype.postPopulate=function(e){var t=this;if(e.parent&&!e._expressionProperties){if(R(e,"_expressionProperties",{}),e.expressionProperties){var n=function(n){var o=e.expressionProperties[n];if("string"==typeof o||w(o))e._expressionProperties[n]={expression:r._evalExpression(n,o,"templateOptions.disabled"===n&&e.parent.expressionProperties&&e.parent.expressionProperties.hasOwnProperty("templateOptions.disabled")?function(){return e.parent.templateOptions.disabled}:void 0)},"templateOptions.disabled"===n&&Object.defineProperty(e._expressionProperties[n],"expressionValue",{get:function(){return e.templateOptions.disabled},set:function(){},enumerable:!0,configurable:!0});else if(o instanceof l.Observable){var i=function(){return o.subscribe((function(r){t.setExprValue(e,n,r),e.options&&e.options._markForCheck&&e.options._markForCheck(e)}))},s=i(),a=e.hooks.onInit;e.hooks.onInit=function(){return null===s&&(s=i()),a&&a(e)};var p=e.hooks.onDestroy;e.hooks.onDestroy=function(){p&&p(e),s.unsubscribe(),s=null}}},r=this;for(var o in e.expressionProperties)n(o)}e.hideExpression?(delete e.hide,e.hideExpression=this._evalExpression("hide",e.hideExpression,(function(){for(var t=e.parent;t.parent&&!t.hide;)t=t.parent;return t.hide}))):I(e,"hide",(function(t){var n=t.currentValue,r=t.firstChange;e._hide=n,(!r||r&&!0===n)&&e.options._hiddenFieldsForCheck.push(e)}))}},e.prototype._evalExpression=function(e,t,n){return function(r,o,i){try{return"string"==typeof t&&(t=function(e,t){try{return-1!==e.indexOf("this.field")&&console.warn("NgxFormly: using 'this.field' in expressionProperties is deprecated since v5.1, use 'field' instead."),Function.apply(void 0,(0,p.__spread)(t,["return "+e+";"]))}catch(e){console.error(e)}}(t,["model","formState","field"])),"function"!=typeof t&&(t=function(){return!!t}),n&&n()||t(r,o,i)}catch(t){throw t.message='[Formly Error] [Expression "'+e+'"] '+t.message,t}}},e.prototype.checkField=function(e,t){var n=this;void 0===t&&(t=!1),this._checkField(e,t),e.options._hiddenFieldsForCheck.sort((function(e){return e.hide?-1:1})).forEach((function(e){return n.toggleFormControl(e,!!e.hide,!t)})),e.options._hiddenFieldsForCheck=[]},e.prototype._checkField=function(e,t){var n=this;void 0===t&&(t=!1);var r=!1;e.fieldGroup.forEach((function(o){n.checkFieldExpressionChange(o,t)&&(r=!0),n.checkFieldVisibilityChange(o,t)&&(e.options._hiddenFieldsForCheck.push(o),r=!0),o.fieldGroup&&o.fieldGroup.length>0&&n._checkField(o,t)})),r&&e.options&&e.options._markForCheck&&e.options._markForCheck(e)},e.prototype.checkFieldExpressionChange=function(e,t){if(!e||!e._expressionProperties)return!1;var n=!1,r=e._expressionProperties;for(var o in r){var i=X(r[o].expression,{field:e},[e.model,e.options.formState,e]);"templateOptions.disabled"===o&&(i=!!i),!t&&(r[o].expressionValue===i||P(i)&&JSON.stringify(i)===JSON.stringify(r[o].expressionValue))||(n=!0,r[o].expressionValue=i,this.setExprValue(e,o,i))}return n},e.prototype.checkFieldVisibilityChange=function(e,t){if(!e||E(e.hideExpression))return!1;var n=!!X(e.hideExpression,{field:e},[e.model,e.options.formState,e]),r=!1;return(n!==e.hide||t)&&(r=!0,e.hide=n,e.templateOptions.hidden=n),r},e.prototype.setDisabledState=function(e,t){var n=this;e.fieldGroup&&e.fieldGroup.filter((function(e){return!e.expressionProperties||!e.expressionProperties.hasOwnProperty("templateOptions.disabled")})).forEach((function(e){return n.setDisabledState(e,t)})),e.key&&e.templateOptions.disabled!==t&&(e.templateOptions.disabled=t)},e.prototype.toggleFormControl=function(e,t,n){var r=this;if(e.formControl&&e.key){R(e,"_hide",!(!t&&!e.hide));var o=e.formControl;o._fields.length>1&&H(o),!0===t&&o._fields.every((function(e){return!!e._hide}))?(N(e,!0),n&&e.resetOnHide&&(e.formControl.reset({value:void 0,disabled:e.formControl.disabled}),e.fieldGroup&&(C(e,void 0),e.formControl instanceof a.FormArray&&(e.fieldGroup.length=0)))):!1===t&&(e.resetOnHide&&e.parent&&!k(e.defaultValue)&&k(F(e))&&C(e,e.defaultValue),S(e,void 0,!0),e.resetOnHide&&e.fieldArray&&(e.fieldGroup||[]).length!==(e.model||[]).length&&e.options._buildForm(!0))}e.fieldGroup&&e.fieldGroup.filter((function(e){return!e.hideExpression})).forEach((function(e){return r.toggleFormControl(e,t,n)})),e.options.fieldChanges&&e.options.fieldChanges.next({field:e,type:"hidden",value:t})},e.prototype.setExprValue=function(e,t,n){try{for(var r=e,o=(-1===t.indexOf("[")?t:t.replace(/\[(\w+)\]/g,".$1")).split("."),i=o.length-1,s=0;s0?a:null}}return"function"==typeof t&&(o={name:n,validation:t}),function(t){var i,a=o.validation(t,e,o.options);return(i=a)&&"function"==typeof i.then?a.then((function(t){return r.handleAsyncResult(e,n?!!t:t,o)})):(0,l.isObservable)(a)?a.pipe((0,s.map)((function(t){return r.handleAsyncResult(e,n?!!t:t,o)}))):r.handleResult(e,n?!!a:a,o)}},e.prototype.handleAsyncResult=function(e,t,n){return e.options&&e.options._markForCheck&&e.options._markForCheck(e),this.handleResult(e,t,n)},e.prototype.handleResult=function(e,t,n){var r,o=n.name,i=n.options;"boolean"==typeof t&&(t=t?null:((r={})[o]=i||!0,r));var s=e.formControl;return s._childrenErrors&&s._childrenErrors[o]&&s._childrenErrors[o](),P(t)&&Object.keys(t).forEach((function(n){var r,o=t[n].errorPath?t[n].errorPath:(i||{}).errorPath,a=o?e.formControl.get(o):null;if(a){var l=t[n],u=(l.errorPath,(0,p.__rest)(l,["errorPath"]));a.setErrors((0,p.__assign)({},a.errors||{},((r={})[n]=u,r))),!s._childrenErrors&&R(s,"_childrenErrors",{}),s._childrenErrors[n]=function(){var e=a.errors||{},t=n,r=(e[t],(0,p.__rest)(e,["symbol"==typeof t?t:t+""]));a.setErrors(0===Object.keys(r).length?null:r)}}})),t},e}(),ne=function(){function e(e){this.config=e}return e.prototype.onPopulate=function(e){e.parent&&(e.fieldGroup&&!e.key?R(e,"formControl",e.parent.formControl):this.addFormControl(e))},e.prototype.postPopulate=function(e){if(!e.parent){var t=this.setValidators(e);0!==t.length&&(1===t.length?t[0].formControl.updateValueAndValidity():e.formControl._updateTreeValidity())}},e.prototype.addFormControl=function(e){var t=T(e);if(!t){var n={updateOn:e.modelOptions.updateOn},r=e.key?F(e):e.defaultValue,o=this.config?this.config.resolveFieldTypeRef(e):null;if(o&&o.componentType&&o.componentType.createControl){var i=o.componentType;console.warn("NgxFormly: '"+i.name+"::createControl' is deprecated since v5.0, use 'prePopulate' hook instead."),t=i.createControl(r,e)}else t=e.fieldGroup?new a.FormGroup({},n):new a.FormControl(r,n)}S(e,t)},e.prototype.setValidators=function(e){var t=this,n=!1;if(e.key||!e.parent||!e.key&&!e.fieldGroup){var r=e.formControl;!!e.templateOptions&&e.templateOptions.disabled&&r.enabled&&(r.disable({emitEvent:!1,onlySelf:!0}),r.parent?n=!0:H(r)),null!==r.validator&&null!==r.asyncValidator||(r.setValidators((function(){var n=a.Validators.compose(t.mergeValidators(e,"_validators"));return n?n(r):null})),r.setAsyncValidators((function(){var n=a.Validators.composeAsync(t.mergeValidators(e,"_asyncValidators"));return n?n(r):(0,l.of)(null)})),r.parent?n=!0:H(r))}var o=n?[e]:[];return(e.fieldGroup||[]).forEach((function(e){var r=t.setValidators(e);n||o.push.apply(o,(0,p.__spread)(r))})),o},e.prototype.mergeValidators=function(e,t){var n=this,r=[],o=e.formControl;return o&&o._fields&&o._fields.length>1?o._fields.filter((function(e){return!e._hide})).forEach((function(e){return r.push.apply(r,(0,p.__spread)(e[t]))})):r.push.apply(r,(0,p.__spread)(e[t])),e.fieldGroup&&e.fieldGroup.filter((function(e){return!e.key&&e.fieldGroup})).forEach((function(e){return r.push.apply(r,(0,p.__spread)(n.mergeValidators(e,t)))})),r},e}(),re=function(){function e(e){this.formlyConfig=e,this.formId=0}return e.prototype.prePopulate=function(e){if(this.getFieldComponentInstance(e).prePopulate(),!e.parent){var t=e.options&&e.options.fieldTransform||this.formlyConfig.extras.fieldTransform;(Array.isArray(t)?t:[t]).forEach((function(t){if(t&&(console.warn("NgxFormly: fieldTransform is deprecated since v5.0, use custom extension instead."),!t(e.fieldGroup,e.model,e.formControl,e.options)))throw new Error("fieldTransform must return an array of fields")}))}},e.prototype.onPopulate=function(e){var t=this;this.initFieldOptions(e),this.getFieldComponentInstance(e).onPopulate(),e.fieldGroup&&e.fieldGroup.forEach((function(n,r){Object.defineProperty(n,"parent",{get:function(){return e},configurable:!0}),Object.defineProperty(n,"index",{get:function(){return r},configurable:!0}),t.formId++}))},e.prototype.postPopulate=function(e){this.getFieldComponentInstance(e).postPopulate()},e.prototype.initFieldOptions=function(e){var t=e.parent;if(t){if(Object.defineProperty(e,"form",{get:function(){return t.formControl},configurable:!0}),Object.defineProperty(e,"options",{get:function(){return t.options},configurable:!0}),Object.defineProperty(e,"model",{get:function(){return e.key&&e.fieldGroup?F(e):t.model},configurable:!0}),O(e,{id:g("formly_"+this.formId,e,e.index),hooks:{},modelOptions:{},templateOptions:e.type&&e.key?{label:"",placeholder:"",focus:!1,disabled:!1}:{}}),this.formlyConfig.extras.resetFieldOnHide&&!1!==e.resetOnHide&&(e.resetOnHide=!0),e.lifecycle&&console.warn("NgxFormly: 'lifecycle' is deprecated since v5.0, use 'hooks' instead."),"formly-template"!==e.type&&(e.template||e.expressionProperties&&e.expressionProperties.template)&&(e.type&&console.warn("NgxFormly: passing 'type' property is not allowed when 'template' is set."),e.type="formly-template"),!e.type&&e.fieldGroup&&(e.type="formly-group"),e.type&&this.formlyConfig.getMergedField(e),e.parent){var n=!k(e.key)&&!k(e.defaultValue)&&k(F(e))&&(!e.resetOnHide||!(e.hide||e.hideExpression));if(n&&e.resetOnHide){for(var r=e.parent;r&&!r.hideExpression&&!r.hide;)r=r.parent;n=!r||!(r.hideExpression||r.hide)}n&&C(e,e.defaultValue)}this.initFieldWrappers(e)}},e.prototype.initFieldWrappers=function(e){e.wrappers=e.wrappers||[];var t=(0,p.__assign)({preWrapper:[],postWrapper:[]},e.templateOptions.templateManipulators||{});e.wrappers=(0,p.__spread)(this.formlyConfig.templateManipulators.preWrapper.map((function(t){return t(e)})),t.preWrapper.map((function(t){return t(e)})),e.wrappers,this.formlyConfig.templateManipulators.postWrapper.map((function(t){return t(e)})),t.postWrapper.map((function(t){return t(e)}))).filter((function(e,t,n){return e&&t===n.indexOf(e)}))},e.prototype.getFieldComponentInstance=function(e){var t=this.formlyConfig.resolveFieldTypeRef(e),n=t?t.instance:{};return{prePopulate:function(){return n.prePopulate&&n.prePopulate(e)},onPopulate:function(){return n.onPopulate&&n.onPopulate(e)},postPopulate:function(){return n.postPopulate&&n.postPopulate(e)}}},e}();function oe(e){return{types:[{name:"formly-group",component:J},{name:"formly-template",component:K}],extensions:[{name:"core",extension:new re(e)},{name:"field-validation",extension:new te(e)},{name:"field-form",extension:new ne(e)},{name:"field-expression",extension:new ee}]}}var ie=function(){function e(e,t){void 0===t&&(t=[]),t&&t.forEach((function(t){return e.addConfig(t)}))}return e.forRoot=function(t){return void 0===t&&(t={}),{ngModule:e,providers:[{provide:A,multi:!0,useFactory:oe,deps:[D]},{provide:A,useValue:t,multi:!0},{provide:o.ANALYZE_FOR_ENTRY_COMPONENTS,useValue:t,multi:!0},D,G]}},e.forChild=function(t){return void 0===t&&(t={}),{ngModule:e,providers:[{provide:A,multi:!0,useFactory:oe,deps:[D]},{provide:A,useValue:t,multi:!0},{provide:o.ANALYZE_FOR_ENTRY_COMPONENTS,useValue:t,multi:!0},G]}},e.ctorParameters=function(){return[{type:D},{type:Array,decorators:[{type:o.Optional},{type:o.Inject,args:[A]}]}]},e.ɵfac=function(t){return new(t||e)(o["ɵɵinject"](D),o["ɵɵinject"](A,8))},e.ɵmod=o["ɵɵdefineNgModule"]({type:e}),e.ɵinj=o["ɵɵdefineInjector"]({imports:[r.CommonModule]}),("undefined"==typeof ngDevMode||ngDevMode)&&o["ɵsetClassMetadata"](e,[{type:o.NgModule,args:[{declarations:[q,B,L,J,U,K,Z],entryComponents:[J,K],exports:[q,B,L,J,U],imports:[r.CommonModule]}]}],(function(){return[{type:D},{type:Array,decorators:[{type:o.Optional},{type:o.Inject,args:[A]}]}]}),null),("undefined"==typeof ngJitMode||ngJitMode)&&o["ɵɵsetNgModuleScope"](e,{declarations:function(){return[q,B,L,J,U,K,Z]},imports:function(){return[r.CommonModule]},exports:function(){return[q,B,L,J,U]}}),e}()}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97603.685bee0ff87d363236f3.js b/dist/apps/processing-runtime-widget/97603.685bee0ff87d363236f3.js new file mode 100644 index 0000000..9a1413e --- /dev/null +++ b/dist/apps/processing-runtime-widget/97603.685bee0ff87d363236f3.js @@ -0,0 +1,2 @@ +/*! For license information please see 97603.685bee0ff87d363236f3.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97603],{97603:function(e,s,o){o.r(s);const r=void 0;s.default=["es-HN",[["a. m.","p. m."],r,r],r,[["d","l","m","m","j","v","s"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom","lun","mar","mié","jue","vie","sáb"],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sept","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],r,[["a. C.","d. C."],r,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","dd 'de' MMMM 'de' y","EEEE dd 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}","{1} {0}","{1}, {0}",r],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"HNL","L","lempira hondureño",{AUD:[r,"$"],BRL:[r,"R$"],BYN:[r,"р."],CAD:[r,"$"],CNY:[r,"¥"],ESP:["₧"],EUR:[r,"€"],FKP:[r,"FK£"],GBP:[r,"£"],HKD:[r,"$"],HNL:["L"],ILS:[r,"₪"],INR:[r,"₹"],JPY:[r,"¥"],KRW:[r,"₩"],MXN:[r,"$"],NZD:[r,"$"],PHP:[r,"₱"],RON:[r,"L"],SSP:[r,"SD£"],SYP:[r,"S£"],TWD:[r,"NT$"],USD:[r,"$"],VEF:[r,"BsF"],VND:[r,"₫"],XAF:[],XCD:[r,"$"],XOF:[]},"ltr",function(e){const s=e,o=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return 1===s?1:0===i&&0!==o&&o%1e6==0&&0===r||!(i>=0&&i<=5)?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97603.685bee0ff87d363236f3.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97603.685bee0ff87d363236f3.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97603.685bee0ff87d363236f3.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97673.9ec692d3d8153bf2436a.js b/dist/apps/processing-runtime-widget/97673.9ec692d3d8153bf2436a.js new file mode 100644 index 0000000..a53898a --- /dev/null +++ b/dist/apps/processing-runtime-widget/97673.9ec692d3d8153bf2436a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97673],{97673:function(u,c,i){i.r(c)}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97906.83ae530c669bdec1ba74.js b/dist/apps/processing-runtime-widget/97906.83ae530c669bdec1ba74.js new file mode 100644 index 0000000..399ed29 --- /dev/null +++ b/dist/apps/processing-runtime-widget/97906.83ae530c669bdec1ba74.js @@ -0,0 +1,2 @@ +/*! For license information please see 97906.83ae530c669bdec1ba74.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97906],{97906:function(a,e,d){d.r(e);const u=void 0;e.default=[[["del mediodía","de la madrugada","de la mañana","de la tarde","de la noche"],u,u],[["mediodía","madrugada","mañana","tarde","noche"],u,u],["12:00",["00:00","06:00"],["06:00","12:00"],["12:00","20:00"],["20:00","24:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97906.83ae530c669bdec1ba74.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97906.83ae530c669bdec1ba74.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97906.83ae530c669bdec1ba74.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97921.c0c57a5ca268401213c8.js b/dist/apps/processing-runtime-widget/97921.c0c57a5ca268401213c8.js new file mode 100644 index 0000000..82276cf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97921.c0c57a5ca268401213c8.js @@ -0,0 +1,2 @@ +/*! For license information please see 97921.c0c57a5ca268401213c8.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97921],{97921:function(u,c,i){i.r(c);const e=void 0;c.default=[[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இர."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],[["நள்.","நண்.","அதி.","கா.","மதி.","பிற்.","மா.","அந்தி மா.","இ."],["நள்ளிரவு","நண்பகல்","அதிகாலை","காலை","மதியம்","பிற்பகல்","மாலை","அந்தி மாலை","இரவு"],e],["00:00","12:00",["03:00","05:00"],["05:00","12:00"],["12:00","14:00"],["14:00","16:00"],["16:00","18:00"],["18:00","21:00"],["21:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/97921.c0c57a5ca268401213c8.js.LICENSE.txt b/dist/apps/processing-runtime-widget/97921.c0c57a5ca268401213c8.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/97921.c0c57a5ca268401213c8.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/97989.19c6b07fa2140275d957.js b/dist/apps/processing-runtime-widget/97989.19c6b07fa2140275d957.js new file mode 100644 index 0000000..e4ad4cb --- /dev/null +++ b/dist/apps/processing-runtime-widget/97989.19c6b07fa2140275d957.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[97989],{97989:function(u,c,e){e.r(c);c.default=[[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"],["في الصباح","صباحًا","ظهرًا","بعد الظهر","مساءً","في المساء","ليلاً"]],[["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","ص","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"],["فجرًا","صباحًا","ظهرًا","بعد الظهر","مساءً","منتصف الليل","ليلاً"]],[["03:00","06:00"],["06:00","12:00"],["12:00","13:00"],["13:00","18:00"],["18:00","24:00"],["00:00","01:00"],["01:00","03:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98286.cf78729b110692ce5089.js b/dist/apps/processing-runtime-widget/98286.cf78729b110692ce5089.js new file mode 100644 index 0000000..bddff50 --- /dev/null +++ b/dist/apps/processing-runtime-widget/98286.cf78729b110692ce5089.js @@ -0,0 +1,2 @@ +/*! For license information please see 98286.cf78729b110692ce5089.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98286],{98286:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98286.cf78729b110692ce5089.js.LICENSE.txt b/dist/apps/processing-runtime-widget/98286.cf78729b110692ce5089.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/98286.cf78729b110692ce5089.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/98344.c0113f6ae6bb5ed79fb5.js b/dist/apps/processing-runtime-widget/98344.c0113f6ae6bb5ed79fb5.js new file mode 100644 index 0000000..1853e2a --- /dev/null +++ b/dist/apps/processing-runtime-widget/98344.c0113f6ae6bb5ed79fb5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98344],{98344:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98391.745c0f11e83393005f9b.js b/dist/apps/processing-runtime-widget/98391.745c0f11e83393005f9b.js new file mode 100644 index 0000000..fdab293 --- /dev/null +++ b/dist/apps/processing-runtime-widget/98391.745c0f11e83393005f9b.js @@ -0,0 +1,2 @@ +/*! For license information please see 98391.745c0f11e83393005f9b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98391],{98391:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98391.745c0f11e83393005f9b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/98391.745c0f11e83393005f9b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/98391.745c0f11e83393005f9b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/98599.0d51164315f61c7607a2.js b/dist/apps/processing-runtime-widget/98599.0d51164315f61c7607a2.js new file mode 100644 index 0000000..2e21f41 --- /dev/null +++ b/dist/apps/processing-runtime-widget/98599.0d51164315f61c7607a2.js @@ -0,0 +1,2 @@ +/*! For license information please see 98599.0d51164315f61c7607a2.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98599],{98599:function(a,e,u){u.r(e);const n=void 0;e.default=["en-JM",[["a","p"],["am","pm"],n],[["am","pm"],n,n],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],n,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],n,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} 'at' {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"JMD","$","Jamaican Dollar",{JMD:["$"],JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===e&&0===u?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98599.0d51164315f61c7607a2.js.LICENSE.txt b/dist/apps/processing-runtime-widget/98599.0d51164315f61c7607a2.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/98599.0d51164315f61c7607a2.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/98697.5cfbd6cf56df111d24fc.js b/dist/apps/processing-runtime-widget/98697.5cfbd6cf56df111d24fc.js new file mode 100644 index 0000000..14207e4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/98697.5cfbd6cf56df111d24fc.js @@ -0,0 +1,2 @@ +/*! For license information please see 98697.5cfbd6cf56df111d24fc.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98697],{98697:function(n,i,e){e.r(i);const t=void 0;i.default=[[["mi","n","in the morning","in the afternoon","in the evening","at night"],["midnight","noon","in the morning","in the afternoon","in the evening","at night"],t],[["midnight","noon","morning","afternoon","evening","night"],t,t],["00:00","12:00",["06:00","12:00"],["12:00","18:00"],["18:00","21:00"],["21:00","06:00"]]]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98697.5cfbd6cf56df111d24fc.js.LICENSE.txt b/dist/apps/processing-runtime-widget/98697.5cfbd6cf56df111d24fc.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/98697.5cfbd6cf56df111d24fc.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/98823.19604b4ad28ab2fad772.js b/dist/apps/processing-runtime-widget/98823.19604b4ad28ab2fad772.js new file mode 100644 index 0000000..4d8d125 --- /dev/null +++ b/dist/apps/processing-runtime-widget/98823.19604b4ad28ab2fad772.js @@ -0,0 +1,2 @@ +/*! For license information please see 98823.19604b4ad28ab2fad772.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98823],{98823:function(a,o,s){s.r(o);const e=void 0;o.default=["ff-Latn-LR",[["subaka","kikiiɗe"],e,e],e,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],e,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],e,[["H-I","C-I"],e,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",e,e,e],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"LRD","$","Dolaar Liberiyaa",{JPY:["JP¥","¥"],LRD:["$"],USD:["US$","$"]},"ltr",function(a){const o=Math.floor(Math.abs(a));return 0===o||1===o?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/98823.19604b4ad28ab2fad772.js.LICENSE.txt b/dist/apps/processing-runtime-widget/98823.19604b4ad28ab2fad772.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/98823.19604b4ad28ab2fad772.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/98974.9dad917ada768e486d5b.js b/dist/apps/processing-runtime-widget/98974.9dad917ada768e486d5b.js new file mode 100644 index 0000000..488688d --- /dev/null +++ b/dist/apps/processing-runtime-widget/98974.9dad917ada768e486d5b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[98974],{98974:function(u,c,e){e.r(c);c.default=[]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99010.72e2cd86132a9bc5df95.js b/dist/apps/processing-runtime-widget/99010.72e2cd86132a9bc5df95.js new file mode 100644 index 0000000..89f4bde --- /dev/null +++ b/dist/apps/processing-runtime-widget/99010.72e2cd86132a9bc5df95.js @@ -0,0 +1,2 @@ +/*! For license information please see 99010.72e2cd86132a9bc5df95.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99010],{99010:function(a,w,n){n.r(w);const t=void 0;w.default=["kam",[["Ĩyakwakya","Ĩyawĩoo"],t,t],t,[["Y","W","E","A","A","A","A"],["Wky","Wkw","Wkl","Wtũ","Wkn","Wtn","Wth"],["Wa kyumwa","Wa kwambĩlĩlya","Wa kelĩ","Wa katatũ","Wa kana","Wa katano","Wa thanthatũ"],["Wky","Wkw","Wkl","Wtũ","Wkn","Wtn","Wth"]],t,[["M","K","K","K","K","T","M","N","K","Ĩ","Ĩ","Ĩ"],["Mbe","Kel","Ktũ","Kan","Ktn","Tha","Moo","Nya","Knd","Ĩku","Ĩkm","Ĩkl"],["Mwai wa mbee","Mwai wa kelĩ","Mwai wa katatũ","Mwai wa kana","Mwai wa katano","Mwai wa thanthatũ","Mwai wa muonza","Mwai wa nyaanya","Mwai wa kenda","Mwai wa ĩkumi","Mwai wa ĩkumi na ĩmwe","Mwai wa ĩkumi na ilĩ"]],t,[["MY","IY"],t,["Mbee wa Yesũ","Ĩtina wa Yesũ"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KES","Ksh","Silingi ya Kenya",{JPY:["JP¥","¥"],KES:["Ksh"],USD:["US$","$"]},"ltr",function(a){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99010.72e2cd86132a9bc5df95.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99010.72e2cd86132a9bc5df95.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99010.72e2cd86132a9bc5df95.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99228.52004815532442fff64a.js b/dist/apps/processing-runtime-widget/99228.52004815532442fff64a.js new file mode 100644 index 0000000..47dfbad --- /dev/null +++ b/dist/apps/processing-runtime-widget/99228.52004815532442fff64a.js @@ -0,0 +1,2 @@ +/*! For license information please see 99228.52004815532442fff64a.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99228],{99228:function(s,u,M){M.r(u);const n=void 0;u.default=["sa",[["AM","PM"],n,["पूर्वाह्न","अपराह्न"]],[["AM","PM"],n,n],[["र","सो","मं","बु","गु","शु","श"],["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],["रविवासरः","सोमवासरः","मंगलवासरः","बुधवासरः","गुरुवासर:","शुक्रवासरः","शनिवासरः"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]],n,[["ज","फ","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],["जनवरी:","फरवरी:","मार्च:","अप्रैल:","मई","जून:","जुलाई:","अगस्त:","सितंबर:","अक्तूबर:","नवंबर:","दिसंबर:"],["जनवरीमासः","फरवरीमासः","मार्चमासः","अप्रैलमासः","मईमासः","जूनमासः","जुलाईमासः","अगस्तमासः","सितंबरमासः","अक्तूबरमासः","नवंबरमासः","दिसंबरमासः"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["जनवरी:","फरवरी:","मार्च:","अप्रैल:","मई","जून:","जुलाई:","अगस्त:","सितंबर:","अक्तूबर:","नवंबर:","दिसंबर:"],["जनवरीमासः","फरवरीमासः","मार्चमासः","अप्रैलमासः","मईमासः","जूनमासः","जुलाईमासः","अगस्तमासः","सितंबरमासः","अक्तूबरमासः","नवंबरमासः","दिसंबरमासः"]],[["BCE","CE"],n,n],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",n,"{1} तदा {0}",n],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","[#E0]"],"INR","₹","भारतीय रूप्यकम्",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(s){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99228.52004815532442fff64a.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99228.52004815532442fff64a.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99228.52004815532442fff64a.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99242.6e5aeafc4588e4b79651.js b/dist/apps/processing-runtime-widget/99242.6e5aeafc4588e4b79651.js new file mode 100644 index 0000000..09f9f55 --- /dev/null +++ b/dist/apps/processing-runtime-widget/99242.6e5aeafc4588e4b79651.js @@ -0,0 +1,2 @@ +/*! For license information please see 99242.6e5aeafc4588e4b79651.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99242],{99242:function(D,$,M){M.r($);const B=void 0;$.default=["ar-TN",[["ص","م"],B,B],[["ص","م"],B,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],B,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],B,[["ج","ف","م","أ","م","ج","ج","أ","س","أ","ن","د"],["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],B],B,[["ق.م","م"],B,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",B,"{1} في {0}",B],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"TND","د.ت.‏","دينار تونسي",{AED:["د.إ.‏"],ARS:[B,"AR$"],AUD:["AU$"],BBD:[B,"BB$"],BHD:["د.ب.‏"],BMD:[B,"BM$"],BND:[B,"BN$"],BSD:[B,"BS$"],BYN:[B,"р."],BZD:[B,"BZ$"],CAD:["CA$"],CLP:[B,"CL$"],CNY:["CN¥"],COP:[B,"CO$"],CUP:[B,"CU$"],DOP:[B,"DO$"],DZD:["د.ج.‏"],EGP:["ج.م.‏","E£"],FJD:[B,"FJ$"],GBP:["UK£"],GYD:[B,"GY$"],HKD:["HK$"],IQD:["د.ع.‏"],IRR:["ر.إ."],JMD:[B,"JM$"],JOD:["د.أ.‏"],JPY:["JP¥"],KWD:["د.ك.‏"],KYD:[B,"KY$"],LBP:["ل.ل.‏","L£"],LRD:[B,"$LR"],LYD:["د.ل.‏"],MAD:["د.م.‏"],MRU:["أ.م."],MXN:["MX$"],NZD:["NZ$"],OMR:["ر.ع.‏"],PHP:[B,"₱"],QAR:["ر.ق.‏"],SAR:["ر.س.‏"],SBD:[B,"SB$"],SDD:["د.س.‏"],SDG:["ج.س."],SRD:[B,"SR$"],SYP:["ل.س.‏","£"],THB:["฿"],TND:["د.ت.‏"],TTD:[B,"TT$"],TWD:["NT$"],USD:["US$"],UYU:[B,"UY$"],YER:["ر.ي.‏"]},"rtl",function(D){const $=D;return 0===$?0:1===$?1:2===$?2:$%100===Math.floor($%100)&&$%100>=3&&$%100<=10?3:$%100===Math.floor($%100)&&$%100>=11&&$%100<=99?4:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99242.6e5aeafc4588e4b79651.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99242.6e5aeafc4588e4b79651.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99242.6e5aeafc4588e4b79651.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99341.1b16bd206d904da7ce96.js b/dist/apps/processing-runtime-widget/99341.1b16bd206d904da7ce96.js new file mode 100644 index 0000000..c8540b6 --- /dev/null +++ b/dist/apps/processing-runtime-widget/99341.1b16bd206d904da7ce96.js @@ -0,0 +1,2 @@ +/*! For license information please see 99341.1b16bd206d904da7ce96.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99341],{99341:function(n,s,m){m.r(s);const g=void 0;s.default=["nmg",[["maná","kugú"],g,g],g,[["s","m","s","s","s","m","s"],["sɔ́n","mɔ́n","smb","sml","smn","mbs","sas"],["sɔ́ndɔ","mɔ́ndɔ","sɔ́ndɔ mafú mába","sɔ́ndɔ mafú málal","sɔ́ndɔ mafú mána","mabágá má sukul","sásadi"],["sɔ́n","mɔ́n","smb","sml","smn","mbs","sas"]],g,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ng1","ng2","ng3","ng4","ng5","ng6","ng7","ng8","ng9","ng10","ng11","kris"],["ngwɛn matáhra","ngwɛn ńmba","ngwɛn ńlal","ngwɛn ńna","ngwɛn ńtan","ngwɛn ńtuó","ngwɛn hɛmbuɛrí","ngwɛn lɔmbi","ngwɛn rɛbvuâ","ngwɛn wum","ngwɛn wum navǔr","krísimin"]],g,[["BL","PB"],g,["Bó Lahlɛ̄","Pfiɛ Burī"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",g,g,g],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XAF","FCFA","Fraŋ CFA BEAC",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(n){return 5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99341.1b16bd206d904da7ce96.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99341.1b16bd206d904da7ce96.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99341.1b16bd206d904da7ce96.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99344.ead11cb548988887095b.js b/dist/apps/processing-runtime-widget/99344.ead11cb548988887095b.js new file mode 100644 index 0000000..7d2f195 --- /dev/null +++ b/dist/apps/processing-runtime-widget/99344.ead11cb548988887095b.js @@ -0,0 +1,2 @@ +/*! For license information please see 99344.ead11cb548988887095b.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99344],{99344:function(s,t,u){u.r(t);const M=void 0;t.default=["ti-ER",[["ቅ.ቀ.","ድ.ቀ."],M,M],M,[["ሰ","ሰ","ሰ","ረ","ሓ","ዓ","ቀ"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"],["ሰንበት","ሰኑይ","ሰሉስ","ረቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"]],M,[["ጥ","ለ","መ","ሚ","ግ","ሰ","ሓ","ነ","መ","ጥ","ሕ","ታ"],["ጥሪ","ለካ","መጋ","ሚያ","ግን","ሰነ","ሓም","ነሓ","መስ","ጥቅ","ሕዳ","ታሕ"],["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]],M,[["ዓ/ዓ","ዓ/ም"],M,["ዓመተ ዓለም","ዓመተ ምሕረት"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE፣ d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",M,"{1} ሰዓት {0}",M],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ERN","Nfk","ናቕፋ",{CNY:[M,"¥"],ERN:["Nfk"],ETB:["Br"],JPY:[M,"¥"],USD:["US$","$"]},"ltr",function(s){const t=s;return t===Math.floor(t)&&t>=0&&t<=1?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99344.ead11cb548988887095b.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99344.ead11cb548988887095b.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99344.ead11cb548988887095b.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99567.329c315669780c453018.js b/dist/apps/processing-runtime-widget/99567.329c315669780c453018.js new file mode 100644 index 0000000..32dfdb2 --- /dev/null +++ b/dist/apps/processing-runtime-widget/99567.329c315669780c453018.js @@ -0,0 +1,2 @@ +/*! For license information please see 99567.329c315669780c453018.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99567],{99567:function(a,e,s){s.r(e);const o=void 0;e.default=["ff-Latn",[["subaka","kikiiɗe"],o,o],o,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],o,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],o,[["H-I","C-I"],o,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",o,o,o],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"XOF","F CFA","Mbuuɗu Seefaa BCEAO",{JPY:["JP¥","¥"],USD:["US$","$"]},"ltr",function(a){const e=Math.floor(Math.abs(a));return 0===e||1===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99567.329c315669780c453018.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99567.329c315669780c453018.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99567.329c315669780c453018.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99575.d55987f160f26216ac60.js b/dist/apps/processing-runtime-widget/99575.d55987f160f26216ac60.js new file mode 100644 index 0000000..808203c --- /dev/null +++ b/dist/apps/processing-runtime-widget/99575.d55987f160f26216ac60.js @@ -0,0 +1,2 @@ +/*! For license information please see 99575.d55987f160f26216ac60.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99575],{99575:function(r,s,e){e.r(s);const t=void 0;s.default=["sv",[["fm","em"],t,t],[["fm","em"],["f.m.","e.m."],["förmiddag","eftermiddag"]],[["S","M","T","O","T","F","L"],["sön","mån","tis","ons","tors","fre","lör"],["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],["sö","må","ti","on","to","fr","lö"]],t,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]],t,[["f.Kr.","e.Kr."],t,["före Kristus","efter Kristus"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",t,t,t],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"SEK","kr","svensk krona",{AUD:[t,"$"],BBD:["Bds$","$"],BMD:["BM$","$"],BRL:["BR$","R$"],BSD:["BS$","$"],BYN:[t,"р."],BZD:["BZ$","$"],CNY:[t,"¥"],DKK:["Dkr","kr"],DOP:["RD$","$"],EEK:["Ekr"],EGP:["EG£","E£"],ESP:[],GBP:[t,"£"],HKD:[t,"$"],IEP:["IE£"],INR:[t,"₹"],ISK:["Ikr","kr"],JMD:["JM$","$"],JPY:[t,"¥"],KRW:[t,"₩"],NOK:["Nkr","kr"],NZD:[t,"$"],PHP:[t,"₱"],RON:[t,"L"],SEK:["kr"],TWD:[t,"NT$"],USD:["US$","$"],VND:[t,"₫"]},"ltr",function(r){const s=Math.floor(Math.abs(r)),e=r.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===e?1:5}]}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/99575.d55987f160f26216ac60.js.LICENSE.txt b/dist/apps/processing-runtime-widget/99575.d55987f160f26216ac60.js.LICENSE.txt new file mode 100644 index 0000000..823e9bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/99575.d55987f160f26216ac60.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ diff --git a/dist/apps/processing-runtime-widget/99764.a891813768f7494d6e6e.js b/dist/apps/processing-runtime-widget/99764.a891813768f7494d6e6e.js new file mode 100644 index 0000000..2c0668c --- /dev/null +++ b/dist/apps/processing-runtime-widget/99764.a891813768f7494d6e6e.js @@ -0,0 +1,2 @@ +/*! For license information please see 99764.a891813768f7494d6e6e.js.LICENSE.txt */ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[99764,89615],{99764:function(t,e,n){n.r(e),n.d(e,{BsVerions:function(){return f},LinkedList:function(){return y},OnChange:function(){return E},Trigger:function(){return i},Utils:function(){return k},currentBsVersion:function(){return x},document:function(){return d},getBsVer:function(){return b},isBs3:function(){return m},listenToTriggers:function(){return h},listenToTriggersV2:function(){return u},parseTriggers:function(){return o},registerEscClick:function(){return l},registerOutsideClick:function(){return a},setTheme:function(){return v},warnOnce:function(){return B},window:function(){return c}});var s=n(40761);class i{constructor(t,e){this.open=t,this.close=e||t}isManual(){return"manual"===this.open||"manual"===this.close}}const r={hover:["mouseover","mouseout"],focus:["focusin","focusout"]};function o(t,e=r){const n=(t||"").trim();if(0===n.length)return[];const s=n.split(/\s+/).map((t=>t.split(":"))).map((t=>{const n=e[t[0]]||t;return new i(n[0],n[1])})),o=s.filter((t=>t.isManual()));if(o.length>1)throw new Error("Triggers parse error: only one manual trigger is allowed");if(1===o.length&&s.length>1)throw new Error("Triggers parse error: manual trigger can't be mixed with other triggers");return s}function h(t,e,n,s,i,r){const h=o(n),u=[];return 1===h.length&&h[0].isManual()?Function.prototype:(h.forEach((n=>{n.open!==n.close?(u.push(t.listen(e,n.open,s)),n.close&&u.push(t.listen(e,n.close,i))):u.push(t.listen(e,n.open,r))})),()=>{u.forEach((t=>t()))})}function u(t,e){const n=o(e.triggers),s=e.target;if(1===n.length&&n[0].isManual())return Function.prototype;const i=[],r=[],h=()=>{r.forEach((t=>i.push(t()))),r.length=0};return n.forEach((n=>{const o=n.open===n.close,u=o?e.toggle:e.show;if(!o&&n.close&&e.hide){const i=t.listen(s,n.close,e.hide);r.push((()=>i))}u&&i.push(t.listen(s,n.open,(()=>u(h))))})),()=>{i.forEach((t=>t()))}}function a(t,e){return e.outsideClick?t.listen("document","click",(t=>{e.target&&e.target.contains(t.target)||e.targets&&e.targets.some((e=>e.contains(t.target)))||e.hide&&e.hide()})):Function.prototype}function l(t,e){return e.outsideEsc?t.listen("document","keyup.esc",(t=>{e.target&&e.target.contains(t.target)||e.targets&&e.targets.some((e=>e.contains(t.target)))||e.hide&&e.hide()})):Function.prototype}const c="undefined"!=typeof window&&window||{},d=c.document;c.location,c.gc,c.performance&&c.performance,c.Event,c.MouseEvent,c.KeyboardEvent,c.EventTarget,c.History,c.Location,c.EventListener;var f;let g;function p(){if(void 0===c.document)return"bs4";const t=c.document.createElement("span");t.innerText="testing bs version",t.classList.add("d-none"),t.classList.add("pl-1"),c.document.head.appendChild(t);const e=t.getBoundingClientRect(),n=c.getComputedStyle(t).paddingLeft;return!e||e&&0!==e.top?(c.document.head.removeChild(t),"bs3"):n&&parseFloat(n)?(c.document.head.removeChild(t),"bs4"):(c.document.head.removeChild(t),"bs5")}function v(t){g=t}function m(){return void 0===c||(void 0===c.__theme?(g||(g=p()),"bs3"===g):"bs3"===c.__theme)}function w(){return!m()&&(g||(g=p()),"bs4"===g)}function b(){return{isBs3:m(),isBs4:w(),isBs5:!m()&&!w()&&(g||(g=p()),"bs5"===g)}}function x(){const t=b(),e=Object.keys(t).find((e=>t[e]));return f[e]}!function(t){t.isBs3="bs3",t.isBs4="bs4",t.isBs5="bs5"}(f||(f={}));class y{constructor(){this.length=0,this.asArray=[]}get(t){if(0===this.length||t<0||t>=this.length)return;let e=this.head;for(let n=0;nthis.length)throw new Error("Position is out of the list");const n={value:t,next:void 0,previous:void 0};if(0===this.length)this.head=n,this.tail=n,this.current=n;else if(0===e&&this.head)n.next=this.head,this.head.previous=n,this.head=n;else if(e===this.length&&this.tail)this.tail.next=n,n.previous=this.tail,this.tail=n;else{const t=this.getNode(e-1),s=t?.next;t&&s&&(t.next=n,s.previous=n,n.previous=t,n.next=s)}this.length++,this.createInternalArrayRepresentation()}remove(t=0){if(0===this.length||t<0||t>=this.length)throw new Error("Position is out of the list");if(0===t&&this.head)this.head=this.head.next,this.head?this.head.previous=void 0:this.tail=void 0;else if(t===this.length-1&&this.tail?.previous)this.tail=this.tail.previous,this.tail.next=void 0;else{const e=this.getNode(t);e?.next&&e.previous&&(e.next.previous=e.previous,e.previous.next=e.next)}this.length--,this.createInternalArrayRepresentation()}set(t,e){if(0===this.length||t<0||t>=this.length)throw new Error("Position is out of the list");const n=this.getNode(t);n&&(n.value=e,this.createInternalArrayRepresentation())}toArray(){return this.asArray}findAll(t){let e=this.head;const n=[];if(!e)return n;for(let s=0;s{this.add(t)})),this.length}pop(){if(0===this.length)return;const t=this.tail;return this.remove(this.length-1),t?.value}unshift(...t){return t.reverse(),t.forEach((t=>{this.add(t,0)})),this.length}shift(){if(0===this.length)return;const t=this.head?.value;return this.remove(),t}forEach(t){let e=this.head;for(let n=0;n=this.length)throw new Error("Position is out of the list");let e=this.head;for(let n=0;n widget-plugin +``` + +As the app.module is a typical Cumuloctiy application, any new plugin can be tested via the CLI: + +``` +npm start -- --shell cockpit +``` + +In the Module Federation terminology, `widget` plugin is called `remote` and the `cokpit` is called `shell`. Modules provided by this `widget` will be loaded by the `cockpit` application at the runtime. This plugin provides a basic custom widget that can be accessed through the `Add widget` menu. + +> Note that the `--shell` flag creates a proxy to the cockpit application and provides` WidgetPluginModule` as an `remote` via URL options. + +Also deploying needs no special handling and can be simply done via `npm run deploy`. As soon as the application has exports it will be uploaded as a plugin. diff --git a/dist/apps/processing-runtime-widget/Roboto-Bold-8bd7856b64b4313341eb.woff b/dist/apps/processing-runtime-widget/Roboto-Bold-8bd7856b64b4313341eb.woff new file mode 100644 index 0000000..93a1d5a Binary files /dev/null and b/dist/apps/processing-runtime-widget/Roboto-Bold-8bd7856b64b4313341eb.woff differ diff --git a/dist/apps/processing-runtime-widget/Roboto-Light-8dc942c71385e7509b87.woff b/dist/apps/processing-runtime-widget/Roboto-Light-8dc942c71385e7509b87.woff new file mode 100644 index 0000000..404afba Binary files /dev/null and b/dist/apps/processing-runtime-widget/Roboto-Light-8dc942c71385e7509b87.woff differ diff --git a/dist/apps/processing-runtime-widget/Roboto-Medium-eb797abfa6a5cca2463e.woff b/dist/apps/processing-runtime-widget/Roboto-Medium-eb797abfa6a5cca2463e.woff new file mode 100644 index 0000000..b18e6b8 Binary files /dev/null and b/dist/apps/processing-runtime-widget/Roboto-Medium-eb797abfa6a5cca2463e.woff differ diff --git a/dist/apps/processing-runtime-widget/Roboto-Regular-770a8fca674a3550e241.woff b/dist/apps/processing-runtime-widget/Roboto-Regular-770a8fca674a3550e241.woff new file mode 100644 index 0000000..2f53e7c Binary files /dev/null and b/dist/apps/processing-runtime-widget/Roboto-Regular-770a8fca674a3550e241.woff differ diff --git a/dist/apps/processing-runtime-widget/Roboto-RegularItalic-33d48155cd9f38c64e71.woff b/dist/apps/processing-runtime-widget/Roboto-RegularItalic-33d48155cd9f38c64e71.woff new file mode 100644 index 0000000..60f95dd Binary files /dev/null and b/dist/apps/processing-runtime-widget/Roboto-RegularItalic-33d48155cd9f38c64e71.woff differ diff --git a/dist/apps/processing-runtime-widget/app.8ff7a2c0906e6bbcfa13.js b/dist/apps/processing-runtime-widget/app.8ff7a2c0906e6bbcfa13.js new file mode 100644 index 0000000..4d63de8 --- /dev/null +++ b/dist/apps/processing-runtime-widget/app.8ff7a2c0906e6bbcfa13.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcumulocity_processing_widget_plugin=self.webpackChunkcumulocity_processing_widget_plugin||[]).push([[32143],{939:function(e,t,o){o.r(t),o.d(t,{bootstrap:function(){return O}});o(46849);window.__Zone_disable_requestAnimationFrame=!0,window.__zone_symbol__BLACK_LISTED_EVENTS=["scroll","mousemove","message"];var r=o(40761),n=o(14601),i=o(50194),u=o(74802),l=o(49473),c=o(49918),f=o(33562),a=o(76153),s=o(48442),p=o(58760),b=o(24219),y=o(56702),d=o(94097);function m(e,t){for(var o=0;o=0;l--)(n=e[l])&&(u=(i<3?n(u):i>3?n(t,o,u):n(t,o))||u);return i>3&&u&&Object.defineProperty(t,o,u),u},_=g((function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}));function S(e,t){for(var o=0;o=0;l--)(n=e[l])&&(u=(i<3?n(u):i>3?n(t,o,u):n(t,o))||u);return i>3&&u&&Object.defineProperty(t,o,u),u},j=h((function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}));function O(){(0,n.platformBrowserDynamic)().bootstrapModule(j).catch((function(e){return console.log(e)}))}j=R([(0,r.NgModule)({imports:[i.PW,u.RouterModule.forRoot([],{enableTracing:!1,useHash:!0}),l.RouterModule.forRoot(),l.CoreModule.forRoot(),_],providers:[c.BsModalRef],bootstrap:[l.BootstrapComponent]})],j),(0,r.enableProdMode)()}}]); \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/baseline8-aa4e588ca3b887a5783a.png b/dist/apps/processing-runtime-widget/baseline8-aa4e588ca3b887a5783a.png new file mode 100644 index 0000000..df3c622 Binary files /dev/null and b/dist/apps/processing-runtime-widget/baseline8-aa4e588ca3b887a5783a.png differ diff --git a/dist/apps/processing-runtime-widget/bootstrap.d576d259d4fb9915c50d.js b/dist/apps/processing-runtime-widget/bootstrap.d576d259d4fb9915c50d.js new file mode 100644 index 0000000..16a82b4 --- /dev/null +++ b/dist/apps/processing-runtime-widget/bootstrap.d576d259d4fb9915c50d.js @@ -0,0 +1,2 @@ +/*! For license information please see bootstrap.d576d259d4fb9915c50d.js.LICENSE.txt */ +!function(){var e,n,t,r,f,c,a,u,o,i,d,b,l,s,h,p,v,g,_={76396:function(e,n,t){"use strict";const r=document.querySelector("body > .init-load"),f=()=>r&&r.parentNode.removeChild(r);var c=t(96486),a=function(e,n,t,r){return new(t||(t=Promise))((function(f,c){function a(e){try{o(r.next(e))}catch(e){c(e)}}function u(e){try{o(r.throw(e))}catch(e){c(e)}}function o(e){var n;e.done?f(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(a,u)}o((r=r.apply(e,n||[])).next())}))};let u,o;function i(){return a(this,void 0,void 0,(function*(){const e=l(),n=b(),t=yield function(){return a(this,void 0,void 0,(function*(){let{dynamicOptionsUrl:e}=b(),n={};return e&&(e=e.match(/\?/)?e:`${e}?nocache=${String(Math.random()).substr(2)}`,n=yield s(e)),n}))}(),r=yield function(){return a(this,void 0,void 0,(function*(){return yield s(`cumulocity.json?nocache=${String(Math.random()).substr(2)}`)}))}(),f=function(){if(window.C8Y_PREVIEW)return window.C8Y_PREVIEW;return{}}(),c=Object.assign(Object.assign(Object.assign(Object.assign({},n.languages||{}),r.languages||{}),t.languages||{}),e.languages||{}),u=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({versions:{ng1:"--",ngx:"1016.0.40"}},n),r),t),e),f),{remotes:d([n,r,t,e,f]),languages:c,remoteModules:[]});return u.C8Y_INSTANCE_OPTIONS=Object.assign({},u),u}))}function d(e){return(0,c.reduce)(e,((e,n)=>{const{remotes:t}=n;return(0,c.forEach)(t,((n,t)=>{const r=(0,c.get)(e,t,[]);e[t]=(0,c.union)(r,n)})),e}),{})}function b(){return u||(u=JSON.parse(document.querySelector("#static-options").innerText)||{}),Object.assign(Object.assign({},u),l())}function l(){if(!o){const e=location.search.substr(1).split("&");o=e.reduce(((e,n)=>{if(n)if(n.match(/=/)){const[t,r]=n.split(/=/);try{e[t]=JSON.parse(decodeURIComponent(r))}catch(n){console.warn(`Failed to parse option ${t}: ${n}`),e[t]=r}}else e[n]=!0;return e}),{})}return o}function s(e){return a(this,void 0,void 0,(function*(){return new Promise(((n,t)=>{const r=new XMLHttpRequest;let f={};r.open("GET",e,!0),r.setRequestHeader("UseXBasic","true"),r.onload=()=>{if(r.status>=200&&r.status<400){try{f=JSON.parse(r.responseText)}catch(e){}Object.keys(f).forEach((e=>{const n=f[e];if("string"==typeof n)try{const t=JSON.parse(n);"object"==typeof t&&(f[e]=t)}catch(e){}}))}n(f)},r.onerror=e=>t(e),r.send()}))}))}function h(e){const{c8yAppVarName:n="C8Y_APP"}=e;return function(e){const{c8yVersionName:n="UI_VERSION"}=e;window[n]=e.versions.ng1||e.versions.ngx}(e=window.C8Y_APP=window[n]=Object.assign({modules:[]},e)),function({globalTitle:e},n){if(!e)return;const t=n.querySelector("title");t.innerText=`${e} - ${t.innerText}`}(e,document),function({faviconUrl:e="favicon.ico"},n){const t=n.createElement("link");t.setAttribute("rel","icon"),t.setAttribute("href",e),n.querySelector("head").appendChild(t)}(e,document),function({brandingUrl:e},n){if(e){const t=n.createElement("link");t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),n.querySelector("head").appendChild(t)}else t.e(29102).then(t.t.bind(t,16099,23))}(e,document),function({brandingCssVars:e,extraCssUrls:n},t){Array.isArray(n)&&n.forEach((e=>{const n=t.createElement("link");n.setAttribute("rel","stylesheet"),n.setAttribute("href",e),t.querySelector("head").appendChild(n)}));if(e){const n=Object.keys(e).map((n=>`--${n}: ${e[n]};`)),r=t.createElement("style");r.appendChild(t.createTextNode(`:root{\n${n.join("\n")}\n}`)),t.querySelector("head").appendChild(r)}}(e,document),function(e){e.i18nExtra&&(e.langsDetails=Object.assign(Object.assign({},e.langsDetails),e.i18nExtra))}(e),e}t(35666);var p=function(e,n,t,r){return new(t||(t=Promise))((function(f,c){function a(e){try{o(r.next(e))}catch(e){c(e)}}function u(e){try{o(r.throw(e))}catch(e){c(e)}}function o(e){var n;e.done?f(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(a,u)}o((r=r.apply(e,n||[])).next())}))};!function(){p(this,void 0,void 0,(function*(){const e=h(Object.assign(Object.assign({},yield i()),yield function(){return a(this,void 0,void 0,(function*(){const e=location.origin;return yield s(e+"/tenant/loginOptions")}))}())),n=(yield Promise.all([t.e(70654),t.e(30602),t.e(18927),t.e(40761),t.e(80179),t.e(89754),t.e(76063),t.e(15813),t.e(24219),t.e(67595),t.e(17300),t.e(87369),t.e(61986),t.e(32143)]).then(t.bind(t,939))).bootstrap||window.bootstrap||(()=>null);Promise.resolve(n(e)).then(f)}))}()},96486:function(e,n,t){var r;e=t.nmd(e),function(){var f,c="Expected a function",a="__lodash_hash_undefined__",u="__lodash_placeholder__",o=16,i=32,d=64,b=128,l=256,s=1/0,h=9007199254740991,p=NaN,v=4294967295,g=[["ary",b],["bind",1],["bindKey",2],["curry",8],["curryRight",o],["flip",512],["partial",i],["partialRight",d],["rearg",l]],_="[object Arguments]",y="[object Array]",m="[object Boolean]",w="[object Date]",x="[object Error]",j="[object Function]",O="[object GeneratorFunction]",E="[object Map]",A="[object Number]",P="[object Object]",k="[object Promise]",S="[object RegExp]",L="[object Set]",I="[object String]",C="[object Symbol]",R="[object WeakMap]",T="[object ArrayBuffer]",z="[object DataView]",N="[object Float32Array]",$="[object Float64Array]",U="[object Int8Array]",W="[object Int16Array]",B="[object Int32Array]",D="[object Uint8Array]",F="[object Uint8ClampedArray]",q="[object Uint16Array]",M="[object Uint32Array]",G=/\b__p \+= '';/g,V=/\b(__p \+=) '' \+/g,Y=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Z=/&(?:amp|lt|gt|quot|#39);/g,K=/[&<>"']/g,J=RegExp(Z.source),H=RegExp(K.source),X=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,ne=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,te=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,fe=/[\\^$.*+?()[\]{}|]/g,ce=RegExp(fe.source),ae=/^\s+/,ue=/\s/,oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ie=/\{\n\/\* \[wrapped with (.+)\] \*/,de=/,? & /,be=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,le=/[()=,{}\[\]\/\s]/,se=/\\(\\)?/g,he=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,pe=/\w*$/,ve=/^[-+]0x[0-9a-f]+$/i,ge=/^0b[01]+$/i,_e=/^\[object .+?Constructor\]$/,ye=/^0o[0-7]+$/i,me=/^(?:0|[1-9]\d*)$/,we=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,xe=/($^)/,je=/['\n\r\u2028\u2029\\]/g,Oe="\\ud800-\\udfff",Ee="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ae="\\u2700-\\u27bf",Pe="a-z\\xdf-\\xf6\\xf8-\\xff",ke="A-Z\\xc0-\\xd6\\xd8-\\xde",Se="\\ufe0e\\ufe0f",Le="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ie="['’]",Ce="["+Oe+"]",Re="["+Le+"]",Te="["+Ee+"]",ze="\\d+",Ne="["+Ae+"]",$e="["+Pe+"]",Ue="[^"+Oe+Le+ze+Ae+Pe+ke+"]",We="\\ud83c[\\udffb-\\udfff]",Be="[^"+Oe+"]",De="(?:\\ud83c[\\udde6-\\uddff]){2}",Fe="[\\ud800-\\udbff][\\udc00-\\udfff]",qe="["+ke+"]",Me="\\u200d",Ge="(?:"+$e+"|"+Ue+")",Ve="(?:"+qe+"|"+Ue+")",Ye="(?:['’](?:d|ll|m|re|s|t|ve))?",Ze="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ke="(?:"+Te+"|"+We+")"+"?",Je="["+Se+"]?",He=Je+Ke+("(?:"+Me+"(?:"+[Be,De,Fe].join("|")+")"+Je+Ke+")*"),Xe="(?:"+[Ne,De,Fe].join("|")+")"+He,Qe="(?:"+[Be+Te+"?",Te,De,Fe,Ce].join("|")+")",en=RegExp(Ie,"g"),nn=RegExp(Te,"g"),tn=RegExp(We+"(?="+We+")|"+Qe+He,"g"),rn=RegExp([qe+"?"+$e+"+"+Ye+"(?="+[Re,qe,"$"].join("|")+")",Ve+"+"+Ze+"(?="+[Re,qe+Ge,"$"].join("|")+")",qe+"?"+Ge+"+"+Ye,qe+"+"+Ze,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ze,Xe].join("|"),"g"),fn=RegExp("["+Me+Oe+Ee+Se+"]"),cn=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,an=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],un=-1,on={};on[N]=on[$]=on[U]=on[W]=on[B]=on[D]=on[F]=on[q]=on[M]=!0,on[_]=on[y]=on[T]=on[m]=on[z]=on[w]=on[x]=on[j]=on[E]=on[A]=on[P]=on[S]=on[L]=on[I]=on[R]=!1;var dn={};dn[_]=dn[y]=dn[T]=dn[z]=dn[m]=dn[w]=dn[N]=dn[$]=dn[U]=dn[W]=dn[B]=dn[E]=dn[A]=dn[P]=dn[S]=dn[L]=dn[I]=dn[C]=dn[D]=dn[F]=dn[q]=dn[M]=!0,dn[x]=dn[j]=dn[R]=!1;var bn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ln=parseFloat,sn=parseInt,hn="object"==typeof t.g&&t.g&&t.g.Object===Object&&t.g,pn="object"==typeof self&&self&&self.Object===Object&&self,vn=hn||pn||Function("return this")(),gn=n&&!n.nodeType&&n,_n=gn&&e&&!e.nodeType&&e,yn=_n&&_n.exports===gn,mn=yn&&hn.process,wn=function(){try{var e=_n&&_n.require&&_n.require("util").types;return e||mn&&mn.binding&&mn.binding("util")}catch(e){}}(),xn=wn&&wn.isArrayBuffer,jn=wn&&wn.isDate,On=wn&&wn.isMap,En=wn&&wn.isRegExp,An=wn&&wn.isSet,Pn=wn&&wn.isTypedArray;function kn(e,n,t){switch(t.length){case 0:return e.call(n);case 1:return e.call(n,t[0]);case 2:return e.call(n,t[0],t[1]);case 3:return e.call(n,t[0],t[1],t[2])}return e.apply(n,t)}function Sn(e,n,t,r){for(var f=-1,c=null==e?0:e.length;++f-1}function zn(e,n,t){for(var r=-1,f=null==e?0:e.length;++r-1;);return t}function ft(e,n){for(var t=e.length;t--&&Mn(n,e[t],0)>-1;);return t}function ct(e,n){for(var t=e.length,r=0;t--;)e[t]===n&&++r;return r}var at=Kn({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),ut=Kn({"&":"&","<":"<",">":">",'"':""","'":"'"});function ot(e){return"\\"+bn[e]}function it(e){return fn.test(e)}function dt(e){var n=-1,t=Array(e.size);return e.forEach((function(e,r){t[++n]=[r,e]})),t}function bt(e,n){return function(t){return e(n(t))}}function lt(e,n){for(var t=-1,r=e.length,f=0,c=[];++t",""":'"',"'":"'"});var yt=function e(n){var t,r=(n=null==n?vn:yt.defaults(vn.Object(),n,yt.pick(vn,an))).Array,ue=n.Date,Oe=n.Error,Ee=n.Function,Ae=n.Math,Pe=n.Object,ke=n.RegExp,Se=n.String,Le=n.TypeError,Ie=r.prototype,Ce=Ee.prototype,Re=Pe.prototype,Te=n["__core-js_shared__"],ze=Ce.toString,Ne=Re.hasOwnProperty,$e=0,Ue=(t=/[^.]+$/.exec(Te&&Te.keys&&Te.keys.IE_PROTO||""))?"Symbol(src)_1."+t:"",We=Re.toString,Be=ze.call(Pe),De=vn._,Fe=ke("^"+ze.call(Ne).replace(fe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qe=yn?n.Buffer:f,Me=n.Symbol,Ge=n.Uint8Array,Ve=qe?qe.allocUnsafe:f,Ye=bt(Pe.getPrototypeOf,Pe),Ze=Pe.create,Ke=Re.propertyIsEnumerable,Je=Ie.splice,He=Me?Me.isConcatSpreadable:f,Xe=Me?Me.iterator:f,Qe=Me?Me.toStringTag:f,tn=function(){try{var e=hc(Pe,"defineProperty");return e({},"",{}),e}catch(e){}}(),fn=n.clearTimeout!==vn.clearTimeout&&n.clearTimeout,bn=ue&&ue.now!==vn.Date.now&&ue.now,hn=n.setTimeout!==vn.setTimeout&&n.setTimeout,pn=Ae.ceil,gn=Ae.floor,_n=Pe.getOwnPropertySymbols,mn=qe?qe.isBuffer:f,wn=n.isFinite,Dn=Ie.join,Kn=bt(Pe.keys,Pe),mt=Ae.max,wt=Ae.min,xt=ue.now,jt=n.parseInt,Ot=Ae.random,Et=Ie.reverse,At=hc(n,"DataView"),Pt=hc(n,"Map"),kt=hc(n,"Promise"),St=hc(n,"Set"),Lt=hc(n,"WeakMap"),It=hc(Pe,"create"),Ct=Lt&&new Lt,Rt={},Tt=Dc(At),zt=Dc(Pt),Nt=Dc(kt),$t=Dc(St),Ut=Dc(Lt),Wt=Me?Me.prototype:f,Bt=Wt?Wt.valueOf:f,Dt=Wt?Wt.toString:f;function Ft(e){if(fu(e)&&!Ya(e)&&!(e instanceof Vt)){if(e instanceof Gt)return e;if(Ne.call(e,"__wrapped__"))return Fc(e)}return new Gt(e)}var qt=function(){function e(){}return function(n){if(!ru(n))return{};if(Ze)return Ze(n);e.prototype=n;var t=new e;return e.prototype=f,t}}();function Mt(){}function Gt(e,n){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!n,this.__index__=0,this.__values__=f}function Vt(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=v,this.__views__=[]}function Yt(e){var n=-1,t=null==e?0:e.length;for(this.clear();++n=n?e:n)),e}function dr(e,n,t,r,c,a){var u,o=1&n,i=2&n,d=4&n;if(t&&(u=c?t(e,r,c,a):t(e)),u!==f)return u;if(!ru(e))return e;var b=Ya(e);if(b){if(u=function(e){var n=e.length,t=new e.constructor(n);n&&"string"==typeof e[0]&&Ne.call(e,"index")&&(t.index=e.index,t.input=e.input);return t}(e),!o)return Cf(e,u)}else{var l=gc(e),s=l==j||l==O;if(Ha(e))return Af(e,o);if(l==P||l==_||s&&!c){if(u=i||s?{}:yc(e),!o)return i?function(e,n){return Rf(e,vc(e),n)}(e,function(e,n){return e&&Rf(n,zu(n),e)}(u,e)):function(e,n){return Rf(e,pc(e),n)}(e,ar(u,e))}else{if(!dn[l])return c?e:{};u=function(e,n,t){var r=e.constructor;switch(n){case T:return Pf(e);case m:case w:return new r(+e);case z:return function(e,n){var t=n?Pf(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.byteLength)}(e,t);case N:case $:case U:case W:case B:case D:case F:case q:case M:return kf(e,t);case E:return new r;case A:case I:return new r(e);case S:return function(e){var n=new e.constructor(e.source,pe.exec(e));return n.lastIndex=e.lastIndex,n}(e);case L:return new r;case C:return f=e,Bt?Pe(Bt.call(f)):{}}var f}(e,l,o)}}a||(a=new Ht);var h=a.get(e);if(h)return h;a.set(e,u),iu(e)?e.forEach((function(r){u.add(dr(r,n,t,r,e,a))})):cu(e)&&e.forEach((function(r,f){u.set(f,dr(r,n,t,f,e,a))}));var p=b?f:(d?i?uc:ac:i?zu:Tu)(e);return Ln(p||e,(function(r,f){p&&(r=e[f=r]),rr(u,f,dr(r,n,t,f,e,a))})),u}function br(e,n,t){var r=t.length;if(null==e)return!r;for(e=Pe(e);r--;){var c=t[r],a=n[c],u=e[c];if(u===f&&!(c in e)||!a(u))return!1}return!0}function lr(e,n,t){if("function"!=typeof e)throw new Le(c);return Tc((function(){e.apply(f,t)}),n)}function sr(e,n,t,r){var f=-1,c=Tn,a=!0,u=e.length,o=[],i=n.length;if(!u)return o;t&&(n=Nn(n,et(t))),r?(c=zn,a=!1):n.length>=200&&(c=tt,a=!1,n=new Jt(n));e:for(;++f-1},Zt.prototype.set=function(e,n){var t=this.__data__,r=fr(t,e);return r<0?(++this.size,t.push([e,n])):t[r][1]=n,this},Kt.prototype.clear=function(){this.size=0,this.__data__={hash:new Yt,map:new(Pt||Zt),string:new Yt}},Kt.prototype.delete=function(e){var n=lc(this,e).delete(e);return this.size-=n?1:0,n},Kt.prototype.get=function(e){return lc(this,e).get(e)},Kt.prototype.has=function(e){return lc(this,e).has(e)},Kt.prototype.set=function(e,n){var t=lc(this,e),r=t.size;return t.set(e,n),this.size+=t.size==r?0:1,this},Jt.prototype.add=Jt.prototype.push=function(e){return this.__data__.set(e,a),this},Jt.prototype.has=function(e){return this.__data__.has(e)},Ht.prototype.clear=function(){this.__data__=new Zt,this.size=0},Ht.prototype.delete=function(e){var n=this.__data__,t=n.delete(e);return this.size=n.size,t},Ht.prototype.get=function(e){return this.__data__.get(e)},Ht.prototype.has=function(e){return this.__data__.has(e)},Ht.prototype.set=function(e,n){var t=this.__data__;if(t instanceof Zt){var r=t.__data__;if(!Pt||r.length<199)return r.push([e,n]),this.size=++t.size,this;t=this.__data__=new Kt(r)}return t.set(e,n),this.size=t.size,this};var hr=Nf(xr),pr=Nf(jr,!0);function vr(e,n){var t=!0;return hr(e,(function(e,r,f){return t=!!n(e,r,f)})),t}function gr(e,n,t){for(var r=-1,c=e.length;++r0&&t(u)?n>1?yr(u,n-1,t,r,f):$n(f,u):r||(f[f.length]=u)}return f}var mr=$f(),wr=$f(!0);function xr(e,n){return e&&mr(e,n,Tu)}function jr(e,n){return e&&wr(e,n,Tu)}function Or(e,n){return Rn(n,(function(n){return eu(e[n])}))}function Er(e,n){for(var t=0,r=(n=xf(n,e)).length;null!=e&&tn}function Sr(e,n){return null!=e&&Ne.call(e,n)}function Lr(e,n){return null!=e&&n in Pe(e)}function Ir(e,n,t){for(var c=t?zn:Tn,a=e[0].length,u=e.length,o=u,i=r(u),d=1/0,b=[];o--;){var l=e[o];o&&n&&(l=Nn(l,et(n))),d=wt(l.length,d),i[o]=!t&&(n||a>=120&&l.length>=120)?new Jt(o&&l):f}l=e[0];var s=-1,h=i[0];e:for(;++s=u?o:o*("desc"==t[r]?-1:1)}return e.index-n.index}(e,n,t)}))}function Yr(e,n,t){for(var r=-1,f=n.length,c={};++r-1;)u!==e&&Je.call(u,o,1),Je.call(e,o,1);return e}function Kr(e,n){for(var t=e?n.length:0,r=t-1;t--;){var f=n[t];if(t==r||f!==c){var c=f;wc(f)?Je.call(e,f,1):hf(e,f)}}return e}function Jr(e,n){return e+gn(Ot()*(n-e+1))}function Hr(e,n){var t="";if(!e||n<1||n>h)return t;do{n%2&&(t+=e),(n=gn(n/2))&&(e+=e)}while(n);return t}function Xr(e,n){return zc(Sc(e,n,ao),e+"")}function Qr(e){return Qt(qu(e))}function ef(e,n){var t=qu(e);return Uc(t,ir(n,0,t.length))}function nf(e,n,t,r){if(!ru(e))return e;for(var c=-1,a=(n=xf(n,e)).length,u=a-1,o=e;null!=o&&++cc?0:c+n),(t=t>c?c:t)<0&&(t+=c),c=n>t?0:t-n>>>0,n>>>=0;for(var a=r(c);++f>>1,a=e[c];null!==a&&!bu(a)&&(t?a<=n:a=200){var i=n?null:Xf(e);if(i)return st(i);a=!1,f=tt,o=new Jt}else o=n?[]:u;e:for(;++r=r?e:cf(e,n,t)}var Ef=fn||function(e){return vn.clearTimeout(e)};function Af(e,n){if(n)return e.slice();var t=e.length,r=Ve?Ve(t):new e.constructor(t);return e.copy(r),r}function Pf(e){var n=new e.constructor(e.byteLength);return new Ge(n).set(new Ge(e)),n}function kf(e,n){var t=n?Pf(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}function Sf(e,n){if(e!==n){var t=e!==f,r=null===e,c=e==e,a=bu(e),u=n!==f,o=null===n,i=n==n,d=bu(n);if(!o&&!d&&!a&&e>n||a&&u&&i&&!o&&!d||r&&u&&i||!t&&i||!c)return 1;if(!r&&!a&&!d&&e1?t[c-1]:f,u=c>2?t[2]:f;for(a=e.length>3&&"function"==typeof a?(c--,a):f,u&&xc(t[0],t[1],u)&&(a=c<3?f:a,c=1),n=Pe(n);++r-1?c[a?n[u]:u]:f}}function Ff(e){return cc((function(n){var t=n.length,r=t,a=Gt.prototype.thru;for(e&&n.reverse();r--;){var u=n[r];if("function"!=typeof u)throw new Le(c);if(a&&!o&&"wrapper"==ic(u))var o=new Gt([],!0)}for(r=o?r:t;++r1&&y.reverse(),s&&do))return!1;var d=a.get(e),b=a.get(n);if(d&&b)return d==n&&b==e;var l=-1,s=!0,h=2&t?new Jt:f;for(a.set(e,n),a.set(n,e);++l-1&&e%1==0&&e1?"& ":"")+n[r],n=n.join(t>2?", ":" "),e.replace(oe,"{\n/* [wrapped with "+n+"] */\n")}(r,function(e,n){return Ln(g,(function(t){var r="_."+t[0];n&t[1]&&!Tn(e,r)&&e.push(r)})),e.sort()}(function(e){var n=e.match(ie);return n?n[1].split(de):[]}(r),t)))}function $c(e){var n=0,t=0;return function(){var r=xt(),c=16-(r-t);if(t=r,c>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(f,arguments)}}function Uc(e,n){var t=-1,r=e.length,c=r-1;for(n=n===f?r:n;++t1?e[n-1]:f;return t="function"==typeof t?(e.pop(),t):f,oa(e,t)}));function pa(e){var n=Ft(e);return n.__chain__=!0,n}function va(e,n){return n(e)}var ga=cc((function(e){var n=e.length,t=n?e[0]:0,r=this.__wrapped__,c=function(n){return or(n,e)};return!(n>1||this.__actions__.length)&&r instanceof Vt&&wc(t)?((r=r.slice(t,+t+(n?1:0))).__actions__.push({func:va,args:[c],thisArg:f}),new Gt(r,this.__chain__).thru((function(e){return n&&!e.length&&e.push(f),e}))):this.thru(c)}));var _a=Tf((function(e,n,t){Ne.call(e,t)?++e[t]:ur(e,t,1)}));var ya=Df(Vc),ma=Df(Yc);function wa(e,n){return(Ya(e)?Ln:hr)(e,bc(n,3))}function xa(e,n){return(Ya(e)?In:pr)(e,bc(n,3))}var ja=Tf((function(e,n,t){Ne.call(e,t)?e[t].push(n):ur(e,t,[n])}));var Oa=Xr((function(e,n,t){var f=-1,c="function"==typeof n,a=Ka(e)?r(e.length):[];return hr(e,(function(e){a[++f]=c?kn(n,e,t):Cr(e,n,t)})),a})),Ea=Tf((function(e,n,t){ur(e,t,n)}));function Aa(e,n){return(Ya(e)?Nn:Dr)(e,bc(n,3))}var Pa=Tf((function(e,n,t){e[t?0:1].push(n)}),(function(){return[[],[]]}));var ka=Xr((function(e,n){if(null==e)return[];var t=n.length;return t>1&&xc(e,n[0],n[1])?n=[]:t>2&&xc(n[0],n[1],n[2])&&(n=[n[0]]),Vr(e,yr(n,1),[])})),Sa=bn||function(){return vn.Date.now()};function La(e,n,t){return n=t?f:n,n=e&&null==n?e.length:n,ec(e,b,f,f,f,f,n)}function Ia(e,n){var t;if("function"!=typeof n)throw new Le(c);return e=gu(e),function(){return--e>0&&(t=n.apply(this,arguments)),e<=1&&(n=f),t}}var Ca=Xr((function(e,n,t){var r=1;if(t.length){var f=lt(t,dc(Ca));r|=i}return ec(e,r,n,t,f)})),Ra=Xr((function(e,n,t){var r=3;if(t.length){var f=lt(t,dc(Ra));r|=i}return ec(n,r,e,t,f)}));function Ta(e,n,t){var r,a,u,o,i,d,b=0,l=!1,s=!1,h=!0;if("function"!=typeof e)throw new Le(c);function p(n){var t=r,c=a;return r=a=f,b=n,o=e.apply(c,t)}function v(e){return b=e,i=Tc(_,n),l?p(e):o}function g(e){var t=e-d;return d===f||t>=n||t<0||s&&e-b>=u}function _(){var e=Sa();if(g(e))return y(e);i=Tc(_,function(e){var t=n-(e-d);return s?wt(t,u-(e-b)):t}(e))}function y(e){return i=f,h&&r?p(e):(r=a=f,o)}function m(){var e=Sa(),t=g(e);if(r=arguments,a=this,d=e,t){if(i===f)return v(d);if(s)return Ef(i),i=Tc(_,n),p(d)}return i===f&&(i=Tc(_,n)),o}return n=yu(n)||0,ru(t)&&(l=!!t.leading,u=(s="maxWait"in t)?mt(yu(t.maxWait)||0,n):u,h="trailing"in t?!!t.trailing:h),m.cancel=function(){i!==f&&Ef(i),b=0,r=d=a=i=f},m.flush=function(){return i===f?o:y(Sa())},m}var za=Xr((function(e,n){return lr(e,1,n)})),Na=Xr((function(e,n,t){return lr(e,yu(n)||0,t)}));function $a(e,n){if("function"!=typeof e||null!=n&&"function"!=typeof n)throw new Le(c);var t=function(){var r=arguments,f=n?n.apply(this,r):r[0],c=t.cache;if(c.has(f))return c.get(f);var a=e.apply(this,r);return t.cache=c.set(f,a)||c,a};return t.cache=new($a.Cache||Kt),t}function Ua(e){if("function"!=typeof e)throw new Le(c);return function(){var n=arguments;switch(n.length){case 0:return!e.call(this);case 1:return!e.call(this,n[0]);case 2:return!e.call(this,n[0],n[1]);case 3:return!e.call(this,n[0],n[1],n[2])}return!e.apply(this,n)}}$a.Cache=Kt;var Wa=jf((function(e,n){var t=(n=1==n.length&&Ya(n[0])?Nn(n[0],et(bc())):Nn(yr(n,1),et(bc()))).length;return Xr((function(r){for(var f=-1,c=wt(r.length,t);++f=n})),Va=Rr(function(){return arguments}())?Rr:function(e){return fu(e)&&Ne.call(e,"callee")&&!Ke.call(e,"callee")},Ya=r.isArray,Za=xn?et(xn):function(e){return fu(e)&&Pr(e)==T};function Ka(e){return null!=e&&tu(e.length)&&!eu(e)}function Ja(e){return fu(e)&&Ka(e)}var Ha=mn||mo,Xa=jn?et(jn):function(e){return fu(e)&&Pr(e)==w};function Qa(e){if(!fu(e))return!1;var n=Pr(e);return n==x||"[object DOMException]"==n||"string"==typeof e.message&&"string"==typeof e.name&&!uu(e)}function eu(e){if(!ru(e))return!1;var n=Pr(e);return n==j||n==O||"[object AsyncFunction]"==n||"[object Proxy]"==n}function nu(e){return"number"==typeof e&&e==gu(e)}function tu(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=h}function ru(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)}function fu(e){return null!=e&&"object"==typeof e}var cu=On?et(On):function(e){return fu(e)&&gc(e)==E};function au(e){return"number"==typeof e||fu(e)&&Pr(e)==A}function uu(e){if(!fu(e)||Pr(e)!=P)return!1;var n=Ye(e);if(null===n)return!0;var t=Ne.call(n,"constructor")&&n.constructor;return"function"==typeof t&&t instanceof t&&ze.call(t)==Be}var ou=En?et(En):function(e){return fu(e)&&Pr(e)==S};var iu=An?et(An):function(e){return fu(e)&&gc(e)==L};function du(e){return"string"==typeof e||!Ya(e)&&fu(e)&&Pr(e)==I}function bu(e){return"symbol"==typeof e||fu(e)&&Pr(e)==C}var lu=Pn?et(Pn):function(e){return fu(e)&&tu(e.length)&&!!on[Pr(e)]};var su=Kf(Br),hu=Kf((function(e,n){return e<=n}));function pu(e){if(!e)return[];if(Ka(e))return du(e)?vt(e):Cf(e);if(Xe&&e[Xe])return function(e){for(var n,t=[];!(n=e.next()).done;)t.push(n.value);return t}(e[Xe]());var n=gc(e);return(n==E?dt:n==L?st:qu)(e)}function vu(e){return e?(e=yu(e))===s||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function gu(e){var n=vu(e),t=n%1;return n==n?t?n-t:n:0}function _u(e){return e?ir(gu(e),0,v):0}function yu(e){if("number"==typeof e)return e;if(bu(e))return p;if(ru(e)){var n="function"==typeof e.valueOf?e.valueOf():e;e=ru(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=Qn(e);var t=ge.test(e);return t||ye.test(e)?sn(e.slice(2),t?2:8):ve.test(e)?p:+e}function mu(e){return Rf(e,zu(e))}function wu(e){return null==e?"":lf(e)}var xu=zf((function(e,n){if(Ac(n)||Ka(n))Rf(n,Tu(n),e);else for(var t in n)Ne.call(n,t)&&rr(e,t,n[t])})),ju=zf((function(e,n){Rf(n,zu(n),e)})),Ou=zf((function(e,n,t,r){Rf(n,zu(n),e,r)})),Eu=zf((function(e,n,t,r){Rf(n,Tu(n),e,r)})),Au=cc(or);var Pu=Xr((function(e,n){e=Pe(e);var t=-1,r=n.length,c=r>2?n[2]:f;for(c&&xc(n[0],n[1],c)&&(r=1);++t1),n})),Rf(e,uc(e),t),r&&(t=dr(t,7,rc));for(var f=n.length;f--;)hf(t,n[f]);return t}));var Wu=cc((function(e,n){return null==e?{}:function(e,n){return Yr(e,n,(function(n,t){return Lu(e,t)}))}(e,n)}));function Bu(e,n){if(null==e)return{};var t=Nn(uc(e),(function(e){return[e]}));return n=bc(n),Yr(e,t,(function(e,t){return n(e,t[0])}))}var Du=Qf(Tu),Fu=Qf(zu);function qu(e){return null==e?[]:nt(e,Tu(e))}var Mu=Wf((function(e,n,t){return n=n.toLowerCase(),e+(t?Gu(n):n)}));function Gu(e){return Qu(wu(e).toLowerCase())}function Vu(e){return(e=wu(e))&&e.replace(we,at).replace(nn,"")}var Yu=Wf((function(e,n,t){return e+(t?"-":"")+n.toLowerCase()})),Zu=Wf((function(e,n,t){return e+(t?" ":"")+n.toLowerCase()})),Ku=Uf("toLowerCase");var Ju=Wf((function(e,n,t){return e+(t?"_":"")+n.toLowerCase()}));var Hu=Wf((function(e,n,t){return e+(t?" ":"")+Qu(n)}));var Xu=Wf((function(e,n,t){return e+(t?" ":"")+n.toUpperCase()})),Qu=Uf("toUpperCase");function eo(e,n,t){return e=wu(e),(n=t?f:n)===f?function(e){return cn.test(e)}(e)?function(e){return e.match(rn)||[]}(e):function(e){return e.match(be)||[]}(e):e.match(n)||[]}var no=Xr((function(e,n){try{return kn(e,f,n)}catch(e){return Qa(e)?e:new Oe(e)}})),to=cc((function(e,n){return Ln(n,(function(n){n=Bc(n),ur(e,n,Ca(e[n],e))})),e}));function ro(e){return function(){return e}}var fo=Ff(),co=Ff(!0);function ao(e){return e}function uo(e){return $r("function"==typeof e?e:dr(e,1))}var oo=Xr((function(e,n){return function(t){return Cr(t,e,n)}})),io=Xr((function(e,n){return function(t){return Cr(e,t,n)}}));function bo(e,n,t){var r=Tu(n),f=Or(n,r);null!=t||ru(n)&&(f.length||!r.length)||(t=n,n=e,e=this,f=Or(n,Tu(n)));var c=!(ru(t)&&"chain"in t&&!t.chain),a=eu(e);return Ln(f,(function(t){var r=n[t];e[t]=r,a&&(e.prototype[t]=function(){var n=this.__chain__;if(c||n){var t=e(this.__wrapped__),f=t.__actions__=Cf(this.__actions__);return f.push({func:r,args:arguments,thisArg:e}),t.__chain__=n,t}return r.apply(e,$n([this.value()],arguments))})})),e}function lo(){}var so=Vf(Nn),ho=Vf(Cn),po=Vf(Bn);function vo(e){return jc(e)?Zn(Bc(e)):function(e){return function(n){return Er(n,e)}}(e)}var go=Zf(),_o=Zf(!0);function yo(){return[]}function mo(){return!1}var wo=Gf((function(e,n){return e+n}),0),xo=Hf("ceil"),jo=Gf((function(e,n){return e/n}),1),Oo=Hf("floor");var Eo,Ao=Gf((function(e,n){return e*n}),1),Po=Hf("round"),ko=Gf((function(e,n){return e-n}),0);return Ft.after=function(e,n){if("function"!=typeof n)throw new Le(c);return e=gu(e),function(){if(--e<1)return n.apply(this,arguments)}},Ft.ary=La,Ft.assign=xu,Ft.assignIn=ju,Ft.assignInWith=Ou,Ft.assignWith=Eu,Ft.at=Au,Ft.before=Ia,Ft.bind=Ca,Ft.bindAll=to,Ft.bindKey=Ra,Ft.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ya(e)?e:[e]},Ft.chain=pa,Ft.chunk=function(e,n,t){n=(t?xc(e,n,t):n===f)?1:mt(gu(n),0);var c=null==e?0:e.length;if(!c||n<1)return[];for(var a=0,u=0,o=r(pn(c/n));ac?0:c+t),(r=r===f||r>c?c:gu(r))<0&&(r+=c),r=t>r?0:_u(r);t>>0)?(e=wu(e))&&("string"==typeof n||null!=n&&!ou(n))&&!(n=lf(n))&&it(e)?Of(vt(e),0,t):e.split(n,t):[]},Ft.spread=function(e,n){if("function"!=typeof e)throw new Le(c);return n=null==n?0:mt(gu(n),0),Xr((function(t){var r=t[n],f=Of(t,0,n);return r&&$n(f,r),kn(e,this,f)}))},Ft.tail=function(e){var n=null==e?0:e.length;return n?cf(e,1,n):[]},Ft.take=function(e,n,t){return e&&e.length?cf(e,0,(n=t||n===f?1:gu(n))<0?0:n):[]},Ft.takeRight=function(e,n,t){var r=null==e?0:e.length;return r?cf(e,(n=r-(n=t||n===f?1:gu(n)))<0?0:n,r):[]},Ft.takeRightWhile=function(e,n){return e&&e.length?vf(e,bc(n,3),!1,!0):[]},Ft.takeWhile=function(e,n){return e&&e.length?vf(e,bc(n,3)):[]},Ft.tap=function(e,n){return n(e),e},Ft.throttle=function(e,n,t){var r=!0,f=!0;if("function"!=typeof e)throw new Le(c);return ru(t)&&(r="leading"in t?!!t.leading:r,f="trailing"in t?!!t.trailing:f),Ta(e,n,{leading:r,maxWait:n,trailing:f})},Ft.thru=va,Ft.toArray=pu,Ft.toPairs=Du,Ft.toPairsIn=Fu,Ft.toPath=function(e){return Ya(e)?Nn(e,Bc):bu(e)?[e]:Cf(Wc(wu(e)))},Ft.toPlainObject=mu,Ft.transform=function(e,n,t){var r=Ya(e),f=r||Ha(e)||lu(e);if(n=bc(n,4),null==t){var c=e&&e.constructor;t=f?r?new c:[]:ru(e)&&eu(c)?qt(Ye(e)):{}}return(f?Ln:xr)(e,(function(e,r,f){return n(t,e,r,f)})),t},Ft.unary=function(e){return La(e,1)},Ft.union=fa,Ft.unionBy=ca,Ft.unionWith=aa,Ft.uniq=function(e){return e&&e.length?sf(e):[]},Ft.uniqBy=function(e,n){return e&&e.length?sf(e,bc(n,2)):[]},Ft.uniqWith=function(e,n){return n="function"==typeof n?n:f,e&&e.length?sf(e,f,n):[]},Ft.unset=function(e,n){return null==e||hf(e,n)},Ft.unzip=ua,Ft.unzipWith=oa,Ft.update=function(e,n,t){return null==e?e:pf(e,n,wf(t))},Ft.updateWith=function(e,n,t,r){return r="function"==typeof r?r:f,null==e?e:pf(e,n,wf(t),r)},Ft.values=qu,Ft.valuesIn=function(e){return null==e?[]:nt(e,zu(e))},Ft.without=ia,Ft.words=eo,Ft.wrap=function(e,n){return Ba(wf(n),e)},Ft.xor=da,Ft.xorBy=ba,Ft.xorWith=la,Ft.zip=sa,Ft.zipObject=function(e,n){return yf(e||[],n||[],rr)},Ft.zipObjectDeep=function(e,n){return yf(e||[],n||[],nf)},Ft.zipWith=ha,Ft.entries=Du,Ft.entriesIn=Fu,Ft.extend=ju,Ft.extendWith=Ou,bo(Ft,Ft),Ft.add=wo,Ft.attempt=no,Ft.camelCase=Mu,Ft.capitalize=Gu,Ft.ceil=xo,Ft.clamp=function(e,n,t){return t===f&&(t=n,n=f),t!==f&&(t=(t=yu(t))==t?t:0),n!==f&&(n=(n=yu(n))==n?n:0),ir(yu(e),n,t)},Ft.clone=function(e){return dr(e,4)},Ft.cloneDeep=function(e){return dr(e,5)},Ft.cloneDeepWith=function(e,n){return dr(e,5,n="function"==typeof n?n:f)},Ft.cloneWith=function(e,n){return dr(e,4,n="function"==typeof n?n:f)},Ft.conformsTo=function(e,n){return null==n||br(e,n,Tu(n))},Ft.deburr=Vu,Ft.defaultTo=function(e,n){return null==e||e!=e?n:e},Ft.divide=jo,Ft.endsWith=function(e,n,t){e=wu(e),n=lf(n);var r=e.length,c=t=t===f?r:ir(gu(t),0,r);return(t-=n.length)>=0&&e.slice(t,c)==n},Ft.eq=qa,Ft.escape=function(e){return(e=wu(e))&&H.test(e)?e.replace(K,ut):e},Ft.escapeRegExp=function(e){return(e=wu(e))&&ce.test(e)?e.replace(fe,"\\$&"):e},Ft.every=function(e,n,t){var r=Ya(e)?Cn:vr;return t&&xc(e,n,t)&&(n=f),r(e,bc(n,3))},Ft.find=ya,Ft.findIndex=Vc,Ft.findKey=function(e,n){return Fn(e,bc(n,3),xr)},Ft.findLast=ma,Ft.findLastIndex=Yc,Ft.findLastKey=function(e,n){return Fn(e,bc(n,3),jr)},Ft.floor=Oo,Ft.forEach=wa,Ft.forEachRight=xa,Ft.forIn=function(e,n){return null==e?e:mr(e,bc(n,3),zu)},Ft.forInRight=function(e,n){return null==e?e:wr(e,bc(n,3),zu)},Ft.forOwn=function(e,n){return e&&xr(e,bc(n,3))},Ft.forOwnRight=function(e,n){return e&&jr(e,bc(n,3))},Ft.get=Su,Ft.gt=Ma,Ft.gte=Ga,Ft.has=function(e,n){return null!=e&&_c(e,n,Sr)},Ft.hasIn=Lu,Ft.head=Kc,Ft.identity=ao,Ft.includes=function(e,n,t,r){e=Ka(e)?e:qu(e),t=t&&!r?gu(t):0;var f=e.length;return t<0&&(t=mt(f+t,0)),du(e)?t<=f&&e.indexOf(n,t)>-1:!!f&&Mn(e,n,t)>-1},Ft.indexOf=function(e,n,t){var r=null==e?0:e.length;if(!r)return-1;var f=null==t?0:gu(t);return f<0&&(f=mt(r+f,0)),Mn(e,n,f)},Ft.inRange=function(e,n,t){return n=vu(n),t===f?(t=n,n=0):t=vu(t),function(e,n,t){return e>=wt(n,t)&&e=-9007199254740991&&e<=h},Ft.isSet=iu,Ft.isString=du,Ft.isSymbol=bu,Ft.isTypedArray=lu,Ft.isUndefined=function(e){return e===f},Ft.isWeakMap=function(e){return fu(e)&&gc(e)==R},Ft.isWeakSet=function(e){return fu(e)&&"[object WeakSet]"==Pr(e)},Ft.join=function(e,n){return null==e?"":Dn.call(e,n)},Ft.kebabCase=Yu,Ft.last=Qc,Ft.lastIndexOf=function(e,n,t){var r=null==e?0:e.length;if(!r)return-1;var c=r;return t!==f&&(c=(c=gu(t))<0?mt(r+c,0):wt(c,r-1)),n==n?function(e,n,t){for(var r=t+1;r--;)if(e[r]===n)return r;return r}(e,n,c):qn(e,Vn,c,!0)},Ft.lowerCase=Zu,Ft.lowerFirst=Ku,Ft.lt=su,Ft.lte=hu,Ft.max=function(e){return e&&e.length?gr(e,ao,kr):f},Ft.maxBy=function(e,n){return e&&e.length?gr(e,bc(n,2),kr):f},Ft.mean=function(e){return Yn(e,ao)},Ft.meanBy=function(e,n){return Yn(e,bc(n,2))},Ft.min=function(e){return e&&e.length?gr(e,ao,Br):f},Ft.minBy=function(e,n){return e&&e.length?gr(e,bc(n,2),Br):f},Ft.stubArray=yo,Ft.stubFalse=mo,Ft.stubObject=function(){return{}},Ft.stubString=function(){return""},Ft.stubTrue=function(){return!0},Ft.multiply=Ao,Ft.nth=function(e,n){return e&&e.length?Gr(e,gu(n)):f},Ft.noConflict=function(){return vn._===this&&(vn._=De),this},Ft.noop=lo,Ft.now=Sa,Ft.pad=function(e,n,t){e=wu(e);var r=(n=gu(n))?pt(e):0;if(!n||r>=n)return e;var f=(n-r)/2;return Yf(gn(f),t)+e+Yf(pn(f),t)},Ft.padEnd=function(e,n,t){e=wu(e);var r=(n=gu(n))?pt(e):0;return n&&rn){var r=e;e=n,n=r}if(t||e%1||n%1){var c=Ot();return wt(e+c*(n-e+ln("1e-"+((c+"").length-1))),n)}return Jr(e,n)},Ft.reduce=function(e,n,t){var r=Ya(e)?Un:Jn,f=arguments.length<3;return r(e,bc(n,4),t,f,hr)},Ft.reduceRight=function(e,n,t){var r=Ya(e)?Wn:Jn,f=arguments.length<3;return r(e,bc(n,4),t,f,pr)},Ft.repeat=function(e,n,t){return n=(t?xc(e,n,t):n===f)?1:gu(n),Hr(wu(e),n)},Ft.replace=function(){var e=arguments,n=wu(e[0]);return e.length<3?n:n.replace(e[1],e[2])},Ft.result=function(e,n,t){var r=-1,c=(n=xf(n,e)).length;for(c||(c=1,e=f);++rh)return[];var t=v,r=wt(e,v);n=bc(n),e-=v;for(var f=Xn(r,n);++t=a)return e;var o=t-pt(r);if(o<1)return r;var i=u?Of(u,0,o).join(""):e.slice(0,o);if(c===f)return i+r;if(u&&(o+=i.length-o),ou(c)){if(e.slice(o).search(c)){var d,b=i;for(c.global||(c=ke(c.source,wu(pe.exec(c))+"g")),c.lastIndex=0;d=c.exec(b);)var l=d.index;i=i.slice(0,l===f?o:l)}}else if(e.indexOf(lf(c),o)!=o){var s=i.lastIndexOf(c);s>-1&&(i=i.slice(0,s))}return i+r},Ft.unescape=function(e){return(e=wu(e))&&J.test(e)?e.replace(Z,_t):e},Ft.uniqueId=function(e){var n=++$e;return wu(e)+n},Ft.upperCase=Xu,Ft.upperFirst=Qu,Ft.each=wa,Ft.eachRight=xa,Ft.first=Kc,bo(Ft,(Eo={},xr(Ft,(function(e,n){Ne.call(Ft.prototype,n)||(Eo[n]=e)})),Eo),{chain:!1}),Ft.VERSION="4.17.21",Ln(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Ft[e].placeholder=Ft})),Ln(["drop","take"],(function(e,n){Vt.prototype[e]=function(t){t=t===f?1:mt(gu(t),0);var r=this.__filtered__&&!n?new Vt(this):this.clone();return r.__filtered__?r.__takeCount__=wt(t,r.__takeCount__):r.__views__.push({size:wt(t,v),type:e+(r.__dir__<0?"Right":"")}),r},Vt.prototype[e+"Right"]=function(n){return this.reverse()[e](n).reverse()}})),Ln(["filter","map","takeWhile"],(function(e,n){var t=n+1,r=1==t||3==t;Vt.prototype[e]=function(e){var n=this.clone();return n.__iteratees__.push({iteratee:bc(e,3),type:t}),n.__filtered__=n.__filtered__||r,n}})),Ln(["head","last"],(function(e,n){var t="take"+(n?"Right":"");Vt.prototype[e]=function(){return this[t](1).value()[0]}})),Ln(["initial","tail"],(function(e,n){var t="drop"+(n?"":"Right");Vt.prototype[e]=function(){return this.__filtered__?new Vt(this):this[t](1)}})),Vt.prototype.compact=function(){return this.filter(ao)},Vt.prototype.find=function(e){return this.filter(e).head()},Vt.prototype.findLast=function(e){return this.reverse().find(e)},Vt.prototype.invokeMap=Xr((function(e,n){return"function"==typeof e?new Vt(this):this.map((function(t){return Cr(t,e,n)}))})),Vt.prototype.reject=function(e){return this.filter(Ua(bc(e)))},Vt.prototype.slice=function(e,n){e=gu(e);var t=this;return t.__filtered__&&(e>0||n<0)?new Vt(t):(e<0?t=t.takeRight(-e):e&&(t=t.drop(e)),n!==f&&(t=(n=gu(n))<0?t.dropRight(-n):t.take(n-e)),t)},Vt.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Vt.prototype.toArray=function(){return this.take(v)},xr(Vt.prototype,(function(e,n){var t=/^(?:filter|find|map|reject)|While$/.test(n),r=/^(?:head|last)$/.test(n),c=Ft[r?"take"+("last"==n?"Right":""):n],a=r||/^find/.test(n);c&&(Ft.prototype[n]=function(){var n=this.__wrapped__,u=r?[1]:arguments,o=n instanceof Vt,i=u[0],d=o||Ya(n),b=function(e){var n=c.apply(Ft,$n([e],u));return r&&l?n[0]:n};d&&t&&"function"==typeof i&&1!=i.length&&(o=d=!1);var l=this.__chain__,s=!!this.__actions__.length,h=a&&!l,p=o&&!s;if(!a&&d){n=p?n:new Vt(this);var v=e.apply(n,u);return v.__actions__.push({func:va,args:[b],thisArg:f}),new Gt(v,l)}return h&&p?e.apply(this,u):(v=this.thru(b),h?r?v.value()[0]:v.value():v)})})),Ln(["pop","push","shift","sort","splice","unshift"],(function(e){var n=Ie[e],t=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Ft.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var f=this.value();return n.apply(Ya(f)?f:[],e)}return this[t]((function(t){return n.apply(Ya(t)?t:[],e)}))}})),xr(Vt.prototype,(function(e,n){var t=Ft[n];if(t){var r=t.name+"";Ne.call(Rt,r)||(Rt[r]=[]),Rt[r].push({name:n,func:t})}})),Rt[qf(f,2).name]=[{name:"wrapper",func:f}],Vt.prototype.clone=function(){var e=new Vt(this.__wrapped__);return e.__actions__=Cf(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Cf(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Cf(this.__views__),e},Vt.prototype.reverse=function(){if(this.__filtered__){var e=new Vt(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Vt.prototype.value=function(){var e=this.__wrapped__.value(),n=this.__dir__,t=Ya(e),r=n<0,f=t?e.length:0,c=function(e,n,t){var r=-1,f=t.length;for(;++r=this.__values__.length;return{done:e,value:e?f:this.__values__[this.__index__++]}},Ft.prototype.plant=function(e){for(var n,t=this;t instanceof Mt;){var r=Fc(t);r.__index__=0,r.__values__=f,n?c.__wrapped__=r:n=r;var c=r;t=t.__wrapped__}return c.__wrapped__=e,n},Ft.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Vt){var n=e;return this.__actions__.length&&(n=new Vt(this)),(n=n.reverse()).__actions__.push({func:va,args:[ra],thisArg:f}),new Gt(n,this.__chain__)}return this.thru(ra)},Ft.prototype.toJSON=Ft.prototype.valueOf=Ft.prototype.value=function(){return gf(this.__wrapped__,this.__actions__)},Ft.prototype.first=Ft.prototype.head,Xe&&(Ft.prototype[Xe]=function(){return this}),Ft}();vn._=yt,(r=function(){return yt}.call(n,t,n,e))===f||(e.exports=r)}.call(this)},35666:function(e){var n=function(e){"use strict";var n,t=Object.prototype,r=t.hasOwnProperty,f="function"==typeof Symbol?Symbol:{},c=f.iterator||"@@iterator",a=f.asyncIterator||"@@asyncIterator",u=f.toStringTag||"@@toStringTag";function o(e,n,t){return Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}),e[n]}try{o({},"")}catch(e){o=function(e,n,t){return e[n]=t}}function i(e,n,t,r){var f=n&&n.prototype instanceof v?n:v,c=Object.create(f.prototype),a=new k(r||[]);return c._invoke=function(e,n,t){var r=b;return function(f,c){if(r===s)throw new Error("Generator is already running");if(r===h){if("throw"===f)throw c;return L()}for(t.method=f,t.arg=c;;){var a=t.delegate;if(a){var u=E(a,t);if(u){if(u===p)continue;return u}}if("next"===t.method)t.sent=t._sent=t.arg;else if("throw"===t.method){if(r===b)throw r=h,t.arg;t.dispatchException(t.arg)}else"return"===t.method&&t.abrupt("return",t.arg);r=s;var o=d(e,n,t);if("normal"===o.type){if(r=t.done?h:l,o.arg===p)continue;return{value:o.arg,done:t.done}}"throw"===o.type&&(r=h,t.method="throw",t.arg=o.arg)}}}(e,t,a),c}function d(e,n,t){try{return{type:"normal",arg:e.call(n,t)}}catch(e){return{type:"throw",arg:e}}}e.wrap=i;var b="suspendedStart",l="suspendedYield",s="executing",h="completed",p={};function v(){}function g(){}function _(){}var y={};o(y,c,(function(){return this}));var m=Object.getPrototypeOf,w=m&&m(m(S([])));w&&w!==t&&r.call(w,c)&&(y=w);var x=_.prototype=v.prototype=Object.create(y);function j(e){["next","throw","return"].forEach((function(n){o(e,n,(function(e){return this._invoke(n,e)}))}))}function O(e,n){function t(f,c,a,u){var o=d(e[f],e,c);if("throw"!==o.type){var i=o.arg,b=i.value;return b&&"object"==typeof b&&r.call(b,"__await")?n.resolve(b.__await).then((function(e){t("next",e,a,u)}),(function(e){t("throw",e,a,u)})):n.resolve(b).then((function(e){i.value=e,a(i)}),(function(e){return t("throw",e,a,u)}))}u(o.arg)}var f;this._invoke=function(e,r){function c(){return new n((function(n,f){t(e,r,n,f)}))}return f=f?f.then(c,c):c()}}function E(e,t){var r=e.iterator[t.method];if(r===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,E(e,t),"throw"===t.method))return p;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var f=d(r,e.iterator,t.arg);if("throw"===f.type)return t.method="throw",t.arg=f.arg,t.delegate=null,p;var c=f.arg;return c?c.done?(t[e.resultName]=c.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,p):c:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function A(e){var n={tryLoc:e[0]};1 in e&&(n.catchLoc=e[1]),2 in e&&(n.finallyLoc=e[2],n.afterLoc=e[3]),this.tryEntries.push(n)}function P(e){var n=e.completion||{};n.type="normal",delete n.arg,e.completion=n}function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function S(e){if(e){var t=e[c];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var f=-1,a=function t(){for(;++f=0;--c){var a=this.tryEntries[c],u=a.completion;if("root"===a.tryLoc)return f("end");if(a.tryLoc<=this.prev){var o=r.call(a,"catchLoc"),i=r.call(a,"finallyLoc");if(o&&i){if(this.prev=0;--t){var f=this.tryEntries[t];if(f.tryLoc<=this.prev&&r.call(f,"finallyLoc")&&this.prev=0;--n){var t=this.tryEntries[n];if(t.finallyLoc===e)return this.complete(t.completion,t.afterLoc),P(t),p}},catch:function(e){for(var n=this.tryEntries.length-1;n>=0;--n){var t=this.tryEntries[n];if(t.tryLoc===e){var r=t.completion;if("throw"===r.type){var f=r.arg;P(t)}return f}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:S(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=n),p}},e}(e.exports);try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}}},y={};function m(e){var n=y[e];if(void 0!==n)return n.exports;var t=y[e]={id:e,loaded:!1,exports:{}};return _[e].call(t.exports,t,t.exports,m),t.loaded=!0,t.exports}m.m=_,m.c=y,m.amdD=function(){throw new Error("define cannot be used indirect")},m.amdO={},m.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return m.d(n,{a:n}),n},n=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},m.t=function(t,r){if(1&r&&(t=this(t)),8&r)return t;if("object"==typeof t&&t){if(4&r&&t.__esModule)return t;if(16&r&&"function"==typeof t.then)return t}var f=Object.create(null);m.r(f);var c={};e=e||[null,n({}),n([]),n(n)];for(var a=2&r&&t;"object"==typeof a&&!~e.indexOf(a);a=n(a))Object.getOwnPropertyNames(a).forEach((function(e){c[e]=function(){return t[e]}}));return c.default=function(){return t},m.d(f,c),f},m.d=function(e,n){for(var t in n)m.o(n,t)&&!m.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},m.f={},m.e=function(e){return Promise.all(Object.keys(m.f).reduce((function(n,t){return m.f[t](e,n),n}),[]))},m.u=function(e){return({29102:"branding",32143:"app"}[e]||e)+"."+{59:"6075dd0ca045145798c4",76:"0e9985cd2b8fa4884ca2",81:"a1c024e49011b656028a",199:"ebf2607f43450f1e6abf",210:"5cb36807c6df4aad345a",452:"25b5c6858b5af1026d18",475:"aaddfb79ed835a0950ea",531:"0a68321c73a253e9f4e2",722:"c92a26123f9abc0e1bf6",933:"3da05a6d5925af03bb6d",1086:"0bfe4afb1f0b80178f42",1170:"7f4785b6a00136aa56f3",1182:"c7c1827b651012d566d7",1419:"9894b1ae015fe1355973",1469:"dc64cc73961b633fccbb",1476:"ebd5b997305149b4256a",1486:"5a7a624ae879c7efadac",1586:"7be6dc9e8f010b1b3d2b",1618:"f0eca12f89a4638705ce",1707:"a066df5af6101ee97aa0",1730:"57874548315a9ce3dde4",1737:"9dad2edb5a07719ad8b3",1844:"bef523f5553bbf877ed1",2067:"93bf101ebf5a13119cc1",2235:"ce70d1f7c975adbe2440",2284:"d247992ab2bd32dfd305",2315:"238caf3a865afc675578",2332:"d844b3e2c5b4c26dbe3b",2385:"e995bf91726c156a6dc5",2399:"49e730541608e71553d1",2454:"4cd5261bb6abee0dc5b1",2505:"887b2b74b44df35fbdf6",2538:"e69cebf772b74a76fbf7",2584:"0b182afb99c1b10572e6",2590:"ff75142473183f905feb",2598:"d272f723f1115005a39e",2629:"f36943985fff7ff2d8e2",2722:"bb95e6235dca53ca5557",2792:"79cb72cb3f0fa04af0b3",2825:"abe23211951bb9fd39df",2967:"67b84da59df8b1df3a42",2981:"b30551d48e4aa6e2d514",3002:"7c0a33eacbdc8a8f9eb7",3043:"8c3d083e431fd68a5aae",3108:"1884a3eb46d5bb768685",3243:"1508640f027343275028",3312:"b0087adca6c5b0550de0",3375:"16475db76c2c72ce46f4",3415:"740d4971a5e3ade30a81",3521:"084e4adf7cfe0946ee81",3591:"a9ce622dcb16e45193bc",3686:"f768593b3b2ced150aa3",3826:"ac56ba95a3c4497b6de5",3885:"41f0b138d70ffdc78bf7",3886:"2526684c017a90752df5",3946:"6ed77109edf2a5c7e437",4169:"31ee2401aef38bd17ab6",4242:"5de0f968e82b0da569b5",4329:"7bba9877b7ec92f4c7fd",4504:"9df3812dd45c13f743fd",4506:"5ed039ec8ac7a938784c",4526:"d4141062f86994bc9dea",4571:"f6af16908762c608446d",4632:"78dc72e9830514196615",4661:"4f8f7636e9030f0c1091",4714:"cea261c9d316724a133e",4796:"a11f598f4a7d4bb317aa",5178:"700716b83f2d0c352c54",5222:"2e933376ae18bc8922ca",5604:"1d3ad12206d0bb162e56",5620:"9d4cb6b7891226cda279",5660:"e57a0a309c6079d662b8",5702:"d77c5a075e947576836c",5738:"8c6b01e42b3581423783",5783:"bc25df1e9b58ef3375b7",5785:"45ae827a89aadb6c91ee",5814:"1d7c6c688f05a24959b9",5842:"3211afc897b400ca0378",5903:"34a9cdfcebced6124faa",5977:"b03be67f3feea834f30e",5995:"d04ecdf8a17b91ba2740",6014:"a98cd21249c653d57546",6039:"7ce511d806d3b5e0d01d",6059:"eac93b10d3a1efac736e",6250:"15cd795c667c0906da74",6254:"2b330e32c94a2a1688b0",6362:"73fd60f2022f84fdbd55",6475:"cba73698192a233db139",6568:"aa8a8ce80adbd4c26635",6574:"a26aad3db1e3da406a30",6643:"6669d97259f9ad72598c",6721:"473873fa6b435e80a987",6723:"d1fe0d1807fb3d2998d9",7098:"c7a8dd7fcd944b21965a",7166:"dd0da5c5862956b03bd2",7172:"5f2a88bbbf2d614f9328",7218:"68b100f41996c2057275",7253:"4fd8ae6568cf5a92f558",7379:"992fa83638e2b6bd2d0d",7388:"be07e830535d727a7e4e",7439:"f6729bb78789630f0b23",7471:"4d283ef1e67d9de83bec",7474:"d8783b7a8cdf920bbeaa",7517:"fa2ed2cc16dc0e9857cb",7571:"0ccaa0180e6c1f8fac6f",7670:"4b67dd45f417bda4c505",7775:"fe6d27562238c183f2e1",7829:"1d0f33cae71a6d651e9f",7900:"e10e9ae0be7523af37ee",7985:"3dccdaebcd9de43344cd",8031:"334391d532ac73f62a03",8097:"ba624b17f9fa823af180",8338:"f8235884a14434f09ee9",8386:"e1d2f56b24498e97f23a",8387:"4f19ae2a707fbde72b0a",8744:"ecc73d565f247710d027",8870:"8e031aeec9a2dd66d7c0",8997:"42fe8af3e498ad36ec38",9037:"1dab42dadafc67d1dca4",9047:"eaeea52a119f30518078",9050:"ec72bad6569c97185bd6",9178:"0e97862cd11aef7802a1",9197:"2f117af4847e028a15e7",9208:"68c9b5ec8ac684d8a7cb",9211:"dc234dbb2b37a4aba83c",9246:"1cbb41a33f2cd7dd5d24",9377:"29a8798d2ed5965a00c1",9402:"8a739d9e87cea399f325",9556:"1afdc0d213a7399738c9",9624:"062b525c639ef7466b89",9720:"f373b9b17fa0e4120a98",9977:"5c0861d4fc2331146c18",9986:"2f90c2bcc666740ee7ec",9991:"58379d95adbe9405d1c4",10106:"79f9c2ea2fea1637895d",10297:"989315064ebb66537217",10346:"92454db1eb2e84fe3a22",10394:"f8c4ebcde820c3b99b0a",10438:"b9d9c5f4ca0fb7455519",10461:"83414690a417d987fd15",10681:"0bdb512592aedbdf53a7",10705:"e173b89bafbcff337633",10810:"f6a2f62d090275e2f9fc",10856:"76405070f81122080c2e",10873:"18b8a9959f83a6d1a53a",10879:"f8883559584cc6ed4652",10938:"a5a90d32dd2699951217",11012:"a8da606aacc544b339dd",11028:"365dda91bdc0d84fbdf0",11105:"625063a33040d2ac7a7a",11135:"75a4ed43af51527d6a17",11212:"4047a16747383c2d4261",11386:"f33bf5b4279c68a8636f",11401:"f1ee97cddc4623454007",11463:"085115983cb613d4c791",11530:"8669c9a464b0c68a71c0",11717:"e50db1e11910ee56b587",11728:"758cfd10558c77514e4f",11944:"0b384e622a73360bf1b2",12093:"af4529762599dea5cb49",12134:"a3801a6cbc72a34a8b5e",12137:"2f20edcea433d7987fd9",12243:"a0a70994da9256d0894a",12250:"42bdefd3283a906d43d7",12290:"e350c6d819c16139bd6a",12307:"0beb7c12d121b7351b1a",12409:"e1eccfd03a2aea448242",12472:"a9e6aa979e7dc645a478",12990:"cfca188871a623bfbdc8",13193:"e1795fe52fd32ee6a238",13285:"60a00efc49187070f2da",13291:"903458481a7924099cd4",13356:"0d390ce85e316d95c47d",13384:"ee8d592a0bac509d6534",13527:"c3937719105b47578715",13568:"593495f70f10e750ef86",13578:"d51d1d7f61b6c9669c87",13658:"bb6770993cc852fff58a",13722:"76520c91f508493f8f3a",13771:"d61acbbfe43fcd232d89",13822:"378fcdac24caa22d0497",13861:"014634bd99242234e32a",13929:"78b810e80e53bad3ae3d",13971:"6fced4312bcaca99c329",13998:"af63cc162e522838f831",14317:"1dd23579e679254452c7",14328:"8d8ec43b8a7afa29b644",14416:"5dc6d604d32c80b2bb7a",14430:"a83cb728562cafd813d3",14527:"09fb12488da5a9244ea8",14665:"1106cfcc16e14337cefc",14673:"4d1075ffa9e776a2a948",14687:"6ea23e9b139788cca98d",14732:"52ac9c48c61e290beb34",14739:"4ac3bc809aab5c868b08",14862:"da6de7f558830d2b428d",14899:"1f858a08c6e662a18b04",14998:"7762c7e65847f24633b4",15010:"3af99d1ce6aa6e016db4",15444:"6e56ee9e07388b1bd249",15529:"fc034175ee0a5ad8aceb",15551:"ec9be40d02f3efcc7cfd",15770:"75029e12c97e128769f2",15813:"71b7a3feded65ec87942",15825:"521e4225f0f7ae819fff",15843:"ff775e45fdd5ce3e4600",15929:"7d477c84552b86da0541",16074:"128027f30a720edc9cca",16199:"3c8e6e5d59f4f2107046",16386:"680da4aaa1b88cd22ca1",16536:"7a5b2783db85ae6d32c9",16654:"53ffb55fc2aa25677227",16664:"6e883b9b66318c6e1145",16684:"efadbd9fa36ad73ac92a",16874:"f0d3c7c9cafb95e002c5",16913:"53edb31c177d789550d3",17030:"a5af2403b48f42a112d3",17039:"287ee19e457cd89c517a",17053:"b79d6cbd76c02d6c7b8f",17071:"19f6d28369008556f9d8",17285:"864c5f5b9b283eeeb670",17300:"0acc1cab4b23c59337f1",17375:"1d6a327542d65aa770d0",17486:"5bec486263e5a7aae78e",17568:"c8f23728f889e8be2a93",17588:"80dccc60af380353bc49",17716:"81a1f4bb862c4519d362",17926:"d761dc3d16d2c4751d73",17957:"873ef64052d23bd1b6b0",18024:"57fc366a31f27d1fbfc7",18044:"3d26d131edb2cc3a2ea6",18064:"46484cc1b55b8829b012",18077:"3b5fe34f38d3a392ed6a",18095:"970feb8d68d59e6239e2",18155:"1c5629bf0b585115bdcf",18165:"275f39801badda049f10",18167:"ab69fa2374502313d8e0",18196:"abfca30b10e952e641f6",18276:"f9d7351e27ba323e93e2",18342:"73d70fec88aa482a984d",18413:"60b30541935308e0c733",18645:"2e63ff9992f965421bfa",18675:"297f671de54baeef3b7e",18697:"edbe4100c5216e2eeb82",18799:"d1fa29e78d4eb353cdd5",18850:"41b6cd1b0a2184e1d1c8",18855:"5a3f1d975e6742748114",18927:"37edba7b34ca676cd796",18941:"202a0d8fe5b9bd72be20",19073:"fe22fbcd4f3772565079",19257:"378f8243d9cf8855b82d",19267:"ad65010f666ba011aeff",19320:"cfe6154be49b3103f8bf",19457:"0c11c754b6cf4063641f",19501:"068ec96a9739dd0ea091",19602:"2394c685dab5425d0888",19656:"18a341e05e5e0bf0af16",19844:"4e30250e67c809b40442",19862:"5733e534e1d45ca0714c",20024:"ce39b036d77bfb4bc659",20055:"170dd67d0cdd123c7ab5",20248:"4c33386f8fcd85beb5d1",20281:"c3aa87cf7831c99699a9",20303:"6453a5a1b50329befe1d",20390:"821e7e8e20354ae11716",20399:"5bc2c7e7095546441209",20444:"1f9608e3b32c613fb718",20500:"82236845ab0b6d960982",20556:"c3d1a4cf1d7f86ded98d",20560:"1eb007e740a05f8b6db4",20596:"3a5e76ae0284c568ce8e",20601:"b930fa6823356946a1c8",20636:"4bfe7cd11dcac594b6bb",20718:"b4e9d572b450c637329e",20874:"ccbb64cbecbd7bc7862c",20919:"834f0f87e9015517263c",20973:"43930ee48a40cd793ecb",21146:"4f4ced3c169dbb3e4a55",21239:"b7c8eaa775ab22ad012a",21323:"5e0211ed8012cca70f5a",21608:"6bf6a667ff679c6d6477",21681:"ae4022a713a4150e2497",21921:"fe32bcb7b2293183806a",21993:"7140fb0bf21cf96484bf",22048:"05e43594b6620211b06c",22151:"af39cdfded827324e0c8",22155:"8bf2a4f19cdd0d516858",22273:"029cb01b5fac17dd9e26",22387:"5ec3966bc1edea312100",22622:"eab02413b03c4ed129c6",22731:"1876caf650c3ca73bb71",22966:"7eccc295ee3e627ba1a6",23187:"c9fa0cba382175db393f",23213:"4d064e89195390812c2f",23224:"5d87cad66591caf71aae",23457:"9f6c9d7b3c7c7a9a346c",23518:"b1c03fd26bf02d01d0ee",23588:"dd0615da70b8e0f04c79",23739:"714ee4e7897514a7b054",23767:"380be89206028e424abb",23847:"898e8492d9bbfae26094",23860:"6e9bbe8f7bcc9974401f",23954:"8492a648ba6c2f01de1a",24156:"00663355afeb9edaeadc",24219:"d8d250b31ad3837577df",24236:"14d9b9515329516df5c6",24410:"21bc47d2994a46ed1e22",24629:"6768b9bd9828b86ea41b",24737:"c64f6af9a56e363ce3bb",24754:"ef03e0f1da518791efcd",24755:"e336084118a97c3e39f4",24789:"6ee54ce04d68146a92df",24931:"c0bc10eee3e0c2974537",25046:"39455b6772054efffc11",25049:"b5e0a0a1ff21111fb0e7",25166:"d87de065dbef82ff82b0",25209:"76c5b4afac9fe6aeaf6c",25259:"ee828769c99b9237503f",25274:"55a6d982dcc5f905a6bd",25372:"719cf683c1695a882c96",25408:"61f4209e1be138ac4590",25431:"fc4b8d151f8c813540a4",25453:"2af64419fb6f743be4ef",25469:"a9735b144382fea154de",25490:"edcf9cde1fb970ea0cb9",25502:"6cacfef23071fe63d3d2",25693:"885a8281d5d36122e7d1",25772:"79cafd3a1d68021d496b",25803:"e971752525138e127081",25809:"8f22dc4ea7c4801bde32",25833:"a1c92a59a96576ca3012",25920:"403a342a2719234e399f",26037:"0ae2a969448ac60ee52d",26091:"a6e5a3093f969d3def2e",26110:"2d19e0ea592df4f267a5",26236:"38b7299aab84c567f172",26285:"e471f1e9c793773481a5",26367:"36d562aa2cd54d0a2be2",26448:"690277e4753ecbbfbe1c",26531:"2d6463ee646d32c220e5",26570:"cf327df88068da61e634",26934:"e4286f790abfa8ac7b1e",26970:"a968dae3aae61deb307a",27008:"7819603ecbfba2cc8adb",27035:"b3cb721066ec1d53e322",27188:"827012be9a1c766160e1",27618:"51baba21362b44f104bd",27681:"7335468795be2fdaffdc",27779:"eb3bf08743dd8f1e73ed",27910:"4381ad91875a6d1161b5",28052:"5b26a01571a5270a37e3",28066:"4d60c8f90f29a2171339",28159:"b9e4529abde38033e793",28162:"1a2a761d202582c31248",28241:"2c10bfb578a9ecaaad3e",28254:"54854380cedd5c367ce9",28378:"8ce5a74674193a32e012",28691:"e2ea963341d5aa2e3e56",28864:"30afc9e31e2accd7cd03",29102:"7ae9e81829061b086331",29136:"33b95afc04388be4a41b",29165:"3897dfe6a86e08e92599",29279:"ebe6e487fdcfd8ae972d",29322:"491674491c3d40e293ba",29465:"6a2999b5ebdf00a293da",29518:"04fd3f004ca23d745b23",29629:"de4bdd08e0e34857f51a",29670:"a122ddcde5a9aed8223d",29705:"d69d7cbdadded408ad99",29734:"ea81a1eb8fd73ffe6f60",29884:"08cf0783c8dee5c97cb6",30029:"9ec6440a9fb2a0c26e8d",30107:"3404d80959b21517632d",30156:"7657b70038bca86a1e18",30164:"40aa21d3865ff8a3f8b6",30258:"61dd300f25070824a7ac",30377:"6523c837f08865b72b56",30483:"a9f4ea91090e3e00de79",30602:"146df9953e4de814eb7a",30743:"87cd1ca68d2958c0c7ad",30977:"1513f7f7fa76e018be27",31010:"b3292cc4de06bd048476",31034:"9e7229651a0b3bcd7f93",31132:"3a3d861679200eae639d",31242:"055b59c08311d76cd5b6",31362:"1854ba2921091fb6da20",31428:"bf6f9d77db911d222c64",31591:"1a716aa72ce620c202a0",31737:"7a710f4d4ab6503c6928",31882:"89d215f5556720a1e29d",31895:"e6535cdb852cbe1ca8f4",31936:"d5240cd8b2525ed453ad",32020:"86523f0f9c72edeb176f",32143:"8ff7a2c0906e6bbcfa13",32421:"0675f913ea742cb5c5e2",32450:"2d0cf807c707cb2c4e06",32460:"28cf920a64abcddcf464",32479:"821187040f1b7ac5c330",32498:"999d9944e38ce57a6e07",32610:"7b67efad42b94549a0ca",32765:"7bc8ab79a08d1670a14a",32771:"45e338b8752eb458f8a7",32796:"3babdb8c47b63e2d08f2",32800:"be0ed481793ae15e44bb",32836:"5beb1b658c754e60ac08",33080:"a26894045eef51649f0c",33131:"3e04c7636a10bc337d77",33175:"a71bebdd0d9b1d5c22d7",33187:"021d016724a28be38aec",33318:"e6b29089727190fc4e88",33351:"9612e24e2ee5a1c0e26e",33647:"c6c1f2d89186d0228f63",33698:"c0bc07b639ddc8c73fc7",33801:"bdfe9f63e84423a8e49b",33812:"6bde3886e7e5848e857a",33986:"7d160eff57d819af9972",34010:"ebdf110e48b8183f4783",34143:"1d1ccf54152d4764e20b",34258:"b1b2166c330ea456cfb4",34280:"2f33312dba51385a0b96",34336:"dfc5f2c5bb228f1457ac",34374:"d51abc4184cad7ada39e",34402:"4b813ce8bd8e5a9446b7",34502:"c58c347277558b9b0657",34529:"a95cc47c43be11c0f0ab",34714:"c008b219342eaea59dc4",34720:"a049ec5777534cc00f70",34739:"c48bd6e7bd3a65c7fdea",34840:"bd0bd7f3cd47ea99ce99",34841:"408d5ba080fe96f43cc3",34887:"70a4a36059af6cf954ae",34895:"86717aa18ea38096cd15",35165:"1b7b4d782db5ea1eccc9",35317:"01959570e1eb32fcea98",35320:"36ea32c56e6e2231ba6d",35487:"fc13b22d707b5e6a171a",35494:"efc2e954e54fb637427e",35519:"25bd11f7b7eccad74673",35596:"c8ddfcd278bf323d9ddf",35614:"7c9cdd08ff6edbe83bbc",35673:"7af7a06763a77663b37d",35680:"08b3c6f318b298b51f45",35721:"c308e1e84862c4123444",35746:"e2b824381f019f0927b5",35808:"971eef6e26a1417a1ebc",35813:"8e347870213da1a2b00f",35924:"f67ba0dff5389bbc0500",35939:"522def0d45e6cc5c01dd",35945:"91fc87506fbda73b6c80",36023:"5650c604d5bbedae459c",36068:"842960c13eb2a56b47b9",36150:"7102c62ddbacbbffc516",36206:"1dbd0f8a044492ecca33",36380:"febd36830b418962972f",36540:"809187646f07df282f4d",36551:"e06d386c36768f718d98",36606:"9b27e2e9f11e6ad37060",36735:"13d4ecfbd5351f720bb2",36784:"6968597358d8e12f8221",36958:"83ab042afc0c26cfcb2f",37219:"130bb189beec96018e76",37223:"5770c2fc96cf1f9ddcc2",37462:"3d33846bdba3d754050a",37568:"beb7fe08df089ee95621",37611:"cf259185ba3841d597ec",37802:"415780ba7ba015f96938",37929:"5ef12f2cf4c137144282",37949:"e5e88e3bfa8eab2143d1",37980:"c522b943ed7af408376e",38083:"f77e59ffc8ada42d71f9",38087:"af92159235dae5060187",38131:"1ad364d88f79a2d2253e",38155:"347ba73d177d5dedd533",38309:"afd2ad33c477dd546088",38310:"7e515671b9a6b96e227f",38378:"7d4f2c094bbeb24a3fc5",38412:"538883dfe31a75b0743b",38469:"efbd35e99bcf3461c9f3",38638:"e57375bc797dde22202c",38778:"a0de6e7d090658377d37",38816:"7c1472701d0d751226eb",39037:"766d6f9a34f8c90a6443",39054:"5c36bb0f8e1d11f24402",39065:"c5a0ce040b0b4ed4309b",39068:"aba7c0ba134ef7162bcc",39194:"8575f2e586a53d1f7a3e",39256:"1c09ff9e45b840dcab10",39443:"8ece24cd0ca888a7bd89",39465:"dc34502f327ecb854a72",39528:"6b4d70352a06f6dec1ec",39580:"3b7327fa58af9c0b7bd7",39613:"5f37f9a10e94f8e673aa",39624:"505b4707d3894d148d4f",39793:"f7c09af8bed01a52aa0f",40145:"cf9584ecd6be83273785",40178:"fea7ec4c9a00aa619b53",40291:"f6a1090811629e9a0aa3",40298:"b4b2a78527de37f3d8fb",40604:"5d5e9e3b1ed885741b3b",40707:"ca14aa20a40d2283e4b2",40727:"37dec3fea7ba8755dd80",40761:"c8fb6dc2d02940b3a60b",40889:"644c48b2839d68aa6a96",41079:"6cc6925c23c6ab745c96",41124:"b1bb18c22db8af88de3a",41153:"dce982f00b3513287e99",41333:"90baa738f1582d13b3ad",41504:"34db5226359bee47b2c1",41553:"5b0cfe5bc2b63b6e8490",41735:"7cbd9fa0757fb0760e56",41904:"4817039304b4aa808bac",41919:"a6779a3295afc0939031",41994:"70a7e45ff7597bd6910b",42018:"42b98139fb218fbb6a68",42028:"f63ac26b9db4c5067daa",42053:"344edd630854ab0dbecd",42068:"fff07e1bc808a1d95537",42146:"acd5758e0ef7c2feed57",42222:"468b9918bd2891717b30",42267:"aaff27bfb258c4bb0864",42278:"07164c61965a2ba2e4ec",42329:"2d4963bf933e5807653f",42506:"7c3c596062c1de749afd",42539:"6cec9bee357dd1d9ba8b",42553:"0496a6111553b2269c01",42562:"fd8c86dc0f017e167ddd",42627:"8ba2dbb8c68afb946ff0",42701:"047b4fc4bd19c49a97db",42733:"126883b3bd688d72dbd3",42765:"1d3db1e975cfb5afe904",42866:"d50ebe1c5e4ef9cb0f3e",42937:"e41aa106b477f6d4e703",43040:"adfad0696e5d8c359bd3",43120:"2b548eb3f638bdaaaa8a",43369:"1f33bf7a493b6d7ebffe",43451:"3a00b3baa2427868be29",43590:"3756649bbc329844fce8",43673:"fdcbc229ce08f2daaf0b",43720:"dcd6af58abdd52f29df6",43792:"2b4ab9a9c2ca5426e63f",43846:"5bdaecf8488cdb5c26d4",43973:"47663e98c8c4e8d0518d",43982:"eae06d04e4ffbbe59ae5",43990:"043b04f443a335353e70",44078:"f744dbb9a357e13d5810",44538:"5e8b2e927262bf6e8980",44561:"1b9dd8db85c9f48abcf6",44562:"d638a365b9dc129947ad",44566:"61cbf94b2565ba49d017",44571:"6607e3677dfdfbc3058d",44608:"a7de32041b28b6c1244f",44647:"3106a05361928eae3358",44845:"e16b9691c0b12f8778d5",44979:"95aa037aebbd3a892896",45038:"f7f0b2cd4ad8d9f9ca1e",45289:"da97eb688884f2273472",45313:"fcd75cc97b870b4f80fd",45349:"8e8afa57910e2a3760c5",45434:"934d7420ae8a01c6402c",45438:"51bd67423f0d4b3dfcf3",45594:"1fa7018ff0ebbd88a336",45615:"489133cd493b7eb2ac91",45637:"dfd6205127e065c658b5",45647:"0556c5ebf905702511e3",45680:"60aebce1437e6624e16b",45797:"471adefc642a491ffc02",46317:"4f9f995729ac1b5a7a80",46329:"f3b048772c8018593d28",46508:"88120878c84e79069762",46510:"df3509a4df1fe97bb78d",46641:"3caac7ffafacc3cc5958",46756:"4febd997c8f682a3572c",46926:"c6e67a8918efa13c68ac",47061:"6f3a68570801b6d206ed",47074:"9e6509c6c79121feb2c9",47233:"eac5abaa5db54201360d",47592:"96343cf39a469a76558a",47598:"6267deaed79b33b490fc",47600:"3837d5a1e1ff5be44de4",47649:"551f62f81374ecf0044c",47671:"d93f7f8edc45ec981a09",47673:"766bfcaaef310f54a8c6",47681:"8d04ff8c72c6c59f2790",47682:"0d5d11dfe87f527a9c19",47692:"a74e31a5466a203b4038",47696:"5af23152130bde79e1d9",47863:"029d0e73a534744079bd",47877:"a3c38221cc9258ac09c5",47913:"0169883ca9c066f9109b",47928:"1e20ed4c7cd0f5679754",47957:"99d6dc68142938522227",47982:"d1a7429e7b59de8b923a",48067:"3d848cca2eafcf48e1f1",48088:"cdeff3077e783c494124",48179:"fd636c7b4a25c9e8a850",48208:"5843b82e33d72ef92552",48221:"f35e851622594cdb0dcd",48226:"b75dccb1679aad3de21b",48415:"0ed99de5e0529491c1b0",48426:"fa8dbd89dd539f497526",48563:"a5c4d23323ba93061d0f",48804:"a1c96652f4fed358a8e9",48837:"2010ade7a76befb6e5da",48948:"85e0b3d9ab9fcf612e59",49062:"c80bd439a4d25ee5c429",49255:"df18dafbcf20a719a19c",49353:"b4ab4ce5f3e25e6705fc",49396:"005f23caca3a61f8042f",49427:"1658f5e0d5347072bc6a",49502:"6a31d619d96bd5d6cb3d",49746:"ed2d2539bd8553857311",49784:"4f0fdce805acff1dbb1e",50058:"43cf6897c50f8fabd079",50070:"c16e2b29432fb67217f3",50093:"3bfcf5eac11cf15aad54",50168:"1ec86452e7e6544d541e",50222:"8589085e422289c1fac8",50569:"5eb247321b36c37f4327",50592:"25d7e5ec41134515697f",50597:"74001a7b457b9ddf4e7a",50760:"b29f1930872eb6b21535",50771:"b76421873af4d8fa9126",51035:"96ade57d6b56804e81b5",51113:"cb7b89b6acded52194f1",51165:"1c2088da967bff774573",51210:"b4c242fc8a12cf6ed600",51345:"9baadfa72293ee97a518",51399:"92263f3154ec481507b4",51457:"3245a343323232e3fe48",51514:"3f9ae3c149df7aa839b4",51524:"6948d752ffa15c84210a",51664:"78e19302aace8511a7b7",51669:"b9cd6c86303815feacc3",51888:"20c7f3002c97eac42bcf",51908:"9b84aa15601dbf414d40",51968:"567469870ef8e0defb7a",52042:"a9e47c7d054ef7bc0dc8",52049:"cd428d0db4b6359cb4bb",52131:"879d5745cfe94e87018a",52142:"ee1a8d4ef68b8acfc0a0",52161:"4b1bdceed27b333cf220",52200:"9c3ed51ca8b722f2092a",52221:"cfcdd9effb9aa138422c",52273:"7c7d25874981be46f026",52569:"70b80c7e51f61d23251a",52576:"8ab7dddfb9b74ad475ea",52663:"5690dbeed1dce9f89a1d",52683:"4853de4e46be55dbb33d",52800:"31d83c7e538d3c6e26e3",52816:"72a6f8f55f3b5d96326b",52857:"e8fba7d2ad9546a8c779",52871:"006ce4f4756749e4d9ee",52881:"55aad363f85cb10e48fd",52956:"df48aec04ba03db59c04",53200:"376639c0c78cd2c8b0c4",53201:"412c414928df37aa4031",53228:"e72680eae308dcd20e1b",53266:"e5a2e540acff79050547",53519:"b9eecb8e129c445c2f16",53533:"e5600fb66ba1cae3086c",53623:"c277f484b996d78c4c49",53669:"e15b81287e1c6f9c9de9",53796:"6f5e240b12e4c4acf522",53822:"d6d776cdf228599d667d",53848:"022fdc5dd535764e33f7",53988:"e1042c0b8e3d81a12906",53998:"a64787709297999bfdce",54052:"cf3e7422e82ce82ad45e",54089:"c480dc4b47ddd36ce288",54135:"b1489ab8f9dc8df60080",54222:"2142099f86da5e058727",54287:"aec8350f02dac0b535ae",54325:"9b142bbbd035987c0c83",54491:"483c3a7f4ec2f48a4641",54503:"35a6eeb87141e13db279",54542:"719ee8e138d2f577fafa",54547:"d31a578bc2b48b30b3eb",54654:"3370f71bc8f0e34569d0",54656:"05e73eaedd20088623f3",54947:"5be21d562db7c8cabdac",54985:"ec68ebf87614ea40c35d",55122:"bc3bfb6225de2510eb17",55125:"66a2812b75d741dcff3a",55280:"1892b0c7a97e8e3fba86",55328:"0ec94dabc0bcf1844f8c",55352:"61dbb9cf6e8b02849d09",55607:"d821f3eb13f7ce200715",55619:"07c6acbb2e7734c33112",55627:"9889fa5b09eb1e69b337",55684:"973a3bea3269dd9edcc2",55700:"5975fdb04b1b9c3d2448",55832:"494cec699a3b48302bbc",55856:"9f96e7344944c5b6f8a5",55942:"83301561e67285ea4a01",55976:"36c52b1e11773143d276",56013:"1072c0fa92c75b38fe66",56018:"a6cbcb77dd84b3376601",56055:"3d14ee348aea13992bab",56089:"b01e529b0381af4e39fe",56123:"66d0c139b12623126342",56195:"844847d484bc46218b6b",56229:"522ce5c251d45de93dc2",56238:"b1e088ee70c802337387",56243:"224bb17420429421b5e7",56316:"b708581d47610f952fdc",56382:"bec73edd93e8369b0deb",56392:"ad2ba6563ca6dba77070",56410:"ac954f6b17367ef99de5",56542:"14c8f4ea4ec6c558753b",56570:"cbf4e9138bcf8d562686",56579:"842bc7633a70602ef111",56654:"a0033e1987f8f1e2f1e5",56701:"30ae7203fb92679b26f6",56717:"e3ed3bfb1c163902909d",56747:"6cc8c4185474b2390643",56841:"8b499f71bcdb4926ac78",56935:"91ddb08ef3e34f32d579",56972:"afa66e3b6db7451347c9",57024:"8d80cc7dc2199667de7d",57049:"5f6e0545c212e9a121eb",57174:"1421e3669cff41dfcb58",57271:"eb187e8bede8417fcee4",57507:"f6a2bfd8648f9bfb4ec4",57564:"eea5f2ff3faeb79eac8c",57612:"baa10fe2a99243d06f2e",57740:"b266da4d27da750deb75",57824:"fe5859e7caf089b74754",57834:"b704d4072d99843214f2",57905:"a7a84878007ddbd1b4a8",58156:"272ec15adb7c100003fb",58198:"464334fd8ab116ac92e8",58217:"2c1ae0c0280adb9d724e",58246:"b7d367e0c557bce1182f",58429:"f5647b14013d47889f28",58487:"7ed53bec9ef7371ef76a",58591:"0aa33d1c2f6025569f0e",58612:"26a7ef2d4b0cc13f4fa5",58646:"7984f34e1cbdf1fd0cb1",58716:"a29d1dab0ddde76afee8",58902:"dcf47b334545e26b4755",59346:"12bddec75c98c1d623e2",59391:"73ebbedc4ceafbea208e",59403:"f6a23e1094d2e388d8de",59406:"59aa6a6679b258bbf3c4",59430:"8774a47e5947abf9ee77",59557:"86ab2bcd58cd435948de",59598:"1c233bf7fd285b2af353",59655:"6209ba5d3216afdeb2d4",59719:"116d6d10713b6b2ba4b8",59724:"5716bd6220877514e0d8",60199:"3d46c223c7f3556db168",60329:"65040caa53b0fcbc541c",60335:"713987e8a61e1585d629",60409:"e1dd8b030ea0bbc2591a",60540:"27ac3f50b35d4c9e884b",60544:"3644f361c3c62023d9db",60608:"d7f0a8479772a2dead81",61136:"5d3edf4b53ba56c89982",61217:"2f3df80611c0d34c2727",61250:"a6e46cee2bde8e6d54ee",61291:"b6d775f6c217932a4093",61323:"b6a63f70d2847fa7ae00",61418:"0d434f23e8681effcd98",61579:"b40c9d033214e161edde",61603:"5945dca2e18fdc5b1af5",61681:"4d2c784e4767eda84bb1",61717:"a2cc2e846ec668829324",61833:"e1df94146e1643937a42",61888:"bcb7b3d6db1c70a9d721",61945:"59cf647d57a3b6b5224c",61959:"ddda9cd7cac6c5c4721b",61986:"3cb4c7ab546039304901",62036:"43292d2d9e68c8228862",62074:"e2aa024b1e2e2b5c2072",62093:"a396101a3a7a9fbc8ce7",62187:"fdebd091067f21307e75",62243:"eda5a40b17c30b790cf5",62250:"4c9fae5899492ded39b8",62289:"a481f55e075ac25f7774",62360:"35dce0151df0fb93518d",62393:"cdbe300900812fab5df1",62461:"a7b140a45234f2208b06",62492:"954347d32f2438ec9219",62592:"66e0cd1ae131dbd065ad",62705:"b5c194724191cc970e3e",62711:"ae06eabc362fa95bb91f",62719:"6bd35623c32af73b1e9e",62754:"0bd84a73571c75d31035",62866:"7fb01f415d55e1f21c96",62901:"c23e7a3faee895d6adb0",62927:"33b7c1354ad56b2930fe",63098:"e6544552d7f14a898835",63106:"b6ef7b22714b5f9cfca2",63220:"8ebcaa272e7b85c7f185",63514:"9be4137fa019ca3ed5e2",63577:"9ac39366ce4badaabbf5",63770:"ab958d11202a46d2f247",63993:"a0a972c924566f939714",64075:"14b875e80aec6a7d7c52",64113:"233d2308fbe8668a1c4a",64180:"cd4751748fdd8cb24838",64284:"1b0f46b6114ecae19017",64385:"e4c962160e05e0b1acb9",64426:"445f2d3f3802299734c0",64427:"dffb600e9b1dd3032264",64578:"998d64fd3838db57dd7c",64756:"11fbb47eab0dd23f98f1",64763:"33fc609936c5950d6b2b",64850:"cb45c1f5941791a82260",65015:"8bbd5bd749ea6bba6e4f",65113:"7dab24f357aafd531ec4",65460:"a63e837d32fc6443466b",65514:"e663966bc3c9a8627073",65602:"a0f10ee3cb72cb80f1ef",65627:"b92634b162ead1dd4b3a",65800:"d9020d70ddcd98f52c3f",65859:"6eccf5bec72f98ce8603",65917:"798f3446323c70ea7e70",66033:"54485031fc13b5e6b2dc",66034:"861fe6927fded4fc3d8a",66116:"8b9de6f3c062e5e568a1",66243:"45ae3f96b898aa9429cc",66257:"1bf18d957f5da45de15f",66268:"22ff2266d9999e7c5457",66428:"f296bb6f24bea783ffea",66431:"ee1f29b36f5d00d3f9b3",66448:"39e6548753c4d20bf5ea",66457:"e3b3bf858550957e7254",66568:"20fb59a02097da478715",66674:"6e8b351b96254f3f2e81",66730:"b2cd9a1c331dfcd2eeee",66831:"c35cc446df1b8189aa66",66861:"f14a8e86d7a8fb3a0a6b",66961:"a03f925edf43fcff6ef1",67025:"647928ee2286b5a64fb1",67042:"1667f4c359fcfabf91d4",67119:"4d27360824af690dc273",67165:"20aa177a5dd64a61eecc",67211:"7c549baa9d228e47c061",67570:"d05d1abed41eae9f6dc8",67595:"c5331b4d4585dfbd4feb",67623:"f6062e28d5f6b5185cd1",67625:"9cf2b8dcae3dc7f1745b",67666:"153fcfb5d910dc153bf3",67696:"dd8e7618d2ac3375269f",67720:"0c2c33ae313f638135d5",67778:"7eec7ce7bf35d857d94e",67839:"0a1ef3f2136c6eb25686",67994:"4abb8bf8a2aaeb4a74de",67997:"5bf98eb0da0c5ba8b9db",68247:"59807e505236a472232b",68475:"c4042f5e921b0a22f861",68644:"ab79ee0c4950f5663ac2",68777:"9ef9c294dd81e5c2d672",68874:"116ef9770e9d4248fc07",69086:"2b3897dad3787afdca34",69141:"7df65378d435015a1ec0",69200:"c919c0930687d91934c0",69226:"85d5cb928456b73736d3",69240:"c934444724c662af4c4a",69289:"8ac2423d0049bb3fa236",69347:"a46a9224f3d1f3995b31",69523:"b3720118af911dc8011c",69578:"c707bc9629efc9bcaf76",69618:"0baa32da489d20a60d64",69647:"89fd921b231ce25c1116",69675:"c8c1197c2b2e921ff583",69796:"18352d99b79ca5c225df",69878:"4d32d40e59d21ae3f316",69879:"44c142430eb353e3cdeb",69890:"1c9a32a68e6864b1d64a",69974:"444b78ab707326e5b54d",70006:"60a1956fb9928fb56b44",70033:"f381538f3b6f24456a17",70057:"783f8cd86244f2aa174d",70156:"b89edc8f6b3537cbbf5c",70240:"182a4be7201a08424bae",70260:"d9ba1a02f82480ca5f23",70363:"4b86c3cab19538c69199",70429:"53b6d13a87e2c684d8ed",70445:"7c320b3bccf517aa8b7a",70568:"c94c9bc698870fcbf39b",70654:"bbbacade435436c14682",70655:"cc45c8908077006a46ff",70712:"f677898cc93f6b1bd4cc",71062:"8fb9b19e512649b52577",71255:"d9923408a4c941e23f42",71310:"abde1099249f4649e518",71365:"8775cce68a8c2bcbcd59",71534:"f52a0cb41203ae591447",71699:"96c97cbf5fdffa7eddd3",71910:"427ab273ec221fc8ca26",71970:"8cf6e565ac510ca12734",71981:"03c62e1cf02e04404c98",72060:"c0d3e4cc5eb5c115f125",72063:"65356331844ed0c4a497",72096:"b3d7c6fa810435888bdd",72133:"30f0ec96ba9e1f86947d",72134:"db6dcee607f7d7e5f832",72186:"f5ce3a2662dbc7263c24",72373:"c14498ffb8d3ff150376",72385:"1409e34c975fe102acc6",72418:"fe88dc0c137850991694",72448:"73b3d1d299c563fb6311",72484:"143341135ddb2307ba05",72489:"1ba36359e5979f6e2811",72494:"a251f7dd5b9106348bb7",72529:"3500528ddcc9f48f6dd7",72538:"0aa9aaa1f028fb823a62",72618:"4ef42c0b144036febc5e",72728:"b846b5dc67cda817da23",72740:"6f86e9302b75a5342761",72987:"b8c27572b0045b7fdf0e",73045:"508623d2e5f35e5e257c",73095:"808bc74d32e909b9311b",73188:"355f45fd88724ee2ea82",73268:"4a7a829bde71467ed17d",73315:"230dfc53990f5481f169",73316:"3d5b98bd56da63811a36",73335:"cd02056ad9b9936607d9",73384:"2d73f9173218be310316",73434:"97bf40278aa11da93a1d",73508:"54b6949bbdf2aecd6618",73572:"202895708e5b709a02ab",73766:"914dbc300eb7ee759437",73775:"33128bc7ade0d549caf3",73805:"fc360f28a5fa42cfd2b9",73871:"c00c9e2b796cb4d1d2b5",74168:"204d8051cfddbeb1a058",74179:"a7ae9ebfa4c607f4a5b0",74239:"e77f75d8ad91d5b9be01",74301:"434b3ae3d8139193e7d8",74393:"7a20ecc18df442d8f3b5",74448:"c838e95819f36944b16c",74464:"e7707b9f1c3569d6e5c5",74545:"15cdf7613af9e24f3e03",74623:"9570b5d2368136a8550b",74649:"20a38d047c613bde20fc",74718:"40443535ac5321a9eb6d",74897:"31753654f66ddf23558e",74997:"33b9769890fa1c3e24ce",75061:"2315fb33912c9acd4e02",75186:"a9035c508e07418c9ef9",75272:"379486e9885a1b44d00c",75282:"695b5604c7e0521c9321",75335:"4ec7b40460b6a04f44f0",75449:"584c53fc367d49615ffc",75460:"02db05f0a6f8b59226eb",75466:"5a331859b3fdc4b7fbff",75468:"714b487933c68ca823bb",75478:"fa7ccf93298f05d4225c",75508:"1e37c087f6efb1515caf",75551:"19bb6586461b0e5a8e00",75596:"ea0dc2e16c55c2c5af8e",75808:"97ccacb3fbd99c660ec3",75849:"5845dc2a50b2089fc4fe",75856:"747d61f23bfec9f3b8d9",75881:"ee692255633ba2f2dc54",75941:"16e790e17be35cebda3d",75969:"ab58ba2e62a97cb01879",76046:"db361a409f1e84bc0481",76063:"a4ac8801b5807e848d91",76106:"848059edb8d998255192",76297:"9757dcc71bc0cc9f4daf",76325:"5a8fc54696087f7d136f",76442:"2a64be1567625d87d841",76491:"f42be9e3baaad858eb41",76540:"398f3cf9fad71f24a945",76567:"9519f17ecbfdaeb67157",76866:"1868d6f5d4977fe8c06c",77159:"00a0c9baba342e21c43f",77319:"7348efcab0dc89d473d1",77384:"e4a94ca9cadca08816ce",77491:"9365bb497d0beef761d6",77705:"736511c269b85193c562",77919:"99f0c334e60d1d75c3ac",78017:"9689b64ce76c78087297",78350:"be884c899b1798a3839a",78386:"ae821810e66018141a43",78425:"b9259fa90cf9ae205ffd",78479:"11d9d77573d921eeeaaf",78598:"5cf976fde83b2e470559",78682:"0b69c0269bed25f164c0",79008:"9ffc61018b673fe9699e",79167:"83243711a0419f76de57",79298:"fc090d5eb5bb43aba7e1",79682:"dd447d0dd9ddbdde8ff8",79892:"bdb716b187b7c328dd91",79910:"71f1e396bde9389adfc8",80160:"331ddaab67c76db5324c",80179:"362e9d13a2ed6d5476c3",80203:"da17bf86917d3b67970a",80224:"95dddf9d99dd7711cd3b",80229:"da9965034068f29ef8ee",80279:"9be762f021c1701621b5",80282:"ec41b6d5a72f1902c4df",80394:"d63fee27647b9eb5d911",80401:"24e23c5b35bbb42061e4",80409:"eb84322916682319f82a",80500:"eee3bf8a4d237f36f03f",80505:"0907aa92b5287e1dec6d",80509:"d94df5deb4cd0dd1d5cb",80570:"3315665d602e099a51e8",80779:"3e036c8dcf42e7b09ab3",80780:"d5ad6c1e5f4c58423a91",80881:"63bef8b60799b9c39fd3",80911:"2e594b2fd773a9dc1b42",81249:"04c078fe7e6df73301b6",81269:"5c60b36b34aa418e3aa5",81282:"f2ee9d51cd59462ae3e2",81355:"cab07f86272cec85ffc7",81395:"ba16e1e13e7a365ed0f2",81539:"fb6404059ac0209aae59",81555:"d88bbd7b3828b0ac6996",81563:"87f8febfd81bc9cb41df",81588:"688cda9a6fb94212adde",81619:"ed3919866b6ad8980c52",81704:"1777e96aeb6e57d301ec",81822:"6559c734343e1ecb09fd",81859:"cb29e9fe6e460d2e286e",81892:"b61f51a520c152a26366",82088:"a13135c6d2f7ee00e769",82098:"233c76925349ba31c357",82112:"ac600d78e9231a14a398",82222:"01899170a43ff97e83da",82376:"afe3f354f35916492104",82397:"32784a5ec006306f4573",82438:"4c0f457cdc56d3024536",82477:"d801ba180c3e598f8377",82502:"77ed3e0dd6ced56b187a",82675:"8d6486751b6865d8f1a4",82823:"5a73c23c2bbb9f1d0a69",82842:"87044cf8d15a1cc0a449",83104:"54aa02e80f6d4c99c3d2",83141:"fbb6583c7d27d3bea82d",83204:"148a214ffa3bda6c4710",83227:"c6b29c2f35be5ff68c01",83445:"f6b16b23193c810d1962",83523:"fb35f49a4e6d37f72c51",83825:"1eb04dcbdcf1dabb3f71",83904:"e826f6a6c8c6fe20fdf2",83959:"3a48055da734ec236831",84417:"377a16561db77fa4bdde",84529:"edfb32ccbd368e97dccc",84538:"43d705aee6e51899d738",84547:"e34bc1a9d16df3d678ee",84564:"aa5c48ef0014ace1f1fd",84569:"e4b9f604278129b5f2d5",84591:"cf6cb92c9483b345ff41",84635:"cfc3492afcf0031dc8c0",84650:"e6ae80eb7463fc7f3dc9",84769:"29a808dce305445659da",84794:"5c96b6bf177c1b06a218",84836:"994c10da878aad9ba080",84882:"c203debe2a29b123a27b",84895:"b3fb2eacc3124b752b32",85123:"ab6000a0354ee89d1d3b",85229:"e05bd818407a1384207d",85347:"ba5f03842386cc6ad889",85393:"41eed2b0c3be01e42faa",85445:"a12a90280cca2172172b",85475:"9b5dfb771c17b16d9fd2",85686:"f30a889b81b51d179481",85799:"41fe77bba68c55a1497d",85831:"53611686364f8772a7aa",85878:"c59995d428482260a60c",85879:"5447373661e0fcd395d2",85947:"0a4a00f7c00a62b4caf6",85983:"a7c15004d9261f2b7430",86009:"2627c3e61139099abf6a",86104:"3efd755f24e99c50994c",86155:"87df116373ce52ec32e4",86160:"fe85b0609ebb2c3839b7",86485:"eb37b4a7ffdbb5391899",86807:"27b287e8fbebe33a2cee",86929:"3e63b2852225b15c0e2a",86966:"2e784dda6311514b0144",87023:"f6c4cf532074264653f6",87043:"e389f0456b81aba1e3f8",87117:"9732f6813009ec5f8755",87121:"f4c8df7ff43a3524a123",87233:"d46a4e90f5ceb90703ab",87362:"0c9ca5e622feb8e406eb",87369:"b65672df4d409d766a8a",87502:"31a33e3aae8113124afb",87724:"86ba8f9548771c1960c9",87941:"3fa772f7605dea612ae4",87993:"76c4e17ea4aaf885c108",88082:"d25897a08301cbab3844",88124:"e302a1ec8b904224a487",88128:"b4903f13900affdb6117",88260:"391de3335e756518df08",88350:"4ca8a71cf23a4b43544e",88359:"e9956d25c90f65b1d98f",88495:"3dd458e9085e8a328e51",88517:"edeca1e79c6ed7f027ae",88553:"98f8468e21b3da41ea99",88619:"5e6a42fc99b254a4dc02",88654:"e14a58725a7d5fdc6f76",88750:"56c6bc182beb1af4e6b9",88855:"e2dabe4da79a8ba7ece3",89348:"cc9e3e5c3a0eb835810f",89359:"3ae9789284ec9b594b88",89450:"b5eba80bfab1cdc88dff",89452:"fe206bc60afab75b44bd",89466:"63704d96970cfaf18c3c",89520:"187afe4d437d75c9f872",89577:"b2ec316d63af19d33e61",89615:"b1079198de32d24cc313",89641:"b5de7d8db89b114e08e5",89754:"5cd6117f98804193f81e",89814:"ef9826bde8c5eb13f977",89838:"ce0e9f8b38b19166893c",89978:"f1434d51be280ca566ed",90026:"5f171a423699370f8ad6",90033:"e255c4d1529e867ed9f0",90144:"42c0ead7be7c55f8b195",90177:"ec1b9edceb940281c871",90290:"f8a5bb3563ed2503e56d",90427:"5664b37869cae912b41c",90621:"7bb081a94e822243b77f",90663:"501fbe5cbee569e2296d",90694:"30dfc93b63d533691658",90719:"b98d6452a337e1c0f462",90797:"f0936f531df8548bb6f8",90926:"3f8017a0ccd3bffe5269",90995:"55146761583f73318361",91095:"e8c7adebe20dda34716e",91097:"421f4e0bdda9bb86a57b",91124:"6f2e96e3ee523f9bb58a",91152:"08b6378f70d2c9690372",91161:"a51266fe11b3f80f3055",91304:"6829a96e821761b3fad6",91390:"b4b29f73180ab6ad0f57",91434:"d3e09efaf764000def56",91480:"8ffa2aac3fd252ab4133",91494:"368196efa66a79c08e04",91657:"ac3772a78a83a06eac6c",91811:"4401d6a2e59c7c0ec49d",91902:"747439abaeb47dff6cfb",91955:"882a80877486d8203f3b",91979:"939936ab3b7b6148c7e1",91991:"c5eea4df1ee1d76a3243",92026:"25bc93faf665679ac2e5",92337:"58ffeeea5596e7f862ef",92404:"2f6b4da6958c0b856d79",92472:"3577958bcf46db06f85f",92522:"95e54bf2042483697dfa",92552:"13474ca13c80ce167dc9",92756:"6c042b73d0dfda3ef701",92772:"fd49d7a14cf25e5f77ae",92869:"b288e16d8e6bac597b7c",92907:"688e5da3cb3faa4d04e4",92990:"193a99cd2b1302bf91b6",93135:"eda08655889ae0938c2d",93315:"eaa7c729b8a69ee0249f",93474:"81557ba6586723b6e722",93554:"9b63ad189ad419f1ad46",93568:"1c01b9f90632c5bf535b",93652:"fbca7f4e2d0f7797a47a",93781:"17d1bd2779130bcb8bbc",93856:"86b0609f7d03548857b3",93870:"9785ab4cfe10de8a8bd1",93884:"d3896f80a9bbf39c05f5",93921:"2c099a5257b140e8aae8",93929:"ff0136bc6c7ba7dfa84f",94052:"543fcc695234b484e87f",94092:"2d5268204ca9b34fdbb2",94250:"b7eb3456082a0abad6de",94390:"ee35bff121480ba3611a",94443:"e0f443da3089335ce2dd",94447:"3736995d4944cc80c2ef",94617:"8153293dd18d6796e084",94770:"49cb2f1cb6005e6c43f3",94772:"a136cd68563e50488374",94814:"49817bf87618beb7c2d3",94869:"e2e310c007435ba0cd37",94983:"f353860ab8a7e0373903",95095:"048c17a2a8e8d6412d8e",95170:"348930667e4b75ff1cf6",95171:"49e8bbb73f414f63f6eb",95198:"97854bbaf6108e30a24a",95255:"99caaf49e964dd3d79c3",95545:"2d8eef33af565ab24148",95588:"ee361fa6adc3764a6ee7",95747:"e337c607ec40de953eb1",95825:"f99455b8b14fa93f5bbe",95969:"0ecd050728821f4ca17c",96119:"663ea9c4286e5e243139",96190:"cb922495eb8840c0b203",96386:"42e22310006bf91e4fb3",96402:"2d462ccf9197e690534f",96478:"16a87ead4389c75072d2",96534:"59b898927aae2c87e4bb",96588:"4738bfaf7cdcd051cd22",96657:"e86d1c0138a73d9e39b4",96670:"6fb8edacb89ebd9b2c2c",96850:"b35e42a93a9279384b4e",97006:"4f645ec10df574af9285",97020:"38ad3ca01cb3c349f8d0",97056:"97b40b4c762eae256068",97067:"eb8d7b02463e61a85d15",97124:"a4f860f294bc51c0d44f",97182:"1be8df99709bbaf13c7d",97194:"9afa9e510fdf484ac5a3",97211:"08ae4956e9cb914a69b4",97344:"bf267be8b8a8ea537ada",97603:"685bee0ff87d363236f3",97673:"9ec692d3d8153bf2436a",97906:"83ae530c669bdec1ba74",97921:"c0c57a5ca268401213c8",97989:"19c6b07fa2140275d957",98286:"cf78729b110692ce5089",98344:"c0113f6ae6bb5ed79fb5",98391:"745c0f11e83393005f9b",98599:"0d51164315f61c7607a2",98697:"5cfbd6cf56df111d24fc",98823:"19604b4ad28ab2fad772",98974:"9dad917ada768e486d5b",99010:"72e2cd86132a9bc5df95",99228:"52004815532442fff64a",99242:"6e5aeafc4588e4b79651",99341:"1b16bd206d904da7ce96",99344:"ead11cb548988887095b",99567:"329c315669780c453018",99575:"d55987f160f26216ac60",99764:"a891813768f7494d6e6e",99860:"8750630f4203bbd0e4e2",99899:"03fb395e6504278eda8c",99936:"579491ef0a84da9b43cf"}[e]+".js"},m.miniCssF=function(e){return e+".1cac672c0eb60a4a5744.css"},m.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),m.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t={},r="cumulocity-processing-widget-plugin:",m.l=function(e,n,f,c){if(t[e])t[e].push(n);else{var a,u;if(void 0!==f)for(var o=document.getElementsByTagName("script"),i=0;i=0)){if(r.push(f),e[t])return e[t];m.o(m.S,t)||(m.S[t]={});var c=m.S[t],a="cumulocity-processing-widget-plugin",u=function(e,n,t,r){var f=c[e]=c[e]||{},u=f[n];(!u||!u.loaded&&(!r!=!u.eager?r:a>u.from))&&(f[n]={get:t,from:a,eager:!!r})},o=[];if("default"===t)u("@angular/animations","14.0.6",(function(){return m.e(35673).then((function(){return function(){return m(35673)}}))})),u("@angular/cdk","14.1.2",(function(){return Promise.all([m.e(40761),m.e(72134)]).then((function(){return function(){return m(72134)}}))})),u("@angular/common","14.0.6",(function(){return Promise.all([m.e(53533),m.e(40761)]).then((function(){return function(){return m(53533)}}))})),u("@angular/compiler","14.0.6",(function(){return m.e(72063).then((function(){return function(){return m(72063)}}))})),u("@angular/core","14.0.6",(function(){return Promise.all([m.e(13822),m.e(89754),m.e(76063)]).then((function(){return function(){return m(13822)}}))})),u("@angular/forms","14.0.6",(function(){return Promise.all([m.e(91902),m.e(40761),m.e(80179),m.e(89754),m.e(76063)]).then((function(){return function(){return m(91902)}}))})),u("@angular/platform-browser-dynamic","14.0.6",(function(){return Promise.all([m.e(40761),m.e(80179),m.e(15813),m.e(49396),m.e(9050)]).then((function(){return function(){return m(69796)}}))})),u("@angular/platform-browser","14.0.6",(function(){return Promise.all([m.e(39443),m.e(40761),m.e(80179)]).then((function(){return function(){return m(39443)}}))})),u("@angular/router","14.0.6",(function(){return Promise.all([m.e(29322),m.e(40761),m.e(80179),m.e(89754),m.e(76063),m.e(15813)]).then((function(){return function(){return m(29322)}}))})),u("@c8y/client","1016.0.40",(function(){return m.e(48221).then((function(){return function(){return m(48221)}}))})),u("@c8y/ngx-components","1016.0.40",(function(){return Promise.all([m.e(70654),m.e(42937),m.e(40761),m.e(80179),m.e(89754),m.e(76063),m.e(58156),m.e(15813),m.e(24219),m.e(46317),m.e(17300),m.e(94814),m.e(87369),m.e(24789),m.e(82438)]).then((function(){return function(){return m(42937)}}))})),u("@c8y/style","1016.0.40",(function(){return Promise.all([m.e(34502),m.e(97673)]).then((function(){return function(){return m(97673)}}))})),u("@ngx-formly/core/json-schema","5.10.13",(function(){return Promise.all([m.e(62461),m.e(40761),m.e(58156),m.e(24219),m.e(94814)]).then((function(){return function(){return m(62461)}}))})),u("@ngx-formly/core/select","5.10.13",(function(){return Promise.all([m.e(40761),m.e(89754),m.e(76063),m.e(64075)]).then((function(){return function(){return m(64075)}}))})),u("@ngx-formly/core","5.10.13",(function(){return Promise.all([m.e(97344),m.e(40761),m.e(80179),m.e(89754),m.e(76063),m.e(58156),m.e(15813),m.e(24219)]).then((function(){return function(){return m(97344)}}))})),u("@ngx-translate/core","14.0.0",(function(){return Promise.all([m.e(74301),m.e(40761),m.e(89754),m.e(76063)]).then((function(){return function(){return m(74301)}}))})),u("angularx-qrcode","14.0.0",(function(){return Promise.all([m.e(29465),m.e(40761),m.e(15813)]).then((function(){return function(){return m(29465)}}))})),u("file-saver","1.3.2",(function(){return m.e(78598).then((function(){return function(){return m(78598)}}))})),u("lodash-es","4.17.21",(function(){return m.e(54503).then((function(){return function(){return m(54503)}}))})),u("ngx-bootstrap/chronos","9.0.0",(function(){return m.e(2590).then((function(){return function(){return m(2590)}}))})),u("ngx-bootstrap/collapse","9.0.0",(function(){return Promise.all([m.e(40761),m.e(67595),m.e(26110)]).then((function(){return function(){return m(26110)}}))})),u("ngx-bootstrap/component-loader","9.0.0",(function(){return Promise.all([m.e(40761),m.e(80179),m.e(38310),m.e(88553),m.e(25803)]).then((function(){return function(){return m(25803)}}))})),u("ngx-bootstrap/datepicker","9.0.0",(function(){return Promise.all([m.e(51968),m.e(40761),m.e(80179),m.e(89754),m.e(76063),m.e(88553),m.e(35746),m.e(24219),m.e(67595),m.e(46317),m.e(19501),m.e(64850)]).then((function(){return function(){return m(51968)}}))})),u("ngx-bootstrap/dropdown","9.0.0",(function(){return Promise.all([m.e(81563),m.e(40761),m.e(80179),m.e(76063),m.e(38310),m.e(88553),m.e(35746),m.e(67595)]).then((function(){return function(){return m(81563)}}))})),u("ngx-bootstrap/focus-trap","9.0.0",(function(){return Promise.all([m.e(91480),m.e(40761),m.e(80179),m.e(76063)]).then((function(){return function(){return m(91480)}}))})),u("ngx-bootstrap/mini-ngrx","9.0.0",(function(){return Promise.all([m.e(89754),m.e(76063),m.e(14416)]).then((function(){return function(){return m(14416)}}))})),u("ngx-bootstrap/modal","9.0.0",(function(){return Promise.all([m.e(11212),m.e(40761),m.e(38310),m.e(88553),m.e(35746),m.e(81269)]).then((function(){return function(){return m(11212)}}))})),u("ngx-bootstrap/pagination","9.0.0",(function(){return Promise.all([m.e(53848),m.e(40761),m.e(80179),m.e(24219)]).then((function(){return function(){return m(53848)}}))})),u("ngx-bootstrap/popover","9.0.0",(function(){return Promise.all([m.e(40761),m.e(80179),m.e(89754),m.e(38310),m.e(88553),m.e(35746),m.e(34895)]).then((function(){return function(){return m(34895)}}))})),u("ngx-bootstrap/positioning","9.0.0",(function(){return Promise.all([m.e(55976),m.e(40761),m.e(80179),m.e(89754),m.e(38310)]).then((function(){return function(){return m(55976)}}))})),u("ngx-bootstrap/timepicker","9.0.0",(function(){return Promise.all([m.e(3108),m.e(40761),m.e(80179),m.e(89754),m.e(24219),m.e(19501)]).then((function(){return function(){return m(3108)}}))})),u("ngx-bootstrap/tooltip","9.0.0",(function(){return Promise.all([m.e(40761),m.e(80179),m.e(89754),m.e(38310),m.e(88553),m.e(35746),m.e(58156),m.e(58217)]).then((function(){return function(){return m(58217)}}))})),u("ngx-bootstrap/utils","9.0.0",(function(){return Promise.all([m.e(40761),m.e(99764)]).then((function(){return function(){return m(99764)}}))})),u("rxjs/operators","6.6.3",(function(){return Promise.all([m.e(25372),m.e(11717),m.e(58156)]).then((function(){return function(){return m(11717)}}))})),u("rxjs","6.6.3",(function(){return Promise.all([m.e(25372),m.e(34143),m.e(58156)]).then((function(){return function(){return m(34143)}}))})),u("semver","7.3.8",(function(){return m.e(81249).then((function(){return function(){return m(81249)}}))})),u("tslib","2.4.1",(function(){return m.e(70655).then((function(){return function(){return m(70655)}}))}));return o.length?e[t]=Promise.all(o).then((function(){return e[t]=1})):e[t]=1}}}(),function(){var e;m.g.importScripts&&(e=m.g.location+"");var n=m.g.document;if(!e&&n&&(n.currentScript&&(e=n.currentScript.src),!e)){var t=n.getElementsByTagName("script");t.length&&(e=t[t.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),m.p=e}(),f=function(e){var n=function(e){return e.split(".").map((function(e){return+e==e?+e:e}))},t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),r=t[1]?n(t[1]):[];return t[2]&&(r.length++,r.push.apply(r,n(t[2]))),t[3]&&(r.push([]),r.push.apply(r,n(t[3]))),r},c=function(e,n){e=f(e),n=f(n);for(var t=0;;){if(t>=e.length)return t=n.length)return"u"==c;var a=n[t],u=(typeof a)[0];if(c!=u)return"o"==c&&"n"==u||"s"==u||"u"==c;if("o"!=c&&"u"!=c&&r!=a)return r=":-1==n?"<":1==n?"^":2==n?"~":n>0?"=":"!=";for(var r=1,f=1;f0?".":"")+(r=2,u);return t}var c=[];for(f=1;f=n.length||"o"==(d=(typeof(i=n[c]))[0]))return!o||("u"==b?a>t&&!r:""==b!=r);if("u"==d){if(!o||"u"!=b)return!1}else if(o)if(b==d)if(a<=t){if(i!=e[a])return!1}else{if(r?i>e[a]:i + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/baseline20.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/baseline20.png new file mode 100644 index 0000000..ab87fe5 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/baseline20.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/baseline8.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/baseline8.png new file mode 100644 index 0000000..df3c622 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/baseline8.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/cockpit-welcome-image.svg b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/cockpit-welcome-image.svg new file mode 100644 index 0000000..3074e5a --- /dev/null +++ b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/cockpit-welcome-image.svg @@ -0,0 +1,571 @@ + + + + +Page 1 +Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/critical-marker-icon-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/critical-marker-icon-2x.png new file mode 100644 index 0000000..5d329d8 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/critical-marker-icon-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/critical-marker-icon.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/critical-marker-icon.png new file mode 100644 index 0000000..580c5e5 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/critical-marker-icon.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/favicon.ico b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/favicon.ico new file mode 100644 index 0000000..b427abb Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/favicon.ico differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/image-widget.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/image-widget.png new file mode 100644 index 0000000..b8114fe Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/image-widget.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/jquery.minicolors.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/jquery.minicolors.png new file mode 100644 index 0000000..bccc201 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/jquery.minicolors.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/kpi-widget.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/kpi-widget.png new file mode 100644 index 0000000..8235f21 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/kpi-widget.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/layers-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/layers-2x.png new file mode 100644 index 0000000..a2cf7f9 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/layers-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/layers.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/layers.png new file mode 100644 index 0000000..bca0a0e Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/layers.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/logo-white.svg b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/logo-white.svg new file mode 100644 index 0000000..a0bb70b --- /dev/null +++ b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/logo-white.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/logo.svg b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/logo.svg new file mode 100644 index 0000000..f92f5d5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/logo.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/major-marker-icon-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/major-marker-icon-2x.png new file mode 100644 index 0000000..26294b9 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/major-marker-icon-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/major-marker-icon.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/major-marker-icon.png new file mode 100644 index 0000000..6c817fe Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/major-marker-icon.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-icon-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-icon-2x.png new file mode 100644 index 0000000..0015b64 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-icon-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-icon.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-icon.png new file mode 100644 index 0000000..e2e9f75 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-icon.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-shadow.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-shadow.png new file mode 100644 index 0000000..d1e773c Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/marker-shadow.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/minor-marker-icon-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/minor-marker-icon-2x.png new file mode 100644 index 0000000..dd58bf3 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/minor-marker-icon-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/minor-marker-icon.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/minor-marker-icon.png new file mode 100644 index 0000000..77f11d0 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/minor-marker-icon.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/normal-marker-icon-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/normal-marker-icon-2x.png new file mode 100644 index 0000000..c361473 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/normal-marker-icon-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/normal-marker-icon.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/normal-marker-icon.png new file mode 100644 index 0000000..08e8399 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/normal-marker-icon.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/warning-marker-icon-2x.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/warning-marker-icon-2x.png new file mode 100644 index 0000000..0015b64 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/warning-marker-icon-2x.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/warning-marker-icon.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/warning-marker-icon.png new file mode 100644 index 0000000..e2e9f75 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/warning-marker-icon.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/welcome-widget-pr.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/welcome-widget-pr.png new file mode 100644 index 0000000..5697c7f Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/welcome-widget-pr.png differ diff --git a/dist/apps/processing-runtime-widget/c8y-widget-preview-img/widget-plugin-pr.png b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/widget-plugin-pr.png new file mode 100644 index 0000000..4d91491 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8y-widget-preview-img/widget-plugin-pr.png differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-dark-11f17305ae01f2c83861.svg b/dist/apps/processing-runtime-widget/c8yicon-dark-11f17305ae01f2c83861.svg new file mode 100644 index 0000000..1fb83bf --- /dev/null +++ b/dist/apps/processing-runtime-widget/c8yicon-dark-11f17305ae01f2c83861.svg @@ -0,0 +1,697 @@ + + + + + +Created by FontForge 20201107 at Wed Jan 19 16:24:21 2022 + By Carlos Ceia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/c8yicon-dark-35802ebf89fbd041af24.woff b/dist/apps/processing-runtime-widget/c8yicon-dark-35802ebf89fbd041af24.woff new file mode 100644 index 0000000..58a8668 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8yicon-dark-35802ebf89fbd041af24.woff differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-dark-8925136b220530640e05.eot b/dist/apps/processing-runtime-widget/c8yicon-dark-8925136b220530640e05.eot new file mode 100644 index 0000000..b1f1c4f Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8yicon-dark-8925136b220530640e05.eot differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-dark-eebd2fcc24b69d035e12.ttf b/dist/apps/processing-runtime-widget/c8yicon-dark-eebd2fcc24b69d035e12.ttf new file mode 100644 index 0000000..b8e2c47 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8yicon-dark-eebd2fcc24b69d035e12.ttf differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-light-31b517c20b90ca3701b1.ttf b/dist/apps/processing-runtime-widget/c8yicon-light-31b517c20b90ca3701b1.ttf new file mode 100644 index 0000000..d40324b Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8yicon-light-31b517c20b90ca3701b1.ttf differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-light-3d9b7c4f778d4b626e3b.eot b/dist/apps/processing-runtime-widget/c8yicon-light-3d9b7c4f778d4b626e3b.eot new file mode 100644 index 0000000..540652c Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8yicon-light-3d9b7c4f778d4b626e3b.eot differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-light-558706066bd556c9f7f0.woff b/dist/apps/processing-runtime-widget/c8yicon-light-558706066bd556c9f7f0.woff new file mode 100644 index 0000000..6c85864 Binary files /dev/null and b/dist/apps/processing-runtime-widget/c8yicon-light-558706066bd556c9f7f0.woff differ diff --git a/dist/apps/processing-runtime-widget/c8yicon-light-a2eee177c4d24559f2d5.svg b/dist/apps/processing-runtime-widget/c8yicon-light-a2eee177c4d24559f2d5.svg new file mode 100644 index 0000000..24c2bd1 --- /dev/null +++ b/dist/apps/processing-runtime-widget/c8yicon-light-a2eee177c4d24559f2d5.svg @@ -0,0 +1,433 @@ + + + + + +Created by FontForge 20201107 at Wed Jan 19 16:01:21 2022 + By Carlos Ceia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/cockpit-welcome-image-ac1ed91d02c905c84c3e.svg b/dist/apps/processing-runtime-widget/cockpit-welcome-image-ac1ed91d02c905c84c3e.svg new file mode 100644 index 0000000..3074e5a --- /dev/null +++ b/dist/apps/processing-runtime-widget/cockpit-welcome-image-ac1ed91d02c905c84c3e.svg @@ -0,0 +1,571 @@ + + + + +Page 1 +Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/critical-marker-icon-478ad102309ed8a73a5d.png b/dist/apps/processing-runtime-widget/critical-marker-icon-478ad102309ed8a73a5d.png new file mode 100644 index 0000000..580c5e5 Binary files /dev/null and b/dist/apps/processing-runtime-widget/critical-marker-icon-478ad102309ed8a73a5d.png differ diff --git a/dist/apps/processing-runtime-widget/cumulocity.json b/dist/apps/processing-runtime-widget/cumulocity.json new file mode 100644 index 0000000..da71dc5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/cumulocity.json @@ -0,0 +1,29 @@ +{ + "author": "Software AG, Global Presales", + "name": "Cumulocity Processing Widget Plugin", + "version": "1.0.0-beta", + "description": "Cumulocity Processing Widget Plugin with module federation", + "license": "Apache 2.0", + "keywords": [], + "contextPath": "processing-runtime-widget", + "key": "processing-runtime-widget-application-key", + "globalTitle": "Cumulocity Processing Widget Plugin with Module Federation", + "tabsHorizontal": true, + "isPackage": true, + "noAppSwitcher": true, + "package": "plugin", + "requiredPlatformVersion": ">=1016.0.0", + "exports": [ + { + "name": "Cumulocity Processing Widget Plugin", + "module": "GpLibProcessingWidgetModule", + "path": "./widget/gp-lib-processing-widget.module", + "description": "This is the Cumulocity module federation plugin.This widget plugin is designed to display the current process state based on the latest event." + } + ], + "remotes": { + "widget-plugin": [ + "GpLibProcessingWidgetModule" + ] + } +} \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/dlt-c8y-icons-60358a26d508e94ba7df.svg b/dist/apps/processing-runtime-widget/dlt-c8y-icons-60358a26d508e94ba7df.svg new file mode 100644 index 0000000..45bb731 --- /dev/null +++ b/dist/apps/processing-runtime-widget/dlt-c8y-icons-60358a26d508e94ba7df.svg @@ -0,0 +1,1352 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/dlt-c8y-icons-a5cf9dcd32424c30ed7b.ttf b/dist/apps/processing-runtime-widget/dlt-c8y-icons-a5cf9dcd32424c30ed7b.ttf new file mode 100644 index 0000000..81ece7f Binary files /dev/null and b/dist/apps/processing-runtime-widget/dlt-c8y-icons-a5cf9dcd32424c30ed7b.ttf differ diff --git a/dist/apps/processing-runtime-widget/dlt-c8y-icons-ff636b279ab0121a1f2d.woff b/dist/apps/processing-runtime-widget/dlt-c8y-icons-ff636b279ab0121a1f2d.woff new file mode 100644 index 0000000..55dd644 Binary files /dev/null and b/dist/apps/processing-runtime-widget/dlt-c8y-icons-ff636b279ab0121a1f2d.woff differ diff --git a/dist/apps/processing-runtime-widget/favicon.ico b/dist/apps/processing-runtime-widget/favicon.ico new file mode 100644 index 0000000..b427abb Binary files /dev/null and b/dist/apps/processing-runtime-widget/favicon.ico differ diff --git a/dist/apps/processing-runtime-widget/index.html b/dist/apps/processing-runtime-widget/index.html new file mode 100644 index 0000000..2433be3 --- /dev/null +++ b/dist/apps/processing-runtime-widget/index.html @@ -0,0 +1,76 @@ +Cumulocity Processing Widget Plugin
    \ No newline at end of file diff --git a/dist/apps/processing-runtime-widget/jquery.minicolors-0e61411589c771c12035.png b/dist/apps/processing-runtime-widget/jquery.minicolors-0e61411589c771c12035.png new file mode 100644 index 0000000..bccc201 Binary files /dev/null and b/dist/apps/processing-runtime-widget/jquery.minicolors-0e61411589c771c12035.png differ diff --git a/dist/apps/processing-runtime-widget/layers-2x-69c05e3b67e218d56e67.png b/dist/apps/processing-runtime-widget/layers-2x-69c05e3b67e218d56e67.png new file mode 100644 index 0000000..a2cf7f9 Binary files /dev/null and b/dist/apps/processing-runtime-widget/layers-2x-69c05e3b67e218d56e67.png differ diff --git a/dist/apps/processing-runtime-widget/layers-9289d694e7a832e81549.png b/dist/apps/processing-runtime-widget/layers-9289d694e7a832e81549.png new file mode 100644 index 0000000..bca0a0e Binary files /dev/null and b/dist/apps/processing-runtime-widget/layers-9289d694e7a832e81549.png differ diff --git a/dist/apps/processing-runtime-widget/logo-eea3a6f7ecb45f1cdd3a.svg b/dist/apps/processing-runtime-widget/logo-eea3a6f7ecb45f1cdd3a.svg new file mode 100644 index 0000000..f92f5d5 --- /dev/null +++ b/dist/apps/processing-runtime-widget/logo-eea3a6f7ecb45f1cdd3a.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/logo-white-114bbf92dfcc8ef16669.svg b/dist/apps/processing-runtime-widget/logo-white-114bbf92dfcc8ef16669.svg new file mode 100644 index 0000000..a0bb70b --- /dev/null +++ b/dist/apps/processing-runtime-widget/logo-white-114bbf92dfcc8ef16669.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + diff --git a/dist/apps/processing-runtime-widget/major-marker-icon-259a35c3fc4330f99c91.png b/dist/apps/processing-runtime-widget/major-marker-icon-259a35c3fc4330f99c91.png new file mode 100644 index 0000000..6c817fe Binary files /dev/null and b/dist/apps/processing-runtime-widget/major-marker-icon-259a35c3fc4330f99c91.png differ diff --git a/dist/apps/processing-runtime-widget/marker-icon-c79dbca2623230ea3d3a.png b/dist/apps/processing-runtime-widget/marker-icon-c79dbca2623230ea3d3a.png new file mode 100644 index 0000000..e2e9f75 Binary files /dev/null and b/dist/apps/processing-runtime-widget/marker-icon-c79dbca2623230ea3d3a.png differ diff --git a/dist/apps/processing-runtime-widget/minor-marker-icon-de126f3f17b37594c1d4.png b/dist/apps/processing-runtime-widget/minor-marker-icon-de126f3f17b37594c1d4.png new file mode 100644 index 0000000..77f11d0 Binary files /dev/null and b/dist/apps/processing-runtime-widget/minor-marker-icon-de126f3f17b37594c1d4.png differ diff --git a/dist/apps/processing-runtime-widget/normal-marker-icon-683119eaf222eb6350a9.png b/dist/apps/processing-runtime-widget/normal-marker-icon-683119eaf222eb6350a9.png new file mode 100644 index 0000000..08e8399 Binary files /dev/null and b/dist/apps/processing-runtime-widget/normal-marker-icon-683119eaf222eb6350a9.png differ diff --git a/dist/apps/processing-runtime-widget/remoteEntry.js b/dist/apps/processing-runtime-widget/remoteEntry.js new file mode 100644 index 0000000..c1f7151 --- /dev/null +++ b/dist/apps/processing-runtime-widget/remoteEntry.js @@ -0,0 +1 @@ +var processingRuntimeWidget;!function(){"use strict";var e,f,c,a,b,d,n,t,r,u,o,i,l,s,h,p,m,g,v={98524:function(e,f,c){var a={GpLibProcessingWidgetModule:function(){return Promise.all([c.e(70654),c.e(30602),c.e(40761),c.e(80179),c.e(89754),c.e(76063),c.e(24219),c.e(87369),c.e(61986),c.e(71256)]).then((function(){return function(){return c(71256)}}))}},b=function(e,f){return c.R=f,f=c.o(a,e)?a[e]():Promise.resolve().then((function(){throw new Error('Module "'+e+'" does not exist in container.')})),c.R=void 0,f},d=function(e,f){if(c.S){var a="default",b=c.S[a];if(b&&b!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return c.S[a]=e,c.I(a,f)}};c.d(f,{get:function(){return b},init:function(){return d}})}},y={};function P(e){var f=y[e];if(void 0!==f)return f.exports;var c=y[e]={id:e,loaded:!1,exports:{}};return v[e].call(c.exports,c,c.exports,P),c.loaded=!0,c.exports}P.m=v,P.c=y,P.amdD=function(){throw new Error("define cannot be used indirect")},P.amdO={},P.n=function(e){var f=e&&e.__esModule?function(){return e.default}:function(){return e};return P.d(f,{a:f}),f},f=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},P.t=function(c,a){if(1&a&&(c=this(c)),8&a)return c;if("object"==typeof c&&c){if(4&a&&c.__esModule)return c;if(16&a&&"function"==typeof c.then)return c}var b=Object.create(null);P.r(b);var d={};e=e||[null,f({}),f([]),f(f)];for(var n=2&a&&c;"object"==typeof n&&!~e.indexOf(n);n=f(n))Object.getOwnPropertyNames(n).forEach((function(e){d[e]=function(){return c[e]}}));return d.default=function(){return c},P.d(b,d),b},P.d=function(e,f){for(var c in f)P.o(f,c)&&!P.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:f[c]})},P.f={},P.e=function(e){return Promise.all(Object.keys(P.f).reduce((function(f,c){return P.f[c](e,f),f}),[]))},P.u=function(e){return e+"."+{59:"6075dd0ca045145798c4",76:"0e9985cd2b8fa4884ca2",81:"a1c024e49011b656028a",199:"ebf2607f43450f1e6abf",210:"5cb36807c6df4aad345a",452:"25b5c6858b5af1026d18",475:"aaddfb79ed835a0950ea",531:"0a68321c73a253e9f4e2",722:"c92a26123f9abc0e1bf6",933:"3da05a6d5925af03bb6d",1086:"0bfe4afb1f0b80178f42",1170:"7f4785b6a00136aa56f3",1182:"c7c1827b651012d566d7",1419:"9894b1ae015fe1355973",1469:"dc64cc73961b633fccbb",1476:"ebd5b997305149b4256a",1486:"5a7a624ae879c7efadac",1586:"7be6dc9e8f010b1b3d2b",1618:"f0eca12f89a4638705ce",1707:"a066df5af6101ee97aa0",1730:"57874548315a9ce3dde4",1737:"9dad2edb5a07719ad8b3",1844:"bef523f5553bbf877ed1",2067:"93bf101ebf5a13119cc1",2235:"ce70d1f7c975adbe2440",2284:"d247992ab2bd32dfd305",2315:"238caf3a865afc675578",2332:"d844b3e2c5b4c26dbe3b",2385:"e995bf91726c156a6dc5",2399:"49e730541608e71553d1",2454:"4cd5261bb6abee0dc5b1",2505:"887b2b74b44df35fbdf6",2538:"e69cebf772b74a76fbf7",2584:"0b182afb99c1b10572e6",2590:"ff75142473183f905feb",2598:"d272f723f1115005a39e",2629:"f36943985fff7ff2d8e2",2722:"bb95e6235dca53ca5557",2792:"79cb72cb3f0fa04af0b3",2825:"abe23211951bb9fd39df",2967:"67b84da59df8b1df3a42",2981:"b30551d48e4aa6e2d514",3002:"7c0a33eacbdc8a8f9eb7",3043:"8c3d083e431fd68a5aae",3108:"1884a3eb46d5bb768685",3243:"1508640f027343275028",3312:"b0087adca6c5b0550de0",3375:"16475db76c2c72ce46f4",3415:"740d4971a5e3ade30a81",3521:"084e4adf7cfe0946ee81",3591:"a9ce622dcb16e45193bc",3686:"f768593b3b2ced150aa3",3826:"ac56ba95a3c4497b6de5",3885:"41f0b138d70ffdc78bf7",3886:"2526684c017a90752df5",3946:"6ed77109edf2a5c7e437",4169:"31ee2401aef38bd17ab6",4242:"5de0f968e82b0da569b5",4329:"7bba9877b7ec92f4c7fd",4504:"9df3812dd45c13f743fd",4506:"5ed039ec8ac7a938784c",4526:"d4141062f86994bc9dea",4571:"f6af16908762c608446d",4632:"78dc72e9830514196615",4661:"4f8f7636e9030f0c1091",4714:"cea261c9d316724a133e",4796:"a11f598f4a7d4bb317aa",5178:"700716b83f2d0c352c54",5222:"2e933376ae18bc8922ca",5604:"1d3ad12206d0bb162e56",5620:"9d4cb6b7891226cda279",5660:"e57a0a309c6079d662b8",5702:"d77c5a075e947576836c",5738:"8c6b01e42b3581423783",5783:"bc25df1e9b58ef3375b7",5785:"45ae827a89aadb6c91ee",5814:"1d7c6c688f05a24959b9",5842:"3211afc897b400ca0378",5903:"34a9cdfcebced6124faa",5977:"b03be67f3feea834f30e",5995:"d04ecdf8a17b91ba2740",6014:"a98cd21249c653d57546",6039:"7ce511d806d3b5e0d01d",6059:"eac93b10d3a1efac736e",6250:"15cd795c667c0906da74",6254:"2b330e32c94a2a1688b0",6362:"73fd60f2022f84fdbd55",6475:"cba73698192a233db139",6568:"aa8a8ce80adbd4c26635",6574:"a26aad3db1e3da406a30",6643:"6669d97259f9ad72598c",6721:"473873fa6b435e80a987",6723:"d1fe0d1807fb3d2998d9",7098:"c7a8dd7fcd944b21965a",7166:"dd0da5c5862956b03bd2",7172:"5f2a88bbbf2d614f9328",7218:"68b100f41996c2057275",7253:"4fd8ae6568cf5a92f558",7379:"992fa83638e2b6bd2d0d",7388:"be07e830535d727a7e4e",7439:"f6729bb78789630f0b23",7471:"4d283ef1e67d9de83bec",7474:"d8783b7a8cdf920bbeaa",7517:"fa2ed2cc16dc0e9857cb",7571:"0ccaa0180e6c1f8fac6f",7670:"4b67dd45f417bda4c505",7775:"fe6d27562238c183f2e1",7829:"1d0f33cae71a6d651e9f",7900:"e10e9ae0be7523af37ee",7985:"3dccdaebcd9de43344cd",8031:"334391d532ac73f62a03",8097:"ba624b17f9fa823af180",8338:"f8235884a14434f09ee9",8386:"e1d2f56b24498e97f23a",8387:"4f19ae2a707fbde72b0a",8744:"ecc73d565f247710d027",8870:"8e031aeec9a2dd66d7c0",8997:"42fe8af3e498ad36ec38",9037:"1dab42dadafc67d1dca4",9047:"eaeea52a119f30518078",9050:"ec72bad6569c97185bd6",9178:"0e97862cd11aef7802a1",9197:"2f117af4847e028a15e7",9208:"68c9b5ec8ac684d8a7cb",9211:"dc234dbb2b37a4aba83c",9246:"1cbb41a33f2cd7dd5d24",9377:"29a8798d2ed5965a00c1",9402:"8a739d9e87cea399f325",9556:"1afdc0d213a7399738c9",9624:"062b525c639ef7466b89",9720:"f373b9b17fa0e4120a98",9977:"5c0861d4fc2331146c18",9986:"2f90c2bcc666740ee7ec",9991:"58379d95adbe9405d1c4",10106:"79f9c2ea2fea1637895d",10297:"989315064ebb66537217",10346:"92454db1eb2e84fe3a22",10394:"f8c4ebcde820c3b99b0a",10438:"b9d9c5f4ca0fb7455519",10461:"83414690a417d987fd15",10681:"0bdb512592aedbdf53a7",10705:"e173b89bafbcff337633",10810:"f6a2f62d090275e2f9fc",10856:"76405070f81122080c2e",10873:"18b8a9959f83a6d1a53a",10879:"f8883559584cc6ed4652",10938:"a5a90d32dd2699951217",11012:"a8da606aacc544b339dd",11028:"365dda91bdc0d84fbdf0",11105:"625063a33040d2ac7a7a",11135:"75a4ed43af51527d6a17",11212:"4047a16747383c2d4261",11386:"f33bf5b4279c68a8636f",11401:"f1ee97cddc4623454007",11463:"085115983cb613d4c791",11530:"8669c9a464b0c68a71c0",11717:"e50db1e11910ee56b587",11728:"758cfd10558c77514e4f",11944:"0b384e622a73360bf1b2",12093:"af4529762599dea5cb49",12134:"a3801a6cbc72a34a8b5e",12137:"2f20edcea433d7987fd9",12243:"a0a70994da9256d0894a",12250:"42bdefd3283a906d43d7",12290:"e350c6d819c16139bd6a",12307:"0beb7c12d121b7351b1a",12409:"e1eccfd03a2aea448242",12472:"a9e6aa979e7dc645a478",12990:"cfca188871a623bfbdc8",13193:"e1795fe52fd32ee6a238",13285:"60a00efc49187070f2da",13291:"903458481a7924099cd4",13356:"0d390ce85e316d95c47d",13384:"ee8d592a0bac509d6534",13527:"c3937719105b47578715",13568:"593495f70f10e750ef86",13578:"d51d1d7f61b6c9669c87",13658:"bb6770993cc852fff58a",13722:"76520c91f508493f8f3a",13771:"d61acbbfe43fcd232d89",13822:"378fcdac24caa22d0497",13861:"014634bd99242234e32a",13929:"78b810e80e53bad3ae3d",13971:"6fced4312bcaca99c329",13998:"af63cc162e522838f831",14317:"1dd23579e679254452c7",14328:"8d8ec43b8a7afa29b644",14416:"5dc6d604d32c80b2bb7a",14430:"a83cb728562cafd813d3",14527:"09fb12488da5a9244ea8",14665:"1106cfcc16e14337cefc",14673:"4d1075ffa9e776a2a948",14687:"6ea23e9b139788cca98d",14732:"52ac9c48c61e290beb34",14739:"4ac3bc809aab5c868b08",14862:"da6de7f558830d2b428d",14899:"1f858a08c6e662a18b04",14998:"7762c7e65847f24633b4",15010:"3af99d1ce6aa6e016db4",15444:"6e56ee9e07388b1bd249",15529:"fc034175ee0a5ad8aceb",15551:"ec9be40d02f3efcc7cfd",15770:"75029e12c97e128769f2",15813:"71b7a3feded65ec87942",15825:"521e4225f0f7ae819fff",15843:"ff775e45fdd5ce3e4600",15929:"7d477c84552b86da0541",16074:"128027f30a720edc9cca",16199:"3c8e6e5d59f4f2107046",16386:"680da4aaa1b88cd22ca1",16536:"7a5b2783db85ae6d32c9",16654:"53ffb55fc2aa25677227",16664:"6e883b9b66318c6e1145",16684:"efadbd9fa36ad73ac92a",16874:"f0d3c7c9cafb95e002c5",16913:"53edb31c177d789550d3",17030:"a5af2403b48f42a112d3",17039:"287ee19e457cd89c517a",17053:"b79d6cbd76c02d6c7b8f",17071:"19f6d28369008556f9d8",17285:"864c5f5b9b283eeeb670",17300:"0acc1cab4b23c59337f1",17375:"1d6a327542d65aa770d0",17486:"5bec486263e5a7aae78e",17568:"c8f23728f889e8be2a93",17588:"80dccc60af380353bc49",17716:"81a1f4bb862c4519d362",17926:"d761dc3d16d2c4751d73",17957:"873ef64052d23bd1b6b0",18024:"57fc366a31f27d1fbfc7",18044:"3d26d131edb2cc3a2ea6",18064:"46484cc1b55b8829b012",18077:"3b5fe34f38d3a392ed6a",18095:"970feb8d68d59e6239e2",18155:"1c5629bf0b585115bdcf",18165:"275f39801badda049f10",18167:"ab69fa2374502313d8e0",18196:"abfca30b10e952e641f6",18276:"f9d7351e27ba323e93e2",18342:"73d70fec88aa482a984d",18413:"60b30541935308e0c733",18645:"2e63ff9992f965421bfa",18675:"297f671de54baeef3b7e",18697:"edbe4100c5216e2eeb82",18799:"d1fa29e78d4eb353cdd5",18850:"41b6cd1b0a2184e1d1c8",18855:"5a3f1d975e6742748114",18941:"202a0d8fe5b9bd72be20",19073:"fe22fbcd4f3772565079",19257:"378f8243d9cf8855b82d",19267:"ad65010f666ba011aeff",19320:"cfe6154be49b3103f8bf",19457:"0c11c754b6cf4063641f",19501:"068ec96a9739dd0ea091",19602:"2394c685dab5425d0888",19656:"18a341e05e5e0bf0af16",19844:"4e30250e67c809b40442",19862:"5733e534e1d45ca0714c",20024:"ce39b036d77bfb4bc659",20055:"170dd67d0cdd123c7ab5",20248:"4c33386f8fcd85beb5d1",20281:"c3aa87cf7831c99699a9",20303:"6453a5a1b50329befe1d",20390:"821e7e8e20354ae11716",20399:"5bc2c7e7095546441209",20444:"1f9608e3b32c613fb718",20500:"82236845ab0b6d960982",20556:"c3d1a4cf1d7f86ded98d",20560:"1eb007e740a05f8b6db4",20596:"3a5e76ae0284c568ce8e",20601:"b930fa6823356946a1c8",20636:"4bfe7cd11dcac594b6bb",20718:"b4e9d572b450c637329e",20874:"ccbb64cbecbd7bc7862c",20919:"834f0f87e9015517263c",20973:"43930ee48a40cd793ecb",21146:"4f4ced3c169dbb3e4a55",21239:"b7c8eaa775ab22ad012a",21323:"5e0211ed8012cca70f5a",21608:"6bf6a667ff679c6d6477",21681:"ae4022a713a4150e2497",21921:"fe32bcb7b2293183806a",21993:"7140fb0bf21cf96484bf",22048:"05e43594b6620211b06c",22151:"af39cdfded827324e0c8",22155:"8bf2a4f19cdd0d516858",22273:"029cb01b5fac17dd9e26",22387:"5ec3966bc1edea312100",22622:"eab02413b03c4ed129c6",22731:"1876caf650c3ca73bb71",22966:"7eccc295ee3e627ba1a6",23187:"c9fa0cba382175db393f",23213:"4d064e89195390812c2f",23224:"5d87cad66591caf71aae",23457:"9f6c9d7b3c7c7a9a346c",23518:"b1c03fd26bf02d01d0ee",23588:"dd0615da70b8e0f04c79",23739:"714ee4e7897514a7b054",23767:"380be89206028e424abb",23847:"898e8492d9bbfae26094",23860:"6e9bbe8f7bcc9974401f",23954:"8492a648ba6c2f01de1a",24156:"00663355afeb9edaeadc",24219:"d8d250b31ad3837577df",24236:"14d9b9515329516df5c6",24410:"21bc47d2994a46ed1e22",24629:"6768b9bd9828b86ea41b",24737:"c64f6af9a56e363ce3bb",24754:"ef03e0f1da518791efcd",24755:"e336084118a97c3e39f4",24789:"6ee54ce04d68146a92df",24931:"c0bc10eee3e0c2974537",25046:"39455b6772054efffc11",25049:"b5e0a0a1ff21111fb0e7",25166:"d87de065dbef82ff82b0",25209:"76c5b4afac9fe6aeaf6c",25259:"ee828769c99b9237503f",25274:"55a6d982dcc5f905a6bd",25372:"719cf683c1695a882c96",25408:"61f4209e1be138ac4590",25431:"fc4b8d151f8c813540a4",25453:"2af64419fb6f743be4ef",25469:"a9735b144382fea154de",25490:"edcf9cde1fb970ea0cb9",25502:"6cacfef23071fe63d3d2",25693:"885a8281d5d36122e7d1",25772:"79cafd3a1d68021d496b",25803:"e971752525138e127081",25809:"8f22dc4ea7c4801bde32",25833:"a1c92a59a96576ca3012",25920:"403a342a2719234e399f",26037:"0ae2a969448ac60ee52d",26091:"a6e5a3093f969d3def2e",26110:"2d19e0ea592df4f267a5",26236:"38b7299aab84c567f172",26285:"e471f1e9c793773481a5",26367:"36d562aa2cd54d0a2be2",26448:"690277e4753ecbbfbe1c",26531:"2d6463ee646d32c220e5",26570:"cf327df88068da61e634",26934:"e4286f790abfa8ac7b1e",26970:"a968dae3aae61deb307a",27008:"7819603ecbfba2cc8adb",27035:"b3cb721066ec1d53e322",27188:"827012be9a1c766160e1",27618:"51baba21362b44f104bd",27681:"7335468795be2fdaffdc",27779:"eb3bf08743dd8f1e73ed",27910:"4381ad91875a6d1161b5",28052:"5b26a01571a5270a37e3",28066:"4d60c8f90f29a2171339",28159:"b9e4529abde38033e793",28162:"1a2a761d202582c31248",28241:"2c10bfb578a9ecaaad3e",28254:"54854380cedd5c367ce9",28378:"8ce5a74674193a32e012",28691:"e2ea963341d5aa2e3e56",28864:"30afc9e31e2accd7cd03",29136:"33b95afc04388be4a41b",29165:"3897dfe6a86e08e92599",29279:"ebe6e487fdcfd8ae972d",29322:"491674491c3d40e293ba",29465:"6a2999b5ebdf00a293da",29518:"04fd3f004ca23d745b23",29629:"de4bdd08e0e34857f51a",29670:"a122ddcde5a9aed8223d",29705:"d69d7cbdadded408ad99",29734:"ea81a1eb8fd73ffe6f60",29884:"08cf0783c8dee5c97cb6",30029:"9ec6440a9fb2a0c26e8d",30107:"3404d80959b21517632d",30156:"7657b70038bca86a1e18",30164:"40aa21d3865ff8a3f8b6",30258:"61dd300f25070824a7ac",30377:"6523c837f08865b72b56",30483:"a9f4ea91090e3e00de79",30602:"146df9953e4de814eb7a",30743:"87cd1ca68d2958c0c7ad",30977:"1513f7f7fa76e018be27",31010:"b3292cc4de06bd048476",31034:"9e7229651a0b3bcd7f93",31132:"3a3d861679200eae639d",31242:"055b59c08311d76cd5b6",31362:"1854ba2921091fb6da20",31428:"bf6f9d77db911d222c64",31591:"1a716aa72ce620c202a0",31737:"7a710f4d4ab6503c6928",31882:"89d215f5556720a1e29d",31895:"e6535cdb852cbe1ca8f4",31936:"d5240cd8b2525ed453ad",32020:"86523f0f9c72edeb176f",32421:"0675f913ea742cb5c5e2",32450:"2d0cf807c707cb2c4e06",32460:"28cf920a64abcddcf464",32479:"821187040f1b7ac5c330",32498:"999d9944e38ce57a6e07",32610:"7b67efad42b94549a0ca",32765:"7bc8ab79a08d1670a14a",32771:"45e338b8752eb458f8a7",32796:"3babdb8c47b63e2d08f2",32800:"be0ed481793ae15e44bb",32836:"5beb1b658c754e60ac08",33080:"a26894045eef51649f0c",33131:"3e04c7636a10bc337d77",33175:"a71bebdd0d9b1d5c22d7",33187:"021d016724a28be38aec",33318:"e6b29089727190fc4e88",33351:"9612e24e2ee5a1c0e26e",33647:"c6c1f2d89186d0228f63",33698:"c0bc07b639ddc8c73fc7",33801:"bdfe9f63e84423a8e49b",33812:"6bde3886e7e5848e857a",33986:"7d160eff57d819af9972",34010:"ebdf110e48b8183f4783",34143:"1d1ccf54152d4764e20b",34258:"b1b2166c330ea456cfb4",34280:"2f33312dba51385a0b96",34336:"dfc5f2c5bb228f1457ac",34374:"d51abc4184cad7ada39e",34402:"4b813ce8bd8e5a9446b7",34502:"c58c347277558b9b0657",34529:"a95cc47c43be11c0f0ab",34714:"c008b219342eaea59dc4",34720:"a049ec5777534cc00f70",34739:"c48bd6e7bd3a65c7fdea",34840:"bd0bd7f3cd47ea99ce99",34841:"408d5ba080fe96f43cc3",34887:"70a4a36059af6cf954ae",34895:"86717aa18ea38096cd15",35165:"1b7b4d782db5ea1eccc9",35317:"01959570e1eb32fcea98",35320:"36ea32c56e6e2231ba6d",35487:"fc13b22d707b5e6a171a",35494:"efc2e954e54fb637427e",35519:"25bd11f7b7eccad74673",35596:"c8ddfcd278bf323d9ddf",35614:"7c9cdd08ff6edbe83bbc",35673:"7af7a06763a77663b37d",35680:"08b3c6f318b298b51f45",35721:"c308e1e84862c4123444",35746:"e2b824381f019f0927b5",35808:"971eef6e26a1417a1ebc",35813:"8e347870213da1a2b00f",35924:"f67ba0dff5389bbc0500",35939:"522def0d45e6cc5c01dd",35945:"91fc87506fbda73b6c80",36023:"5650c604d5bbedae459c",36068:"842960c13eb2a56b47b9",36150:"7102c62ddbacbbffc516",36206:"1dbd0f8a044492ecca33",36380:"febd36830b418962972f",36540:"809187646f07df282f4d",36551:"e06d386c36768f718d98",36606:"9b27e2e9f11e6ad37060",36735:"13d4ecfbd5351f720bb2",36784:"6968597358d8e12f8221",36958:"83ab042afc0c26cfcb2f",37219:"130bb189beec96018e76",37223:"5770c2fc96cf1f9ddcc2",37462:"3d33846bdba3d754050a",37568:"beb7fe08df089ee95621",37611:"cf259185ba3841d597ec",37802:"415780ba7ba015f96938",37929:"5ef12f2cf4c137144282",37949:"e5e88e3bfa8eab2143d1",37980:"c522b943ed7af408376e",38083:"f77e59ffc8ada42d71f9",38087:"af92159235dae5060187",38131:"1ad364d88f79a2d2253e",38155:"347ba73d177d5dedd533",38309:"afd2ad33c477dd546088",38310:"7e515671b9a6b96e227f",38378:"7d4f2c094bbeb24a3fc5",38412:"538883dfe31a75b0743b",38469:"efbd35e99bcf3461c9f3",38638:"e57375bc797dde22202c",38778:"a0de6e7d090658377d37",38816:"7c1472701d0d751226eb",39037:"766d6f9a34f8c90a6443",39054:"5c36bb0f8e1d11f24402",39065:"c5a0ce040b0b4ed4309b",39068:"aba7c0ba134ef7162bcc",39194:"8575f2e586a53d1f7a3e",39256:"1c09ff9e45b840dcab10",39443:"8ece24cd0ca888a7bd89",39465:"dc34502f327ecb854a72",39528:"6b4d70352a06f6dec1ec",39580:"3b7327fa58af9c0b7bd7",39613:"5f37f9a10e94f8e673aa",39624:"505b4707d3894d148d4f",39793:"f7c09af8bed01a52aa0f",40145:"cf9584ecd6be83273785",40178:"fea7ec4c9a00aa619b53",40291:"f6a1090811629e9a0aa3",40298:"b4b2a78527de37f3d8fb",40604:"5d5e9e3b1ed885741b3b",40707:"ca14aa20a40d2283e4b2",40727:"37dec3fea7ba8755dd80",40761:"c8fb6dc2d02940b3a60b",40889:"644c48b2839d68aa6a96",41079:"6cc6925c23c6ab745c96",41124:"b1bb18c22db8af88de3a",41153:"dce982f00b3513287e99",41333:"90baa738f1582d13b3ad",41504:"34db5226359bee47b2c1",41553:"5b0cfe5bc2b63b6e8490",41735:"7cbd9fa0757fb0760e56",41904:"4817039304b4aa808bac",41919:"a6779a3295afc0939031",41994:"70a7e45ff7597bd6910b",42018:"42b98139fb218fbb6a68",42028:"f63ac26b9db4c5067daa",42053:"344edd630854ab0dbecd",42068:"fff07e1bc808a1d95537",42146:"acd5758e0ef7c2feed57",42222:"468b9918bd2891717b30",42267:"aaff27bfb258c4bb0864",42278:"07164c61965a2ba2e4ec",42329:"2d4963bf933e5807653f",42506:"7c3c596062c1de749afd",42539:"6cec9bee357dd1d9ba8b",42553:"0496a6111553b2269c01",42562:"fd8c86dc0f017e167ddd",42627:"8ba2dbb8c68afb946ff0",42701:"047b4fc4bd19c49a97db",42733:"126883b3bd688d72dbd3",42765:"1d3db1e975cfb5afe904",42866:"d50ebe1c5e4ef9cb0f3e",42937:"e41aa106b477f6d4e703",43040:"adfad0696e5d8c359bd3",43120:"2b548eb3f638bdaaaa8a",43369:"1f33bf7a493b6d7ebffe",43451:"3a00b3baa2427868be29",43590:"3756649bbc329844fce8",43673:"fdcbc229ce08f2daaf0b",43720:"dcd6af58abdd52f29df6",43792:"2b4ab9a9c2ca5426e63f",43846:"5bdaecf8488cdb5c26d4",43973:"47663e98c8c4e8d0518d",43982:"eae06d04e4ffbbe59ae5",43990:"043b04f443a335353e70",44078:"f744dbb9a357e13d5810",44538:"5e8b2e927262bf6e8980",44561:"1b9dd8db85c9f48abcf6",44562:"d638a365b9dc129947ad",44566:"61cbf94b2565ba49d017",44571:"6607e3677dfdfbc3058d",44608:"a7de32041b28b6c1244f",44647:"3106a05361928eae3358",44845:"e16b9691c0b12f8778d5",44979:"95aa037aebbd3a892896",45038:"f7f0b2cd4ad8d9f9ca1e",45289:"da97eb688884f2273472",45313:"fcd75cc97b870b4f80fd",45349:"8e8afa57910e2a3760c5",45434:"934d7420ae8a01c6402c",45438:"51bd67423f0d4b3dfcf3",45594:"1fa7018ff0ebbd88a336",45615:"489133cd493b7eb2ac91",45637:"dfd6205127e065c658b5",45647:"0556c5ebf905702511e3",45680:"60aebce1437e6624e16b",45797:"471adefc642a491ffc02",46317:"4f9f995729ac1b5a7a80",46329:"f3b048772c8018593d28",46508:"88120878c84e79069762",46510:"df3509a4df1fe97bb78d",46641:"3caac7ffafacc3cc5958",46756:"4febd997c8f682a3572c",46926:"c6e67a8918efa13c68ac",47061:"6f3a68570801b6d206ed",47074:"9e6509c6c79121feb2c9",47233:"eac5abaa5db54201360d",47592:"96343cf39a469a76558a",47598:"6267deaed79b33b490fc",47600:"3837d5a1e1ff5be44de4",47649:"551f62f81374ecf0044c",47671:"d93f7f8edc45ec981a09",47673:"766bfcaaef310f54a8c6",47681:"8d04ff8c72c6c59f2790",47682:"0d5d11dfe87f527a9c19",47692:"a74e31a5466a203b4038",47696:"5af23152130bde79e1d9",47863:"029d0e73a534744079bd",47877:"a3c38221cc9258ac09c5",47913:"0169883ca9c066f9109b",47928:"1e20ed4c7cd0f5679754",47957:"99d6dc68142938522227",47982:"d1a7429e7b59de8b923a",48067:"3d848cca2eafcf48e1f1",48088:"cdeff3077e783c494124",48179:"fd636c7b4a25c9e8a850",48208:"5843b82e33d72ef92552",48221:"f35e851622594cdb0dcd",48226:"b75dccb1679aad3de21b",48415:"0ed99de5e0529491c1b0",48426:"fa8dbd89dd539f497526",48563:"a5c4d23323ba93061d0f",48804:"a1c96652f4fed358a8e9",48837:"2010ade7a76befb6e5da",48948:"85e0b3d9ab9fcf612e59",49062:"c80bd439a4d25ee5c429",49255:"df18dafbcf20a719a19c",49353:"b4ab4ce5f3e25e6705fc",49396:"005f23caca3a61f8042f",49427:"1658f5e0d5347072bc6a",49502:"6a31d619d96bd5d6cb3d",49746:"ed2d2539bd8553857311",49784:"4f0fdce805acff1dbb1e",50058:"43cf6897c50f8fabd079",50070:"c16e2b29432fb67217f3",50093:"3bfcf5eac11cf15aad54",50168:"1ec86452e7e6544d541e",50222:"8589085e422289c1fac8",50569:"5eb247321b36c37f4327",50592:"25d7e5ec41134515697f",50597:"74001a7b457b9ddf4e7a",50760:"b29f1930872eb6b21535",50771:"b76421873af4d8fa9126",51035:"96ade57d6b56804e81b5",51113:"cb7b89b6acded52194f1",51165:"1c2088da967bff774573",51210:"b4c242fc8a12cf6ed600",51345:"9baadfa72293ee97a518",51399:"92263f3154ec481507b4",51457:"3245a343323232e3fe48",51514:"3f9ae3c149df7aa839b4",51524:"6948d752ffa15c84210a",51664:"78e19302aace8511a7b7",51669:"b9cd6c86303815feacc3",51888:"20c7f3002c97eac42bcf",51908:"9b84aa15601dbf414d40",51968:"567469870ef8e0defb7a",52042:"a9e47c7d054ef7bc0dc8",52049:"cd428d0db4b6359cb4bb",52131:"879d5745cfe94e87018a",52142:"ee1a8d4ef68b8acfc0a0",52161:"4b1bdceed27b333cf220",52200:"9c3ed51ca8b722f2092a",52221:"cfcdd9effb9aa138422c",52273:"7c7d25874981be46f026",52569:"70b80c7e51f61d23251a",52576:"8ab7dddfb9b74ad475ea",52663:"5690dbeed1dce9f89a1d",52683:"4853de4e46be55dbb33d",52800:"31d83c7e538d3c6e26e3",52816:"72a6f8f55f3b5d96326b",52857:"e8fba7d2ad9546a8c779",52871:"006ce4f4756749e4d9ee",52881:"55aad363f85cb10e48fd",52956:"df48aec04ba03db59c04",53200:"376639c0c78cd2c8b0c4",53201:"412c414928df37aa4031",53228:"e72680eae308dcd20e1b",53266:"e5a2e540acff79050547",53519:"b9eecb8e129c445c2f16",53533:"e5600fb66ba1cae3086c",53623:"c277f484b996d78c4c49",53669:"e15b81287e1c6f9c9de9",53796:"6f5e240b12e4c4acf522",53822:"d6d776cdf228599d667d",53848:"022fdc5dd535764e33f7",53988:"e1042c0b8e3d81a12906",53998:"a64787709297999bfdce",54052:"cf3e7422e82ce82ad45e",54089:"c480dc4b47ddd36ce288",54135:"b1489ab8f9dc8df60080",54222:"2142099f86da5e058727",54287:"aec8350f02dac0b535ae",54325:"9b142bbbd035987c0c83",54491:"483c3a7f4ec2f48a4641",54503:"35a6eeb87141e13db279",54542:"719ee8e138d2f577fafa",54547:"d31a578bc2b48b30b3eb",54654:"3370f71bc8f0e34569d0",54656:"05e73eaedd20088623f3",54947:"5be21d562db7c8cabdac",54985:"ec68ebf87614ea40c35d",55122:"bc3bfb6225de2510eb17",55125:"66a2812b75d741dcff3a",55280:"1892b0c7a97e8e3fba86",55328:"0ec94dabc0bcf1844f8c",55352:"61dbb9cf6e8b02849d09",55607:"d821f3eb13f7ce200715",55619:"07c6acbb2e7734c33112",55627:"9889fa5b09eb1e69b337",55684:"973a3bea3269dd9edcc2",55700:"5975fdb04b1b9c3d2448",55832:"494cec699a3b48302bbc",55856:"9f96e7344944c5b6f8a5",55942:"83301561e67285ea4a01",55976:"36c52b1e11773143d276",56013:"1072c0fa92c75b38fe66",56018:"a6cbcb77dd84b3376601",56055:"3d14ee348aea13992bab",56089:"b01e529b0381af4e39fe",56123:"66d0c139b12623126342",56195:"844847d484bc46218b6b",56229:"522ce5c251d45de93dc2",56238:"b1e088ee70c802337387",56243:"224bb17420429421b5e7",56316:"b708581d47610f952fdc",56382:"bec73edd93e8369b0deb",56392:"ad2ba6563ca6dba77070",56410:"ac954f6b17367ef99de5",56542:"14c8f4ea4ec6c558753b",56570:"cbf4e9138bcf8d562686",56579:"842bc7633a70602ef111",56654:"a0033e1987f8f1e2f1e5",56701:"30ae7203fb92679b26f6",56717:"e3ed3bfb1c163902909d",56747:"6cc8c4185474b2390643",56841:"8b499f71bcdb4926ac78",56935:"91ddb08ef3e34f32d579",56972:"afa66e3b6db7451347c9",57024:"8d80cc7dc2199667de7d",57049:"5f6e0545c212e9a121eb",57174:"1421e3669cff41dfcb58",57271:"eb187e8bede8417fcee4",57507:"f6a2bfd8648f9bfb4ec4",57564:"eea5f2ff3faeb79eac8c",57612:"baa10fe2a99243d06f2e",57740:"b266da4d27da750deb75",57824:"fe5859e7caf089b74754",57834:"b704d4072d99843214f2",57905:"a7a84878007ddbd1b4a8",58156:"272ec15adb7c100003fb",58198:"464334fd8ab116ac92e8",58217:"2c1ae0c0280adb9d724e",58246:"b7d367e0c557bce1182f",58429:"f5647b14013d47889f28",58487:"7ed53bec9ef7371ef76a",58591:"0aa33d1c2f6025569f0e",58612:"26a7ef2d4b0cc13f4fa5",58646:"7984f34e1cbdf1fd0cb1",58716:"a29d1dab0ddde76afee8",58902:"dcf47b334545e26b4755",59346:"12bddec75c98c1d623e2",59391:"73ebbedc4ceafbea208e",59403:"f6a23e1094d2e388d8de",59406:"59aa6a6679b258bbf3c4",59430:"8774a47e5947abf9ee77",59557:"86ab2bcd58cd435948de",59598:"1c233bf7fd285b2af353",59655:"6209ba5d3216afdeb2d4",59719:"116d6d10713b6b2ba4b8",59724:"5716bd6220877514e0d8",60199:"3d46c223c7f3556db168",60329:"65040caa53b0fcbc541c",60335:"713987e8a61e1585d629",60409:"e1dd8b030ea0bbc2591a",60540:"27ac3f50b35d4c9e884b",60544:"3644f361c3c62023d9db",60608:"d7f0a8479772a2dead81",61136:"5d3edf4b53ba56c89982",61217:"2f3df80611c0d34c2727",61250:"a6e46cee2bde8e6d54ee",61291:"b6d775f6c217932a4093",61323:"b6a63f70d2847fa7ae00",61418:"0d434f23e8681effcd98",61579:"b40c9d033214e161edde",61603:"5945dca2e18fdc5b1af5",61681:"4d2c784e4767eda84bb1",61717:"a2cc2e846ec668829324",61833:"e1df94146e1643937a42",61888:"bcb7b3d6db1c70a9d721",61945:"59cf647d57a3b6b5224c",61959:"ddda9cd7cac6c5c4721b",61986:"3cb4c7ab546039304901",62036:"43292d2d9e68c8228862",62074:"e2aa024b1e2e2b5c2072",62093:"a396101a3a7a9fbc8ce7",62187:"fdebd091067f21307e75",62243:"eda5a40b17c30b790cf5",62250:"4c9fae5899492ded39b8",62289:"a481f55e075ac25f7774",62360:"35dce0151df0fb93518d",62393:"cdbe300900812fab5df1",62461:"a7b140a45234f2208b06",62492:"954347d32f2438ec9219",62592:"66e0cd1ae131dbd065ad",62705:"b5c194724191cc970e3e",62711:"ae06eabc362fa95bb91f",62719:"6bd35623c32af73b1e9e",62754:"0bd84a73571c75d31035",62866:"7fb01f415d55e1f21c96",62901:"c23e7a3faee895d6adb0",62927:"33b7c1354ad56b2930fe",63098:"e6544552d7f14a898835",63106:"b6ef7b22714b5f9cfca2",63220:"8ebcaa272e7b85c7f185",63514:"9be4137fa019ca3ed5e2",63577:"9ac39366ce4badaabbf5",63770:"ab958d11202a46d2f247",63993:"a0a972c924566f939714",64075:"14b875e80aec6a7d7c52",64113:"233d2308fbe8668a1c4a",64180:"cd4751748fdd8cb24838",64284:"1b0f46b6114ecae19017",64385:"e4c962160e05e0b1acb9",64426:"445f2d3f3802299734c0",64427:"dffb600e9b1dd3032264",64578:"998d64fd3838db57dd7c",64756:"11fbb47eab0dd23f98f1",64763:"33fc609936c5950d6b2b",64850:"cb45c1f5941791a82260",65015:"8bbd5bd749ea6bba6e4f",65113:"7dab24f357aafd531ec4",65460:"a63e837d32fc6443466b",65514:"e663966bc3c9a8627073",65602:"a0f10ee3cb72cb80f1ef",65627:"b92634b162ead1dd4b3a",65800:"d9020d70ddcd98f52c3f",65859:"6eccf5bec72f98ce8603",65917:"798f3446323c70ea7e70",66033:"54485031fc13b5e6b2dc",66034:"861fe6927fded4fc3d8a",66116:"8b9de6f3c062e5e568a1",66243:"45ae3f96b898aa9429cc",66257:"1bf18d957f5da45de15f",66268:"22ff2266d9999e7c5457",66428:"f296bb6f24bea783ffea",66431:"ee1f29b36f5d00d3f9b3",66448:"39e6548753c4d20bf5ea",66457:"e3b3bf858550957e7254",66568:"20fb59a02097da478715",66674:"6e8b351b96254f3f2e81",66730:"b2cd9a1c331dfcd2eeee",66831:"c35cc446df1b8189aa66",66861:"f14a8e86d7a8fb3a0a6b",66961:"a03f925edf43fcff6ef1",67025:"647928ee2286b5a64fb1",67042:"1667f4c359fcfabf91d4",67119:"4d27360824af690dc273",67165:"20aa177a5dd64a61eecc",67211:"7c549baa9d228e47c061",67570:"d05d1abed41eae9f6dc8",67595:"c5331b4d4585dfbd4feb",67623:"f6062e28d5f6b5185cd1",67625:"9cf2b8dcae3dc7f1745b",67666:"153fcfb5d910dc153bf3",67696:"dd8e7618d2ac3375269f",67720:"0c2c33ae313f638135d5",67778:"7eec7ce7bf35d857d94e",67839:"0a1ef3f2136c6eb25686",67994:"4abb8bf8a2aaeb4a74de",67997:"5bf98eb0da0c5ba8b9db",68247:"59807e505236a472232b",68475:"c4042f5e921b0a22f861",68644:"ab79ee0c4950f5663ac2",68777:"9ef9c294dd81e5c2d672",68874:"116ef9770e9d4248fc07",69086:"2b3897dad3787afdca34",69141:"7df65378d435015a1ec0",69200:"c919c0930687d91934c0",69226:"85d5cb928456b73736d3",69240:"c934444724c662af4c4a",69289:"8ac2423d0049bb3fa236",69347:"a46a9224f3d1f3995b31",69523:"b3720118af911dc8011c",69578:"c707bc9629efc9bcaf76",69618:"0baa32da489d20a60d64",69647:"89fd921b231ce25c1116",69675:"c8c1197c2b2e921ff583",69878:"4d32d40e59d21ae3f316",69879:"44c142430eb353e3cdeb",69890:"1c9a32a68e6864b1d64a",69974:"444b78ab707326e5b54d",70006:"60a1956fb9928fb56b44",70033:"f381538f3b6f24456a17",70057:"783f8cd86244f2aa174d",70156:"b89edc8f6b3537cbbf5c",70240:"182a4be7201a08424bae",70260:"d9ba1a02f82480ca5f23",70363:"4b86c3cab19538c69199",70429:"53b6d13a87e2c684d8ed",70445:"7c320b3bccf517aa8b7a",70568:"c94c9bc698870fcbf39b",70654:"bbbacade435436c14682",70655:"cc45c8908077006a46ff",70712:"f677898cc93f6b1bd4cc",71062:"8fb9b19e512649b52577",71255:"d9923408a4c941e23f42",71256:"fdbd257bb2e629082f30",71310:"abde1099249f4649e518",71365:"8775cce68a8c2bcbcd59",71534:"f52a0cb41203ae591447",71699:"96c97cbf5fdffa7eddd3",71910:"427ab273ec221fc8ca26",71970:"8cf6e565ac510ca12734",71981:"03c62e1cf02e04404c98",72060:"c0d3e4cc5eb5c115f125",72063:"65356331844ed0c4a497",72096:"b3d7c6fa810435888bdd",72133:"30f0ec96ba9e1f86947d",72134:"db6dcee607f7d7e5f832",72186:"f5ce3a2662dbc7263c24",72373:"c14498ffb8d3ff150376",72385:"1409e34c975fe102acc6",72418:"fe88dc0c137850991694",72448:"73b3d1d299c563fb6311",72484:"143341135ddb2307ba05",72489:"1ba36359e5979f6e2811",72494:"a251f7dd5b9106348bb7",72529:"3500528ddcc9f48f6dd7",72538:"0aa9aaa1f028fb823a62",72618:"4ef42c0b144036febc5e",72728:"b846b5dc67cda817da23",72740:"6f86e9302b75a5342761",72987:"b8c27572b0045b7fdf0e",73045:"508623d2e5f35e5e257c",73095:"808bc74d32e909b9311b",73188:"355f45fd88724ee2ea82",73268:"4a7a829bde71467ed17d",73315:"230dfc53990f5481f169",73316:"3d5b98bd56da63811a36",73335:"cd02056ad9b9936607d9",73384:"2d73f9173218be310316",73434:"97bf40278aa11da93a1d",73508:"54b6949bbdf2aecd6618",73572:"202895708e5b709a02ab",73766:"914dbc300eb7ee759437",73775:"33128bc7ade0d549caf3",73805:"fc360f28a5fa42cfd2b9",73871:"c00c9e2b796cb4d1d2b5",74168:"204d8051cfddbeb1a058",74179:"a7ae9ebfa4c607f4a5b0",74239:"e77f75d8ad91d5b9be01",74301:"434b3ae3d8139193e7d8",74393:"7a20ecc18df442d8f3b5",74448:"c838e95819f36944b16c",74464:"e7707b9f1c3569d6e5c5",74545:"15cdf7613af9e24f3e03",74623:"9570b5d2368136a8550b",74649:"20a38d047c613bde20fc",74718:"40443535ac5321a9eb6d",74897:"31753654f66ddf23558e",74997:"33b9769890fa1c3e24ce",75061:"2315fb33912c9acd4e02",75186:"a9035c508e07418c9ef9",75272:"379486e9885a1b44d00c",75282:"695b5604c7e0521c9321",75335:"4ec7b40460b6a04f44f0",75449:"584c53fc367d49615ffc",75460:"02db05f0a6f8b59226eb",75466:"5a331859b3fdc4b7fbff",75468:"714b487933c68ca823bb",75478:"fa7ccf93298f05d4225c",75508:"1e37c087f6efb1515caf",75551:"19bb6586461b0e5a8e00",75596:"ea0dc2e16c55c2c5af8e",75808:"97ccacb3fbd99c660ec3",75849:"5845dc2a50b2089fc4fe",75856:"747d61f23bfec9f3b8d9",75881:"ee692255633ba2f2dc54",75941:"16e790e17be35cebda3d",75969:"ab58ba2e62a97cb01879",76046:"db361a409f1e84bc0481",76063:"a4ac8801b5807e848d91",76106:"848059edb8d998255192",76297:"9757dcc71bc0cc9f4daf",76325:"5a8fc54696087f7d136f",76442:"2a64be1567625d87d841",76491:"f42be9e3baaad858eb41",76540:"398f3cf9fad71f24a945",76567:"9519f17ecbfdaeb67157",76866:"1868d6f5d4977fe8c06c",77159:"00a0c9baba342e21c43f",77319:"7348efcab0dc89d473d1",77384:"e4a94ca9cadca08816ce",77491:"9365bb497d0beef761d6",77705:"736511c269b85193c562",77919:"99f0c334e60d1d75c3ac",78017:"9689b64ce76c78087297",78350:"be884c899b1798a3839a",78386:"ae821810e66018141a43",78425:"b9259fa90cf9ae205ffd",78479:"11d9d77573d921eeeaaf",78598:"5cf976fde83b2e470559",78682:"0b69c0269bed25f164c0",79008:"9ffc61018b673fe9699e",79167:"83243711a0419f76de57",79298:"fc090d5eb5bb43aba7e1",79682:"dd447d0dd9ddbdde8ff8",79892:"bdb716b187b7c328dd91",79910:"71f1e396bde9389adfc8",80160:"331ddaab67c76db5324c",80179:"362e9d13a2ed6d5476c3",80203:"da17bf86917d3b67970a",80224:"95dddf9d99dd7711cd3b",80229:"da9965034068f29ef8ee",80279:"9be762f021c1701621b5",80282:"ec41b6d5a72f1902c4df",80394:"d63fee27647b9eb5d911",80401:"24e23c5b35bbb42061e4",80409:"eb84322916682319f82a",80500:"eee3bf8a4d237f36f03f",80505:"0907aa92b5287e1dec6d",80509:"d94df5deb4cd0dd1d5cb",80570:"3315665d602e099a51e8",80779:"3e036c8dcf42e7b09ab3",80780:"d5ad6c1e5f4c58423a91",80881:"63bef8b60799b9c39fd3",80911:"2e594b2fd773a9dc1b42",81249:"04c078fe7e6df73301b6",81269:"5c60b36b34aa418e3aa5",81282:"f2ee9d51cd59462ae3e2",81355:"cab07f86272cec85ffc7",81395:"ba16e1e13e7a365ed0f2",81539:"fb6404059ac0209aae59",81555:"d88bbd7b3828b0ac6996",81563:"87f8febfd81bc9cb41df",81588:"688cda9a6fb94212adde",81619:"ed3919866b6ad8980c52",81704:"1777e96aeb6e57d301ec",81822:"6559c734343e1ecb09fd",81859:"cb29e9fe6e460d2e286e",81892:"b61f51a520c152a26366",82088:"a13135c6d2f7ee00e769",82098:"233c76925349ba31c357",82112:"ac600d78e9231a14a398",82222:"01899170a43ff97e83da",82376:"afe3f354f35916492104",82397:"32784a5ec006306f4573",82438:"4c0f457cdc56d3024536",82477:"d801ba180c3e598f8377",82502:"77ed3e0dd6ced56b187a",82675:"8d6486751b6865d8f1a4",82823:"5a73c23c2bbb9f1d0a69",82842:"87044cf8d15a1cc0a449",83104:"54aa02e80f6d4c99c3d2",83141:"fbb6583c7d27d3bea82d",83204:"148a214ffa3bda6c4710",83227:"c6b29c2f35be5ff68c01",83445:"f6b16b23193c810d1962",83523:"fb35f49a4e6d37f72c51",83825:"1eb04dcbdcf1dabb3f71",83904:"e826f6a6c8c6fe20fdf2",83959:"3a48055da734ec236831",84417:"377a16561db77fa4bdde",84529:"edfb32ccbd368e97dccc",84538:"43d705aee6e51899d738",84547:"e34bc1a9d16df3d678ee",84564:"aa5c48ef0014ace1f1fd",84569:"e4b9f604278129b5f2d5",84591:"cf6cb92c9483b345ff41",84635:"cfc3492afcf0031dc8c0",84650:"e6ae80eb7463fc7f3dc9",84769:"29a808dce305445659da",84794:"5c96b6bf177c1b06a218",84836:"994c10da878aad9ba080",84882:"c203debe2a29b123a27b",84895:"b3fb2eacc3124b752b32",85123:"ab6000a0354ee89d1d3b",85229:"e05bd818407a1384207d",85347:"ba5f03842386cc6ad889",85393:"41eed2b0c3be01e42faa",85445:"a12a90280cca2172172b",85475:"9b5dfb771c17b16d9fd2",85686:"f30a889b81b51d179481",85799:"41fe77bba68c55a1497d",85831:"53611686364f8772a7aa",85878:"c59995d428482260a60c",85879:"5447373661e0fcd395d2",85947:"0a4a00f7c00a62b4caf6",85983:"a7c15004d9261f2b7430",86009:"2627c3e61139099abf6a",86104:"3efd755f24e99c50994c",86155:"87df116373ce52ec32e4",86160:"fe85b0609ebb2c3839b7",86485:"eb37b4a7ffdbb5391899",86807:"27b287e8fbebe33a2cee",86929:"3e63b2852225b15c0e2a",86966:"2e784dda6311514b0144",87023:"f6c4cf532074264653f6",87043:"e389f0456b81aba1e3f8",87117:"9732f6813009ec5f8755",87121:"f4c8df7ff43a3524a123",87233:"d46a4e90f5ceb90703ab",87362:"0c9ca5e622feb8e406eb",87369:"b65672df4d409d766a8a",87502:"31a33e3aae8113124afb",87724:"86ba8f9548771c1960c9",87941:"3fa772f7605dea612ae4",87993:"76c4e17ea4aaf885c108",88082:"d25897a08301cbab3844",88124:"e302a1ec8b904224a487",88128:"b4903f13900affdb6117",88260:"391de3335e756518df08",88350:"4ca8a71cf23a4b43544e",88359:"e9956d25c90f65b1d98f",88495:"3dd458e9085e8a328e51",88517:"edeca1e79c6ed7f027ae",88553:"98f8468e21b3da41ea99",88619:"5e6a42fc99b254a4dc02",88654:"e14a58725a7d5fdc6f76",88750:"56c6bc182beb1af4e6b9",88855:"e2dabe4da79a8ba7ece3",89348:"cc9e3e5c3a0eb835810f",89359:"3ae9789284ec9b594b88",89450:"b5eba80bfab1cdc88dff",89452:"fe206bc60afab75b44bd",89466:"63704d96970cfaf18c3c",89520:"187afe4d437d75c9f872",89577:"b2ec316d63af19d33e61",89615:"b1079198de32d24cc313",89641:"b5de7d8db89b114e08e5",89754:"5cd6117f98804193f81e",89814:"ef9826bde8c5eb13f977",89838:"ce0e9f8b38b19166893c",89978:"f1434d51be280ca566ed",90026:"5f171a423699370f8ad6",90033:"e255c4d1529e867ed9f0",90144:"42c0ead7be7c55f8b195",90177:"ec1b9edceb940281c871",90290:"f8a5bb3563ed2503e56d",90427:"5664b37869cae912b41c",90621:"7bb081a94e822243b77f",90663:"501fbe5cbee569e2296d",90694:"30dfc93b63d533691658",90719:"b98d6452a337e1c0f462",90797:"f0936f531df8548bb6f8",90926:"3f8017a0ccd3bffe5269",90995:"55146761583f73318361",91095:"e8c7adebe20dda34716e",91097:"421f4e0bdda9bb86a57b",91124:"6f2e96e3ee523f9bb58a",91152:"08b6378f70d2c9690372",91161:"a51266fe11b3f80f3055",91304:"6829a96e821761b3fad6",91390:"b4b29f73180ab6ad0f57",91434:"d3e09efaf764000def56",91480:"8ffa2aac3fd252ab4133",91494:"368196efa66a79c08e04",91657:"ac3772a78a83a06eac6c",91811:"4401d6a2e59c7c0ec49d",91902:"747439abaeb47dff6cfb",91955:"882a80877486d8203f3b",91979:"939936ab3b7b6148c7e1",91991:"c5eea4df1ee1d76a3243",92026:"25bc93faf665679ac2e5",92337:"58ffeeea5596e7f862ef",92404:"2f6b4da6958c0b856d79",92472:"3577958bcf46db06f85f",92522:"95e54bf2042483697dfa",92552:"13474ca13c80ce167dc9",92756:"6c042b73d0dfda3ef701",92772:"fd49d7a14cf25e5f77ae",92869:"b288e16d8e6bac597b7c",92907:"688e5da3cb3faa4d04e4",92990:"193a99cd2b1302bf91b6",93135:"eda08655889ae0938c2d",93315:"eaa7c729b8a69ee0249f",93474:"81557ba6586723b6e722",93554:"9b63ad189ad419f1ad46",93568:"1c01b9f90632c5bf535b",93652:"fbca7f4e2d0f7797a47a",93781:"17d1bd2779130bcb8bbc",93856:"86b0609f7d03548857b3",93870:"9785ab4cfe10de8a8bd1",93884:"d3896f80a9bbf39c05f5",93921:"2c099a5257b140e8aae8",93929:"ff0136bc6c7ba7dfa84f",94052:"543fcc695234b484e87f",94092:"2d5268204ca9b34fdbb2",94250:"b7eb3456082a0abad6de",94390:"ee35bff121480ba3611a",94443:"e0f443da3089335ce2dd",94447:"3736995d4944cc80c2ef",94617:"8153293dd18d6796e084",94770:"49cb2f1cb6005e6c43f3",94772:"a136cd68563e50488374",94814:"49817bf87618beb7c2d3",94869:"e2e310c007435ba0cd37",94983:"f353860ab8a7e0373903",95095:"048c17a2a8e8d6412d8e",95170:"348930667e4b75ff1cf6",95171:"49e8bbb73f414f63f6eb",95198:"97854bbaf6108e30a24a",95255:"99caaf49e964dd3d79c3",95545:"2d8eef33af565ab24148",95588:"ee361fa6adc3764a6ee7",95747:"e337c607ec40de953eb1",95825:"f99455b8b14fa93f5bbe",95969:"0ecd050728821f4ca17c",96119:"663ea9c4286e5e243139",96190:"cb922495eb8840c0b203",96386:"42e22310006bf91e4fb3",96402:"2d462ccf9197e690534f",96478:"16a87ead4389c75072d2",96534:"59b898927aae2c87e4bb",96588:"4738bfaf7cdcd051cd22",96657:"e86d1c0138a73d9e39b4",96670:"6fb8edacb89ebd9b2c2c",96850:"b35e42a93a9279384b4e",97006:"4f645ec10df574af9285",97020:"38ad3ca01cb3c349f8d0",97056:"97b40b4c762eae256068",97067:"eb8d7b02463e61a85d15",97124:"a4f860f294bc51c0d44f",97182:"1be8df99709bbaf13c7d",97194:"9afa9e510fdf484ac5a3",97211:"08ae4956e9cb914a69b4",97344:"bf267be8b8a8ea537ada",97603:"685bee0ff87d363236f3",97673:"9ec692d3d8153bf2436a",97906:"83ae530c669bdec1ba74",97921:"c0c57a5ca268401213c8",97989:"19c6b07fa2140275d957",98286:"cf78729b110692ce5089",98344:"c0113f6ae6bb5ed79fb5",98391:"745c0f11e83393005f9b",98599:"0d51164315f61c7607a2",98697:"5cfbd6cf56df111d24fc",98823:"19604b4ad28ab2fad772",98974:"9dad917ada768e486d5b",99010:"72e2cd86132a9bc5df95",99228:"52004815532442fff64a",99242:"6e5aeafc4588e4b79651",99341:"1b16bd206d904da7ce96",99344:"ead11cb548988887095b",99567:"329c315669780c453018",99575:"d55987f160f26216ac60",99764:"a891813768f7494d6e6e",99860:"8750630f4203bbd0e4e2",99899:"03fb395e6504278eda8c",99936:"579491ef0a84da9b43cf"}[e]+".js"},P.miniCssF=function(e){return e+".1cac672c0eb60a4a5744.css"},P.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),P.o=function(e,f){return Object.prototype.hasOwnProperty.call(e,f)},c={},a="cumulocity-processing-widget-plugin:",P.l=function(e,f,b,d){if(c[e])c[e].push(f);else{var n,t;if(void 0!==b)for(var r=document.getElementsByTagName("script"),u=0;u=0)){if(a.push(b),e[c])return e[c];P.o(P.S,c)||(P.S[c]={});var d=P.S[c],n="cumulocity-processing-widget-plugin",t=function(e,f,c,a){var b=d[e]=d[e]||{},t=b[f];(!t||!t.loaded&&(!a!=!t.eager?a:n>t.from))&&(b[f]={get:c,from:n,eager:!!a})},r=[];if("default"===c)t("@angular/animations","14.0.6",(function(){return P.e(35673).then((function(){return function(){return P(35673)}}))})),t("@angular/cdk","14.1.2",(function(){return Promise.all([P.e(40761),P.e(72134)]).then((function(){return function(){return P(72134)}}))})),t("@angular/common","14.0.6",(function(){return Promise.all([P.e(53533),P.e(40761)]).then((function(){return function(){return P(53533)}}))})),t("@angular/compiler","14.0.6",(function(){return P.e(72063).then((function(){return function(){return P(72063)}}))})),t("@angular/core","14.0.6",(function(){return Promise.all([P.e(13822),P.e(89754),P.e(76063)]).then((function(){return function(){return P(13822)}}))})),t("@angular/forms","14.0.6",(function(){return Promise.all([P.e(91902),P.e(40761),P.e(80179),P.e(89754),P.e(76063)]).then((function(){return function(){return P(91902)}}))})),t("@angular/platform-browser-dynamic","14.0.6",(function(){return Promise.all([P.e(40761),P.e(80179),P.e(15813),P.e(49396),P.e(9050)]).then((function(){return function(){return P(69796)}}))})),t("@angular/platform-browser","14.0.6",(function(){return Promise.all([P.e(39443),P.e(40761),P.e(80179)]).then((function(){return function(){return P(39443)}}))})),t("@angular/router","14.0.6",(function(){return Promise.all([P.e(29322),P.e(40761),P.e(80179),P.e(89754),P.e(76063),P.e(15813)]).then((function(){return function(){return P(29322)}}))})),t("@c8y/client","1016.0.40",(function(){return P.e(48221).then((function(){return function(){return P(48221)}}))})),t("@c8y/ngx-components","1016.0.40",(function(){return Promise.all([P.e(70654),P.e(42937),P.e(40761),P.e(80179),P.e(89754),P.e(76063),P.e(58156),P.e(15813),P.e(24219),P.e(46317),P.e(17300),P.e(94814),P.e(87369),P.e(24789),P.e(82438)]).then((function(){return function(){return P(42937)}}))})),t("@c8y/style","1016.0.40",(function(){return Promise.all([P.e(34502),P.e(97673)]).then((function(){return function(){return P(97673)}}))})),t("@ngx-formly/core/json-schema","5.10.13",(function(){return Promise.all([P.e(62461),P.e(40761),P.e(58156),P.e(24219),P.e(94814)]).then((function(){return function(){return P(62461)}}))})),t("@ngx-formly/core/select","5.10.13",(function(){return Promise.all([P.e(40761),P.e(89754),P.e(76063),P.e(64075)]).then((function(){return function(){return P(64075)}}))})),t("@ngx-formly/core","5.10.13",(function(){return Promise.all([P.e(97344),P.e(40761),P.e(80179),P.e(89754),P.e(76063),P.e(58156),P.e(15813),P.e(24219)]).then((function(){return function(){return P(97344)}}))})),t("@ngx-translate/core","14.0.0",(function(){return Promise.all([P.e(74301),P.e(40761),P.e(89754),P.e(76063)]).then((function(){return function(){return P(74301)}}))})),t("angularx-qrcode","14.0.0",(function(){return Promise.all([P.e(29465),P.e(40761),P.e(15813)]).then((function(){return function(){return P(29465)}}))})),t("file-saver","1.3.2",(function(){return P.e(78598).then((function(){return function(){return P(78598)}}))})),t("lodash-es","4.17.21",(function(){return P.e(54503).then((function(){return function(){return P(54503)}}))})),t("ngx-bootstrap/chronos","9.0.0",(function(){return P.e(2590).then((function(){return function(){return P(2590)}}))})),t("ngx-bootstrap/collapse","9.0.0",(function(){return Promise.all([P.e(40761),P.e(67595),P.e(26110)]).then((function(){return function(){return P(26110)}}))})),t("ngx-bootstrap/component-loader","9.0.0",(function(){return Promise.all([P.e(40761),P.e(80179),P.e(38310),P.e(88553),P.e(25803)]).then((function(){return function(){return P(25803)}}))})),t("ngx-bootstrap/datepicker","9.0.0",(function(){return Promise.all([P.e(51968),P.e(40761),P.e(80179),P.e(89754),P.e(76063),P.e(88553),P.e(35746),P.e(24219),P.e(67595),P.e(46317),P.e(19501),P.e(64850)]).then((function(){return function(){return P(51968)}}))})),t("ngx-bootstrap/dropdown","9.0.0",(function(){return Promise.all([P.e(81563),P.e(40761),P.e(80179),P.e(76063),P.e(38310),P.e(88553),P.e(35746),P.e(67595)]).then((function(){return function(){return P(81563)}}))})),t("ngx-bootstrap/focus-trap","9.0.0",(function(){return Promise.all([P.e(91480),P.e(40761),P.e(80179),P.e(76063)]).then((function(){return function(){return P(91480)}}))})),t("ngx-bootstrap/mini-ngrx","9.0.0",(function(){return Promise.all([P.e(89754),P.e(76063),P.e(14416)]).then((function(){return function(){return P(14416)}}))})),t("ngx-bootstrap/modal","9.0.0",(function(){return Promise.all([P.e(11212),P.e(40761),P.e(38310),P.e(88553),P.e(35746),P.e(81269)]).then((function(){return function(){return P(11212)}}))})),t("ngx-bootstrap/pagination","9.0.0",(function(){return Promise.all([P.e(53848),P.e(40761),P.e(80179),P.e(24219)]).then((function(){return function(){return P(53848)}}))})),t("ngx-bootstrap/popover","9.0.0",(function(){return Promise.all([P.e(40761),P.e(80179),P.e(89754),P.e(38310),P.e(88553),P.e(35746),P.e(34895)]).then((function(){return function(){return P(34895)}}))})),t("ngx-bootstrap/positioning","9.0.0",(function(){return Promise.all([P.e(55976),P.e(40761),P.e(80179),P.e(89754),P.e(38310)]).then((function(){return function(){return P(55976)}}))})),t("ngx-bootstrap/timepicker","9.0.0",(function(){return Promise.all([P.e(3108),P.e(40761),P.e(80179),P.e(89754),P.e(24219),P.e(19501)]).then((function(){return function(){return P(3108)}}))})),t("ngx-bootstrap/tooltip","9.0.0",(function(){return Promise.all([P.e(40761),P.e(80179),P.e(89754),P.e(38310),P.e(88553),P.e(35746),P.e(58156),P.e(58217)]).then((function(){return function(){return P(58217)}}))})),t("ngx-bootstrap/utils","9.0.0",(function(){return Promise.all([P.e(40761),P.e(99764)]).then((function(){return function(){return P(99764)}}))})),t("rxjs/operators","6.6.3",(function(){return Promise.all([P.e(25372),P.e(11717),P.e(58156)]).then((function(){return function(){return P(11717)}}))})),t("rxjs","6.6.3",(function(){return Promise.all([P.e(25372),P.e(34143),P.e(58156)]).then((function(){return function(){return P(34143)}}))})),t("semver","7.3.8",(function(){return P.e(81249).then((function(){return function(){return P(81249)}}))})),t("tslib","2.4.1",(function(){return P.e(70655).then((function(){return function(){return P(70655)}}))}));return r.length?e[c]=Promise.all(r).then((function(){return e[c]=1})):e[c]=1}}}(),function(){var e;P.g.importScripts&&(e=P.g.location+"");var f=P.g.document;if(!e&&f&&(f.currentScript&&(e=f.currentScript.src),!e)){var c=f.getElementsByTagName("script");c.length&&(e=c[c.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e}(),b=function(e){var f=function(e){return e.split(".").map((function(e){return+e==e?+e:e}))},c=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=c[1]?f(c[1]):[];return c[2]&&(a.length++,a.push.apply(a,f(c[2]))),c[3]&&(a.push([]),a.push.apply(a,f(c[3]))),a},d=function(e,f){e=b(e),f=b(f);for(var c=0;;){if(c>=e.length)return c=f.length)return"u"==d;var n=f[c],t=(typeof n)[0];if(d!=t)return"o"==d&&"n"==t||"s"==t||"u"==d;if("o"!=d&&"u"!=d&&a!=n)return a=":-1==f?"<":1==f?"^":2==f?"~":f>0?"=":"!=";for(var a=1,b=1;b0?".":"")+(a=2,t);return c}var d=[];for(b=1;b=f.length||"o"==(o=(typeof(u=f[d]))[0]))return!r||("u"==i?n>c&&!a:""==i!=a);if("u"==o){if(!r||"u"!=i)return!1}else if(r)if(i==o)if(n<=c){if(u!=e[n])return!1}else{if(a?u>e[n]:u console.log(err)); +} diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..ef7e904 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,6 @@ +// jest.config.js +module.exports = { + preset: 'jest-preset-angular', + setupFilesAfterEnv: ['/setup-jest.js'], + transformIgnorePatterns: ['/!node_modules\\/lodash-es/'] +}; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9484da3 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,19578 @@ +{ + "name": "cumulocity-processing-widget-plugin", + "version": "1.0.0-beta", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@angular-devkit/architect": { + "version": "0.1400.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1400.6.tgz", + "integrity": "sha512-POqWsCvo5O4/5dsPYGA68YU9x5k/xAU+a5h/QvhjeRJVCuYZ0IX97EPQ+w/tXRRL3kdwS6zfaIXR2p+U3F1DmA==", + "dev": true, + "requires": { + "@angular-devkit/core": "14.0.6", + "rxjs": "6.6.7" + } + }, + "@angular-devkit/build-angular": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-14.0.6.tgz", + "integrity": "sha512-xwLG37ta5qV1NrqdAFGa6t8lrNuoO1WYYEJ4LcHqid7sXlN4cpV88CzNoWn8ElDdEZwcjPOW81mPRLY663iudQ==", + "dev": true, + "requires": { + "@ampproject/remapping": "2.2.0", + "@angular-devkit/architect": "0.1400.6", + "@angular-devkit/build-webpack": "0.1400.6", + "@angular-devkit/core": "14.0.6", + "@babel/core": "7.17.10", + "@babel/generator": "7.17.10", + "@babel/helper-annotate-as-pure": "7.16.7", + "@babel/plugin-proposal-async-generator-functions": "7.16.8", + "@babel/plugin-transform-async-to-generator": "7.16.8", + "@babel/plugin-transform-runtime": "7.17.10", + "@babel/preset-env": "7.17.10", + "@babel/runtime": "7.17.9", + "@babel/template": "7.16.7", + "@discoveryjs/json-ext": "0.5.7", + "@ngtools/webpack": "14.0.6", + "ansi-colors": "4.1.1", + "babel-loader": "8.2.5", + "babel-plugin-istanbul": "6.1.1", + "browserslist": "^4.9.1", + "cacache": "16.0.7", + "copy-webpack-plugin": "10.2.4", + "critters": "0.0.16", + "css-loader": "6.7.1", + "esbuild": "0.14.38", + "esbuild-wasm": "0.14.38", + "glob": "8.0.1", + "https-proxy-agent": "5.0.1", + "inquirer": "8.2.4", + "jsonc-parser": "3.0.0", + "karma-source-map-support": "1.4.0", + "less": "4.1.2", + "less-loader": "10.2.0", + "license-webpack-plugin": "4.0.2", + "loader-utils": "3.2.0", + "mini-css-extract-plugin": "2.6.0", + "minimatch": "5.0.1", + "open": "8.4.0", + "ora": "5.4.1", + "parse5-html-rewriting-stream": "6.0.1", + "piscina": "3.2.0", + "postcss": "8.4.13", + "postcss-import": "14.1.0", + "postcss-loader": "6.2.1", + "postcss-preset-env": "7.5.0", + "regenerator-runtime": "0.13.9", + "resolve-url-loader": "5.0.0", + "rxjs": "6.6.7", + "sass": "1.51.0", + "sass-loader": "12.6.0", + "semver": "7.3.7", + "source-map-loader": "3.0.1", + "source-map-support": "0.5.21", + "stylus": "0.57.0", + "stylus-loader": "6.2.0", + "terser": "5.13.1", + "text-table": "0.2.0", + "tree-kill": "1.2.2", + "tslib": "2.4.0", + "webpack": "5.72.1", + "webpack-dev-middleware": "5.3.1", + "webpack-dev-server": "4.9.0", + "webpack-merge": "5.8.0", + "webpack-subresource-integrity": "5.1.0" + }, + "dependencies": { + "esbuild": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.38.tgz", + "integrity": "sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA==", + "dev": true, + "optional": true, + "requires": { + "esbuild-android-64": "0.14.38", + "esbuild-android-arm64": "0.14.38", + "esbuild-darwin-64": "0.14.38", + "esbuild-darwin-arm64": "0.14.38", + "esbuild-freebsd-64": "0.14.38", + "esbuild-freebsd-arm64": "0.14.38", + "esbuild-linux-32": "0.14.38", + "esbuild-linux-64": "0.14.38", + "esbuild-linux-arm": "0.14.38", + "esbuild-linux-arm64": "0.14.38", + "esbuild-linux-mips64le": "0.14.38", + "esbuild-linux-ppc64le": "0.14.38", + "esbuild-linux-riscv64": "0.14.38", + "esbuild-linux-s390x": "0.14.38", + "esbuild-netbsd-64": "0.14.38", + "esbuild-openbsd-64": "0.14.38", + "esbuild-sunos-64": "0.14.38", + "esbuild-windows-32": "0.14.38", + "esbuild-windows-64": "0.14.38", + "esbuild-windows-arm64": "0.14.38" + } + }, + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + } + } + }, + "@angular-devkit/build-webpack": { + "version": "0.1400.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1400.6.tgz", + "integrity": "sha512-3Zg+jST6a2Xj8s4IQ7XIH31Pv6/0XbKCbGC0W31fPRAxTKIeLfEJYkDXwnhpEY5ctYq3PR1/IXjZNlGoz0AhvQ==", + "dev": true, + "requires": { + "@angular-devkit/architect": "0.1400.6", + "rxjs": "6.6.7" + } + }, + "@angular-devkit/core": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.0.6.tgz", + "integrity": "sha512-b0U4D5jxAsx26F4YQu7XW+lpxLZT4ssdyMarbfIryeupznnGE+69F+U/G+FhTEMYbxrYRMGn/wYy6vcg57NYfQ==", + "dev": true, + "requires": { + "ajv": "8.11.0", + "ajv-formats": "2.1.1", + "jsonc-parser": "3.0.0", + "rxjs": "6.6.7", + "source-map": "0.7.3" + } + }, + "@angular-devkit/schematics": { + "version": "14.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.10.tgz", + "integrity": "sha512-MMp31KpJTwKHisXOq+6VOXYApq97hZxFaFmZk396X5aIFTCELUwjcezQDk+u2nEs5iK/COUfnN3plGcfJxYhQA==", + "dev": true, + "requires": { + "@angular-devkit/core": "14.2.10", + "jsonc-parser": "3.1.0", + "magic-string": "0.26.2", + "ora": "5.4.1", + "rxjs": "6.6.7" + }, + "dependencies": { + "@angular-devkit/core": { + "version": "14.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.10.tgz", + "integrity": "sha512-K4AO7mROTdbhQ7chtyQd6oPwmuL+BPUh+wn6Aq1qrmYJK4UZYFOPp8fi/Ehs8meCEeywtrssOPfrOE4Gsre9dg==", + "dev": true, + "requires": { + "ajv": "8.11.0", + "ajv-formats": "2.1.1", + "jsonc-parser": "3.1.0", + "rxjs": "6.6.7", + "source-map": "0.7.4" + } + }, + "jsonc-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz", + "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==", + "dev": true + }, + "magic-string": { + "version": "0.26.2", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", + "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.8" + } + }, + "source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true + } + } + }, + "@angular/animations": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.0.6.tgz", + "integrity": "sha512-l363hFgj5Dxw6WKZkJRd77izOznCqJVrWhxfO9ERG0ShVUb/3WB9RSOUCVltDrTY5sFK+cw+slQYGH6AXgvMVQ==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/cdk": { + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.1.2.tgz", + "integrity": "sha512-hJMhQmWWXTgwUa51OvEUgSATduEILCmGXpbsvC+REMMOo9rTd3u+cfrJW9OKl7Weq86VhKQ0WSfbn3MVyhUVBg==", + "requires": { + "parse5": "^5.0.0", + "tslib": "^2.3.0" + } + }, + "@angular/common": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.0.6.tgz", + "integrity": "sha512-AynjE7OOEfrdKmS3nu00tkf4g66cx97T6qhfaTvc3hKi45MreBcJkIMcSowF24peygvUN41htMJuq3WQLu92iQ==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/compiler": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.0.6.tgz", + "integrity": "sha512-zYq3+Pg6m7NKivqEk+vNy+5ic5A+B0ReqIECjs10pVeXoWBxjvZAqG2ksrCQ0axtju2hA3lrFsDthLShWBEf4g==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/compiler-cli": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-14.0.6.tgz", + "integrity": "sha512-w1ccZEzbRRqzMNaty0P4QliSslmR+9pBhDpKNfI+PsRqjJOnyC9tFdtZQLjcbnaM8W0yJLnCfZQ7KKXjnjzawg==", + "dev": true, + "requires": { + "@babel/core": "^7.17.2", + "chokidar": "^3.0.0", + "convert-source-map": "^1.5.1", + "dependency-graph": "^0.11.0", + "magic-string": "^0.26.0", + "reflect-metadata": "^0.1.2", + "semver": "^7.0.0", + "sourcemap-codec": "^1.4.8", + "tslib": "^2.3.0", + "yargs": "^17.2.1" + } + }, + "@angular/core": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.0.6.tgz", + "integrity": "sha512-hyQ3s9Yrm3ejhumgAC9ENhMFmvmPlJkk1tEOjruyoiHwK4EOaDpI+GCNQIBUB1Z3B/QLMlgZeMXrULQztjSQwg==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/forms": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-14.0.6.tgz", + "integrity": "sha512-ITa3A6pWecDgDjBTlwQnJnSOc1o35bIvRpTclLx/ysDbn4FB2tPy4iseCSrOlgdJHZjBcHBIxX27yYjWyBfIwQ==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/language-service": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-14.0.6.tgz", + "integrity": "sha512-TzOF/witWOCwBA3KYJCpotcGV5s4hrzmQRFnBkxNe9+V5J2npsUhvudCfx1w5BGFryIrAwJZmEHDyCGLsScTTA==", + "dev": true + }, + "@angular/localize": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/localize/-/localize-14.0.6.tgz", + "integrity": "sha512-ognxBqlYVp94flsCRCsoVA4Qp8MENYOHbj0Hqd6R4McnIIp9SFsixH05v7fkHywCEl/Ot7gcu1rQPkooT89/Kw==", + "dev": true, + "requires": { + "@babel/core": "7.18.6", + "glob": "8.0.3", + "yargs": "^17.2.1" + }, + "dependencies": { + "@babel/core": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", + "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helpers": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + } + }, + "@babel/generator": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", + "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", + "dev": true, + "requires": { + "@babel/types": "^7.20.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + } + }, + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + }, + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "glob": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", + "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@angular/material": { + "version": "14.2.7", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.7.tgz", + "integrity": "sha512-WXHh8pEStpgkXZJmYOg2cI8BSHkV82ET4XTJCNPdveumaCn1UYnaNzsXD13kw5z+zmy8CufhFEzdXTrv/yt7KQ==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/platform-browser": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.0.6.tgz", + "integrity": "sha512-d9PS2E5HSgiKzItHzVdxdBoMeaOvlDo6ccSEXLYCGyJ9MykDjKvJPWy6GicilBPa8g4VGJpk9J+lbgXXAOkCFA==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/platform-browser-dynamic": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.0.6.tgz", + "integrity": "sha512-iYWmzUDWO+qc7wN1ED3dIkvDjIBdSqh/gpFvLGyCUZBwzwZ45sJOT/YgCmLBzBsVV/2GhAhV0QL4ioVQ5Jy3UA==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/router": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.0.6.tgz", + "integrity": "sha512-FFLnaBuOASqUCbr8QIBX8Y+PbSSVrN6YFVI82bQDr2fesI+5UdLTfiEBUMizwnQ4choEtSd8542DjiEW8Rc+lA==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/service-worker": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/service-worker/-/service-worker-14.0.6.tgz", + "integrity": "sha512-QwbXtcP9z9hndmno+y9CiB6TwDHbegype3BUBhyA73Rw8Y/OGnldphEtv37i3UhYr+MCgVfdcXFN4nx43CcEng==", + "dev": true, + "requires": { + "tslib": "^2.3.0" + } + }, + "@angular/upgrade": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@angular/upgrade/-/upgrade-14.0.6.tgz", + "integrity": "sha512-kfo5247vrFY82LOa2HUlOrQULvEeJmjUhL0UkSajFLxu4OIceCcsgiMy+8O1wmw5r0zk8I0S5F9W3yZvzGAAzg==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@assemblyscript/loader": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz", + "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", + "dev": true + }, + "@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "requires": { + "@babel/highlight": "^7.18.6" + } + }, + "@babel/compat-data": { + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", + "dev": true + }, + "@babel/core": { + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", + "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.10", + "@babel/helper-compilation-targets": "^7.17.10", + "@babel/helper-module-transforms": "^7.17.7", + "@babel/helpers": "^7.17.9", + "@babel/parser": "^7.17.10", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.10", + "@babel/types": "^7.17.10", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/eslint-parser": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", + "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "dev": true, + "requires": { + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/generator": { + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", + "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", + "dev": true, + "requires": { + "@babel/types": "^7.17.10", + "@jridgewell/gen-mapping": "^0.1.0", + "jsesc": "^2.5.1" + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", + "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dev": true, + "requires": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.20.5", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz", + "integrity": "sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-member-expression-to-functions": "^7.20.7", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/helper-split-export-declaration": "^7.18.6" + }, + "dependencies": { + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + } + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz", + "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.2.1" + }, + "dependencies": { + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + } + } + }, + "@babel/helper-define-polyfill-provider": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-function-name": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "dev": true, + "requires": { + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" + }, + "dependencies": { + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + } + } + }, + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz", + "integrity": "sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==", + "dev": true, + "requires": { + "@babel/types": "^7.20.7" + } + }, + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-module-transforms": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", + "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.10", + "@babel/types": "^7.20.7" + }, + "dependencies": { + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + } + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "dependencies": { + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + } + } + }, + "@babel/helper-replace-supers": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz", + "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" + }, + "dependencies": { + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + } + } + }, + "@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dev": true, + "requires": { + "@babel/types": "^7.20.2" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", + "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", + "dev": true, + "requires": { + "@babel/types": "^7.20.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true + }, + "@babel/helper-wrap-function": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", + "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" + }, + "dependencies": { + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + } + } + }, + "@babel/helpers": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.7.tgz", + "integrity": "sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==", + "dev": true, + "requires": { + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" + }, + "dependencies": { + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + } + } + }, + "@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.7.tgz", + "integrity": "sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==", + "dev": true + }, + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", + "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/plugin-proposal-optional-chaining": "^7.20.7" + } + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.16.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", + "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-remap-async-to-generator": "^7.16.8", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz", + "integrity": "sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.20.7", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", + "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", + "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.20.5", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.20.7" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz", + "integrity": "sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz", + "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "dependencies": { + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + } + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", + "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz", + "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.16.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", + "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-remap-async-to-generator": "^7.16.8" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.11.tgz", + "integrity": "sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz", + "integrity": "sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + }, + "dependencies": { + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + } + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz", + "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/template": "^7.20.7" + }, + "dependencies": { + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + } + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz", + "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", + "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", + "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz", + "integrity": "sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", + "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", + "dev": true, + "requires": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-identifier": "^7.19.1" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", + "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz", + "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", + "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "regenerator-transform": "^0.15.1" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.10.tgz", + "integrity": "sha512-6jrMilUAJhktTr56kACL8LnWC5hx3Lf27BS0R0DSyW/OoJfb/iTHeE96V3b1dgKG3FSFdd/0culnYWMkjcKCig==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/helper-plugin-utils": "^7.16.7", + "babel-plugin-polyfill-corejs2": "^0.3.0", + "babel-plugin-polyfill-corejs3": "^0.5.0", + "babel-plugin-polyfill-regenerator": "^0.3.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", + "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", + "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/preset-env": { + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.17.10.tgz", + "integrity": "sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.17.10", + "@babel/helper-compilation-targets": "^7.17.10", + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-validator-option": "^7.16.7", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7", + "@babel/plugin-proposal-async-generator-functions": "^7.16.8", + "@babel/plugin-proposal-class-properties": "^7.16.7", + "@babel/plugin-proposal-class-static-block": "^7.17.6", + "@babel/plugin-proposal-dynamic-import": "^7.16.7", + "@babel/plugin-proposal-export-namespace-from": "^7.16.7", + "@babel/plugin-proposal-json-strings": "^7.16.7", + "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", + "@babel/plugin-proposal-numeric-separator": "^7.16.7", + "@babel/plugin-proposal-object-rest-spread": "^7.17.3", + "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", + "@babel/plugin-proposal-optional-chaining": "^7.16.7", + "@babel/plugin-proposal-private-methods": "^7.16.11", + "@babel/plugin-proposal-private-property-in-object": "^7.16.7", + "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.16.7", + "@babel/plugin-transform-async-to-generator": "^7.16.8", + "@babel/plugin-transform-block-scoped-functions": "^7.16.7", + "@babel/plugin-transform-block-scoping": "^7.16.7", + "@babel/plugin-transform-classes": "^7.16.7", + "@babel/plugin-transform-computed-properties": "^7.16.7", + "@babel/plugin-transform-destructuring": "^7.17.7", + "@babel/plugin-transform-dotall-regex": "^7.16.7", + "@babel/plugin-transform-duplicate-keys": "^7.16.7", + "@babel/plugin-transform-exponentiation-operator": "^7.16.7", + "@babel/plugin-transform-for-of": "^7.16.7", + "@babel/plugin-transform-function-name": "^7.16.7", + "@babel/plugin-transform-literals": "^7.16.7", + "@babel/plugin-transform-member-expression-literals": "^7.16.7", + "@babel/plugin-transform-modules-amd": "^7.16.7", + "@babel/plugin-transform-modules-commonjs": "^7.17.9", + "@babel/plugin-transform-modules-systemjs": "^7.17.8", + "@babel/plugin-transform-modules-umd": "^7.16.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.10", + "@babel/plugin-transform-new-target": "^7.16.7", + "@babel/plugin-transform-object-super": "^7.16.7", + "@babel/plugin-transform-parameters": "^7.16.7", + "@babel/plugin-transform-property-literals": "^7.16.7", + "@babel/plugin-transform-regenerator": "^7.17.9", + "@babel/plugin-transform-reserved-words": "^7.16.7", + "@babel/plugin-transform-shorthand-properties": "^7.16.7", + "@babel/plugin-transform-spread": "^7.16.7", + "@babel/plugin-transform-sticky-regex": "^7.16.7", + "@babel/plugin-transform-template-literals": "^7.16.7", + "@babel/plugin-transform-typeof-symbol": "^7.16.7", + "@babel/plugin-transform-unicode-escapes": "^7.16.7", + "@babel/plugin-transform-unicode-regex": "^7.16.7", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.17.10", + "babel-plugin-polyfill-corejs2": "^0.3.0", + "babel-plugin-polyfill-corejs3": "^0.5.0", + "babel-plugin-polyfill-regenerator": "^0.3.0", + "core-js-compat": "^3.22.1", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/runtime": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", + "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/template": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" + } + }, + "@babel/traverse": { + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.12.tgz", + "integrity": "sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "dependencies": { + "@babel/generator": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", + "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", + "dev": true, + "requires": { + "@babel/types": "^7.20.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + } + }, + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@babel/types": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + } + }, + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "@c8y/cli": { + "version": "1016.0.40", + "resolved": "https://registry.npmjs.org/@c8y/cli/-/cli-1016.0.40.tgz", + "integrity": "sha512-SWeTFcy9FSBMyI6LKTEfcEKF0o2JizRYk/kSouTmQM0rkvXT62N5ZP9fnAMHPYLeHAz8gSBHAwJVM9C0/gq9Bw==", + "dev": true, + "requires": { + "@babel/core": "^7.12.0", + "@babel/eslint-parser": "^7.14.0", + "@babel/helper-plugin-utils": "^7.14.0", + "@babel/parser": "^7.14.0", + "@babel/plugin-proposal-object-rest-spread": "^7.14.0", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-syntax-dynamic-import": "7.2.0", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/preset-env": "7.15.4", + "@c8y/client": "1016.0.40", + "@schematics/angular": "^14.1.0", + "JSONPath": "0.11.2", + "angular-gettext-tools": "2.5.3", + "babel-eslint": "10.0.1", + "babel-loader": "8.0.5", + "babel-plugin-angularjs-annotate": "0.10.0", + "chalk": "2.4.1", + "commander": "4.1.1", + "copy-webpack-plugin": "11.0.0", + "css-loader": "5.0.1", + "css-minimizer-webpack-plugin": "^4.0.0", + "express": "4.16.4", + "fast-glob": "2.2.0", + "fs-extra": "5.0.0", + "html-webpack-plugin": "5.3.2", + "http-proxy-middleware": "2.0.6", + "imports-loader": "^0.8.0", + "inquirer": "^8.1.2", + "less": "^3.8.0", + "less-loader": "7.3.0", + "lodash": "4.17.21", + "log-update": "2.3.0", + "mini-css-extract-plugin": "2.6.1", + "node-fetch": "^2.6.7", + "pacote": "9.1.0", + "pofile": "1.0.11", + "postcss-loader": "6.1.1", + "prompt": "1.2.1", + "sanitize-filename": "1.6.1", + "semver": "^7.3.5", + "terser-webpack-plugin": "^5.3.3", + "tslib": "^2.3.1", + "unzip-stream": "0.3.0", + "webpack": "5.73.0", + "webpack-bundle-analyzer": "4.6.1", + "webpack-dev-middleware": "4.1.0", + "webpack-hot-middleware": "2.25.0", + "webpack-merge": "^5.8.0", + "webpack-sources": "^1.2.0", + "yargs": "12.0.2", + "zip-dir": "1.0.2" + }, + "dependencies": { + "@babel/helper-define-polyfill-provider": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz", + "integrity": "sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz", + "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", + "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9" + } + }, + "@babel/preset-env": { + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.4.tgz", + "integrity": "sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.15.0", + "@babel/helper-compilation-targets": "^7.15.4", + "@babel/helper-plugin-utils": "^7.14.5", + "@babel/helper-validator-option": "^7.14.5", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4", + "@babel/plugin-proposal-async-generator-functions": "^7.15.4", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "@babel/plugin-proposal-class-static-block": "^7.15.4", + "@babel/plugin-proposal-dynamic-import": "^7.14.5", + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", + "@babel/plugin-proposal-json-strings": "^7.14.5", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", + "@babel/plugin-proposal-numeric-separator": "^7.14.5", + "@babel/plugin-proposal-object-rest-spread": "^7.14.7", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", + "@babel/plugin-proposal-optional-chaining": "^7.14.5", + "@babel/plugin-proposal-private-methods": "^7.14.5", + "@babel/plugin-proposal-private-property-in-object": "^7.15.4", + "@babel/plugin-proposal-unicode-property-regex": "^7.14.5", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.14.5", + "@babel/plugin-transform-async-to-generator": "^7.14.5", + "@babel/plugin-transform-block-scoped-functions": "^7.14.5", + "@babel/plugin-transform-block-scoping": "^7.15.3", + "@babel/plugin-transform-classes": "^7.15.4", + "@babel/plugin-transform-computed-properties": "^7.14.5", + "@babel/plugin-transform-destructuring": "^7.14.7", + "@babel/plugin-transform-dotall-regex": "^7.14.5", + "@babel/plugin-transform-duplicate-keys": "^7.14.5", + "@babel/plugin-transform-exponentiation-operator": "^7.14.5", + "@babel/plugin-transform-for-of": "^7.15.4", + "@babel/plugin-transform-function-name": "^7.14.5", + "@babel/plugin-transform-literals": "^7.14.5", + "@babel/plugin-transform-member-expression-literals": "^7.14.5", + "@babel/plugin-transform-modules-amd": "^7.14.5", + "@babel/plugin-transform-modules-commonjs": "^7.15.4", + "@babel/plugin-transform-modules-systemjs": "^7.15.4", + "@babel/plugin-transform-modules-umd": "^7.14.5", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9", + "@babel/plugin-transform-new-target": "^7.14.5", + "@babel/plugin-transform-object-super": "^7.14.5", + "@babel/plugin-transform-parameters": "^7.15.4", + "@babel/plugin-transform-property-literals": "^7.14.5", + "@babel/plugin-transform-regenerator": "^7.14.5", + "@babel/plugin-transform-reserved-words": "^7.14.5", + "@babel/plugin-transform-shorthand-properties": "^7.14.5", + "@babel/plugin-transform-spread": "^7.14.6", + "@babel/plugin-transform-sticky-regex": "^7.14.5", + "@babel/plugin-transform-template-literals": "^7.14.5", + "@babel/plugin-transform-typeof-symbol": "^7.14.5", + "@babel/plugin-transform-unicode-escapes": "^7.14.5", + "@babel/plugin-transform-unicode-regex": "^7.14.5", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.15.4", + "babel-plugin-polyfill-corejs2": "^0.2.2", + "babel-plugin-polyfill-corejs3": "^0.2.2", + "babel-plugin-polyfill-regenerator": "^0.2.2", + "core-js-compat": "^3.16.0", + "semver": "^6.3.0" + }, + "dependencies": { + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "babel-loader": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.5.tgz", + "integrity": "sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==", + "dev": true, + "requires": { + "find-cache-dir": "^2.0.0", + "loader-utils": "^1.0.2", + "mkdirp": "^0.5.1", + "util.promisify": "^1.0.0" + } + }, + "babel-plugin-polyfill-corejs2": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz", + "integrity": "sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.2.4", + "semver": "^6.1.1" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz", + "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.2.2", + "core-js-compat": "^3.16.2" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz", + "integrity": "sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.2.4" + } + }, + "body-parser": { + "version": "1.18.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", + "integrity": "sha512-YQyoqQG3sO8iCmf8+hyVpgHHOv0/hCEFiS4zTGUwTA1HjAFX66wRcNQrVCeJq9pgESMRvUAOvSil5MJlmccuKQ==", + "dev": true, + "requires": { + "bytes": "3.0.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "~1.6.3", + "iconv-lite": "0.4.23", + "on-finished": "~2.3.0", + "qs": "6.5.2", + "raw-body": "2.3.3", + "type-is": "~1.6.16" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + } + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + }, + "chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "dev": true, + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "colorette": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "dev": true + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==", + "dev": true + }, + "cookie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==", + "dev": true + }, + "copy-webpack-plugin": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", + "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", + "dev": true, + "requires": { + "fast-glob": "^3.2.11", + "glob-parent": "^6.0.1", + "globby": "^13.1.1", + "normalize-path": "^3.0.0", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0" + }, + "dependencies": { + "fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + } + } + }, + "css-loader": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.0.1.tgz", + "integrity": "sha512-cXc2ti9V234cq7rJzFKhirb2L2iPy8ZjALeVJAozXYz9te3r4eqLSixNAbMDJSgJEQywqXzs8gonxaboeKqwiw==", + "dev": true, + "requires": { + "camelcase": "^6.2.0", + "cssesc": "^3.0.0", + "icss-utils": "^5.0.0", + "loader-utils": "^2.0.0", + "postcss": "^8.1.4", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.2" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true + }, + "json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true + }, + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==", + "dev": true + }, + "express": { + "version": "4.16.4", + "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", + "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", + "dev": true, + "requires": { + "accepts": "~1.3.5", + "array-flatten": "1.1.1", + "body-parser": "1.18.3", + "content-disposition": "0.5.2", + "content-type": "~1.0.4", + "cookie": "0.3.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.1.1", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.4", + "qs": "6.5.2", + "range-parser": "~1.2.0", + "safe-buffer": "5.1.2", + "send": "0.16.2", + "serve-static": "1.13.2", + "setprototypeof": "1.1.0", + "statuses": "~1.4.0", + "type-is": "~1.6.16", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + } + } + }, + "fast-glob": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.0.tgz", + "integrity": "sha512-4F75PTznkNtSKs2pbhtBwRkw8sRwa7LfXx5XaQJOe4IQ6yTjceLDTwM5gj1s80R2t/5WeDC1gVfm3jLE+l39Tw==", + "dev": true, + "requires": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.1", + "micromatch": "^3.1.8" + }, + "dependencies": { + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dev": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "finalhandler": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", + "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.4.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + } + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", + "dev": true + }, + "globby": { + "version": "13.1.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz", + "integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==", + "dev": true, + "requires": { + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.11", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^4.0.0" + }, + "dependencies": { + "fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "iconv-lite": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", + "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "less": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/less/-/less-3.13.1.tgz", + "integrity": "sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==", + "dev": true, + "requires": { + "copy-anything": "^2.0.1", + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "native-request": "^1.0.5", + "source-map": "~0.6.0", + "tslib": "^1.10.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "less-loader": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-7.3.0.tgz", + "integrity": "sha512-Mi8915g7NMaLlgi77mgTTQvK022xKRQBIVDSyfl3ErTuBhmZBQab0mjeJjNNqGbdR+qrfTleKXqbGI4uEFavxg==", + "dev": true, + "requires": { + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true + }, + "json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true + }, + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==", + "dev": true + }, + "mini-css-extract-plugin": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz", + "integrity": "sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==", + "dev": true, + "requires": { + "schema-utils": "^4.0.0" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } + }, + "postcss-loader": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.1.1.tgz", + "integrity": "sha512-lBmJMvRh1D40dqpWKr9Rpygwxn8M74U9uaCSeYGNKLGInbk9mXBt1ultHf2dH9Ghk6Ue4UXlXWwGMH9QdUJ5ug==", + "dev": true, + "requires": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "semver": "^7.3.5" + } + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "raw-body": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", + "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", + "dev": true, + "requires": { + "bytes": "3.0.0", + "http-errors": "1.6.3", + "iconv-lite": "0.4.23", + "unpipe": "1.0.0" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + }, + "send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "dev": true, + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + } + } + }, + "serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "dev": true, + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.2" + } + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "webpack": { + "version": "5.73.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.73.0.tgz", + "integrity": "sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==", + "dev": true, + "requires": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.4.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.9.3", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.3.1", + "webpack-sources": "^3.2.3" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true + } + } + }, + "webpack-dev-middleware": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-4.1.0.tgz", + "integrity": "sha512-mpa/FY+DiBu5+r5JUIyTCYWRfkWgyA3/OOE9lwfzV9S70A4vJYLsVRKj5rMFEsezBroy2FmPyQ8oBRVW8QmK1A==", + "dev": true, + "requires": { + "colorette": "^1.2.1", + "mem": "^8.0.0", + "memfs": "^3.2.0", + "mime-types": "^2.1.28", + "range-parser": "^1.2.1", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dev": true, + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "yargs": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.2.tgz", + "integrity": "sha512-e7SkEx6N6SIZ5c5H22RTZae61qtn3PYUE8JYbBFlK9sYmh3DMQ6E5ygtaG/2BW0JZi4WGgTR2IV5ChqlqrDGVQ==", + "dev": true, + "requires": { + "cliui": "^4.0.0", + "decamelize": "^2.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^1.0.1", + "os-locale": "^3.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1 || ^4.0.0", + "yargs-parser": "^10.1.0" + } + }, + "yargs-parser": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", + "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", + "dev": true, + "requires": { + "camelcase": "^4.1.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==", + "dev": true + } + } + } + } + }, + "@c8y/client": { + "version": "1016.0.40", + "resolved": "https://registry.npmjs.org/@c8y/client/-/client-1016.0.40.tgz", + "integrity": "sha512-+ypUYRYmWqjVk/GAsMIZx53IDKKFoq0QiHS/+GA1b/yb0lUnD5VBmUEzL0FLcrgFq+vwC4Lcw3RDroVc5d1G6Q==", + "requires": { + "@types/node": "14.11.11", + "b2a": "1.1.2", + "cometd": "4.0.8", + "cometd-nodejs-client": "1.0.2", + "cross-fetch": "3.1.5", + "form-data": "2.3.2", + "isomorphic-cometd": "1.1.0" + } + }, + "@c8y/ngx-components": { + "version": "1016.0.40", + "resolved": "https://registry.npmjs.org/@c8y/ngx-components/-/ngx-components-1016.0.40.tgz", + "integrity": "sha512-fllKBbVbDG4X9DC2Rcu+tTLiUHhGRlNkvxpxZdnur6SVb5rlfngMWyheOcN79u+Rdri7IjqXlma052P1NzTqaA==", + "requires": { + "@c8y/client": "1016.0.40", + "@ngx-formly/core": "5.10.13", + "@ngx-translate/core": "14.0.0", + "@ngx-translate/http-loader": "7.0.0", + "angularx-qrcode": "14.0.0", + "file-saver": "1.3.2", + "libphonenumber-js": "1.10.10", + "lodash-es": "^4.0.0", + "marked": "4.0.10", + "ngx-bootstrap": "9.0.0", + "semver": "^7.3.7", + "tslib": "^2.3.1" + } + }, + "@c8y/style": { + "version": "1016.0.40", + "resolved": "https://registry.npmjs.org/@c8y/style/-/style-1016.0.40.tgz", + "integrity": "sha512-JUkzGeryxkQXbNwoApWAQHkTDw0hGMI0DRqciRqed71PboXHo+vnG2oz/BQm3nJzXz/hXsGqg2DJa1zBy3/Zhw==" + }, + "@cordobo/qrcode": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@cordobo/qrcode/-/qrcode-1.5.0.tgz", + "integrity": "sha512-aZ5n3MYw10t4v68EGvRGE1DL7iWfAiTUy4MSZRoqjHTRYdjX40sYgJf48NZa6zZeXVuJOEB/1Ni9KzS+C/EC0w==", + "requires": { + "dijkstrajs": "^1.0.1", + "encode-utf8": "^1.0.3", + "pngjs": "^5.0.0", + "yargs": "^17.3.1" + } + }, + "@csstools/postcss-color-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-font-format-keywords": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-hwb-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-ic-unit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-is-pseudo-class": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "dev": true, + "requires": { + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + } + }, + "@csstools/postcss-normalize-display-values": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-oklab-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-progressive-custom-properties": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", + "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-stepped-value-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "@csstools/postcss-unset-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + "dev": true + }, + "@csstools/selector-specificity": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz", + "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==", + "dev": true + }, + "@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true + }, + "@esbuild/android-arm": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.13.tgz", + "integrity": "sha512-JmtqThupn9Yf+FzANE+GG73ASUkssnPwOsndUElhp23685QzRK+MO1UompOlBaXV9D5FTuYcPnw7p4mCq2YbZQ==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.13.tgz", + "integrity": "sha512-r4xetsd1ez1NF9/9R2f9Q6AlxqiZLwUqo7ICOcvEVwopVkXUcspIjEbJk0EVTgT6Cp5+ymzGPT6YNV0ievx4yA==", + "dev": true, + "optional": true + }, + "@esbuild/android-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.13.tgz", + "integrity": "sha512-hKt1bFht/Vtp0xJ0ZVzFMnPy1y1ycmM3KNnp3zsyZfQmw7nhs2WLO4vxdR5YG+6RsHKCb2zbZ3VwlC0Tij0qyA==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-arm64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.13.tgz", + "integrity": "sha512-ogrVuNi2URocrr3Ps20f075EMm9V7IeenOi9FRj4qdbT6mQlwLuP4l90PW2iBrKERx0oRkcZprEUNsz/3xd7ww==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.13.tgz", + "integrity": "sha512-Agajik9SBGiKD7FPXE+ExW6x3MgA/dUdpZnXa9y1tyfE4lKQx+eQiknSdrBnWPeqa9wL0AOvkhghmYhpVkyqkA==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-arm64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.13.tgz", + "integrity": "sha512-KxMO3/XihBcHM+xQUM6nQZO1SgQuOsd1DCnKF1a4SIf/i5VD45vrqN3k8ePgFrEbMi7m5JeGmvNqwJXinF0a4Q==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.13.tgz", + "integrity": "sha512-Ez15oqV1vwvZ30cVLeBW14BsWq/fdWNQGMOxxqaSJVQVLqHhvgfQ7gxGDiN9tpJdeQhqJO+Q0r02/Tce5+USNg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.13.tgz", + "integrity": "sha512-18dLd2L3mda+iFj6sswyBMSh2UwniamD9M4DwPv8VM+9apRFlQ5IGKxBdumnTuOI4NvwwAernmUseWhYQ9k+rg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.13.tgz", + "integrity": "sha512-qi5n7KwcGViyJeZeQnu8fB6dC3Mlm5PGaqSv2HhQDDx/MPvVfQGNMcv7zcBL4qk3FkuWhGVwXkjQ76x7R0PWlA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ia32": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.13.tgz", + "integrity": "sha512-2489Xad9sr+6GD7nB913fUqpCsSwVwgskkQTq4Or2mZntSPYPebyJm8l1YruHo7oqYMTGV6RiwGE4gRo3H+EPQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-loong64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.13.tgz", + "integrity": "sha512-x8KplRu9Y43Px8I9YS+sPBwQ+fw44Mvp2BPVADopKDWz+h3fcj1BvRU58kxb89WObmwKX9sWdtYzepL4Fmx03A==", + "dev": true, + "optional": true + }, + "@esbuild/linux-mips64el": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.13.tgz", + "integrity": "sha512-qhhdWph9FLwD9rVVC/nUf7k2U4NZIA6/mGx0B7+O6PFV0GjmPA2E3zDQ4NUjq9P26E0DeAZy9akH9dYcUBRU7A==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ppc64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.13.tgz", + "integrity": "sha512-cVWAPKsrRVxI1jCeJHnYSbE3BrEU+pZTZK2gfao9HRxuc+3m4+RLfs3EVEpGLmMKEcWfVCB9wZ3yNxnknutGKQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-riscv64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.13.tgz", + "integrity": "sha512-Agb7dbRyZWnmPn5Vvf0eyqaEUqSsaIUwwyInu2EoFTaIDRp093QU2M5alUyOooMLkRbD1WvqQNwx08Z/g+SAcQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-s390x": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.13.tgz", + "integrity": "sha512-AqRBIrc/+kl08ahliNG+EyU+j41wIzQfwBTKpi80cCDiYvYFPuXjvzZsD9muiu58Isj0RVni9VgC4xK/AnSW4g==", + "dev": true, + "optional": true + }, + "@esbuild/linux-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.13.tgz", + "integrity": "sha512-S4wn2BimuhPcoArRtVrdHUKIymCCZcYAXQE47kUiX4yrUrEX2/ifn5eKNbZ5c1jJKUlh1gC2ESIN+iw3wQax3g==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.13.tgz", + "integrity": "sha512-2c8JWgfUMlQHTdaR5X3xNMwqOyad8kgeCupuVkdm3QkUOzGREjlTETQsK6oHifocYzDCo9FeKcUwsK356SdR+g==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.13.tgz", + "integrity": "sha512-Bwh+PmKD/LK+xBjqIpnYnKYj0fIyQJ0YpRxsn0F+WfzvQ2OA+GKDlf8AHosiCns26Q4Dje388jQVwfOBZ1GaFw==", + "dev": true, + "optional": true + }, + "@esbuild/sunos-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.13.tgz", + "integrity": "sha512-8wwk6f9XGnhrF94/DBdFM4Xm1JeCyGTCj67r516VS9yvBVQf3Rar54L+XPVDs/oZOokwH+XsktrgkuTMAmjntg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-arm64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.13.tgz", + "integrity": "sha512-Jmwbp/5ArLCiRAHC33ODfcrlIcbP/exXkOEUVkADNJC4e/so2jm+i8IQFvVX/lA2GWvK3GdgcN0VFfp9YITAbg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-ia32": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.13.tgz", + "integrity": "sha512-AX6WjntGjhJHzrPSVvjMD7grxt41koHfAOx6lxLorrpDwwIKKPaGDASPZgvFIZHTbwhOtILW6vAXxYPDsKpDJA==", + "dev": true, + "optional": true + }, + "@esbuild/win32-x64": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.13.tgz", + "integrity": "sha512-A+U4gM6OOkPS03UgVU08GTpAAAxPsP/8Z4FmneGo4TaVSD99bK9gVJXlqUEPMO/htFXEAht2O6pX4ErtLY5tVg==", + "dev": true, + "optional": true + }, + "@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "dev": true + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + } + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true + }, + "@jest/console": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "slash": "^3.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/core": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", + "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", + "dev": true, + "requires": { + "@jest/console": "^28.1.3", + "@jest/reporters": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^28.1.3", + "jest-config": "^28.1.3", + "jest-haste-map": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-regex-util": "^28.0.2", + "jest-resolve": "^28.1.3", + "jest-resolve-dependencies": "^28.1.3", + "jest-runner": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", + "jest-watcher": "^28.1.3", + "micromatch": "^4.0.4", + "pretty-format": "^28.1.3", + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/environment": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", + "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", + "dev": true, + "requires": { + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "jest-mock": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/expect": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz", + "integrity": "sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==", + "dev": true, + "requires": { + "expect": "^28.1.3", + "jest-snapshot": "^28.1.3" + } + }, + "@jest/expect-utils": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.3.tgz", + "integrity": "sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==", + "dev": true, + "requires": { + "jest-get-type": "^28.0.2" + } + }, + "@jest/fake-timers": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", + "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@sinonjs/fake-timers": "^9.1.2", + "@types/node": "*", + "jest-message-util": "^28.1.3", + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/globals": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", + "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", + "dev": true, + "requires": { + "@jest/environment": "^28.1.3", + "@jest/expect": "^28.1.3", + "@jest/types": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/reporters": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", + "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", + "dev": true, + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", + "@jridgewell/trace-mapping": "^0.3.13", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-worker": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/schemas": { + "version": "29.0.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", + "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/source-map": { + "version": "28.1.2", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", + "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.13", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + } + }, + "@jest/test-result": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "dev": true, + "requires": { + "@jest/console": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/test-sequencer": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", + "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", + "dev": true, + "requires": { + "@jest/test-result": "^28.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^28.1.3", + "slash": "^3.0.0" + }, + "dependencies": { + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + } + } + }, + "@jest/transform": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", + "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^28.1.3", + "@jridgewell/trace-mapping": "^0.3.13", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^28.1.3", + "jest-regex-util": "^28.0.2", + "jest-util": "^28.1.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.1" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/types": { + "version": "29.3.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.3.1.tgz", + "integrity": "sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==", + "dev": true, + "requires": { + "@jest/schemas": "^29.0.0", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "dev": true, + "requires": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" + }, + "dependencies": { + "glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", + "dev": true + } + } + }, + "@ng-select/ng-select": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-9.1.0.tgz", + "integrity": "sha512-vxSRD2d84H39eqtTJaethlpQ+xkJUU8epQNUr3yPiah23z8MBCqSDE1t0chxi+rXJz7+xoC9qFa1aYnUVFan4w==", + "dev": true, + "requires": { + "tslib": "^2.3.1" + } + }, + "@ngtools/webpack": { + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.0.6.tgz", + "integrity": "sha512-mSmLqzRKxQgGiOhvJ8guvRLjXoTL17cVSWlL/Cz+Q3xc1bXa7537ZXBTQTEuZVU2ytdkniKc8l1HqXIx0pFNVQ==", + "dev": true + }, + "@ngx-formly/core": { + "version": "5.10.13", + "resolved": "https://registry.npmjs.org/@ngx-formly/core/-/core-5.10.13.tgz", + "integrity": "sha512-WDKCK7wLrvp49FXcql8iZHC2wSgPbp3bk5w5yc1LgZpLmk+ilPoquHPT+/kYM/ctxkQFwcrO78KiKMMEfz5Ytg==", + "requires": { + "tslib": "^1.7.1" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + } + }, + "@ngx-translate/core": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-14.0.0.tgz", + "integrity": "sha512-UevdwNCXMRCdJv//0kC8h2eSfmi02r29xeE8E9gJ1Al4D4jEJ7eiLPdjslTMc21oJNGguqqWeEVjf64SFtvw2w==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@ngx-translate/http-loader": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@ngx-translate/http-loader/-/http-loader-7.0.0.tgz", + "integrity": "sha512-j+NpXXlcGVdyUNyY/qsJrqqeAdJdizCd+GKh3usXExSqy1aE9866jlAIL+xrfDU4w+LiMoma5pgE4emvFebZmA==", + "requires": { + "tslib": "^2.3.0" + } + }, + "@nicolo-ribaudo/eslint-scope-5-internals": { + "version": "5.1.1-v1", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + "dev": true, + "requires": { + "eslint-scope": "5.1.1" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@npmcli/fs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", + "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", + "dev": true, + "requires": { + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" + } + }, + "@npmcli/move-file": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", + "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", + "dev": true, + "requires": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + } + }, + "@polka/url": { + "version": "1.0.0-next.21", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "dev": true + }, + "@schematics/angular": { + "version": "14.2.10", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-14.2.10.tgz", + "integrity": "sha512-YFTc/9QJdx422XcApizEcVLKoyknu8b9zHIlAepZCu7WkV8GPT0hvVEHQ7KBWys5aQ7pPZMT0JpZLeAz0F2xYQ==", + "dev": true, + "requires": { + "@angular-devkit/core": "14.2.10", + "@angular-devkit/schematics": "14.2.10", + "jsonc-parser": "3.1.0" + }, + "dependencies": { + "@angular-devkit/core": { + "version": "14.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.10.tgz", + "integrity": "sha512-K4AO7mROTdbhQ7chtyQd6oPwmuL+BPUh+wn6Aq1qrmYJK4UZYFOPp8fi/Ehs8meCEeywtrssOPfrOE4Gsre9dg==", + "dev": true, + "requires": { + "ajv": "8.11.0", + "ajv-formats": "2.1.1", + "jsonc-parser": "3.1.0", + "rxjs": "6.6.7", + "source-map": "0.7.4" + } + }, + "jsonc-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz", + "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==", + "dev": true + }, + "source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true + } + } + }, + "@sinclair/typebox": { + "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", + "dev": true + }, + "@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "dev": true, + "requires": { + "type-detect": "4.0.8" + } + }, + "@sinonjs/fake-timers": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", + "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", + "dev": true, + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, + "@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "dev": true + }, + "@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true + }, + "@types/babel__core": { + "version": "7.1.20", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.20.tgz", + "integrity": "sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", + "dev": true, + "requires": { + "@babel/types": "^7.3.0" + } + }, + "@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dev": true, + "requires": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dev": true, + "requires": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "@types/eslint": { + "version": "8.4.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.10.tgz", + "integrity": "sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==", + "dev": true, + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dev": true, + "requires": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true + }, + "@types/express": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.15.tgz", + "integrity": "sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ==", + "dev": true, + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.31", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "@types/express-serve-static-core": { + "version": "4.17.32", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.32.tgz", + "integrity": "sha512-aI5h/VOkxOF2Z1saPy0Zsxs5avets/iaiAJYznQFm5By/pamU31xWKL//epiF4OfUA2qTOc9PV6tCUjhO8wlZA==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "@types/graceful-fs": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", + "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/html-minifier-terser": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", + "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", + "dev": true + }, + "@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "*" + } + }, + "@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dev": true, + "requires": { + "@types/istanbul-lib-report": "*" + } + }, + "@types/jest": { + "version": "28.1.8", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.8.tgz", + "integrity": "sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw==", + "dev": true, + "requires": { + "expect": "^28.0.0", + "pretty-format": "^28.0.0" + } + }, + "@types/jsdom": { + "version": "16.2.15", + "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-16.2.15.tgz", + "integrity": "sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/parse5": "^6.0.3", + "@types/tough-cookie": "*" + } + }, + "@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "@types/mime": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", + "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==", + "dev": true + }, + "@types/node": { + "version": "14.11.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.11.tgz", + "integrity": "sha512-UcaAZrL8uO5GNS+NLxkYg1RiOMgdLxCXGqs+TTupltXN8rTvUEKTOpqCV3tlcAIZJXzcBQajzmjdrvuPvnuMUw==" + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/parse5": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", + "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==", + "dev": true + }, + "@types/prettier": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", + "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", + "dev": true + }, + "@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "dev": true + }, + "@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==", + "dev": true + }, + "@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true + }, + "@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dev": true, + "requires": { + "@types/express": "*" + } + }, + "@types/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==", + "dev": true, + "requires": { + "@types/mime": "*", + "@types/node": "*" + } + }, + "@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true + }, + "@types/tough-cookie": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz", + "integrity": "sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==", + "dev": true + }, + "@types/webpack": { + "version": "5.28.0", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-5.28.0.tgz", + "integrity": "sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==", + "dev": true, + "requires": { + "@types/node": "*", + "tapable": "^2.2.0", + "webpack": "^5" + } + }, + "@types/ws": { + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", + "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/yargs": { + "version": "17.0.19", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.19.tgz", + "integrity": "sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "dev": true + }, + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dev": true, + "requires": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "dev": true + }, + "@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true + }, + "@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "dev": true + }, + "@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dev": true, + "requires": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dev": true, + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dev": true, + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true + }, + "@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "JSONPath": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/JSONPath/-/JSONPath-0.11.2.tgz", + "integrity": "sha512-rb/B7XKD/stAMqhao/DKEveRkFkYNOr8S/YjTjfisIrYvzcFdnQl0nlg32AHAws++Avv7AdiDHRyP9yZM6Lscw==", + "dev": true + }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "dev": true, + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, + "abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "dev": true + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", + "dev": true + }, + "acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dev": true, + "requires": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + }, + "dependencies": { + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true + }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true + } + } + }, + "acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "dev": true + }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, + "adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + } + } + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dev": true, + "requires": { + "debug": "4" + } + }, + "agentkeepalive": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz", + "integrity": "sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==", + "dev": true, + "requires": { + "humanize-ms": "^1.2.1" + } + }, + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "requires": { + "ajv": "^8.0.0" + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true + }, + "angular-gettext-tools": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/angular-gettext-tools/-/angular-gettext-tools-2.5.3.tgz", + "integrity": "sha512-/SyBMhPwMSoasZRXfMkXsKxaAHkDHHaFr3jAMqPuh3wGNJ8s9LfHKOGzcM0FW2mGIotmF1CRoWKgUIHMCwUYcg==", + "dev": true, + "requires": { + "@babel/parser": "^7.4.3", + "binary-search": "^1.2.0", + "cheerio": "^0.22.0", + "lodash": "^4.17.5", + "pofile": "~1.0.0" + } + }, + "angularx-qrcode": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/angularx-qrcode/-/angularx-qrcode-14.0.0.tgz", + "integrity": "sha512-PfWPz6YpKnTeIYzBjLniKXy/Y4/id0v/dDASQi4756+WYLu94cUMYFndGTFigjeBuk8i5BG0Q8ePHgYYvHbk2w==", + "requires": { + "@cordobo/qrcode": "1.5.0", + "tslib": "^2.3.0" + } + }, + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true + }, + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + } + }, + "ansi-gray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", + "integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==", + "dev": true, + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==", + "dev": true + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "append-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", + "integrity": "sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==", + "dev": true, + "requires": { + "buffer-equal": "^1.0.0" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", + "dev": true + }, + "arr-filter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", + "integrity": "sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA==", + "dev": true, + "requires": { + "make-iterator": "^1.0.0" + } + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true + }, + "arr-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", + "integrity": "sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==", + "dev": true, + "requires": { + "make-iterator": "^1.0.0" + } + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", + "dev": true + }, + "array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", + "dev": true + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "array-initial": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", + "integrity": "sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==", + "dev": true, + "requires": { + "array-slice": "^1.0.0", + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true + } + } + }, + "array-last": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", + "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", + "dev": true, + "requires": { + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true + } + } + }, + "array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", + "dev": true + }, + "array-sort": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", + "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", + "dev": true, + "requires": { + "default-compare": "^1.0.0", + "get-value": "^2.0.6", + "kind-of": "^5.0.2" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true + } + } + }, + "array-union": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz", + "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==", + "dev": true + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "dev": true + }, + "array.prototype.reduce": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz", + "integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" + } + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", + "dev": true + }, + "async": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "integrity": "sha512-l6ToIJIotphWahxxHyzK9bnLR6kM4jJIIgLShZeqLY7iboHoGkdgFl7W2/Ivi4SkMJYGKqW8vSuk0uKUj6qsSw==", + "dev": true + }, + "async-done": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz", + "integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.2", + "process-nextick-args": "^2.0.0", + "stream-exhaust": "^1.0.1" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", + "dev": true + }, + "async-settle": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", + "integrity": "sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==", + "dev": true, + "requires": { + "async-done": "^1.2.2" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true + }, + "autoprefixer": { + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", + "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001426", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + } + }, + "b2a": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/b2a/-/b2a-1.1.2.tgz", + "integrity": "sha512-Ee7SUAyWeIx4ICRygOi7dVlGpHRxynsaLIZwOtHtGKls3LhLchTRk5KrI0O8ioWqy94ikkE8Z2Li3LWNd027/A==" + }, + "babel-eslint": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.1.tgz", + "integrity": "sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "eslint-scope": "3.7.1", + "eslint-visitor-keys": "^1.0.0" + }, + "dependencies": { + "eslint-scope": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz", + "integrity": "sha512-ivpbtpUgg9SJS4TLjK7KdcDhqc/E3CGItsvQbBNLkNGUeMhd5qnJcryba/brESS+dg3vrLqPuc/UcS7jRJdN5A==", + "dev": true, + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true + } + } + }, + "babel-jest": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", + "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", + "dev": true, + "requires": { + "@jest/transform": "^28.1.3", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^28.1.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "babel-loader": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "dev": true, + "requires": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + } + } + }, + "babel-plugin-angularjs-annotate": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/babel-plugin-angularjs-annotate/-/babel-plugin-angularjs-annotate-0.10.0.tgz", + "integrity": "sha512-NPE7FOAxcLPCUR/kNkrhHIjoScR3RyIlRH3yRn79j8EZWtpILVnCOdA9yKfsOmRh6BHnLHKl8ZAThc+YDd/QwQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/types": "^7.2.0", + "simple-is": "~0.2.0" + } + }, + "babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + } + }, + "babel-plugin-jest-hoist": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", + "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", + "dev": true, + "requires": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + } + }, + "babel-plugin-polyfill-corejs2": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", + "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.3", + "semver": "^6.1.1" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", + "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.2", + "core-js-compat": "^3.21.0" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + } + }, + "babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "requires": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + } + }, + "babel-preset-jest": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", + "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", + "dev": true, + "requires": { + "babel-plugin-jest-hoist": "^28.1.3", + "babel-preset-current-node-syntax": "^1.0.0" + } + }, + "bach": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", + "integrity": "sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==", + "dev": true, + "requires": { + "arr-filter": "^1.1.1", + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "array-each": "^1.0.0", + "array-initial": "^1.0.0", + "array-last": "^1.1.1", + "async-done": "^1.2.2", + "async-settle": "^1.0.0", + "now-and-later": "^2.0.0" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "binary": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", + "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==", + "dev": true, + "requires": { + "buffers": "~0.1.1", + "chainsaw": "~0.1.0" + } + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "binary-search": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/binary-search/-/binary-search-1.3.6.tgz", + "integrity": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==", + "dev": true + }, + "bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dev": true, + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "bonjour-service": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.14.tgz", + "integrity": "sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==", + "dev": true, + "requires": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "dev": true + }, + "browserslist": { + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" + } + }, + "bs-logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", + "dev": true, + "requires": { + "fast-json-stable-stringify": "2.x" + } + }, + "bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "requires": { + "node-int64": "^0.4.0" + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", + "dev": true + }, + "buffer-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz", + "integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==", + "dev": true + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "buffers": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", + "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", + "dev": true + }, + "builtins": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", + "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==", + "dev": true + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true + }, + "cacache": { + "version": "16.0.7", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.7.tgz", + "integrity": "sha512-a4zfQpp5vm4Ipdvbj+ZrPonikRhm6WBEd4zT1Yc1DXsmAxrPgDwWBLF/u/wTVXSFPIgOJ1U3ghSa2Xm4s3h28w==", + "dev": true, + "requires": { + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", + "infer-owner": "^1.0.4", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^1.1.1" + }, + "dependencies": { + "lru-cache": { + "version": "7.14.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz", + "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==", + "dev": true + } + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "dev": true + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001441", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz", + "integrity": "sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==", + "dev": true + }, + "chainsaw": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", + "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==", + "dev": true, + "requires": { + "traverse": ">=0.3.0 <0.4" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + } + } + }, + "char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "cheerio": { + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", + "integrity": "sha512-8/MzidM6G/TgRelkzDG13y3Y9LxBjCb+8yOEZ9+wwq5gVF2w2pV0wmHvjfT0RvuxGyR7UEuK36r+yYMbT4uKgA==", + "dev": true, + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash.assignin": "^4.0.9", + "lodash.bind": "^4.1.4", + "lodash.defaults": "^4.0.1", + "lodash.filter": "^4.4.0", + "lodash.flatten": "^4.2.0", + "lodash.foreach": "^4.3.0", + "lodash.map": "^4.4.0", + "lodash.merge": "^4.4.0", + "lodash.pick": "^4.2.1", + "lodash.reduce": "^4.4.0", + "lodash.reject": "^4.4.0", + "lodash.some": "^4.4.0" + }, + "dependencies": { + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha512-dUQOBoqdR7QwV90WysXPLXG5LO7nhYBgiWVfxF80DKPF8zx1t/pUd2FYy73emg3zrjtM6dzmYgbHKfV2rxiHQA==", + "dev": true, + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-what": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", + "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==", + "dev": true + }, + "dom-serializer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", + "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", + "dev": true, + "requires": { + "domelementtype": "^1.3.0", + "entities": "^1.1.1" + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dev": true, + "requires": { + "boolbase": "~1.0.0" + } + } + } + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true + }, + "chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true + }, + "ci-info": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", + "integrity": "sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==", + "dev": true + }, + "cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", + "dev": true + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-spinners": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "dev": true + }, + "cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true + }, + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + } + }, + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true + }, + "clone-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", + "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==", + "dev": true + }, + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + } + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", + "dev": true + }, + "cloneable-readable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz", + "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "process-nextick-args": "^2.0.0", + "readable-stream": "^2.3.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", + "dev": true + }, + "collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", + "dev": true + }, + "collection-map": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", + "integrity": "sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==", + "dev": true, + "requires": { + "arr-map": "^2.0.2", + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "dev": true, + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "dev": true + }, + "colord": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true + }, + "colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true + }, + "combined-stream": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "integrity": "sha512-cN6NJ9NnPLDiP/CpmVC1knLFqNjD9Hi1vPsacL/WQP3v8cqVbZpbpX6NHmYJo2fR4B80CgE4cEgPWiDauAQzPw==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "cometd": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/cometd/-/cometd-4.0.8.tgz", + "integrity": "sha512-HvbLklF0ByT/ZOICgu6O2TQYXSRyuHYFLfvr9MrjrN1C79JHitHpQ/phD1Kiut3NyjPrt/6jjXCpKbfsxRl71w==" + }, + "cometd-nodejs-client": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cometd-nodejs-client/-/cometd-nodejs-client-1.0.2.tgz", + "integrity": "sha512-V49AZtxrEhbHRSSTYdTB0i8SGa5ip3iwbTfboVEku5/H9fMAw4GkFnzzKSBU96jCNkTq46vIuN1V5UhUIeCjMA==" + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", + "dev": true + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "dev": true + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "requires": { + "safe-buffer": "5.2.1" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true + }, + "convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true + }, + "copy-anything": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "dev": true, + "requires": { + "is-what": "^3.14.1" + } + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "dev": true, + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", + "dev": true + }, + "copy-props": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz", + "integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==", + "dev": true, + "requires": { + "each-props": "^1.3.2", + "is-plain-object": "^5.0.0" + }, + "dependencies": { + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true + } + } + }, + "copy-webpack-plugin": { + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz", + "integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==", + "dev": true, + "requires": { + "fast-glob": "^3.2.7", + "glob-parent": "^6.0.1", + "globby": "^12.0.2", + "normalize-path": "^3.0.0", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0" + }, + "dependencies": { + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "core-js-compat": { + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.27.1.tgz", + "integrity": "sha512-Dg91JFeCDA17FKnneN7oCMz4BkQ4TcffkgHP4OWwp9yx3pi7ubqMDXXSacfNak1PQqjc95skyt+YBLHQJnkJwA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "critters": { + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.16.tgz", + "integrity": "sha512-JwjgmO6i3y6RWtLYmXwO5jMd+maZt8Tnfu7VVISmEWyQqfLpB8soBswf8/2bu6SBXxtKA68Al3c+qIG1ApT68A==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "css-select": "^4.2.0", + "parse5": "^6.0.1", + "parse5-htmlparser2-tree-adapter": "^6.0.1", + "postcss": "^8.3.7", + "pretty-bytes": "^5.3.0" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "cross-fetch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", + "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", + "requires": { + "node-fetch": "2.6.7" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "css": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", + "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", + "dev": true, + "requires": { + "inherits": "^2.0.4", + "source-map": "^0.6.1", + "source-map-resolve": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "css-blank-pseudo": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" + } + }, + "css-declaration-sorter": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", + "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==", + "dev": true + }, + "css-has-pseudo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" + } + }, + "css-loader": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz", + "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==", + "dev": true, + "requires": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.7", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.3.5" + } + }, + "css-minimizer-webpack-plugin": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz", + "integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==", + "dev": true, + "requires": { + "cssnano": "^5.1.8", + "jest-worker": "^29.1.2", + "postcss": "^8.4.17", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-worker": { + "version": "29.3.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.3.1.tgz", + "integrity": "sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==", + "dev": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.3.1", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + } + }, + "postcss": { + "version": "8.4.20", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz", + "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==", + "dev": true, + "requires": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "css-prefers-color-scheme": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", + "dev": true + }, + "css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "requires": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true + }, + "cssdb": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.6.3.tgz", + "integrity": "sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA==", + "dev": true + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "cssnano": { + "version": "5.1.14", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.14.tgz", + "integrity": "sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==", + "dev": true, + "requires": { + "cssnano-preset-default": "^5.2.13", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + } + }, + "cssnano-preset-default": { + "version": "5.2.13", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz", + "integrity": "sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==", + "dev": true, + "requires": { + "css-declaration-sorter": "^6.3.1", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.3", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.7", + "postcss-merge-rules": "^5.1.3", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.4", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.1", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.1", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + } + }, + "cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "dev": true + }, + "csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "requires": { + "css-tree": "^1.1.2" + } + }, + "cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "dev": true + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dev": true, + "requires": { + "cssom": "~0.3.6" + }, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true + } + } + }, + "cycle": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz", + "integrity": "sha512-TVF6svNzeQCOpjCqsy0/CSy8VgObG3wXusJ73xW2GbG5rGx7lC8zxDSURicsXI2UsGdi2L0QNRCi745/wUDvsA==", + "dev": true + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==", + "dev": true + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "dev": true, + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "data-urls": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + "dev": true, + "requires": { + "abab": "^2.0.6", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0" + }, + "dependencies": { + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dev": true, + "requires": { + "punycode": "^2.1.1" + } + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true + }, + "whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "dev": true, + "requires": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + } + } + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-2.0.0.tgz", + "integrity": "sha512-Ikpp5scV3MSYxY39ymh45ZLEecsTdv/Xj2CaQfI8RLMuwi7XvjX9H/fhraiSuU+C5w5NTDu4ZU72xNiZnurBPg==", + "dev": true, + "requires": { + "xregexp": "4.0.0" + } + }, + "decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true + }, + "decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "dev": true + }, + "dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "dev": true + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "dev": true + }, + "default-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", + "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", + "dev": true, + "requires": { + "kind-of": "^5.0.2" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true + } + } + }, + "default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "requires": { + "execa": "^5.0.0" + } + }, + "default-resolution": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", + "integrity": "sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==", + "dev": true + }, + "defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "requires": { + "clone": "^1.0.2" + } + }, + "define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true + }, + "define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "dev": true, + "requires": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "del": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", + "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", + "dev": true, + "requires": { + "globby": "^11.0.1", + "graceful-fs": "^4.2.4", + "is-glob": "^4.0.1", + "is-path-cwd": "^2.2.0", + "is-path-inside": "^3.0.2", + "p-map": "^4.0.0", + "rimraf": "^3.0.2", + "slash": "^3.0.0" + }, + "dependencies": { + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true + }, + "dependency-graph": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "dev": true + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true + }, + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", + "dev": true + }, + "detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true + }, + "detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "diff-sequences": { + "version": "28.1.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", + "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", + "dev": true + }, + "dijkstrajs": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.2.tgz", + "integrity": "sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg==" + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true + }, + "dns-packet": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz", + "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "dev": true, + "requires": { + "@leichtgewicht/ip-codec": "^2.0.1" + } + }, + "dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "requires": { + "utila": "~0.4" + } + }, + "dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "domexception": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "dev": true, + "requires": { + "webidl-conversions": "^7.0.0" + }, + "dependencies": { + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true + } + } + }, + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + }, + "domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "each-props": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz", + "integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.1", + "object.defaults": "^1.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.4.284", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", + "dev": true + }, + "emittery": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true + }, + "encode-utf8": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz", + "integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "requires": { + "iconv-lite": "^0.6.2" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", + "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "err-code": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", + "integrity": "sha512-CJAN+O0/yA1CKfRn9SXOGctSpEM7DCon/r/5r2eXFMY2zCCJBasFhcM5I+1kh3Ap11FsQCX+vGHceNPvpWKhoA==", + "dev": true + }, + "errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "optional": true, + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.20.5", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.5.tgz", + "integrity": "sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.1.3", + "get-symbol-description": "^1.0.0", + "gopd": "^1.0.1", + "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.2", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", + "string.prototype.trimend": "^1.0.6", + "string.prototype.trimstart": "^1.0.6", + "unbox-primitive": "^1.0.2" + } + }, + "es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "dev": true + }, + "es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es5-ext": { + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "dev": true, + "requires": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "next-tick": "^1.1.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-promise": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "dev": true + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", + "dev": true, + "requires": { + "es6-promise": "^4.0.3" + } + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "dev": true, + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "es6-weak-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", + "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "^0.10.46", + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.1" + } + }, + "esbuild-android-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.38.tgz", + "integrity": "sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==", + "dev": true, + "optional": true + }, + "esbuild-android-arm64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.38.tgz", + "integrity": "sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==", + "dev": true, + "optional": true + }, + "esbuild-darwin-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.38.tgz", + "integrity": "sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==", + "dev": true, + "optional": true + }, + "esbuild-darwin-arm64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.38.tgz", + "integrity": "sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.38.tgz", + "integrity": "sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-arm64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.38.tgz", + "integrity": "sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-32": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.38.tgz", + "integrity": "sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==", + "dev": true, + "optional": true + }, + "esbuild-linux-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.38.tgz", + "integrity": "sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.38.tgz", + "integrity": "sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.38.tgz", + "integrity": "sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==", + "dev": true, + "optional": true + }, + "esbuild-linux-mips64le": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.38.tgz", + "integrity": "sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-ppc64le": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.38.tgz", + "integrity": "sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==", + "dev": true, + "optional": true + }, + "esbuild-linux-riscv64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.38.tgz", + "integrity": "sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-s390x": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.38.tgz", + "integrity": "sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==", + "dev": true, + "optional": true + }, + "esbuild-netbsd-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.38.tgz", + "integrity": "sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==", + "dev": true, + "optional": true + }, + "esbuild-openbsd-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.38.tgz", + "integrity": "sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==", + "dev": true, + "optional": true + }, + "esbuild-sunos-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.38.tgz", + "integrity": "sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==", + "dev": true, + "optional": true + }, + "esbuild-wasm": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.14.38.tgz", + "integrity": "sha512-mObTw5/3+KIOTShVgk3fuEn+INnHgOSbWJuGkInEZTWpUOh/+TCSgRxl5cDon4OkoaLU5rWm7R7Dkl/mJv8SGw==", + "dev": true + }, + "esbuild-windows-32": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.38.tgz", + "integrity": "sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==", + "dev": true, + "optional": true + }, + "esbuild-windows-64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.38.tgz", + "integrity": "sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==", + "dev": true, + "optional": true + }, + "esbuild-windows-arm64": { + "version": "0.14.38", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.38.tgz", + "integrity": "sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==", + "dev": true, + "optional": true + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "dev": true, + "requires": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + } + } + }, + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + } + }, + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true + }, + "eventemitter-asyncresource": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz", + "integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==", + "dev": true + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true + }, + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "dev": true, + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "expect": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", + "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", + "dev": true, + "requires": { + "@jest/expect-utils": "^28.1.3", + "jest-get-type": "^28.0.2", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dev": true, + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "dev": true, + "requires": { + "type": "^2.7.2" + }, + "dependencies": { + "type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==", + "dev": true + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dev": true, + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "eyes": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz", + "integrity": "sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==", + "dev": true + }, + "fancy-log": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz", + "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==", + "dev": true, + "requires": { + "ansi-gray": "^0.1.1", + "color-support": "^1.1.3", + "parse-node-version": "^1.0.0", + "time-stamp": "^1.0.0" + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "requires": { + "bser": "2.1.1" + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", + "dev": true + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dev": true, + "requires": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "file-saver": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-1.3.2.tgz", + "integrity": "sha512-bFgwnCwnV4JiK2YUAPM1tW70yQMSZFyyfFh7JpCfWZ5XMLmzoG9/KKNGIgaj/AcKFcaen1C2dXijOI8KYHYGpA==" + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "findup-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", + "dev": true, + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "fined": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz", + "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==", + "dev": true, + "requires": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^2.0.3", + "object.defaults": "^1.1.0", + "object.pick": "^1.2.0", + "parse-filepath": "^1.0.1" + } + }, + "flagged-respawn": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz", + "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==", + "dev": true + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "dev": true + }, + "font-awesome": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", + "integrity": "sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==", + "dev": true + }, + "fontawesome": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/fontawesome/-/fontawesome-4.7.2.tgz", + "integrity": "sha512-q12j2297ekILefu0RSIpLCg9OvD1PwfTyNa9W+zJt8QkveIXGK4L6w9mReW0AA/iFM7ZAvnZqq4k4sUCvLDQgg==", + "dev": true + }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "requires": { + "is-callable": "^1.1.3" + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "dev": true + }, + "for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", + "dev": true, + "requires": { + "for-in": "^1.0.1" + } + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha512-6DD2fGWwyxCca2EASUT50GsxWEuwNQDpjMhD9TTaBvI1NE3nLkCr5v7nRdtlmG5g+mNqosdOVHVro+UGmp0Kcw==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true + }, + "fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "dev": true, + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-extra": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz", + "integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "fs-mkdirp-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", + "integrity": "sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "through2": "^2.0.3" + } + }, + "fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "dev": true + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + } + }, + "functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true + }, + "genfun": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz", + "integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-intrinsic": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", + "dev": true + }, + "glob": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", + "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + }, + "glob-stream": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", + "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==", + "dev": true, + "requires": { + "extend": "^3.0.0", + "glob": "^7.1.1", + "glob-parent": "^3.1.0", + "is-negated-glob": "^1.0.0", + "ordered-read-streams": "^1.0.0", + "pumpify": "^1.3.5", + "readable-stream": "^2.1.5", + "remove-trailing-separator": "^1.0.1", + "to-absolute-glob": "^2.0.0", + "unique-stream": "^2.0.2" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dev": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "glob-watcher": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz", + "integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==", + "dev": true, + "requires": { + "anymatch": "^2.0.0", + "async-done": "^1.2.0", + "chokidar": "^2.0.0", + "is-negated-glob": "^1.0.0", + "just-debounce": "^1.0.0", + "normalize-path": "^3.0.0", + "object.defaults": "^1.1.0" + }, + "dependencies": { + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dev": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "dev": true, + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "dev": true, + "optional": true + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dev": true, + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "dev": true, + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "dev": true, + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "dependencies": { + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz", + "integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==", + "dev": true, + "requires": { + "array-union": "^3.0.1", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.7", + "ignore": "^5.1.9", + "merge2": "^1.4.1", + "slash": "^4.0.0" + } + }, + "glogg": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz", + "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==", + "dev": true, + "requires": { + "sparkles": "^1.0.0" + } + }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.3" + } + }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "gulp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz", + "integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==", + "dev": true, + "requires": { + "glob-watcher": "^5.0.3", + "gulp-cli": "^2.2.0", + "undertaker": "^1.2.1", + "vinyl-fs": "^3.0.0" + }, + "dependencies": { + "ansi-colors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", + "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", + "dev": true, + "requires": { + "ansi-wrap": "^0.1.0" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true + }, + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==", + "dev": true + }, + "cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "dev": true + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", + "dev": true + }, + "gulp-cli": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz", + "integrity": "sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==", + "dev": true, + "requires": { + "ansi-colors": "^1.0.1", + "archy": "^1.0.0", + "array-sort": "^1.0.0", + "color-support": "^1.1.3", + "concat-stream": "^1.6.0", + "copy-props": "^2.0.1", + "fancy-log": "^1.3.2", + "gulplog": "^1.0.0", + "interpret": "^1.4.0", + "isobject": "^3.0.1", + "liftoff": "^3.1.0", + "matchdep": "^2.0.0", + "mute-stdout": "^1.0.0", + "pretty-hrtime": "^1.0.0", + "replace-homedir": "^1.0.0", + "semver-greatest-satisfied-range": "^1.1.0", + "v8flags": "^3.2.0", + "yargs": "^7.1.0" + } + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==", + "dev": true, + "requires": { + "invert-kv": "^1.0.0" + } + }, + "os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==", + "dev": true, + "requires": { + "lcid": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==", + "dev": true + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==", + "dev": true, + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + } + }, + "y18n": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz", + "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==", + "dev": true + }, + "yargs": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz", + "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==", + "dev": true, + "requires": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.1" + } + }, + "yargs-parser": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz", + "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==", + "dev": true, + "requires": { + "camelcase": "^3.0.0", + "object.assign": "^4.1.0" + } + } + } + }, + "gulp-zip": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-5.1.0.tgz", + "integrity": "sha512-XZr/y91IliK/SpR74g3TkZejGkGEmK7CSDjSghT1jXshgO+dFvpLIz9w9fpuwkew6i7k4F+G24TubNgq1ISzEw==", + "dev": true, + "requires": { + "get-stream": "^5.2.0", + "plugin-error": "^1.0.1", + "through2": "^3.0.1", + "vinyl": "^2.1.0", + "yazl": "^2.5.1" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "through2": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz", + "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", + "dev": true, + "requires": { + "inherits": "^2.0.4", + "readable-stream": "2 || 3" + } + } + } + }, + "gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==", + "dev": true, + "requires": { + "glogg": "^1.0.0" + } + }, + "gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "dev": true, + "requires": { + "duplexer": "^0.1.2" + } + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "dev": true, + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hdr-histogram-js": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/hdr-histogram-js/-/hdr-histogram-js-2.0.3.tgz", + "integrity": "sha512-Hkn78wwzWHNCp2uarhzQ2SGFLU3JY8SBDDd3TAABK4fc30wm+MuPOrg5QVFVfkKOQd6Bfz3ukJEI+q9sXEkK1g==", + "dev": true, + "requires": { + "@assemblyscript/loader": "^0.10.1", + "base64-js": "^1.2.0", + "pako": "^1.0.3" + } + }, + "hdr-histogram-percentiles-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz", + "integrity": "sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw==", + "dev": true + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "html-encoding-sniffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "dev": true, + "requires": { + "whatwg-encoding": "^2.0.0" + } + }, + "html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "html-loader": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-4.1.0.tgz", + "integrity": "sha512-QDDNmLgn96NWtTPx/VXRerFXH0hn7cm4bruqsZ333GCb+rqiqGurcxtP/M52wcui1/iLiu0l5ms/McE7/Ik6aQ==", + "dev": true, + "requires": { + "html-minifier-terser": "^6.1.0", + "parse5": "^7.0.0" + }, + "dependencies": { + "clean-css": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz", + "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true + }, + "entities": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz", + "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==", + "dev": true + }, + "html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "requires": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + } + }, + "parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "requires": { + "entities": "^4.4.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "dependencies": { + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "terser": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + } + } + }, + "html-webpack-plugin": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.2.tgz", + "integrity": "sha512-HvB33boVNCz2lTyBsSiMffsJ+m0YLIQ+pskblXgN9fnjS1BgEcuAfdInfXfGrkdXV406k9FiDi86eVCDBgJOyQ==", + "dev": true, + "requires": { + "@types/html-minifier-terser": "^5.0.0", + "html-minifier-terser": "^5.0.1", + "lodash": "^4.17.21", + "pretty-error": "^3.0.4", + "tapable": "^2.0.0" + } + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dev": true, + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + }, + "dependencies": { + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + } + } + }, + "http-cache-semantics": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", + "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==", + "dev": true + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-agent": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz", + "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", + "dev": true, + "requires": { + "agent-base": "4", + "debug": "3.1.0" + }, + "dependencies": { + "agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dev": true, + "requires": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + } + }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dev": true, + "requires": { + "agent-base": "6", + "debug": "4" + } + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + }, + "humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", + "dev": true, + "requires": { + "ms": "^2.0.0" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==", + "dev": true + }, + "ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true + }, + "ignore-walk": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz", + "integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==", + "dev": true, + "requires": { + "minimatch": "^3.0.4" + }, + "dependencies": { + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", + "dev": true, + "optional": true + }, + "immutable": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.2.1.tgz", + "integrity": "sha512-7WYV7Q5BTs0nlQm7tl92rDYYoyELLKHoDMBKhrxEoiV4mrfVdRz8hzPiYOzH7yWjzoVEamxRuAqhxL2PLRwZYQ==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } + } + }, + "import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "requires": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + } + }, + "imports-loader": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/imports-loader/-/imports-loader-0.8.0.tgz", + "integrity": "sha512-kXWL7Scp8KQ4552ZcdVTeaQCZSLW+e6nJfp3cwUMB673T7Hr98Xjx5JK+ql7ADlJUvj1JS5O01RLbKoutN5QDQ==", + "dev": true, + "requires": { + "loader-utils": "^1.0.2", + "source-map": "^0.6.1" + }, + "dependencies": { + "json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "inquirer": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", + "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", + "dev": true, + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "rxjs": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz", + "integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==", + "dev": true, + "requires": { + "tslib": "^2.1.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "internal-slot": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz", + "integrity": "sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.3", + "has": "^1.0.3", + "side-channel": "^1.0.4" + } + }, + "interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", + "dev": true + }, + "invert-kv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", + "dev": true + }, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha512-rBtCAQAJm8A110nbwn6YdveUnuZH3WrC36IwkRXxDnq53JvXA2NVQvB7IHyKomxK1MJ4VDNw3UtFDdXQ+AvLYA==", + "dev": true + }, + "ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "dev": true + }, + "is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dev": true, + "requires": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "requires": { + "has-bigints": "^1.0.1" + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true + }, + "is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true + } + } + }, + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", + "dev": true + }, + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "dev": true + }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true + }, + "is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dev": true, + "requires": { + "is-unc-path": "^1.0.0" + } + }, + "is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dev": true, + "requires": { + "unc-path-regex": "^0.1.2" + } + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==", + "dev": true + }, + "is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", + "dev": true + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } + }, + "is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true + }, + "isomorphic-cometd": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-cometd/-/isomorphic-cometd-1.1.0.tgz", + "integrity": "sha512-o0iUTH562Ierb3mhtiwDZWLmfGUxu6PF7sCcX9KjvBJM91h3kHBOdNhTNqgEgSoco+UvgCBBsT7Ec0oPo9xgKQ==" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "requires": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "istanbul-reports": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "dev": true, + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jest": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "dev": true, + "requires": { + "@jest/core": "^28.1.3", + "@jest/types": "^28.1.3", + "import-local": "^3.0.2", + "jest-cli": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-cli": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", + "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", + "dev": true, + "requires": { + "@jest/core": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", + "prompts": "^2.0.1", + "yargs": "^17.3.1" + } + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-changed-files": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", + "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", + "dev": true, + "requires": { + "execa": "^5.0.0", + "p-limit": "^3.1.0" + }, + "dependencies": { + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + } + } + }, + "jest-circus": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", + "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", + "dev": true, + "requires": { + "@jest/environment": "^28.1.3", + "@jest/expect": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^28.1.3", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "p-limit": "^3.1.0", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-config": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", + "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^28.1.3", + "@jest/types": "^28.1.3", + "babel-jest": "^28.1.3", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^28.1.3", + "jest-environment-node": "^28.1.3", + "jest-get-type": "^28.0.2", + "jest-regex-util": "^28.0.2", + "jest-resolve": "^28.1.3", + "jest-runner": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-diff": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", + "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^28.1.1", + "jest-get-type": "^28.0.2", + "pretty-format": "^28.1.3" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-docblock": { + "version": "28.1.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", + "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", + "dev": true, + "requires": { + "detect-newline": "^3.0.0" + } + }, + "jest-each": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", + "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "chalk": "^4.0.0", + "jest-get-type": "^28.0.2", + "jest-util": "^28.1.3", + "pretty-format": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-environment-jsdom": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-28.1.3.tgz", + "integrity": "sha512-HnlGUmZRdxfCByd3GM2F100DgQOajUBzEitjGqIREcb45kGjZvRrKUdlaF6escXBdcXNl0OBh+1ZrfeZT3GnAg==", + "dev": true, + "requires": { + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/jsdom": "^16.2.4", + "@types/node": "*", + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3", + "jsdom": "^19.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-environment-node": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", + "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", + "dev": true, + "requires": { + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-get-type": { + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", + "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", + "dev": true + }, + "jest-haste-map": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", + "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^28.0.2", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-worker": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-leak-detector": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", + "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", + "dev": true, + "requires": { + "jest-get-type": "^28.0.2", + "pretty-format": "^28.1.3" + } + }, + "jest-matcher-utils": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", + "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "jest-diff": "^28.1.3", + "jest-get-type": "^28.0.2", + "pretty-format": "^28.1.3" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-message-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^28.1.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-mock": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", + "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true + }, + "jest-preset-angular": { + "version": "12.2.3", + "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-12.2.3.tgz", + "integrity": "sha512-9vgawXuki/lg4IRPtl5k83krWLKADTal7BBm06xNAWOK09AbHK1foXqZdVOMObsWbaMDeQ1cjba60vS/aEVY4Q==", + "dev": true, + "requires": { + "bs-logger": "^0.2.6", + "esbuild": ">=0.13.8", + "esbuild-wasm": ">=0.13.8", + "jest-environment-jsdom": "^28.0.0", + "pretty-format": "^28.0.0", + "ts-jest": "^28.0.0" + }, + "dependencies": { + "esbuild": { + "version": "0.16.13", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.16.13.tgz", + "integrity": "sha512-oYwFdSEIoKM1oYzyem1osgKJAvg5447XF+05ava21fOtilyb2HeQQh26/74K4WeAk5dZmj/Mx10zUqUnI14jhA==", + "dev": true, + "optional": true, + "requires": { + "@esbuild/android-arm": "0.16.13", + "@esbuild/android-arm64": "0.16.13", + "@esbuild/android-x64": "0.16.13", + "@esbuild/darwin-arm64": "0.16.13", + "@esbuild/darwin-x64": "0.16.13", + "@esbuild/freebsd-arm64": "0.16.13", + "@esbuild/freebsd-x64": "0.16.13", + "@esbuild/linux-arm": "0.16.13", + "@esbuild/linux-arm64": "0.16.13", + "@esbuild/linux-ia32": "0.16.13", + "@esbuild/linux-loong64": "0.16.13", + "@esbuild/linux-mips64el": "0.16.13", + "@esbuild/linux-ppc64": "0.16.13", + "@esbuild/linux-riscv64": "0.16.13", + "@esbuild/linux-s390x": "0.16.13", + "@esbuild/linux-x64": "0.16.13", + "@esbuild/netbsd-x64": "0.16.13", + "@esbuild/openbsd-x64": "0.16.13", + "@esbuild/sunos-x64": "0.16.13", + "@esbuild/win32-arm64": "0.16.13", + "@esbuild/win32-ia32": "0.16.13", + "@esbuild/win32-x64": "0.16.13" + } + } + } + }, + "jest-regex-util": { + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", + "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "dev": true + }, + "jest-resolve": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", + "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^28.1.3", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", + "resolve": "^1.20.0", + "resolve.exports": "^1.1.0", + "slash": "^3.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-resolve-dependencies": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", + "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", + "dev": true, + "requires": { + "jest-regex-util": "^28.0.2", + "jest-snapshot": "^28.1.3" + } + }, + "jest-runner": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", + "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", + "dev": true, + "requires": { + "@jest/console": "^28.1.3", + "@jest/environment": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.10.2", + "graceful-fs": "^4.2.9", + "jest-docblock": "^28.1.1", + "jest-environment-node": "^28.1.3", + "jest-haste-map": "^28.1.3", + "jest-leak-detector": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-resolve": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-util": "^28.1.3", + "jest-watcher": "^28.1.3", + "jest-worker": "^28.1.3", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-worker": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-runtime": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", + "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", + "dev": true, + "requires": { + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/globals": "^28.1.3", + "@jest/source-map": "^28.1.2", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-mock": "^28.1.3", + "jest-regex-util": "^28.0.2", + "jest-resolve": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-snapshot": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", + "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/babel__traverse": "^7.0.6", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^28.1.3", + "graceful-fs": "^4.2.9", + "jest-diff": "^28.1.3", + "jest-get-type": "^28.0.2", + "jest-haste-map": "^28.1.3", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "natural-compare": "^1.4.0", + "pretty-format": "^28.1.3", + "semver": "^7.3.5" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-util": { + "version": "29.3.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.3.1.tgz", + "integrity": "sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==", + "dev": true, + "requires": { + "@jest/types": "^29.3.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-validate": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", + "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^28.0.2", + "leven": "^3.1.0", + "pretty-format": "^28.1.3" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-watcher": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "dev": true, + "requires": { + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.10.2", + "jest-util": "^28.1.3", + "string-length": "^4.0.1" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsdom": { + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", + "integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==", + "dev": true, + "requires": { + "abab": "^2.0.5", + "acorn": "^8.5.0", + "acorn-globals": "^6.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.1", + "decimal.js": "^10.3.1", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^3.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^10.0.0", + "ws": "^8.2.3", + "xml-name-validator": "^4.0.0" + }, + "dependencies": { + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "dev": true, + "requires": { + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + } + }, + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dev": true, + "requires": { + "punycode": "^2.1.1" + } + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true + }, + "whatwg-url": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", + "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==", + "dev": true, + "requires": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + } + } + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true + }, + "jsonc-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", + "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "dev": true + }, + "jszip": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz", + "integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==", + "dev": true, + "requires": { + "pako": "~1.0.2" + } + }, + "just-debounce": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz", + "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==", + "dev": true + }, + "karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "dev": true, + "requires": { + "source-map-support": "^0.5.5" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true + }, + "klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true + }, + "last-run": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", + "integrity": "sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==", + "dev": true, + "requires": { + "default-resolution": "^2.0.0", + "es6-weak-map": "^2.0.1" + } + }, + "lazystream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", + "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", + "dev": true, + "requires": { + "readable-stream": "^2.0.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "dev": true, + "requires": { + "invert-kv": "^2.0.0" + } + }, + "lead": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", + "integrity": "sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==", + "dev": true, + "requires": { + "flush-write-stream": "^1.0.2" + } + }, + "less": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/less/-/less-4.1.2.tgz", + "integrity": "sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA==", + "dev": true, + "requires": { + "copy-anything": "^2.0.1", + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "needle": "^2.5.2", + "parse-node-version": "^1.0.1", + "source-map": "~0.6.0", + "tslib": "^2.3.0" + }, + "dependencies": { + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "optional": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "optional": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + } + } + }, + "less-loader": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-10.2.0.tgz", + "integrity": "sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==", + "dev": true, + "requires": { + "klona": "^2.0.4" + } + }, + "leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true + }, + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "libphonenumber-js": { + "version": "1.10.10", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.10.tgz", + "integrity": "sha512-JzYUapWcHkUe5n6OFqxJtHfCfuU0juqkqc9P+hrfzgmJODaREYLUgceiNAmIGx5j3Gjp7KVxi3koFo7OJFSTxg==" + }, + "license-webpack-plugin": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", + "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", + "dev": true, + "requires": { + "webpack-sources": "^3.0.0" + } + }, + "liftoff": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz", + "integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==", + "dev": true, + "requires": { + "extend": "^3.0.0", + "findup-sync": "^3.0.0", + "fined": "^1.0.1", + "flagged-respawn": "^1.0.0", + "is-plain-object": "^2.0.4", + "object.map": "^1.0.0", + "rechoir": "^0.6.2", + "resolve": "^1.1.7" + } + }, + "lilconfig": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz", + "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==", + "dev": true + }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + }, + "dependencies": { + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==", + "dev": true, + "requires": { + "error-ex": "^1.2.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==", + "dev": true, + "requires": { + "is-utf8": "^0.2.0" + } + } + } + }, + "loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true + }, + "loader-utils": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz", + "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==", + "dev": true + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + }, + "lodash.assignin": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz", + "integrity": "sha512-yX/rx6d/UTVh7sSVWVSIMjfnz95evAgDFdb1ZozC35I9mSFCkmzptOzevxjgbQUsc78NR44LVHWjsoMQXy9FDg==", + "dev": true + }, + "lodash.bind": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz", + "integrity": "sha512-lxdsn7xxlCymgLYo1gGvVrfHmkjDiyqVv62FAeF2i5ta72BipE1SLxw8hPEPLhD4/247Ijw07UQH7Hq/chT5LA==", + "dev": true + }, + "lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==", + "dev": true + }, + "lodash.filter": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", + "integrity": "sha512-pXYUy7PR8BCLwX5mgJ/aNtyOvuJTdZAo9EQFUvMIYugqmJxnrYaANvTbgndOzHSCSR0wnlBBfRXJL5SbWxo3FQ==", + "dev": true + }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==", + "dev": true + }, + "lodash.foreach": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", + "integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==", + "dev": true + }, + "lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==", + "dev": true + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "lodash.pick": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", + "integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==", + "dev": true + }, + "lodash.reduce": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", + "integrity": "sha512-6raRe2vxCYBhpBu+B+TtNGUzah+hQjVdu3E17wfusjyrXBka2nBS8OH/gjVZ5PvHOhWmIZTYri09Z6n/QfnNMw==", + "dev": true + }, + "lodash.reject": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz", + "integrity": "sha512-qkTuvgEzYdyhiJBx42YPzPo71R1aEr0z79kAv7Ixg8wPFEjgRgJdUsGMG3Hf3OYSF/kHI79XhNlt+5Ar6OzwxQ==", + "dev": true + }, + "lodash.some": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz", + "integrity": "sha512-j7MJE+TuT51q9ggt4fSgVqro163BEFjAt3u97IqU+JA2DkWl80nFTrowzLpZ/BnpN7rrl0JA/593NAdd8p/scQ==", + "dev": true + }, + "lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", + "dev": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "log-update": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz", + "integrity": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "cli-cursor": "^2.0.0", + "wrap-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + }, + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz", + "integrity": "sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==", + "dev": true, + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" + } + } + } + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "requires": { + "tslib": "^2.0.3" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "magic-string": { + "version": "0.26.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", + "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.8" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "make-fetch-happen": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.2.tgz", + "integrity": "sha512-YMJrAjHSb/BordlsDEcVcPyTbiJKkzqMf48N8dAJZT9Zjctrkb6Yg4TY9Sq2AwSIQJFn5qBBKVTYt3vP5FMIHA==", + "dev": true, + "requires": { + "agentkeepalive": "^3.4.1", + "cacache": "^11.3.3", + "http-cache-semantics": "^3.8.1", + "http-proxy-agent": "^2.1.0", + "https-proxy-agent": "^2.2.1", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "node-fetch-npm": "^2.0.2", + "promise-retry": "^1.1.1", + "socks-proxy-agent": "^4.0.0", + "ssri": "^6.0.0" + }, + "dependencies": { + "agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "cacache": { + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", + "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", + "dev": true, + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "dev": true, + "requires": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "ssri": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "make-iterator": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", + "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==", + "dev": true, + "requires": { + "kind-of": "^6.0.2" + } + }, + "makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "requires": { + "tmpl": "1.0.5" + } + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "dev": true, + "requires": { + "p-defer": "^1.0.0" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "dev": true + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "dev": true, + "requires": { + "object-visit": "^1.0.0" + } + }, + "marked": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" + }, + "matchdep": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", + "integrity": "sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA==", + "dev": true, + "requires": { + "findup-sync": "^2.0.0", + "micromatch": "^3.0.4", + "resolve": "^1.4.0", + "stack-trace": "0.0.10" + }, + "dependencies": { + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "findup-sync": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", + "integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==", + "dev": true, + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^3.1.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + } + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, + "requires": { + "is-extglob": "^2.1.0" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + } + } + }, + "mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true + }, + "mem": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz", + "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==", + "dev": true, + "requires": { + "map-age-cleaner": "^0.1.3", + "mimic-fn": "^3.1.0" + }, + "dependencies": { + "mimic-fn": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", + "dev": true + } + } + }, + "memfs": { + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.12.tgz", + "integrity": "sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==", + "dev": true, + "requires": { + "fs-monkey": "^1.0.3" + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "mini-css-extract-plugin": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz", + "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==", + "dev": true, + "requires": { + "schema-utils": "^4.0.0" + }, + "dependencies": { + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + } + } + }, + "minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "dev": true + }, + "minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "requires": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + } + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "dev": true, + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dev": true, + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true + }, + "moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "dev": true + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==", + "dev": true, + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "mrmime": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "dev": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "requires": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + } + }, + "mute-stdout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz", + "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==", + "dev": true + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "dev": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "native-request": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/native-request/-/native-request-1.1.0.tgz", + "integrity": "sha512-uZ5rQaeRn15XmpgE0xoPL8YWqcX90VtCFglYwAgkvKM5e8fog+vePLAhHxuuv/gRkrQxIeh5U3q9sMNUrENqWw==", + "dev": true, + "optional": true + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "needle": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz", + "integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==", + "dev": true, + "optional": true, + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "optional": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true + }, + "ngx-bootstrap": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/ngx-bootstrap/-/ngx-bootstrap-9.0.0.tgz", + "integrity": "sha512-wVwKs1jIASzJrKSPUhOcHY8f39MKyG31SruJdVQ3S/v/PdBVmVuFUJL86Awc8F60di2xD9C4DzzGObkvsHbirw==", + "requires": { + "tslib": "^2.3.0" + } + }, + "nice-napi": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", + "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", + "dev": true, + "optional": true, + "requires": { + "node-addon-api": "^3.0.0", + "node-gyp-build": "^4.2.2" + } + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node-addon-api": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", + "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", + "dev": true, + "optional": true + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "node-fetch-npm": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.4.tgz", + "integrity": "sha512-iOuIQDWDyjhv9qSDrj9aq/klt6F9z1p2otB3AV7v3zBDcL/x+OfGsvGQZZCcMZbUf4Ujw1xGNQkjvGnVT22cKg==", + "dev": true, + "requires": { + "encoding": "^0.1.11", + "json-parse-better-errors": "^1.0.0", + "safe-buffer": "^5.1.1" + } + }, + "node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true + }, + "node-gyp-build": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz", + "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==", + "dev": true, + "optional": true + }, + "node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node-releases": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", + "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==", + "dev": true + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true + }, + "normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true + }, + "now-and-later": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz", + "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==", + "dev": true, + "requires": { + "once": "^1.3.2" + } + }, + "npm-bundled": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz", + "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==", + "dev": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", + "dev": true + }, + "npm-package-arg": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.1.tgz", + "integrity": "sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==", + "dev": true, + "requires": { + "hosted-git-info": "^2.7.1", + "osenv": "^0.1.5", + "semver": "^5.6.0", + "validate-npm-package-name": "^3.0.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "npm-packlist": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", + "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "dev": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-pick-manifest": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz", + "integrity": "sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1", + "npm-package-arg": "^6.0.0", + "semver": "^5.4.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "npm-registry-fetch": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.1.tgz", + "integrity": "sha512-VQCEZlydXw4AwLROAXWUR7QDfe2Y8Id/vpAgp6TI1/H78a4SiQ1kQrKZALm5/zxM5n4HIi+aYb+idUAV/RuY0Q==", + "dev": true, + "requires": { + "JSONStream": "^1.3.4", + "bluebird": "^3.5.1", + "figgy-pudding": "^3.4.1", + "lru-cache": "^5.1.1", + "make-fetch-happen": "^4.0.2", + "npm-package-arg": "^6.1.0" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "requires": { + "boolbase": "^1.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==", + "dev": true + }, + "nwsapi": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", + "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==", + "dev": true + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "dev": true, + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "dev": true, + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + } + }, + "object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", + "dev": true, + "requires": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz", + "integrity": "sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==", + "dev": true, + "requires": { + "array.prototype.reduce": "^1.0.5", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + } + }, + "object.map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", + "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==", + "dev": true, + "requires": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "object.reduce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", + "integrity": "sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==", + "dev": true, + "requires": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "dev": true, + "requires": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + } + }, + "opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dev": true, + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "requires": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "ordered-read-streams": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", + "integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==", + "dev": true, + "requires": { + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "dev": true + }, + "os-locale": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "dev": true, + "requires": { + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true + }, + "mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "dev": true, + "requires": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "requires": { + "path-key": "^2.0.0" + } + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==", + "dev": true + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true + }, + "p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", + "dev": true + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dev": true, + "requires": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "pacote": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.1.0.tgz", + "integrity": "sha512-AFXaSWhOtQf3jHqEvg+ZYH/dfT8TKq6TKspJ4qEFwVVuh5aGvMIk6SNF8vqfzz+cBceDIs9drOcpBbrPai7i+g==", + "dev": true, + "requires": { + "bluebird": "^3.5.1", + "cacache": "^11.0.2", + "figgy-pudding": "^3.2.1", + "get-stream": "^3.0.0", + "glob": "^7.1.2", + "lru-cache": "^4.1.3", + "make-fetch-happen": "^4.0.1", + "minimatch": "^3.0.4", + "minipass": "^2.3.3", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "normalize-package-data": "^2.4.0", + "npm-package-arg": "^6.1.0", + "npm-packlist": "^1.1.10", + "npm-pick-manifest": "^2.1.0", + "npm-registry-fetch": "^3.0.0", + "osenv": "^0.1.5", + "promise-inflight": "^1.0.1", + "promise-retry": "^1.1.1", + "protoduck": "^5.0.0", + "rimraf": "^2.6.2", + "safe-buffer": "^5.1.2", + "semver": "^5.5.0", + "ssri": "^6.0.0", + "tar": "^4.4.3", + "unique-filename": "^1.1.0", + "which": "^1.3.0" + }, + "dependencies": { + "cacache": { + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", + "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", + "dev": true, + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + } + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "fs-minipass": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", + "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", + "dev": true, + "requires": { + "minipass": "^2.6.0" + } + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", + "dev": true + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + }, + "dependencies": { + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + } + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minipass": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", + "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", + "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", + "dev": true, + "requires": { + "minipass": "^2.9.0" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "ssri": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "tar": { + "version": "4.4.19", + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz", + "integrity": "sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==", + "dev": true, + "requires": { + "chownr": "^1.1.4", + "fs-minipass": "^1.2.7", + "minipass": "^2.9.0", + "minizlib": "^1.3.3", + "mkdirp": "^0.5.5", + "safe-buffer": "^5.2.1", + "yallist": "^3.1.1" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "dev": true, + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", + "dev": true, + "requires": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "dev": true + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "dev": true + }, + "parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "optional": true + }, + "parse5-html-rewriting-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-6.0.1.tgz", + "integrity": "sha512-vwLQzynJVEfUlURxgnf51yAJDQTtVpNyGD8tKi2Za7m+akukNHxCcUQMAa/mUGLhCeicFdpy7Tlvj8ZNKadprg==", + "dev": true, + "requires": { + "parse5": "^6.0.1", + "parse5-sax-parser": "^6.0.1" + }, + "dependencies": { + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + } + } + }, + "parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", + "dev": true, + "requires": { + "parse5": "^6.0.1" + }, + "dependencies": { + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + } + } + }, + "parse5-sax-parser": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-6.0.1.tgz", + "integrity": "sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==", + "dev": true, + "requires": { + "parse5": "^6.0.1" + }, + "dependencies": { + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + } + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", + "dev": true + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", + "dev": true, + "requires": { + "path-root-regex": "^0.1.0" + } + }, + "path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dev": true, + "requires": { + "pinkie": "^2.0.0" + } + }, + "pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "dev": true + }, + "piscina": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz", + "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==", + "dev": true, + "requires": { + "eventemitter-asyncresource": "^1.0.0", + "hdr-histogram-js": "^2.0.1", + "hdr-histogram-percentiles-obj": "^3.0.0", + "nice-napi": "^1.0.2" + } + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + }, + "plugin-error": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz", + "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==", + "dev": true, + "requires": { + "ansi-colors": "^1.0.1", + "arr-diff": "^4.0.0", + "arr-union": "^3.1.0", + "extend-shallow": "^3.0.2" + }, + "dependencies": { + "ansi-colors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", + "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", + "dev": true, + "requires": { + "ansi-wrap": "^0.1.0" + } + } + } + }, + "pngjs": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", + "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" + }, + "pofile": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pofile/-/pofile-1.0.11.tgz", + "integrity": "sha512-Vy9eH1dRD9wHjYt/QqXcTz+RnX/zg53xK+KljFSX30PvdDMb2z+c6uDUeblUGqqJgz3QFsdlA0IJvHziPmWtQg==", + "dev": true + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", + "dev": true + }, + "postcss": { + "version": "8.4.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", + "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "dev": true, + "requires": { + "nanoid": "^3.3.3", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "postcss-attribute-case-insensitive": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", + "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.10" + } + }, + "postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-clamp": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-color-functional-notation": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", + "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-color-hex-alpha": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", + "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-color-rebeccapurple": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", + "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-colormin": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-convert-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-custom-media": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", + "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-custom-properties": { + "version": "12.1.11", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", + "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-custom-selectors": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", + "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.4" + } + }, + "postcss-dir-pseudo-class": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", + "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.10" + } + }, + "postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "dev": true + }, + "postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "dev": true + }, + "postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "dev": true + }, + "postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "dev": true + }, + "postcss-double-position-gradients": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", + "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-env-function": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", + "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-focus-visible": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" + } + }, + "postcss-focus-within": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9" + } + }, + "postcss-font-variant": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", + "dev": true + }, + "postcss-gap-properties": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", + "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", + "dev": true + }, + "postcss-image-set-function": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", + "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-import": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + } + }, + "postcss-initial": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + "dev": true + }, + "postcss-lab-function": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", + "dev": true, + "requires": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "requires": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + } + }, + "postcss-logical": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", + "dev": true + }, + "postcss-media-minmax": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + "dev": true + }, + "postcss-merge-longhand": { + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.1" + } + }, + "postcss-merge-rules": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz", + "integrity": "sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dev": true, + "requires": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-params": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "dev": true + }, + "postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + } + }, + "postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.4" + } + }, + "postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0" + } + }, + "postcss-nesting": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", + "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + "dev": true, + "requires": { + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + } + }, + "postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "dev": true + }, + "postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-unicode": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dev": true, + "requires": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-opacity-percentage": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", + "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", + "dev": true + }, + "postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dev": true, + "requires": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-overflow-shorthand": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", + "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-page-break": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", + "dev": true + }, + "postcss-place": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", + "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-preset-env": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.5.0.tgz", + "integrity": "sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ==", + "dev": true, + "requires": { + "@csstools/postcss-color-function": "^1.1.0", + "@csstools/postcss-font-format-keywords": "^1.0.0", + "@csstools/postcss-hwb-function": "^1.0.0", + "@csstools/postcss-ic-unit": "^1.0.0", + "@csstools/postcss-is-pseudo-class": "^2.0.2", + "@csstools/postcss-normalize-display-values": "^1.0.0", + "@csstools/postcss-oklab-function": "^1.1.0", + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + "@csstools/postcss-stepped-value-functions": "^1.0.0", + "@csstools/postcss-unset-value": "^1.0.0", + "autoprefixer": "^10.4.6", + "browserslist": "^4.20.3", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^6.6.1", + "postcss-attribute-case-insensitive": "^5.0.0", + "postcss-clamp": "^4.1.0", + "postcss-color-functional-notation": "^4.2.2", + "postcss-color-hex-alpha": "^8.0.3", + "postcss-color-rebeccapurple": "^7.0.2", + "postcss-custom-media": "^8.0.0", + "postcss-custom-properties": "^12.1.7", + "postcss-custom-selectors": "^6.0.0", + "postcss-dir-pseudo-class": "^6.0.4", + "postcss-double-position-gradients": "^3.1.1", + "postcss-env-function": "^4.0.6", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", + "postcss-font-variant": "^5.0.0", + "postcss-gap-properties": "^3.0.3", + "postcss-image-set-function": "^4.0.6", + "postcss-initial": "^4.0.1", + "postcss-lab-function": "^4.2.0", + "postcss-logical": "^5.0.4", + "postcss-media-minmax": "^5.0.0", + "postcss-nesting": "^10.1.4", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.3", + "postcss-page-break": "^3.0.4", + "postcss-place": "^7.0.4", + "postcss-pseudo-class-any-link": "^7.1.2", + "postcss-replace-overflow-wrap": "^4.0.0", + "postcss-selector-not": "^5.0.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-pseudo-class-any-link": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", + "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.10" + } + }, + "postcss-reduce-initial": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz", + "integrity": "sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0" + } + }, + "postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-replace-overflow-wrap": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + "dev": true + }, + "postcss-selector-not": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz", + "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "postcss-selector-parser": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", + "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, + "postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + } + }, + "postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "dev": true + }, + "pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "dev": true + }, + "pretty-error": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-3.0.4.tgz", + "integrity": "sha512-ytLFLfv1So4AO1UkoBF6GXQgJRaKbiSiGFICaOPNwQ3CMvBvXpLRubeQWyPGnsbV/t9ml9qto6IeCsho0aEvwQ==", + "dev": true, + "requires": { + "lodash": "^4.17.20", + "renderkid": "^2.0.6" + } + }, + "pretty-format": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true + } + } + }, + "pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "dev": true + }, + "promise-retry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", + "integrity": "sha512-StEy2osPr28o17bIW776GtwO6+Q+M9zPiZkYfosciUUMYqjhU/ffwRAH0zN2+uvGyUsn8/YICIHRzLbPacpZGw==", + "dev": true, + "requires": { + "err-code": "^1.0.0", + "retry": "^0.10.0" + }, + "dependencies": { + "retry": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", + "integrity": "sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==", + "dev": true + } + } + }, + "prompt": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prompt/-/prompt-1.2.1.tgz", + "integrity": "sha512-B4+2QeNDn5Cdp4kK2iOwV8qvrWpiPKlZKI9ZKkPl0C9KgeMW6DyWWqhqHiFq9vZf6zTniv+rYalK0ZlgktSwiw==", + "dev": true, + "requires": { + "async": "~0.9.0", + "colors": "1.4.0", + "read": "1.0.x", + "revalidator": "0.1.x", + "winston": "2.x" + } + }, + "prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "protoduck": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz", + "integrity": "sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==", + "dev": true, + "requires": { + "genfun": "^5.0.0" + } + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "dependencies": { + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true + } + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "dev": true, + "optional": true + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true + }, + "psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dev": true, + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "requires": { + "side-channel": "^1.0.4" + } + }, + "querystring": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz", + "integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==", + "dev": true + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, + "read": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", + "integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==", + "dev": true, + "requires": { + "mute-stream": "~0.0.4" + } + }, + "read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, + "requires": { + "pify": "^2.3.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + } + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==", + "dev": true, + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + }, + "dependencies": { + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + } + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==", + "dev": true, + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + }, + "dependencies": { + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", + "dev": true, + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0" + } + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", + "dev": true, + "requires": { + "resolve": "^1.1.6" + } + }, + "reflect-metadata": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", + "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==", + "dev": true + }, + "regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "regenerate-unicode-properties": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", + "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "dev": true, + "requires": { + "regenerate": "^1.4.2" + } + }, + "regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "regenerator-transform": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", + "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.8.4" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dev": true, + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regex-parser": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", + "dev": true + }, + "regexp.prototype.flags": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "functions-have-names": "^1.2.2" + } + }, + "regexpu-core": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.2.2.tgz", + "integrity": "sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==", + "dev": true, + "requires": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsgen": "^0.7.1", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + } + }, + "regjsgen": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.7.1.tgz", + "integrity": "sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==", + "dev": true + }, + "regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true + } + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true + }, + "remove-bom-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", + "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5", + "is-utf8": "^0.2.1" + } + }, + "remove-bom-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", + "integrity": "sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==", + "dev": true, + "requires": { + "remove-bom-buffer": "^3.0.0", + "safe-buffer": "^5.1.0", + "through2": "^2.0.3" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", + "dev": true + }, + "renderkid": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", + "dev": true, + "requires": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true + }, + "htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "repeat-element": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + "dev": true + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "dev": true + }, + "replace-ext": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", + "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", + "dev": true + }, + "replace-homedir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", + "integrity": "sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg==", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1", + "is-absolute": "^1.0.0", + "remove-trailing-separator": "^1.1.0" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "requires": { + "resolve-from": "^5.0.0" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "dev": true, + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + }, + "resolve-options": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", + "integrity": "sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==", + "dev": true, + "requires": { + "value-or-function": "^3.0.0" + } + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "dev": true + }, + "resolve-url-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", + "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", + "dev": true, + "requires": { + "adjust-sourcemap-loader": "^4.0.0", + "convert-source-map": "^1.7.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.14", + "source-map": "0.6.1" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "resolve.exports": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", + "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", + "dev": true + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true + }, + "retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "revalidator": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz", + "integrity": "sha512-xcBILK2pA9oh4SiinPEZfhP8HfrB/ha+a2fTMyl7Om2WjlDVrOQy99N2MXXlUHqGJz4qEu2duXxHJjDWuK/0xg==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==", + "dev": true, + "requires": { + "aproba": "^1.1.1" + } + }, + "rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "requires": { + "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", + "dev": true, + "requires": { + "ret": "~0.1.10" + } + }, + "safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sanitize-filename": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz", + "integrity": "sha512-XJty6Im+yPTLWiF7mW6BeZogNpYLk4jCSHJh1Xm8MyTcjajC1NDB/SwJEN5rDop3hp0AV2FFipwaTnmtKJMyRQ==", + "dev": true, + "requires": { + "truncate-utf8-bytes": "^1.0.0" + } + }, + "sass": { + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz", + "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==", + "dev": true, + "requires": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + } + }, + "sass-loader": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", + "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", + "dev": true, + "requires": { + "klona": "^2.0.4", + "neo-async": "^2.6.2" + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dev": true, + "requires": { + "xmlchars": "^2.2.0" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + } + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "selfsigned": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", + "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "dev": true, + "requires": { + "node-forge": "^1" + } + }, + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "semver-greatest-satisfied-range": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", + "integrity": "sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==", + "dev": true, + "requires": { + "sver-compat": "^1.5.0" + } + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + } + } + }, + "serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "dev": true + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true + }, + "shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "requires": { + "kind-of": "^6.0.2" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "simple-is": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz", + "integrity": "sha512-GJXhv3r5vdj5tGWO+rcrWgjU2azLB+fb7Ehh3SmZpXE0o4KrrFLti0w4mdDCbR29X/z0Ls20ApjZitlpAXhAeg==", + "dev": true + }, + "sirv": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", + "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", + "dev": true, + "requires": { + "@polka/url": "^1.0.0-next.20", + "mrmime": "^1.0.0", + "totalist": "^1.0.0" + } + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "dev": true + }, + "smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "dev": true + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dev": true, + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "dev": true + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dev": true, + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dev": true, + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "requires": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "socks": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.3.3.tgz", + "integrity": "sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==", + "dev": true, + "requires": { + "ip": "1.1.5", + "smart-buffer": "^4.1.0" + } + }, + "socks-proxy-agent": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz", + "integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==", + "dev": true, + "requires": { + "agent-base": "~4.2.1", + "socks": "~2.3.2" + }, + "dependencies": { + "agent-base": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz", + "integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==", + "dev": true, + "requires": { + "es6-promisify": "^5.0.0" + } + } + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true + }, + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "dev": true + }, + "source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true + }, + "source-map-loader": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz", + "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==", + "dev": true, + "requires": { + "abab": "^2.0.5", + "iconv-lite": "^0.6.3", + "source-map-js": "^1.0.1" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "source-map-resolve": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", + "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0" + } + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "dev": true + }, + "sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "dev": true + }, + "sparkles": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz", + "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==", + "dev": true + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "dev": true + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dev": true, + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "ssri": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", + "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", + "dev": true, + "requires": { + "minipass": "^3.1.1" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "dev": true + }, + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", + "dev": true + }, + "stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "requires": { + "escape-string-regexp": "^2.0.0" + }, + "dependencies": { + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true + } + } + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "dev": true, + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==", + "dev": true + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true + }, + "string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "requires": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "string.prototype.trimend": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + } + }, + "string.prototype.trimstart": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true + }, + "style-loader": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz", + "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==", + "dev": true + }, + "stylehacks": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "postcss-selector-parser": "^6.0.4" + } + }, + "stylus": { + "version": "0.57.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz", + "integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==", + "dev": true, + "requires": { + "css": "^3.0.0", + "debug": "^4.3.2", + "glob": "^7.1.6", + "safer-buffer": "^2.1.2", + "sax": "~1.2.4", + "source-map": "^0.7.3" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "stylus-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-6.2.0.tgz", + "integrity": "sha512-5dsDc7qVQGRoc6pvCL20eYgRUxepZ9FpeK28XhdXaIPP6kXr6nI1zAAKFQgP5OBkOfKaURp4WUpJzspg1f01Gg==", + "dev": true, + "requires": { + "fast-glob": "^3.2.7", + "klona": "^2.0.4", + "normalize-path": "^3.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dev": true, + "requires": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "sver-compat": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz", + "integrity": "sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg==", + "dev": true, + "requires": { + "es6-iterator": "^2.0.1", + "es6-symbol": "^3.1.1" + } + }, + "svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dev": true, + "requires": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "dependencies": { + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + } + } + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true + }, + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true + }, + "tar": { + "version": "6.1.13", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", + "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", + "dev": true, + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^4.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "dependencies": { + "minipass": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz", + "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + } + } + }, + "terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "dev": true, + "requires": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + } + }, + "terser": { + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz", + "integrity": "sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==", + "dev": true, + "requires": { + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map": "~0.8.0-beta.0", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "source-map": { + "version": "0.8.0-beta.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", + "dev": true, + "requires": { + "whatwg-url": "^7.0.0" + } + }, + "tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", + "dev": true + }, + "whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "dev": true, + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + } + } + }, + "terser-webpack-plugin": { + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", + "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.14", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.14.1" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "terser": { + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.1.tgz", + "integrity": "sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==", + "dev": true, + "requires": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + } + } + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "through2-filter": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz", + "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==", + "dev": true, + "requires": { + "through2": "~2.0.0", + "xtend": "~4.0.0" + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "time-stamp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", + "integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==", + "dev": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "to-absolute-glob": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", + "integrity": "sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==", + "dev": true, + "requires": { + "is-absolute": "^1.0.0", + "is-negated-glob": "^1.0.0" + } + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "to-through": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", + "integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==", + "dev": true, + "requires": { + "through2": "^2.0.3" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true + }, + "totalist": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", + "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", + "dev": true + }, + "tough-cookie": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", + "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "dev": true, + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "dependencies": { + "universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "dev": true + } + } + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "traverse": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", + "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==", + "dev": true + }, + "tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true + }, + "truncate-utf8-bytes": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz", + "integrity": "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==", + "dev": true, + "requires": { + "utf8-byte-length": "^1.0.1" + } + }, + "ts-jest": { + "version": "28.0.8", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", + "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", + "dev": true, + "requires": { + "bs-logger": "0.x", + "fast-json-stable-stringify": "2.x", + "jest-util": "^28.0.0", + "json5": "^2.2.1", + "lodash.memoize": "4.x", + "make-error": "1.x", + "semver": "7.x", + "yargs-parser": "^21.0.1" + }, + "dependencies": { + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dev": true, + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", + "dev": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2" + } + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true + }, + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typed-assert": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz", + "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", + "dev": true + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "dev": true + }, + "typescript": { + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "dev": true + }, + "unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + } + }, + "unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", + "dev": true + }, + "undertaker": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz", + "integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==", + "dev": true, + "requires": { + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "bach": "^1.0.0", + "collection-map": "^1.0.0", + "es6-weak-map": "^2.0.1", + "fast-levenshtein": "^1.0.0", + "last-run": "^1.1.0", + "object.defaults": "^1.0.0", + "object.reduce": "^1.0.0", + "undertaker-registry": "^1.0.0" + }, + "dependencies": { + "fast-levenshtein": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz", + "integrity": "sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==", + "dev": true + } + } + }, + "undertaker-registry": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", + "integrity": "sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw==", + "dev": true + }, + "unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true + }, + "unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "requires": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + } + }, + "unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true + }, + "unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dev": true, + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "dev": true, + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "unique-stream": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", + "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==", + "dev": true, + "requires": { + "json-stable-stringify-without-jsonify": "^1.0.1", + "through2-filter": "^3.0.0" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "dev": true, + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "dev": true, + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "dev": true, + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", + "dev": true + } + } + }, + "unzip-stream": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.0.tgz", + "integrity": "sha512-NG1h/MdGIX3HzyqMjyj1laBCmlPYhcO4xEy7gEqqzGiSLw7XqDQCnY4nYSn5XSaH8mQ6TFkaujrO8d/PIZN85A==", + "dev": true, + "requires": { + "binary": "^0.3.0", + "mkdirp": "^0.5.1" + }, + "dependencies": { + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "dev": true + }, + "update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "dev": true + }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "dev": true + }, + "utf8-byte-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz", + "integrity": "sha512-4+wkEYLBbWxqTahEsWrhxepcoVOJ+1z5PGIjPZxRkytcdSUaNjIjBM7Xn8E+pdSuV7SzvWovBFA54FO0JSoqhA==", + "dev": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "util.promisify": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.1.1.tgz", + "integrity": "sha512-/s3UsZUrIfa6xDhr7zZhnE9SLQ5RIXyYfiVnMMyMDzOc8WhWN4Nbh36H842OyurKbCDAesZOJaVyvmSl6fhGQw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "for-each": "^0.3.3", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.1" + } + }, + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + }, + "v8-to-istanbul": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", + "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0" + } + }, + "v8flags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz", + "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "validate-npm-package-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", + "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "dev": true, + "requires": { + "builtins": "^1.0.3" + } + }, + "value-or-function": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", + "integrity": "sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==", + "dev": true + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true + }, + "vinyl": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz", + "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", + "dev": true, + "requires": { + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" + }, + "dependencies": { + "clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "dev": true + } + } + }, + "vinyl-fs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", + "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", + "dev": true, + "requires": { + "fs-mkdirp-stream": "^1.0.0", + "glob-stream": "^6.1.0", + "graceful-fs": "^4.0.0", + "is-valid-glob": "^1.0.0", + "lazystream": "^1.0.0", + "lead": "^1.0.0", + "object.assign": "^4.0.4", + "pumpify": "^1.3.5", + "readable-stream": "^2.3.3", + "remove-bom-buffer": "^3.0.0", + "remove-bom-stream": "^1.2.0", + "resolve-options": "^1.1.0", + "through2": "^2.0.0", + "to-through": "^2.0.0", + "value-or-function": "^3.0.0", + "vinyl": "^2.0.0", + "vinyl-sourcemap": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "vinyl-sourcemap": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", + "integrity": "sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==", + "dev": true, + "requires": { + "append-buffer": "^1.0.2", + "convert-source-map": "^1.5.0", + "graceful-fs": "^4.1.6", + "normalize-path": "^2.1.1", + "now-and-later": "^2.0.0", + "remove-bom-buffer": "^3.0.0", + "vinyl": "^2.0.0" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dev": true, + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "dev": true, + "requires": { + "browser-process-hrtime": "^1.0.0" + } + }, + "w3c-xmlserializer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", + "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==", + "dev": true, + "requires": { + "xml-name-validator": "^4.0.0" + } + }, + "walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "requires": { + "makeerror": "1.0.12" + } + }, + "watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dev": true, + "requires": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "requires": { + "defaults": "^1.0.3" + } + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "webpack": { + "version": "5.72.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", + "integrity": "sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==", + "dev": true, + "requires": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.4.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.9.3", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.3.1", + "webpack-sources": "^3.2.3" + }, + "dependencies": { + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "webpack-bundle-analyzer": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.6.1.tgz", + "integrity": "sha512-oKz9Oz9j3rUciLNfpGFjOb49/jEpXNmWdVH8Ls//zNcnLlQdTGXQQMsBbb/gR7Zl8WNLxVCq+0Hqbx3zv6twBw==", + "dev": true, + "requires": { + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "chalk": "^4.1.0", + "commander": "^7.2.0", + "gzip-size": "^6.0.0", + "lodash": "^4.17.20", + "opener": "^1.5.2", + "sirv": "^1.0.7", + "ws": "^7.3.1" + }, + "dependencies": { + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true + } + } + }, + "webpack-dev-middleware": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz", + "integrity": "sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==", + "dev": true, + "requires": { + "colorette": "^2.0.10", + "memfs": "^3.4.1", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "dependencies": { + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "webpack-dev-server": { + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.0.tgz", + "integrity": "sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw==", + "dev": true, + "requires": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.1", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.0.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.21", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.1", + "ws": "^8.4.2" + }, + "dependencies": { + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "webpack-hot-middleware": { + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz", + "integrity": "sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA==", + "dev": true, + "requires": { + "ansi-html": "0.0.7", + "html-entities": "^1.2.0", + "querystring": "^0.2.0", + "strip-ansi": "^3.0.0" + }, + "dependencies": { + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==", + "dev": true + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true + }, + "html-entities": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", + "dev": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "dev": true, + "requires": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + } + }, + "webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true + }, + "webpack-subresource-integrity": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", + "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", + "dev": true, + "requires": { + "typed-assert": "^1.0.8" + } + }, + "websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "requires": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true + }, + "whatwg-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "dev": true, + "requires": { + "iconv-lite": "0.6.3" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "whatwg-mimetype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "dev": true + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "requires": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", + "dev": true + }, + "wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "winston": { + "version": "2.4.7", + "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.7.tgz", + "integrity": "sha512-vLB4BqzCKDnnZH9PHGoS2ycawueX4HLqENXQitvFHczhgW2vFpSOn31LZtVr1KU8YTw7DS4tM+cqyovxo8taVg==", + "dev": true, + "requires": { + "async": "^2.6.4", + "colors": "1.0.x", + "cycle": "1.0.x", + "eyes": "0.1.x", + "isstream": "0.1.x", + "stack-trace": "0.0.x" + }, + "dependencies": { + "async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "requires": { + "lodash": "^4.17.14" + } + }, + "colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==", + "dev": true + } + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } + }, + "ws": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "dev": true + }, + "xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "dev": true + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, + "xregexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.0.0.tgz", + "integrity": "sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg==", + "dev": true + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true + }, + "yargs": { + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", + "requires": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + } + }, + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + }, + "yazl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.5.1.tgz", + "integrity": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==", + "dev": true, + "requires": { + "buffer-crc32": "~0.2.3" + } + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + }, + "zip-dir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/zip-dir/-/zip-dir-1.0.2.tgz", + "integrity": "sha512-OZ4WThDcFqvamrq4e2lSdz+q6a9fnD55ktBzsfQ95R0YrnZDd7Cz1gTI8OMveqlASz8PXVN0av8Bi7Ky+uJ+SA==", + "dev": true, + "requires": { + "async": "^1.5.2", + "jszip": "^2.4.0" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w==", + "dev": true + } + } + }, + "zone.js": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz", + "integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==", + "requires": { + "tslib": "^2.3.0" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..e553028 --- /dev/null +++ b/package.json @@ -0,0 +1,89 @@ +{ + "name": "cumulocity-processing-widget-plugin", + "version": "1.0.0-beta", + "description": "This is the Cumulocity module federation plugin.This widget plugin is designed to display the current process state based on the latest event.", + "scripts": { + "start": "c8ycli server --env.beta=true", + "build": "c8ycli build --env.mode=production", + "deploy": "c8ycli deploy", + "postinstall": "ngcc", + "prebuild": " gulp clean", + "postbuild": " gulp bundle" + }, + "keywords": [], + "author": "Software AG, Global Presales", + "license": "Apache 2.0", + "dependencies": { + "@angular/animations": "14.0.6", + "@angular/cdk": "14.1.2", + "@angular/common": "14.0.6", + "@angular/compiler": "14.0.6", + "@angular/material": "^14.0.6", + "@angular/core": "14.0.6", + "@angular/forms": "14.0.6", + "@angular/platform-browser": "14.0.6", + "@angular/platform-browser-dynamic": "14.0.6", + "@angular/router": "14.0.6", + "@angular/upgrade": "14.0.6", + "@c8y/client": "1016.0.40", + "@c8y/ngx-components": "1016.0.40", + "@ngx-translate/core": "14.0.0", + "rxjs": "~6.6.3", + "zone.js": "~0.11.7", + "@c8y/style": "1016.0.40" + }, + "devDependencies": { + "@angular-devkit/build-angular": "14.0.6", + "@angular/compiler-cli": "14.0.6", + "@angular/language-service": "14.0.6", + "@angular/service-worker": "14.0.6", + "@angular/localize": "14.0.6", + "@types/jest": "^28.1.6", + "@types/webpack": "^5.28.0", + "file-loader": "^6.2.0", + "jest": "^28.1.3", + "@ng-select/ng-select": "^9.1.0", + "font-awesome": "^4.7.0", + "fontawesome": "4.7.2", + "moment": "^2.26.0", + "gulp": "^4.0.2", + "gulp-zip": "^5.0.1", + "jest-preset-angular": "^12.2.0", + "typescript": "4.7.4", + "style-loader": "3.3.1", + "html-loader": "4.1.0", + "del": "^6.1.1", + "@c8y/cli": "1016.0.40" + }, + "c8y": { + "application": { + "name": "Cumulocity Processing Widget Plugin", + "description": "Cumulocity Processing Widget Plugin with module federation", + "contextPath": "processing-runtime-widget", + "key": "processing-runtime-widget-application-key", + "globalTitle": "Cumulocity Processing Widget Plugin with Module Federation", + "tabsHorizontal": true, + "isPackage": true, + "noAppSwitcher": true, + "package": "plugin", + "requiredPlatformVersion": ">=1016.0.0", + "exports": [ + { + "name": "Cumulocity Processing Widget Plugin", + "module": "GpLibProcessingWidgetModule", + "path": "./widget/gp-lib-processing-widget.module", + "description": "This is the Cumulocity module federation plugin.This widget plugin is designed to display the current process state based on the latest event." + } + ], + "remotes": { + "widget-plugin": [ + "GpLibProcessingWidgetModule" + ] + } + }, + "cli": {} + }, + "browserslist": [ + "last 2 major versions" + ] +} diff --git a/polyfills.ts b/polyfills.ts new file mode 100644 index 0000000..5da3c97 --- /dev/null +++ b/polyfills.ts @@ -0,0 +1,33 @@ +/** + * This file includes polyfills needed by Angular and is loaded before the app. + * You can add your own extra polyfills to this file. + * + * This file is divided into 2 sections: + * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. + * 2. Application imports. Files imported after ZoneJS that should be loaded before your main + * file. + * + * The current setup is for so-called "evergreen" browsers; the last versions of browsers that + * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), + * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. + * + * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html + */ + +/*************************************************************************************************** + * BROWSER POLYFILLS + */ + +/** + * By default, zone.js will patch all possible macroTask and DomEvents + * user can disable parts of macroTask/DomEvents patch by setting following flags + */ + +(window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame +// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick +(window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove', 'message']; + +/*************************************************************************************************** + * Zone JS is required by default for Angular itself. + */ +import 'zone.js/dist/zone'; // Included with Angular CLI. diff --git a/setup-jest.js b/setup-jest.js new file mode 100644 index 0000000..1100b3e --- /dev/null +++ b/setup-jest.js @@ -0,0 +1 @@ +import 'jest-preset-angular/setup-jest'; diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..788b459 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "experimentalDecorators": true, + "target": "es6", + "module": "es2020", + "lib": ["dom", "es2015", "es2016"] + }, + "angularCompilerOptions": { + "enableIvy": true + } +} diff --git a/tsconfig.spec.json b/tsconfig.spec.json new file mode 100644 index 0000000..fda7443 --- /dev/null +++ b/tsconfig.spec.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": ["jest"], + "esModuleInterop": true + }, + "include": ["src/**/*.spec.ts", "src/**/*.d.ts"] +} \ No newline at end of file diff --git a/widget/gp-lib-processing-widget-config.component.css b/widget/gp-lib-processing-widget-config.component.css new file mode 100644 index 0000000..46a2fbd --- /dev/null +++ b/widget/gp-lib-processing-widget-config.component.css @@ -0,0 +1,21 @@ +.table-card { + margin-left: auto; + margin-right: auto; + margin-bottom: 20px; + margin-top: 20px; + } + .process-input { + margin-bottom: 20px; + } + td.mat-cell, + td.mat-footer-cell, + th.mat-header-cell { + padding-left: 15px !important; + } + .cdk-overlay-container{ + z-index: 1100; +} + +.ng-select.processingWidget .ng-select-container { + min-width: 150px; +} \ No newline at end of file diff --git a/widget/gp-lib-processing-widget-config.component.html b/widget/gp-lib-processing-widget-config.component.html new file mode 100644 index 0000000..1bfda29 --- /dev/null +++ b/widget/gp-lib-processing-widget-config.component.html @@ -0,0 +1,68 @@ +
    + +
    +
    + + +
    +
    + + +
    + +

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Display Status + + Field Value + + Icon + + Action + + +
    + + +
    +
    + +
    +
    \ No newline at end of file diff --git a/widget/gp-lib-processing-widget-config.component.ts b/widget/gp-lib-processing-widget-config.component.ts new file mode 100644 index 0000000..c49c0e3 --- /dev/null +++ b/widget/gp-lib-processing-widget-config.component.ts @@ -0,0 +1,58 @@ +/* +* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors +* +* SPDX-License-Identifier: Apache-2.0 +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import { Component, Input, ViewEncapsulation, OnInit } from '@angular/core'; +import { FormBuilder } from '@angular/forms'; +import { SELECTION_MODEL_FACTORY } from '@ng-select/ng-select'; +import { DefaultSelectionModelFactory } from './icon-selector/selection-model'; +@Component({ + selector: 'lib-gp-lib-processing-widget-config', + templateUrl: './gp-lib-processing-widget-config.component.html', + styleUrls: ['./../node_modules/@ng-select/ng-select/themes/default.theme.css', './gp-lib-processing-widget-config.component.css'], + encapsulation: ViewEncapsulation.None, + providers: [FormBuilder, + { provide: SELECTION_MODEL_FACTORY, useValue: DefaultSelectionModelFactory } + ], +}) +// tslint:disable-next-line: component-class-suffix +export class GpLibProcessingConfig implements OnInit { + @Input() config: any = {}; + dataLoaded: any; + displayedColumns = ['displayStatus', 'fieldValue', 'icon', 'action']; + constructor() { + } + ngOnInit() { + if (this.config.innerChild === undefined) { + + this.config.innerChild = false; + + } + if (this.config.dataSource === undefined) { + this.config.dataSource = [{displayStatus: '', fieldValue: '', matIcon: 'bathtub'}]; + } + this.dataLoaded = Promise.resolve(true); + } + deleteRow(i) { + this.config.dataSource.splice(i, 1); + this.dataLoaded = Promise.resolve(true); + } + addNewRow(i) { + this.config.dataSource.splice(i + 1, 0, {displayStatus: '', fieldValue: '', matIcon: 'bathtub'}); + this.dataLoaded = Promise.resolve(true); + } +} diff --git a/widget/gp-lib-processing-widget.component.css b/widget/gp-lib-processing-widget.component.css new file mode 100644 index 0000000..f0f21cb --- /dev/null +++ b/widget/gp-lib-processing-widget.component.css @@ -0,0 +1,89 @@ + + + .status-completed{ + background-color: #3FC380; + } + .status-inProces + { + background-color: rgb(241, 243, 108); + } + .status-default{ + background-color: #ababab; + } + .header1sub2{ + display: flex; + padding: 10px; + } + + .process-arrow-inprocess{ + background-image: linear-gradient(to right, #3FC380 , rgb(241, 243, 108)); + } + .process-arrow-done{ + background-color: #3FC380; + } + .process-arrow-default{ + background-color: #eee; + } + .process-div{ + display: flex; + flex-wrap: wrap; + width:80%; + justify-content: center; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + } + .single-process-div{ + flex:1 + } + .content-div{ + display: flex; + position: relative; + } + .process-connecting-div{ + height: 4px; + position: absolute; + top: 50%; + left: 56px; + right: 0px; + } + .heading-text{ + font-size: 14px; + font-weight: 500; + } + .stepper-box-shadow { + box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%); + } + .stepper-button { + color: #fff; + box-sizing: border-box; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + outline: 0; + border: none; + -webkit-tap-highlight-color: transparent; + display: inline-block; + white-space: nowrap; + text-decoration: none; + vertical-align: baseline; + text-align: center; + margin: 0; + min-width: 64px; + line-height: 15px; + padding: 0 16px; + border-radius: 4px; + overflow: visible; + transform: translate3d(0,0,0); + transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1); + min-width: 0; + border-radius: 50%; + width: 56px; + height: 56px; + padding: 0; + flex-shrink: 0; + } + \ No newline at end of file diff --git a/widget/gp-lib-processing-widget.component.html b/widget/gp-lib-processing-widget.component.html new file mode 100644 index 0000000..5d18b6d --- /dev/null +++ b/widget/gp-lib-processing-widget.component.html @@ -0,0 +1,28 @@ +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + +
    +
    \ No newline at end of file diff --git a/widget/gp-lib-processing-widget.component.spec.ts b/widget/gp-lib-processing-widget.component.spec.ts new file mode 100644 index 0000000..3d7fd7c --- /dev/null +++ b/widget/gp-lib-processing-widget.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { GpLibProcessingWidgetComponent } from './gp-lib-processing-widget.component'; + +describe('GpLibProcessingWidgetComponent', () => { + let component: GpLibProcessingWidgetComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ GpLibProcessingWidgetComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(GpLibProcessingWidgetComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/widget/gp-lib-processing-widget.component.ts b/widget/gp-lib-processing-widget.component.ts new file mode 100644 index 0000000..e7fbd83 --- /dev/null +++ b/widget/gp-lib-processing-widget.component.ts @@ -0,0 +1,189 @@ +/* +* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors +* +* SPDX-License-Identifier: Apache-2.0 +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ +import {Component, Input, OnInit} from '@angular/core'; +import { EventService, Realtime, InventoryService } from '@c8y/client'; +import * as moment_ from 'moment'; +@Component({ + selector: 'lib-gp-lib-processing-widget', + templateUrl: './gp-lib-processing-widget.component.html', + styleUrls: ['./gp-lib-processing-widget.component.css'] +}) +export class GpLibProcessingWidgetComponent implements OnInit { + + @Input() config; + sub: any; + displayStatus = []; + fieldValue = []; + deviceId: any; + innerChild: any; + statusValue = ''; + realTimeEventSubs = []; + index = -1; + matImages = []; + arrivalTime; + indoorEventType = ''; + fieldName = ''; + constructor(public events: EventService, public realtimeService: Realtime, public inventory: InventoryService) {} + + ngOnInit() { + if (this.config) { + this.config.dataSource.map(row => { + this.displayStatus.push(row.displayStatus); + this.fieldValue.push(row.fieldValue); + this.matImages.push(row.matIcon.className); + }); + this.indoorEventType = this.config.indoorEventType; + this.deviceId = this.config.device.id; + this.fieldName = this.config.fieldName; + } else { + // this.deviceId = '12179', + // this.displayStatus = ['Cleaning', 'Re packaging', 'Quality Check', 'Dispatch', 'In Service']; + // this.fieldValue = ['2138-1', '2138-2', '2138-3', '2138-4', '2138-5']; + // this.matImages = ['map-marker', 'map-marker', 'map-marker', 'map-marker','map-marker']; + // this.indoorEventType = 'c8y_LocationUpdate'; + // this.fieldName = 's7y_BeaconId'; + // // this.deviceId = '15085135', + // this.innerChild = true ; + // this.displayStatus = ['Buffering', 'AutoTuning', 'Learning', 'Monitoring']; + // this.fieldValue = ['Buffering', 'AutoTuning', 'Learning', 'Monitoring']; + // this.matImages = ['map-marker', 'map-marker', 'map-marker', 'map-marker','map-marker']; + // this.indoorEventType = 'c8y_nano_state'; + // this.fieldName = 'state_flow'; + } + this.arrivalTime = new Date(); + this.fetchEvents(); + } + async getDeviceList() { + let response: any = null; + let assetresponse: any = null; + const filter: object = { + pageSize: 20000, + withTotalPages: true, + }; + const deviceresp =(await this.inventory.detail(this.deviceId,filter)).data; + if(deviceresp.hasOwnProperty('c8y_IsDevice')) + { + if(this.innerChild) + { + response = (await this.inventory.childDevicesList(this.deviceId, filter)).data; + // Check that whether the device has child devices or not + if (response.length === 0) { + this.fetchCurrentState(this.deviceId); + } else { + this.fetchCurrentState(this.deviceId); + response.forEach(device => { + this.fetchCurrentState(device.id); + }); + } + } + else + { + this.fetchCurrentState(this.deviceId); + } + } + else if(deviceresp.hasOwnProperty('c8y_IsAsset') || deviceresp.hasOwnProperty('c8y_IsDeviceGroup')) + { + assetresponse = (await this.inventory.childAssetsList(this.deviceId, filter)).data; + if(assetresponse.length != 0){ + assetresponse.forEach(async device => { + this.fetchCurrentState(device.id); + if(this.innerChild){ + // Check that whether the device has child devices or not + response = (await this.inventory.childDevicesList(device.id, filter)).data; + if(response.length != 0) + { + response.forEach(childdevice => { + this.fetchCurrentState(childdevice.id); + }); + } + + } + + }); + } + } + else { + alert ("Please select asset or a device"); + } + } + // Fetches the current state for a particular device Id + async fetchCurrentState(deviceId) { + const moment = moment_; + const now = moment(); + + // fetches the events for each device based of date + + // tslint:disable-next-line: deprecation + const filter = { + pageSize: 3, + type: this.indoorEventType, + dateTo: now.add(1, 'days').format('YYYY-MM-DD'), + dateFrom: '1970-01-01', + source: deviceId + } + this.events.list(filter) + .then( res => { + const lastEvent = res.data[0]; + if (lastEvent && lastEvent.type === this.indoorEventType) { + if (lastEvent.hasOwnProperty(this.fieldName)) { + this.arrivalTime = lastEvent.creationTime; + this.statusValue = lastEvent[this.fieldName]; + this.fieldValue.map((singleValue, index) => { + if (this.statusValue.includes(singleValue)) { + this.index = index; + } + }); + } else if (this.arrivalTime !== undefined && Date.parse(this.arrivalTime) < Date.parse(lastEvent.creationTime)) { + this.index = this.displayStatus.length - 1; + } + } + }); + } + // Fetches Events at realtime + fetchEvents() { + this.getDeviceList(); + const eventURL = `/eventsWithChildren/` + this.deviceId; + const realTimeEventSub = this.realtimeService.subscribe(eventURL, (response) => { + if (response && response.data) { + const eventData = response.data; + const lastEvent = eventData.data; + if (lastEvent.type === this.indoorEventType) { + if (lastEvent.hasOwnProperty(this.fieldName)) { + this.arrivalTime = lastEvent.creationTime; + this.statusValue = lastEvent[this.fieldName]; + this.fieldValue.map((singleValue, index) => { + if (this.statusValue.includes(singleValue)) { + this.index = index; + } + }); + } else { + this.index = this.displayStatus.length - 1; + } + } + } + }); + this.realTimeEventSubs.push(realTimeEventSub); + + } + // tslint:disable-next-line: use-lifecycle-interface + ngOnDestroy() { // releases all subscribers on destroy + this.realTimeEventSubs.forEach(sub => { + this.realtimeService.unsubscribe(sub); + }); + } +} diff --git a/widget/gp-lib-processing-widget.module.ts b/widget/gp-lib-processing-widget.module.ts new file mode 100644 index 0000000..571c560 --- /dev/null +++ b/widget/gp-lib-processing-widget.module.ts @@ -0,0 +1,65 @@ +/* +* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors +* +* SPDX-License-Identifier: Apache-2.0 +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import { NgModule } from '@angular/core'; +import { GpLibProcessingWidgetComponent } from './gp-lib-processing-widget.component'; +import { CoreModule, HOOK_COMPONENTS} from '@c8y/ngx-components'; +import {GpLibProcessingConfig} from './gp-lib-processing-widget-config.component'; +import { MatTableModule } from '@angular/material/table'; + +import * as preview from './preview-image'; +import {FormsModule, ReactiveFormsModule} from '@angular/forms'; +import {IconSelectorComponent} from './icon-selector/icon-selector.component'; +import { NgSelectModule } from '@ng-select/ng-select'; +@NgModule({ + declarations: [GpLibProcessingWidgetComponent, GpLibProcessingConfig, IconSelectorComponent], + imports: [ + CoreModule, + MatTableModule, + FormsModule, + ReactiveFormsModule, + NgSelectModule, + ], + entryComponents: [GpLibProcessingWidgetComponent, GpLibProcessingConfig, IconSelectorComponent], + exports: [GpLibProcessingWidgetComponent, GpLibProcessingConfig, IconSelectorComponent], + providers: [ + { + provide: HOOK_COMPONENTS, + multi: true, + useValue: { + id: 'trolley-processing.widget', + label: 'Processing Widget', + description: 'Processing Widget', + previewImage: preview.previewImage, + component: GpLibProcessingWidgetComponent, + configComponent: GpLibProcessingConfig, + data : { + ng1 : { + options: { + noDeviceTarget: false, + noNewWidgets: false, + deviceTargetNotRequired: false, + groupsSelectable: true + } + } + } + } + } + ], +}) +export class GpLibProcessingWidgetModule { } diff --git a/widget/gp-lib-processing-widget.service.spec.ts b/widget/gp-lib-processing-widget.service.spec.ts new file mode 100644 index 0000000..31bb671 --- /dev/null +++ b/widget/gp-lib-processing-widget.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { GpLibProcessingWidgetService } from './gp-lib-processing-widget.service'; + +describe('GpLibProcessingWidgetService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: GpLibProcessingWidgetService = TestBed.get(GpLibProcessingWidgetService); + expect(service).toBeTruthy(); + }); +}); diff --git a/widget/gp-lib-processing-widget.service.ts b/widget/gp-lib-processing-widget.service.ts new file mode 100644 index 0000000..17fc02c --- /dev/null +++ b/widget/gp-lib-processing-widget.service.ts @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors +* +* SPDX-License-Identifier: Apache-2.0 +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import { Injectable } from '@angular/core'; + +@Injectable() +export class GpLibProcessingWidgetService { + + constructor() { } +} diff --git a/widget/icon-selector/icon-selector.component.html b/widget/icon-selector/icon-selector.component.html new file mode 100644 index 0000000..2589297 --- /dev/null +++ b/widget/icon-selector/icon-selector.component.html @@ -0,0 +1,11 @@ + + + + {{item.name}} + + + + + {{item.name}} ({{item.className}}) + + diff --git a/widget/icon-selector/icon-selector.component.ts b/widget/icon-selector/icon-selector.component.ts new file mode 100644 index 0000000..4ca16e9 --- /dev/null +++ b/widget/icon-selector/icon-selector.component.ts @@ -0,0 +1,74 @@ +/* +* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors +* +* SPDX-License-Identifier: Apache-2.0 +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import {Component, EventEmitter, Input, Output, OnInit} from '@angular/core'; +import * as fa from 'fontawesome'; +import { FormControl} from '@angular/forms'; +import { Observable } from 'rxjs'; +import {map, startWith} from 'rxjs/operators'; +@Component({ + // tslint:disable-next-line: component-selector + selector: 'icon-selector', + templateUrl: './icon-selector.component.html' +}) +export class IconSelectorComponent implements OnInit { + @Input() value: string; + @Output() valueChange = new EventEmitter(); + stateCtrl = new FormControl(); + filteredItems: Observable; + + // Create a list of all icons + items = Object.keys(fa) + .filter(name => !['html5', 's15', '500px'].includes(name)) + .map(name => name.replace(/[A-Z0-9]/g, match => '-' + match.toLowerCase())) + .concat(['html5', 's15', '500px']) + .sort() + .map(name => ({ + name: name.replace(/-/g, ' ').replace(/\b[a-z]/g, match => match.toUpperCase()), + className: name.toLowerCase() + })); + + ngOnInit() { + this.stateCtrl.setValue(this.value); + } + displayFn(value): string | undefined { + return value ? value.name : undefined; + } + constructor() { + this.filteredItems = this.stateCtrl.valueChanges + .pipe( + startWith(''), + map(state => state ? this._filterStates(state) : this.items.slice()) + ); + } + // Filters the items array based on entered key in input + private _filterStates(value: string): any { + const filterValue = value.toLowerCase(); + return this.items.filter(state => state.name.toLowerCase().includes(filterValue)); + } + opened(select) { + setTimeout(() => { + try { + select.dropdownPanel._updatePosition(); + } + catch (e) { + // Ignore error + } + }, 25); +} +} diff --git a/widget/icon-selector/icon-selector.module.ts b/widget/icon-selector/icon-selector.module.ts new file mode 100644 index 0000000..475d306 --- /dev/null +++ b/widget/icon-selector/icon-selector.module.ts @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors +* +* SPDX-License-Identifier: Apache-2.0 +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + */ + +import {NgModule} from '@angular/core'; +import {IconSelectorComponent} from './icon-selector.component'; +import {FormsModule, ReactiveFormsModule} from '@angular/forms'; +import {CoreModule} from '@c8y/ngx-components'; +import { MatSelectModule} from '@angular/material/select'; +import {MatAutocompleteModule} from '@angular/material/autocomplete'; +import { MatFormFieldModule} from '@angular/material/form-field'; +import{MatInputModule} from '@angular/material/input'; +@NgModule({ +}) +export class IconSelectorModule {} diff --git a/widget/icon-selector/selection-model.ts b/widget/icon-selector/selection-model.ts new file mode 100644 index 0000000..7a469e3 --- /dev/null +++ b/widget/icon-selector/selection-model.ts @@ -0,0 +1,89 @@ +import { NgOption } from "@ng-select/ng-select"; + +export type SelectionModelFactory = () => SelectionModel; + +export function DefaultSelectionModelFactory() { + return new DefaultSelectionModel(); +} + +export interface SelectionModel { + value: NgOption[]; + select(item: NgOption, multiple: boolean, selectableGroupAsModel: boolean); + unselect(item: NgOption, multiple: boolean); + clear(keepDisabled: boolean); +} + +export class DefaultSelectionModel implements SelectionModel { + private _selected: NgOption[] = []; + + get value(): NgOption[] { + return this._selected; + } + + select(item: NgOption, multiple: boolean, groupAsModel: boolean) { + item.selected = true; + if (!item.children || (!multiple && groupAsModel)) { + this._selected.push(item); + } + if (multiple) { + if (item.parent) { + const childrenCount = item.parent.children.length; + const selectedCount = item.parent.children.filter(x => x.selected).length; + item.parent.selected = childrenCount === selectedCount; + } else if (item.children) { + this._setChildrenSelectedState(item.children, true); + this._removeChildren(item); + if (groupAsModel && this._activeChildren(item)) { + this._selected = [...this._selected.filter(x => x.parent !== item), item] + } else { + this._selected = [...this._selected, ...item.children.filter(x => !x.disabled)]; + } + } + } + } + + unselect(item: NgOption, multiple: boolean) { + this._selected = this._selected.filter(x => x !== item); + item.selected = false; + if (multiple) { + if (item.parent && item.parent.selected) { + const children = item.parent.children; + this._removeParent(item.parent); + this._removeChildren(item.parent); + this._selected.push(...children.filter(x => x !== item && !x.disabled)); + item.parent.selected = false; + } else if (item.children) { + this._setChildrenSelectedState(item.children, false); + this._removeChildren(item); + } + } + } + + clear(keepDisabled: boolean) { + this._selected = keepDisabled ? this._selected.filter(x => x.disabled) : []; + } + + private _setChildrenSelectedState(children: NgOption[], selected: boolean) { + for (const child of children) { + if (child.disabled) { + continue; + } + child.selected = selected; + } + } + + private _removeChildren(parent: NgOption) { + this._selected = [ + ...this._selected.filter(x => x.parent !== parent), + ...parent.children.filter(x => x.parent === parent && x.disabled && x.selected) + ]; + } + + private _removeParent(parent: NgOption) { + this._selected = this._selected.filter(x => x !== parent) + } + + private _activeChildren(item: NgOption): boolean { + return item.children.every(x => !x.disabled || x.selected); + } +} \ No newline at end of file diff --git a/widget/index.ts b/widget/index.ts new file mode 100644 index 0000000..6d11510 --- /dev/null +++ b/widget/index.ts @@ -0,0 +1 @@ +export * from './gp-lib-processing-widget.module'; diff --git a/widget/preview-image.ts b/widget/preview-image.ts new file mode 100644 index 0000000..fcc3330 --- /dev/null +++ b/widget/preview-image.ts @@ -0,0 +1,21 @@ + +/** + * Copyright (c) 2020 Software AG, Darmstadt, Germany and/or its licensors + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// tslint:disable-next-line: max-line-length +export const previewImage = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+4AAAHSCAYAAAByw5FBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAHnRSURBVHhe7d2Hm1xnebDx/EFfz/elERIIgQCBQAIESCiB0MFgXHA3BkwoxmAMBptmm2pw75a7JHdbbnKTZEkusiwXWZJ7P9/cR/uIV0fP7M7Ozuy+s3v/ruu5pJ2dPXPOe972nDZ/sm37jsYwDMMwDMMwDMMwjDrDxN0wDMMwDMMwDMMwKo4/2b7jycYwDMMwDMMwDMMwjDrjT5586unmxRdfbF599VXDMAzDMAzDMAzDMCqLPzFpNwzDMAzDMAzDMIx640+yFw3DMAzDMAzDMAzDqCNM3A3DMAzDMAzDMAyj4jBxNwzDMAzDMAzDMIyKw8TdMAzDMAzDMAzDMCoOE3fDMAzDMAzDMAzDqDj+pJEkSZIkSdUycZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSSPw2GOPNWeffXZz0UUXNU899dTUq3M38sT9xRdfbM4666zm61//+m7x85//vLn77rubV199tX3f/fffv8d7fvzjHzerVq1qXnrppfY94P333ntv+/e855hjjmmuvvrq9nO6tm3b1px55pnNN7/5zTZOO+205vHHH5/6bf6ZEbfeemv7Hj77tttua9eF17PP4/+8xu94D+/lb8r1Dpdffvlun9MNfv/MM880J5544m6vH3300c0FF1zQPPnkk1NL+qMXXnih+cMf/tBccsklzSuvvDL16h9lZbZixYrm+eefn3pH024vn8lnB5a1fPny5le/+lVbyah0P/zhD9tyA/9+4xvfaG6//fb251K2PMrj+uuv31WWLKvfvpMkSZKkSUQOtGHDhubll19u7rnnnuaEE05oY/PmzW3uQ2421xxobIn7smXL2g0gnn766ebOO+9sjj322F1JH0kgPz/44IO73rd+/fo2ySO5I/kkSAhJ+Ej6Wc7DDz/c/P73v2/OOeecNoENJJnHH398s3LlyjbpJPg/r/E7ZJ8ZwXqTuJLg/uIXv9j1Hv6Wzzv33HPb9xD8n9f4He/hvfwNf9tNpFnH+AzeRzJdfn78nqT3xhtv3PX61q1bm9NPP7357W9/2zz33HNTS9uJv//e977X/OxnP9sjsS/LbO3ate2yYhvKMusm2vF3ZXnxbzdxJwGnEj7xxBPta6G7vCinsiypuL/+9a93laUkSZIkTTLyHPIscqRTTjmlOemkk3Yl7pwQJZ/j/1dcccWccqCxJe6cSe664YYb2jPivIckkKQwksRAAnjyySe3ySrJIYnkunXrpn67044dO9qklYMB4MwuySCFUSbO5eskpv0+M1DoJJ/dz+P9rMdDDz3U/v+nP/1ps2XLlqnf7sSy2SGc9e+HvyWR7X5+fC7bXuJ9xx13XPPAAw9MvbIzwb7qqqvas+2nnnrqrjIIlBnrx0GQUpRlJOHdRHvjxo3Nj370o/bfwOd3E/ejjjqqPYN/8cUX71bW3eVxVIl1724rB154nbKUJEmSpElWJu7Txfnnn7/bFdCzNa+J+80339xe4s1Z335JNGfWI3Hn/9kZZ5JXknE2nssRODtNYWTJIJ/DZey8r99nBj6Hz+bMN58R+D+/i8/iqoBuck8Sy3u6Z9xLfO5sEncOArBdZeLOGXbWkbPYN910U3tgorxEf/Xq1WmZ8R6WH8sqE23Wh2S/TNrB693EnZ8pT5Lv8uBAN3G/8sor2wpcrhuiLOdSaSVJkiSpFpxMjQSds+7cLsxV5Jxxj9fJ3+ZiXhJ3kjXuNSfhjMvgu0l0+Z645Jzkj2VllxSQKMZBAJLR7Oxu10yJO+vAcjmrfNlll7VnqXmtxHpxHzhnna+99to2ke6+px8+d9DEncT20ksvbS8t5xaBwJnsSMxZDlcePPLII1O/3Zkw9yuzUiTa/C0Vip+728Hys8Sd19mP5brF8tgWDnBwUCU7eCNJkiRJiwFXE3MlciToJO3lLcXkTeRM/I4cjlu5t2/fPvXb2Zm3h9PxsDgS0bjHmiQwew+XgcdZWhK/6RL3SBRnSshD9plE+Rkkr+wALkPnQWzcE88Rk3IdeA9nm3/5y1+2f/+Tn/ykueOOO/Y4u9zF+k2XuHfXi3Uod2wkxJQR+DzOuHPmPUxXZiXKjzKjAnEJPQcjulcLsJ79EncSdiphHGQp90fUARN3SZIkSYtV+SA6gpO/ZU7IyVZuFS/fw3O/hjEvD6djhbtnc0kCywfFxVnz8hKCcZxxzx5Ol60fWDY7g3u/uw/DC/wtT8LnDHyW/JZmStzj4XTcw8+2kaCX6xX3r5e3BHBZRnlp/GzOuHOghIcFctUAR4nuuuuuqd/uNF3iXv68adOm3RL37Iw7vy8PSvCzJEmSJE0qrobmCuhIys8777zdbgkmr+MsfPye93aflTaoeb3HvdRNAkl4eeAaX4EWRym4x52zupGUBpLZQe9xJ6kf9B533pMl8VxOTsLPsti+7D3sNO59Z1364XMHvVSe5ZGkl5dadJPfCC7tjwMe/e5xZ9soB7YBZaIN7m/n88p14//TJe7sM/YDVwZcd911uy2Pgw7lAQT+5XeUD0/WN3GXJEmStBiU97hzRTJXTZMzXXjhhbteJ7+bi2oSd5Agk/xyBhfxJPSZnirPmXC+s52zzeUZ77iUPL7vfKbEncSfz+v+njPSJLX8PQcTeMR/JKiBIyfdxLeL3w2auMc2xTMB4mcSZN4fwdfecTVAPDmfMuTqg+6D5qIso8J0E3fKhysGSMLjKBHrOV3ijtgXvF4uj33Ia7EvA7/vbqskSZIkTSLyX3KxSND7Bbc3d0/+zkZViTvJIzf3x1l3NowEj/fN9D3uJN1xP/qw3+NOkOhzlp97D3idM8Sc2Y8HscW93dyrwO94T6wTf8sy+mE9Bk3cwQGLOOvOgQG2pXwQXeB9LDcelMdD87jvnvvwWTafN9P3uCO2LS755+8o++kSd3CJPc8DyA4EcJsB68fr7BOeBcA+4BYESZIkSZpkfBNYeTl8v+AkLPnasKpK3NE9U0siylliLq/msnDuJecsdJYgk9zGQ+W4f5vkuvxedT6ze5l5RCTNHDDga+tImHn96KOPbg8klIXMZehcCs568h7WiUsiZvqKM7Z1Nok7n8Nl72xv99LzEuvGctesWdP+TNLM1Qgk77F+3TLLEndE+XPGftDEneVy0KK7vFiP2HfsE7aHAwpzOdokSZIkSbXgRC4PpiMvKy+b5zZlTsJycrq8BXoYI0/cJUmSJElairhym6SdbyDj685HxcRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE3dJkiRJkipm4i5JkiRJUsVM3CVJkiRJqpiJuyRJkiRJFTNxlyRJkiSpYibukiRJkiRVzMRdkiRJkqSKmbhLkiRJklQxE/cl6LnnnmsOOeSQNvj/q6++2px++unNwQcf3GzdunXqXfOvu17jNt+fJ0mSJEnDGGvi/vzzzzfnnHNO84EPfKD50z/90+Yv//Ivm89+9rPNtdde27zyyiu7Eid+N1OsWrVqaqlN88wzzzT7779/+/rZZ5899epOxx577B5/mwV/xzL5f5a4bdu2rfnwhz/cvO1tb2s2bNgw9WrTPPLII80Pf/jD5k1velP7t/z79a9/vdm0adPUO2bn2WefbX7zm980//zP/7xreT/+8Y/HmkB3E1YS9xNPPLH5yEc+0jz22GNT7xqt2M73ve997Xa+/vWvbw8UlOXWXa9xm+/PkyRJS1PMOWeKmJPEfDbmuTFn4bU3v/nNzdq1a9vXu1544YXmK1/5yq7lxfx5pvkxv5+NzZs3t/Pfcj487vlrPy+//HK7nUcccUSzcePGqVdzMedlnbs5xEzYtu9+97u7tpm5O3kOZV5ibnvQQQe1ec+f//mft7nPXXfdNfXbnciDrr766nbuzXt4L3/TzSdY3zvvvLNdRvk+yn8Qkc/Efs5ikH3/+OOPNyeffHLz85//fOqV3W3fvr057rjj2vk967nvvvs2a9asmfrtzGZaPigzlvnVr361ueWWW6Ze7Y/8jTyuu72Ru5VlGO+drm2hbIezrT+jMLbEneT68MMPbzeMnfjBD36wee9739vuTF47/vjj22Tu6KOPbj70oQ+1wXt4L79/17vetet1YvXq1VNLbtoCpWB5Hwk8nxXY6eXfReN6+9vfvtvrl1xyyawT9/Xr1+9KsGN5/MvPrPf111/fvm9QJMkf//jH27+lHJYvX9784he/aN75zne2n8PnjUNUumy7wyDvGRTbSYfDvmC/X3PNNc2FF17Ylm9ZbqP8zEHM9+dJkqSliXlsOQ9lnhvzR+a/8TrzQRLB6RJ34re//W37elc3Wekm7t35cATz50HFfJh53JlnntnO47hyk/nre97znub++++feud4PfXUU235kF+wbd2TbZm77757Vw4xm8Qr5uxsM3NYtplElbzmJz/5SXvwAA8++GBbBsx7L7/88mblypVtEstn8tkgGeezX/va1zbf//7323nxZZdd1u4HyrU8+HD77be3deSwww5rl8X7PvaxjzX/9m//1mzZsmXqXf1Rl0hyWd9usO/e+MY3tgcQMmWizAEDyixL8iPno/zPO++8dj2/8IUvzJjLDLp8TgRfeeWV7XbzHiLq9XSiLRxzzDG7bXfU1XL9ynbDwQP2UabMQRdV4n7ppZe2G0UlL8/issEUFJW1TMZRdkrT7RAKlPcQVLh77rln6jd76nZ8pdkk7i+++GJz5JFHtu8n+YwGSqU766yz2ob7mc98pnnyySfb12fC33/nO99py6J7ZCc6Bxr9jh07pl4dnUES1kHeMwi280c/+lFbjt0jb3S4dGaxnaP6zEHN9+dJkiRhujkoZkrcP/WpT6VzxD/84Q+73kN0E/e5JhvM6zjrnCWO/Mzr/D7myePENpHU8i/bFXP2fihDzsqTAJI/zKYsyD2Ys5OYh5jLv/vd724eeuih9jUOqHTfx9lk5vVRLryXv+kmiHFQIc46895vf/vbe+zrSDLZ18OKKw/61SPE51Bey5Yta/bZZ5+2rLvI+cjrbrvttqlXmubRRx9tPvrRj7ZXf3SvSAiDLp/9RGJPgn/RRRc1b33rW2eVuGf7OQ4+xT6J97Id/cqEMmPfvOY1r2nzvrm2pWGMLXGPDqK7A9hozipzVImz3qWyU+q3QyhICpSjk7/85S/b93YrfinWIyvc2STu5aUm3XXjdwcccEDzuc99rnnggQfaZJ6/me5IWFSQfuvO0S8qRhwFi8/vlmdWKbmUh8uV4moDblXgaF58TpRzud0sl+XzOVFmZbB8bhEoO6fANnQ7qdCvcwo01DiIU64XZRyXBdFAOYLXHQTKS5HiqgUu1SmV7yG4QiOOZGblwGdwYCY7oCJJkjQK081B0Z2/xpyFhJPbDruJEjjzSfLDHOaTn/xk+/cxZ51uPlzipAoJZL9kK5s7BeZQJ5xwQvu7OJHFcricnHXi87tzUtaPbVmxYkU7j2M+x3yNhLg7p+tijsfZWLCcmLP3Q95B/sDcujt3ns5028wy4nPZVs48c6KPE36BbeWsb5zgi30f+yZ05/rkPCS/zKFLXLHM3Lb7ObNBYk1ZRPLPvuPKAfZPXEL+9NNPt7cIs/5RBrFuIbaNeldeAQ0OYkTeMOzywXuol4i8p1t2mSxHCqwPB0Ui94n3kj9RB7OrEKLMuMyefwetP6M09jPuVLhBL5mJnZZV5kBBksxxhIQd//73v7+9P+SJJ56YesfupuuoouFkDTEaTzTG8ow7FZRG0w9JKJ0QHWs3yQ2UD9vR7x4NKinbFo110MQ9ztZz9IrLaegcWW8qYZRplHO53Sw3Ki8Nj4MOJLkE/+d9DBBsF+seYpDo13lEGXNpSoa/4TP5N9brLW95S3vE9vzzz28vt+HyID63XEYcKSsvHeJgUHmVQryHy3V4T/fSnW450HFQjgyK/dZXkiRprqabg6I7f405C3O+U089tZ0Xdc9sxzzta1/7WntCib+Pud908+FQznX7XTrP5/G5nBm++eabp17N8V5OhsQ6M7fi8nJOTMXJuyiHv/u7v2uTJt7D3Jd5K1dlRsI2E5YTc/ZMXA3A9k+X0M0WyWnkIZFod+fqOOOMM3bNs/uJuX+sF/nTO97xjj3WM5LlfnVnEJw445L+OOnGvqLcWf/s/vmof91ti9ezdWHeHVdGD7v8rth3Ua+nM9N+5rO6iTsHkMh9sisF2B7qPXWUvxtF/ZmtebnHnQSVxnfdddftcTSmFDut7GhK0VmwPBL47s+Z6Tqq6CyyyhaJctkJRCLI39ChsOx169a161GiodEY9t577/RSC7A+5bK74vOjAnd/Dt1Kyf00HNErD5bEVQocWWJds0ZWVl5k7+kuB3GvR5nMl1ivfvuzKz4zEusQHRmX3CPex9HGsj7FJUasS9QNDmJwiVKIbeDqAQ6+xDbyf9aVwYR/6RQlSZLGYbo5KLrz15j7MOe79dZb27keZ/04CwjmLSRGJO7Mt3lvOf+K5WUR68DcKZbBCZF+4iRRXL7MAYPs5A0JDld/chIp8BmcTe+efea203LuRWJfXnk6E5bTb17NZ3K2Nw4EdOfOw4qDAVxyzrr3m6uDz5pu3s/fn3LKKbsl09OtZ3fePhsxF2ZfDzrfjfrX3TbKlrwgO+Me+zbq4HT6Lb8rymSQZU5XfqwrCXqsd7yXk4Yc1OjuK5J4knmCvISyn2v9GcbYEndw+QpPEo9LtgkaORUlO2MdO63fTo7Lrssz7HEGvkwmS9FRZYUbFSo6rFI0vu6O4ygR98fwmbFNPOCA9eAS+UHN1IDj82Pd+nUG01XKEOUay+r+jG4HkL0H7DuSaCot+FwS7ewyefD7fvuzq99nxiVBse2xzd2DBQwADAS8r3vFQunee+9tn9DJJTrxeXFUkIFjNvtRkiRptqabg6I7f405EvNPrtaMe9ljLsS8mPkxCRkJJe8t51+xvOzhdPFAvNlgbsYcn9sZWW4k8XE2lYSQkySRoJdY55gDRzl054nc9smBiThpMxP+vt+8mge88bv4jEHmzjMh2eMEJeUdT9LvN1cHn9Vv/cBBDuah3BoapltPPqOct88GOQv7bTa3hEb9y7Ytbnstb92gPpGb8Xr3mWaZ6ZZfijLp1pdMv/Lj4M1Pf/rT9sBQlHf53rgkvnyGQJyoJF/odyXEfBhr4h5IqGk0Rx11VNuwaaBU9u6RmdhpWQMGFYPflUeIoqPqlzxGR5UVLp/B7/jMbqcZja9fI2Onc3abS7NZBh0pnzHokSve22/Z6Db+fp1BVim556f8io6I2M4o53K7WW7ZAWTvQdwGQMWNS6qme/AE68VnD9LA+n1mvB7bHvutX/C+fo21FMvlaCm3NfB+knpJkqRxmm4OCuYy/D7mMTFn4TX+NuY5MQeLE1kkG3HCI96L7vJGhZMdPN+JS+KZd7JOJHDl+mbB+9iGKIdYzxB/3+9WzC7+PpZZYr7OmXbO8scJvkHmiNNhOfE8pPIK0X5zdfBZ2fohrugtH36N6daTzyjn7YOKM83Tzd0zsT+ybePABQcwOJEZt7lS5pxs7bfNXdMtvxRl0q0vmXhvt+4R5KMceMrqRBx0Ypu4OoGfyT3jCpfp9su4zUviXuIoIPc3UGjs2FK3UyrN1AEQJPZd03VU0VmwXJZfisY3U4VjZ9JZksyWZ6JnwtHGOGqa6V4ePmjizn0k/ExHx9Eh/o4yp5HGdkZZltvd7QCy94AGz2UlXIbOEScaZVbuIcqYI4kZOmM+k3/7fWa8Htsey6TBsdxukHwP0qhiuTHQUWazuZ9KkiRpGNPNQdGdv8achdf4W5Iuki/mOty2ydlNzgjG3I85XbwX082HRyXm+Kwn68C/PCSP+X53rnbTTTe1Vz5GOcR6htjeuSbubG95+TnmknhF0s5BCrajRJI323vcI2nnaoXuCc1x3OPOQZVs3WcS+yPbNnClRTwMmrP5PNOAr10j2Y0rEqYz0/JD7LtufcnEeymrsu5x1W233Lp1gnKKh9R1by2YS/2Zq7Ek7lFx+10e0a/ziJ2WNeC4RIFCpBKUl/jE98OTnHYr/XQdFUkzf5ddxhM7JZ6GON17o4Pk/fzdIGL55dUDJSrKME+VJ9HvPqwvyjUaePdnsNxBEnfwIA72AY1yusvkMexT5cvPjNdj2zk4weVE0x0wiEussu85pY6wDzkizXLpaPg/20HnXn4fpyRJ0qhFwprNs9Cdv8ZcqJwjcxKIn7nKkvlYnEWNOWP53unmw7PBV/tyf3v3m6FCzCd5vhAHE+KsZT9RDt15/ygulY98hOX3i9nM3ZnHUn79HmJM2XNFMVGezY5Eu5tDxLMCsquQEevfLYO4omLQgxqBdaKuZPnSTLpz8ZnEgaVB13HQ5Ufe060vmW6ONJ3ueykfyok6zAPrylsLZrPcURtL4k7SwxlZGgRP/eaIWijPuHfvUc46pUACxuskgF1xJCSONJam66jiHgYS8vLeZiobjYS/i06w33tpjHHGPZJ8fsdOZVv7oYxm8z3u0Ui7HTxHhPjs2D62l/Usj26x7pR5/G2Uc7ms6GgHSdxZXyowTwCd6VIbtpOypIJ3L0OPy5dm+h73eD0aM3+31157tR1g+VUh7AtuyaC+0Ul885vf3GPAiM+kfpb3uMfnca9Lvw5ZkiRpFCJh7c55Qnf+GnMhXos5csxNeY2IExpzSdyZJ033dXDxneTMSbvJX8yx4oFf3FLKSSjWqzx5wxyVAwC8FuXQfTgdZ+nn+nA6toETb+XZVoIyYK5HMh1n/mfCul155ZXt2WrmiuW6lriCs3tSi3yA2zK5/Dr+jvkrZcgcmHl/JvKp7lw2HsY8077sipOg05346qc7F59OlBX7g3n5IAZdfiTNUa+nM5sEO3sv5UR5cVKvzHdms9xRG9ul8lTCuP87zpJTaYe5xz0S835n8KkgJPT8XffM7kwdFQ2Y9eM98cCOuDechlfeu8J743fx3ne9613tzyT0fAafHfeBT/d1cIgy4vN5MAidFJd/c49I97NBZ8Dn8FUarAvbSgIdnw06OH7ma8/oMGN5rGMMDlHO8TMopzJxj86C9aDilkl3HIVimYM0/jgQQdmxzqz7hRde2H5eeblOtl6I18vGHPuN8mM7eWIp60tHHJ18XH5Ufh0cA0qUbfZ5/MvDBznQwYAoSZI0apGwduc8oTt/jTkLr8UcmTknySCvMc+Oect0iXv2cDqCr3/jpAdnSHlfv6+DQ8yH+Ywzzzyz/Zn5YMxpY17HfJH5Pq+V8z9uBT300EPbRD/KoXwPJ+tYfr8z0RmWQzJVJu79ZInXTH/PerGOJHA8tZ+fy+Dya+bOkaTH1zIz9yy/ihhRLnz9MfeEd5dFxJWzkaQzf2VZ8fXHzKsj4R9k2+NEWllPStQl9jm3NmQHEqL+lXPxUhwkoR6wveRB5QGOuS4/xL6Lej2dbD/3k723PDBG2YfZLHfUxnqPO2eJ2Sgu3SaZZMNJZkkm+V1X1ikhzipPd7lNv/d0O74MDenggw9uGyTvpVPjuySzezJIxOkkeQ/v5UAEHdW111676yz8IF8HFygHyoMGzfL+9m//tl0mRyu7DYun9POVE6wn5cnnkqTSccb20TBIYrl9gOV94AMfaN/zve99r618bFOUM8H/QTmViTvuu+++tjxZzgknnDD16k7cq8M6T3eZfKm7nXTIXK7Dg/RCtl6I17uNmaO1HECgvAj+TwcXnQRYPkc04z38Pz6z3+dt3LixXU8Gr/J1SZKkUWCey3yoOwcJ3flrzFl4LZsjc/KC5AzTJe79gt/z9yTPLG+6r4NDdz7M3PTAAw/cYx4W3zAV8z/+LfOAKAcSPk5isRzma1yVWl5VOROWM1PyGrLEa6a/n6n8yv1Y3u8d8/W77rqr/R3i87PlRJT7mL9lGSwr5rLld6EPsu3M1yn7+Oq6LvY9t4qSN5TLDlH/unPxEHWO+sD8nhN+5efMdfkhyq4sn36y/dxP9l7WnzrePdgxm+WO2rw/nE4z46gdiT/BJSZZA1tIND4GiJkuk5ckSZL6IQHrJqoLgRNSccvrpJnkddfsmLhXiiM7HLHq3v9eg7gMaJDL5CVJkqRMDYk7J6E4GVVetTApJnndNXsm7hoY99vEd9dzCX12K4EkSZI0iBoSd+655vlG3WdLTYJJXnfNnom7BsZ9VNxbQ9JuByFJkqS5qCFxlyaFibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYifsS9+qrr44kpMUuq/fDhLTYZfV+mJAWu6zeDxOSlgYT9yUk6+zHGdKkyurzOEOaVFl9HmdIkyqrz+MMSYuPifsil3XmCxFS7bJ6uxAh1S6rtwsRUu2yersQIWlxMHFfhLJOu6aQapHVz5pCqkVWP2sKqRZZ/awpJE0uE/dFIuucJyGk+ZbVw0kIab5l9XASQppvWT2chJA0WUzcJ1zWEc8mXnnllZFEtuzZhDRuWb2bTWT1fpjIlj2bkMYtq3eziazeDxPZsmcT0rhl9W42kdX7YSJb9mxC0mQwcZ9QWcc7SGQd/jgi++xBQhq1rJ4NElm9Hkdknz1ISKOW1bNBIqvX44jsswcJadSyejZIZPV6HJF99iAhqW4m7hMm62ini6xDX4jI1m26kOYqq1fTRVZvFyKydZsupLnK6tV0kdXbhYhs3aYLaa6yejVdZPV2ISJbt+lCUp1M3CdI1rn2i6zj7sbLL7880sg+oxvZuvYLaVhZfeoXWT3tRlbf5xLZZ3QjW9d+IQ0rq0/9Iqun3cjq+1wi+4xuZOvaL6RhZfWpX2T1tBtZfZ9LZJ/RjWxd+4Wk+pi4T4CsQ80i66TLyDr6cUa2DmVk25CFNKis/mSR1ccysvo8zsjWoYxsG7KQBpXVnyyy+lhGVp/HGdk6lJFtQxbSoLL6k0VWH8vI6vM4I1uHMrJtyEJSPUzcK5d1ot3IOuSIrDMv46WXXhpJZMsuI1u3iGybuiHNJKs33cjqX0RWb8vI6v0wkS27jGzdIrJt6oY0k6zedCOrfxFZvS0jq/fDRLbsMrJ1i8i2qRvSTLJ6042s/kVk9baMrN4PE9myy8jWLSLbpm5IqoOJe8WyzrOMrAOOyDpuIuvwxxHZZxPZukZk21iG1E9WX8rI6ltEVk+JrF6PI7LPJrJ1jci2sQypn6y+lJHVt4isnhJZvR5HZJ9NZOsakW1jGVI/WX0pI6tvEVk9JbJ6PY7IPpvI1jUi28YyJC08E/cKZR1mN7JOl8g66qxTj3jxxRdHEtmyI7J1ytadyLa1G1LI6kc3snpGZPUyq78RWb0fJrJlR2TrlK07kW1rN6SQ1Y9uZPWMyOplVn8jsno/TGTLjsjWKVt3ItvWbkghqx/dyOoZkdXLrP5GZPV+mMiWHZGtU7buRLat3ZC0cEzcK5N1kmVkHS3R7ZSzzpvIOnzihRdeGCqyZRHZZxPd9cy2hci2vQwpqxdlZPWK6NbBrJ4SWb0msnYwSGTLIrLPJrrrmW0LkW17GVJWL8rI6hXRrYNZPSWyek1k7WCQyJZFZJ9NdNcz2xYi2/YypKxelJHVK6JbB7N6SmT1msjawSCRLYvIPpvorme2LUS27WVIWhgm7hXJOscyss612wlnHXW3Q886/4jnn39+oMj+NqL7edk6ddc727asDMrQ0pXVhzKy+tStc1m97NbdrH5HZO0ii+xvI7qfl61Td72zbcvKoAwtXVl9KCOrT906l9XLbt3N6ndE1i6yyP42ovt52Tp11zvbtqwMytDSldWHMrL61K1zWb3s1t2sfkdk7SKL7G8jup+XrVN3vbNty8qgDEnzz8S9ElmnGJF1qN1ON+uYy44769y7A8Fzzz23Wzz77LO7Rff33b/PPqNch2wdu9uRbWtWJhFaerJ6EJHVn24dy+phWU+zetyt6922YFtRjbJ6EJHVn24dy+phWU+zetyt6922YFtRjbJ6EJHVn24dy+phWU+zetyt6922YFuR1GXiXoGsM4zIOtFuR9vtiMuOuuzAo3MvO/7uwDBslMvMBpFynbrr292ebJuzsonQ0pHt/4is3nTrVrfulfWyrK+2FU26bP9HZPWmW7e6da+sl2V9ta1o0mX7PyKrN9261a17Zb0s66ttRdJcmbgvsKwTjMg6z7Jz7Xa+ZcdcdtjlQNHt7J955pmRRHe55QBSrku5jt31L7ct2/asjCK0+GX7PSKrL2V96ta1sh6W9dO2osUg2+8RWX0p61O3rpX1sKyfthUtBtl+j8jqS1mfunWtrIdl/bStSBoVE/cFlHV+Ed0Os+xQibKzLTvisoOOjrs7WHQ7/KeffrqNp556qo0nn3xy2oj3xd91l1d+VrkO5bqV61xuS3c7u+WQlVWEFq9sf0d060i3DpX1q6x3ZX0s62lZf7t127ai2mX7O6JbR7p1qKxfZb0r62NZT8v6263bthXVLtvfEd060q1DZf0q611ZH8t6Wtbfbt22rUgalIn7Ask6vYhuR1l2omUHS0w3WJSdd9mpxwBRDgQ7duzYI7Zv375bZO8plxEDSflZ5TpMN3h0t6vc5m55ZGUWocUn288R3bpR1ptunbKt7B5afLL9HNGtG2W96dYp28ruocUn288R3bpR1ptunbKt7B6SxsvEfQFknV1Et4MsO8+yU43OthwwZhosyoEiOn0Gg1UPr21+v35F8527zmr2vfXk5kM3/KB5x7Xfbt549ZHN61Z+pQ3+z2v8jvfwXv6Gvy0HlHIAKT+7XKfu4FFuS7mN5bZ3yyUruwgtHtn+jejWibK+lPWorF+2ld1Di0e2fyO6daKsL2U9KuvXXNvK9u13Ndu2Xdxs3/GbZseTxzbbn/xas+OpA3uxdy/2mgr+f+DO3/Ge3nvbv+n9rW1F45Lt34hunSjrS1mPyvo117bywAMPNKtXr26uu+665oorrmguvPDC5pxzzmlOP/305tRTT22D//Mav+M9vJe/4W9tK9LSYeI+z7JOLqLbMZadZtmZ9hssygGj30BBB3//45ubP2xY2Rxw66+at17zjeZvVx4xp2AZLItlsuwYRLIBpDtwEN3Bo9zWsgy65ZOVYYQmX7ZfI7p1oawnZf2xreyMrAwjNPmy/RrRrQtlPSnrz1zbyrbtD/X+vaSXfB/XS8b368Xn5hj7tctimTuXbVvR3GX7NaJbF8p6UtafubaVRx99tLnjjjuaK6+8sjnzzDN3JefDBstgWSyTZdtWpMXLxH2eZR0c0e0Qy86y7ET7DRjTDRbtpGrbtuai+29qDrzt12lCMcrgM/gsPpPPHmTwGPXAocmX7VeiWwfK+lHWG9vK7uWUlSWhyZftV6JbB8r6UdabubSVbduvaXY8+aMk8R5x9D6Dz7KtaC6y/Up060BZP8p6M5e2snbt2mb58uVp8j3K4DP4LNuKtPiYuM+jrHMjuh1h2UmWnWc5YGRPKaUz5v6m7mDB2T0u280Sh3EGn8lndwePuAerO3DE008dOJTtT6K778t6UdYX24ptZanI9ifR3fdlvSjry7BtpT273l7+niTZYww+sz0Lb1vRLGX7k+ju+7JelPVl2LbCmXAucc+S7HEGn8ln21akxcPEfZ5knRrR7QDLzrHsNLMBoztYxBHeGCzO3Xj9giQh3WAdWJdy8GBds8HDgUPZfiS6+7ysD2U9sa3YVpaKbD8S3X1e1oeyngzTVrZtW7EgCXs3WAfWxbaiQWT7keju87I+lPVkmLZy9913L0jC3g3WgXWxrUiTz8R9nmQdGlF2fGWnWHaW3cGiHDDoeAk6Yu5pomO+a8uG9j7aLDFYyGCdWDfWMe6/ivUvB47u4FGWRVlGZdllZUto8mT7kSj3d1kPyvphW7GtLCXZfiTK/V3Wg7J+zLatPPHEvc229v71PJFeqGCd2nWzrWga2X4kyv1d1oOyfsy2rWzatKm95zxLohcyWCfWzbYiTS4T93mQdWZE2emVnWHZSfYbMOIIL0EHHEd4T1m3vHnjVUemyUANwbqxjqwr68y6x3bEkV8HjqUr239EuZ/L/V/WC9uKbWUpyfYfUe7ncv+X9WK2bWXrE8t6STJPgM+T54WPvdt1tK0ok+0/otzP5f4v68Vs28rtt9++29PgawvWjXW0rUiTycR9zLJOjCg7O6LfgEH0GzB2PxvyRPP11aelCUCNwbqyzqw72xBHfrOBI8qhLJts0CCysiZUv2y/Ed19bFuxrSx12X4juvt4FG1l2/aTkkS5zmBdbSsqZfuN6O7jUbSVq6++Ok2WawzW1bYiTR4T9zHLOjCi7OjmOmBsfHRT87lVP0sn/TUH68y6j3LgyMqaUP2y/UaU+9e2YlvR/LSVrVsfbLbtODpNkGsO1rldd9uKerL9RpT7d65tZcuWLc2ll16aJsg1B+vMuttWpMlh4j5GWedFlJ1cdHzloFEOGDFolAMGHSzB0dI7H15fxUO1hg3WnW1gW2K7ugNHlEN34CjLrizTrMwJ1SvbX0S5X8v9bVuxrSxV2f4iyv1a7u9h2srWreuqeADdsMG6sw22laUt219EuV/L/T1MW3nwwQereADdsMG6sw22FWkymLiPUdZxlZ0bMZcB447N9zbvv/6YdJI/ScE2sC1zGTi65ZqVveqV7a/uPrWt2FY0/rby+ONre4nvl9OEeJKCbWBbbCtLV7a/uvt0Lm3lgQceaM4777w0IZ6kYBvYFtuKVD8T9zHJOi2i7Ni6A0YMGuWAQWQDxvotD0z02cNusC1sUzZwRDmUA0dZZtnAkZU9ofpk+4ko96dt5Y9hW1m6sv1ElPtzLm3lscfun+gz7d1gW9gm28rSk+0notyfc2krmzdvnugz7d1gW9gm24pUNxP3Mck6rLJTi46uHDToDLtPL40BI+6n2jm5eqz57E0/TSf1kxxsE9sWA0d5v1U5cHSfclqWZVnG2T5QfbL9VO7Hcv/aVnaGbWVpyvZTuR/L/TtMW3li+3fSBHiSg22yrSw92X4q92O5f4dpK5dcckmaAE9ysE22FaluJu5jkHVWRNmhdQcMIgaMGDT6DRhH3n5qOplfDMG2TTdwRPlQVmXZDTpoEKpHtn+Icj/aVvKwrSwt2f4hyv04l7byxLYT08R3MQTbZltZOrL9Q5T7cS5t5aqrrkoT38UQbJttRaqXifsYZB1V2ZlFB1cOGt0jvXSSxFNPPdV2njz18/HHH29+t/bKdBK/mIJtZFvjSaeUQZRHDByUlUd8J1+2f8r9V+5X28qeYVtZOrL9U+6/cr/Otq08vvWiNOFdTME22laWhmz/lPuv3K+zbSu33XZbmvAupmAbbStSnUzcRyzrpIiyI5tpwIhBg86So53bt29vtm7d2ty+aW3zxquOTCfwiynYRraVbWbbKYMYOKJ8phs4yrLO9gWhhZftF6Lcf7aV6cO2sjRk+4Uo99+wbeXRR+/pJbZ775HoLr7Yu91W28rilu0Xotx/w7aV++67rzn99NPTZHcxBdvIttpWpPqYuI9Y1kGVnVh0bOWgEQNGDBp0jkQ5YDzyyCPN/jefnE7eF2OwrWxzOXBEucSgEQNHd9AgyjLP9okWXrZfyv1W7k/bSv+wrSx+2X4p91u5P2fbVrZu+0GS5C7OYFttK4tbtl/K/Vbuz9m2lcsvvzxNdBdjsK22Fak+Ju4jlnVQZQfWHTC6R3rja0c4uklnyaVK3G905rqr00n7Yg62mW2nDCiLOOJbfj0JZTfMEV8tvGy/lPvNtjJ42FYWt2y/lPtt2Lby2GOXpwnuYg622bayeGX7pdxvw7aV1atXpwnuYg622bYi1cXEfYSyzokoO7DuoBEDRgwaMWDEkV7uM+Ko5wevPzadsC/mYJvZdsqAsqBMYuCIQSMGjtkOGoQWTrY/iHK/2VYGD9vK4pXtD6Lcb8O2lW07vpomt4s52GbbyuKU7Q+i3G/DtpULLrggTW4Xc7DNthWpLibuI5R1TGXn1R0wykGDTjCO9MaAwVM9H3300eY3ay5PJ+tLIdh2yoCyiIGDMuoe8S3LdNCBQwsn2x/l/rKtzD5sK4tTtj/K/TVsW3nssQvSxHYpBNtuW1l8sv1R7q9h28ott9ySJrZLIdh224pUDxP3Eco6prLj6g4adHYxaMSAwdduxBNMuUTp4Ycfbj5w3ffTifpSCLadMojLtSib+GoSyiwGjXLgcNCoX7Y/yv1lW5l92FYWp2x/lPtr2LbyxPavpEntUgi23bay+GT7o9xfw7aV888/P01ql0Kw7bYVqR4m7iOSdUpE2XGVg0Z5X1UMGnSG3SO956y7Jp2kL6WgDLpHfCmrGDRi4Ij7rAYdNAjNv2w/EOX+sq0MF7aVxSXbD0S5v4ZpK488emWa0C6loAxsK4tHth+Icn8N01buuOOONKEdJM4888zmvPPOS383SUEZ2FakOpi4j0jWIZWdVjlgEHRyMWjQ+cWg0T3Su9+qk9IJ+lIKyiA74hvlFoMGEeU76MCh+Zfth3I/2VaGD9vK4pLth3I/DdtWtj5xbJrMLqWgDGwri0e2H8r9NGxbueyyy9JkdtC49957J/5Se8rAtiLVwcR9RLIOqeywZho06AR56AcdIkc1eSDIPQ+uTyfnSzEoC8qEsqGMKKsYOBw0Jku2H8r9ZFuZW9hWFo9sP5T7aZi2svnhe9NEdikGZWFbWRyy/VDup2Hayv33358msrOJlStXtstdt25d+vtJCcrCtiItPBP3Eck6pLLDKgeN8hKteCAKHSCdYRzp3bJlS/PLuy5JJ+ZLMSgLyiQ74ls+IGW2l2pp/mX7odxPtpW5hW1l8cj2Q7mfhmkrW7acmyaxSzEoC9vK4pDth3I/DdNWbrrppjSJnW3cfffd7WfznehXXnll+p7ag7KwrUgLz8R9RLIOqeyw+g0adHrlA1E4msm9RA899FCz700nphPz2cSFj9zavPzqK1Nr+Ud0lzdtW9+85Zr/Sv+utqAsKJO4zyoGje4DUhw06pfth3I/LVRb+eUDy5vnX3lpai13d+/TW5oPrzou/bvawrayeGT7odxPw7SVx7d+P01il2JQFraVxSHbD+V+GqatXHrppWkSO0zcd9997TqxDps2bZq4BJ6ysK1IC8/EfQSyzqjsrLIBgyiP9MYDUTgiy+VIDz74YPOWq+eeVK95avPUWu5px0vPNl+++w/p39UWlAVlQtlQRt0HpFCWUa4OHPXKyr/cPwvZVq7aes/UWu7p+V5Cf/zGyTirb1tZHLLyL/fPsG1l+5P7pklsjfH0s99pXnhxeRv8P3vPXIKysK1Mvqz8y/0zbFs544wz0iR2mOBBdSTsrFusM5+5fv36Zvny5enf1BSUhW1FWngm7iOQdURlRzXIoMHRy7hEi4eALF93czopn23sd8evmuueWNeeMYx45Pkd7Xq/0lvPTc9t3e13o4zbd9zfHL3uvHS9hgnKpN8DUhw0JkNW/uX+Wci28ulbf9Zc9ujq3erwQ8890fRqTXuFypbnt+/2u1HGXU9uak68/4p0vYYJ28rky8q/3D/DtJVNm25IE9ga45lnf9Qbo7ZNlUZvvHrlobEk75SJbWWyZeVf7p9h2spdd92VJrBzDZbLOnSxnqwLSTH3k69evbq54YYbmquuuipdzkIE625bkRaWifsIZB1R2VFlgwaXFdHRlZdo0WFzGRJHZU+6Y1k6IR9FnLLpmvTy+XF49PkdzV63/SJdj9kGZULZUEaUVQwalCFl6aVa9cvKv9w/tbWVY+69oHnu5T0nWdOhbT33yottsj8bT7/0fPO1e05P12O2YVuZfFn5l/tnmLayefPZafJaW3ST9jCO5J0ysa1Mtqz8y/0zTFshac6S11FEPKWddZqt2I7ZBsk1Z8kjSLwfeOCBZu3atQMfHKBMbCvSwjJxH4GsIyo7qui86Mxi0KCTi0GDp3PGJVo8/IOO8cibT0kn5KOIb609u3n25Rem1n68HnvhyeaLq09O12O2QZlQNpQRZUWZUXYxaBAxaBAOGvXJyr/cP7W1lX1X/7J5/IWnptZ+Zi+88lLzk42Xts+OWPvUw1OvDuaZXpv8+poz0vWYbdhWJl9W/uX+GaatbHnk52nyWlP0S9rDqJN3ysS2Mtmy8i/3zzBtZT7uQV+2bFmzZs2a9pJz1nkhUT5s/4oVK9J1JSgT24q0sEzcRyDriMqOqt+gwRFQOry4t+rxxx9vO0SOgu51w0/TCfko4pO3/KR5+Ln+E6NRGmXiTplQNpQRZUWZUXaUYXmploNGvbLyL/dPbW2FmO45EV1l8r1q24apVwczysTdtjL5svIv988wbeWxx0d/qfkoY2fSvnWqBPp5tXnxpZvSvx8mKBPbymTLyr/cP8O0FZLqLHkdV5x33nnt973zADjWh/VkO+Ybn33RRRel60iZ2FakhWXiPgJZR1R2VP0GDTq7uEQr7q3avHlze3/Tv197TDohH1Ws3vHA1NqP1ygTd8qEsqGMuvdYUZYOGvXLyr/cPzW2lcseu2Nq7WdWS+JuW5l8WfmX+2eYtrJ12xFp8lpDDJa07/TSS7enyxgmKBPbymTLyr/cP8O0FRLpLHmd7yBZvv7669vL1PlaOZ5OP0i07X3qrHgcCKAsZkJ59HuaPmViW5EWlon7CGQdUXRS0XFxv08MGOW9VXGJFh0g9w3RIW7cuLF5+9XfTCfkowq+Jm4+jDJxp0woG8qIsqLMKLvyUq2Z7rHK9pXmT1b+tbeVXz6wonnx1f73InIP/IZnHmkfMnfnkw82B9z5m/bvznn4pl0Pn+PBdjPVtFEm7raVyZeV/1zbyrYdX0qT14WO2STtvI/3Z8sZJigT28pky8p/rm3lrLPOSpPXSY+VK1e2l7tTHl2UG9ue/R1BmdhWpIVl4j4CWUfUHTToxKYbNOK7Q+lQN2zY0Pz9VV9LJ+Sjil/cf0Xz4iuzfzDKbI0ycadMKBvKiLKizKYbNAgHjbpk5V97W+GBcTw4rh8OgmV/V8Yg98qPMnG3rUy+rPzn2la2P/mFNHkdRTzz7HG9dbmmee75M5onnx78K+cWMmknKBPbymTLyn+ubeW0005Lk9fFEjfffHNbHiW+6o2vrcveT1AmthVpYZm4j0DWEc120OCSJjpNOsR77723ed3Kr6QT8lEF39/O97iP2ygTd8qEsqGMyu8SddCYHFn5195WZnomxK3b72vefcN307+N+MH6i6ZN/jHKxN22Mvmy8p9rW9nx1F57JK6jiOeeP6W3fs9MrfkrzYsv3TJQ8r7QSfvO2Mu2MuGy8p9rW8kS18UUPISOMgiUwSD39dtWpIVl4j4C3U4oOqhBBw0uNyofikLHOO5k5AM3/aD9DvdxG3Xinr1uTFCs2D3+ZvmXizh8Z1xx2M64/LDmtZcf2rz2sl5cckjz1xcf3LzmwgObvzrvS81fnr1f8xenf7H5s1M+Py/1YtBnQtRyjztl8rqrjmhe3/v/G3r/vuGqLzdvvPqI5k1Xf7l58zVHNG/p/fuP13y5eds1hzf/dO2Xe3F4887rvtz883WHN++6vhfXHda8p/fvv15/WPO+Gw5v3n/DYc2/33hY84FefOimXtx4aPMfvX8/ctOhzX+uOqwXhzafuLkXqw5pPnXLoc2nbz6k+Wzv38/dckjz+Vt7ccvBzd63HdJ88daDm317/+5328HNl27fGQeuPrg56PaDmkN6/x66+qDm8DsO7sVBzRF3HtR85c4Dm6/ddVBzZO/f/+r9+193Hdh8627igOaoew5svnPPAc131xzYfLf37zFrDmi+34sfrD2g+eHaLzU/WndA8+Pevyfce0BzwrovNT+990vNz+7dv/nF+i81v+j9e9KGLzUnr9+/+dWG/Ztfb9iv+e3G/Zvfbdyv+f19+ze/7/176n37Naf14oz7iX2bsx7Yrzn7gX2bcx/crznvgX2aCx7ct7nwwX2aZZv27cU+zSUP7dNc2ovLN/fioS82y3v/Lt/8xWblw/s0Vz38xeaaLV9sru39e/0jvdiyd3Nj79+bHtm7ufnRLza3PPKF5rbH9m5ue/QLzerev3c89oXmzl7c1Yt7Hu/FY59v1vRi7WO9JPPxzzf39v7d8PhezfpHP9fc99jnmo2PfKa575HPNvdt6f3biw2bP9nc++AnmrX3faxZs/4/mzvu+o/m1ts/2CapefI6fOyetIeZk/c6knZir/bMoTG5QQJZBvOpCO7FJkg0CeZZfBUbwYPgHnzwwfbyb+ZdPOGd709ftWpVmrQupmBbmaNi0KSdoJzKB9Qxf51N4k5058ySBmfiPgLdTqjsoPol7uXTTLuJO9+rOe7Lf4nZJhbDGPWl8tnrxgTFMIn7pYfsTNyXHbRn4v67vealXpy/5eaBvpe9lsSdMnld79/X95L2v+vF3/fijb1k/R96yfube/++pZe0v5XEvZe0v70X7yBx70WbuPfi3b2k/T29pP29vaT9fb2kncT933pB4v7BXny4l7T/Ry9p/8hU0v6xXny8F5/sJe+f6sWnewn7Z3pB4r5XL3H/Qi/27iXt+/SS9n17STuJ+/69pP0AEvdeHNRL2g/uJe2H9pL2w3pJ+5dJ3Hvx1V7y/rVe0n5kL2H/ei++0Uvav9km7gc2R/WS9+/0kveje0n793oJO4n7sb2kfWfifkBzXC9p/3EvYT++Fyf0kvadifuXmp/3kvUTe3FSL37ZS9p3Ju77N7/pJeu/6yXvp/T+/UMvYW8T9zZp3685sxdn9ZL3c0jce3FeL2k/n8S9l7Rf1EvaLyZx70WbuPfiil7SfmUvaV/RS9pX9pJ1Evere3FtL3m/rhc39JL2G3tJ+6o2cd+7uaUXt/bi9l7SvrqXrJO4EyTud/diTS95X9NL1teRtPcSdhL39STvvcR9Yxu9pL2XvG/c8uk2NjzUS9wf+ESz7r6PN2vu/Whzx93/0ay69QMjv1Q+T9pD/+S9nqR956XyWTJoTE4Mk7hznzaJO3OubuJ+4403LupL5bnPnTkoKJtBk3bKhPlpN3Evnyxv4i6Nl4n7CHQ7IWKQxJ0ncfZL3N921TfSCfko44zNN/SmVuPtNEeZuM9HmRhjjk7ivnvy3j9x/+tLDu6buM9HvTh+4yXN86/s+TCfrloSd8pk5xn3L+864/6mXWfce4k7Z9x7Cfs/9jnj/u7rDmv+NTnj/u83HJqccd+ZuO86407i3j3j3kva8zPuB/3xjHsvad95xn1n9DvjvjNxnzrj3vt39zPuX9rtjPuPev+2iXv3jHsvaT85OeP+2/KMey9ZP+2+facS932bs3edce8l7r1/OeN+wW5n3PdtLu39yxn3K/qecd+7ub737+5n3Hcm7nuecd97tzPua7d+ITnj/tlmY3HGvU3cH/5Us76XuK/njPvGP55xv/nWDzZPbN8/TV6Hiaee+WpvjHtkqvb2s2fyXlPSTlAmWTJoTE50E/cyeZ8uceeS736J+3T3ek9ykLRzhpx5KmUwm+3kvf0Sd+azgyTu3bkyIWlwJu4jkHVE/RJ3OrV+iTuDSSTu7796+ntmRxHH3HtB+0TscRpl4j4fZWKMOWaRuLdJ+wCJ+3zUi4Pu/G3zxItPT9Xq/piCcFn9bx+8asZ72rtGmbhTJrudce8l7TvPuPcS9z3OuB/evKP37zt7STuJ+7/sOuN++Mxn3Hvx0T3OuB/SfLqXtH82zrj3YucZ917i3kva9+GMey9pL8+4H9xL3g9pz7gf9Mcz7m3iHmfcD9rtjPu32zPuXCrfOePei+yM+0/KM+695P3EXvK+2xn3XtL+m/ZS+T3PuJ8eZ9x7yXr/M+777jrjftmuM+77NCt6EWfcr0nOuJO4c9a9e8b9zsf33nWpfJxxX9tGcca99++uM+5cJj91xn1DL3Evz7jfs44z7h9pz7g/tvXwNHkdJp5+5qjeGDdIAv7H5L22pJ2gTLJk0JicmE3iHpfJZ4n7PffcsytxP+ecc9LkdZKDM+tcFs/clIfMZe+ZLiiTSNwpw36JO2HiLo2HifsIZB3RsIk735FJx/iZa49PJ+SjjEGedD0XdMc3bLu3lyT8V/r5s435KBNjzDHKxP20nYn7fNQL6vD9zz62s2KPyX3PPNZ8+tafpZ8/26BMvMd9cd3j3ibue5xx33mP+wbubd91xv3TzfqHPrHrHvd77v3PZvVdH25u7iXuWx75Vpq8DhvPv7CsV3MHOfj7SvPSy3f3kvEnpn6e3nwl7QRlkiWDxuTEKBP322+/vU3cL7jggjR5ndSIpJ156J133pm+Z6agTJifMk81cZcWhon7CGQdUTdx736HaJm405l2E/cjbvh1OiEfdax/eqZLHfuju+WMPWci+a7qm7atby7cckvzww0XNYfd/fuRJewRlEl30KDsuoNGXKbld4jWJyv/SWkrHIQaVttWXnmx2f7iM+13vt++4/5m2SO3NT/ZeGnzlXtOm/Gp9LMN28rky8p/rm1l00MnpMnrXOKFFy7pre3ortyaz6SdoExsK5MtK/+5tpVLL700TV4nMUjaOXjBdnNQInvPIEGZ2FakhWXiPgJZRxSdVAwc/QaN+CqSctBYt25dc8Kqc9IJ+ajjqq33TG3Fnrinl8t9H3j28eauJzc1lzx6e/OrB1a0l/PyFVnZ8sYZlAll0x00KMPpBo1yX2T7SvMnK/9y/9TcVqZ7JsSLr7zcXur+0HNPNGue2txc9tgdzakPXde2lVHdKjKbsK1Mvqz8y/0zTFvZuPEPafI61xhV8j7fSTtBmdhWJltW/uX+GaatcC94lrxOWnBfOlcasJ1z3Sb+3rYiLSwT9xHIOqKyo5rNoMFlW3SMF9y6Mp2QjzpO2XRN8/KrO78S5I4nH2yOXndec8Cdv0nfu9BBmVA25f1VDhqTJSv/cv/U3FbKZ0Jw2fy4riwZRdhWJl9W/uX+GaatrFlzRZq8jiLmmrwvRNJOUCa2lcmWlX+5f4ZpK3M5M11T3Hfffe22Dfrk+OmCMrGtSAvLxH0Eso6o7Kj6DRrxPe4xaMRT5bnX6o477mjefNXX00n5KONba89unn35hXY7eAp29p4agrKgTCgbyiieaBqDRvZVJA4a9cnKv9w/NbeV8pkQG595NH1PDWFbWRyy8i/3z7BtZduOfdIEdhQxbPK+UEk7ZWFbmXxZ+Zf7Z9i2cvrpp6cJ7KQE97KzPaN4Qj5lYVuRFp6J+whkHVHZUc1m0HjwwQfbjpEOd69rTkgn5qOMq7euaS/+JS59dHX6nhqCsqBMKBvKyEFjMmXlX+6fmtvK2Q/fuOtS+dt23J++p4awrSwOWfmX+2fYtrL54aPSJHZUMdvkfaGSdoKysK1Mvqz8y/0zbFuZ5AfUse7XX3/9yL7WjuXZVqSFZ+I+AllHVHZU2aDx3HPP7TZo8BRU7kPiKad8Tcfdd9/d/PjGs9KJ+ajia/ec3jz50nNTWzE6LPO4DcvSzxw2KAvKhLKhjCgryqwcNChTB426ZeVf7p9a2wpPe9/y/PaprRidF155qTll09XpZw4btpXFISv/cv8M21bWrz8lTWJHGYMm7wuZtBOUhW1l8mXlX+6fYdvK8uXL0yR2KQZlYVuRFp6J+whkHRHRb9AgykFjx44d7Vea0BE+9NBD7VeT8LUkV91yfToxH1Ucv/GS9gF0o9brmtsHeWWfOWxQFpQJZUMZUVaUGWVXDhpRvtmgke0jQvMnK3+i9rby5bv/0Ox46dmprRgtHhCZfeawYVtZHLLyJ+baVm5ffV2axI46ZkreFzppJygL28rky8qfmGtbWbVqVZrELsWgLGwr0sIzcR+RrDOKzoqgAysHjhg0eKAHX6VBB8jXdfDdojxMZM2aNe33iX7u6vF9RzUP1frdg1e3T47H1heear/WbZjgbCQJ+/OvvNQ+UfvDq45LP3OYoAwoC8qEsqGMKCvKLL6GpBw0YsAgyn2Q7SPNv2w/lPupxrZC/HjjxbvucSeJ56sUs7YwUzz47NZe0tLb5l7wFXNfuP2k9POGCdvK4pLth3I/DdtWHtr87TSRHXX0S95rSNopA9vK4pHth3I/DdtWzj///DSRHWVcdtllbTLMOpEI87nZ+7K46aab2u9S50z3o48+2qxYsSJ931yCMrCtSHUwcR+RrEMqO6xs0OB+oO6gEU815T4iHgRy0vXnpRP0UcQHbvpBm0gEEonzt9ycvne6OPH+K9tLfsMjz+8Y6VdgUQblQ1Eoo+6gQVk6aEyGbD+U+6nGtsJBrpu2rZ+6w723Db3g59k+UZ5vbXiquD2F//Na9t5hwrayuGT7odxPw7aVu+85I01mxxHd5L2GpJ2gDGwri0e2H8r9NGxbGUciXAZJO2esS6w7l6Rn7y+De845o11iu6655pr0/cMGZWBbkepg4j4iWYdUdljdQaO8x4qOjyOm3C/EAz+4f2j9+vXNXXfd1dx8883Ne1d+J52kzzWyS+Uffm7brL+jne+tLvW655FdKs+2UwaUBWVC2VBGlBVlRtnFkd7uvVUOGnXK9kO5n2psK9ml8vzM69n7+wWXxXeN6lJ528rik+2Hcj/Npa088tihaUI7jnj+hQt66/t4L8nY2Evav5++Zz6DbbetLC7Zfij301zayllnnZUmtKMIkmHWtYtEeLp77HnoHGfnM5y9z/5mmGDbbStSPUzcRyTrkMoOKzoxgo6NiEGDo6084IOjl1zqVN5jddtttzU/uPa0dKI+15iExJ1tpwzKe6soI8qq+1CUKNeyrMt9kO0jzb9sP5T7qdx/tbSVSUjcbSuLT7Yfyv1U7r/ZtpU1a36dJrVLIdh228riku2Hcj+V+2+2bYWz4llSO4rgXvEM63nDDTekf0OQ1JPcZ9iW7G+GCbbdtiLVw8R9hLJOKTqseDgK0R00yku16BC5DOn+++9v1q1b116exD1M4ziTWPul8mwz204ZUBaUCWUTgwZlRtn1GzRmeiiKFk62P2puK7VfKm9bWbyy/TGqtjKfZ91rCbbZtrI4ZftjVG1lXGfd+51xZ72mO2AwH2fc2WbbilQXE/cRyjqm6LSIbNAo77EqL9XiezLjUq1bbrmlOeHqM9MJ+1zj3Td8tzll0zXNskdua45df2H6nkHi62vOaC7cckt7pp2vzsreM9tgm9n2uEQrvju0vESLsivvrSoHjbLss32jhZPtj3J/1dhWSNJ/cf8VbVvh39km7RH73fGr5rwtN7fB/7P3zDZsK4tXtj/K/TWXtnLnneP/arjagm22rSxO2f4o99dc2sq4zrovW7asPXNdYl15EFz2/jKye9zZnpUrV6bvn22wzbYVqS4m7iOUdUxlxxWdWQwccY8VHV9cqkWHGF9JUj7Z9MYbb2w+s/JH6aR9MQbbyjaXTzKlTCgbyigu0aLsKMO4t6os47Lss32jhZPtj3J/lfvRtjJ92FYWt2x/lPur3I/DtJUHNn0zTXAXY7CttpXFK9sf5f4q9+MwbeXcc89NE9y5BgkyD32Lz+fS9Ox9WXA5PWfA+VvOho/qYXpsq21Fqo+J+4hlnVN0XP0u1Yojvlz2xFHM7pNNOarKw0HOv/ay5g0rvppO3hdTsI1sK9vMtnefZEoZUVaUWb8jvV6iVb9sv9hWZhe2laUh2y+jaiurVl3SbNvx+TTRXUzBNrKttpXFLdsvo2orozqTPQnBttpWpPqYuI9Y1kFNN2hwlDIGDY5e0iGWR3x5GEh5xPeYlb9PJ/CLKdjG8khvPBAljvRSRnGkl7KLI70OGpMl2y+2ldmFbWVpyPbLKNvKnXednCa7iynYRtvK4pftl1G2lYsvvjhNdBdTsI22FalOJu4jlnVQRL+Bgw6Po5U83IOOkKOY5QNSOMpZ3md13XXXNfsun91T3ycp2Da2sbyvKo70xgNRKCPKKh6IEoPGoAMGoYWX7RfCtjJY2FaWjmy/EKNsK+s3fDdNeBdDsG22laUh2y/EKNvKuC6ZryHYNtuKVC8T9zHIOql+g0YMHHHENx6Q8vjjj+864su9RWvXrm1Wr17dPuHz6quvbj6y4vvpZH6Sg21i29hGtpVtLu+rokwom/KBKDFgzGbQUD2y/WNbmTlsK0tPtn9G3VY2bf5qmvhOcrBNtpWlJds/o24rZ599dpr4TnKwTbYVqW4m7mOQdVREDBoxcLz44ou7DRpxxJeHfsQR382bN7dP8tywYUNz9913N7feemtz/fXXNxetvKz51xVHpZP6SQy2hW1i29hGtpVtZtspgzjSGw9EoazKQYOyjAEjBo1sHxCqR7Z/CNtK/7CtLE3Z/iFG2VauuebSZsujh6QJ8CQG28I22VaWlmz/EKNsK3yPOl/JliXAkxhsC9tkW5HqZuI+JllnRUcWAwcdXAwcdHwxcNAhlkd8Y+DgqGf5kJRrr722OWvFRc2/rPhWOrmfpGAb2Ba2qXwYCtscA0Z5pJcyigGDiAEjBo0o52wfqD7ZfrKt5GFbWdqy/TTqtnLddRc0jzx2YJoIT1KwDWyLbWVpyvbTqNvK5Zdf3px++ulpIjxJwTawLbYVqX4m7mOSdVhEDBoxcNDhZUd84z4rnuDJ92Zu2rRp10NSuIRp1apVbSd75vILm/cs/3Y6yZ+EYN3ZBraFbWLb4mEobDPbThlQFuV9VTFoeKR38mX7ibCt7B62FWX7iRh1W7n22vObhx85OE2IJyFYd7bBtrJ0ZfuJGHVb4avczjjjjDQhnoRg3dkG24o0GUzcxyTrsAg6tBg46Ohi4KADjIEj7rPikiSe4BlHfOMhKVzCROca91qdf+XFzYev/F462a85WGfWvbynim2Lh6HEkV7KgLKgTMr7qogYMGLQiPLNyp5QfbL9RNhW/hi2FSHbT8Q42srKlcuaBzYdkSbGNQfrzLrbVpa2bD8R42grnK2exMvmWWfW3bYiTQ4T9zHKOi0iBo0YOOj44ohvPN00Bg6OctJpxkNS7r///l0Dx2233bZr4LjiiiuaL15xfDrprzFYV9Y5Bgy2JQYMtjEehsK2UwYxYFA25VNMY9CI8nTAmEzZ/iJsK7YV7S7bX8S42sq6e7+TJsg1ButqW1HI9hcxrrYySQ+sY11tK9LkMXEfs6zzKgeNcuCgIywHjvJyLe4v4pKlGDjWrVu3a+Dg+zbpfHmwyFGX/7p5w4qvpglADcG6sY6sK+vMuseAwTbFgMG2ss1se3l5VgwYRHfAIPoNGqpftt9sK7YV7Snbb+NsK7fe9rNm247Pp8lyDcG6sY62FXVl+22cbeX8889PE+WagnW0rUiTycR9zLIOjCgHjhg0YuCIQSOO+NJpctQzBg6e8hkDB9+zefvtt7ed7zXXXNN2xqdedm7ziSuOTZOBhQzWiXVjHVlX1pl1ZxtiwGDbYsBgm9n27EhvlFc5aPQbMAjVL9tvhG3FtqLdZfuNGGdbWbny7GbDfUemifNCBuvEutlWlMn2GzHOtrJs2bIqL51nnVg324o0uUzc50HWiRGzGTjiXqt4UAqdK0/8pLPlSCmdL5c7XXfddc2KFSva+5a+f9nvmndfufBP0mYdWBfWiXVjHVlX1jmO8rItMWCwjWxreU+VA8bSkO0/wrZiW9Husv1HjLutrFp1UrN5y0FpEj2fwTqwLrYVzSTbf8S42wpntmt46jzrwLrYVqTJZ+I+D7KOjCgHDaIcNLoDB0c96UQ5Ckqn+vDDD+8aOPjaDjpfHixyyy23tN/DedVVVzVXXnllc8kllzTfuuyXC5KU8Jl8NuvAurBOrBvrGA9Bia8cYVvYJraNbWRb2ebugFEOGmXZOWgsDtn+I2wrthXtLtt/xHy1lVtu+cmCJPB8Jp9tW9Ggsv1HzFdbOffccxckgecz+WzbirR4mLjPk6wzI6YbOOgo4wmnca9Vd+Dg6zpi4LjnnnuaO+64o7n11lvbS6D4eo+VK1e2DyCh4z72kt82H7/8+2niMMrgM/gsPpPPZh1YF9aJdWMdWdcYMNiGbMBgm9l2yiAGDQeMxS/bj4Rtxbai3WX7kZjPtnL9DSc1GzZ+LU2yRxl8Bp9lW9Ewsv1IzGdbOe+88+blq+P4DD7LtiItPibu8yjr1IiyAyRmO3DEw1I2bNjQrF27tr1fiYeN3Hzzze3R1bjvisuk6MjPvPi85puXntwmDW9a8bU0oZhNsAyWxTJZNp/BZ8V9VKwD68I6sW6sI+vKOrPucxkwiKxMCU2ubH8S3X1vW7GtLHXZ/iS6+37cbeWyy8/t/e6ENsHeum3vNPmeTbAMlsUyWbZtRXOV7U+iu+/H3VYuuuii5pxzzhlpEs+yWCbLtq1Ii5eJ+zzKOraIshOMzrH8epJBBg6+d3Pjxo27jvzeeeedbUe9atWqXYMH9zdxBPayyy5rLr744vZBJScuO635xiUnNfte9uPmI5d/r71s9y3Lj2zesPKrzetWfqUN/s9r/I738F7+hr9lGSyLZbJsPiMGCz6bdWBd4ggv68i6zmbAiK8d6Q4aWVlGaHJl+zOi3P+2FdvKUpftz4hy/893W1mx4pTee45v7r7nO83G+45oL3F/bOs+U0+n36sN/s9r/I738F7+hr+1rWjUsv0ZUe7/+W4rnB3n69l4eByXtxOnnXbaHsk5r8XveS9/w9/aVqSlw8R9nmWdW0TZGQ46cMTDUvi+zc2bN7eXPJVHfrmHKS7d4ojrDTfc0F4yxb1OMYBwZJYOn6O0DAAER22ziN+3Z1h6f8PfxkDBMlk2n8FnxSVZrEN5hJd1ZF1ZZ9Y9HoLigKFStl8jynpgW7GtLHXZfo0o64Ftxbay1GX7NaKsB7YV24pUIxP3BZB1ckTZIRL9Bg4eFELnGk865Xs26XwfffTRPY78rl+/vlmzZs2uwYMjrzyYhCeKxgDCd3nS4XMfFA8wIRgIsojf817+hr+NgYJlsmw+IwYLPpt16B7hZV1ZZ9adbWBb2Ca2bZABg8jKkNDike1folsXbCu2laUu279Ety7YVmwrS122f4luXbCt2Fak2pi4L5CssyO6HWM5cBD9Bo5t27alR37LwSO+toR7nMoBhEupYhDh0iq+KoRgMCgjXuc9MUjwt+VAwbL5DD6rHCyyI7ysc78BI7bXAUPZfia6dcK2YltZ6rL9THTrhG3FtrLUZfuZ6NYJ24ptRaqJifsCyjo9ottBxveLTjdwcIlTDBzcq8TRVL6Psxw8eHool0rFAML9TnTw3PtEh893etL5c3kVAwHB5VZE/MzveA/v5W/4W5bBsmKg4DP4rHKwYF1YJ9YtBgzWeaYBo/ye0IiszAgtXtn+Jrp1w7aye3lkZUZo8cr2N9GtG7aV3csjKzNCi1e2v4lu3bCt7F4eWZkRksbPxH0BZR1fRLejnG7gmGnw4Agrl0bRgfNdndzj1B1ACC6piku6CI7clhGvx/vi78qBgmXzGXwWn8lnzzRYjGLAILR4Zfs7oltHbCs7IyurCC1e2f6O6NYR28rOyMoqQotXtr8junXEtrIzsrKKkDR+Ju4LLOv8IrrfL9odOOKeK+5R+tKXvtT87//9v9v7nuiUpxs8ygEkBhGCjj+CgYDgCaRE/Fy+J/4ulsOgwQNQuIeq32ARAwYPPykHi7iXqt+AMd33hBJa/LL9HjFoW4mJFvUvJlkL0VZiUkVkbYXX9ttvv+bNb35ze1ZlPtoKv6NM+AxNtu4+L2Mh28oJJ5zQ/Lf/9t+aww8/fFdbISFZvXr1rjYz27YS6zXXceX73/9+86d/+qfNWWedteu1ceISZz7v2GOPnXpFCyH2dRazbSvUS85uc/l5jePKdG2FJ9b/n//zf5rvfe97Ix1XJI2WiXsFsk4wgs71V7/6VfPOd76z7VRf97rXtUk6E52YlNAhH3DAAW3izoNKyolW3HtFck8Hzr1N3QGEgYZkOzr/CC6zKqP7e/6Gv2UZ/H7fffdt/uf//J/tV5XwWXwmnx2DWDlYlANGd2LlgKF+sv1PPTrkkEPaSTBtJOIv/uIvmk9/+tPtwayoZ+Uki1iItkLEpIrPyNoKv6Odv+Utb2kvhZyPtsJlmH/+53/efOYzn2nLRJMt2/8R1BUOCHFwiHZCe/n3f//39qulOAs3rrbyi1/8ovnv//2/N1/5ylfadkLS/t73vrf5sz/7s+bSSy8dqq3MNK4QbCvjU2wrn/nrX/+6fX+USTdxHzcT93pEHegG95B3x5U3vvGN7T4jYY76RX3jUvQPfehDzWte85r2/vMax5Xp2grzNrbvmGOOcQ4mVczEvRJZZ0gH/PGPf7wdOEjYP/CBDzRve9vb2s6Vn/kqEDpcOuQDDzywTdz57k46ZDrncqIVAwgdeRwBpnMn6OwjGHxiEOgXvKf8G5bBa0x8/v7v/7598mkMFOVgEQNGDBbZ2RAHDM2kWweoT5G4/8u//EvzwQ9+sI1oKyQFZ5xxxq761j1LMt9thWCZLJvPyNoKv4/EnUsj56OtMBF9z3ve03zta19ry0eTL6sH1BOSUw7S0D5oJ//6r//athN+PvTQQ9vJ/jjaykknndT8j//xP5ojjzyy/ZmrtDjo/Pa3v71NZHkvV22RWL/pTW9qX5uprRD9xhWCth/bRv/w/ve/v/nLv/zLtr/gs1kO5VIm7vPBxL0u3XZCROIe8y/GFRL3mINxsCnqG3Xzy1/+clvHuN98rm1luug3rpDI77PPPs3/+l//q1m+fPms2grthO0icR/luCJptEzcKxOdIR0qkxsGDS5dosOlA2WyzleAxEDC0VY6ZhJ3Ol2ePEqnHBOtmGzRcccAwuARA0g5iJQDyUwR748JVUyqiBgoYrCI9Yj16k6sIgkpExG2dboBQ4q6QJ2KxJ2JVtQd6tOFF17YTtrf9a537XaGhKAe1tpWeA9JxVvf+tb2XkbbiuairA882Or1r399G1yNEnWJSf9//ud/tuPIz3/+89366VG1Fa4e46qsb3zjG7u1kQjey+XA73vf+5p/+Id/aK8CmamtxHpl4wp/z1jJFWv8P9oLVxUcdthhbZ/x+9//vi2XSNzPPvvsqVIbLxP3OpVtJRJ3xhfqGnWHA6ck7NSrf/zHf9ytfyYWclwhoecqGhJ32vZs2ko3cXdckepk4l4hOkUGA+5v5QgvR1R5LTpSOuKDDz647WT5Pk8mIQcddFD7M18VQqdM8Po555zTToI4G/+GN7yhOf7449sz+eUAwpn7j3zkI83//b//t/l//+//NV/84hfby3NjMPjmN7/ZDgQnn3xy89Of/rT5u7/7u/a9n//859sjyyyHddx///3bz+HAAuv4hz/8of2ZAw+sxzve8Y52HT/xiU+0k8dIQAgu++LgA5cyMiBySeXvfve7dtAs7zl0wFCJ+sBEpEzcy7bCxIbLF//6r/+6fRpv1DcuneXMBGcdCeou9xGWEy2CNkRbWbFiRdsGvvvd7+7RBjgjHm2F4GfW57WvfW37N5w9XLZsWfs72koEbZdEiTb3N3/zN+3ZGu5bZHtol7SHSNxZZ/6Gs6G0oR/+8Ift+5hgcbDuk5/8ZLsdnEmkL6A9lW2F5R199NFtssZ7vvOd77STzzJxiESCdedsDGddP/zhD7ftlq8f4rP5W5Zx4okntn1MYD24zPqf//mf22V86lOfam/b4e8JlqWFRX2gHlEP2Ec/+9nPdrUTgn1IuyBhjoPCJAiMQdRD+vpISrjEnatBuLyehJ+2Qh2jr6a+U++p/1//+tfbr6Ni/xO/+c1v2t8xptAe+B1nwPlM2id9Pr8vg0SES+sZS6h30UZpD7QZ2gN1r0xCCNaVes7vTznllF3bSTkQ9BW0GfoB1p92QLmceuqp7Xpyxj/6BsqixM8cWKct8J7Pfvaz7ZhZtjk+n+VEm+Bffo52kyXutDOWyXu58kALo6wj7CP6ROp91CHqFwe3qFvUMfZp1layORh1n8veYw4WdZ5bN/gd7YYxgSufuCIlxhUSdPrsmKtxQJq6y3jDcmKM4nMiaJ/UVdadpP4HP/hBe1Uk6/1v//ZvzQUXXNCuJ9tz5plntq8zxl100UXtwS62nb486naEpIVj4l4pJiJ0mt/61rfaTrXsNBk4GNSZsDMAlIk791YxeaGj/tGPftS+RkdNB86AQmd+xBFHtAMBkxUeSMIgwIDCRISBgJ/ptGNA+Pa3v90OCH/1V3/VJixMtPiXZX3hC19ok3YSpHhAHhN2Pp8JED8z2ScZZx04Qs06xcSQbWNA+djHPtZuL5ehMfgxeWEA47UycZe6qGvdxD2CyRR1jSSDNkN9o41QHzlIxISKy8OZKHFWnuSd5RFlEs/BKOoyQVuJNkC74O95si9thWdPcNkvbYi2xOQrknwmcLTVaHd8JpN+Eh3aG8v+6Ec/2iZCLIvEnfbCsplcRXvmTCHLoR8499xz22WQZNBO6Qf4mXUieQfbwMPAKB/aFe2L90f7milxZ3nct0n5MNmLy4w5MAfKmbOUvC+2h/fyN/xs4l4PkmvqGP0s/XvZVqhP1CsO3MZYQvvhwFd5ZpG6SGLCeELb4tJdkhAOJlGHqf9HHXVUe4CWn/mXh2aVSQp1lZ8Zv6hTHKTm661oZ4x5rB/jzVe/+tW2npFIsCyuQmHson5Sv6lrHFjigBdtuwzeR5LD+MeBhnJbCbb1xhtvbL9qi+2KxJ12Qftgu/mX10jeaUfgYAOJddT1aBO0LbYBrB/jLH/bXRYHzzlI0k3cudKA5bIcEngtLOpIN3GPukNboU5Rt6hjJNXdtkI74SAvbend7353e8CMA6zUY+Y71F/GAq744DWCcYoxiTpIO9lrr73aeRJthXbAOMJ4wrjCMxv4mTpDe2R9SLq5VJ9lsc4c6GLdaKPcdsm6sH60W8bAuI2M9kLizrbSb/MZjBO0ZV7j/3ECSdLCMnGvFJN0Okwu34vBogwGDoIJAJ1/nIFnskUnzKSMiQJn9EgEGERIrkm06ZgZkOiImVTRSfMzy2GA+K//+q+242dA4TWOKPMziQR/w2tMlJicx8OzGBziAXkcUODz4imlrAODVEymOEvJ60yaWH/OhrCtJCQsm+0r7++PxF3KMEnOEneSCa724PXPfe5zbdLCa5zBY9LC8yCok1z6yNkO6iRPvabuEiyXYMLGwSjqNpM0LrmnnlJHWRavcwkwr9Fu+ZkrRiJJv+SSS9oknQNbtBP+nsk+7ZOkgc8iKSDxYR1++9vftn9LEs4kiwMOTKqYZDHhow3S9mmrPEiOJIczpWwz20PSxDbHJb+sO0kG7YnJJcpkfpDEnTbIZ4IrBcr3UQ5xsC0SDtYlknkT93pQ90h0Cc7mRVuJoF7EWEKdiytW4gAS9Yskl8QkEncOvDIekECQoJDYshzqKX09dT+uwookhTGFnxmbOKDLOEId7r4WD2Ykwec+/DibyTpwdRltgrPufB7rRjCmEKzTP/3TP7XrTlLc3daIEIl7jENg20jOeQ4Ay2O5JEfUa+p3/D2XJfMaB7/pT6LNcfCOdgraHm2QgxS06TJxj991l6uF1S9xJ0iGSbKjbXTbCn39f/zHf+w6sEQ/z/hD/aINcPacehtXJtLf05dS92ibLIu2wxWR1EPqR7+5GstgWcyvuvMw2gpjCm2aM/rRVqiDHDCOg2/08Wwrn8PPbCOfsffee7ev87mSFp6Je6ViEsG/5WDRDSbTdMQx2SIZplMmkeBn/mUiQedN0MHzOhOoMjmJBKUcSJhc8XMk7jE4EN0BIi7tZdlMqPis7lNKI/iZ15kY8rlxryF/V27bfN9zqMlEHYrEPQvOPnMmnbYSZ0k4q8gkKuokkxgSBeo0dTnaC22EoI5T1zlrUrYVknJeZ9JFchrtoww+s0xySG6ZkNFemBjFZ7GOJP5cvsjrkbhziwoHGphkMSEs20g3QHthuyMhj4OAnFkpdd/XL3GPpCXwf16LhDyeRs/6Ui6h+z4tvHKf0Id36w/7L9oSE/kscSf4P6/FmbiyrZTjCu2lHDu6YwtnE7tJOm2EthJJOsvjvdwXz7jB2Xc+j3rLz7QX1ikSdoK2TntiW4ksce+KMbccb8q+hfbBtnK1DcH/A0kaZUHw/2hz3bHr8ssvb8+4c+Aj2hu3E8RBtDgbrzqUfSJ1s6w/tB/aEe2AutZtK/yey8y5TYtnrfD30deXbSWuTORf3hPjBmfLeZ35UrxWBu+Nv6WdsaxsHkaSz21OHOSKEzvUMeo2bZxbZrgiJhL37ski52FSXUzcKxUDf0yqy460G3TiJO68P85iR3LcLzgTSadO8sLltnF0t3xPJCkx+eIMegw25QBBUkOiET+TmDA4lA87KSdW/My6MlAwoefSzWxy5YChQZSTa64CoS5zloxkkp85Wxd1ivbB+4io52Xwt5z9or6WB7yYBPF7zrZFGyC4soUzaJxZZMLOZIp7dbm09m//9m93W3Yk7nFAq/y+3G4w2YqDcbG+XHrLZ5ZthJ+ZFHIlANsb7yXoO1j3SAqYhJZGlbiff/75uy0nmLjXpzzjzv/LukRQf8vEnTpdJiP039TPSNyjvVCPGRM4yMSZ8bLeEzF28G8kGtSxLEkvX4vL8wm+rYRlcdaQzyQpKteLIGGP4Kwl25mNLZlBEveo0/ycBb+jTyj/pp9obxFcHs2zX1SPsk+kbZR1iHrKARz2OYl71la4qouDrtRb/uUKjHguUdTruDKxnF8RXMVBW+Gsepxh7zdXY1xiWeU8LJJ02kp3vbpthe3pl7hn7ULSwjFxr1RMhrkXkE42RGdKB0wywZHScrJFYkJHTOdL581lThwE6AZnCpmUcOaD93Ep8cUXX9xe0sikitciuedffibhiMGmm6hzAIAzbvwcA0a/p5RGQs5AwWQvS9zhgKFBdCfXoI7GPabcVxuTk7j0kUt6eVDPj3/84zaiXXCFCnU7EugI6njZJiJINkjcuQWF5JTkgnvnuUSXq1poT7Qb7ovnbByXQnYPaEXEhIooD8Zx/ywHAUjMmbhFG+FvmLDxHj6fs3msZxwYo/2wjibuCtTtuMeduhuiTpEgkFywP2krnDWMSX9ctUL97Cbu7F9uBeGsHldQ0Q64XJzXqOsxdpQHrfiZs9a0izJJj9dYfjyXguASei5NJqjrXDlDG6GtxNgS7ZyIsaW8n7/EtrKNXDHC52bjTb/EnTZPO+MMeRncIsNtYd3+KBPtjeASaNo3ByNIAFWHbp+IqF/UKeoWdYy61q+tUJ95KCH9IO2D+v/pT3+6vRydA14xHpTzK4Kxg9e50oREf6a5GsuKW6x4LeZh5ZUAsV7dtkJ0E/fgPEyqi4l7pZhUMSjEZL9UJuok4OXPTETokLn8iZ/5t0wIiJgIkSiTYHB2g8ElXo+BJAaDSNx5Pc4QdgeI8uc46x8PO2EgKAeLMnHnyDKJBZMW1t0BQ7OVJe7g7BVnsbifPO7Z4+FRvMYEmclWWS8jsrZCHadud5PtOAvIpYhM3OKp7yQt0Va6SQ71nAkc7YXkIT6LCRZXr3DJMO2JpIR2QTvh87mHnPuISR7YljijGJfnhm5CzgGJrB1139edpA6auMel8uXkFibu9aGexcEenopd9rf8n9s6SEo5k8gZxbgcmP1YTvr5f9Rp6i11hzrNrSblLSi0F9pDjB3dsSWej8CyaCf8TfcMYSyLZIaz7XxO3HdL24h1Yv3L4G940B3v4yBaF+tMveU5EazzIIk7Bw846Ec7jIc/Zvq1OcqNg2uUbbQ37ilmWXGg8Sc/+Um7n7Twun1ioL7FHIvkmbrWbSvMbeiX6ct5P/uU98QJDx5Wyt9Fm+DfqOu0jbjdkQPMzNV4UBy3lVB34n3xtzEuZfMw1puDadT1OLET7YPnSnACiP65TNxLzsOkupi4V4pJCve+0WEyCeBn0OFyqRWTeCY8JNzdxJ33cLkuCQr3xXIQICY3XB550kkntROVSCi4tJEz93TkJDMsqxwMyskXP2cDRFzayzrE4FAOBDFYEGXizs9MqviZBJ6zJ2DyxoSG1x0wNJ3u5DrQZvgaKV7nTBh1kPpN0s4khgNLTGyog7QhLvMl2Yy2EsF7qNPUdR60yEEA2gBnLyNR56x+2SZ4oBDvYR04k0KyEUkOf8/BMr4Ci6fQ8xm8lwfksa5MCKNNMwlk0sbveXAev2eCzzZHYsxtAUzmQDuMZ0ZEQj7Xh9PxGdMl7j6cbrJw8Ip9RXApL/sK7Mc42x7tpRxbOEjFe2kP9N3sW+o0yQntg/fElSe8hzElvhc+xo5uopEl6fEa971zxp1lRVuMh8DxWfwNCRLr1C/iO+tJtFlWoB+grbIc7rvHIIl72aeU4zLryN/xsElkD6fjX35mXKbdR3uL9hdPq2d9y35MC6fbJ4J6yBUf7Cf6Qeotda1M3Omz4yAxbSIOElNPIuHn6il+ZhyiTTCWxNVejBG0HcYNvuZtkLkayyrnYRwEjnYTcywOZHFAgfVlORzU5kAU/4/5WtTHkLULSQvHxL1i8WRROs34Spn4eg4GjZgkZ4k7HTuXAPMal9rGA3X4f3zVG5N3nsjLe+LsPv8yEJSDQSTukegQ5aW8TNq6PzNYlIl7TKSIbuJeJulsH9sZX51DOGBoOv0Sd9BGmDzF16NR3zjDQPvh/XFPPPWNiXYkGDHhiYjEhIi2wgSNdvGxj32sTZxpF5xFYbLF5fK0N76aJ/6OzyHJYXnxNW7RNpmQ8TPtgASqm7iz3iT9cdCBr4tku/t95RQRE7AySe/2I+X7upPUQRN31i2SdLaHyWA8Y4DlmbjXhf1F/WFfsX+oC+X+igOovI+Ifjz2LW2Gn4mo0/ThfNUVr1E3ODDFPb3xvhg7IkmJsaW8jJfkhLZRjiUsi0uEqY/8jnbGsvkd9ZR2EuvZDfAZv/zlL9ttI9hOtiG2vTxYnCUoWd9CeyTB5rUYr6I9HXfcce3Z0qxtxnviAXTR3spEif3CenrJfB1iHzFe0OezH6OP5d/ly5fvqm/dxJ0EmStEeC+v860h1GvqHskyJ1Go09G+CP62nIdxEJaTLCTk1FVeK+dq8XdxcoR6xRl6XuP3nN0nwY+xg9ejzrL+1LWYh1Hv+X1ZH5G1C0kLx8S9cgzeJOAx6DOA8JUzDAyhnFxE4k6QgHCWJCY6/C3f/8nDuujkCQYbJkZMsgj+v2zZsrZDZ5BhUlMm2vF35eSqm7jHOsSA1C9xLwcCkhWOODOoMaBwVUAMeg4Ymk42uQ7l73hKL/UPtB/OuFHfqOskHZx9ZOJT1tWo75G4c8aCM+NMivg7vg6OsxXxPibtJOUcHOP3XIbL5I6vBYozhLyPz+GMCJ/L+2ibtD0mWHxumbiXSTMHIngviQPbwKSMSzV5jeD/3P/IMvl7th9M/EiWyvdxqTTbNNfEHWwT/QbrxWd/9rOfbdtt932qA3WMg7dM7KkP7PcIEoQyaSQBoe3ERJ99y5PdY98yhrA82gHLo03RPvgbrkRhmSQT1PlyTKDO8DmRuEfbIKhjcSCAK8+oj3wGYxp1l9cj4Sgjw/Joa6x3JOyMiRxkY9vCoIk7uNKN589E2bG8eNp9YNnc2xxJPv/ymfGeLHFnHI2DbJHga+HEPiqDuRhJOLdNlMr+kr6Z+kgdoD7xXAb+lvrSnYNFm+AAE7eQMA+jnvK1nrSteN8gczXex0E0xrZoq4wRrAvrx1UiceCBOsuVIfwNWE9eN3GX6mbivkiVk5lBIwaIQSNbxkzRT3eCQgLEAQoGDC6PlMYlq6fd4GAUdTEOQmXtYbroLm+QGKVYh1Ik7nzH71yxbD6jxOXAXO3A5cFMKlU3JviRNHKFSnlpeSjr56BRtoNBIltGRCTuZXJESLUp6+10EYk7/2btYbrIljdTSJpsJu5LQNZ5z2fMhEk9R7DLqwh4wjCTM85STPcQIGmUsvpLdBP3ccU4cFCM+/c5exSfwSXHPA2ZxHoUX0HFlQCcXYyzifwbl2x2H4KmerHfOPPHA9LKs8eZst7OV3A5PeMCX7fowSBNiqwuR5SJe/b7UYSkxcPEfQnKOvZRxmzxVGou3+LyMM7OEXEJMwnHMMuURiHq9LgS9/nAZZlxDzOXH3MZZVziy6X/MyVoM+Hv+a5hlseBNh7eFZcHc/9+95JSLU5Z/R5VcD8wl/1Sb6nHXoWlSVbW7XEk7pIWLxN37SYbBLIYNe6P5NL4mJh95CMf2e3+K2khZfejZu0iixrEszLi/kbuuSzvt50rlsM9vvE8DT6Hrx3zAVtC1i6y6IfEnYfi8X3vPMDNe7+1WMS95XEPedYuspC0NJm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqWIm7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSdKYvfrqq20Mw8RdkiRJkqQxiqR92OTdxF2SJEmSpDGJZP2VV14xcZckSZIkqTaRrM8leTdxlyRJkiRpzOaSvJu4S5IkSZI0T4ZJ3k3cJUmSJEmaR7NN3k3cJUmSJEmaZ7NJ3k3cJUmSJElaAGXyHv9mTNwlSZIkSVogkbSbuEuSJEmSVKFI2k3cJUmSJEmqEMl6RD8m7pIkSZIkVczEXZIkSZKkipm4S5IkSZJUMRN3SZIkSZIqZuIuSZIkSVLFTNwlSZIkSaqYibskSZIkSRUzcZckSZIkqVpN8/8BbKUvI+LTOkYAAAAASUVORK5CYII=';